Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

12
sysutils/gcombust/DESCR Normal file
View File

@@ -0,0 +1,12 @@
Features:
Burning on the fly, without making an image
Tooltips to keep you from reading man pages
Make creation of iso-images easy
(support for making your own directory hierarchy on the image
without the need for copying files/making symlinks)
Maximize disk by hinting which directories/files to use
(binpacking/knapsack)
Audio CD creation
Bootable CD support
Save/Load path selections (for always taking a backup of the same
collection of files, etc)

View File

@@ -0,0 +1,22 @@
# $NetBSD: Makefile,v 1.47 2012/10/23 19:51:03 asau Exp $
#
DISTNAME= gcombust-0.1.54
PKGREVISION= 7
CATEGORIES= x11 sysutils
MASTER_SITES= ${HOMEPAGE}
MAINTAINER= rh@NetBSD.org
HOMEPAGE= http://www.abo.fi/~jmunsin/gcombust/
COMMENT= Graphical frontend for CD mastering (mkisofs, cdrecord, ...)
DEPENDS+= cdrtools>=1.10:../../sysutils/cdrtools
DEPENDS+= cdlabelgen-[0-9]*:../../graphics/cdlabelgen
DEPENDS+= gv-[0-9]*:../../print/gv
USE_PKGLOCALEDIR= YES
GNU_CONFIGURE= YES
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

20
sysutils/gcombust/PLIST Normal file
View File

@@ -0,0 +1,20 @@
@comment $NetBSD: PLIST,v 1.4 2006/04/17 07:07:33 jlam Exp $
bin/gcombust
share/gnome/apps/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

View File

@@ -0,0 +1,8 @@
$NetBSD: distinfo,v 1.8 2005/11/19 01:04:19 kristerw Exp $
SHA1 (gcombust-0.1.54.tar.gz) = 768dbc5e8d88eb2d106e1c19b1012f94a89816d3
RMD160 (gcombust-0.1.54.tar.gz) = 34529bda20c80b31edd16c6fa5905e9f69aef64a
Size (gcombust-0.1.54.tar.gz) = 786628 bytes
SHA1 (patch-ab) = 437e15e09601345b75afac2f9d6b3e755e4c936d
SHA1 (patch-ac) = ba8e524f669f8637321ebbabc226f99b53c2c1a9
SHA1 (patch-ad) = 320a0f1fc7bf1e4b6b4a97f39b60f3911cf6f269

View File

@@ -0,0 +1,20 @@
$NetBSD: patch-ab,v 1.1 2001/06/11 17:45:55 bouyer Exp $
--- src/command.c.orig Wed Jun 6 15:05:16 2001
+++ src/command.c Wed Jun 6 15:05:38 2001
@@ -99,6 +99,7 @@
add_option_to_cmd(cdr_cmd, s);
free(s);
} else {
+#if 0
/* room for xx,xx,xx\0 */
char device[9];
if (-1 == g_snprintf(device, 9, "%i,%i,%i",
@@ -111,6 +112,7 @@
s = string_append(s, device);
add_option_to_cmd(cdr_cmd, s);
free(s);
+#endif /* 0 */
}
if (0 != strlen(gtk_entry_get_text(GTK_ENTRY(cdr_info->driver)))) {

View File

@@ -0,0 +1,12 @@
$NetBSD: patch-ac,v 1.1 2005/11/19 01:04:19 kristerw Exp $
--- src/optimize_usage.h.orig 2005-11-18 23:38:44.000000000 +0100
+++ src/optimize_usage.h 2005-11-18 23:39:00.000000000 +0100
@@ -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);

View File

@@ -0,0 +1,9 @@
$NetBSD: patch-ad,v 1.1 2005/11/19 01:04:19 kristerw Exp $
--- src/rip_audio.h.orig 2005-11-18 23:40:43.000000000 +0100
+++ src/rip_audio.h 2005-11-18 23:40:56.000000000 +0100
@@ -20,4 +20,3 @@
extern char *cdda2wav_path, *cdda_device_path, *cdparanoia_path;
extern char *def_rip_path;
-extern GtkWidget *rip_path_entry;