diff options
author | lioux <lioux@FreeBSD.org> | 2004-12-29 14:05:59 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2004-12-29 14:05:59 +0800 |
commit | 98ee4304519a8a0504972b3ed03737e1718b6c69 (patch) | |
tree | 624184040fcb18d8a293fae55bc1f567467fe006 | |
parent | 4b3bda38d6734f6413b660000ab21551e195e77a (diff) | |
download | freebsd-ports-gnome-98ee4304519a8a0504972b3ed03737e1718b6c69.tar.gz freebsd-ports-gnome-98ee4304519a8a0504972b3ed03737e1718b6c69.tar.zst freebsd-ports-gnome-98ee4304519a8a0504972b3ed03737e1718b6c69.zip |
New port kfile-torrent version 0.6: Konqueror KFilePlugin to display
info about BitTorrent .torrent files
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/kfile_torrent/Makefile | 27 | ||||
-rw-r--r-- | misc/kfile_torrent/distinfo | 2 | ||||
-rw-r--r-- | misc/kfile_torrent/pkg-descr | 9 | ||||
-rw-r--r-- | misc/kfile_torrent/pkg-plist | 5 |
5 files changed, 44 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index bc1d404dabc6..c5539a8daeb9 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -216,6 +216,7 @@ SUBDIR += kdeutils3 SUBDIR += kenny SUBDIR += kfile-plugins + SUBDIR += kfile_torrent SUBDIR += kicker-applets SUBDIR += kile-i18n SUBDIR += knewsticker-scripts diff --git a/misc/kfile_torrent/Makefile b/misc/kfile_torrent/Makefile new file mode 100644 index 000000000000..4da309595238 --- /dev/null +++ b/misc/kfile_torrent/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: kfile-torrent +# Date created: Wed Dec 29 03:39:16 UTC 2004 +# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= kfile-torrent +PORTVERSION= 0.6 +CATEGORIES= misc kde +MASTER_SITES= http://grammarian.homelinux.net/torrent/ +DISTNAME= torrent-${PORTVERSION} + +MAINTAINER= lioux@FreeBSD.org +COMMENT= Konqueror KFilePlugin to display info about BitTorrent .torrent files + +USE_BZIP2= yes +USE_KDELIBS_VER=3 +GNU_CONFIGURE= yes + +EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-old_configure +#EXTRA_PATCHES= ${PORTSDIR}/x11/kde3/files/extrapatch-old_configure + +EXPIRATION_DATE=2005-04-31 +DEPRECATED= It will included on KDE 3.4 which should be released around March, 2005 + +.include <bsd.port.mk> diff --git a/misc/kfile_torrent/distinfo b/misc/kfile_torrent/distinfo new file mode 100644 index 000000000000..916422e678a1 --- /dev/null +++ b/misc/kfile_torrent/distinfo @@ -0,0 +1,2 @@ +MD5 (torrent-0.6.tar.bz2) = b29f5dceeadae4b240253e5cea23a291 +SIZE (torrent-0.6.tar.bz2) = 456249 diff --git a/misc/kfile_torrent/pkg-descr b/misc/kfile_torrent/pkg-descr new file mode 100644 index 000000000000..d1f538b3da24 --- /dev/null +++ b/misc/kfile_torrent/pkg-descr @@ -0,0 +1,9 @@ +[ excerpt from developer's web site ] + +This is a KFilePlugin designed to extend Konqueror's meta info +plugins to display meta information regarding the .torrent files +used by BitTorrent. + +WWW: http://grammarian.homelinux.net/torrent/ + +-- lioux@FreeBSD.org diff --git a/misc/kfile_torrent/pkg-plist b/misc/kfile_torrent/pkg-plist new file mode 100644 index 000000000000..1916984921a6 --- /dev/null +++ b/misc/kfile_torrent/pkg-plist @@ -0,0 +1,5 @@ +lib/kde3/kfile_torrent.la +lib/kde3/kfile_torrent.so +share/services/kfile_torrent.desktop +@unexec rmdir %D/share/services 2>/dev/null || true +@unexec rmdir %D/lib/kde3 2>/dev/null || true |