diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-06-24 15:34:37 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-06-24 15:34:37 +0000 |
commit | e04fb4c64fdfbf6d954370286b38f35b67f6ecd0 (patch) | |
tree | 44a9aebce6fecefa98a44e1498814f09562fef29 /audio/mp3info | |
parent | 20fad7579f27bfbce4fb58bb8067f8ebaa9719a3 (diff) | |
download | ports-e04fb4c64fdfbf6d954370286b38f35b67f6ecd0.tar.gz ports-e04fb4c64fdfbf6d954370286b38f35b67f6ecd0.zip |
Notes
Diffstat (limited to 'audio/mp3info')
-rw-r--r-- | audio/mp3info/Makefile | 27 | ||||
-rw-r--r-- | audio/mp3info/distinfo | 1 | ||||
-rw-r--r-- | audio/mp3info/pkg-comment | 1 | ||||
-rw-r--r-- | audio/mp3info/pkg-descr | 8 | ||||
-rw-r--r-- | audio/mp3info/pkg-plist | 6 |
5 files changed, 43 insertions, 0 deletions
diff --git a/audio/mp3info/Makefile b/audio/mp3info/Makefile new file mode 100644 index 000000000000..8e3322f7112f --- /dev/null +++ b/audio/mp3info/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: mp3info +# Version required: 0.2.15 +# Date created: 19 June 1998 +# Whom: Andrey Zakhvatov +# +# $Id$ +# + +DISTNAME= mp3info-0.2.15 +CATEGORIES= audio +MASTER_SITES= ftp://bimbo.hive.no/pub/mp3info/ + +MAINTAINER= andy@icc.surw.chel.su + +MAN1= mp3info.1 + +do-install: + @ ${INSTALL_PROGRAM} ${WRKSRC}/mp3info ${PREFIX}/bin + @ ${INSTALL_MAN} ${WRKSRC}/mp3info.1 ${PREFIX}/man/man1 +.if !defined(NOPORTDOCS) + @ ${MKDIR} ${PREFIX}/share/doc/mp3info +.for file in COPYRIGHT ChangeLog README + @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/mp3info +.endfor +.endif + +.include <bsd.port.mk> diff --git a/audio/mp3info/distinfo b/audio/mp3info/distinfo new file mode 100644 index 000000000000..654800767a27 --- /dev/null +++ b/audio/mp3info/distinfo @@ -0,0 +1 @@ +MD5 (mp3info-0.2.15.tar.gz) = e50ce36340ae93fa489007ed07d79316 diff --git a/audio/mp3info/pkg-comment b/audio/mp3info/pkg-comment new file mode 100644 index 000000000000..9a7d8cb81ab0 --- /dev/null +++ b/audio/mp3info/pkg-comment @@ -0,0 +1 @@ +MP3 information tool. diff --git a/audio/mp3info/pkg-descr b/audio/mp3info/pkg-descr new file mode 100644 index 000000000000..7dc06c8bc1b5 --- /dev/null +++ b/audio/mp3info/pkg-descr @@ -0,0 +1,8 @@ +A small utility to read and write TAG info, as well as retrieve the MP3 +Header info and print it all out in a nice format. + +Features: + - Get, Set and Wipe MP3 TAG Info. + - Get MPEG Audio Version 1, 2 and 2.5 Header info. + - Userdefinable output formatting (rather advanced). + - Can rename files according to userdefined scheme. diff --git a/audio/mp3info/pkg-plist b/audio/mp3info/pkg-plist new file mode 100644 index 000000000000..99089b04d548 --- /dev/null +++ b/audio/mp3info/pkg-plist @@ -0,0 +1,6 @@ +bin/mp3info +man/man1/mp3info.1.gz +share/doc/mp3info/COPYRIGHT +share/doc/mp3info/ChangeLog +share/doc/mp3info/README +@dirrm share/doc/mp3info |