1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

New port: textproc/jdictionary.

PR:		37398
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu>
This commit is contained in:
Ernst de Haan 2002-04-27 00:26:40 +00:00
parent f1fbaf5a19
commit 7c59e5ac14
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58203
7 changed files with 51 additions and 0 deletions

View File

@ -86,6 +86,7 @@
SUBDIR += ispell
SUBDIR += jade
SUBDIR += java2html
SUBDIR += jdictionary
SUBDIR += jing
SUBDIR += jrefentry
SUBDIR += kbedic

View File

@ -0,0 +1,35 @@
# New ports collection makefile for: jdictionary
# Date created: 23.04.2002
# Whom: janos.mohacsi@bsd.hu
#
# $FreeBSD$
#
PORTNAME= jdictionary
PORTVERSION= 1.2
CATEGORIES= textproc java
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=jdictionary
DISTNAME= jdictionary-1_21
MAINTAINER= janos.mohacsi@bsd.hu
RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper \
${LOCALBASE}/etc/javavms:${PORTSDIR}/java/jdk13
USE_ZIP= yes
WRKSRC= ${WRKDIR}/jdictionary
NO_BUILD=yes
do-configure:
@${SED} "s|%%PREFIX%%|${PREFIX}|g ; s|%%LOCALBASE%%|${LOCALBASE}|g" \
${FILESDIR}/jdictionary.sh > ${WRKDIR}/jdictionary.sh
do-install:
@if [ ! -d ${PREFIX}/share/java/classes/jdictionary ]; then \
${MKDIR} ${PREFIX}/share/java/classes/jdictionary; fi
${CP} ${WRKSRC}/jdictionary.jar \
${PREFIX}/share/java/classes/jdictionary/
${INSTALL_SCRIPT} ${WRKDIR}/jdictionary.sh ${PREFIX}/bin/jdictionary
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (jdictionary-1_21.zip) = a188bda0ed061ea11e05319684e54cc4

View File

@ -0,0 +1,3 @@
#!/bin/sh
exec %%LOCALBASE%%/bin/javavm -jar %%PREFIX%%/share/java/classes/jdictionary/jdictionary.jar

View File

@ -0,0 +1 @@
JDictionary - Platform independent, plugin based dictionary

View File

@ -0,0 +1,7 @@
JDictionary is a powerful multi platform dictionary software.
JDictionary is plugin based, and has an easy to use plugin managment system,
that is able to download and install the desired plugins automagically from
the web. Installing or upgrading one or more plugins (even simultaneously)
is just one click!
WWW: http://jdictionary.info/

View File

@ -0,0 +1,3 @@
bin/jdictionary
share/java/classes/jdictionary/jdictionary.jar
@dirrm share/java/classes/jdictionary