1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Digital-Audio grabber (output into wav files)

Submitted by:	Chia-liang Kao <clkao@CirX.ORG> (ports/9265)
This commit is contained in:
Tim Vanderhoek 1999-01-02 19:40:28 +00:00
parent e23b02cddc
commit 8fc2877af3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15777
5 changed files with 33 additions and 0 deletions

27
audio/dagrab/Makefile Normal file
View File

@ -0,0 +1,27 @@
# New ports collection makefile for: dagrab
# Version required: 0.3
# Date created: 2nd, Jan 1999
# Whom: Chia-liang Kao <clkao@CirX.ORG>
#
# $Id$
#
DISTNAME= dagrab-0.3
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/sound/cdrom
PATCH_SITES= http://ken.csie.ntu.edu.tw/~clkao/
PATCHFILES= dagrab-freebsd.patch.gz
MAINTAINER= clkao@CirX.ORG
USE_GMAKE= yes
MAN1= dagrab.1
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/dagrab ${PREFIX}/bin/dagrab
@${INSTALL_MAN} ${WRKSRC}/dagrab.1 ${MANPREFIX}/man/man1/dagrab.1
.include <bsd.port.mk>

2
audio/dagrab/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (dagrab-0.3.tar.gz) = 5c7c7fb5e29bf2042f769d621a01d6d2
MD5 (dagrab-freebsd.patch.gz) = 455f1852402610954617042bc1b41c6d

1
audio/dagrab/pkg-comment Normal file
View File

@ -0,0 +1 @@
Read audio tracks from a CD into wav sound files.

2
audio/dagrab/pkg-descr Normal file
View File

@ -0,0 +1,2 @@
DAGRAB is a program for reading audio tracks from a CD into wav sound
files. An IDE CD-rom drive that supports digital audio is required.

1
audio/dagrab/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/dagrab