diff options
author | Chris Rees <crees@FreeBSD.org> | 2012-08-10 19:59:17 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2012-08-10 19:59:17 +0000 |
commit | e01c71c7b1be66fe9acf16d53d3b867b51fee053 (patch) | |
tree | 6601ec287b09d6b34b6c1e164de43603a1a0d116 /www | |
parent | 67dbda2115277e4457ee6fc8809d07e1263929c0 (diff) | |
download | ports-e01c71c7b1be66fe9acf16d53d3b867b51fee053.tar.gz ports-e01c71c7b1be66fe9acf16d53d3b867b51fee053.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/transmission25-web/Makefile | 32 | ||||
-rw-r--r-- | www/transmission25-web/pkg-descr | 16 |
3 files changed, 49 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 92de2a9d93e5..dad0cf582ab6 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1906,6 +1906,7 @@ SUBDIR += trac-xmlrpc SUBDIR += trafficserver SUBDIR += transmission-web + SUBDIR += transmission25-web SUBDIR += transproxy SUBDIR += tt-rss SUBDIR += ttf2eot diff --git a/www/transmission25-web/Makefile b/www/transmission25-web/Makefile new file mode 100644 index 000000000000..a89613897998 --- /dev/null +++ b/www/transmission25-web/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: transmission-web +# Date created: 14 July 2008 +# Whom: Mezz <mezz@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTREVISION= 0 +CATEGORIES= www net-p2p +PKGNAMESUFFIX= -web + +MAINTAINER= crees@FreeBSD.org +COMMENT= A fast and lightweight WebUI for Transmission BitTorrent client + +DESCR= ${.CURDIR}/pkg-descr +MASTERDIR= ${.CURDIR}/../../net-p2p/transmission25-cli +PLIST= ${NONEXISTENT} +SLAVEPORT= web + +PORTDATA= web +PORTDOCS= * + +NO_BUILD= yes + +post-extract: + @${FIND} ${WRKSRC}/web -name Makefile.* -delete + +do-install: + @${MKDIR} ${DATADIR}/web + @(cd ${WRKSRC}/web && ${COPYTREE_SHARE} \* ${DATADIR}/web) + +.include "${MASTERDIR}/Makefile" diff --git a/www/transmission25-web/pkg-descr b/www/transmission25-web/pkg-descr new file mode 100644 index 000000000000..5c3661bbedf9 --- /dev/null +++ b/www/transmission25-web/pkg-descr @@ -0,0 +1,16 @@ +Transmission Web Interface (Clutch) is a WebUI for the Transmission BitTorrent +client. It allows you to manage your torrents from anywhere you can access the +internet, and runs on OS X and various flavors of *nix. It provides most of +the basic features of the desktop client, including torrent upload, torrent +start/stop, file path selection, speed limiting etc. + +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. + +You will need to install either transmission-daemon, transmission-gtk2 or +both to use WebUI. + +WWW: http://www.transmissionbt.com/ |