diff options
author | will <will@FreeBSD.org> | 2000-10-28 02:18:07 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-10-28 02:18:07 +0000 |
commit | 4d3ddcff13918b58a7dd5d4df7c49275df546c04 (patch) | |
tree | 89859f70685df9a5ca96991dce9ba3f055727132 /sysutils/gtoaster | |
parent | ecf4e9909a1102d50d20c72635360392f7f9b4af (diff) | |
download | FreeBSD-ports-4d3ddcff13918b58a7dd5d4df7c49275df546c04.zip FreeBSD-ports-4d3ddcff13918b58a7dd5d4df7c49275df546c04.tar.gz |
Add gtoaster 200009260, a GTK frontend for cdrecord.
PR: 21648
Submitted by: Eric Melville <eric@osd.bsdi.com>
Diffstat (limited to 'sysutils/gtoaster')
-rw-r--r-- | sysutils/gtoaster/Makefile | 31 | ||||
-rw-r--r-- | sysutils/gtoaster/distinfo | 1 | ||||
-rw-r--r-- | sysutils/gtoaster/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/gtoaster/pkg-descr | 9 | ||||
-rw-r--r-- | sysutils/gtoaster/pkg-plist | 8 |
5 files changed, 50 insertions, 0 deletions
diff --git a/sysutils/gtoaster/Makefile b/sysutils/gtoaster/Makefile new file mode 100644 index 0000000..bb449e4 --- /dev/null +++ b/sysutils/gtoaster/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: gtoaster +# Date created: 28 September 2000 +# Whom: eric +# +# $FreeBSD$ +# + +PORTNAME= gtoaster +PORTVERSION= 2000092620 +CATEGORIES= sysutils gnome +MASTER_SITES= http://gnometoaster.rulez.org/archive/ +DISTNAME= ${PORTNAME}${PORTVERSION} +EXTRACT_SUFX= .tgz + +MAINTAINER= eric@osd.bsdi.com + +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 +RUN_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrecord \ + mkisofs:${PORTSDIR}/sysutils/mkisofs + +WRKSRC= ${WRKDIR}/gtoaster + +GNU_CONFIGURE= yes +USE_GMAKE= yes + +CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" + +post-install: + strip ${PREFIX}/bin/gtoaster + +.include <bsd.port.mk> diff --git a/sysutils/gtoaster/distinfo b/sysutils/gtoaster/distinfo new file mode 100644 index 0000000..18681f7 --- /dev/null +++ b/sysutils/gtoaster/distinfo @@ -0,0 +1 @@ +MD5 (gtoaster2000092620.tgz) = ad57f4e77df71f2aad3be93eed0dfdb6 diff --git a/sysutils/gtoaster/pkg-comment b/sysutils/gtoaster/pkg-comment new file mode 100644 index 0000000..2c681b7 --- /dev/null +++ b/sysutils/gtoaster/pkg-comment @@ -0,0 +1 @@ +Fully graphical GNOME cd cooking front-end diff --git a/sysutils/gtoaster/pkg-descr b/sysutils/gtoaster/pkg-descr new file mode 100644 index 0000000..e38ca6a --- /dev/null +++ b/sysutils/gtoaster/pkg-descr @@ -0,0 +1,9 @@ +description from freshmeat.net - + +Gnometoaster is a full CD creation suite for X11 and GNOME. It can be used to +copy and create data, audio, and mixed mode CDs on the fly or with precaching +in both TAO and DAO mode. Data tracks can easily be created with the built-in +file manager. GNOME drag-and-drop is supported throughout the program. +Gnometoaster can also write mp3 files on the fly, it is fully multisession +capable, and can be used to encode all sorts of filetypes directly from audio +tracks on a CD. diff --git a/sysutils/gtoaster/pkg-plist b/sysutils/gtoaster/pkg-plist new file mode 100644 index 0000000..87b78f5 --- /dev/null +++ b/sysutils/gtoaster/pkg-plist @@ -0,0 +1,8 @@ +bin/gtoaster +share/locale/de/LC_MESSAGES/gtoaster.mo +share/locale/ja/LC_MESSAGES/gtoaster.mo +share/locale/no/LC_MESSAGES/gtoaster.mo +share/locale/fr/LC_MESSAGES/gtoaster.mo +share/locale/fi/LC_MESSAGES/gtoaster.mo +share/locale/ro/LC_MESSAGES/gtoaster.mo +share/locale/hu/LC_MESSAGES/gtoaster.mo |