Port details |
- iroffer-dinoex IRC "bot" that makes sharing files via DCC extremely easy
- 3.33_2 irc =3 3.33_1Version of this port present on the latest quarterly branch.
- Maintainer: dinoex@FreeBSD.org
- Port Added: 2009-04-13 08:44:29
- Last Update: 2024-07-15 11:45:00
- Commit Hash: a270dbf
- People watching this port, also watch:: octave-forge-geometry, chromium, p5-HTML-HTML5-Entities, octave-forge-data-smoothing, p5-Devel-KYTProf
- License: GPLv2
- WWW:
- https://iroffer.net/
- Description:
- 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 major rewrite of Iroffer with extended features.
It does support mutiple IRC networks, SSL and IPv6.
LICENSE: GPL2
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- iroffer-dinoex>0:irc/iroffer-dinoex
- Conflicts:
- CONFLICTS:
- iroffer-1*
- iroffer-lamm-1.*
- To install the port:
- cd /usr/ports/irc/iroffer-dinoex/ && make install clean
- To add the package, run one of these commands:
- pkg install irc/iroffer-dinoex
- pkg install iroffer-dinoex
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: iroffer-dinoex
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1688225355
SHA256 (iroffer-dinoex-3.33.tar.gz) = 752715253bf35a066dc7af423ae7c4ed7cd98f3466deed1414d817c547069c59
SIZE (iroffer-dinoex-3.33.tar.gz) = 540521
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby32 : lang/ruby32
- Runtime dependencies:
-
- ruby32 : lang/ruby32
- Library dependencies:
-
- libcurl.so : ftp/curl
- libmaxminddb.so : net/libmaxminddb
- libruby32.so : lang/ruby32
- libminiupnpc.so : net/miniupnpc
- libunwind.so : devel/libunwind
- Patch dependencies:
-
- ruby32 : lang/ruby32
-
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for iroffer-dinoex-3.33_2:
CURL=on: Data transfer support via cURL
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
GEOIP=on: GeoIP IP location support
RUBY=on: Ruby bindings or support
UPNP=on: UPnP protocol support
===> Use 'make config' to modify these settings
- Options name:
- irc_iroffer-dinoex
- USES:
- ssl ruby
- pkg-message:
- For install:
- 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.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.33_2 15 Jul 2024 11:45:00 |
Dirk Meyer (dinoex) |
net/miniupnpc: Update to 2.2.8 |
3.33_1 11 Jan 2024 16:47:07 |
Dirk Meyer (dinoex) |
irc/iroffer-dinoex: use ${PREFIX}/share/man |
3.33 01 Jul 2023 15:51:21 |
Dirk Meyer (dinoex) |
irc/iroffer-dinoex: update to 3.33 |
3.32_5 09 Jun 2023 09:01:33 |
Dirk Meyer (dinoex) |
iroffer-dinoex: fix build with openssl30 |
3.32_5 04 May 2023 01:44:27 |
Muhammad Moinur Rahman (bofh) |
irc/iroffer-dinoex: Mark BROKEN_SSL
- Fails to detect crypt.h fro OpenSSL 3.0.0 and later
Approved by: portmgr (blanket) |
3.32_5 26 Apr 2023 12:53:34 |
Piotr Kubaj (pkubaj) |
irc/iroffer-dinoex: enable libunwind on powerpc |
3.32_4 15 Jan 2023 02:45:23 |
Muhammad Moinur Rahman (bofh) |
*/*: Fix some ports conversion from USE_RUBY to USES=ruby
In my previous commit 18c6e18 I missed some ports where RUBY was
optional. This commit fixes those missing ports and fixes INDEX build.
Approved by: portmgr
Fixes: 18c6e18 Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.32_4 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.32_4 01 Nov 2021 21:28:58 |
Po-Chuan Hsieh (sunpoet) |
Mk/bsd.ruby.mk: Remove RUBY_NAME
Use ruby${RUBY_SUFFIX} or libruby${RUBY_SHLIBVER} directly.
It also fixes the inconsistency in lang/ruby{26,27,30}/{Makefile,pkg-plist}. |
3.32_4 28 Jun 2021 20:27:17 |
Piotr Kubaj (pkubaj) |
irc/iroffer-dinoex: enable libunwind on all supported architectures |
3.32_3 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.32_3 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
3.32_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.32_3 16 Apr 2020 14:49:59 |
dinoex |
- cleanup rc.d script |
3.32_2 10 Jan 2020 21:19:35 |
dinoex |
- fix build for CURRENT |
3.32_1 29 Dec 2019 11:31:25 |
dinoex |
- fixes default charset for all translations |
3.32 13 Aug 2019 22:22:35 |
mat |
Convert to UCL & cleanup pkg-message (categories h-k) |
3.32 24 Mar 2019 12:57:29 |
dinoex |
- update to 3.32 |
3.31_2 28 Jan 2019 13:46:20 |
dinoex |
- fix build on non-x86 architectures
PR: 235069
Submitted by: Mark Linimon |
3.31_1 13 Jan 2019 20:58:37 |
adamw |
Remove GeoIP-related options. Where possible, replace GeoIP 1 defaults
with GeoIP 2.
Also, as suggested by zi, add an UPDATING note about this. |
3.31 31 Dec 2018 15:15:30 |
dinoex |
- udpate MASTER_SITES |
3.31 31 Dec 2018 15:13:43 |
dinoex |
iroffer-dinoex
- update to 3.31
- update homepage |
3.30_3 09 May 2018 05:37:55 |
dinoex |
- update to miniupnpc 2.1
PR: 228050
Submitted by: Hung-Yi Chen
- fix python build
- add LICENSE for slave port
- make portlint happier
- bump PORTREVISION on ports using the shared lib |
3.30_2 25 Dec 2016 23:11:36 |
dinoex |
- update miniupnpc to 2.0.20161216
- bump API change |
3.30_1 02 Nov 2016 16:19:24 |
swills |
irc/iroffer-dinoex: fix RUBY LIB_DEPENDS
Should only be on when the option is enabled
Pointyhat to: swills
Reported by: mat |
3.30_1 02 Nov 2016 15:42:08 |
swills |
irc/iroffer-dinoex: convert from LIBRUBY to LIB_DEPENDS |
3.30_1 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
3.30_1 13 Oct 2015 18:41:03 |
dinoex |
- fix API for miniupnpc-1.9.20151008 |
3.30 08 Oct 2015 04:32:29 |
dinoex |
- cleanup |
3.30 08 Mar 2015 10:30:36 |
dinoex |
- update to 3.30 |
3.29_3 27 Oct 2014 13:00:22 |
bapt |
Cleanup plist |
3.29_3 11 Oct 2014 09:12:18 |
dinoex |
- update miniupnpc to 1.9
- bump users of shared lib version
PR: 194031 |
3.29_2 11 Aug 2014 17:05:50 |
adamw |
Bump PORTREVISION on all ports that depend on net/GeoIP for
r364627.
Approved by: portmgr (not really, but touches unstaged ports) |
3.29_1 15 Jul 2014 15:38:32 |
adamw |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. |
3.29_1 13 Jun 2014 07:36:28 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories G-I.
CR: D201
Approved by: portmgr (bapt) |
3.29_1 09 Mar 2014 14:00:23 |
dinoex |
- remove broken MANPREFIX |
3.29_1 28 Dec 2013 06:38:13 |
dinoex |
- use OPT_CONFIGURE_* |
3.29_1 06 Dec 2013 13:43:28 |
dinoex |
- drop PKGMESSAGE while install |
3.29_1 28 Oct 2013 20:17:50 |
dinoex |
- revert r331810 |
3.29_1 27 Oct 2013 22:29:46 |
dinoex |
- use STAGEDIR
- use OPTIONS_DEFINE |
3.29_1 21 Sep 2013 11:06:04 |
dinoex |
- fix misplaced NO_STAGE in slaveports and ifdefs |
3.29_1 20 Sep 2013 18:44:50 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
irc) |
3.29_1 11 Jul 2013 16:26:27 |
sunpoet |
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
- Add COOKIES
- Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
- Add GSSAPI and SPNEGO [2]
- Remove KERBEROS4
- Rename LIBIDN to IDN
- Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile
Changes: http://curl.haxx.se/changes.html
PR: ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by: miwi |
3.29 03 Mar 2013 21:22:26 |
dinoex |
- update to 3.29 |
3.28 13 Oct 2012 13:39:59 |
dinoex |
- cleanup comments
Feature safe: yes |
3.28 23 Aug 2012 04:39:53 |
dinoex |
- update to 3.28 |
3.27_1 15 Jun 2012 16:54:14 |
dinoex |
- use OPTIONS_DEFINE |
3.27_1 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
3.27_1 27 Oct 2011 12:14:39 |
dinoex |
- bump for miniupnpc update |
3.27 04 Sep 2011 13:18:58 |
dinoex |
- update to 3.27 |
3.26 20 Feb 2011 17:47:13 |
dinoex |
- update to 3.26
- new build targets |
3.25 02 Jan 2011 17:56:14 |
erwin |
- Use canonical format for FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here
PR: 153513
Submitted by: sunpoet |
3.25 15 Dec 2010 19:06:34 |
dinoex |
- update to 3.25
- add French files
- fix options for default package |
3.24 17 Oct 2010 14:20:16 |
dinoex |
- update to 3.24 |
3.23 07 Aug 2010 07:32:41 |
dinoex |
- rc.d stlye and comments
- update to 3.23 |
3.22 15 Jun 2010 15:26:41 |
dinoex |
- update to 3.22
Feature safe: yes |
3.21 05 Jun 2010 19:53:32 |
dinoex |
LICENSE GPLv2 |
3.21 08 May 2010 19:50:14 |
dinoex |
- update to 3.21
- add rc.d script |
3.20_1 09 Apr 2010 16:20:29 |
dinoex |
- honor given CC, LDFLAGS |
3.20_1 03 Apr 2010 10:44:36 |
roam |
Chase the ftp/curl shlib version bump. |
3.20 28 Jan 2010 18:46:32 |
dinoex |
- update to 3.20 |
3.19 23 Jan 2010 19:54:39 |
dinoex |
- update to 3.19
- enable german and italian translations |
3.18 15 Jan 2010 17:46:10 |
dinoex |
- fix build after ruby API change |
3.18 13 Jan 2010 09:45:42 |
dinoex |
- fix API change in ruby1.8
- update to 3.18 |
3.17 01 Nov 2009 17:53:07 |
dinoex |
- update to 3.17 |
3.16 01 Nov 2009 12:14:49 |
dinoex |
- update to 3.16 |
3.15 31 Jul 2009 12:39:43 |
dinoex |
- update to 3.15 |
3.14 12 Jun 2009 08:39:43 |
dinoex |
- fix build with custom LOCALBASE
Reported by: QAT |
3.14 12 Jun 2009 07:36:38 |
dinoex |
- fix build with custom LOCALBASE
Reported by: QAT |
3.14 20 May 2009 11:17:27 |
dinoex |
- update to 3.14 |
3.13 13 Apr 2009 07:51:30 |
dinoex |
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 major rewrite of Iroffer with extended features.
It does support mutiple IRC networks, SSL and IPv6.
LICENSE: GPL2
WWW: http://iroffer.dinoex.net/ |