summaryrefslogtreecommitdiff
path: root/chat/emech
diff options
context:
space:
mode:
authormanu <manu@pkgsrc.org>2002-06-06 14:27:03 +0000
committermanu <manu@pkgsrc.org>2002-06-06 14:27:03 +0000
commit65df10ec55728d26f86c2b7fd0d56c2032048e6a (patch)
treed0bfc4f3edcfe89ad40eeec51e2d1f473accc8b1 /chat/emech
parent3c131edb265f5a3d7ebf414abddb9f6f5b6a4e45 (diff)
downloadpkgsrc-65df10ec55728d26f86c2b7fd0d56c2032048e6a.tar.gz
Emech is an IRC bot written in C
Diffstat (limited to 'chat/emech')
-rw-r--r--chat/emech/DESCR1
-rw-r--r--chat/emech/MESSAGE28
-rw-r--r--chat/emech/Makefile26
-rw-r--r--chat/emech/PLIST5
-rw-r--r--chat/emech/distinfo4
-rw-r--r--chat/emech/pkg/DESCR1
-rw-r--r--chat/emech/pkg/PLIST1
7 files changed, 66 insertions, 0 deletions
diff --git a/chat/emech/DESCR b/chat/emech/DESCR
new file mode 100644
index 00000000000..ab68e06d52a
--- /dev/null
+++ b/chat/emech/DESCR
@@ -0,0 +1 @@
+The EnergyMech is a UNIX compatible IRC bot programmed in the C language, freely distributable under GNU General Public License (GPL). On this website you can find the largest EnergyMech resource and help library on the Internet.
diff --git a/chat/emech/MESSAGE b/chat/emech/MESSAGE
new file mode 100644
index 00000000000..f3d6ab84db3
--- /dev/null
+++ b/chat/emech/MESSAGE
@@ -0,0 +1,28 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2002/06/06 14:27:03 manu Exp $
+
+Quickstart quide:
+
+0) Choose a home for emech, where the user running emech will have write
+ permission. For instance, /var/run/emech
+
+1) cp ${PREFIX}/share/example/emech/sample.set ${PREFIX}/etc/mech.set
+
+2) vi ${PREFIX}/etc/mech.set
+-- look through the file for sections to change, you will have to remove
+ lines in order to get the bot to work. Check the file completely!
+
+3) genuser /var/run/emech/emech.users
+-- It seems that things work better with a DNS address in the hostmask
+ instead of an IP address..
+
+4) cd /var/tun/emech/
+-- the user that will be running emech needs write access to this directory
+
+5) ${PREFIX}/bin/mech -f ${PREFIX}/etc/mech.set
+-- The full path to the binary is mandatory.
+
+6) See documentation in ${PREFIX}/share/example/emech/mech.help and on
+ http://www.energymech.net/docs/
+
+===========================================================================
diff --git a/chat/emech/Makefile b/chat/emech/Makefile
new file mode 100644
index 00000000000..47ac23311e3
--- /dev/null
+++ b/chat/emech/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/06/06 14:27:03 manu Exp $
+#
+
+DISTNAME= emech-2.8.4
+CATEGORIES= chat
+MASTER_SITES= http://www.energymech.net/files/
+
+MAINTAINER= manu@netbsd.org
+HOMEPAGE= http://www.energymech.net
+COMMENT= IRC bot written in C
+
+HAS_CONFIGURE= YES
+
+do-configure:
+ cd ${WRKSRC} && ${ECHO} "\n\n\n\n\n\n\n\n\n\n"|./configure
+
+post-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/mech ${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKSRC}/genuser ${PREFIX}/bin
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/example/emech
+ ${INSTALL_DATA} ${WRKSRC}/sample.set \
+ ${PREFIX}/share/example/emech/
+ ${INSTALL_DATA} ${WRKSRC}/mech.help \
+ ${PREFIX}/share/example/emech/
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/chat/emech/PLIST b/chat/emech/PLIST
new file mode 100644
index 00000000000..3965a55a687
--- /dev/null
+++ b/chat/emech/PLIST
@@ -0,0 +1,5 @@
+bin/mech
+bin/genuser
+share/example/emech/sample.set
+share/example/emech/mech.help
+@dirrm share/example/emech
diff --git a/chat/emech/distinfo b/chat/emech/distinfo
new file mode 100644
index 00000000000..aee2de811c8
--- /dev/null
+++ b/chat/emech/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2002/06/06 14:27:03 manu Exp $
+
+SHA1 (emech-2.8.4.tar.gz) = ebc2c21e69f7b54e8657202ee2f72804607b754b
+Size (emech-2.8.4.tar.gz) = 170610 bytes
diff --git a/chat/emech/pkg/DESCR b/chat/emech/pkg/DESCR
new file mode 100644
index 00000000000..d3d01bce4a4
--- /dev/null
+++ b/chat/emech/pkg/DESCR
@@ -0,0 +1 @@
+An IRC bot wirtten in C
diff --git a/chat/emech/pkg/PLIST b/chat/emech/pkg/PLIST
new file mode 100644
index 00000000000..316b699542e
--- /dev/null
+++ b/chat/emech/pkg/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/06/06 14:27:03 manu Exp $