mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Nuke OpenMAP rather than try to fix it. It is ten years out of date and
clearly of no interest to anyone since nobody has complained about it in all those years. MFH: 2014Q4
This commit is contained in:
parent
d079d1bfe2
commit
3d718eec99
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370363
@ -47,7 +47,6 @@
|
||||
SUBDIR += mkgmap-splitter
|
||||
SUBDIR += mymoon
|
||||
SUBDIR += nightfall
|
||||
SUBDIR += openmap
|
||||
SUBDIR += openuniverse
|
||||
SUBDIR += osmium
|
||||
SUBDIR += osmosis
|
||||
|
@ -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>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (openmap-4.6.4.tar.gz) = d07b0f03f2d9aa8b92003b824a0531c937af98addae9a879f889b5787a4cb2ca
|
||||
SIZE (openmap-4.6.4.tar.gz) = 22230695
|
@ -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 "%@"
|
@ -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/
|
@ -1,6 +0,0 @@
|
||||
bin/openmap
|
||||
%%JAVAJARDIR%%/milStd2525_png.jar
|
||||
%%JAVAJARDIR%%/omcorba.jar
|
||||
%%JAVAJARDIR%%/omj3d.jar
|
||||
%%JAVAJARDIR%%/omsvg.jar
|
||||
%%JAVAJARDIR%%/openmap.jar
|
Loading…
Reference in New Issue
Block a user