summaryrefslogtreecommitdiff
path: root/irc/iroffer
diff options
context:
space:
mode:
authorDonald Burr <dburr@FreeBSD.org>2000-11-23 08:23:52 +0000
committerDonald Burr <dburr@FreeBSD.org>2000-11-23 08:23:52 +0000
commitd26758919c388e07c42d1b808404e650fbb1f548 (patch)
tree17420b38ebf3e15539d5f758d5f514e08a37bd3d /irc/iroffer
parentnuke ghostscript v 5.0, we have a more "up to date" one (diff)
Import of new port irc/iroffer, An IRC "bot" that makes sharing files via
DCC extremely easy
Notes
Notes: svn path=/head/; revision=35368
Diffstat (limited to 'irc/iroffer')
-rw-r--r--irc/iroffer/Makefile29
-rw-r--r--irc/iroffer/distinfo1
-rw-r--r--irc/iroffer/pkg-comment1
-rw-r--r--irc/iroffer/pkg-descr8
-rw-r--r--irc/iroffer/pkg-message21
-rw-r--r--irc/iroffer/pkg-plist6
6 files changed, 66 insertions, 0 deletions
diff --git a/irc/iroffer/Makefile b/irc/iroffer/Makefile
new file mode 100644
index 000000000000..2039edd39e17
--- /dev/null
+++ b/irc/iroffer/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: iroffer
+# Date created: November 22, 2000
+# Whom: Donald Burr <dburr@FreeBSD.ORG>
+#
+# $FreeBSD$
+#
+
+PORTNAME= iroffer
+PORTVERSION= 1.1.1
+CATEGORIES= irc
+MASTER_SITES= http://iroffer.org/archive/v1.1/
+DISTNAME= iroffer${PORTVERSION}
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= dburr@FreeBSD.ORG
+
+do-configure:
+ cd ${WRKSRC} && ${SH} ./Configure
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/iroffer ${PREFIX}/bin
+ ${MKDIR} ${PREFIX}/share/doc/iroffer
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/iroffer
+ ${INSTALL_DATA} ${WRKSRC}/WHATSNEW ${PREFIX}/share/doc/iroffer
+ ${INSTALL_DATA} ${WRKSRC}/iroffer.cron ${PREFIX}/share/doc/iroffer
+ ${INSTALL_DATA} ${WRKSRC}/sample.config ${PREFIX}/share/doc/iroffer
+ @${CAT} ${PKGMESSAGE}
+
+.include <bsd.port.mk>
diff --git a/irc/iroffer/distinfo b/irc/iroffer/distinfo
new file mode 100644
index 000000000000..88bd3b6e906b
--- /dev/null
+++ b/irc/iroffer/distinfo
@@ -0,0 +1 @@
+MD5 (iroffer1.1.1.tgz) = a6b27e0af20cf50b2b151c09b096bd63
diff --git a/irc/iroffer/pkg-comment b/irc/iroffer/pkg-comment
new file mode 100644
index 000000000000..2ec9cc75fbf6
--- /dev/null
+++ b/irc/iroffer/pkg-comment
@@ -0,0 +1 @@
+An IRC "bot" that makes sharing files via DCC extremely easy
diff --git a/irc/iroffer/pkg-descr b/irc/iroffer/pkg-descr
new file mode 100644
index 000000000000..d0a4f08704b9
--- /dev/null
+++ b/irc/iroffer/pkg-descr
@@ -0,0 +1,8 @@
+iroffer is a fileserver for irc (commonly referred to as a DCC bot). It
+uses the DCC feature of irc to send files to other users. iroffer will
+connect to an irc server and let people request files from it. iroffer
+is not a script, it is a standalone executable written in C.
+
+WWW: http://iroffer.org/
+
+[ This port is maintained by Donald Burr <dburr@FreeBSD.ORG> ]
diff --git a/irc/iroffer/pkg-message b/irc/iroffer/pkg-message
new file mode 100644
index 000000000000..b01e3d1f64bf
--- /dev/null
+++ b/irc/iroffer/pkg-message
@@ -0,0 +1,21 @@
+=========================================================================
+
+Sample configuration and crontab files have been placed in
+${PREFIX}/share/doc/iroffer.
+
+These should be copied to a location of your own choosing, and edited to
+suit your needs.
+
+To run iroffer, just run:
+
+iroffer <name of config file>
+
+You may also set up iroffer to be run automatically from crontab.
+See the file ${PREFIX}/share/doc/iroffer/iroffer.cron for a sample.
+
+For more details on how to use the program see the comments in
+${PREFIX}/share/doc/iroffer/sample.config, as well as the README
+files ${PREFIX}/share/doc/iroffer/README and
+${PREFIX}/share/doc/iroffer/WHATSNEW.
+
+=========================================================================
diff --git a/irc/iroffer/pkg-plist b/irc/iroffer/pkg-plist
new file mode 100644
index 000000000000..9230d600ce88
--- /dev/null
+++ b/irc/iroffer/pkg-plist
@@ -0,0 +1,6 @@
+bin/iroffer
+share/doc/iroffer/README
+share/doc/iroffer/WHATSNEW
+share/doc/iroffer/iroffer.cron
+share/doc/iroffer/sample.config
+@dirrm share/doc/iroffer