diff options
author | Romain Tartière <romain@FreeBSD.org> | 2010-06-02 02:32:18 +0000 |
---|---|---|
committer | Romain Tartière <romain@FreeBSD.org> | 2010-06-02 02:32:18 +0000 |
commit | 67e7045e049be805f604f9063ea58af461cab619 (patch) | |
tree | c817746447fa4ba1fbd1b9e017be335c9739bab4 /audio | |
parent | 455901ca0e8aba350dfe379662eee2b1dae8891a (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/ipod-sharp/Makefile | 26 | ||||
-rw-r--r-- | audio/ipod-sharp/distinfo | 3 | ||||
-rw-r--r-- | audio/ipod-sharp/pkg-descr | 2 | ||||
-rw-r--r-- | audio/ipod-sharp/pkg-plist | 13 |
5 files changed, 45 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 3362514614c6..aba1f882b8ca 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -311,6 +311,7 @@ SUBDIR += id3tool SUBDIR += id3v2 SUBDIR += ifp-line + SUBDIR += ipod-sharp SUBDIR += istream SUBDIR += jack SUBDIR += jack-keyboard diff --git a/audio/ipod-sharp/Makefile b/audio/ipod-sharp/Makefile new file mode 100644 index 000000000000..b3e90aca88d3 --- /dev/null +++ b/audio/ipod-sharp/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: ipod-sharp +# Date created: 2008-07-09 +# Whom: Romain Tartiere <romain@blogreen.org> +# +# $FreeBSD$ +# + +PORTNAME= ipod-sharp +PORTVERSION= 0.8.5 +CATEGORIES= audio +MASTER_SITES= http://download.banshee-project.org/${PORTNAME}/${PORTVERSION}/ + +MAINTAINER= mono@FreeBSD.org +COMMENT= Manipulate iTunesDB used in Apple iPod devices + +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/podsleuth.pc:${PORTSDIR}/misc/podsleuth \ + ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-glib-1.0.pc:${PORTSDIR}/devel/ndesk-dbus-glib +RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/podsleuth.pc:${PORTSDIR}/misc/podsleuth \ + ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-glib-1.0.pc:${PORTSDIR}/devel/ndesk-dbus-glib + +GNU_CONFIGURE= yes +USE_BZIP2= yes +USE_GMAKE= yes +USE_GNOME= gnomehack gtksharp20 + +.include <bsd.port.mk> diff --git a/audio/ipod-sharp/distinfo b/audio/ipod-sharp/distinfo new file mode 100644 index 000000000000..ee99263c1b40 --- /dev/null +++ b/audio/ipod-sharp/distinfo @@ -0,0 +1,3 @@ +MD5 (ipod-sharp-0.8.5.tar.bz2) = fb7f53f64d825847d578a637cd48dd41 +SHA256 (ipod-sharp-0.8.5.tar.bz2) = 7c5b02872c75a7d61662e266e6f7a2a1aae14f71d9820a59faef2813dcd825fd +SIZE (ipod-sharp-0.8.5.tar.bz2) = 154042 diff --git a/audio/ipod-sharp/pkg-descr b/audio/ipod-sharp/pkg-descr new file mode 100644 index 000000000000..1c7a5c50446c --- /dev/null +++ b/audio/ipod-sharp/pkg-descr @@ -0,0 +1,2 @@ +ipod-sharp is a library that allows manipulation of the iTunesDB used in Apple +iPod devices. diff --git a/audio/ipod-sharp/pkg-plist b/audio/ipod-sharp/pkg-plist new file mode 100644 index 000000000000..656b664c8ee3 --- /dev/null +++ b/audio/ipod-sharp/pkg-plist @@ -0,0 +1,13 @@ +@comment $FreeBSD$ +lib/ipod-sharp/ipod-sharp-firmware.dll +lib/ipod-sharp/ipod-sharp-firmware.dll.mdb +lib/ipod-sharp/ipod-sharp-ui.dll +lib/ipod-sharp/ipod-sharp-ui.dll.mdb +lib/ipod-sharp/ipod-sharp.dll +lib/ipod-sharp/ipod-sharp.dll.mdb +lib/monodoc/sources/ipod-sharp-docs.source +lib/monodoc/sources/ipod-sharp-docs.tree +lib/monodoc/sources/ipod-sharp-docs.zip +libdata/pkgconfig/ipod-sharp-ui.pc +libdata/pkgconfig/ipod-sharp.pc +@dirrmtry lib/ipod-sharp |