From owner-freebsd-ports Tue Jun 22 14:50: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4676814D15 for ; Tue, 22 Jun 1999 14:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA57803; Tue, 22 Jun 1999 14:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from blaubaer.kn-bremen.de (blaubaer.kn-bremen.de [134.102.38.17]) by hub.freebsd.org (Postfix) with ESMTP id 520C315495 for ; Tue, 22 Jun 1999 14:41:07 -0700 (PDT) (envelope-from nox@saturn.kn-bremen.de) Received: from saturn.kn-bremen.de (uucp@localhost) by blaubaer.kn-bremen.de (8.9.1/8.9.1) with UUCP id XAA05100 for FreeBSD-gnats-submit@freebsd.org; Tue, 22 Jun 1999 23:38:44 +0200 Received: (from nox@localhost) by saturn.kn-bremen.de (8.9.3/8.8.5) id XAA36077; Tue, 22 Jun 1999 23:36:47 +0200 (MET DST) Message-Id: <199906222136.XAA36077@saturn.kn-bremen.de> Date: Tue, 22 Jun 1999 23:36:47 +0200 (MET DST) From: Juergen Lock Reply-To: nox@jelal.kn-bremen.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12351: port of gcombust, a GTK+ frontend for mkisofs and cdrecord Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 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 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