diff options
author | pav <pav@FreeBSD.org> | 2004-07-03 05:37:35 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-07-03 05:37:35 +0800 |
commit | f09fd98ddc7895802da451c6beadf965748f3ae7 (patch) | |
tree | 13be7c547419cbe4b15c80adff89a51117dcfd15 /comms/nokryptia | |
parent | 6faa7ce6c9a41bfa46651b757fd34f0bdcb122ef (diff) | |
download | freebsd-ports-gnome-f09fd98ddc7895802da451c6beadf965748f3ae7.tar.gz freebsd-ports-gnome-f09fd98ddc7895802da451c6beadf965748f3ae7.tar.zst freebsd-ports-gnome-f09fd98ddc7895802da451c6beadf965748f3ae7.zip |
Add nokryptia, a program to convert music files like MP3 to work
on a Nokia 5510 cell phone.
PR: ports/68565
Submitted by: Aleksander Fafula [alex@fafula.com]
Diffstat (limited to 'comms/nokryptia')
-rw-r--r-- | comms/nokryptia/Makefile | 27 | ||||
-rw-r--r-- | comms/nokryptia/distinfo | 2 | ||||
-rw-r--r-- | comms/nokryptia/pkg-descr | 6 |
3 files changed, 35 insertions, 0 deletions
diff --git a/comms/nokryptia/Makefile b/comms/nokryptia/Makefile new file mode 100644 index 000000000000..df3d61f42dbf --- /dev/null +++ b/comms/nokryptia/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: nokryptia +# Date created: 1 July 2004 +# Whom: Aleksander Fafula <alex@fafula.com> +# +# $FreeBSD$ +# + +PORTNAME= nokryptia +PORTVERSION= 1.3 +CATEGORIES= comms +MASTER_SITES= http://tuxmobil.org/software/nokryptia/ + +MAINTAINER= alex@fafula.com +COMMENT= A tool for fast loading mp3s into Nokia 5510 + +LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib + +GNU_CONFIGURE= yes +USE_GETOPT_LONG= yes +USE_REINPLACE= yes +USE_BZIP2= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" + +MAN1= nokryptia.1 +PLIST_FILES= bin/nokryptia + +.include <bsd.port.mk> diff --git a/comms/nokryptia/distinfo b/comms/nokryptia/distinfo new file mode 100644 index 000000000000..33dc2bbadcbe --- /dev/null +++ b/comms/nokryptia/distinfo @@ -0,0 +1,2 @@ +MD5 (nokryptia-1.3.tar.bz2) = 10c9509d7a78df9677aa4e92f753668a +SIZE (nokryptia-1.3.tar.bz2) = 66698 diff --git a/comms/nokryptia/pkg-descr b/comms/nokryptia/pkg-descr new file mode 100644 index 000000000000..f3f48fd7e10a --- /dev/null +++ b/comms/nokryptia/pkg-descr @@ -0,0 +1,6 @@ +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 software from Nokia. + +WWW: http://tuxmobil.org/nokryptia.html |