aboutsummaryrefslogtreecommitdiff
path: root/sysutils/gcombust
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-12-21 13:19:02 +0000
committerRene Ladan <rene@FreeBSD.org>2018-12-21 13:19:02 +0000
commite5aaf05932b27919e9237fe077f607ac0f0d8e91 (patch)
tree094c99154e533e4d74dec6f4cc4c2f945ffea1b1 /sysutils/gcombust
parent5f1feec64d3df4447b1b8c5fd03f70f6b745b8ba (diff)
downloadports-e5aaf05932b27919e9237fe077f607ac0f0d8e91.tar.gz
ports-e5aaf05932b27919e9237fe077f607ac0f0d8e91.zip
Notes
Diffstat (limited to 'sysutils/gcombust')
-rw-r--r--sysutils/gcombust/Makefile45
-rw-r--r--sysutils/gcombust/distinfo2
-rw-r--r--sysutils/gcombust/files/patch-src-optimize_usage.h10
-rw-r--r--sysutils/gcombust/files/patch-src-rip_audio.h7
-rw-r--r--sysutils/gcombust/pkg-descr15
-rw-r--r--sysutils/gcombust/pkg-plist21
6 files changed, 0 insertions, 100 deletions
diff --git a/sysutils/gcombust/Makefile b/sysutils/gcombust/Makefile
deleted file mode 100644
index a61b45b2972e..000000000000
--- a/sysutils/gcombust/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# Created by: Juergen Lock <nox@jelal.kn-bremen.de>
-# $FreeBSD$
-
-PORTNAME= gcombust
-PORTVERSION= 0.1.55
-PORTREVISION= 8
-CATEGORIES= sysutils
-MASTER_SITES= http://mirror.symnds.com/software/misc/ \
- http://www.egr.msu.edu/~mcdouga9/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= GTK+ frontend for mkisofs and cdrecord
-
-DEPRECATED= Uses obsolete glib12
-EXPIRATION_DATE= 2018-12-20
-
-LICENSE= GPLv2+
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-RUN_DEPENDS= cdlabelgen:print/cdlabelgen \
- cdrecord:sysutils/cdrtools
-
-USES= gettext localbase perl5
-USE_PERL5= build
-USE_GNOME= gtk12
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --without-included-gettext \
- --datadir=${PREFIX}/share
-
-OPTIONS_DEFINE= DOCS
-
-pre-patch:
- @${REINPLACE_CMD} -e 's|DATADIRNAME=lib|DATADIRNAME=share|g' \
- ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's|==|=|g' ${WRKSRC}/po/Makefile.in.in
-
-post-configure:
- cd ${WRKSRC}/po && ${MAKE} update-po
-
-post-install-DOCS-on:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/NEWS ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>
diff --git a/sysutils/gcombust/distinfo b/sysutils/gcombust/distinfo
deleted file mode 100644
index af7fa3e00ce4..000000000000
--- a/sysutils/gcombust/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (gcombust-0.1.55.tar.gz) = 5e6b11049c305e44f20c45a488ea704f11cf14fe59efb6c8a38021b64e595e2e
-SIZE (gcombust-0.1.55.tar.gz) = 819339
diff --git a/sysutils/gcombust/files/patch-src-optimize_usage.h b/sysutils/gcombust/files/patch-src-optimize_usage.h
deleted file mode 100644
index 0e73a6fc62b7..000000000000
--- a/sysutils/gcombust/files/patch-src-optimize_usage.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/optimize_usage.h.orig 1999-12-20 20:23:18 UTC
-+++ src/optimize_usage.h
-@@ -16,7 +16,6 @@
- ** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
--extern GtkWidget *opt_try_harder;
- extern long int opt_cdsize;
-
- void open_optimize_size_win(GtkWidget *, gpointer);
diff --git a/sysutils/gcombust/files/patch-src-rip_audio.h b/sysutils/gcombust/files/patch-src-rip_audio.h
deleted file mode 100644
index d255e8b7e950..000000000000
--- a/sysutils/gcombust/files/patch-src-rip_audio.h
+++ /dev/null
@@ -1,7 +0,0 @@
---- src/rip_audio.h.orig 2000-12-11 18:26:41 UTC
-+++ src/rip_audio.h
-@@ -20,4 +20,3 @@ void open_rip_audio_req(void);
-
- extern char *cdda2wav_path, *cdda_device_path, *cdparanoia_path;
- extern char *def_rip_path;
--extern GtkWidget *rip_path_entry;
diff --git a/sysutils/gcombust/pkg-descr b/sysutils/gcombust/pkg-descr
deleted file mode 100644
index 9a7ceca13167..000000000000
--- a/sysutils/gcombust/pkg-descr
+++ /dev/null
@@ -1,15 +0,0 @@
-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.
-
-I love to receive 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 no one else is doing one for the
- same language.
-
-WWW: http://www.abo.fi/~jmunsin/gcombust/
diff --git a/sysutils/gcombust/pkg-plist b/sysutils/gcombust/pkg-plist
deleted file mode 100644
index 0f0f8dd58d63..000000000000
--- a/sysutils/gcombust/pkg-plist
+++ /dev/null
@@ -1,21 +0,0 @@
-bin/gcombust
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/NEWS
-share/applications/gcombust.desktop
-share/locale/da/LC_MESSAGES/gcombust.mo
-share/locale/de/LC_MESSAGES/gcombust.mo
-share/locale/es/LC_MESSAGES/gcombust.mo
-share/locale/fr/LC_MESSAGES/gcombust.mo
-share/locale/gl/LC_MESSAGES/gcombust.mo
-share/locale/hr/LC_MESSAGES/gcombust.mo
-share/locale/hu/LC_MESSAGES/gcombust.mo
-share/locale/it/LC_MESSAGES/gcombust.mo
-share/locale/ja/LC_MESSAGES/gcombust.mo
-share/locale/ko/LC_MESSAGES/gcombust.mo
-share/locale/nl/LC_MESSAGES/gcombust.mo
-share/locale/no/LC_MESSAGES/gcombust.mo
-share/locale/pl/LC_MESSAGES/gcombust.mo
-share/locale/ru/LC_MESSAGES/gcombust.mo
-share/locale/sk/LC_MESSAGES/gcombust.mo
-share/locale/sv/LC_MESSAGES/gcombust.mo
-share/pixmaps/gcombust.xpm