From f11a94137fb1ff0ed05fc5e6e64d796577f347dc Mon Sep 17 00:00:00 2001 From: form Date: Wed, 23 Jun 1999 19:21:37 +0000 Subject: [PATCH] fix --- net/micq/Makefile | 31 +++++++++++++++++++++++++++++++ net/micq/files/md5 | 3 +++ net/micq/patches/patch-aa | 31 +++++++++++++++++++++++++++++++ net/micq/pkg/COMMENT | 1 + net/micq/pkg/DESCR | 4 ++++ net/micq/pkg/PLIST | 6 ++++++ 6 files changed, 76 insertions(+) create mode 100644 net/micq/Makefile create mode 100644 net/micq/files/md5 create mode 100644 net/micq/patches/patch-aa create mode 100644 net/micq/pkg/COMMENT create mode 100644 net/micq/pkg/DESCR create mode 100644 net/micq/pkg/PLIST diff --git a/net/micq/Makefile b/net/micq/Makefile new file mode 100644 index 00000000000..671228b5767 --- /dev/null +++ b/net/micq/Makefile @@ -0,0 +1,31 @@ +# $OpenBSD: Makefile,v 1.3 1999/06/23 19:21:37 form Exp $ +# $FreeBSD: Makefile,v 1.6 1999/06/03 08:31:06 ache Exp $ + +DISTNAME= micq-0.4.1 +CATEGORIES= net +MASTER_SITES= ftp://micq.chatzone.org/pub/micq/V0.4.1/ +EXTRACT_SUFX= .tgz + +MAINTAINER= form@openbsd.org + +# Please uncoment one of the following lines to +# select micq language. + +MICQ_LANG?= ENGLISH +#MICQ_LANG?= SPANISH +#MICQ_LANG?= DUTCH +#MICQ_LANG?= GERMAN +#MICQ_LANG?= SWEDISH +#MICQ_LANG?= CHINESE +#MICQ_LANG?= RUSSIAN +#MICQ_LANG?= ITALIAN +#MICQ_LANG?= UKRAINIAN + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/micq ${PREFIX}/bin + ${MKDIR} ${PREFIX}/share/doc/micq +.for file in README TODO WISHLIST commands.txt + ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/micq +.endfor + +.include diff --git a/net/micq/files/md5 b/net/micq/files/md5 new file mode 100644 index 00000000000..e5a25500033 --- /dev/null +++ b/net/micq/files/md5 @@ -0,0 +1,3 @@ +MD5 (micq-0.4.1.tgz) = c0d9d32727335401386964e8f256e73f +RMD160 (micq-0.4.1.tgz) = 6b299906fd5a09d83e372529923f052ae489aff3 +SHA1 (micq-0.4.1.tgz) = 3f8adf325d414997f3674f45af40cf272fab84ba diff --git a/net/micq/patches/patch-aa b/net/micq/patches/patch-aa new file mode 100644 index 00000000000..333f2135603 --- /dev/null +++ b/net/micq/patches/patch-aa @@ -0,0 +1,31 @@ +--- Makefile.orig Fri May 21 10:06:38 1999 ++++ Makefile Thu Jun 24 00:48:44 1999 +@@ -2,10 +2,15 @@ + # I have no clue but this appears to work fairly well + # be sure to use gmake + CC = gcc +-CFLAGS = -O4 -Wall -DUNIX -DANSI_COLOR ++#CFLAGS = -O4 -Wall -DUNIX -DANSI_COLOR ++CFLAGS += -Wall -DUNIX -DANSI_COLOR + CFLAGS += -DMAX_CONTACTS=255 + CFLAGS += -DUSE_MREADLINE ++.if defined(MICQ_LANG) ++CFLAGS += -D${MICQ_LANG}_LANG ++.else + CFLAGS += -DENGLISH_LANG ++.endif + #CFLAGS += -DSPANISH_LANG + #CFLAGS += -DDUTCH_LANG + #CFLAGS += -DGERMAN_LANG +@@ -16,9 +21,9 @@ + #CFLAGS += -DITALIAN_LANG + #CFLAGS += -DUKRAINIAN_LANG + # Uncomment the below line for humorous messages +-CFLAGS += -DFUNNY_MSGS ++#CFLAGS += -DFUNNY_MSGS + # uncomment the line below for debuging info +-CFLAGS += -g ++#CFLAGS += -g + CLIBS = + #uncomment the line below if your using Solaris + #CLIBS= -lnsl -lsocket diff --git a/net/micq/pkg/COMMENT b/net/micq/pkg/COMMENT new file mode 100644 index 00000000000..3b126f62040 --- /dev/null +++ b/net/micq/pkg/COMMENT @@ -0,0 +1 @@ +Text-based ICQ implementation. diff --git a/net/micq/pkg/DESCR b/net/micq/pkg/DESCR new file mode 100644 index 00000000000..cce4ef3c3ac --- /dev/null +++ b/net/micq/pkg/DESCR @@ -0,0 +1,4 @@ +A text-based implementation of ICQ, independant of Mirabilis. +Currently does not offer chat. Still appears rough: There's no +command-line editing, and ANSI color codes are hardcoded in the +program. diff --git a/net/micq/pkg/PLIST b/net/micq/pkg/PLIST new file mode 100644 index 00000000000..d35fab5efd8 --- /dev/null +++ b/net/micq/pkg/PLIST @@ -0,0 +1,6 @@ +bin/micq +share/doc/micq/README +share/doc/micq/TODO +share/doc/micq/WISHLIST +share/doc/micq/commands.txt +@dirrm share/doc/micq