aboutsummaryrefslogtreecommitdiffstats
path: root/mail/quickml
Commit message (Collapse)AuthorAgeFilesLines
* - Make patches for ruby19 environmentswills2012-07-2216-30/+314
| | | | | | | | | | - Fix Makefile - SUB_LIST: to work rc.d scripts proper. - PLIST_SUB: to change pkg-plist based on Make variables. PR: ports/169345 Submitted by: Masaki TAGAWA <masaki@club.kyutech.ac.jp> Approved by: maintainer timeout (yaizawa@2004.jukuin.keio.ac.jp, >3 weeks)
* - update png to 1.5.10dinoex2012-06-011-1/+1
|
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-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.
* Remove more tags from pkg-descr files fo the form:dougb2011-10-241-3/+0
| | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file.
* - Fix build with Ruby 1.9swills2011-07-272-0/+15
| | | | With hat: ruby@
* - remove MD5ohauer2011-07-031-1/+0
|
* Bump PORTREVISION after open-mofit updatemakc2011-05-021-1/+1
|
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* Punt autoconf267->autoconf268ade2010-10-161-1/+1
|
* Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-161-2/+2
| | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs
* - Switch to USERS/GROUPS macrosbapt2010-09-042-41/+5
| | | | | | | | - While here, add license PR: ports/148321 Submitted by: bapt (me) Approved by: maintainer timeout (9 weeks)
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* Update rc.d script.dougb2010-02-142-4/+15
| | | | Approved by: maintainer timeout
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* - Drop some empty filesmiwi2010-02-032-0/+0
| | | | | PR: 142990 Submitted by: Ulrich Spoerlein <uqs@spoerlein.net>
* - Missed a file addpgollucci2009-12-291-0/+31
| | | | Reported by: pointyhat via miwi
* Remove this (now empty) file after its contents were moved to quickml.indougb2009-12-181-0/+0
|
* - missed the rc.d filepgollucci2009-12-181-0/+18
|
* - USE_RC_SUBR != yespgollucci2009-12-185-75/+4
| | | | | | PR: ports/136841 Approved by: maintainer Submitted by: myself (pgollucci@)
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62ade2008-08-201-1/+1
| | | | Tested by: exp build run (erwin)
* Change to new email account.nork2008-03-291-1/+1
| | | | | | | Submitted by: Yuichiro Aizawa yaizawa at 2004.jukuin.keio.ac.jp (maintainer) Committed at: ASIABSDCon 2008 at Iidabashi, Tokyo, Japan Committed with: knu, metal, takawata, motoyuki, akiyama, ume, brooks, rrs, simokawa, daichi, hrs, nyan, imp, gnn, pjd, philip, mckusick
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.linimon2007-09-301-2/+2
| | | | | PR: ports/116639 Submitted by: aDe
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Fix MASTER_SITES and make it fetchable againgarga2006-03-022-2/+2
| | | | | | | | - Fix WWW line PR: ports/93627 Submitted by: maintainer Approved by: portmgr (erwin)
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Chase libversion bumb to libMagick.so.9edwin2006-01-051-1/+1
| | | | PR: ports/91270
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* Remove USE_AUTOTOOLS from the two ports that had it erroneously definedade2005-06-211-1/+0
| | | | for some reason as part of minor cleanups before the new world order.
* - Make gnuplot support compatible with gnuplot 4.0pav2005-01-142-2/+76
| | | | | PR: ports/76190 Submitted by: Yuichiro AIZAWA <yaizawa@mdbl.sfc.keio.ac.jp> (maintainer)
* - Implement a new option (off by default)sem2005-01-091-1/+14
| | | | | PR: ports/75871 Submitted by: maintainer
* - Install japanese translationpav2004-10-122-0/+6
| | | | | PR: ports/72244 Submitted by: Yuichiro AIZAWA <yaizawa@mdbl.sfc.keio.ac.jp> (maintainer)
* Add quickml, an easy to use mailing list manager written in Ruby.pav2004-07-0611-0/+313
PR: ports/68671 Submitted by: Yuichiro AIZAWA <yaizawa@mdbl.sfc.keio.ac.jp>