diff options
author | flathill <flathill@FreeBSD.org> | 1998-11-19 09:27:59 +0000 |
---|---|---|
committer | flathill <flathill@FreeBSD.org> | 1998-11-19 09:27:59 +0000 |
commit | b511a50df2e0bf1226dfcb564fce4d05ef03a19f (patch) | |
tree | 3ec98737d93943f6107986a9f0caec91d6d12f38 /irc | |
parent | 88c9dcd1feb49de06363cffde200cc945597b066 (diff) | |
download | FreeBSD-ports-b511a50df2e0bf1226dfcb564fce4d05ef03a19f.zip FreeBSD-ports-b511a50df2e0bf1226dfcb564fce4d05ef03a19f.tar.gz |
PR: ports/8718
Submitted by: jim@phrantic.phear.net
Initial Import xchat.
X-Chat is a X11 (X Window System) IRC client, using the GTK+ toolkit.
Diffstat (limited to 'irc')
-rw-r--r-- | irc/xchat-devel/Makefile | 21 | ||||
-rw-r--r-- | irc/xchat-devel/distinfo | 1 | ||||
-rw-r--r-- | irc/xchat-devel/pkg-comment | 1 | ||||
-rw-r--r-- | irc/xchat-devel/pkg-descr | 7 | ||||
-rw-r--r-- | irc/xchat-devel/pkg-plist | 1 | ||||
-rw-r--r-- | irc/xchat-gnome/Makefile | 21 | ||||
-rw-r--r-- | irc/xchat-gnome/distinfo | 1 | ||||
-rw-r--r-- | irc/xchat-gnome/pkg-comment | 1 | ||||
-rw-r--r-- | irc/xchat-gnome/pkg-descr | 7 | ||||
-rw-r--r-- | irc/xchat-gnome/pkg-plist | 1 | ||||
-rw-r--r-- | irc/xchat/Makefile | 21 | ||||
-rw-r--r-- | irc/xchat/distinfo | 1 | ||||
-rw-r--r-- | irc/xchat/pkg-comment | 1 | ||||
-rw-r--r-- | irc/xchat/pkg-descr | 7 | ||||
-rw-r--r-- | irc/xchat/pkg-plist | 1 | ||||
-rw-r--r-- | irc/xchat1/Makefile | 21 | ||||
-rw-r--r-- | irc/xchat1/distinfo | 1 | ||||
-rw-r--r-- | irc/xchat1/pkg-comment | 1 | ||||
-rw-r--r-- | irc/xchat1/pkg-descr | 7 | ||||
-rw-r--r-- | irc/xchat1/pkg-plist | 1 | ||||
-rw-r--r-- | irc/xchat2/Makefile | 21 | ||||
-rw-r--r-- | irc/xchat2/distinfo | 1 | ||||
-rw-r--r-- | irc/xchat2/pkg-comment | 1 | ||||
-rw-r--r-- | irc/xchat2/pkg-descr | 7 | ||||
-rw-r--r-- | irc/xchat2/pkg-plist | 1 |
25 files changed, 155 insertions, 0 deletions
diff --git a/irc/xchat-devel/Makefile b/irc/xchat-devel/Makefile new file mode 100644 index 0000000..74ff0e4 --- /dev/null +++ b/irc/xchat-devel/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: xchat +# Version required: 0.2.5 +# Date created: 17 Nov 1998 +# Whom: Jim Mock <jim@phrantic.phear.net> +# +# $Id$ +# + +DISTNAME= xchat-0.2.5 +CATEGORIES= net x11 +MASTER_SITES= http://users.mentasm.com/~zed/xchat/files/ +EXTRACT_SUFX= .tgz + +MAINTAINER= jim@phrantic.phear.net + +BUILD_DEPENDS= gtk-config:${PORTSDIR}/x11-toolkits/gtk + +do-build: + @(cd ${WRKSRC}; make) + +.include <bsd.port.mk> diff --git a/irc/xchat-devel/distinfo b/irc/xchat-devel/distinfo new file mode 100644 index 0000000..cd116af --- /dev/null +++ b/irc/xchat-devel/distinfo @@ -0,0 +1 @@ +MD5 (xchat-0.2.5.tgz) = d94469cd13b4717d98606a51281b11a7 diff --git a/irc/xchat-devel/pkg-comment b/irc/xchat-devel/pkg-comment new file mode 100644 index 0000000..0db238b --- /dev/null +++ b/irc/xchat-devel/pkg-comment @@ -0,0 +1 @@ +X-Chat is a X11 (X Window System) IRC client, using the GTK+ toolkit. diff --git a/irc/xchat-devel/pkg-descr b/irc/xchat-devel/pkg-descr new file mode 100644 index 0000000..62ce984 --- /dev/null +++ b/irc/xchat-devel/pkg-descr @@ -0,0 +1,7 @@ +X-Chat is a small yet very forceful X irc client. It runs nicely, has a +nice good looking interface, and best of all, is easy to use all around. + +The latest version is available from http://xchat.elitenet.org/ or +http://users.mentasm.com/~zed/xchat/ + +- Jim <jim@phrantic.phear.net> diff --git a/irc/xchat-devel/pkg-plist b/irc/xchat-devel/pkg-plist new file mode 100644 index 0000000..046c613 --- /dev/null +++ b/irc/xchat-devel/pkg-plist @@ -0,0 +1 @@ +bin/xchat diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile new file mode 100644 index 0000000..74ff0e4 --- /dev/null +++ b/irc/xchat-gnome/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: xchat +# Version required: 0.2.5 +# Date created: 17 Nov 1998 +# Whom: Jim Mock <jim@phrantic.phear.net> +# +# $Id$ +# + +DISTNAME= xchat-0.2.5 +CATEGORIES= net x11 +MASTER_SITES= http://users.mentasm.com/~zed/xchat/files/ +EXTRACT_SUFX= .tgz + +MAINTAINER= jim@phrantic.phear.net + +BUILD_DEPENDS= gtk-config:${PORTSDIR}/x11-toolkits/gtk + +do-build: + @(cd ${WRKSRC}; make) + +.include <bsd.port.mk> diff --git a/irc/xchat-gnome/distinfo b/irc/xchat-gnome/distinfo new file mode 100644 index 0000000..cd116af --- /dev/null +++ b/irc/xchat-gnome/distinfo @@ -0,0 +1 @@ +MD5 (xchat-0.2.5.tgz) = d94469cd13b4717d98606a51281b11a7 diff --git a/irc/xchat-gnome/pkg-comment b/irc/xchat-gnome/pkg-comment new file mode 100644 index 0000000..0db238b --- /dev/null +++ b/irc/xchat-gnome/pkg-comment @@ -0,0 +1 @@ +X-Chat is a X11 (X Window System) IRC client, using the GTK+ toolkit. diff --git a/irc/xchat-gnome/pkg-descr b/irc/xchat-gnome/pkg-descr new file mode 100644 index 0000000..62ce984 --- /dev/null +++ b/irc/xchat-gnome/pkg-descr @@ -0,0 +1,7 @@ +X-Chat is a small yet very forceful X irc client. It runs nicely, has a +nice good looking interface, and best of all, is easy to use all around. + +The latest version is available from http://xchat.elitenet.org/ or +http://users.mentasm.com/~zed/xchat/ + +- Jim <jim@phrantic.phear.net> diff --git a/irc/xchat-gnome/pkg-plist b/irc/xchat-gnome/pkg-plist new file mode 100644 index 0000000..046c613 --- /dev/null +++ b/irc/xchat-gnome/pkg-plist @@ -0,0 +1 @@ +bin/xchat diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile new file mode 100644 index 0000000..74ff0e4 --- /dev/null +++ b/irc/xchat/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: xchat +# Version required: 0.2.5 +# Date created: 17 Nov 1998 +# Whom: Jim Mock <jim@phrantic.phear.net> +# +# $Id$ +# + +DISTNAME= xchat-0.2.5 +CATEGORIES= net x11 +MASTER_SITES= http://users.mentasm.com/~zed/xchat/files/ +EXTRACT_SUFX= .tgz + +MAINTAINER= jim@phrantic.phear.net + +BUILD_DEPENDS= gtk-config:${PORTSDIR}/x11-toolkits/gtk + +do-build: + @(cd ${WRKSRC}; make) + +.include <bsd.port.mk> diff --git a/irc/xchat/distinfo b/irc/xchat/distinfo new file mode 100644 index 0000000..cd116af --- /dev/null +++ b/irc/xchat/distinfo @@ -0,0 +1 @@ +MD5 (xchat-0.2.5.tgz) = d94469cd13b4717d98606a51281b11a7 diff --git a/irc/xchat/pkg-comment b/irc/xchat/pkg-comment new file mode 100644 index 0000000..0db238b --- /dev/null +++ b/irc/xchat/pkg-comment @@ -0,0 +1 @@ +X-Chat is a X11 (X Window System) IRC client, using the GTK+ toolkit. diff --git a/irc/xchat/pkg-descr b/irc/xchat/pkg-descr new file mode 100644 index 0000000..62ce984 --- /dev/null +++ b/irc/xchat/pkg-descr @@ -0,0 +1,7 @@ +X-Chat is a small yet very forceful X irc client. It runs nicely, has a +nice good looking interface, and best of all, is easy to use all around. + +The latest version is available from http://xchat.elitenet.org/ or +http://users.mentasm.com/~zed/xchat/ + +- Jim <jim@phrantic.phear.net> diff --git a/irc/xchat/pkg-plist b/irc/xchat/pkg-plist new file mode 100644 index 0000000..046c613 --- /dev/null +++ b/irc/xchat/pkg-plist @@ -0,0 +1 @@ +bin/xchat diff --git a/irc/xchat1/Makefile b/irc/xchat1/Makefile new file mode 100644 index 0000000..74ff0e4 --- /dev/null +++ b/irc/xchat1/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: xchat +# Version required: 0.2.5 +# Date created: 17 Nov 1998 +# Whom: Jim Mock <jim@phrantic.phear.net> +# +# $Id$ +# + +DISTNAME= xchat-0.2.5 +CATEGORIES= net x11 +MASTER_SITES= http://users.mentasm.com/~zed/xchat/files/ +EXTRACT_SUFX= .tgz + +MAINTAINER= jim@phrantic.phear.net + +BUILD_DEPENDS= gtk-config:${PORTSDIR}/x11-toolkits/gtk + +do-build: + @(cd ${WRKSRC}; make) + +.include <bsd.port.mk> diff --git a/irc/xchat1/distinfo b/irc/xchat1/distinfo new file mode 100644 index 0000000..cd116af --- /dev/null +++ b/irc/xchat1/distinfo @@ -0,0 +1 @@ +MD5 (xchat-0.2.5.tgz) = d94469cd13b4717d98606a51281b11a7 diff --git a/irc/xchat1/pkg-comment b/irc/xchat1/pkg-comment new file mode 100644 index 0000000..0db238b --- /dev/null +++ b/irc/xchat1/pkg-comment @@ -0,0 +1 @@ +X-Chat is a X11 (X Window System) IRC client, using the GTK+ toolkit. diff --git a/irc/xchat1/pkg-descr b/irc/xchat1/pkg-descr new file mode 100644 index 0000000..62ce984 --- /dev/null +++ b/irc/xchat1/pkg-descr @@ -0,0 +1,7 @@ +X-Chat is a small yet very forceful X irc client. It runs nicely, has a +nice good looking interface, and best of all, is easy to use all around. + +The latest version is available from http://xchat.elitenet.org/ or +http://users.mentasm.com/~zed/xchat/ + +- Jim <jim@phrantic.phear.net> diff --git a/irc/xchat1/pkg-plist b/irc/xchat1/pkg-plist new file mode 100644 index 0000000..046c613 --- /dev/null +++ b/irc/xchat1/pkg-plist @@ -0,0 +1 @@ +bin/xchat diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile new file mode 100644 index 0000000..74ff0e4 --- /dev/null +++ b/irc/xchat2/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: xchat +# Version required: 0.2.5 +# Date created: 17 Nov 1998 +# Whom: Jim Mock <jim@phrantic.phear.net> +# +# $Id$ +# + +DISTNAME= xchat-0.2.5 +CATEGORIES= net x11 +MASTER_SITES= http://users.mentasm.com/~zed/xchat/files/ +EXTRACT_SUFX= .tgz + +MAINTAINER= jim@phrantic.phear.net + +BUILD_DEPENDS= gtk-config:${PORTSDIR}/x11-toolkits/gtk + +do-build: + @(cd ${WRKSRC}; make) + +.include <bsd.port.mk> diff --git a/irc/xchat2/distinfo b/irc/xchat2/distinfo new file mode 100644 index 0000000..cd116af --- /dev/null +++ b/irc/xchat2/distinfo @@ -0,0 +1 @@ +MD5 (xchat-0.2.5.tgz) = d94469cd13b4717d98606a51281b11a7 diff --git a/irc/xchat2/pkg-comment b/irc/xchat2/pkg-comment new file mode 100644 index 0000000..0db238b --- /dev/null +++ b/irc/xchat2/pkg-comment @@ -0,0 +1 @@ +X-Chat is a X11 (X Window System) IRC client, using the GTK+ toolkit. diff --git a/irc/xchat2/pkg-descr b/irc/xchat2/pkg-descr new file mode 100644 index 0000000..62ce984 --- /dev/null +++ b/irc/xchat2/pkg-descr @@ -0,0 +1,7 @@ +X-Chat is a small yet very forceful X irc client. It runs nicely, has a +nice good looking interface, and best of all, is easy to use all around. + +The latest version is available from http://xchat.elitenet.org/ or +http://users.mentasm.com/~zed/xchat/ + +- Jim <jim@phrantic.phear.net> diff --git a/irc/xchat2/pkg-plist b/irc/xchat2/pkg-plist new file mode 100644 index 0000000..046c613 --- /dev/null +++ b/irc/xchat2/pkg-plist @@ -0,0 +1 @@ +bin/xchat |