aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/transmission25-web/Makefile27
-rw-r--r--www/transmission25-web/pkg-descr16
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/