diff options
author | lioux <lioux@FreeBSD.org> | 2002-06-10 01:59:48 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-06-10 01:59:48 +0800 |
commit | daa0ddc5ab1923896e7b8c7f82c4de0c2c83c24c (patch) | |
tree | 66b51604bc3968e8a7726e7d62e3b81d497bd6d4 /net-p2p/opendchub | |
parent | c2eeadfdbea1aeff3af08d1a3f45a1ddc495bcaf (diff) | |
download | freebsd-ports-gnome-daa0ddc5ab1923896e7b8c7f82c4de0c2c83c24c.tar.gz freebsd-ports-gnome-daa0ddc5ab1923896e7b8c7f82c4de0c2c83c24c.tar.zst freebsd-ports-gnome-daa0ddc5ab1923896e7b8c7f82c4de0c2c83c24c.zip |
New port opendchub version 0.6.5: Unofficial Unix version of the
Direct Connect Hub software
PR: 38682
Submitted by: Munish Chopra <munish@engmail.uwaterloo.ca>
Diffstat (limited to 'net-p2p/opendchub')
-rw-r--r-- | net-p2p/opendchub/Makefile | 29 | ||||
-rw-r--r-- | net-p2p/opendchub/distinfo | 1 | ||||
-rw-r--r-- | net-p2p/opendchub/pkg-comment | 1 | ||||
-rw-r--r-- | net-p2p/opendchub/pkg-descr | 12 | ||||
-rw-r--r-- | net-p2p/opendchub/pkg-plist | 4 |
5 files changed, 47 insertions, 0 deletions
diff --git a/net-p2p/opendchub/Makefile b/net-p2p/opendchub/Makefile new file mode 100644 index 000000000000..a825f23c2ec4 --- /dev/null +++ b/net-p2p/opendchub/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: opendchub +# Date created: May 29, 2002 +# Whom: Munish Chopra <mchopra@engmail.uwaterloo.ca> +# +# $FreeBSD$ +# + +PORTNAME= opendchub +PORTVERSION= 0.6.5 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= mchopra@engmail.uwaterloo.ca + +GNU_CONFIGURE= yes +USE_GMAKE= yes + +DOC_FILES= COPYING README + +post-install: +.ifndef(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} +.for file in ${DOC_FILES} + @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} +.endfor +.endif + +.include <bsd.port.mk> diff --git a/net-p2p/opendchub/distinfo b/net-p2p/opendchub/distinfo new file mode 100644 index 000000000000..84ed84bb2a27 --- /dev/null +++ b/net-p2p/opendchub/distinfo @@ -0,0 +1 @@ +MD5 (opendchub-0.6.5.tar.gz) = 43e2fd936ed3a4c2f2ed17e6e44ff633 diff --git a/net-p2p/opendchub/pkg-comment b/net-p2p/opendchub/pkg-comment new file mode 100644 index 000000000000..c394b3e274f8 --- /dev/null +++ b/net-p2p/opendchub/pkg-comment @@ -0,0 +1 @@ +Unofficial Unix version of the Direct Connect Hub software diff --git a/net-p2p/opendchub/pkg-descr b/net-p2p/opendchub/pkg-descr new file mode 100644 index 000000000000..438dd411ecc8 --- /dev/null +++ b/net-p2p/opendchub/pkg-descr @@ -0,0 +1,12 @@ +Open DC Hub is a Unix/Linux version of the Hub software for the +Direct Connect network. Direct Connect is a file sharing network +made up by hubs, to which clients can connect. + +Once connected to a hub, the user can search for files on the hub +or the network, or browse files of other users connected to the +hub. + +WWW: http://opendchub.sourceforge.net/ + +- Munish Chopra +mchopra@engmail.uwaterloo.ca diff --git a/net-p2p/opendchub/pkg-plist b/net-p2p/opendchub/pkg-plist new file mode 100644 index 000000000000..0bffaf9765fb --- /dev/null +++ b/net-p2p/opendchub/pkg-plist @@ -0,0 +1,4 @@ +bin/opendchub +%%PORTDOCS%%share/doc/opendchub/COPYING +%%PORTDOCS%%share/doc/opendchub/README +%%PORTDOCS%%@dirrm share/doc/opendchub |