diff options
author | garbled <garbled@pkgsrc.org> | 1999-03-30 07:56:03 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1999-03-30 07:56:03 +0000 |
commit | 676f245294322ee8a7b4a93dde42bd2108217f16 (patch) | |
tree | 91ec4a9c68cb2f5f305691a7ebd7d2cf4a865cdb /japanese | |
parent | bc9ad0426aec48426167d1371b05cb8b523f4b98 (diff) | |
download | pkgsrc-676f245294322ee8a7b4a93dde42bd2108217f16.tar.gz |
Import of micq 0.3.3.
Text-based ICQ implementation.
Closes pr 7013, pkg submitted by Eric Fox
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/micq/Makefile | 29 | ||||
-rw-r--r-- | japanese/micq/files/md5 | 4 | ||||
-rw-r--r-- | japanese/micq/patches/patch-aa | 14 | ||||
-rw-r--r-- | japanese/micq/pkg/COMMENT | 1 | ||||
-rw-r--r-- | japanese/micq/pkg/DESCR | 4 | ||||
-rw-r--r-- | japanese/micq/pkg/PLIST | 8 |
6 files changed, 60 insertions, 0 deletions
diff --git a/japanese/micq/Makefile b/japanese/micq/Makefile new file mode 100644 index 00000000000..f0ef481492e --- /dev/null +++ b/japanese/micq/Makefile @@ -0,0 +1,29 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/03/30 07:56:03 garbled Exp $ + +DISTNAME= micq +PKGNAME= ja-micq-0.3.3 +CATEGORIES= japanese net +MASTER_SITES= ftp://micq.chatzone.org/pub/micq/V0.3.3/ \ + http://www.freebsd.org/~flathill/distfiles/ +EXTRACT_SUFX= .tgz + +PATCH_SITES= http://flos.kuee.kyoto-u.ac.jp/soft/ \ + http://www.freebsd.org/~flathill/distfiles/ +PATCHFILES= micq981218ja.patch +PATCH_DIST_STRIP= -p1 + +MAINTAINER= eric@fox.phoenix.az.us +HOMEPAGE= http://phantom.iquest.net/micq/ + +WRKSRC= ${WRKDIR}/micq981218 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/micq ${PREFIX}/bin +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/micq +.for file in README TODO WISHLIST commands.txt + ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/micq +.endfor +.endif + +.include "../../mk/bsd.pkg.mk" diff --git a/japanese/micq/files/md5 b/japanese/micq/files/md5 new file mode 100644 index 00000000000..f3fddc26e70 --- /dev/null +++ b/japanese/micq/files/md5 @@ -0,0 +1,4 @@ +$NetBSD: md5,v 1.1.1.1 1999/03/30 07:56:03 garbled Exp $ + +MD5 (micq.tgz) = 2bdb5c91dcb7308e9994cd7889ba84ae +MD5 (micq981218ja.patch) = d98f7a6a4c0cdfcbc27989a39468f3e2 diff --git a/japanese/micq/patches/patch-aa b/japanese/micq/patches/patch-aa new file mode 100644 index 00000000000..4880150cc38 --- /dev/null +++ b/japanese/micq/patches/patch-aa @@ -0,0 +1,14 @@ +$NetBSD: patch-aa,v 1.1.1.1 1999/03/30 07:56:04 garbled Exp $ +--- Makefile.orig Tue Jan 12 14:13:46 1999 ++++ Makefile Tue Jan 12 14:13:53 1999 +@@ -1,8 +1,8 @@ + # 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 +-CFLAGS = -O2 -Wall -DUNIX -DANSI_COLOR ++# CC = gcc ++CFLAGS = -DUNIX -DANSI_COLOR + # Uncomment the below line for humorous messages + #CFLAGS += -DFUNNY_MSGS + # uncomment the line below for debuging info diff --git a/japanese/micq/pkg/COMMENT b/japanese/micq/pkg/COMMENT new file mode 100644 index 00000000000..3b126f62040 --- /dev/null +++ b/japanese/micq/pkg/COMMENT @@ -0,0 +1 @@ +Text-based ICQ implementation. diff --git a/japanese/micq/pkg/DESCR b/japanese/micq/pkg/DESCR new file mode 100644 index 00000000000..cce4ef3c3ac --- /dev/null +++ b/japanese/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/japanese/micq/pkg/PLIST b/japanese/micq/pkg/PLIST new file mode 100644 index 00000000000..7cc78e6d00c --- /dev/null +++ b/japanese/micq/pkg/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/03/30 07:56:04 garbled Exp $ +bin/micq +share/doc/micq/README +share/doc/micq/TODO +share/doc/micq/WISHLIST +share/doc/micq/commands.txt +@dirrm share/doc/micq + |