mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add gtoaster 200009260, a GTK frontend for cdrecord.
PR: 21648 Submitted by: Eric Melville <eric@osd.bsdi.com>
This commit is contained in:
parent
328211bd78
commit
2619a7ad33
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34333
@ -43,6 +43,7 @@
|
||||
SUBDIR += gpart
|
||||
SUBDIR += grub
|
||||
SUBDIR += gtar
|
||||
SUBDIR += gtoaster
|
||||
SUBDIR += gtop
|
||||
SUBDIR += guitar
|
||||
SUBDIR += healthd
|
||||
|
31
sysutils/gtoaster/Makefile
Normal file
31
sysutils/gtoaster/Makefile
Normal file
@ -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>
|
1
sysutils/gtoaster/distinfo
Normal file
1
sysutils/gtoaster/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (gtoaster2000092620.tgz) = ad57f4e77df71f2aad3be93eed0dfdb6
|
1
sysutils/gtoaster/pkg-comment
Normal file
1
sysutils/gtoaster/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Fully graphical GNOME cd cooking front-end
|
9
sysutils/gtoaster/pkg-descr
Normal file
9
sysutils/gtoaster/pkg-descr
Normal file
@ -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.
|
8
sysutils/gtoaster/pkg-plist
Normal file
8
sysutils/gtoaster/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user