summaryrefslogtreecommitdiff
path: root/audio/mp3wrap
diff options
context:
space:
mode:
authordrochner <drochner>2010-11-30 19:06:41 +0000
committerdrochner <drochner>2010-11-30 19:06:41 +0000
commitc9c34fe35d500eb3a41891fc6daae2efbfcef12b (patch)
tree8b216124985fb16da2a5a11366410cc781d47d5e /audio/mp3wrap
parent41788f20cd75c625b3f8648f0fbe680a5f60aac3 (diff)
downloadpkgsrc-c9c34fe35d500eb3a41891fc6daae2efbfcef12b.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/mp3wrap')
-rw-r--r--audio/mp3wrap/DESCR5
-rw-r--r--audio/mp3wrap/Makefile19
-rw-r--r--audio/mp3wrap/PLIST3
-rw-r--r--audio/mp3wrap/distinfo5
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