diff options
-rw-r--r-- | sysutils/bonfire/Makefile | 31 | ||||
-rw-r--r-- | sysutils/bonfire/distinfo | 3 | ||||
-rw-r--r-- | sysutils/bonfire/files/patch-src_burn-dialog.c | 11 | ||||
-rw-r--r-- | sysutils/bonfire/pkg-descr | 23 | ||||
-rw-r--r-- | sysutils/bonfire/pkg-plist | 29 | ||||
-rw-r--r-- | sysutils/brasero/Makefile | 31 | ||||
-rw-r--r-- | sysutils/brasero/distinfo | 3 | ||||
-rw-r--r-- | sysutils/brasero/files/patch-src_burn-dialog.c | 11 | ||||
-rw-r--r-- | sysutils/brasero/pkg-descr | 23 | ||||
-rw-r--r-- | sysutils/brasero/pkg-plist | 29 |
10 files changed, 194 insertions, 0 deletions
diff --git a/sysutils/bonfire/Makefile b/sysutils/bonfire/Makefile new file mode 100644 index 000000000..5509b5de7 --- /dev/null +++ b/sysutils/bonfire/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: bonfire +# Date created: 2006-05-12 +# Whom: Michael Johnson <ahze@blueherron.ahze.net> +# +# $FreeBSD$ +# + +PORTNAME= bonfire +PORTVERSION= 0.3.0 +CATEGORIES= sysutils +MASTER_SITES= http://perso.wanadoo.fr/bonfire/ + +MAINTAINER= gnome@FreeBSD.org +COMMENT= CD/DVD mastering tool for the GNOME desktop + +LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal \ + notify.1:${PORTSDIR}/devel/libnotify + +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_X_PREFIX= yes +USE_GNOME= gnomeprefix nautiluscdburner +USE_GSTREAMER= gconf core +CONFIGURE_ARGS= --disable-inotify + +post-patch: + @${REINPLACE_CMD} -e 's|$$(datadir)|${PREFIX}/share/gnome|' \ + ${WRKSRC}/src/Makefile.in + +.include <bsd.port.mk> diff --git a/sysutils/bonfire/distinfo b/sysutils/bonfire/distinfo new file mode 100644 index 000000000..e3bdfeecc --- /dev/null +++ b/sysutils/bonfire/distinfo @@ -0,0 +1,3 @@ +MD5 (bonfire-0.3.0.tar.bz2) = d1c658abcbb003956465e3fdc79f2c35 +SHA256 (bonfire-0.3.0.tar.bz2) = 9dd70becda5c6ff402e2f7e56ff332eee70f667379ae3c1c363b11140f0e27c7 +SIZE (bonfire-0.3.0.tar.bz2) = 814929 diff --git a/sysutils/bonfire/files/patch-src_burn-dialog.c b/sysutils/bonfire/files/patch-src_burn-dialog.c new file mode 100644 index 000000000..bf63e141a --- /dev/null +++ b/sysutils/bonfire/files/patch-src_burn-dialog.c @@ -0,0 +1,11 @@ +--- src/burn-dialog.c.orig Fri May 12 18:30:17 2006 ++++ src/burn-dialog.c Fri May 12 18:30:35 2006 +@@ -45,7 +45,7 @@ + #include <gtk/gtklabel.h> + + #ifdef HAVE_LIBNOTIFY +-#include <libnotify/notifynotification.h> ++#include <libnotify/notification.h> + #endif + + #include "utils.h" diff --git a/sysutils/bonfire/pkg-descr b/sysutils/bonfire/pkg-descr new file mode 100644 index 000000000..2e6f14b59 --- /dev/null +++ b/sysutils/bonfire/pkg-descr @@ -0,0 +1,23 @@ +CD/DVD mastering tool for the gnome desktop. It has been designed to be +simple and easy to use. + +Features: +Data CD/DVD: +- supports edition of discs contents +- can burn data CD/DVD on the fly +- supports multisession +- supports joliet extension +- can write the image to the hard drive +Audio CD: +- write CD-TEXT information (automatically found thanks to gstreamer) +- supports the edition of CD-TEXT information +- can burn audio CD on the fly +- can use all audio files handled by Gstreamer local installation +- can search for audio files inside dropped folders +CD/DVD copy: +- can copy a CD/DVD to the hard drive +- can copy DVD and CD on the fly +- supports single-session data DVD +- supports any kind of CD + +WWW: http://perso.wanadoo.fr/bonfire/ diff --git a/sysutils/bonfire/pkg-plist b/sysutils/bonfire/pkg-plist new file mode 100644 index 000000000..b655d3155 --- /dev/null +++ b/sysutils/bonfire/pkg-plist @@ -0,0 +1,29 @@ +bin/bonfire +share/gnome/applications/bonfire.desktop +share/gnome/bonfire/disc-00.png +share/gnome/bonfire/disc-05.png +share/gnome/bonfire/disc-10.png +share/gnome/bonfire/disc-100.png +share/gnome/bonfire/disc-15.png +share/gnome/bonfire/disc-20.png +share/gnome/bonfire/disc-25.png +share/gnome/bonfire/disc-30.png +share/gnome/bonfire/disc-35.png +share/gnome/bonfire/disc-40.png +share/gnome/bonfire/disc-45.png +share/gnome/bonfire/disc-50.png +share/gnome/bonfire/disc-55.png +share/gnome/bonfire/disc-60.png +share/gnome/bonfire/disc-65.png +share/gnome/bonfire/disc-70.png +share/gnome/bonfire/disc-75.png +share/gnome/bonfire/disc-80.png +share/gnome/bonfire/disc-85.png +share/gnome/bonfire/disc-90.png +share/gnome/bonfire/disc-95.png +share/gnome/bonfire/icon-final-128x128.png +share/gnome/bonfire/icon-final-256x256.png +share/gnome/bonfire/icon-final-48x48.png +share/gnome/bonfire/logo.png +share/gnome/pixmaps/bonfire.png +@dirrm share/gnome/bonfire diff --git a/sysutils/brasero/Makefile b/sysutils/brasero/Makefile new file mode 100644 index 000000000..5509b5de7 --- /dev/null +++ b/sysutils/brasero/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: bonfire +# Date created: 2006-05-12 +# Whom: Michael Johnson <ahze@blueherron.ahze.net> +# +# $FreeBSD$ +# + +PORTNAME= bonfire +PORTVERSION= 0.3.0 +CATEGORIES= sysutils +MASTER_SITES= http://perso.wanadoo.fr/bonfire/ + +MAINTAINER= gnome@FreeBSD.org +COMMENT= CD/DVD mastering tool for the GNOME desktop + +LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal \ + notify.1:${PORTSDIR}/devel/libnotify + +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_X_PREFIX= yes +USE_GNOME= gnomeprefix nautiluscdburner +USE_GSTREAMER= gconf core +CONFIGURE_ARGS= --disable-inotify + +post-patch: + @${REINPLACE_CMD} -e 's|$$(datadir)|${PREFIX}/share/gnome|' \ + ${WRKSRC}/src/Makefile.in + +.include <bsd.port.mk> diff --git a/sysutils/brasero/distinfo b/sysutils/brasero/distinfo new file mode 100644 index 000000000..e3bdfeecc --- /dev/null +++ b/sysutils/brasero/distinfo @@ -0,0 +1,3 @@ +MD5 (bonfire-0.3.0.tar.bz2) = d1c658abcbb003956465e3fdc79f2c35 +SHA256 (bonfire-0.3.0.tar.bz2) = 9dd70becda5c6ff402e2f7e56ff332eee70f667379ae3c1c363b11140f0e27c7 +SIZE (bonfire-0.3.0.tar.bz2) = 814929 diff --git a/sysutils/brasero/files/patch-src_burn-dialog.c b/sysutils/brasero/files/patch-src_burn-dialog.c new file mode 100644 index 000000000..bf63e141a --- /dev/null +++ b/sysutils/brasero/files/patch-src_burn-dialog.c @@ -0,0 +1,11 @@ +--- src/burn-dialog.c.orig Fri May 12 18:30:17 2006 ++++ src/burn-dialog.c Fri May 12 18:30:35 2006 +@@ -45,7 +45,7 @@ + #include <gtk/gtklabel.h> + + #ifdef HAVE_LIBNOTIFY +-#include <libnotify/notifynotification.h> ++#include <libnotify/notification.h> + #endif + + #include "utils.h" diff --git a/sysutils/brasero/pkg-descr b/sysutils/brasero/pkg-descr new file mode 100644 index 000000000..2e6f14b59 --- /dev/null +++ b/sysutils/brasero/pkg-descr @@ -0,0 +1,23 @@ +CD/DVD mastering tool for the gnome desktop. It has been designed to be +simple and easy to use. + +Features: +Data CD/DVD: +- supports edition of discs contents +- can burn data CD/DVD on the fly +- supports multisession +- supports joliet extension +- can write the image to the hard drive +Audio CD: +- write CD-TEXT information (automatically found thanks to gstreamer) +- supports the edition of CD-TEXT information +- can burn audio CD on the fly +- can use all audio files handled by Gstreamer local installation +- can search for audio files inside dropped folders +CD/DVD copy: +- can copy a CD/DVD to the hard drive +- can copy DVD and CD on the fly +- supports single-session data DVD +- supports any kind of CD + +WWW: http://perso.wanadoo.fr/bonfire/ diff --git a/sysutils/brasero/pkg-plist b/sysutils/brasero/pkg-plist new file mode 100644 index 000000000..b655d3155 --- /dev/null +++ b/sysutils/brasero/pkg-plist @@ -0,0 +1,29 @@ +bin/bonfire +share/gnome/applications/bonfire.desktop +share/gnome/bonfire/disc-00.png +share/gnome/bonfire/disc-05.png +share/gnome/bonfire/disc-10.png +share/gnome/bonfire/disc-100.png +share/gnome/bonfire/disc-15.png +share/gnome/bonfire/disc-20.png +share/gnome/bonfire/disc-25.png +share/gnome/bonfire/disc-30.png +share/gnome/bonfire/disc-35.png +share/gnome/bonfire/disc-40.png +share/gnome/bonfire/disc-45.png +share/gnome/bonfire/disc-50.png +share/gnome/bonfire/disc-55.png +share/gnome/bonfire/disc-60.png +share/gnome/bonfire/disc-65.png +share/gnome/bonfire/disc-70.png +share/gnome/bonfire/disc-75.png +share/gnome/bonfire/disc-80.png +share/gnome/bonfire/disc-85.png +share/gnome/bonfire/disc-90.png +share/gnome/bonfire/disc-95.png +share/gnome/bonfire/icon-final-128x128.png +share/gnome/bonfire/icon-final-256x256.png +share/gnome/bonfire/icon-final-48x48.png +share/gnome/bonfire/logo.png +share/gnome/pixmaps/bonfire.png +@dirrm share/gnome/bonfire |