diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-03-28 23:53:11 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-03-28 23:53:11 +0000 |
commit | 150a84e078bf933305c2e52a1a1d45e2e1b5523c (patch) | |
tree | 6ba6f3a08e2979492156c4af7052580b04f3a019 /misc | |
parent | Fix package building on non-i386 platforms by unrestrict `audioop` (diff) |
Remove ports/misc/kfile_torrent since it is now included in ports/net/kdenetwork3
Approved by: portmgr (krion)
Notes
Notes:
svn path=/head/; revision=132105
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/kfile_torrent/Makefile | 28 | ||||
-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, 0 insertions, 45 deletions
diff --git a/misc/Makefile b/misc/Makefile index e4b924da4193..f1600675c12a 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -218,7 +218,6 @@ 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 deleted file mode 100644 index 246de906770c..000000000000 --- a/misc/kfile_torrent/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# 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 -PORTREVISION= 1 -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 deleted file mode 100644 index 916422e678a1..000000000000 --- a/misc/kfile_torrent/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -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 deleted file mode 100644 index d1f538b3da24..000000000000 --- a/misc/kfile_torrent/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -[ 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 deleted file mode 100644 index 1916984921a6..000000000000 --- a/misc/kfile_torrent/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -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 |