From affab8dd56f275feff50429d05ab5d9e0d914dbf Mon Sep 17 00:00:00 2001 From: rh Date: Sun, 14 Jul 2002 09:27:17 +0000 Subject: Initial import of iroffer-1.2b13, an IRC DCC file server. This package was provided by Adam Lebsack with a few minor bug fixes by me. This closes PR pkg/14922. --- chat/iroffer/DESCR | 4 ++++ chat/iroffer/Makefile | 32 ++++++++++++++++++++++++++++++++ chat/iroffer/PLIST | 9 +++++++++ chat/iroffer/distinfo | 4 ++++ 4 files changed, 49 insertions(+) create mode 100644 chat/iroffer/DESCR create mode 100644 chat/iroffer/Makefile create mode 100644 chat/iroffer/PLIST create mode 100644 chat/iroffer/distinfo 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 . 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 -- cgit v1.2.3