diff options
author | jmz <jmz@FreeBSD.org> | 1997-05-05 02:10:54 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1997-05-05 02:10:54 +0800 |
commit | cd79ceaf60d87e9f3d3ebb44976312add44d7e63 (patch) | |
tree | 065168060bc6b243f51985f6980166ae580649f8 /sysutils/cd-write | |
parent | 098bf24015789ca7cee3b4083ce08fec2c1dcc2d (diff) | |
download | freebsd-ports-gnome-cd79ceaf60d87e9f3d3ebb44976312add44d7e63.tar.gz freebsd-ports-gnome-cd79ceaf60d87e9f3d3ebb44976312add44d7e63.tar.zst freebsd-ports-gnome-cd79ceaf60d87e9f3d3ebb44976312add44d7e63.zip |
As the name suggest, cd-write is a CD burner.
Diffstat (limited to 'sysutils/cd-write')
-rw-r--r-- | sysutils/cd-write/Makefile | 26 | ||||
-rw-r--r-- | sysutils/cd-write/distinfo | 1 | ||||
-rw-r--r-- | sysutils/cd-write/pkg-comment | 2 | ||||
-rw-r--r-- | sysutils/cd-write/pkg-descr | 8 | ||||
-rw-r--r-- | sysutils/cd-write/pkg-plist | 1 |
5 files changed, 38 insertions, 0 deletions
diff --git a/sysutils/cd-write/Makefile b/sysutils/cd-write/Makefile new file mode 100644 index 000000000000..f0dee509fd30 --- /dev/null +++ b/sysutils/cd-write/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: cd-write +# Version required: 1.1 +# Date created: 1 May 1997 +# Whom: jmz +# +# $Id$ +# + +DISTNAME= cd-write-1.1 +CATEGORIES= sysutils x11 +MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/ + +MAINTAINER= jmz@FreeBSD.org + +WRKSRC= ${WRKDIR}/cd-write + +LIB_DEPENDS= tixsam4175\\.1\\.:${PORTSDIR}/x11/tix + +pre-build: + @cd ${WRKSRC}; mv Makefile Makefile~; \ + sed -e s:/usr/local:${PREFIX}:g <Makefile~ >Makefile;\ + echo all: cd-write >> Makefile + @cd ${WRKSRC}/c++tk; mv Makefile Makefile~; \ + sed -e s:/usr/local:${PREFIX}:g <Makefile~ >Makefile + +.include <bsd.port.mk> diff --git a/sysutils/cd-write/distinfo b/sysutils/cd-write/distinfo new file mode 100644 index 000000000000..fe5cca214993 --- /dev/null +++ b/sysutils/cd-write/distinfo @@ -0,0 +1 @@ +MD5 (cd-write-1.1.tar.gz) = 808f39e26f55e9dd07aa07d2f429c029 diff --git a/sysutils/cd-write/pkg-comment b/sysutils/cd-write/pkg-comment new file mode 100644 index 000000000000..764d513c2432 --- /dev/null +++ b/sysutils/cd-write/pkg-comment @@ -0,0 +1,2 @@ +A X11 based CD-burner + diff --git a/sysutils/cd-write/pkg-descr b/sysutils/cd-write/pkg-descr new file mode 100644 index 000000000000..90d916a6aa16 --- /dev/null +++ b/sysutils/cd-write/pkg-descr @@ -0,0 +1,8 @@ +Cd-write is a X11 based program which can be used to make audio +(CD-DA) and CDROM disks. It also provide a graphical interface to +mkisofs and can be used to extract data and audio tracks from your +CDROMS. +This version supports the HP 4020, HP 6020, Philips CDD2000 and +Philips CDD2600 writers (but only tested with CDD2600) +Audio extraction can be done with the above disks and with the +Sony CDU-55S and the Sony CDU-8003 (aka Apple CD 300). diff --git a/sysutils/cd-write/pkg-plist b/sysutils/cd-write/pkg-plist new file mode 100644 index 000000000000..de08d533bcd6 --- /dev/null +++ b/sysutils/cd-write/pkg-plist @@ -0,0 +1 @@ +bin/cd-write |