diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2001-11-15 14:53:51 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2001-11-15 14:53:51 +0000 |
commit | 9779d111d6f9d568ce12320cfecbdc56555d675a (patch) | |
tree | 39cb22e36a1f3d985cd4b06804f5e32c2fb8ba65 /graphics | |
parent | 9555aa91b9b4bb33afba7eb0d41a4a94ddfc746e (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/proj/Makefile | 31 | ||||
-rw-r--r-- | graphics/proj/distinfo | 2 | ||||
-rw-r--r-- | graphics/proj/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/proj/pkg-descr | 7 | ||||
-rw-r--r-- | graphics/proj/pkg-plist | 34 |
6 files changed, 76 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 3355141af1f4..d2039475a02c 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -230,6 +230,7 @@ SUBDIR += povray31 SUBDIR += ppm2fli SUBDIR += ppmcaption + SUBDIR += proj SUBDIR += pstoedit SUBDIR += pvmpov SUBDIR += py-gdchart diff --git a/graphics/proj/Makefile b/graphics/proj/Makefile new file mode 100644 index 000000000000..43ffe1dd5dd4 --- /dev/null +++ b/graphics/proj/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: proj +# Date created: 15 November 2001 +# Whom: jedgar@FreeBSD.org +# +# $FreeBSD$ + +PORTNAME= proj +PORTVERSION= 4.4.4 +CATEGORIES= graphics +MASTER_SITES= ftp://ftp.remotesensing.org/pub/proj/ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${NADFILES} +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} + +MAINTAINER= jedgar@FreeBSD.org + +NADFILES= proj-nad27-1.1.tar.gz + +USE_LIBTOOL= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes +INSTALLS_SHLIB= yes + +MAN1= cs2cs.1 geod.1 nad2nad.1 proj.1 +MAN3= pj_init.3 + +post-extract: +.for file in ${NADFILES} + @cd ${WRKSRC}/nad && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${file} ${EXTRACT_AFTER_ARGS} +.endfor + +.include <bsd.port.mk> diff --git a/graphics/proj/distinfo b/graphics/proj/distinfo new file mode 100644 index 000000000000..707b0ce1db25 --- /dev/null +++ b/graphics/proj/distinfo @@ -0,0 +1,2 @@ +MD5 (proj-4.4.4.tar.gz) = 8a15e195c8173e3a2430cbc89abbed2c +MD5 (proj-nad27-1.1.tar.gz) = 66537aa24ad729d43db383abe2bf7707 diff --git a/graphics/proj/pkg-comment b/graphics/proj/pkg-comment new file mode 100644 index 000000000000..997f1880d753 --- /dev/null +++ b/graphics/proj/pkg-comment @@ -0,0 +1 @@ +Cartographic Projections library diff --git a/graphics/proj/pkg-descr b/graphics/proj/pkg-descr new file mode 100644 index 000000000000..70ef6fb068b7 --- /dev/null +++ b/graphics/proj/pkg-descr @@ -0,0 +1,7 @@ +Cartographic Projections library that performs projections to and from +various cartographic coordinate systems. + +WWW: http://www.remotesensing.org/proj/ + +- Chris D. Faulhaber + <jedgar@FreeBSD.org> diff --git a/graphics/proj/pkg-plist b/graphics/proj/pkg-plist new file mode 100644 index 000000000000..33ea26e028fa --- /dev/null +++ b/graphics/proj/pkg-plist @@ -0,0 +1,34 @@ +bin/cs2cs +bin/geod +bin/invgeod +bin/invproj +bin/nad2bin +bin/nad2nad +bin/proj +include/nad_list.h +include/proj_api.h +include/projects.h +lib/libproj.a +lib/libproj.so +lib/libproj.so.3 +share/proj/FL +share/proj/GL27 +share/proj/MD +share/proj/TN +share/proj/WI +share/proj/WO +share/proj/alaska +share/proj/conus +share/proj/epsg +share/proj/hawaii +share/proj/nad.lst +share/proj/nad27 +share/proj/nad83 +share/proj/ntv1_can.dat +share/proj/proj_def.dat +share/proj/prvi +share/proj/stgeorge +share/proj/stlrnc +share/proj/stpaul +share/proj/world +@dirrm share/proj |