diff options
author | drochner <drochner> | 2010-11-30 19:06:41 +0000 |
---|---|---|
committer | drochner <drochner> | 2010-11-30 19:06:41 +0000 |
commit | 6876dccf16cf8b1d3374cd0f1649234571404969 (patch) | |
tree | 8b216124985fb16da2a5a11366410cc781d47d5e /audio | |
parent | 58c97df6010f8df77d91ccb01ffacf45c4331983 (diff) | |
download | pkgsrc-6876dccf16cf8b1d3374cd0f1649234571404969.tar.gz |
add mp3wrap-0.5, a cmd line tool to concatenate mp3 files into a
large playable one, keeping metainformation so that the pieces
can be restored by mp3splt
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mp3wrap/DESCR | 5 | ||||
-rw-r--r-- | audio/mp3wrap/Makefile | 19 | ||||
-rw-r--r-- | audio/mp3wrap/PLIST | 3 | ||||
-rw-r--r-- | audio/mp3wrap/distinfo | 5 |
4 files changed, 32 insertions, 0 deletions
diff --git a/audio/mp3wrap/DESCR b/audio/mp3wrap/DESCR new file mode 100644 index 00000000000..48d7df0b210 --- /dev/null +++ b/audio/mp3wrap/DESCR @@ -0,0 +1,5 @@ +Mp3Wrap is a free command-line utility, +which wraps two or more mp3 files in one large playable file, +without losing filename and ID3 informations. It's useful to make +large files easy to download on internet and then easy to split again +in few seconds. diff --git a/audio/mp3wrap/Makefile b/audio/mp3wrap/Makefile new file mode 100644 index 00000000000..acd212cb745 --- /dev/null +++ b/audio/mp3wrap/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/11/30 19:06:41 drochner Exp $ +# + +DISTNAME= mp3wrap-0.5-src +PKGNAME= mp3wrap-0.5 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mp3wrap/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://mp3wrap.sourceforge.net/ +COMMENT= Tool to wrap mp3 files into a large one +LICENSE= gnu-gpl-v2 + +PKG_DESTDIR_SUPPORT= user-destdir + +WRKSRC= ${WRKDIR}/mp3wrap-0.5 +GNU_CONFIGURE= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/audio/mp3wrap/PLIST b/audio/mp3wrap/PLIST new file mode 100644 index 00000000000..e8210992631 --- /dev/null +++ b/audio/mp3wrap/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/11/30 19:06:41 drochner Exp $ +bin/mp3wrap +man/man1/mp3wrap.1 diff --git a/audio/mp3wrap/distinfo b/audio/mp3wrap/distinfo new file mode 100644 index 00000000000..e8adb0ceea5 --- /dev/null +++ b/audio/mp3wrap/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/11/30 19:06:41 drochner Exp $ + +SHA1 (mp3wrap-0.5-src.tar.gz) = 458b7e9dce5d7a867b1be73554dd14043a4cd421 +RMD160 (mp3wrap-0.5-src.tar.gz) = e367caeb39b582609db986359b99b43b050be882 +Size (mp3wrap-0.5-src.tar.gz) = 113008 bytes |