diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2007-07-06 11:39:26 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2007-07-06 11:39:26 +0000 |
commit | 5db0a7fbc07eb813348e2c328f72399f8a7e9578 (patch) | |
tree | f8f85a71a8974ada09abfa2cc6f4954bd575efa0 /sysutils | |
parent | a0db86eeaf00a0057ad04c0138ea075aec3ed03a (diff) | |
download | ports-5db0a7fbc07eb813348e2c328f72399f8a7e9578.tar.gz ports-5db0a7fbc07eb813348e2c328f72399f8a7e9578.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/cd-write/Makefile | 37 | ||||
-rw-r--r-- | sysutils/cd-write/distinfo | 3 | ||||
-rw-r--r-- | sysutils/cd-write/pkg-descr | 7 | ||||
-rw-r--r-- | sysutils/cd-write/pkg-install | 18 |
5 files changed, 0 insertions, 66 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 88f5aafe3ca8..90d2318f1ddc 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -64,7 +64,6 @@ SUBDIR += burn SUBDIR += ccd2iso SUBDIR += ccze - SUBDIR += cd-write SUBDIR += cd9660_unicode SUBDIR += cdargs SUBDIR += cdbakeoven diff --git a/sysutils/cd-write/Makefile b/sysutils/cd-write/Makefile deleted file mode 100644 index 081f9534207e..000000000000 --- a/sysutils/cd-write/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: cd-write -# Date created: 1 May 1997 -# Whom: jmz -# -# $FreeBSD$ -# - -PORTNAME= cd-write -PORTVERSION= 1.4.2 -PORTREVISION= 1 -CATEGORIES= sysutils -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= jmz - -MAINTAINER= jmz@FreeBSD.org -COMMENT= A X11 based CD-burner - -LIB_DEPENDS= tixsam8184.1:${PORTSDIR}/x11-toolkits/tix -USE_PERL5_BUILD= yes - -WRKSRC= ${WRKDIR}/cd-write - -PLIST_FILES= bin/cd-write - -pre-build: - @cd ${WRKSRC}; ${ECHO_CMD} all: cd-write >> Makefile - @cd ${WRKSRC}/c++tk; ${MV} Makefile Makefile~; \ - ${SED} -e s:/usr/local:${PREFIX}:g \ - -e s:/usr/X11R6:${X11BASE}:g <Makefile~ >Makefile - @cd ${WRKSRC}; ${MV} Makefile Makefile~; \ - ${SED} -e s:/usr/local:${PREFIX}:g \ - -e s:/usr/X11R6:${X11BASE}:g <Makefile~ >Makefile - -post-install: - @PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - -.include <bsd.port.mk> diff --git a/sysutils/cd-write/distinfo b/sysutils/cd-write/distinfo deleted file mode 100644 index b94f1355be25..000000000000 --- a/sysutils/cd-write/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (cd-write-1.4.2.tar.gz) = afb154d993292769f005cf2be669b799 -SHA256 (cd-write-1.4.2.tar.gz) = d13201879c98adbbc7366a29ad91a983ea8099f5cb88e885b64a968d1a0d0f7a -SIZE (cd-write-1.4.2.tar.gz) = 127131 diff --git a/sysutils/cd-write/pkg-descr b/sysutils/cd-write/pkg-descr deleted file mode 100644 index 8fa010d80388..000000000000 --- a/sysutils/cd-write/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -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 will work with all drives supported by the worm driver. -Audio extraction can be done with the HP 4020, HP 6020, Philips CDD2000 and -Philips CDD2600 CD-R and with the Sony and Toshiba CDROM drives diff --git a/sysutils/cd-write/pkg-install b/sysutils/cd-write/pkg-install deleted file mode 100644 index 992296d564ea..000000000000 --- a/sysutils/cd-write/pkg-install +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh -if [ "$2" != "POST-INSTALL" ]; then - exit 0 -fi -if [ -e ${PREFIX}/bin/mkisofs ]; then - exit 0 -fi -cat <<EOF -*********************** Warning *********************** -It seems that mkisofs is not installed on your system. -You will only be able to burn audio disks or to copy -data disks. -Mkisofs is required if you want to create a filesystem -image. -******************************************************* -EOF - -exit 0 |