Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 May 2006 11:54:08 GMT
From:      NECDET COKYAZICI <cokyazici@yahoo.co.uk>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/96653: Update ports: devel/libnaji (added more features), misc/najitool (rewrote help system)
Message-ID:  <200605021154.k42Bs8h2011286@www.freebsd.org>
Resent-Message-ID: <200605021200.k42C0d9I052078@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         96653
>Category:       ports
>Synopsis:       Update ports: devel/libnaji (added more features), misc/najitool (rewrote help system)
>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:   Tue May 02 12:00:39 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     NECDET COKYAZICI
>Release:        FreeBSD 5.2.1-RELEASE
>Organization:
N/A
>Environment:
FreeBSD  5.2.1-RELEASE 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  i386
>Description:
Added more functions for libnaji, including an mp3 tag viewer/editor, and an mp3 splitter. Rewrote the help system for najitool and included parameter checking for every najitool command. The new najitool uses the new libnaji.
>How-To-Repeat:

>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:
#
#	ports
#	ports/misc
#	ports/misc/najitool
#	ports/misc/najitool/Makefile
#	ports/misc/najitool/distinfo
#	ports/misc/najitool/pkg-descr
#	ports/misc/najitool/pkg-plist
#	ports/devel
#	ports/devel/libnaji
#	ports/devel/libnaji/Makefile
#	ports/devel/libnaji/distinfo
#	ports/devel/libnaji/pkg-descr
#	ports/devel/libnaji/pkg-plist
#
echo c - ports
mkdir -p ports > /dev/null 2>&1
echo c - ports/misc
mkdir -p ports/misc > /dev/null 2>&1
echo c - ports/misc/najitool
mkdir -p ports/misc/najitool > /dev/null 2>&1
echo x - ports/misc/najitool/Makefile
sed 's/^X//' >ports/misc/najitool/Makefile << 'END-of-ports/misc/najitool/Makefile'
X# New ports collection makefile for:	najitool
X# Date created:				18 May 2005
X# Whom:					NECDET COKYAZICI <cokyazici@yahoo.co.uk>
X#
X# $FreeBSD: ports/misc/najitool/Makefile,v 1.2 2005/11/30 21:08:17 edwin Exp $
X#
X
XPORTNAME=	najitool
XPORTVERSION=	0.8.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
XBUILD_DEPENDS=	${LOCALBASE}/lib/libnaji.a:${PORTSDIR}/devel/libnaji
X
XUSE_REINPLACE=	yes
X
XMAKEFILE=	makefile
X
XDISTVERSIONSUFFIX=	.src
X
Xpost-patch:
X	${REINPLACE_CMD} -e 's|cflags =|cflags = -I${LOCALBASE}/include|; s|libnaji.a|${LOCALBASE}/lib/libnaji.a|' ${WRKSRC}/${MAKEFILE}
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/najitool ${PREFIX}/bin
X
X.include <bsd.port.mk>
END-of-ports/misc/najitool/Makefile
echo x - ports/misc/najitool/distinfo
sed 's/^X//' >ports/misc/najitool/distinfo << 'END-of-ports/misc/najitool/distinfo'
XMD5 (najitool-0.8.0.src.tar.gz) = cc4e617ebcb118766ee31891a7f99772
XSHA256 (najitool-0.8.0.src.tar.gz) = c1ac8a11d8dfef22b23f8d4516a66fda7f435e2fc1050786f244551206dcb18a
XSIZE (najitool-0.8.0.src.tar.gz) = 31515
END-of-ports/misc/najitool/distinfo
echo x - ports/misc/najitool/pkg-descr
sed 's/^X//' >ports/misc/najitool/pkg-descr << 'END-of-ports/misc/najitool/pkg-descr'
X
Xnajitool is a program which implement the features of libnaji.
XSuch as file generating, converting, filtering, editing, encrypting,
Xspliting, joining, and patching functions, as well as other features such
Xas Arabic to English and English to Arabic transliteration system, MP3 tag
Xviewer/editor, and MP3 splitter, etc.
X
Xnajitool is being developed in the ANSI C standard so it should work and
Xcompile on any system that supports ANSI C, which should be every system.
X
XWWW: http://najitool.sourceforge.net/
X
X- NECDET COKYAZICI
Xcokyazici@yahoo.co.uk
END-of-ports/misc/najitool/pkg-descr
echo x - ports/misc/najitool/pkg-plist
sed 's/^X//' >ports/misc/najitool/pkg-plist << 'END-of-ports/misc/najitool/pkg-plist'
Xbin/najitool
END-of-ports/misc/najitool/pkg-plist
echo c - ports/devel
mkdir -p ports/devel > /dev/null 2>&1
echo c - ports/devel/libnaji
mkdir -p ports/devel/libnaji > /dev/null 2>&1
echo x - ports/devel/libnaji/Makefile
sed 's/^X//' >ports/devel/libnaji/Makefile << 'END-of-ports/devel/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: ports/devel/libnaji/Makefile,v 1.2 2005/11/30 21:08:16 edwin Exp $
X#
X
XPORTNAME=	libnaji
XPORTVERSION=	0.6.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	${INSTALL_DATA} ${WRKSRC}/libnaji.h ${PREFIX}/include
X	${INSTALL_DATA} ${WRKSRC}/libnaji.a ${PREFIX}/lib
X
X.include <bsd.port.mk>
END-of-ports/devel/libnaji/Makefile
echo x - ports/devel/libnaji/distinfo
sed 's/^X//' >ports/devel/libnaji/distinfo << 'END-of-ports/devel/libnaji/distinfo'
XMD5 (libnaji-0.6.0.src.tar.gz) = 5da8bb8fe4af2b2cd6f9ed391539bbc2
XSHA256 (libnaji-0.6.0.src.tar.gz) = 3057ed3b9d66ce8f8312b59d9fe1e12d719edcad5d7086eaa849c6bf8b66f8cc
XSIZE (libnaji-0.6.0.src.tar.gz) = 52266
END-of-ports/devel/libnaji/distinfo
echo x - ports/devel/libnaji/pkg-descr
sed 's/^X//' >ports/devel/libnaji/pkg-descr << 'END-of-ports/devel/libnaji/pkg-descr'
X
Xlibnaji is a library of functions which generally generate, convert, filter,
Xedit, encrypt, split, join, and patch files, as well as other features such
Xas Arabic to English and English to Arabic transliteration system, MP3 tag
Xviewer/editor, and MP3 splitter, etc.
X
Xlibnaji is being developed in the ANSI C standard so it should work and
Xcompile on any system that supports ANSI C, which should be every system.
X
XWWW: http://najitool.sourceforge.net/
X
X- NECDET COKYAZICI
Xcokyazici@yahoo.co.uk
END-of-ports/devel/libnaji/pkg-descr
echo x - ports/devel/libnaji/pkg-plist
sed 's/^X//' >ports/devel/libnaji/pkg-plist << 'END-of-ports/devel/libnaji/pkg-plist'
Xinclude/libnaji.h
Xlib/libnaji.a
END-of-ports/devel/libnaji/pkg-plist
exit


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605021154.k42Bs8h2011286>