1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Import of micq (26 June 1998), a free implementation of the ICQ

protocol.  It is currently a partial implementation, and has a text
interface only.

As far as I can tell, Mirabilis' software is necessary to register
with the ICQ network, so I could not test its functionality.
This commit is contained in:
Matthew Hunt 1998-06-28 03:22:37 +00:00
parent 8385837052
commit 79885184cf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=11568
18 changed files with 159 additions and 0 deletions

28
net-im/climm/Makefile Normal file
View File

@ -0,0 +1,28 @@
# New ports collection makefile for: micq
# Version required: 26 June 1998
# Date created: 27 June 1998
# Whom: mph
#
# $Id$
#
DISTNAME= micq
PKGNAME= micq-19980626
CATEGORIES= net
MASTER_SITES= ftp://micq.ml.org/pub/micq/Jun-26-98/
EXTRACT_SUFX= .tgz
MAINTAINER= mph@freebsd.org
WRKSRC= ${WRKDIR}/micq-0626-98
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 <bsd.port.mk>

1
net-im/climm/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (micq.tgz) = b4167097bd3e106537cda136cf972f35

View File

@ -0,0 +1,13 @@
--- Makefile.orig Sat Jun 27 13:25:53 1998
+++ Makefile Sat Jun 27 13:26:38 1998
@@ -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 = -Wall -DUNIX
+# CC = gcc
+CFLAGS += -DUNIX
# Uncomment the below line for humorous messages
#CFLAGS += -DFUNNY_MSGS
# uncomment the line below for debuging info

1
net-im/climm/pkg-comment Normal file
View File

@ -0,0 +1 @@
Text-based ICQ implementation.

4
net-im/climm/pkg-descr Normal file
View File

@ -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.

6
net-im/climm/pkg-plist Normal file
View File

@ -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

28
net-im/micq/Makefile Normal file
View File

@ -0,0 +1,28 @@
# New ports collection makefile for: micq
# Version required: 26 June 1998
# Date created: 27 June 1998
# Whom: mph
#
# $Id$
#
DISTNAME= micq
PKGNAME= micq-19980626
CATEGORIES= net
MASTER_SITES= ftp://micq.ml.org/pub/micq/Jun-26-98/
EXTRACT_SUFX= .tgz
MAINTAINER= mph@freebsd.org
WRKSRC= ${WRKDIR}/micq-0626-98
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 <bsd.port.mk>

1
net-im/micq/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (micq.tgz) = b4167097bd3e106537cda136cf972f35

View File

@ -0,0 +1,13 @@
--- Makefile.orig Sat Jun 27 13:25:53 1998
+++ Makefile Sat Jun 27 13:26:38 1998
@@ -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 = -Wall -DUNIX
+# CC = gcc
+CFLAGS += -DUNIX
# Uncomment the below line for humorous messages
#CFLAGS += -DFUNNY_MSGS
# uncomment the line below for debuging info

1
net-im/micq/pkg-comment Normal file
View File

@ -0,0 +1 @@
Text-based ICQ implementation.

4
net-im/micq/pkg-descr Normal file
View File

@ -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.

6
net-im/micq/pkg-plist Normal file
View File

@ -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

28
net/micq/Makefile Normal file
View File

@ -0,0 +1,28 @@
# New ports collection makefile for: micq
# Version required: 26 June 1998
# Date created: 27 June 1998
# Whom: mph
#
# $Id$
#
DISTNAME= micq
PKGNAME= micq-19980626
CATEGORIES= net
MASTER_SITES= ftp://micq.ml.org/pub/micq/Jun-26-98/
EXTRACT_SUFX= .tgz
MAINTAINER= mph@freebsd.org
WRKSRC= ${WRKDIR}/micq-0626-98
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 <bsd.port.mk>

1
net/micq/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (micq.tgz) = b4167097bd3e106537cda136cf972f35

13
net/micq/files/patch-aa Normal file
View File

@ -0,0 +1,13 @@
--- Makefile.orig Sat Jun 27 13:25:53 1998
+++ Makefile Sat Jun 27 13:26:38 1998
@@ -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 = -Wall -DUNIX
+# CC = gcc
+CFLAGS += -DUNIX
# Uncomment the below line for humorous messages
#CFLAGS += -DFUNNY_MSGS
# uncomment the line below for debuging info

1
net/micq/pkg-comment Normal file
View File

@ -0,0 +1 @@
Text-based ICQ implementation.

4
net/micq/pkg-descr Normal file
View File

@ -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.

6
net/micq/pkg-plist Normal file
View File

@ -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