Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
Mp3Splt is a command line utility to split mp3 (VBR supported) and
ogg files selecting a begin and an end time position, without
decoding. It's very useful to split large mp3/ogg to make smaller
files or to split entire albums to obtain original tracks. If you
want to split an album, you can select split points and filenames
manually or you can get them automatically from CDDB (internet or
a local file) or from .cue files. Supports also automatic silence
split, that can be used also to adjust cddb/cue splitpoints.
Otherwise if you have a file created either with Mp3Wrap or AlbumWrap
you can extract tracks just in few seconds.
+20
View File
@@ -0,0 +1,20 @@
# $NetBSD: Makefile,v 1.22 2012/10/02 23:47:59 asau Exp $
#
DISTNAME= mp3splt-2.4
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mp3splt/}
MAINTAINER= schmonz@NetBSD.org
HOMEPAGE= http://mp3splt.sourceforge.net/
COMMENT= Command line utility to split MP3 (VBR supported) and OGG files
LICENSE= gnu-gpl-v2
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
USE_FEATURES= getopt_long
CONFIGURE_ARGS+= --disable-nls
.include "../../audio/libmp3splt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
+3
View File
@@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.2 2008/10/05 22:56:41 schmonz Exp $
bin/mp3splt
man/man1/mp3splt.1
+5
View File
@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.12 2011/10/21 20:53:29 ryoon Exp $
SHA1 (mp3splt-2.4.tar.gz) = 0abd89cb3faf2a8b06dace716aaac08324cc74d0
RMD160 (mp3splt-2.4.tar.gz) = 5c13e2182566578e828d1331e002a8ca4f45764d
Size (mp3splt-2.4.tar.gz) = 232170 bytes