aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/transmission-daemon
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2008-08-07 01:54:47 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2008-08-07 01:54:47 +0000
commitc801f2ebbec130c999ddddd2c289e4aee951549d (patch)
tree3ae23d4aa8082cc6d4d5e987efc90c5a46d52a5a /net-p2p/transmission-daemon
parent33b0d5493280763a556d0fa57db78bf82448e054 (diff)
- Update to 1.31, be sure to read in UPDATING.
- Move transmission to transmission-cli, transmission becomes a meta-port. - Add transmission-web, it's a web interface (Clutch) as it has merged into its project. Repocopy: marcus (transmission -> transmission-cli)
Notes
Notes: svn path=/head/; revision=218164
Diffstat (limited to 'net-p2p/transmission-daemon')
-rw-r--r--net-p2p/transmission-daemon/Makefile19
-rw-r--r--net-p2p/transmission-daemon/pkg-descr11
-rw-r--r--net-p2p/transmission-daemon/pkg-plist3
3 files changed, 13 insertions, 20 deletions
diff --git a/net-p2p/transmission-daemon/Makefile b/net-p2p/transmission-daemon/Makefile
index c9aa7cbe7a88..a713037ad5eb 100644
--- a/net-p2p/transmission-daemon/Makefile
+++ b/net-p2p/transmission-daemon/Makefile
@@ -8,23 +8,14 @@
PORTREVISION= 0
PKGNAMESUFFIX= -daemon
-COMMENT= A free BitTorrent daemon written from scratch in C
+MAINTAINER= mezz@FreeBSD.org
+COMMENT= A fast and lightweight daemon BitTorrent client
DESCR= ${.CURDIR}/pkg-descr
-MASTERDIR= ${.CURDIR}/../transmission
+MASTERDIR= ${.CURDIR}/../transmission-cli
PLIST= ${.CURDIR}/pkg-plist
+SLAVEPORT= daemon
-CONFIGURE_ARGS=${GCONFIGURE} \
- --disable-cli \
- --enable-daemon \
- --disable-gtk
-
-DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX}
-MAN1= transmission-daemon.1 transmission-proxy.1 \
- transmission-remote.1
-
-post-patch: general-patch
-
-post-install: general-install
+MAN1= transmission-daemon.1 transmission-remote.1
.include "${MASTERDIR}/Makefile"
diff --git a/net-p2p/transmission-daemon/pkg-descr b/net-p2p/transmission-daemon/pkg-descr
index d5a056102d34..d609b375191d 100644
--- a/net-p2p/transmission-daemon/pkg-descr
+++ b/net-p2p/transmission-daemon/pkg-descr
@@ -1,8 +1,11 @@
The transmission-daemon is a daemon-based Transmission session that can
-be controlled via IPC commands by transmission-remote (included).
+be controlled via RPC by transmission-remote (included) and other
+Transmission BiTtorrent client such as GTK+ and CLI interface.
-Transmission is a free, lightweight BitTorrent client. It features a
-simple, intuitive interface on top on an efficient, cross-platform
-back-end.
+Transmission has been built from the ground up to be a lightweight, yet
+powerful BitTorrent client. Its simple, intuitive interface is designed
+to integrate tightly with whatever computing environment you choose to
+use. Transmission strikes a balance between providing useful functionality
+without feature bloat. Furthermore, it is free for anyone to use or modify.
WWW: http://www.transmissionbt.com/
diff --git a/net-p2p/transmission-daemon/pkg-plist b/net-p2p/transmission-daemon/pkg-plist
index 007ea2ad1b6b..88b8d022681f 100644
--- a/net-p2p/transmission-daemon/pkg-plist
+++ b/net-p2p/transmission-daemon/pkg-plist
@@ -1,8 +1,7 @@
bin/transmission-daemon
-bin/transmission-proxy
bin/transmission-remote
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
-%%PORTDOCS%%%%DOCSDIR%%/LICENSE
+%%PORTDOCS%%%%DOCSDIR%%/COPYING
%%PORTDOCS%%%%DOCSDIR%%/NEWS
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%@dirrm %%DOCSDIR%%