diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2014-10-07 16:33:24 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2014-10-07 16:33:24 +0000 |
commit | 3d718eec991f8996db7b2e66a8f9d9f3fa1ee283 (patch) | |
tree | f5e0ee359eb1b271bbc321de0a5e499c1dd97207 | |
parent | d079d1bfe2e144cfc1244e0f8ed1bf13ee29d751 (diff) |
Notes
-rw-r--r-- | astro/Makefile | 1 | ||||
-rw-r--r-- | astro/openmap/Makefile | 55 | ||||
-rw-r--r-- | astro/openmap/distinfo | 2 | ||||
-rw-r--r-- | astro/openmap/files/openmap.sh.in | 10 | ||||
-rw-r--r-- | astro/openmap/pkg-descr | 9 | ||||
-rw-r--r-- | astro/openmap/pkg-plist | 6 |
6 files changed, 0 insertions, 83 deletions
diff --git a/astro/Makefile b/astro/Makefile index dea231bd9ddb..0fb506e3ccd7 100644 --- a/astro/Makefile +++ b/astro/Makefile @@ -47,7 +47,6 @@ SUBDIR += mkgmap-splitter SUBDIR += mymoon SUBDIR += nightfall - SUBDIR += openmap SUBDIR += openuniverse SUBDIR += osmium SUBDIR += osmosis diff --git a/astro/openmap/Makefile b/astro/openmap/Makefile deleted file mode 100644 index 52d6badf20e7..000000000000 --- a/astro/openmap/Makefile +++ /dev/null @@ -1,55 +0,0 @@ -# $FreeBSD$ - -PORTNAME= openmap -PORTVERSION= 4.6.4 -PORTREVISION= 1 -CATEGORIES= astro java devel graphics geography -MASTER_SITES= http://openmap.bbn.com/src/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Java toolkit for manipulating and displaying geographic data - -RUN_DEPENDS= classpath:${PORTSDIR}/java/javavmwrapper - -USE_JAVA= yes -JAVA_VERSION= 1.6+ - -PKGMESSAGE= ${WRKSRC}/LICENSE - -USE_ANT= yes -MAKE_ARGS+= -Dopenmap.home=${WRKSRC} \ - -Didl2java.compiler=${JAVA_HOME}/bin/idlj - -SUB_FILES= openmap.sh - -PORTDATA= * -PORTDOCS= * - -MAKE_JOBS_UNSAFE= yes - -OPTIONS_DEFINE= DOCS - -do-configure: - (cd ${WRKSRC} && ${FIND} . -type f -print0 | ${XARGS} -0 \ - ${REINPLACE_CMD} -e 's,/usr/local/openmap,${DATADIR},g') - (cd ${WRKSRC} && ${FIND} . -type f -name \*.bak -delete) - -do-install: - (cd ${WRKSRC}/lib && \ - ${INSTALL_DATA} *.jar ${STAGEDIR}${JAVAJARDIR}) - @${MKDIR} ${STAGEDIR}${DATADIR} - (cd ${WRKSRC}/share && ${FIND} . -type f -print | \ - ${CPIO} -pdmu -R${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${DATADIR}) - ${FIND} ${STAGEDIR}${DATADIR} -type d -print0 | ${XARGS} -0 ${CHMOD} 0755 - ${FIND} ${STAGEDIR}${DATADIR} -type f -print0 | ${XARGS} -0 ${CHMOD} 0644 - ${INSTALL_SCRIPT} \ - ${WRKDIR}/openmap.sh ${STAGEDIR}${PREFIX}/bin/openmap - @${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC} && ${INSTALL_DATA} \ - AUTHORS LICENSE README ${STAGEDIR}${DOCSDIR}) - (cd ${WRKSRC}/doc && ${FIND} . -type f -print | \ - ${CPIO} -pdmu -R${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${DOCSDIR}) - ${FIND} ${STAGEDIR}${DOCSDIR} -type d -print0 | ${XARGS} -0 ${CHMOD} 0755 - ${FIND} ${STAGEDIR}${DOCSDIR} -type f -print0 | ${XARGS} -0 ${CHMOD} 0644 - -.include <bsd.port.mk> diff --git a/astro/openmap/distinfo b/astro/openmap/distinfo deleted file mode 100644 index 1c2333e7ed78..000000000000 --- a/astro/openmap/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (openmap-4.6.4.tar.gz) = d07b0f03f2d9aa8b92003b824a0531c937af98addae9a879f889b5787a4cb2ca -SIZE (openmap-4.6.4.tar.gz) = 22230695 diff --git a/astro/openmap/files/openmap.sh.in b/astro/openmap/files/openmap.sh.in deleted file mode 100644 index d1a769c254e4..000000000000 --- a/astro/openmap/files/openmap.sh.in +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -cd "%%DATADIR%%" -JAVA_VERSION="%%JAVA_VERSION%%" \ - exec "%%LOCALBASE%%/bin/java" \ - -classpath $(%%LOCALBASE%%/bin/classpath) \ - com.bbn.openmap.app.OpenMap "%@" diff --git a/astro/openmap/pkg-descr b/astro/openmap/pkg-descr deleted file mode 100644 index fd693a0b556f..000000000000 --- a/astro/openmap/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -OpenMapTM is a Java BeansTM based toolkit for building applications -and applets needing geographic information. Using OpenMap components, -you can access data from legacy applications, in-place, in a -distributed setting. At its core, OpenMap is a set of Swing components -that understand geographic coordinates. These components help you show -map data, and help you handle user input events to manipulate that -data. - -WWW: http://openmap.bbn.com/ diff --git a/astro/openmap/pkg-plist b/astro/openmap/pkg-plist deleted file mode 100644 index 91e864c24b16..000000000000 --- a/astro/openmap/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/openmap -%%JAVAJARDIR%%/milStd2525_png.jar -%%JAVAJARDIR%%/omcorba.jar -%%JAVAJARDIR%%/omj3d.jar -%%JAVAJARDIR%%/omsvg.jar -%%JAVAJARDIR%%/openmap.jar |