diff options
author | Murray Stokely <murray@FreeBSD.org> | 2001-03-28 23:33:22 +0000 |
---|---|---|
committer | Murray Stokely <murray@FreeBSD.org> | 2001-03-28 23:33:22 +0000 |
commit | b590aae9773340c66a1bd27376925b86c9b62521 (patch) | |
tree | 9cb47c1d7ed39e4c18159745e44f8604149a805b /net-p2p | |
parent | 6ea4df2d5f80adc0208eec42a283cf655e4b15cc (diff) | |
download | ports-b590aae9773340c66a1bd27376925b86c9b62521.tar.gz ports-b590aae9773340c66a1bd27376925b86c9b62521.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/hx/Makefile | 17 | ||||
-rw-r--r-- | net-p2p/hx/distinfo | 1 | ||||
-rw-r--r-- | net-p2p/hx/pkg-comment | 1 | ||||
-rw-r--r-- | net-p2p/hx/pkg-descr | 10 | ||||
-rw-r--r-- | net-p2p/hx/pkg-plist | 2 |
5 files changed, 31 insertions, 0 deletions
diff --git a/net-p2p/hx/Makefile b/net-p2p/hx/Makefile new file mode 100644 index 000000000000..3d27f6173375 --- /dev/null +++ b/net-p2p/hx/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: hx +# Date created: 28 March 2001 +# Whom: logo@blackened.com +# +# $FreeBSD$ +# + +PORTNAME= hx +PORTVERSION= 0.7.14 +CATEGORIES= net +MASTER_SITES= ftp://fadeto.blackened.com/pub/other/hotlinex.org/ + +MAINTAINER= logo@blackened.com + +GNU_CONFIGURE= yes +WRKSRC= ${WRKDIR}/hx +.include <bsd.port.mk> diff --git a/net-p2p/hx/distinfo b/net-p2p/hx/distinfo new file mode 100644 index 000000000000..a4c71badf057 --- /dev/null +++ b/net-p2p/hx/distinfo @@ -0,0 +1 @@ +MD5 (hx-0.7.14.tar.gz) = 1d0581ccb298fdb15b6c36c4e5387e34 diff --git a/net-p2p/hx/pkg-comment b/net-p2p/hx/pkg-comment new file mode 100644 index 000000000000..e04911b3f464 --- /dev/null +++ b/net-p2p/hx/pkg-comment @@ -0,0 +1 @@ +A text based Hotline (http://www.bigredh.com) client for Unix diff --git a/net-p2p/hx/pkg-descr b/net-p2p/hx/pkg-descr new file mode 100644 index 000000000000..753ea5f59076 --- /dev/null +++ b/net-p2p/hx/pkg-descr @@ -0,0 +1,10 @@ + This is a text based version of the popular hotline client for +Macintosh. Hotline is a chat/ftp/news protocol. It's setup almost +like an IRC client, but with the ability to do commands such as cd +into a directory with /cd and more file transfer oriented functions. + +WWW: http://www.hotlinex.org +FTP MIRROR: ftp://fadeto.blackened.com/other/hotlinex.org/ + +-Valentino Vaschetto + logo@blackened.com diff --git a/net-p2p/hx/pkg-plist b/net-p2p/hx/pkg-plist new file mode 100644 index 000000000000..26005f9f7a9c --- /dev/null +++ b/net-p2p/hx/pkg-plist @@ -0,0 +1,2 @@ +bin/hx +man/man1/hx.1 |