From c9c34fe35d500eb3a41891fc6daae2efbfcef12b Mon Sep 17 00:00:00 2001 From: drochner Date: Tue, 30 Nov 2010 19:06:41 +0000 Subject: 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 --- audio/mp3wrap/DESCR | 5 +++++ audio/mp3wrap/Makefile | 19 +++++++++++++++++++ audio/mp3wrap/PLIST | 3 +++ audio/mp3wrap/distinfo | 5 +++++ 4 files changed, 32 insertions(+) create mode 100644 audio/mp3wrap/DESCR create mode 100644 audio/mp3wrap/Makefile create mode 100644 audio/mp3wrap/PLIST create mode 100644 audio/mp3wrap/distinfo (limited to 'audio/mp3wrap') 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 -- cgit v1.2.3