1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

CTorrent Control Server (CTCS) is an interface for monitoring and managing

Enhanced CTorrent clients. It can manage allocation of bandwidth, provide
status information, and allow changes to the running configuration of each
client. Communication with CTorrent is via a TCP connection, and the user
interface is a web browser.

WWW: http://www.rahul.net/dholmes/ctorrent/ctcs.html

PR:		ports/136399
Submitted by:	Dereckson <dereckson at gmail.com>
This commit is contained in:
Martin Wilke 2009-07-07 18:30:40 +00:00
parent 61919f4581
commit f3a4a65260
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=237354
4 changed files with 40 additions and 0 deletions

View File

@ -15,6 +15,7 @@
SUBDIR += btqueue
SUBDIR += cdonkey
SUBDIR += createtorrent
SUBDIR += ctcs
SUBDIR += ctorrent
SUBDIR += dcd
SUBDIR += dclib

29
net-p2p/ctcs/Makefile Normal file
View File

@ -0,0 +1,29 @@
# New ports collection makefile for: ctcs
# Date created: 7 July 2009
# Whom: Dereckson <dereckson@gmail.com>
#
# $FreeBSD$
#
PORTNAME= ctcs
PORTVERSION= 1.4.1
CATEGORIES= net-p2p
MASTER_SITES= SF/dtorrent
MAINTAINER= dereckson@gmail.com
COMMENT= CTorrent monitoring and managing interface
NO_BUILD= #
USE_PERL5_RUN= yes
PLIST_FILES= bin/ctcs share/doc/ctcs/readme.txt
PLIST_DIRS= share/doc/ctcs
WRKSRC= ${WRKDIR}/ctcs-${PORTVERSION}
do-install:
${INSTALL} -o ${SHAREOWN} -g ${SHAREGRP} -m 0755 \
${WRKSRC}/ctcs ${PREFIX}/bin/ctcs
${MKDIR} ${PREFIX}/share/doc/ctcs
${INSTALL} -o ${SHAREOWN} -g ${SHAREGRP} -m 0644 \
${WRKSRC}/readme.txt ${PREFIX}/share/doc/ctcs/readme.txt
.include <bsd.port.mk>

3
net-p2p/ctcs/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (ctcs-1.4.1.tar.gz) = 7dfe725e558eb75258a2199f2aa9fdbc
SHA256 (ctcs-1.4.1.tar.gz) = 9614e88d07c6b128677d4d2638a4a05ae00812ec5157ae0788012abed3172355
SIZE (ctcs-1.4.1.tar.gz) = 27384

7
net-p2p/ctcs/pkg-descr Normal file
View File

@ -0,0 +1,7 @@
CTorrent Control Server (CTCS) is an interface for monitoring and managing
Enhanced CTorrent clients. It can manage allocation of bandwidth, provide
status information, and allow changes to the running configuration of each
client. Communication with CTorrent is via a TCP connection, and the user
interface is a web browser.
WWW: http://www.rahul.net/dholmes/ctorrent/ctcs.html