mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Add gcdmaster (slave port of cdrdao), the GUI frontend of cdrdao.
Submitted by: Marius Strobl <marius@alchemy.franken.de>
This commit is contained in:
parent
ed581a9b03
commit
26687407fe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101326
@ -124,6 +124,7 @@
|
||||
SUBDIR += fvcool
|
||||
SUBDIR += ganglia-monitor-core
|
||||
SUBDIR += ganglia-webfrontend
|
||||
SUBDIR += gcdmaster
|
||||
SUBDIR += gcombust
|
||||
SUBDIR += gconf-editor
|
||||
SUBDIR += gdesklets-multitail
|
||||
|
17
sysutils/gcdmaster/Makefile
Normal file
17
sysutils/gcdmaster/Makefile
Normal file
@ -0,0 +1,17 @@
|
||||
# New ports collection makefile for: gcdmaster
|
||||
# Date created: 14 February 2004
|
||||
# Whom: marius@alchemy.franken.de
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gcdmaster
|
||||
PORTREVISION= 0
|
||||
|
||||
COMMENT= GNOME frontend for cdrdao
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../cdrdao
|
||||
DESCR= ${.CURDIR}/pkg-descr
|
||||
PLIST= ${.CURDIR}/pkg-plist
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
15
sysutils/gcdmaster/pkg-descr
Normal file
15
sysutils/gcdmaster/pkg-descr
Normal file
@ -0,0 +1,15 @@
|
||||
Gnome CD Master is a GUI frontend for creating audio CDs and burning them
|
||||
using cdrdao.
|
||||
|
||||
Features:
|
||||
|
||||
* Easy to use graphical interface
|
||||
* Multiple project support
|
||||
* Playing of Audio CD images
|
||||
* Easy dump of CDs to disk
|
||||
* CD to CD copy
|
||||
* Composition of new Audio CDs from wav files
|
||||
* Graphical insertion of Track Marks (to divide live recordings)
|
||||
* Easy CD-TEXT modification
|
||||
|
||||
WWW: http://cdrdao.sourceforge.net/gcdmaster
|
5
sysutils/gcdmaster/pkg-plist
Normal file
5
sysutils/gcdmaster/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
bin/gcdmaster
|
||||
@cwd %%X11BASE%%
|
||||
share/gnome/apps/Applications/gcdmaster.desktop
|
||||
share/gnome/pixmaps/gcdmaster.png
|
||||
@cwd %%LOCALBASE%%
|
Loading…
Reference in New Issue
Block a user