diff options
author | romain <romain@FreeBSD.org> | 2010-06-02 09:50:01 +0800 |
---|---|---|
committer | romain <romain@FreeBSD.org> | 2010-06-02 09:50:01 +0800 |
commit | 1fe9023c147e7fb4be4cc6c86842d3275da7b771 (patch) | |
tree | 2518369a8a4d4b1b6a06716f91467ab858f5c199 | |
parent | 5a5c8a95fbce09a8ab9608c5cf8e98a8efc54519 (diff) | |
download | freebsd-ports-gnome-1fe9023c147e7fb4be4cc6c86842d3275da7b771.tar.gz freebsd-ports-gnome-1fe9023c147e7fb4be4cc6c86842d3275da7b771.tar.zst freebsd-ports-gnome-1fe9023c147e7fb4be4cc6c86842d3275da7b771.zip |
PodSleuth aims to probe, identify, and expose properties and metadata bound to
iPods.
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/podsleuth/Makefile | 29 | ||||
-rw-r--r-- | misc/podsleuth/distinfo | 3 | ||||
-rw-r--r-- | misc/podsleuth/pkg-descr | 2 | ||||
-rw-r--r-- | misc/podsleuth/pkg-plist | 13 |
5 files changed, 48 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 13e6cfcd87bf..85fe6063d62d 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -442,6 +442,7 @@ SUBDIR += phraze SUBDIR += pinfo SUBDIR += pipe + SUBDIR += podsleuth SUBDIR += posixtestsuite SUBDIR += projectionlib SUBDIR += proxyper diff --git a/misc/podsleuth/Makefile b/misc/podsleuth/Makefile new file mode 100644 index 000000000000..fc9481358387 --- /dev/null +++ b/misc/podsleuth/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: podsleuth +# Date created: 2008-07-09 +# Whom: Romain Tartiere <romain@blogreen.org> +# +# $FreeBSD$ +# + +PORTNAME= podsleuth +PORTVERSION= 0.6.7 +CATEGORIES= misc +MASTER_SITES= http://download.banshee-project.org/${PORTNAME}/${PORTVERSION}/ + +MAINTAINER= mono@FreeBSD.org +COMMENT= A tool to discover detailed model information about an iPod + +LIB_DEPENDS= sgutils2.2:${PORTSDIR}/sysutils/sg3_utils \ + hal.1:${PORTSDIR}/sysutils/hal +BUILD_DEPENDS= ${LOCALBASE}/bin/mono:${PORTSDIR}/lang/mono \ + ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-1.0.pc:${PORTSDIR}/devel/ndesk-dbus +RUN_DEPENDS= ${LOCALBASE}/bin/mono:${PORTSDIR}/lang/mono \ + ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-1.0.pc:${PORTSDIR}/devel/ndesk-dbus + +CONFIGURE_ARGS+=--with-hal-callouts-dir=${PREFIX}/libexec +CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib" +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_GNOME= gnomehack pkgconfig + +.include <bsd.port.mk> diff --git a/misc/podsleuth/distinfo b/misc/podsleuth/distinfo new file mode 100644 index 000000000000..ded8b7799839 --- /dev/null +++ b/misc/podsleuth/distinfo @@ -0,0 +1,3 @@ +MD5 (podsleuth-0.6.7.tar.gz) = 3782a82bc8fce5cb24acc9fb7999951a +SHA256 (podsleuth-0.6.7.tar.gz) = 85661bc3fe140ff8c18121ca6647a922efcfd01ef9c41e1afc70f1d671b9f0c6 +SIZE (podsleuth-0.6.7.tar.gz) = 147300 diff --git a/misc/podsleuth/pkg-descr b/misc/podsleuth/pkg-descr new file mode 100644 index 000000000000..4407bfb9f95a --- /dev/null +++ b/misc/podsleuth/pkg-descr @@ -0,0 +1,2 @@ +PodSleuth aims to probe, identify, and expose properties and metadata bound to +iPods. diff --git a/misc/podsleuth/pkg-plist b/misc/podsleuth/pkg-plist new file mode 100644 index 000000000000..fdc761f2244a --- /dev/null +++ b/misc/podsleuth/pkg-plist @@ -0,0 +1,13 @@ +@comment $FreeBSD$ +bin/podsleuth +etc/dbus-1/system.d/podsleuth.conf +lib/podsleuth/PodSleuth.dll +lib/podsleuth/PodSleuth.dll.mdb +lib/podsleuth/PodSleuth.dll.config +lib/podsleuth/PodSleuth.Hal.exe +lib/podsleuth/PodSleuth.Hal.exe.mdb +libdata/pkgconfig/podsleuth.pc +libexec/hal-podsleuth +share/hal/fdi/policy/20thirdparty/20-podsleuth.fdi +@dirrmtry lib/podsleuth +@dirrmtry lib/hal |