diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2019-09-23 11:36:10 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2019-09-23 11:36:10 +0000 |
commit | 7c0053555c92cc249d72dfda4e4e0b1e3bb081bc (patch) | |
tree | c9e2030ea6e4be082b782b4245684a57a2dab0b7 /irc | |
parent | 65981782df53434575e594c974fa1cf3145c0251 (diff) |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/Makefile | 1 | ||||
-rw-r--r-- | irc/iroffer-lamm/Makefile | 42 | ||||
-rw-r--r-- | irc/iroffer-lamm/distinfo | 2 | ||||
-rw-r--r-- | irc/iroffer-lamm/pkg-descr | 10 | ||||
-rw-r--r-- | irc/iroffer-lamm/pkg-message | 23 | ||||
-rw-r--r-- | irc/iroffer-lamm/pkg-plist | 7 |
6 files changed, 0 insertions, 85 deletions
diff --git a/irc/Makefile b/irc/Makefile index 44cdf37626c3..e2c2ca4c5bfa 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -49,7 +49,6 @@ SUBDIR += ircproxy SUBDIR += ircservices SUBDIR += iroffer-dinoex - SUBDIR += iroffer-lamm SUBDIR += irssi SUBDIR += irssi-dcc_send_limiter SUBDIR += irssi-fish diff --git a/irc/iroffer-lamm/Makefile b/irc/iroffer-lamm/Makefile deleted file mode 100644 index 4388e37d7b09..000000000000 --- a/irc/iroffer-lamm/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# $FreeBSD$ - -PORTNAME= iroffer -PORTVERSION= 1.4.3.2 -CATEGORIES= irc -MASTER_SITES= SF/${PORTNAME}-lamm/${PORTNAME}1.4-lamm/${PORTNAME}1.4.b03-lamm.b02 -PKGNAMESUFFIX= -lamm${PKGNAMESUFFIX2} -DISTNAME= iroffer1.4.b03-lamm.b02 - -MAINTAINER= dinoex@FreeBSD.org -COMMENT= IRC "bot" that makes sharing files via DCC extremely easy - -LICENSE= GPLv2 - -CONFLICTS= iroffer-1.* iroffer-dinoex-3.* - -USES= tar:tgz -HAS_CONFIGURE= yes -CONFIGURE_SCRIPT= Configure - -OPTIONS_DEFINE= DOCS EXAMPLES - -post-patch: - ${REINPLACE_CMD} -e 's|cctype="gcc"|cctype="${CC}"|' \ - ${WRKSRC}/Configure - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/convertxdccfile ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_PROGRAM} ${WRKSRC}/iroffer ${STAGEDIR}${PREFIX}/bin/ - -do-install-DOCS-on: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/ - ${INSTALL_DATA} ${WRKSRC}/WHATSNEW ${STAGEDIR}${DOCSDIR}/ - -do-install-EXAMPLES-on: - ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/dynip.sh ${STAGEDIR}${EXAMPLESDIR}/ - ${INSTALL_DATA} ${WRKSRC}/iroffer.cron ${STAGEDIR}${EXAMPLESDIR}/ - ${INSTALL_DATA} ${WRKSRC}/sample.config ${STAGEDIR}${EXAMPLESDIR}/ - -.include <bsd.port.mk> diff --git a/irc/iroffer-lamm/distinfo b/irc/iroffer-lamm/distinfo deleted file mode 100644 index 4d6010fffcfd..000000000000 --- a/irc/iroffer-lamm/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (iroffer1.4.b03-lamm.b02.tgz) = 1a20fdf52ccbbeb3349db50b0575196c4068c978b5439f8891b00c50ad393ff5 -SIZE (iroffer1.4.b03-lamm.b02.tgz) = 160608 diff --git a/irc/iroffer-lamm/pkg-descr b/irc/iroffer-lamm/pkg-descr deleted file mode 100644 index 401ede98f666..000000000000 --- a/irc/iroffer-lamm/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -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. - -This is a fork of Iroffer with extended features. -It does support mIRC-style DCC Server Protocol. - -LICENSE: GPL2 or later - -WWW: http://iroffer-lamm.sourceforge.net/ diff --git a/irc/iroffer-lamm/pkg-message b/irc/iroffer-lamm/pkg-message deleted file mode 100644 index fed23e24f7fc..000000000000 --- a/irc/iroffer-lamm/pkg-message +++ /dev/null @@ -1,23 +0,0 @@ -[ -{ type: install - message: <<EOM -Sample configuration and crontab files have been placed in -${PREFIX}/share/examples/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/examples/iroffer/iroffer.cron for a sample. - -For more details on how to use the program see the comments in -${PREFIX}/share/examples/iroffer/sample.config, as well as the README -files ${PREFIX}/share/doc/iroffer/README and -${PREFIX}/share/doc/iroffer/WHATSNEW. -EOM -} -] diff --git a/irc/iroffer-lamm/pkg-plist b/irc/iroffer-lamm/pkg-plist deleted file mode 100644 index 28a6b68f2a1a..000000000000 --- a/irc/iroffer-lamm/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/convertxdccfile -bin/iroffer -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/WHATSNEW -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynip.sh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/iroffer.cron -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample.config |