summaryrefslogtreecommitdiff
path: root/mail/kbiff (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.Joe Marcus Clarke2003-08-261-1/+1
| | | | | | | Prodded by: kris Notes: svn path=/head/; revision=87743
* Chase the libintl.so shared lib version.Joe Marcus Clarke2003-08-251-1/+1
| | | | Notes: svn path=/head/; revision=87644
* Add some @unexec rmdir linesTilman Keskinoz2003-03-231-0/+17
| | | | | | | Spotted by: bento Notes: svn path=/head/; revision=77277
* de-pkg-commentTilman Keskinoz2003-02-222-1/+1
| | | | Notes: svn path=/head/; revision=76148
* Add a missing ManpageTilman Keskinoz2003-02-021-0/+3
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=74479
* Update to 3.6.3Tilman Keskinoz2002-11-144-19/+13
| | | | | | | This fixes the on-mouse-over crash reported by many. Notes: svn path=/head/; revision=70097
* Update my EmailaddressTilman Keskinoz2002-10-302-2/+15
| | | | | | | | | | Disable Floating Status, which crashes kbiff [1] Bump PORTREVISION [1] Noticed by: Joey Mingrone <joey@mingrone.org> Notes: svn path=/head/; revision=69154
* Assign maintainership to Tilman Linneweh <tilman@arved.de>Kris Kennaway2002-09-271-1/+1
| | | | Notes: svn path=/head/; revision=67160
* Update to kbiff 3.6.1 (uses kdelibs3 instead of 2)Kris Kennaway2002-08-314-11/+13
| | | | | | | Submitted by: Tilman Linneweh <tilman@arved.de> Notes: svn path=/head/; revision=65392
* Chase shlib rev of devel/gettextAde Lovett2002-08-011-1/+1
| | | | | | | | Submitted by: lots and lots Pointy hat to: ade Notes: svn path=/head/; revision=63850
* Update to kbiff 3.6Kris Kennaway2002-05-052-3/+2
| | | | Notes: svn path=/head/; revision=58564
* gettext upgrade uber-patch (stage 3)Ade Lovett2002-04-121-1/+2
| | | | | | | | | | | | | - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr Notes: svn path=/head/; revision=57625
* Stage 1 of gettext update.Ade Lovett2002-03-151-1/+1
| | | | | | | | | | | | | | | Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr Notes: svn path=/head/; revision=56168
* Upgrade to kbiff 3.4.2 and remove dependency on kdelibs-1.1.2 now that thisKris Kennaway2001-07-074-30/+57
| | | | | | | works with KDE2 Notes: svn path=/head/; revision=44895
* Overhaul QT/KDE support:Will Andrews2001-04-031-3/+2
| | | | | | | | | | | | | | | | | | | | | - bsd.port.mk update to use bsd.kde.mk for USE_{QT,KDE}* - Cleanup corresponding ports for bsd.kde.mk update. - Fix bsd.kde.mk: use correct kdelibs dependency, put qt at the bottom, introduce QT_NONSTANDARD variable for nonstandard configure setup. - Update KDE2 to 2.1.1. Two patches included in x11/kdelibs2 to fix the proxy authentication that was broken for 2.1.1. Remove old patches. - Potentially fix kdelibs build for alpha. - Fix qt-designer 2.3.0 build. - Ruby stuff left alone since it looks like black magic to me. Should still work w/ compat shims for older USE_QT[,2] style. Some others were also left alone for the same reason. Reviewed by: portmgr, ports (bsd.kde.mk+bsd.port.mk) Submitted by: David Faure <faure@kde.org> (proxy auth patches) Alex Zepeda <garbanzo@kde.org> (old patches removal) Notes: svn path=/head/; revision=40792
* Spaces->tabs in the mail category.Jimmy Olgeni2001-02-051-1/+1
| | | | | | | (I know, I look boring and pedant :o) Notes: svn path=/head/; revision=37983
* Fennerize MASTER_SITE and WWWKris Kennaway2000-09-212-2/+2
| | | | Notes: svn path=/head/; revision=32950
* Update to use PORTNAME/PORTVERSIONChris Piazza2000-04-131-2/+2
| | | | Notes: svn path=/head/; revision=27500
* Bump shlib versions of kdelibs11 and kdesupport11.Satoshi Asami2000-02-241-1/+1
| | | | Notes: svn path=/head/; revision=26244
* Upgrade to kbiff 2.3.12Kris Kennaway2000-01-163-16/+19
| | | | | | | Prompted by: Will Andrews <andrews@technologist.com> Notes: svn path=/head/; revision=24783
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20954
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s Notes: svn path=/head/; revision=19803
* Add (prepare to be shocked) WWW:Michael Haro1999-05-031-1/+1
| | | | Notes: svn path=/head/; revision=18434
* Don't use CFLAGS for CXXFLAGS. If someone wants to compile the port usingKris Kennaway1999-04-251-2/+2
| | | | | | | optimization settings, they can use CXXFLAGS like everyone else :-) Notes: svn path=/head/; revision=18124
* Upgrade to v2.3, take over MAINTAINERship.Kris Kennaway1999-04-242-6/+7
| | | | | | | Reviewed by: andreas (previous maintainer) Notes: svn path=/head/; revision=18110
* Now that gettext includes a shared library, dependencies shouldJacques Vidrine1999-03-191-3/+2
| | | | | | | | | | use it in LIB_DEPENDS. PR: ports/10647 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=17285
* Upgrade to 2.0Dirk Froemberg1998-12-284-19/+28
| | | | | | | Requested by: Andreas Klemm <andreas@FreeBSD.ORG> Notes: svn path=/head/; revision=15694
* ElfifyBrian Somers1998-10-021-5/+3
| | | | Notes: svn path=/head/; revision=13599
* Mark all KDE ports BROKEN for ELF.Justin M. Seger1998-09-301-1/+3
| | | | Notes: svn path=/head/; revision=13545
* Upgrade to version 0.8Andreas Klemm1998-08-312-3/+3
| | | | Notes: svn path=/head/; revision=12971
* kde shared libs are now at version 1. Gosh, no wonder they kept beingSatoshi Asami1998-08-251-3/+3
| | | | | | | reinstalled over and over. Notes: svn path=/head/; revision=12836
* Replace qt dependencies with USE_QT.Satoshi Asami1998-08-121-4/+3
| | | | | | | | (Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and GNU_CONFIGURE) Notes: svn path=/head/; revision=12469
* Fix up dependencies for ports that moved into the x11-toolkits category.Satoshi Asami1998-08-071-3/+3
| | | | Notes: svn path=/head/; revision=12335
* Import of new port kbiffAndreas Klemm1998-06-145-0/+62
KBiff is a mail notification utility for the KDE project. It has several advantages over much of its competition: o Pure GUI Configuration o Session Management o Panel Docking o Animated Gifs o Sounds o POP3 Support http://www.geocities.com/SiliconValley/Hills/2651/kbiff.html Notes: svn path=/head/; revision=11426