diff options
author | edwin <edwin@FreeBSD.org> | 2003-01-03 08:46:24 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-01-03 08:46:24 +0800 |
commit | f0573e3dde9e0aca142b2942b82a960a4ce3e721 (patch) | |
tree | 0fe3f7242849e9d8e82e52659da2aa632c6cba8f /textproc | |
parent | 2f0e8d2d820eb313b92dd4ddc2c0e4332fc549a9 (diff) | |
download | freebsd-ports-gnome-f0573e3dde9e0aca142b2942b82a960a4ce3e721.tar.gz freebsd-ports-gnome-f0573e3dde9e0aca142b2942b82a960a4ce3e721.tar.zst freebsd-ports-gnome-f0573e3dde9e0aca142b2942b82a960a4ce3e721.zip |
New port: JDictionary plugin: Interlingua-English dictionary version 1.0
PR: ports/39602
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/jdictionary-int-eng/Makefile | 33 | ||||
-rw-r--r-- | textproc/jdictionary-int-eng/distinfo | 1 | ||||
-rw-r--r-- | textproc/jdictionary-int-eng/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/jdictionary-int-eng/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/jdictionary-int-eng/pkg-plist | 2 |
6 files changed, 42 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 20b3a40765b9..b1f680819d2f 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -109,6 +109,7 @@ SUBDIR += java2html SUBDIR += javacc SUBDIR += jdictionary + SUBDIR += jdictionary-int-eng SUBDIR += jing SUBDIR += jrefentry SUBDIR += kbedic diff --git a/textproc/jdictionary-int-eng/Makefile b/textproc/jdictionary-int-eng/Makefile new file mode 100644 index 000000000000..9a9dc4fccd2e --- /dev/null +++ b/textproc/jdictionary-int-eng/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: jdictionary-int-eng +# Date created: 20.06.2002 +# Whom: janos.mohacsi@bsd.hu +# +# $FreeBSD$ +# + +PORTNAME= jdictionary-int-eng +PORTVERSION= 1.0 +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR=jdictionary +DISTNAME= Smart_Interlingua_English-1_0.jar +EXTRACT_SUFX= # + +MAINTAINER= janos.mohacsi@bsd.hu + +RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper \ + ${LOCALBASE}/etc/javavms:${PORTSDIR}/java/jdk13 \ + jdictionary:${PORTSDIR}/textproc/jdictionary + +EXTRACT_CMD= ${CP} +EXTRACT_BEFORE_ARGS= +EXTRACT_AFTER_ARGS= ${WRKDIR} +NO_BUILD=y + +do-install: + @if [ ! -d ${PREFIX}/share/java/classes/jdictionary/Plugins ]; then \ + ${MKDIR} ${PREFIX}/share/java/classes/jdictionary/Plugins; fi + ${CP} ${WRKDIR}/${DISTFILES} \ + ${PREFIX}/share/java/classes/jdictionary/Plugins/ + +.include <bsd.port.mk> diff --git a/textproc/jdictionary-int-eng/distinfo b/textproc/jdictionary-int-eng/distinfo new file mode 100644 index 000000000000..40b3130bc93e --- /dev/null +++ b/textproc/jdictionary-int-eng/distinfo @@ -0,0 +1 @@ +MD5 (Smart_Interlingua_English-1_0.jar) = e6f7a7f841c60e0cf94fc4494452a9b5 diff --git a/textproc/jdictionary-int-eng/pkg-comment b/textproc/jdictionary-int-eng/pkg-comment new file mode 100644 index 000000000000..7060c42943e9 --- /dev/null +++ b/textproc/jdictionary-int-eng/pkg-comment @@ -0,0 +1 @@ +JDictionary plugin: Interlingua-English dictionary diff --git a/textproc/jdictionary-int-eng/pkg-descr b/textproc/jdictionary-int-eng/pkg-descr new file mode 100644 index 000000000000..0f4b8d71c8a4 --- /dev/null +++ b/textproc/jdictionary-int-eng/pkg-descr @@ -0,0 +1,4 @@ +jDictionary plugin: Interlingua-English dictionary +Dictionary database: International Auxiliary Language Association Inc. + +WWW: http://jdictionary.info/ diff --git a/textproc/jdictionary-int-eng/pkg-plist b/textproc/jdictionary-int-eng/pkg-plist new file mode 100644 index 000000000000..be068477a95e --- /dev/null +++ b/textproc/jdictionary-int-eng/pkg-plist @@ -0,0 +1,2 @@ +share/java/classes/jdictionary/Plugins/Smart_Interlingua_English-1_0.jar +@unexec rmdir %D/share/java/classes/jdictionary/Plugins || true |