pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Import /home/bacon/Pkgsrc/pkgsrc-2016Q1/wip/udunits2 udunits-2.2.20 as wip /udunits2.



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Wed May 11 13:21:03 2016 -0500
Changeset:	7f796923b70188a422183503870620710d098f7c

Added Files:
	udunits2/DESCR
	udunits2/Makefile
	udunits2/PLIST
	udunits2/TODO
	udunits2/buildlink3.mk
	udunits2/distinfo

Log Message:
Import /home/bacon/Pkgsrc/pkgsrc-2016Q1/wip/udunits2
udunits-2.2.20 as wip/udunits2.

The Unidata units library, udunits, supports conversion of unit
specifications between formatted and binary forms, arithmetic
manipulation of unit specifications, and conversion of values
between compatible scales of measurement.

Git repository: https://github.com/Unidata/UDUNITS-2

WWW: http://www.unidata.ucar.edu/software/udunits/

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7f796923b70188a422183503870620710d098f7c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 udunits2/DESCR         |  8 +++++++
 udunits2/Makefile      | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++
 udunits2/PLIST         | 24 +++++++++++++++++++
 udunits2/TODO          |  1 +
 udunits2/buildlink3.mk | 14 +++++++++++
 udunits2/distinfo      |  6 +++++
 6 files changed, 117 insertions(+)

diffs:
diff --git a/udunits2/DESCR b/udunits2/DESCR
new file mode 100644
index 0000000..3586f9e
--- /dev/null
+++ b/udunits2/DESCR
@@ -0,0 +1,8 @@
+The Unidata units library, udunits, supports conversion of unit
+specifications between formatted and binary forms, arithmetic
+manipulation of unit specifications, and conversion of values
+between compatible scales of measurement.
+
+Git repository: https://github.com/Unidata/UDUNITS-2
+
+WWW: http://www.unidata.ucar.edu/software/udunits/
diff --git a/udunits2/Makefile b/udunits2/Makefile
new file mode 100644
index 0000000..f43181b
--- /dev/null
+++ b/udunits2/Makefile
@@ -0,0 +1,64 @@
+# $NetBSD$
+
+###########################################################
+#               Generated by fbsd2pkg                     #
+###########################################################
+
+###########################################################
+# Unconverted and partially converted FreeBSD port syntax:
+
+## Created by: Greg Lewis <glewis%FreeBSD.org@localhost>
+## $FreeBSD: head/science/udunits/Makefile 383158 2015-04-03 17:28:32Z sunpoet $
+#		LOCAL/sunpoet
+#OPTIONS_DEFINE=	DOCS
+#CPPFLAGS+=	-I${LOCALBASE}/include
+#INSTALL_TARGET=	install-strip
+#LDFLAGS+=	-L${LOCALBASE}/lib
+#USE_LDCONFIG=	yes
+#INFO=		udunits2 udunits2lib udunits2prog
+#PORTDATA=	*
+#PORTDOCS=	*
+#post-patch:
+#	@${REINPLACE_CMD} -e '/install-data-hook$$/d' ${WRKSRC}/lib/Makefile.in
+#regression-test test: build
+#	cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check
+#.include <bsd.port.mk>
+
+DISTNAME=	udunits-${PORTVERSION}
+CATEGORIES=	math
+MASTER_SITES=	ftp://ftp.unidata.ucar.edu/pub/udunits/
+
+MAINTAINER=	dsiercks%uwm.edu@localhost
+
+COMMENT=	Library for manipulating units of physical quantities
+
+#LICENSE=	UCAR-License
+
+# Pessimistic assumption.  Test and change if possible.
+MAKE_JOBS_SAFE=	no
+
+# Just assuming C and C++: Adjust this!
+USE_LANGUAGES=	fortran c c++
+USE_LIBTOOL=	yes
+GNU_CONFIGURE=	yes
+USE_TOOLS+=	gmake
+CONFIGURE_ARGS+=	--disable-shared
+
+CONFIGURE_ENV+=	ac_cv_header_CUnit_CUnit_h=no
+
+PORTVERSION=	2.2.20
+
+# Sets OPSYS, OS_VERSION, MACHINE_ARCH, etc..
+#.include "../../mk/bsd.prefs.mk"
+
+# Keep this if there are user-selectable options.
+#.include "options.mk"
+
+# You may need this, especially if using do-install.
+
+# Note: Depends on PLIST.
+#AUTO_MKDIRS=	yes
+
+# Add any _DEPENDS that have a buildlink3.mk
+.include "../../textproc/expat/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/udunits2/PLIST b/udunits2/PLIST
new file mode 100644
index 0000000..7586c6a
--- /dev/null
+++ b/udunits2/PLIST
@@ -0,0 +1,24 @@
+@comment $NetBSD$
+bin/udunits2
+include/converter.h
+include/udunits.h
+include/udunits2.h
+lib/libudunits2.la
+share/doc/udunits/CHANGE_LOG
+share/doc/udunits/COPYRIGHT
+share/doc/udunits/README
+share/doc/udunits/udunits2-accepted.xml
+share/doc/udunits/udunits2-base.xml
+share/doc/udunits/udunits2-common.xml
+share/doc/udunits/udunits2-derived.xml
+share/doc/udunits/udunits2-prefixes.xml
+share/doc/udunits/udunits2.xml
+share/info/udunits2.info
+share/info/udunits2lib.info
+share/info/udunits2prog.info
+share/udunits/udunits2-accepted.xml
+share/udunits/udunits2-base.xml
+share/udunits/udunits2-common.xml
+share/udunits/udunits2-derived.xml
+share/udunits/udunits2-prefixes.xml
+share/udunits/udunits2.xml
diff --git a/udunits2/TODO b/udunits2/TODO
new file mode 100644
index 0000000..b687356
--- /dev/null
+++ b/udunits2/TODO
@@ -0,0 +1 @@
+Clean up and test
diff --git a/udunits2/buildlink3.mk b/udunits2/buildlink3.mk
new file mode 100644
index 0000000..4a1ecbf
--- /dev/null
+++ b/udunits2/buildlink3.mk
@@ -0,0 +1,14 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	udunits
+
+.if !defined(UDUNITS_BUILDLINK3_MK)
+UDUNITS_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.udunits+=	udunits>=2.2.19
+BUILDLINK_PKGSRCDIR.udunits?=	../../wip/udunits2
+
+.include "../../textproc/expat/buildlink3.mk"
+.endif	# UDUNITS_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-udunits
diff --git a/udunits2/distinfo b/udunits2/distinfo
new file mode 100644
index 0000000..622ff36
--- /dev/null
+++ b/udunits2/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (udunits-2.2.20.tar.gz) = 88187885d002f4477396f5e766ed7da9c27097e2
+RMD160 (udunits-2.2.20.tar.gz) = f7e32f47f2767be21d13fada5c121ab4795ce175
+SHA512 (udunits-2.2.20.tar.gz) = 5d5803d9c2cbfdba7c760739f522680e3e69921256119af83e139a36fbcb4d7c84e044661f2987e3422f1eea548abaf4f585946643e8db36cd1d7065b86f8737
+Size (udunits-2.2.20.tar.gz) = 1002380 bytes


Home | Main Index | Thread Index | Old Index