Bug 68565 - [New Port] comms/nokryptia Tool for uploading mp3s into Nokia 5510
Summary: [New Port] comms/nokryptia Tool for uploading mp3s into Nokia 5510
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: 2004-07-01 18:50 UTC by Aleksander Fafula
Modified: 2004-07-02 22:38 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aleksander Fafula 2004-07-01 18:50:27 UTC
New port's description: 

Nokryptia is a program to convert music files like MP3 to work on a Nokia 5510
cell phone. The utility also does not do any encryption, it uses in fact a bug 
in the encryption algorithm. Therefore, no actual encryption is done, 
which makes the program very fast in comparision to the official 
Micro$oft-Window$ program from NOKIA.

Fix: --- shar file begins here ---



--- shar file ends here -----llxJwfjxJuUMLTodcoLbQBbwmLhBA6b7u3CIkBFyexLDY6dx
Content-Type: text/plain; name="file.shar"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.shar"

# 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:
#
#	nokryptia
#	nokryptia/Makefile
#	nokryptia/distinfo
#	nokryptia/pkg-descr
#	nokryptia/pkg-plist
#
echo c - nokryptia
mkdir -p nokryptia > /dev/null 2>&1
echo x - nokryptia/Makefile
sed 's/^X//' >nokryptia/Makefile << 'END-of-nokryptia/Makefile'
X# New ports collection makefile for:	nokryptia
X# Date created:				1 July 2004
X# Whom:					Aleksander Fafula <alex@fafula.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	nokryptia
XPORTVERSION=	1.3
XCATEGORIES=	comms
XMASTER_SITES=	http://tuxmobil.org/software/nokryptia/
X
XMAINTAINER=	alex@fafula.com
XCOMMENT=	A tool for fast loading mp3s into NOKIA 5510
X
XBUILD_DEPENDS=	${PORTSDIR}/audio/id3lib
XLIB_DEPENDS=	id3:${PORTSDIR}/audio/id3lib
X
XUSE_CONFIGURE=  yes
XGNU_CONFIGURE=	yes
XUSE_REINPLACE=	yes
XUSE_BZIP2=	yes
X
Xpre-configure:
X	@${REINPLACE_CMD} -e 's|ac_cv_lib_id3_ID3Tag_New = yes|ac_cv_lib_id3_ID3Tag_New = no|g' ${WRKSRC}/configure
X
Xpost-configure:
X	@${REINPLACE_CMD} -e 's|LIBS = -lid3 -lz|LIBS = -L/usr/local/lib -lid3 -lz|g' ${WRKSRC}/src/Makefile
X	@${REINPLACE_CMD} -e 's|DEFAULT_INCLUDES =  -I. -I$$(srcdir) -I.|DEFAULT_INCLUDES =  -I. -I$$(srcdir) -I. -I$$(includedir) -I.|g' ${WRKSRC}/src/Makefile
X
X.include <bsd.port.mk>
END-of-nokryptia/Makefile
echo x - nokryptia/distinfo
sed 's/^X//' >nokryptia/distinfo << 'END-of-nokryptia/distinfo'
XMD5 (nokryptia-1.3.tar.bz2) = 10c9509d7a78df9677aa4e92f753668a
XSIZE (nokryptia-1.3.tar.bz2) = 66698
END-of-nokryptia/distinfo
echo x - nokryptia/pkg-descr
sed 's/^X//' >nokryptia/pkg-descr << 'END-of-nokryptia/pkg-descr'
XNokryptia is a program to convert music files like MP3 to work on a Nokia 5510
Xcell phone. The utility also does not do any encryption, it uses in fact a bug 
Xin the encryption algorithm. Therefore, no actual encryption is done, 
Xwhich makes the program very fast in comparision to the official 
XMicro$oft-Window$ program from NOKIA.
X
XWWW: http://tuxmobil.org/nokryptia.html
END-of-nokryptia/pkg-descr
echo x - nokryptia/pkg-plist
sed 's/^X//' >nokryptia/pkg-plist << 'END-of-nokryptia/pkg-plist'
Xbin/nokryptia
Xman/man1/nokryptia.1
END-of-nokryptia/pkg-plist
exit
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2004-07-02 22:38:50 UTC
State Changed
From-To: open->closed

New port added, thank you!