diff options
author | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1999-06-28 01:40:07 +0000 |
---|---|---|
committer | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1999-06-28 01:40:07 +0000 |
commit | 7b97059f3c2bbcecae914e2295152d6a17118bc2 (patch) | |
tree | b6f0eac573f5611b8a2ad14a1747335fda960b1b /sysutils/gcombust | |
parent | Activate gcombust (diff) |
PR: ports/12351
Submitted by: nox@jelal.kn-bremen.de
a GTK+ frontend for mkisofs and cdrecord
Notes
Notes:
svn path=/head/; revision=19850
Diffstat (limited to 'sysutils/gcombust')
-rw-r--r-- | sysutils/gcombust/Makefile | 28 | ||||
-rw-r--r-- | sysutils/gcombust/distinfo | 1 | ||||
-rw-r--r-- | sysutils/gcombust/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/gcombust/pkg-descr | 22 | ||||
-rw-r--r-- | sysutils/gcombust/pkg-plist | 5 |
5 files changed, 57 insertions, 0 deletions
diff --git a/sysutils/gcombust/Makefile b/sysutils/gcombust/Makefile new file mode 100644 index 000000000000..6776113c55aa --- /dev/null +++ b/sysutils/gcombust/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: gcombust +# Version required: 0.1.17 +# Date created: Tue Jun 22 21:17:03 MET DST 1999 +# Whom: Juergen Lock <nox@jelal.kn-bremen.de> +# +# $Id$ +# + +DISTNAME= gcombust-0.1.17 +CATEGORIES= sysutils +MASTER_SITES= http://www.abo.fi/~jmunsin/gcombust/ + +MAINTAINER= nox@jelal.kn-bremen.de + +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ + intl.1:${PORTSDIR}/devel/gettext +RUN_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrecord + +GNU_CONFIGURE= yes +USE_X_PREFIX= yes +CONFIGURE_ENV= GTK_CONFIG=${PREFIX}/bin/gtk12-config + +post-install: + ${MKDIR} ${PREFIX}/share/doc/gcombust + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gcombust + ${INSTALL_DATA} ${WRKSRC}/NEWS ${PREFIX}/share/doc/gcombust + +.include <bsd.port.mk> diff --git a/sysutils/gcombust/distinfo b/sysutils/gcombust/distinfo new file mode 100644 index 000000000000..599a69b4cff8 --- /dev/null +++ b/sysutils/gcombust/distinfo @@ -0,0 +1 @@ +MD5 (gcombust-0.1.17.tar.gz) = aa230c8546b3d87879219a6028e7670e diff --git a/sysutils/gcombust/pkg-comment b/sysutils/gcombust/pkg-comment new file mode 100644 index 000000000000..d4894a4327fe --- /dev/null +++ b/sysutils/gcombust/pkg-comment @@ -0,0 +1 @@ +a GTK+ frontend for mkisofs and cdrecord. diff --git a/sysutils/gcombust/pkg-descr b/sysutils/gcombust/pkg-descr new file mode 100644 index 000000000000..ebdbe7ddedae --- /dev/null +++ b/sysutils/gcombust/pkg-descr @@ -0,0 +1,22 @@ +gcombust is a GTK+ frontend for mkisofs and cdrecord. + +At this moment every release of gcombust isn't always very well tested; it +would probably be wise to test it with the -dummy option at first to check that +I haven't made any stupid errors. Also, it prints the command it's executing to +stdout so you can look at it and maybe spot errors. + +There's no save option yet, but it respects cdrecord's CDR_SPEED, CDR_DEVICE +and CDR_FIFOSIZE environment variables, so for now use them. + + +I love to recieve feedback/comments/ideas/bugreports at: + jmunsin@iki.fi (jmunsin@abo.fi) + +NOTE: If you decide to do a NLS translation of gcombust, it might be a good + idea to mail me about it to make sure noone else is doing one for the + same language. + +Flames to: + /dev/null + +WWW: http://www.iki.fi/jmunsin/gcombust diff --git a/sysutils/gcombust/pkg-plist b/sysutils/gcombust/pkg-plist new file mode 100644 index 000000000000..717339b7b2d3 --- /dev/null +++ b/sysutils/gcombust/pkg-plist @@ -0,0 +1,5 @@ +bin/gcombust +share/doc/gcombust/README +share/doc/gcombust/NEWS +share/locale/sv/LC_MESSAGES/gcombust.mo +share/locale/es/LC_MESSAGES/gcombust.mo |