diff options
author | rh <rh@pkgsrc.org> | 2002-07-14 09:27:17 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-07-14 09:27:17 +0000 |
commit | 6766bdb684495ef5dd2ff76a2dc0eb1c67b8fd87 (patch) | |
tree | 521b08e319b68447d534a1dc562e18e68d51faff | |
parent | efb8443596978290a2f8c687958b7023193e6786 (diff) | |
download | pkgsrc-6766bdb684495ef5dd2ff76a2dc0eb1c67b8fd87.tar.gz |
Initial import of iroffer-1.2b13, an IRC DCC file server. This package
was provided by Adam Lebsack <lebsack@mac.com> with a few minor bug fixes
by me.
This closes PR pkg/14922.
-rw-r--r-- | chat/iroffer/DESCR | 4 | ||||
-rw-r--r-- | chat/iroffer/Makefile | 32 | ||||
-rw-r--r-- | chat/iroffer/PLIST | 9 | ||||
-rw-r--r-- | chat/iroffer/distinfo | 4 |
4 files changed, 49 insertions, 0 deletions
diff --git a/chat/iroffer/DESCR b/chat/iroffer/DESCR new file mode 100644 index 00000000000..5ebedd9ad75 --- /dev/null +++ b/chat/iroffer/DESCR @@ -0,0 +1,4 @@ +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. Written by PMG <pmg@iroffer.org>. diff --git a/chat/iroffer/Makefile b/chat/iroffer/Makefile new file mode 100644 index 00000000000..cc1b6aebc5e --- /dev/null +++ b/chat/iroffer/Makefile @@ -0,0 +1,32 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/07/14 09:27:17 rh Exp $ +# + +DISTNAME= iroffer1.2b13 +PKGNAME= ${DISTNAME:S/iroffer/iroffer-/} +CATEGORIES= chat net +MASTER_SITES= http://iroffer.org/archive/v1.2/beta/ +EXTRACT_SUFX= .tgz + +MAINTAINER= lebsack@mac.com +HOMEPAGE= http://iroffer.org/ +COMMENT= IRC (Internet Relay Chat) DCC OfferBot + +do-configure: + cd ${WRKSRC}; ./Configure + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/iroffer ${PREFIX}/bin + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/iroffer + ${INSTALL_DATA} ${WRKSRC}/COPYING \ + ${PREFIX}/share/doc/iroffer/COPYING + ${INSTALL_DATA} ${WRKSRC}/README \ + ${PREFIX}/share/doc/iroffer/README + ${INSTALL_DATA} ${WRKSRC}/WHATSNEW \ + ${PREFIX}/share/doc/iroffer/WHATSNEW + ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/iroffer + ${INSTALL_DATA} ${WRKSRC}/sample.config \ + ${PREFIX}/share/examples/iroffer/sample.config + ${INSTALL_DATA} ${WRKSRC}/iroffer.cron \ + ${PREFIX}/share/examples/iroffer/iroffer.cron + +.include "../../mk/bsd.pkg.mk" diff --git a/chat/iroffer/PLIST b/chat/iroffer/PLIST new file mode 100644 index 00000000000..a68cc27575a --- /dev/null +++ b/chat/iroffer/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/07/14 09:27:17 rh Exp $ +bin/iroffer +share/doc/iroffer/COPYING +share/doc/iroffer/README +share/doc/iroffer/WHATSNEW +share/examples/iroffer/sample.config +share/examples/iroffer/iroffer.cron +@dirrm share/examples/iroffer +@dirrm share/doc/iroffer diff --git a/chat/iroffer/distinfo b/chat/iroffer/distinfo new file mode 100644 index 00000000000..2711484e3ce --- /dev/null +++ b/chat/iroffer/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/07/14 09:27:17 rh Exp $ + +SHA1 (iroffer1.2b13.tgz) = b47732ec53ad4c74167841005eb086c13bc0a169 +Size (iroffer1.2b13.tgz) = 81918 bytes |