From owner-freebsd-ports Thu Jun 20 14: 0:50 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 96BBC37B408 for ; Thu, 20 Jun 2002 14:00:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KL02x70466; Thu, 20 Jun 2002 14:00:02 -0700 (PDT) (envelope-from gnats) Received: from budapest.dante.org.uk (budapest.dante.org.uk [193.63.211.72]) by hub.freebsd.org (Postfix) with ESMTP id 5E3A637B410; Thu, 20 Jun 2002 13:54:11 -0700 (PDT) Received: from budapest.dante.org.uk (localhost [127.0.0.1]) by budapest.dante.org.uk (8.12.3/8.12.3) with ESMTP id g5KKsALt033788; Thu, 20 Jun 2002 21:54:10 +0100 (BST) (envelope-from janos@budapest.dante.org.uk) Received: (from janos@localhost) by budapest.dante.org.uk (8.12.3/8.12.3/Submit) id g5KKsATZ033787; Thu, 20 Jun 2002 21:54:10 +0100 (BST) Message-Id: <200206202054.g5KKsATZ033787@budapest.dante.org.uk> Date: Thu, 20 Jun 2002 21:54:10 +0100 (BST) From: Janos Mohacsi Reply-To: Janos Mohacsi To: FreeBSD-gnats-submit@FreeBSD.org Cc: znerd@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/39597: New port: jdictionary-eng-hun 1.4 - Hungarian-English dictionary plugin for jdictionary Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 39597 >Category: ports >Synopsis: New port: jdictionary-eng-hun 1.4 - Hungarian-English dictionary plugin for jdictionary >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jun 20 14:00:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Janos Mohacsi >Release: FreeBSD 4.6-RC i386 >Organization: DANTE >Environment: System: FreeBSD budapest.dante.org.uk 4.6-RC FreeBSD 4.6-RC #2: Mon Jun 3 09:47:22 BST 2002 janos@budapest.dante.org.uk:/usr/src/sys/compile/BUDAPEST i386 >Description: New port: jdictionary-eng-hun 1.4 - English-Hungarian dictionary plugin for jdictionary. Warning it requires port category hungarian as requested for hu-ispell (see uncommitted port PR=ports/39308). Please consider opening port category hungarian. Regards, Janos Mohacsi >How-To-Repeat: Check this shar. >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # jdictionary-eng-hun # jdictionary-eng-hun/pkg-plist # jdictionary-eng-hun/pkg-descr # jdictionary-eng-hun/pkg-comment # jdictionary-eng-hun/distinfo # jdictionary-eng-hun/Makefile # echo c - jdictionary-eng-hun mkdir -p jdictionary-eng-hun > /dev/null 2>&1 echo x - jdictionary-eng-hun/pkg-plist sed 's/^X//' >jdictionary-eng-hun/pkg-plist << 'END-of-jdictionary-eng-hun/pkg-plist' Xshare/java/classes/jdictionary/Plugins/SmartEngHun-1_4.jar X@unexec rmdir %D/share/java/classes/jdictionary/Plugins || true END-of-jdictionary-eng-hun/pkg-plist echo x - jdictionary-eng-hun/pkg-descr sed 's/^X//' >jdictionary-eng-hun/pkg-descr << 'END-of-jdictionary-eng-hun/pkg-descr' XJDictionary-hun-eng - jDictionary plugin: Hungarian-English XThis dictionary is based on Vonyo & Drotos dictionary. X XWWW: http://jdictionary.info/ END-of-jdictionary-eng-hun/pkg-descr echo x - jdictionary-eng-hun/pkg-comment sed 's/^X//' >jdictionary-eng-hun/pkg-comment << 'END-of-jdictionary-eng-hun/pkg-comment' XJDictionary-hun-eng - jDictionary plugin: Hungarian-English END-of-jdictionary-eng-hun/pkg-comment echo x - jdictionary-eng-hun/distinfo sed 's/^X//' >jdictionary-eng-hun/distinfo << 'END-of-jdictionary-eng-hun/distinfo' XMD5 (SmartEngHun-1_4.jar) = 6d7f7edef0b3c917996ff7614eaa106f END-of-jdictionary-eng-hun/distinfo echo x - jdictionary-eng-hun/Makefile sed 's/^X//' >jdictionary-eng-hun/Makefile << 'END-of-jdictionary-eng-hun/Makefile' X# New ports collection makefile for: jdictionary-eng-hun X# Date created: 23.04.2002 X# Whom: janos.mohacsi@bsd.hu X# X# $FreeBSD$ X# X XPORTNAME= jdictionary-eng-hun XPORTVERSION= 1.4 XCATEGORIES= hungarian textproc XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR=jdictionary XDISTFILES= SmartEngHun-1_4.jar X XMAINTAINER= janos.mohacsi@bsd.hu X XRUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper \ X ${LOCALBASE}/etc/javavms:${PORTSDIR}/java/jdk13 \ X jdictionary:${PORTSDIR}/textproc/jdictionary X XEXTRACT_CMD= ${CP} XEXTRACT_BEFORE_ARGS= XEXTRACT_AFTER_ARGS= ${WRKDIR} XNO_BUILD=y X Xdo-install: X @if [ ! -d ${PREFIX}/share/java/classes/jdictionary/Plugins ]; then \ X ${MKDIR} ${PREFIX}/share/java/classes/jdictionary/Plugins; fi X ${CP} ${WRKDIR}/${DISTFILES} \ X ${PREFIX}/share/java/classes/jdictionary/Plugins/ X X.include END-of-jdictionary-eng-hun/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message