diff options
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-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 |
6 files changed, 51 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 5a1cfcdad219..383b4709f1f8 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -43,6 +43,7 @@ SUBDIR += gpart SUBDIR += grub SUBDIR += gtar + SUBDIR += gtoaster SUBDIR += gtop SUBDIR += guitar SUBDIR += healthd diff --git a/sysutils/gtoaster/Makefile b/sysutils/gtoaster/Makefile new file mode 100644 index 000000000000..bb449e4d7782 --- /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 000000000000..18681f7ea084 --- /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 000000000000..2c681b74257d --- /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 000000000000..e38ca6a271f1 --- /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 000000000000..87b78f580368 --- /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 |