diff --git a/audio/mp3wrap/DESCR b/audio/mp3wrap/DESCR new file mode 100644 index 000000000000..48d7df0b210c --- /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 000000000000..acd212cb7453 --- /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 000000000000..e82109926312 --- /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 000000000000..e8adb0ceea51 --- /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