diff options
author | crees <crees@FreeBSD.org> | 2013-03-09 20:24:28 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2013-03-09 20:24:28 +0800 |
commit | 890fbee0be30747fb6083fcc86600298f70ffb74 (patch) | |
tree | 66413e78b24d76126a6fd2dc50d81f0fdd13f94c /www | |
parent | 907ca55353e78abe45c36d67d7002883077ae9e4 (diff) | |
download | freebsd-ports-gnome-890fbee0be30747fb6083fcc86600298f70ffb74.tar.gz freebsd-ports-gnome-890fbee0be30747fb6083fcc86600298f70ffb74.tar.zst freebsd-ports-gnome-890fbee0be30747fb6083fcc86600298f70ffb74.zip |
Thanks to the latest GTK 3 update, transmission-gtk
(moved from transmission-gtk2) now builds. All can upgrade safely!
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/transmission25-web/Makefile | 27 | ||||
-rw-r--r-- | www/transmission25-web/pkg-descr | 16 |
3 files changed, 0 insertions, 44 deletions
diff --git a/www/Makefile b/www/Makefile index bc50693cf33a..518e9c3fccd6 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1939,7 +1939,6 @@ SUBDIR += trac-xmlrpc SUBDIR += trafficserver SUBDIR += transmission-web - SUBDIR += transmission25-web SUBDIR += transproxy SUBDIR += trytond_google_maps SUBDIR += tt-rss diff --git a/www/transmission25-web/Makefile b/www/transmission25-web/Makefile deleted file mode 100644 index 669f0ecd4842..000000000000 --- a/www/transmission25-web/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# $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 deleted file mode 100644 index 5c3661bbedf9..000000000000 --- a/www/transmission25-web/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -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/ |