aboutsummaryrefslogtreecommitdiff
path: root/irc/iroffer-dinoex
Commit message (Collapse)AuthorAgeFilesLines
* - cleanup commentsDirk Meyer2012-10-131-5/+0
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=305832
* - update to 3.28Dirk Meyer2012-08-232-4/+3
| | | | Notes: svn path=/head/; revision=302978
* - use OPTIONS_DEFINEDirk Meyer2012-06-151-10/+8
| | | | Notes: svn path=/head/; revision=299366
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=289156
* - bump for miniupnpc updateDirk Meyer2011-10-271-1/+2
| | | | Notes: svn path=/head/; revision=284437
* - update to 3.27Dirk Meyer2011-09-043-8/+20
| | | | Notes: svn path=/head/; revision=281155
* - update to 3.26Dirk Meyer2011-02-203-46/+46
| | | | | | | - new build targets Notes: svn path=/head/; revision=269402
* - Use canonical format for FreeBSD.org MAINTAINER addressesErwin Lansing2011-01-021-1/+1
| | | | | | | | | | - Remove obsolete MD5 checksum while I'm here PR: 153513 Submitted by: sunpoet Notes: svn path=/head/; revision=267288
* - update to 3.25Dirk Meyer2010-12-153-7/+16
| | | | | | | | - add French files - fix options for default package Notes: svn path=/head/; revision=266362
* - update to 3.24Dirk Meyer2010-10-172-4/+4
| | | | Notes: svn path=/head/; revision=263149
* - rc.d stlye and commentsDirk Meyer2010-08-073-9/+11
| | | | | | | - update to 3.23 Notes: svn path=/head/; revision=258862
* - update to 3.22Dirk Meyer2010-06-152-4/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=256554
* LICENSE GPLv2Dirk Meyer2010-06-051-0/+1
| | | | Notes: svn path=/head/; revision=255828
* - update to 3.21Dirk Meyer2010-05-083-5/+62
| | | | | | | - add rc.d script Notes: svn path=/head/; revision=253952
* - honor given CC, LDFLAGSDirk Meyer2010-04-091-2/+3
| | | | Notes: svn path=/head/; revision=252482
* Chase the ftp/curl shlib version bump.Peter Pentchev2010-04-031-0/+1
| | | | Notes: svn path=/head/; revision=252125
* - update to 3.20Dirk Meyer2010-01-282-4/+4
| | | | Notes: svn path=/head/; revision=248761
* - update to 3.19Dirk Meyer2010-01-233-8/+20
| | | | | | | - enable german and italian translations Notes: svn path=/head/; revision=248434
* - fix build after ruby API changeDirk Meyer2010-01-151-1/+4
| | | | Notes: svn path=/head/; revision=247949
* - fix API change in ruby1.8Dirk Meyer2010-01-132-4/+5
| | | | | | | - update to 3.18 Notes: svn path=/head/; revision=247798
* - update to 3.17Dirk Meyer2009-11-012-4/+4
| | | | Notes: svn path=/head/; revision=243611
* - update to 3.16Dirk Meyer2009-11-012-4/+4
| | | | Notes: svn path=/head/; revision=243600
* - update to 3.15Dirk Meyer2009-07-312-10/+5
| | | | Notes: svn path=/head/; revision=238699
* - fix build with custom LOCALBASEDirk Meyer2009-06-121-1/+1
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=235637
* - fix build with custom LOCALBASEDirk Meyer2009-06-121-0/+1
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=235631
* - update to 3.14Dirk Meyer2009-05-202-4/+8
| | | | Notes: svn path=/head/; revision=234267
* iroffer is a fileserver for irc (commonly referred to as a DCC bot). ItDirk Meyer2009-04-135-0/+133
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/ Notes: svn path=/head/; revision=232293