diff options
Diffstat (limited to 'misc/podsleuth')
-rw-r--r-- | misc/podsleuth/Makefile | 34 | ||||
-rw-r--r-- | misc/podsleuth/distinfo | 2 | ||||
-rw-r--r-- | misc/podsleuth/files/patch-configure | 13 | ||||
-rw-r--r-- | misc/podsleuth/pkg-descr | 2 | ||||
-rw-r--r-- | misc/podsleuth/pkg-plist | 10 |
5 files changed, 0 insertions, 61 deletions
diff --git a/misc/podsleuth/Makefile b/misc/podsleuth/Makefile deleted file mode 100644 index 30bb7b8ca741..000000000000 --- a/misc/podsleuth/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# Created by: Romain Tartiere <romain@blogreen.org> -# $FreeBSD$ - -PORTNAME= podsleuth -PORTVERSION= 0.6.7 -PORTREVISION= 2 -CATEGORIES= misc -MASTER_SITES= http://download.banshee.fm/${PORTNAME}/${PORTVERSION}/ - -MAINTAINER= mono@FreeBSD.org -COMMENT= Tool to discover detailed model information about an iPod - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 - -LIB_DEPENDS= libsgutils2.so:sysutils/sg3_utils \ - libhal.so:sysutils/hal -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-1.0.pc:devel/ndesk-dbus -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-1.0.pc:devel/ndesk-dbus - -CONFIGURE_ARGS+=--with-hal-callouts-dir=${PREFIX}/libexec -CONFIGURE_ENV= ac_cv_path_MCS=${LOCALBASE}/bin/mcs -LDFLAGS+= -L${LOCALBASE}/lib -GNU_CONFIGURE= yes -USES= gmake mono pkgconfig pathfix -MAKE_JOBS_UNSAFE= yes - -post-patch: - @${REINPLACE_CMD} -e 's|^#!/bin/bash$$|#!/bin/sh|' \ - ${WRKSRC}/src/PodSleuth.Hal/hal-podsleuth.in \ - ${WRKSRC}/src/PodSleuth.Hal/podsleuth.in \ - -.include <bsd.port.mk> diff --git a/misc/podsleuth/distinfo b/misc/podsleuth/distinfo deleted file mode 100644 index a475d56c8b79..000000000000 --- a/misc/podsleuth/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (podsleuth-0.6.7.tar.gz) = 85661bc3fe140ff8c18121ca6647a922efcfd01ef9c41e1afc70f1d671b9f0c6 -SIZE (podsleuth-0.6.7.tar.gz) = 147300 diff --git a/misc/podsleuth/files/patch-configure b/misc/podsleuth/files/patch-configure deleted file mode 100644 index 13273ccb87a5..000000000000 --- a/misc/podsleuth/files/patch-configure +++ /dev/null @@ -1,13 +0,0 @@ ---- configure.orig 2016-06-25 15:45:17 UTC -+++ configure -@@ -3006,8 +3006,8 @@ $as_echo "$as_me: error: You need to ins - { $as_echo "$as_me:$LINENO: checking for Mono 2.0 GAC for $asm.dll" >&5 - $as_echo_n "checking for Mono 2.0 GAC for $asm.dll... " >&6; } - if test \ -- -e "$($PKG_CONFIG --variable=libdir mono)/mono/2.0/$asm.dll" -o \ -- -e "$($PKG_CONFIG --variable=prefix mono)/lib/mono/2.0/$asm.dll"; \ -+ -e "$($PKG_CONFIG --variable=libdir mono)/mono/2.0-api/$asm.dll" -o \ -+ -e "$($PKG_CONFIG --variable=prefix mono)/lib/mono/2.0-api/$asm.dll"; \ - then \ - { $as_echo "$as_me:$LINENO: result: found" >&5 - $as_echo "found" >&6; } diff --git a/misc/podsleuth/pkg-descr b/misc/podsleuth/pkg-descr deleted file mode 100644 index 4407bfb9f95a..000000000000 --- a/misc/podsleuth/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -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 deleted file mode 100644 index c0efd311cf9d..000000000000 --- a/misc/podsleuth/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -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 |