Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jun 1999 23:36:47 +0200 (MET DST)
From:      Juergen Lock <nox@jelal.kn-bremen.de>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/12351: port of gcombust, a GTK+ frontend for mkisofs and cdrecord
Message-ID:  <199906222136.XAA36077@saturn.kn-bremen.de>

next in thread | raw e-mail | index | archive | help

>Number:         12351
>Category:       ports
>Synopsis:       port of gcombust, a GTK+ frontend for mkisofs and cdrecord
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 22 14:50:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Juergen Lock
>Release:        FreeBSD 3.2-STABLE i386
>Organization:
me?  organized?
>Environment:

	3.2-STABLE i386, cdrecord-1.8a22, gettext-0.10.35,
	glib-1.2.2, gtk-1.2.2, mkisofs that comes with cdrecord

>Description:

	a port of gcombust, a GTK+ frontend for mkisofs and cdrecord

>How-To-Repeat:

	unshar in an empty dir, make install, and your ready to test it...

>Fix:
	
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	Makefile
#	files/
#	files/md5
#	pkg/
#	pkg/COMMENT
#	pkg/DESCR
#	pkg/PLIST
#
echo x - Makefile
sed 's/^X//' >Makefile << 'END-of-Makefile'
X# New ports collection makefile for:	gcombust
X# Version required:	0.1.17
X# Date created:		Tue Jun 22 21:17:03 MET DST 1999
X# Whom:			Juergen Lock <nox@jelal.kn-bremen.de>
X#
X# $Id:  $
X#
X
XDISTNAME=	gcombust-0.1.17
XCATEGORIES=	sysutils
XMASTER_SITES=	http://www.abo.fi/~jmunsin/gcombust/
X
XMAINTAINER=	nox@jelal.kn-bremen.de
X
XLIB_DEPENDS=	gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 \
X		intl.1:${PORTSDIR}/devel/gettext
XRUN_DEPENDS=	cdrecord:${PORTSDIR}/sysutils/cdrecord
X
XGNU_CONFIGURE=	yes
XUSE_X_PREFIX=	yes
XCONFIGURE_ENV=	GTK_CONFIG=${PREFIX}/bin/gtk12-config
X
Xpost-install:
X	${MKDIR} ${PREFIX}/share/doc/gcombust
X	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gcombust
X	${INSTALL_DATA} ${WRKSRC}/NEWS ${PREFIX}/share/doc/gcombust
X
X.include <bsd.port.mk>
END-of-Makefile
echo c - files/
mkdir -p files/ > /dev/null 2>&1
echo x - files/md5
sed 's/^X//' >files/md5 << 'END-of-files/md5'
XMD5 (gcombust-0.1.17.tar.gz) = aa230c8546b3d87879219a6028e7670e
END-of-files/md5
echo c - pkg/
mkdir -p pkg/ > /dev/null 2>&1
echo x - pkg/COMMENT
sed 's/^X//' >pkg/COMMENT << 'END-of-pkg/COMMENT'
Xa GTK+ frontend for mkisofs and cdrecord.
END-of-pkg/COMMENT
echo x - pkg/DESCR
sed 's/^X//' >pkg/DESCR << 'END-of-pkg/DESCR'
Xgcombust is a GTK+ frontend for mkisofs and cdrecord.
X
XAt this moment every release of gcombust isn't always very well tested; it
Xwould probably be wise to test it with the -dummy option at first to check that
XI haven't made any stupid errors. Also, it prints the command it's executing to
Xstdout so you can look at it and maybe spot errors.
X
XThere's no save option yet, but it respects cdrecord's CDR_SPEED, CDR_DEVICE
Xand CDR_FIFOSIZE environment variables, so for now use them.
X
X
XI love to recieve feedback/comments/ideas/bugreports at:
X	jmunsin@iki.fi (jmunsin@abo.fi)
X
XNOTE: If you decide to do a NLS translation of gcombust, it might be a good
X	idea to mail me about it to make sure noone else is doing one for the
X	same language.
X
XFlames to:
X	/dev/null
X
XWWW: http://www.iki.fi/jmunsin/gcombust
END-of-pkg/DESCR
echo x - pkg/PLIST
sed 's/^X//' >pkg/PLIST << 'END-of-pkg/PLIST'
Xbin/gcombust
Xshare/doc/gcombust/README
Xshare/doc/gcombust/NEWS
Xshare/locale/sv/LC_MESSAGES/gcombust.mo
Xshare/locale/es/LC_MESSAGES/gcombust.mo
END-of-pkg/PLIST
exit


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906222136.XAA36077>