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:
parent
f1fbaf5a19
commit
7c59e5ac14
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58203
@ -86,6 +86,7 @@
|
||||
SUBDIR += ispell
|
||||
SUBDIR += jade
|
||||
SUBDIR += java2html
|
||||
SUBDIR += jdictionary
|
||||
SUBDIR += jing
|
||||
SUBDIR += jrefentry
|
||||
SUBDIR += kbedic
|
||||
|
35
textproc/jdictionary/Makefile
Normal file
35
textproc/jdictionary/Makefile
Normal 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>
|
1
textproc/jdictionary/distinfo
Normal file
1
textproc/jdictionary/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (jdictionary-1_21.zip) = a188bda0ed061ea11e05319684e54cc4
|
3
textproc/jdictionary/files/jdictionary.sh
Normal file
3
textproc/jdictionary/files/jdictionary.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
exec %%LOCALBASE%%/bin/javavm -jar %%PREFIX%%/share/java/classes/jdictionary/jdictionary.jar
|
1
textproc/jdictionary/pkg-comment
Normal file
1
textproc/jdictionary/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
JDictionary - Platform independent, plugin based dictionary
|
7
textproc/jdictionary/pkg-descr
Normal file
7
textproc/jdictionary/pkg-descr
Normal 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/
|
3
textproc/jdictionary/pkg-plist
Normal file
3
textproc/jdictionary/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/jdictionary
|
||||
share/java/classes/jdictionary/jdictionary.jar
|
||||
@dirrm share/java/classes/jdictionary
|
Loading…
Reference in New Issue
Block a user