From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 9 01:00:45 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C22F16A4CF for ; Fri, 9 Jul 2004 01:00:45 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FDE243D31 for ; Fri, 9 Jul 2004 01:00:45 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i6910iet013340 for ; Fri, 9 Jul 2004 01:00:44 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6910ioH013339; Fri, 9 Jul 2004 01:00:44 GMT (envelope-from gnats) Resent-Date: Fri, 9 Jul 2004 01:00:44 GMT Resent-Message-Id: <200407090100.i6910ioH013339@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Aleksander Fafula Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2984C16A4CE for ; Fri, 9 Jul 2004 00:54:53 +0000 (GMT) Received: from fafula.com (wj118.internetdsl.tpnet.pl [80.55.191.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 784A743D1D for ; Fri, 9 Jul 2004 00:54:52 +0000 (GMT) (envelope-from alex@fafula.com) Received: by fafula.com (Postfix, from userid 1001) id 354A5283A; Fri, 9 Jul 2004 02:46:10 +0000 (GMT) Message-Id: <20040709024610.354A5283A@fafula.com> Date: Fri, 9 Jul 2004 02:46:10 +0000 (GMT) From: Aleksander Fafula To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: alex@fafula.com Subject: ports/68837: [New Port] polish/sap en-pl pl-en dictionary X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Aleksander Fafula List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jul 2004 01:00:45 -0000 >Number: 68837 >Category: ports >Synopsis: [New Port] polish/sap en-pl pl-en dictionary >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 09 01:00:44 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Aleksander Fafula >Release: FreeBSD 5.2.1-RELEASE-p6 i386 >Organization: Fafula.com >Environment: System: FreeBSD fafula.com 5.2.1-RELEASE-p6 FreeBSD 5.2.1-RELEASE-p6 #1: Sat May 8 14:04:58 GMT 2004 alex@fafula.com:/usr/src/sys/i386/compile/ALEX i386 >Description: This is the port of a console based free Polish to English and English to Polish dictionary. SAP is light and fast. >How-To-Repeat: >Fix: Here comes the shar file: --------------------------------------------- cut # 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: # # sap # sap/Makefile # sap/distinfo # sap/pkg-plist # sap/pkg-descr # echo c - sap mkdir -p sap > /dev/null 2>&1 echo x - sap/Makefile sed 's/^X//' >sap/Makefile << 'END-of-sap/Makefile' X# Ports collection makefile for: sap X# Date created: Fri 9 July 2004 X# Whom: Aleksander Fafula X# X# $FreeBSD$ X# X XPORTNAME= sap XPORTVERSION= 0.2 XCATEGORIES= polish XMASTER_SITES= http://www.terravista.pt/Mussulo/1345/sap/ XEXTRACT_SUFX= .tgz X XMAINTAINER= alex@bsdguru.org XCOMMENT= A command line Polish-English and English-Polish dictionary X XUSE_REINPLACE= yes X Xdo-configure: X @${REINPLACE_CMD} -e 's|PREFIX=/usr|PREFIX=${PREFIX}|g' ${WRKSRC}/Makefile X @${REINPLACE_CMD} -e 's|#define DICTIONARIES_DIRECTORY "/usr/lib/sap/"|#define DICTIONARIES_DIRECTORY "${PREFIX}/lib/sap/"|g' ${WRKSRC}/src/configuration.h_UNIX X X.include END-of-sap/Makefile echo x - sap/distinfo sed 's/^X//' >sap/distinfo << 'END-of-sap/distinfo' XMD5 (sap-0.2.tgz) = 24a835f649b22661359547414f1c434c XSIZE (sap-0.2.tgz) = 602758 END-of-sap/distinfo echo x - sap/pkg-plist sed 's/^X//' >sap/pkg-plist << 'END-of-sap/pkg-plist' Xbin/sap Xlib/sap/dvp_1.dic Xlib/sap/dvp_2.dic X@dirrm lib/sap END-of-sap/pkg-plist echo x - sap/pkg-descr sed 's/^X//' >sap/pkg-descr << 'END-of-sap/pkg-descr' XSAP stands for Slownik Polsko-Angielski. XIt is a free Polish-English and English-Polish dictionary. XDictionary operates with both Polish characters and ASCII-only mode. XFast and light, console based. X XWWW: http://www.terravista.pt/Mussulo/1345/sap/ END-of-sap/pkg-descr exit --------------------------------------------- cut Thank you! Regards, Oleczek >Release-Note: >Audit-Trail: >Unformatted: