diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-02 21:37:35 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-02 21:37:35 +0000 |
commit | b12ceb4b1777f75fa57fcd9474af1f9acac58258 (patch) | |
tree | f347457eb69b4b322c8532ea6db86e3eecb2829e /comms | |
parent | c07fbc2f85e02822db1cf1d39c56743f3933713e (diff) |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/Makefile | 1 | ||||
-rw-r--r-- | comms/nokryptia/Makefile | 27 | ||||
-rw-r--r-- | comms/nokryptia/distinfo | 2 | ||||
-rw-r--r-- | comms/nokryptia/pkg-descr | 6 |
4 files changed, 36 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile index fa488c47ca70..da9a21da7536 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -48,6 +48,7 @@ SUBDIR += mlan3 SUBDIR += mserver SUBDIR += mwavem + SUBDIR += nokryptia SUBDIR += obexapp SUBDIR += openobex SUBDIR += p5-Device-Modem 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 |