summaryrefslogtreecommitdiff
path: root/irc/miau
diff options
context:
space:
mode:
authorOliver Eikemeier <eik@FreeBSD.org>2004-04-28 16:56:52 +0000
committerOliver Eikemeier <eik@FreeBSD.org>2004-04-28 16:56:52 +0000
commit5c42f1fe9b18e4e76f14d9ed3c0c4e65f1ff2a32 (patch)
tree15e9f03326f8b1ae353c94d26695c1355109819c /irc/miau
parento Update to 2004.04.27. (diff)
miau (fluffy little fellow), yet another IRC bouncer
Notes
Notes: svn path=/head/; revision=107831
Diffstat (limited to 'irc/miau')
-rw-r--r--irc/miau/Makefile50
-rw-r--r--irc/miau/distinfo2
-rw-r--r--irc/miau/pkg-descr10
-rw-r--r--irc/miau/pkg-plist7
4 files changed, 69 insertions, 0 deletions
diff --git a/irc/miau/Makefile b/irc/miau/Makefile
new file mode 100644
index 000000000000..cf0e03ae5315
--- /dev/null
+++ b/irc/miau/Makefile
@@ -0,0 +1,50 @@
+# New ports collection makefile for: miau
+# Date created: 23 Apr 2004
+# Whom: Oliver Eikemeier
+#
+# $FreeBSD$
+#
+
+PORTNAME= miau
+PORTVERSION= 0.5.2
+CATEGORIES= irc
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
+MASTER_SITE_SUBDIR= miau
+
+MAINTAINER= eik@FreeBSD.org
+COMMENT= A fully featured easy to use IRC-bouncer
+
+USE_BZIP2= yes
+GNU_CONFIGURE= yes
+
+USE_REINPLACE= yes
+
+INFO= miau
+
+CONFIGURE_ARGS= --enable-dccbounce \
+ --enable-automode \
+ --enable-releasenick \
+ --enable-ctcp-replies \
+ --enable-mkpasswd \
+ --enable-uptime \
+ --enable-chanlog \
+ --enable-privlog \
+ --enable-onconnect \
+ --enable-empty-awaymsg \
+ --disable-dependency-tracking
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
+ LDFLAGS="${LDFLAGS}" \
+ LIBS="${LIBS}"
+
+post-patch:
+ @${REINPLACE_CMD} -e 's,\$$datadir/doc/miau/examples,${EXAMPLESDIR},g' \
+ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
+
+.if !defined(NOPORTDOCS)
+post-install:
+ @${MKDIR} ${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR}
+.endif
+
+.include <bsd.port.mk>
diff --git a/irc/miau/distinfo b/irc/miau/distinfo
new file mode 100644
index 000000000000..78ed548aa351
--- /dev/null
+++ b/irc/miau/distinfo
@@ -0,0 +1,2 @@
+MD5 (miau-0.5.2.tar.bz2) = 8c3f141532959206f4a1cb0280360eb5
+SIZE (miau-0.5.2.tar.bz2) = 158960
diff --git a/irc/miau/pkg-descr b/irc/miau/pkg-descr
new file mode 100644
index 000000000000..9a088b00e5f9
--- /dev/null
+++ b/irc/miau/pkg-descr
@@ -0,0 +1,10 @@
+miau is a fully featured easy to use IRC-bouncer that can keep your nick
+even when you disconnect.
+
+Additionally, miau can set you away automatically when you disconnect and
+auto-op (or auto-voice) people. While you're disconnected, miau can also log
+everything and/or pipe private messages to an external program. And when you
+connect miau again, miau can replay some of the old messages so that you know
+what's going on.
+
+WWW: http://miau.sourceforge.net/
diff --git a/irc/miau/pkg-plist b/irc/miau/pkg-plist
new file mode 100644
index 000000000000..58cb90371f5a
--- /dev/null
+++ b/irc/miau/pkg-plist
@@ -0,0 +1,7 @@
+bin/miau
+bin/miau-check
+bin/miau-rotatelog
+%%EXAMPLESDIR%%/miaurc
+@dirrm %%EXAMPLESDIR%%
+%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
+%%PORTDOCS%%@dirrm %%DOCSDIR%%