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
This commit is contained in:
parent
11635e1d83
commit
337ae9b925
4 changed files with 32 additions and 0 deletions
5
audio/mp3wrap/DESCR
Normal file
5
audio/mp3wrap/DESCR
Normal file
|
@ -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.
|
19
audio/mp3wrap/Makefile
Normal file
19
audio/mp3wrap/Makefile
Normal file
|
@ -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"
|
3
audio/mp3wrap/PLIST
Normal file
3
audio/mp3wrap/PLIST
Normal file
|
@ -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
|
5
audio/mp3wrap/distinfo
Normal file
5
audio/mp3wrap/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue