Date: Tue, 7 Jul 2009 02:49:17 GMT From: Dereckson <dereckson@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/136399: New port: net-p2p/ctcs Message-ID: <200907070249.n672nHWh050095@www.freebsd.org> Resent-Message-ID: <200907070250.n672o0Wt068241@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 136399 >Category: ports >Synopsis: New port: net-p2p/ctcs >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Jul 07 02:50:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Dereckson >Release: 7.2-RELEASE >Organization: >Environment: FreeBSD scherzo.dereckson.be 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May 1 08:49:13 UTC 2009 root@walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: New port of ctcs, a web interface for net-p2p/ctorrent. No dependency with net-p2p/ctorrent as it could be installed as a standalone interface for compatible applications or for remote ctorrent instances. My first port. Tested against portlint -a, ports manual do & don'ts, http://www.freebsd.org/doc/en/books/porters-handbook/porting-testing.html (and after with port test). >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # ctcs # ctcs/Makefile # ctcs/distinfo # ctcs/pkg-descr # echo c - ctcs mkdir -p ctcs > /dev/null 2>&1 echo x - ctcs/Makefile sed 's/^X//' >ctcs/Makefile << 'e90357f8b48e59d9a8c5cfb9fc577331' X# New ports collection makefile for: ctcs X# Date created: 7 July 2009 X# Whom: Dereckson <dereckson@gmail.com> X# X# $FreeBSD$ X# X XPORTNAME= ctcs XPORTVERSION= 1.4.1 XCATEGORIES= net-p2p XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= dtorrent X XMAINTAINER= dereckson@gmail.com XCOMMENT= CTorrent monitoring and managing interface X XNO_BUILD= XUSE_PERL5_RUN= yes XPLIST_FILES= bin/ctcs share/doc/ctcs/readme.txt XPLIST_DIRS= share/doc/ctcs XWRKSRC= ${WRKDIR}/ctcs-1.4.1 X Xdo-install: X ${INSTALL} -o ${SHAREOWN} -g ${SHAREGRP} -m 0755 \ X ${WRKSRC}/ctcs ${PREFIX}/bin/ctcs X ${MKDIR} ${PREFIX}/share/doc/ctcs X ${INSTALL} -o ${SHAREOWN} -g ${SHAREGRP} -m 0644 \ X ${WRKSRC}/readme.txt ${PREFIX}/share/doc/ctcs/readme.txt X X.include <bsd.port.mk> e90357f8b48e59d9a8c5cfb9fc577331 echo x - ctcs/distinfo sed 's/^X//' >ctcs/distinfo << '3ac3f508d262ba1b91d14d6292f2fecd' XMD5 (ctcs-1.4.1.tar.gz) = 7dfe725e558eb75258a2199f2aa9fdbc XSHA256 (ctcs-1.4.1.tar.gz) = 9614e88d07c6b128677d4d2638a4a05ae00812ec5157ae0788012abed3172355 XSIZE (ctcs-1.4.1.tar.gz) = 27384 3ac3f508d262ba1b91d14d6292f2fecd echo x - ctcs/pkg-descr sed 's/^X//' >ctcs/pkg-descr << '8ae94604ff629f22473d48306208b282' XCTorrent Control Server (CTCS) is an interface for monitoring and managing XEnhanced CTorrent clients. It can manage allocation of bandwidth, provide Xstatus information, and allow changes to the running configuration of each Xclient. Communication with CTorrent is via a TCP connection, and the user Xinterface is a web browser. X XWWW: http://www.rahul.net/dholmes/ctorrent/ctcs.html 8ae94604ff629f22473d48306208b282 exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907070249.n672nHWh050095>