diff options
author | wiz <wiz@pkgsrc.org> | 2000-02-06 01:10:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-02-06 01:10:25 +0000 |
commit | f7ba28bfd4a53b466e5ff58af04335b8943e1a83 (patch) | |
tree | 9e63524b8e43b6bd253de07c8a7f8278af5db6f0 /net/micq | |
parent | a65e50334b56c29bb455fcc88c6131f7b01c01f5 (diff) | |
download | pkgsrc-f7ba28bfd4a53b466e5ff58af04335b8943e1a83.tar.gz |
initial import of micq-0.4.3, english version, a text-mode ICQ client
Diffstat (limited to 'net/micq')
-rw-r--r-- | net/micq/Makefile | 18 | ||||
-rw-r--r-- | net/micq/files/md5 | 3 | ||||
-rw-r--r-- | net/micq/files/patch-sum | 3 | ||||
-rw-r--r-- | net/micq/patches/patch-aa | 15 | ||||
-rw-r--r-- | net/micq/pkg/COMMENT | 1 | ||||
-rw-r--r-- | net/micq/pkg/DESCR | 4 | ||||
-rw-r--r-- | net/micq/pkg/PLIST | 4 |
7 files changed, 48 insertions, 0 deletions
diff --git a/net/micq/Makefile b/net/micq/Makefile new file mode 100644 index 00000000000..13ddbda67be --- /dev/null +++ b/net/micq/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/02/06 01:10:25 wiz Exp $ +# + +DISTNAME= micq-0.4.3 +CATEGORIES= net +MASTER_SITES= ftp://micq.chatzone.org/pub/micq/V0.4.3/ \ + http://micq.maesoft.net/ +EXTRACT_SUFX= .tgz + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://micq.maesoft.net/ + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/micq ${PREFIX}/bin + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/micq + ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/micq + +.include "../../mk/bsd.pkg.mk" diff --git a/net/micq/files/md5 b/net/micq/files/md5 new file mode 100644 index 00000000000..2db7ad75f5a --- /dev/null +++ b/net/micq/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/02/06 01:10:25 wiz Exp $ + +MD5 (micq-0.4.3.tgz) = aea8f4bee64c0508adb0c87517039622 diff --git a/net/micq/files/patch-sum b/net/micq/files/patch-sum new file mode 100644 index 00000000000..318db6e552a --- /dev/null +++ b/net/micq/files/patch-sum @@ -0,0 +1,3 @@ +$NetBSD: patch-sum,v 1.1.1.1 2000/02/06 01:10:25 wiz Exp $ + +MD5 (patch-aa) = cf23e5b12062c25ab6d1cccb4d907c89 diff --git a/net/micq/patches/patch-aa b/net/micq/patches/patch-aa new file mode 100644 index 00000000000..73f5cf2eb73 --- /dev/null +++ b/net/micq/patches/patch-aa @@ -0,0 +1,15 @@ +$NetBSD: patch-aa,v 1.1.1.1 2000/02/06 01:10:25 wiz Exp $ + +--- ./Makefile.orig Thu Oct 14 01:17:18 1999 ++++ ./Makefile Sun Feb 6 01:15:00 2000 +@@ -1,7 +1,7 @@ + # Anyone who knows how to make Makefiles please help out. + # I have no clue but this appears to work fairly well + # be sure to use gmake +-CC = gcc ++# CC = gcc +-CFLAGS = -O4 -Wall -DUNIX -DANSI_COLOR ++CFLAGS += -Wall -DUNIX -DANSI_COLOR + CFLAGS += -DMAX_CONTACTS=255 + CFLAGS += -DUSE_MREADLINE + #CFLAGS += -DCOLOR_SCHEME_A diff --git a/net/micq/pkg/COMMENT b/net/micq/pkg/COMMENT new file mode 100644 index 00000000000..836dc588d94 --- /dev/null +++ b/net/micq/pkg/COMMENT @@ -0,0 +1 @@ +text-mode ICQ client diff --git a/net/micq/pkg/DESCR b/net/micq/pkg/DESCR new file mode 100644 index 00000000000..803bdb7eb6f --- /dev/null +++ b/net/micq/pkg/DESCR @@ -0,0 +1,4 @@ +Micq is an ICQ client for text mode unix that is not in any way +supported by Mirabilis. If your terminal supports it, it uses some colors. + +By Matthew Smith <meadhros@yahoo.com>. diff --git a/net/micq/pkg/PLIST b/net/micq/pkg/PLIST new file mode 100644 index 00000000000..29311855ddc --- /dev/null +++ b/net/micq/pkg/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/02/06 01:10:25 wiz Exp $ +bin/micq +share/doc/micq/README +@dirrm share/doc/micq |