diff options
-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 | ||||
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/hx/Makefile | 17 | ||||
-rw-r--r-- | net/hx/distinfo | 1 | ||||
-rw-r--r-- | net/hx/pkg-comment | 1 | ||||
-rw-r--r-- | net/hx/pkg-descr | 10 | ||||
-rw-r--r-- | net/hx/pkg-plist | 2 |
11 files changed, 63 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 diff --git a/net/Makefile b/net/Makefile index 56320809fe15..77bbf1cf9e5c 100644 --- a/net/Makefile +++ b/net/Makefile @@ -118,6 +118,7 @@ SUBDIR += h2n SUBDIR += hagelslag SUBDIR += hesiod + SUBDIR += hx SUBDIR += icb SUBDIR += icmpinfo SUBDIR += icmpquery diff --git a/net/hx/Makefile b/net/hx/Makefile new file mode 100644 index 000000000000..3d27f6173375 --- /dev/null +++ b/net/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/hx/distinfo b/net/hx/distinfo new file mode 100644 index 000000000000..a4c71badf057 --- /dev/null +++ b/net/hx/distinfo @@ -0,0 +1 @@ +MD5 (hx-0.7.14.tar.gz) = 1d0581ccb298fdb15b6c36c4e5387e34 diff --git a/net/hx/pkg-comment b/net/hx/pkg-comment new file mode 100644 index 000000000000..e04911b3f464 --- /dev/null +++ b/net/hx/pkg-comment @@ -0,0 +1 @@ +A text based Hotline (http://www.bigredh.com) client for Unix diff --git a/net/hx/pkg-descr b/net/hx/pkg-descr new file mode 100644 index 000000000000..753ea5f59076 --- /dev/null +++ b/net/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/hx/pkg-plist b/net/hx/pkg-plist new file mode 100644 index 000000000000..26005f9f7a9c --- /dev/null +++ b/net/hx/pkg-plist @@ -0,0 +1,2 @@ +bin/hx +man/man1/hx.1 |