Bug 81204 - new port: misc/najitool, a tool that generates, converts, and filters files
Summary: new port: misc/najitool, a tool that generates, converts, and filters files
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-18 15:40 UTC by User &
Modified: 2005-05-19 15:51 UTC (History)
0 users

See Also:


Attachments
file.shar (2.14 KB, text/plain)
2005-05-18 15:40 UTC, User &
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description User & 2005-05-18 15:40:01 UTC

two new ports, libnaji 0.3.0 and najitool 0.5.0

Fix: 

--- najitool ends here -----sAAMeYfri24ndF58wB1dhAKI8jgaYdkvmmFnnfZToa8fYEPf
Content-Type: text/plain; name="libnaji"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="libnaji"

# 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 <cokyazici@yahoo.co.uk>
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 <bsd.port.mk>
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
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2005-05-19 15:51:28 UTC
State Changed
From-To: open->closed

New port added, thank you!