From owner-freebsd-ports Thu Jun 20 14:10:49 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 B701337B41A for ; Thu, 20 Jun 2002 14:10:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KLA2p75409; Thu, 20 Jun 2002 14:10: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 D80F737B40A; Thu, 20 Jun 2002 14:03:08 -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 g5KL38Lt033994; Thu, 20 Jun 2002 22:03:08 +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 g5KL37q1033993; Thu, 20 Jun 2002 22:03:07 +0100 (BST) Message-Id: <200206202103.g5KL37q1033993@budapest.dante.org.uk> Date: Thu, 20 Jun 2002 22:03:07 +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/39600: New port: jdictionary-ger-hun 1.4 - German-Hungarian 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: 39600 >Category: ports >Synopsis: New port: jdictionary-ger-hun 1.4 - German-Hungarian 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:10:01 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-ger-hun 1.4 - German-Hungarian dictionary plugin for jdictionary. Warning: It requires hungarian ports category, as jdictionary-eng-hun, jdictionary-eng-hun-expr and hu-ispell. Obsolotes port: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/37447 >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-ger-hun # jdictionary-ger-hun/pkg-plist # jdictionary-ger-hun/pkg-descr # jdictionary-ger-hun/pkg-comment # jdictionary-ger-hun/distinfo # jdictionary-ger-hun/Makefile # echo c - jdictionary-ger-hun mkdir -p jdictionary-ger-hun > /dev/null 2>&1 echo x - jdictionary-ger-hun/pkg-plist sed 's/^X//' >jdictionary-ger-hun/pkg-plist << 'END-of-jdictionary-ger-hun/pkg-plist' Xshare/java/classes/jdictionary/Plugins/SmartGerHun-1_4.jar X@unexec rmdir %D/share/java/classes/jdictionary/Plugins || true END-of-jdictionary-ger-hun/pkg-plist echo x - jdictionary-ger-hun/pkg-descr sed 's/^X//' >jdictionary-ger-hun/pkg-descr << 'END-of-jdictionary-ger-hun/pkg-descr' XJDictionary plugin: German-Hungarian dictionary XThis dictionary is based on the dictionary of Agnes Molnar. X XWWW: http://jdictionary.info/ END-of-jdictionary-ger-hun/pkg-descr echo x - jdictionary-ger-hun/pkg-comment sed 's/^X//' >jdictionary-ger-hun/pkg-comment << 'END-of-jdictionary-ger-hun/pkg-comment' XJDictionary plugin: German-Hungarian dictionary END-of-jdictionary-ger-hun/pkg-comment echo x - jdictionary-ger-hun/distinfo sed 's/^X//' >jdictionary-ger-hun/distinfo << 'END-of-jdictionary-ger-hun/distinfo' XMD5 (SmartGerHun-1_4.jar) = 59495128c72f48da7228ea8159af54ab END-of-jdictionary-ger-hun/distinfo echo x - jdictionary-ger-hun/Makefile sed 's/^X//' >jdictionary-ger-hun/Makefile << 'END-of-jdictionary-ger-hun/Makefile' X# New ports collection makefile for: jdictionary-ger-hun X# Date created: 24.04.2002 X# Whom: janos.mohacsi@bsd.hu X# X# $FreeBSD$ X# X XPORTNAME= jdictionary-ger-hun XPORTVERSION= 1.4 XCATEGORIES= german hungarian textproc XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR=jdictionary XDISTFILES= SmartGerHun-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-ger-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