diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2011-10-25 09:29:59 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2011-10-25 09:29:59 +0000 |
commit | 4b3067e5f75d4274a7efd6f25686cdebbe9d0a8f (patch) | |
tree | 5ba19152d7e0daa42e355bb99adc6429b0535d1d /net-p2p | |
parent | f69013b35f053bd5084780f88456c7bf2b695d9c (diff) |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/transmission-remote-gui/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/transmisson-remote-gui/Makefile | 50 | ||||
-rw-r--r-- | net-p2p/transmisson-remote-gui/distinfo | 2 | ||||
-rw-r--r-- | net-p2p/transmisson-remote-gui/files/pkg-message.in | 16 | ||||
-rw-r--r-- | net-p2p/transmisson-remote-gui/pkg-descr | 5 |
6 files changed, 2 insertions, 76 deletions
diff --git a/net-p2p/Makefile b/net-p2p/Makefile index 3fee98d63d27..a4eeea1b2811 100644 --- a/net-p2p/Makefile +++ b/net-p2p/Makefile @@ -108,7 +108,6 @@ SUBDIR += transmission-daemon SUBDIR += transmission-gtk2 SUBDIR += transmission-qt4 - SUBDIR += transmisson-remote-gui SUBDIR += transmission-remote-gui SUBDIR += tribler SUBDIR += uhub diff --git a/net-p2p/transmission-remote-gui/Makefile b/net-p2p/transmission-remote-gui/Makefile index aea1a8de6506..a0c342e1276a 100644 --- a/net-p2p/transmission-remote-gui/Makefile +++ b/net-p2p/transmission-remote-gui/Makefile @@ -1,11 +1,11 @@ -# New ports collection makefile for: transmisson-remote-gui +# New ports collection makefile for: transmission-remote-gui # Date created: 2009-05-20 # Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> # # $FreeBSD$ # -PORTNAME= transmisson-remote-gui +PORTNAME= transmission-remote-gui PORTVERSION= 3.1 CATEGORIES= net-p2p MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} diff --git a/net-p2p/transmisson-remote-gui/Makefile b/net-p2p/transmisson-remote-gui/Makefile deleted file mode 100644 index aea1a8de6506..000000000000 --- a/net-p2p/transmisson-remote-gui/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# New ports collection makefile for: transmisson-remote-gui -# Date created: 2009-05-20 -# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= transmisson-remote-gui -PORTVERSION= 3.1 -CATEGORIES= net-p2p -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} -DISTNAME= transgui-${PORTVERSION}-src - -MAINTAINER= acm@FreeBSD.org -COMMENT= Remote GUI for transmission daemon - -BUILD_DEPENDS= lazbuild:${PORTSDIR}/editors/lazarus \ - fpcres:${PORTSDIR}/lang/fpc-utils -RUN_DEPENDS= transmission-daemon:${PORTSDIR}/net-p2p/transmission-daemon - -PROJECTHOST= bsdistfiles - -USE_ZIP= yes -USE_FPC= fcl-net - -WRKSRC= ${WRKDIR}/TransGUI -PLIST_FILES= bin/transgui -SUB_FILES= pkg-message - -LAZARUS_PROJECT_FILE= transgui.lpi -LAZBUILD_CMD= ${LOCALBASE}/bin/lazbuild - -.include <bsd.port.pre.mk> - -.if exists(${LOCALBASE}/bin/lazbuild) -LCL_PLATFORM!= ${SED} -e 1d -e 's/^LCL_PLATFORM=\(.*\).*$$/\1/' ${LOCALBASE}/etc/lazbuild.cfg -.endif - -do-build: - @cd ${WRKSRC} && \ - ${LAZBUILD_CMD} --ws=${LCL_PLATFORM} ${LAZARUS_PROJECT_FILE} - -do-install: - @cd ${WRKSRC}/units && \ - ${INSTALL_PROGRAM} transgui ${PREFIX}/bin - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/net-p2p/transmisson-remote-gui/distinfo b/net-p2p/transmisson-remote-gui/distinfo deleted file mode 100644 index 973fb9b6fe29..000000000000 --- a/net-p2p/transmisson-remote-gui/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (transgui-3.1-src.zip) = 5e10504e13aa95e228e4b8ed5dafc8b12b7c37a747ad3dc49899f89c7474cdb6 -SIZE (transgui-3.1-src.zip) = 822094 diff --git a/net-p2p/transmisson-remote-gui/files/pkg-message.in b/net-p2p/transmisson-remote-gui/files/pkg-message.in deleted file mode 100644 index 46cfba4cc7c4..000000000000 --- a/net-p2p/transmisson-remote-gui/files/pkg-message.in +++ /dev/null @@ -1,16 +0,0 @@ -############################################################################### - -The Transmisson remote gui was installed - -1) You can run it using: - - # transgui - -2) Don't forget that you need a transmission-daemon program configurated and - running before of use transgui. - -3) Run "transmission-daemon --help" for more configuration options - -4) Enjoy it ;) - -############################################################################### diff --git a/net-p2p/transmisson-remote-gui/pkg-descr b/net-p2p/transmisson-remote-gui/pkg-descr deleted file mode 100644 index 0ceaff03a374..000000000000 --- a/net-p2p/transmisson-remote-gui/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Transmission Remote GUI is feature rich cross platform front-end to remotely -control Transmission daemon via its RPC protocol. It is faster and has more -functionality than build-in Transmission web interface. - -WWW: http://code.google.com/p/transmisson-remote-gui/ |