From 97e4efe2c5be24b1ad6c9e9a11921bf868439b95 Mon Sep 17 00:00:00 2001 From: mezz Date: Mon, 22 Nov 2004 02:56:19 +0000 Subject: Add coaster, at 0.1.2. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3093 df743ca5-7f9a-e211-a948-0013205c9059 --- sysutils/coaster/Makefile | 38 ++++++++++++++++++++++++++++++++++++++ sysutils/coaster/distinfo | 2 ++ sysutils/coaster/pkg-descr | 11 +++++++++++ sysutils/coaster/pkg-plist | 33 +++++++++++++++++++++++++++++++++ 4 files changed, 84 insertions(+) create mode 100644 sysutils/coaster/Makefile create mode 100644 sysutils/coaster/distinfo create mode 100644 sysutils/coaster/pkg-descr create mode 100644 sysutils/coaster/pkg-plist diff --git a/sysutils/coaster/Makefile b/sysutils/coaster/Makefile new file mode 100644 index 000000000..00012db1e --- /dev/null +++ b/sysutils/coaster/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for: coaster +# Date created: 11 Nov 2004 +# Whom: Mezz +# +# $FreeBSD$ +# + +PORTNAME= coaster +PORTVERSION= 0.1.2 +CATEGORIES= sysutils gnome +MASTER_SITES= http://www.coaster-burn.org/files/coaster/ + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A disc burning application for Gnome 2 + +LIB_DEPENDS= bakery-2.3.10:${PORTSDIR}/x11-toolkits/bakery-devel \ + nautilus-burn.0:${PORTSDIR}/sysutils/nautilus-cd-burner + +USE_GNOME= gnomehack gnomeprefix gnometarget intlhack +USE_GMAKE= yes +USE_X_PREFIX= yes +USE_LIBTOOL_VER=15 +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS= --enable-update-mimedb=yes + +DOCS= AUTHORS COPYING ChangeLog NEWS README TODO +GCONF_SCHEMAS= coaster.schemas + +.ifndef (NOPORTDOCS) +post-install: + @${MKDIR} ${DOCSDIR} +.for i in ${DOCS} + @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} +.endfor +.endif + +.include diff --git a/sysutils/coaster/distinfo b/sysutils/coaster/distinfo new file mode 100644 index 000000000..e45164485 --- /dev/null +++ b/sysutils/coaster/distinfo @@ -0,0 +1,2 @@ +MD5 (coaster-0.1.2.tar.gz) = 248051dbdf026ec4f4a691468a6b550a +SIZE (coaster-0.1.2.tar.gz) = 530765 diff --git a/sysutils/coaster/pkg-descr b/sysutils/coaster/pkg-descr new file mode 100644 index 000000000..28a9d2556 --- /dev/null +++ b/sysutils/coaster/pkg-descr @@ -0,0 +1,11 @@ +Coaster-GUI is the graphical user frontend for the libburn library. The goal +is to present the user with a complete yet simple burning solution. Features +include: + +Features for Coaster include: + * Audio cd sessions + * Data cd sessions + * File drag and drop from nautilus + * Ability to save and restore sessions from file + +WWW: http://www.coaster-burn.org/ diff --git a/sysutils/coaster/pkg-plist b/sysutils/coaster/pkg-plist new file mode 100644 index 000000000..40e1e262c --- /dev/null +++ b/sysutils/coaster/pkg-plist @@ -0,0 +1,33 @@ +bin/coaster +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/TODO +share/gnome/application-registry/coaster.applications +share/gnome/applications/coaster.desktop +@exec update-desktop-database > /dev/null || /usr/bin/true +share/gnome/coaster/glade/coaster-dialogs.glade +share/gnome/coaster/glade/coaster-preferences.glade +share/gnome/coaster/glade/coaster.glade +share/gnome/coaster/ui/coaster-audio-menu.ui +share/gnome/coaster/ui/coaster-data-menu.ui +share/gnome/coaster/ui/coaster-edit-menu.ui +share/gnome/coaster/ui/coaster-other-menu.ui +share/gnome/coaster/ui/coaster-toolbar.ui +share/gnome/mime-info/coaster.keys +share/gnome/mime-info/coaster.mime +share/gnome/mime/packages/coaster.xml +share/gnome/pixmaps/coaster.png +share/gnome/xml/coaster/coaster-audio.dtd +share/gnome/xml/coaster/coaster-catalog.xml +share/gnome/xml/coaster/coaster-data.dtd +share/gnome/xml/coaster/coaster-video.dtd +share/locale/nl/LC_MESSAGES/coaster.mo +@dirrm share/gnome/xml/coaster +@dirrm share/gnome/coaster/ui +@dirrm share/gnome/coaster/glade +@dirrm share/gnome/coaster +%%PORTDOCS%%@dirrm %%DOCSDIR%% +@unexec update-desktop-database > /dev/null || /usr/bin/true -- cgit v1.2.3