diff options
author | dburr <dburr@FreeBSD.org> | 2000-11-23 16:23:52 +0800 |
---|---|---|
committer | dburr <dburr@FreeBSD.org> | 2000-11-23 16:23:52 +0800 |
commit | 96dd9424afd0c633410dd3c1a51e6c13df4fcc5b (patch) | |
tree | 24010a045927d408ad12019ec18882fdc0b03191 /irc/iroffer | |
parent | 1ee6b523e8b94233c32928a08c469f1c0931adf5 (diff) | |
download | freebsd-ports-gnome-96dd9424afd0c633410dd3c1a51e6c13df4fcc5b.tar.gz freebsd-ports-gnome-96dd9424afd0c633410dd3c1a51e6c13df4fcc5b.tar.zst freebsd-ports-gnome-96dd9424afd0c633410dd3c1a51e6c13df4fcc5b.zip |
Import of new port irc/iroffer, An IRC "bot" that makes sharing files via
DCC extremely easy
Diffstat (limited to 'irc/iroffer')
-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 |
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 |