mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
New port kfile-torrent version 0.6: Konqueror KFilePlugin to display
info about BitTorrent .torrent files
This commit is contained in:
parent
681c18ec48
commit
120a8c37bf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125420
@ -216,6 +216,7 @@
|
||||
SUBDIR += kdeutils3
|
||||
SUBDIR += kenny
|
||||
SUBDIR += kfile-plugins
|
||||
SUBDIR += kfile_torrent
|
||||
SUBDIR += kicker-applets
|
||||
SUBDIR += kile-i18n
|
||||
SUBDIR += knewsticker-scripts
|
||||
|
27
misc/kfile_torrent/Makefile
Normal file
27
misc/kfile_torrent/Makefile
Normal file
@ -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>
|
2
misc/kfile_torrent/distinfo
Normal file
2
misc/kfile_torrent/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (torrent-0.6.tar.bz2) = b29f5dceeadae4b240253e5cea23a291
|
||||
SIZE (torrent-0.6.tar.bz2) = 456249
|
9
misc/kfile_torrent/pkg-descr
Normal file
9
misc/kfile_torrent/pkg-descr
Normal file
@ -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
|
5
misc/kfile_torrent/pkg-plist
Normal file
5
misc/kfile_torrent/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user