From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 18 14:40:08 2005 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 9F3F116A4CE for ; Wed, 18 May 2005 14:40:08 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2850843D55 for ; Wed, 18 May 2005 14:40:08 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4IEe2Hc011804 for ; Wed, 18 May 2005 14:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4IEe21x011803; Wed, 18 May 2005 14:40:02 GMT (envelope-from gnats) Resent-Date: Wed, 18 May 2005 14:40:02 GMT Resent-Message-Id: <200505181440.j4IEe21x011803@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, "User &" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6F0816A4CE for ; Wed, 18 May 2005 14:32:54 +0000 (GMT) Received: from mta09-winn.mailhost.ntl.com (smtpout17.mailhost.ntl.com [212.250.162.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9BB243D3F for ; Wed, 18 May 2005 14:32:53 +0000 (GMT) (envelope-from cokyazici@yahoo.co.uk) Received: from aamta01-winn.mailhost.ntl.com ([212.250.162.8]) by mta09-winn.mailhost.ntl.com with ESMTP <20050518143242.GBXR9046.mta09-winn.mailhost.ntl.com@aamta01-winn.mailhost.ntl.com> for ; Wed, 18 May 2005 15:32:42 +0100 Received: from [82.2.16.191] by aamta01-winn.mailhost.ntl.com with ESMTP <20050518143242.XBBV24880.aamta01-winn.mailhost.ntl.com@[82.2.16.191]> for ; Wed, 18 May 2005 15:32:42 +0100 Message-Id: <1116426761.0@> Date: Wed, 18 May 2005 15:32:41 +0100 From: "User &" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.5 Subject: ports/81204: New Port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2005 14:40:08 -0000 >Number: 81204 >Category: ports >Synopsis: New Port >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 18 14:40:01 GMT 2005 >Closed-Date: >Last-Modified: >Originator: User & >Release: FreeBSD 5.2.1-RELEASE i386 >Organization: >Environment: System: FreeBSD 5.2.1-RELEASE #0: Mon Feb 23 20:45:55 GMT 2004 root@wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC >Description: two new ports, libnaji 0.3.0 and najitool 0.5.0 >How-To-Repeat: >Fix: --- libnaji begins here --- # 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: # # libnaji # libnaji/pkg-descr # libnaji/distinfo # libnaji/Makefile # libnaji/pkg-plist # echo c - libnaji mkdir -p libnaji > /dev/null 2>&1 echo x - libnaji/pkg-descr sed 's/^X//' >libnaji/pkg-descr << 'END-of-libnaji/pkg-descr' Xlibnaji is a library of functions which implement the features of najitool, Xa flexible file generator, converter, and filter. libnaji is being developed Xin the ANSI C standard so it should work and compile on any system that Xsupports ANSI C, which should be every system. X X WWW: http://najitool.sf.net/ X X - NECDET COKYAZICI X cokyazici@yahoo.co.uk END-of-libnaji/pkg-descr echo x - libnaji/distinfo sed 's/^X//' >libnaji/distinfo << 'END-of-libnaji/distinfo' XMD5 (libnaji-0.3.0.src.tar.gz) = 3c8af38bb18c43e02fa715ae284a2a9e XSIZE (libnaji-0.3.0.src.tar.gz) = 24742 END-of-libnaji/distinfo echo x - libnaji/Makefile sed 's/^X//' >libnaji/Makefile << 'END-of-libnaji/Makefile' X# New ports collection makefile for: libnaji X# Date created: 18 May 2005 X# Whom: NECDET COKYAZICI X# X# $FreeBSD$ X# X XPORTNAME= libnaji XPORTVERSION= 0.3.0 XCATEGORIES= devel XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} XMASTER_SITE_SUBDIR= najitool X XMAINTAINER= cokyazici@yahoo.co.uk XCOMMENT= A library that generates, converts, and filters files. X XMAKEFILE= makefile X XDISTVERSIONSUFFIX= .src X Xdo-install: X $(CP) $(WRKDIR)/libnaji-0.3.0.src/libnaji.h $(LOCALBASE)/include X $(CP) $(WRKDIR)/libnaji-0.3.0.src/libnaji.a $(LOCALBASE)/lib X X.include END-of-libnaji/Makefile echo x - libnaji/pkg-plist sed 's/^X//' >libnaji/pkg-plist << 'END-of-libnaji/pkg-plist' Xinclude/libnaji.h Xlib/libnaji.a END-of-libnaji/pkg-plist exit --- libnaji ends here --- --- najitool begins here --- # 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: # # najitool # najitool/Makefile # najitool/pkg-descr # najitool/pkg-plist # najitool/distinfo # echo c - najitool mkdir -p najitool > /dev/null 2>&1 echo x - najitool/Makefile sed 's/^X//' >najitool/Makefile << 'END-of-najitool/Makefile' X# New ports collection makefile for: najitool X# Date created: 18 May 2005 X# Whom: NECDET COKYAZICI X# X# $FreeBSD$ X# X XPORTNAME= najitool XPORTVERSION= 0.5.0 XCATEGORIES= misc XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} XMASTER_SITE_SUBDIR= najitool X XMAINTAINER= cokyazici@yahoo.co.uk XCOMMENT= A tool that generates, converts, and filters files. X XDEPENDS= $(PORTSDIR)/devel/libnaji X XMAKEFILE= makefile X XDISTVERSIONSUFFIX= .src X Xpre-build: X $(CP) ${LOCALBASE}/include/libnaji.h $(WRKDIR)/najitool-0.5.0.src X $(CP) ${LOCALBASE}/lib/libnaji.a $(WRKDIR)/najitool-0.5.0.src X Xdo-install: X $(CP) $(WRKDIR)/najitool-0.5.0.src/najitool ${LOCALBASE}/bin X X.include END-of-najitool/Makefile echo x - najitool/pkg-descr sed 's/^X//' >najitool/pkg-descr << 'END-of-najitool/pkg-descr' Xnajitool generates and/or makes altered copies of files in the patterns Xyou specify or shows to the screen. najitool is being developed in the XANSI C standard so it should work and compile on any system that supports XANSI C, which should be every system. X X WWW: http://najitool.sf.net/ X X - NECDET COKYAZICI X cokyazici@yahoo.co.uk END-of-najitool/pkg-descr echo x - najitool/pkg-plist sed 's/^X//' >najitool/pkg-plist << 'END-of-najitool/pkg-plist' Xbin/najitool END-of-najitool/pkg-plist echo x - najitool/distinfo sed 's/^X//' >najitool/distinfo << 'END-of-najitool/distinfo' XMD5 (najitool-0.5.0.src.tar.gz) = a12389cfee3104f142ed02f41fb60626 XSIZE (najitool-0.5.0.src.tar.gz) = 10092 END-of-najitool/distinfo exit --- najitool ends here --- >Release-Note: >Audit-Trail: >Unformatted: