aboutsummaryrefslogtreecommitdiffstats
path: root/irc/keitairc2
Commit message (Collapse)AuthorAgeFilesLines
* - Convert to new perl frameworkaz2013-08-031-3/+2
| | | | - Trim Makefile header
* - Convert to use shebangfix USES flagehaupt2013-05-071-13/+10
| | | | | - Trim header - Use new options framework for DOCS
* - Set default perl version for ports which currently usingaz2012-12-161-2/+1
| | | | | | (5.x+ and x < 12) scheme. Approved by: bapt@ (portmgr@)
* - Remove SITE_PERL from *_DEPENDSaz2012-06-291-9/+9
|
* - Reassign to the heaptabthorpe2012-04-031-1/+1
| | | | | Approved by: portmgr (tabthorpe) Feature safe: yes
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* Update to 2.0.matusita2010-05-194-8/+30
|
* Fix build and removed BROKEN tag.matusita2010-05-112-7/+6
| | | | | | | | | - missing files added to plist - use -i option for FreeBSD 6 - fix package name (accidently changed in rev 1.4, restored) Pointyhat to: matusita Notified by: pav (but due to email trouble I couldn't read it until today)
* - Mark BROKEN: incomplete plistpav2010-05-071-0/+2
| | | | Reported by: pointyhat
* Forget to fix directory substitution...matusita2010-04-261-2/+2
| | | | | Since there are several minutes past from upgrading to 2.0rc1, no PORTREVSION bumps here.
* Update to 2.0 RC 1.matusita2010-04-262-18/+10
|
* Oops, use -i instead of -I; sed of releng/6 doesn't have this option.matusita2009-10-211-3/+3
| | | | No bumps here; no content change, just a fix for build.
* Introducing a new port: keitairc 2.x, IRC proxy for mobilephonematusita2009-10-214-0/+190
I've add this port as a 'new' port, even though we already have ports/irc/keitairc, keitairc 1.x. Because... - keitairc 2.x is a _complete_ rewrite of keitairc 1.x keitairc 1.x is just a single perl script, but keitairc 2.x is composed of a script, Keitairc perl module, templates, etc. Also there is no configuration file compability between 1.x and 2.x. - keitairc 2.x port is a _complete_ rewrite of keitairc 1.x Since the application structure is changed, I have to write a new port for 2.x, instead of _modify_ 1.x port. Tested by: nork