diff options
-rw-r--r-- | geography/p5-Geo-Coordinates-UTM/DESCR | 3 | ||||
-rw-r--r-- | geography/p5-Geo-Coordinates-UTM/Makefile | 22 | ||||
-rw-r--r-- | geography/p5-Geo-Coordinates-UTM/distinfo | 5 | ||||
-rw-r--r-- | geography/p5-Geo-Mercator/DESCR | 4 | ||||
-rw-r--r-- | geography/p5-Geo-Mercator/Makefile | 24 | ||||
-rw-r--r-- | geography/p5-Geo-Mercator/distinfo | 5 | ||||
-rw-r--r-- | geography/p5-Geo-Weather/DESCR | 3 | ||||
-rw-r--r-- | geography/p5-Geo-Weather/Makefile | 24 | ||||
-rw-r--r-- | geography/p5-Geo-Weather/distinfo | 5 | ||||
-rw-r--r-- | geography/p5-Geography-Countries/DESCR | 3 | ||||
-rw-r--r-- | geography/p5-Geography-Countries/Makefile | 24 | ||||
-rw-r--r-- | geography/p5-Geography-Countries/distinfo | 5 | ||||
-rw-r--r-- | geography/proj-doc/DESCR | 6 | ||||
-rw-r--r-- | geography/proj-doc/Makefile | 24 | ||||
-rw-r--r-- | geography/proj-doc/PLIST | 5 | ||||
-rw-r--r-- | geography/proj-doc/distinfo | 5 | ||||
-rw-r--r-- | geography/proj/DESCR | 4 | ||||
-rw-r--r-- | geography/proj/Makefile | 28 | ||||
-rw-r--r-- | geography/proj/PLIST | 44 | ||||
-rw-r--r-- | geography/proj/buildlink3.mk | 13 | ||||
-rw-r--r-- | geography/proj/distinfo | 8 |
21 files changed, 264 insertions, 0 deletions
diff --git a/geography/p5-Geo-Coordinates-UTM/DESCR b/geography/p5-Geo-Coordinates-UTM/DESCR new file mode 100644 index 00000000000..9b5c105d795 --- /dev/null +++ b/geography/p5-Geo-Coordinates-UTM/DESCR @@ -0,0 +1,3 @@ +The Geo::Coordinates::UTM module will translate latitude / longitude +coordinates to Universal Transverse Mercator(UTM) coordinates and vice +versa. diff --git a/geography/p5-Geo-Coordinates-UTM/Makefile b/geography/p5-Geo-Coordinates-UTM/Makefile new file mode 100644 index 00000000000..b75c2dd1e20 --- /dev/null +++ b/geography/p5-Geo-Coordinates-UTM/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/03/14 16:26:22 wiz Exp $ +# + +DISTNAME= Geo-Coordinates-UTM-0.08 +PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 +CATEGORIES= geography perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Geo/} + +MAINTAINER= he@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Geo-Coordinates-UTM/ +COMMENT= Perl extension for Latitiude Longitude conversions + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Geo/Coordinates/UTM/.packlist + +PREV_PKGPATH= misc/p5-Geo-Coordinates-UTM + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/geography/p5-Geo-Coordinates-UTM/distinfo b/geography/p5-Geo-Coordinates-UTM/distinfo new file mode 100644 index 00000000000..0bb7e3c063f --- /dev/null +++ b/geography/p5-Geo-Coordinates-UTM/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/03/14 16:26:22 wiz Exp $ + +SHA1 (Geo-Coordinates-UTM-0.08.tar.gz) = f004fedd6db2baadad06f0cb3d4b0d9a1aaacfc8 +RMD160 (Geo-Coordinates-UTM-0.08.tar.gz) = cf0a69c57f14781ff30b101107d4545cb0bbc80a +Size (Geo-Coordinates-UTM-0.08.tar.gz) = 55751 bytes diff --git a/geography/p5-Geo-Mercator/DESCR b/geography/p5-Geo-Mercator/DESCR new file mode 100644 index 00000000000..773e60c8c7b --- /dev/null +++ b/geography/p5-Geo-Mercator/DESCR @@ -0,0 +1,4 @@ +Computes Mercator Projection of input latitude/longitude coordinates +(in degrees) into (x, y) coordinates (as distances in meters) from +the meridian/equator. Also provides a method to convert back into +latitude, longitude. diff --git a/geography/p5-Geo-Mercator/Makefile b/geography/p5-Geo-Mercator/Makefile new file mode 100644 index 00000000000..df3470f640f --- /dev/null +++ b/geography/p5-Geo-Mercator/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/03/14 16:26:22 wiz Exp $ +# + +DISTNAME= Geo-Mercator-1.01 +PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 +SVR4_PKGNAME= p5gme +CATEGORIES= geography perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Geo/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Geo-Mercator/ +COMMENT= Perl5 module computing Mercator Projection into meters + +PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Geo/Mercator/.packlist + +PREV_PKGPATH= misc/p5-Geo-Mercator + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/geography/p5-Geo-Mercator/distinfo b/geography/p5-Geo-Mercator/distinfo new file mode 100644 index 00000000000..86d187eb835 --- /dev/null +++ b/geography/p5-Geo-Mercator/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/03/14 16:26:22 wiz Exp $ + +SHA1 (Geo-Mercator-1.01.tar.gz) = 11386600387ead70b7de6deb843aa6a096ca15ab +RMD160 (Geo-Mercator-1.01.tar.gz) = b1c542e5842444feee93a3c6d5f27c0e4c859199 +Size (Geo-Mercator-1.01.tar.gz) = 3297 bytes diff --git a/geography/p5-Geo-Weather/DESCR b/geography/p5-Geo-Weather/DESCR new file mode 100644 index 00000000000..e0fbf7f0dc8 --- /dev/null +++ b/geography/p5-Geo-Weather/DESCR @@ -0,0 +1,3 @@ +The Geo::Weather module retrieves the current weather from weather.com +when given city and state or a US zip code. Geo::Weather relies on +LWP::UserAgent to work. diff --git a/geography/p5-Geo-Weather/Makefile b/geography/p5-Geo-Weather/Makefile new file mode 100644 index 00000000000..47d9cb16c80 --- /dev/null +++ b/geography/p5-Geo-Weather/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/03/14 16:26:22 wiz Exp $ +# + +DISTNAME= Geo-Weather-1.41 +PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 +CATEGORIES= geography perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Geo/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Geo-Weather/ +COMMENT= Perl5 weather retrieval module + +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= p5-libwww>=5.803nb1:../../www/p5-libwww + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Geo/Weather/.packlist + +PREV_PKGPATH= misc/p5-Geo-Weather + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/geography/p5-Geo-Weather/distinfo b/geography/p5-Geo-Weather/distinfo new file mode 100644 index 00000000000..eb4df56c32c --- /dev/null +++ b/geography/p5-Geo-Weather/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/03/14 16:26:22 wiz Exp $ + +SHA1 (Geo-Weather-1.41.tar.gz) = a3b332e1d284ccf35134daeafd012abf50cff94a +RMD160 (Geo-Weather-1.41.tar.gz) = d47dcaa123917ca1f75f4d0a8bd3aeba512d6bc8 +Size (Geo-Weather-1.41.tar.gz) = 8744 bytes diff --git a/geography/p5-Geography-Countries/DESCR b/geography/p5-Geography-Countries/DESCR new file mode 100644 index 00000000000..2dd8fdf39c9 --- /dev/null +++ b/geography/p5-Geography-Countries/DESCR @@ -0,0 +1,3 @@ +The Gegraphy::Countries module maps country names, and their 2-letter, +3-letter and numerical codes, as defined by the ISO-3166 maintenance +agency, and defined by the UNSD. diff --git a/geography/p5-Geography-Countries/Makefile b/geography/p5-Geography-Countries/Makefile new file mode 100644 index 00000000000..fd39a1a329b --- /dev/null +++ b/geography/p5-Geography-Countries/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/03/14 16:26:22 wiz Exp $ +# + +DISTNAME= Geography-Countries-1.4 +PKGNAME= p5-${DISTNAME} +PKGREVISION= 3 +SVR4_PKGNAME= p5gcn +CATEGORIES= geography perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Geography/} + +MAINTAINER= gson@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Geography-Countries/ +COMMENT= Perl5 module for mapping country names and codes + +PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Geography/Countries/.packlist + +PREV_PKGPATH= misc/p5-Geography-Countries + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/geography/p5-Geography-Countries/distinfo b/geography/p5-Geography-Countries/distinfo new file mode 100644 index 00000000000..53a5a5ac837 --- /dev/null +++ b/geography/p5-Geography-Countries/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/03/14 16:26:22 wiz Exp $ + +SHA1 (Geography-Countries-1.4.tar.gz) = 786c110e396050ffa8628eff18958a8bdf0a1219 +RMD160 (Geography-Countries-1.4.tar.gz) = 859a2572ec42be4aefbf6637a57cb452802df294 +Size (Geography-Countries-1.4.tar.gz) = 9067 bytes diff --git a/geography/proj-doc/DESCR b/geography/proj-doc/DESCR new file mode 100644 index 00000000000..ebe41066403 --- /dev/null +++ b/geography/proj-doc/DESCR @@ -0,0 +1,6 @@ +PROJ is a collection of programs and a library for performing +cartographic projections. The programs are designed as a standard UNIX +filters to be used with other programs in the generation of maps and +charts, and as map digitizing applications. + +This package contains the PDF documentation for PROJ. diff --git a/geography/proj-doc/Makefile b/geography/proj-doc/Makefile new file mode 100644 index 00000000000..f5f2e2d2bc6 --- /dev/null +++ b/geography/proj-doc/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/03/14 16:26:22 wiz Exp $ + +DISTNAME= proj-pdf-docs +PKGNAME= proj-doc-1.1 +PKGREVISION= 1 +CATEGORIES= geography +MASTER_SITES= ftp://ftp.remotesensing.org/pub/proj/ \ + http://dl.maptools.org/dl/proj/ + +MAINTAINER= gdt@NetBSD.org +HOMEPAGE= http://www.remotesensing.org/proj/ +COMMENT= PDF documentation for the PROJ cartographic projection software + +PKG_DESTDIR_SUPPORT= user-destdir + +NO_BUILD= yes + +PREV_PKGPATH= misc/proj-doc + +do-install: + ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/proj + ${INSTALL_DATA} ${WRKDIR}/*.pdf ${DESTDIR}${PREFIX}/share/doc/proj/ + +.include "../../mk/bsd.pkg.mk" diff --git a/geography/proj-doc/PLIST b/geography/proj-doc/PLIST new file mode 100644 index 00000000000..5110e3525a5 --- /dev/null +++ b/geography/proj-doc/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/03/14 16:26:22 wiz Exp $ +share/doc/proj/OF90-284.pdf +share/doc/proj/PROJ.4.3.I2.pdf +share/doc/proj/PROJ.4.3.pdf +share/doc/proj/SWISS.pdf diff --git a/geography/proj-doc/distinfo b/geography/proj-doc/distinfo new file mode 100644 index 00000000000..f8a7b5cd023 --- /dev/null +++ b/geography/proj-doc/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/03/14 16:26:22 wiz Exp $ + +SHA1 (proj-pdf-docs.tar.gz) = c83a154ac00058fba5097eb39cfc8d27706be4d8 +RMD160 (proj-pdf-docs.tar.gz) = 9424d98c27690b089ad083c03f5134c2598cf09a +Size (proj-pdf-docs.tar.gz) = 6918448 bytes diff --git a/geography/proj/DESCR b/geography/proj/DESCR new file mode 100644 index 00000000000..4bfdfa1a188 --- /dev/null +++ b/geography/proj/DESCR @@ -0,0 +1,4 @@ +PROJ is a collection of programs and a library for performing +cartographic projections. The programs are designed as a standard UNIX +filters to be used with other programs in the generation of maps and +charts, and as map digitizing applications. diff --git a/geography/proj/Makefile b/geography/proj/Makefile new file mode 100644 index 00000000000..434c1a81d75 --- /dev/null +++ b/geography/proj/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/03/14 16:26:22 wiz Exp $ + +DISTNAME= proj-4.7.0 +CATEGORIES= geography +MASTER_SITES= http://download.osgeo.org/proj/ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} proj-datumgrid-1.4${EXTRACT_SUFX} + +MAINTAINER= gdt@NetBSD.org +HOMEPAGE= http://trac.osgeo.org/proj/ +COMMENT= Cartographic projection software + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LIBTOOL= yes +USE_TOOLS+= gmake +GNU_CONFIGURE= yes + +PREV_PKGPATH= misc/proj + +DATUMGRID_FILES= \ + FL.lla MD.lla README.NADUS TN.lla WI.lla WO.lla alaska.lla \ + conus.lla hawaii.lla ntv1_can.dat null.lla nzgd2kgrid0005.gsb \ + prvi.lla stgeorge.lla stlrnc.lla stpaul.lla + +post-extract: + cd ${WRKDIR} && ${LN} ${DATUMGRID_FILES} ${WRKDIR}/${DISTNAME}/nad + +.include "../../mk/bsd.pkg.mk" diff --git a/geography/proj/PLIST b/geography/proj/PLIST new file mode 100644 index 00000000000..4efb292fd1b --- /dev/null +++ b/geography/proj/PLIST @@ -0,0 +1,44 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/03/14 16:26:22 wiz Exp $ +bin/cs2cs +bin/geod +bin/invgeod +bin/invproj +bin/nad2bin +bin/nad2nad +bin/proj +include/nad_list.h +include/org_proj4_Projections.h +include/proj_api.h +include/projects.h +lib/libproj.la +man/man1/cs2cs.1 +man/man1/geod.1 +man/man1/nad2nad.1 +man/man1/proj.1 +man/man3/pj_init.3 +share/proj/FL +share/proj/GL27 +share/proj/IGNF +share/proj/MD +share/proj/TN +share/proj/WI +share/proj/WO +share/proj/alaska +share/proj/conus +share/proj/epsg +share/proj/esri +share/proj/esri.extra +share/proj/hawaii +share/proj/nad.lst +share/proj/nad27 +share/proj/nad83 +share/proj/ntv1_can.dat +share/proj/null +share/proj/nzgd2kgrid0005.gsb +share/proj/other.extra +share/proj/proj_def.dat +share/proj/prvi +share/proj/stgeorge +share/proj/stlrnc +share/proj/stpaul +share/proj/world diff --git a/geography/proj/buildlink3.mk b/geography/proj/buildlink3.mk new file mode 100644 index 00000000000..b825dd4c28b --- /dev/null +++ b/geography/proj/buildlink3.mk @@ -0,0 +1,13 @@ +# $NetBSD: buildlink3.mk,v 1.1.1.1 2010/03/14 16:26:22 wiz Exp $ + +BUILDLINK_TREE+= proj + +.if !defined(PROJ_BUILDLINK3_MK) +PROJ_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.proj+= proj>=4.4.7nb1 +BUILDLINK_ABI_DEPENDS.proj?= proj>=4.4.7nb2 +BUILDLINK_PKGSRCDIR.proj?= ../../geography/proj +.endif # PROJ_BUILDLINK3_MK + +BUILDLINK_TREE+= -proj diff --git a/geography/proj/distinfo b/geography/proj/distinfo new file mode 100644 index 00000000000..f2a36c5d196 --- /dev/null +++ b/geography/proj/distinfo @@ -0,0 +1,8 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/03/14 16:26:22 wiz Exp $ + +SHA1 (proj-4.7.0.tar.gz) = bfe59b8dc1ea0c57e1426c37ff2b238fea66acd7 +RMD160 (proj-4.7.0.tar.gz) = cd96c09906b99d2ad205cc087e2863910d1124e1 +Size (proj-4.7.0.tar.gz) = 684923 bytes +SHA1 (proj-datumgrid-1.4.tar.gz) = 1ef8262271daabed37db1816a4796f06ea5e1ba9 +RMD160 (proj-datumgrid-1.4.tar.gz) = f8b7f866ad8d7e148a81f746d66e2c5dfa914045 +Size (proj-datumgrid-1.4.tar.gz) = 2252273 bytes |