diff options
author | Donald Burr <dburr@FreeBSD.org> | 2000-11-23 08:23:52 +0000 |
---|---|---|
committer | Donald Burr <dburr@FreeBSD.org> | 2000-11-23 08:23:52 +0000 |
commit | d26758919c388e07c42d1b808404e650fbb1f548 (patch) | |
tree | 17420b38ebf3e15539d5f758d5f514e08a37bd3d | |
parent | e8d567548feafe2f518bb8398126dda638fac041 (diff) | |
download | ports-d26758919c388e07c42d1b808404e650fbb1f548.tar.gz ports-d26758919c388e07c42d1b808404e650fbb1f548.zip |
Import of new port irc/iroffer, An IRC "bot" that makes sharing files via
DCC extremely easy
Notes
Notes:
svn path=/head/; revision=35368
-rw-r--r-- | irc/Makefile | 1 | ||||
-rw-r--r-- | irc/iroffer/Makefile | 29 | ||||
-rw-r--r-- | irc/iroffer/distinfo | 1 | ||||
-rw-r--r-- | irc/iroffer/pkg-comment | 1 | ||||
-rw-r--r-- | irc/iroffer/pkg-descr | 8 | ||||
-rw-r--r-- | irc/iroffer/pkg-message | 21 | ||||
-rw-r--r-- | irc/iroffer/pkg-plist | 6 |
7 files changed, 67 insertions, 0 deletions
diff --git a/irc/Makefile b/irc/Makefile index 09cb15c766b3..b3d7028d4f8c 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -11,6 +11,7 @@ SUBDIR += ircII SUBDIR += ircatlite SUBDIR += ircd-hybrid + SUBDIR += iroffer SUBDIR += irssi SUBDIR += kvirc SUBDIR += muh 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 |