diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-04-05 18:42:12 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-04-05 18:42:12 +0800 |
commit | a9b1f45b86ceb0f6a52474caa3d586f490272c98 (patch) | |
tree | 68d73056fd2a3c80a62b66f70e67c38426c90c6b | |
parent | 0c8d295205e00faafe09d2dcb817d440b8004776 (diff) | |
download | freebsd-ports-gnome-a9b1f45b86ceb0f6a52474caa3d586f490272c98.tar.gz freebsd-ports-gnome-a9b1f45b86ceb0f6a52474caa3d586f490272c98.tar.zst freebsd-ports-gnome-a9b1f45b86ceb0f6a52474caa3d586f490272c98.zip |
- retire this port in favor of graphics/proj
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/proj4/Makefile | 34 | ||||
-rw-r--r-- | misc/proj4/distinfo | 3 | ||||
-rw-r--r-- | misc/proj4/pkg-descr | 3 | ||||
-rw-r--r-- | misc/proj4/pkg-plist | 11 |
5 files changed, 0 insertions, 52 deletions
diff --git a/misc/Makefile b/misc/Makefile index 607c54d85bba..d5a27c2defc9 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -438,7 +438,6 @@ SUBDIR += pinfo SUBDIR += pipe SUBDIR += posixtestsuite - SUBDIR += proj4 SUBDIR += projectionlib SUBDIR += proxyper SUBDIR += pspresent diff --git a/misc/proj4/Makefile b/misc/proj4/Makefile deleted file mode 100644 index 786bca4bb2f8..000000000000 --- a/misc/proj4/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: proj4 -# Date created: 28 Nov 2006 -# Whom: dirk.meyer@dinoex.sub.org -# -# $FreeBSD$ -# - -PORTNAME= proj4 -PORTVERSION= 0.3 -CATEGORIES= misc -MASTER_SITES= http://www.gnustep.it/enrico/position/ -DISTNAME= position-${PORTVERSION} - -MAINTAINER= dinoex@FreeBSD.org -COMMENT= Cartographic projection software - -CONFLICTS= proj-4* - -WRKSRC= ${WRKDIR}/Position/PROJ.4 -USE_GMAKE= yes -GNU_CONFIGURE= yes -BUILD_WRKSRC= ${WRKSRC}/src -MAKE_JOBS_UNSAFE= yes - -MAN1= geod.1 nad2nad.1 proj.1 -MAN3= pj_init.3 - -post-configure: - ${REINPLACE_CMD} -e 's|make|gmake|' ${WRKSRC}/install - -do-install: - cd ${WRKSRC} && ${SH} install - -.include <bsd.port.mk> diff --git a/misc/proj4/distinfo b/misc/proj4/distinfo deleted file mode 100644 index 71796bd536e4..000000000000 --- a/misc/proj4/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (position-0.3.tar.gz) = 47d8aa73367efe5cc24250270e088370 -SHA256 (position-0.3.tar.gz) = f8d49389dbdb4f54e2120168ec160cf8ae2e92f515adb4619c81d214ca61830d -SIZE (position-0.3.tar.gz) = 1792252 diff --git a/misc/proj4/pkg-descr b/misc/proj4/pkg-descr deleted file mode 100644 index b61eefae11c5..000000000000 --- a/misc/proj4/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Cartographic projection software. - -WWW: http://www.gnustep.it/enrico/position/ diff --git a/misc/proj4/pkg-plist b/misc/proj4/pkg-plist deleted file mode 100644 index 30bad0501ff2..000000000000 --- a/misc/proj4/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -bin/geod -bin/nad2nad -bin/proj -include/projects.h -lib/libproj.a -lib/proj.4/GL27 -lib/proj.4/nad27 -lib/proj.4/nad83 -lib/proj.4/proj_def.dat -lib/proj.4/world -@dirrm lib/proj.4 |