mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Add cd2mp3, an easy-to-use perl UI to assist in ripping MP3s using dagrab
and bladeenc. PR: 15886 Submitted by: Jamie Heckford <jamie@jamiesdomain.co.uk>
This commit is contained in:
parent
f913a8391c
commit
7fece56865
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29090
@ -8,6 +8,7 @@
|
||||
SUBDIR += bladeenc
|
||||
SUBDIR += cam
|
||||
SUBDIR += cd-console
|
||||
SUBDIR += cd2mp3
|
||||
SUBDIR += cdd
|
||||
SUBDIR += cdindex
|
||||
SUBDIR += cdplay
|
||||
|
29
audio/cd2mp3/Makefile
Normal file
29
audio/cd2mp3/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: cd2mp3
|
||||
# Date created: 4 January 2000
|
||||
# Whom: Jamie Heckford <jamie@jamiesdomain.co.uk>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= cd2mp3
|
||||
PORTVERSION= 1.1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ftp://ukug.uk.freebsd.org/pub/kandy/cd2mp3/${PORTVERSION}/
|
||||
MASTER_SITE_SUBDIR= ${PORTVERSION}
|
||||
|
||||
MAINTAINER= jamie@jamiesdomain.co.uk
|
||||
|
||||
RUN_DEPENDS= bladeenc:${PORTSDIR}/audio/bladeenc/ \
|
||||
dagrab:${PORTSDIR}/audio/dagrab
|
||||
|
||||
NO_BUILD= yes
|
||||
WRKSRC= ${WRKDIR}/cd2mp3
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/cd2mp3 ${PREFIX}/bin/cd2mp3
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/cd2mp3
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/cd2mp3/README
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
audio/cd2mp3/distinfo
Normal file
1
audio/cd2mp3/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (cd2mp3-1.1.tar.gz) = 2e63c95c79b6cfbad95cabb3e42c5b01
|
1
audio/cd2mp3/pkg-comment
Normal file
1
audio/cd2mp3/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Easy to use MP3 Creator
|
14
audio/cd2mp3/pkg-descr
Normal file
14
audio/cd2mp3/pkg-descr
Normal file
@ -0,0 +1,14 @@
|
||||
This port makes mp3 creation easy, by ripping tracks from
|
||||
CD to WAV files and Encoding them to mp3 automatically.
|
||||
|
||||
It is basically a front-end (but VERY easy to use) to
|
||||
dagrab and bladeenc, which must be installed in your
|
||||
path.
|
||||
|
||||
These programs and further documentation are available
|
||||
from the website.
|
||||
|
||||
WWW: http://ukug.uk.freebsd.org/~kandy/
|
||||
|
||||
- Jamie Heckford
|
||||
jamie@jamiesdomain.co.uk
|
3
audio/cd2mp3/pkg-plist
Normal file
3
audio/cd2mp3/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/cd2mp3
|
||||
share/cd2mp3/README
|
||||
@dirrm share/cd2mp3
|
Loading…
Reference in New Issue
Block a user