aboutsummaryrefslogtreecommitdiff
path: root/devel/libsigc++20
Commit message (Collapse)AuthorAgeFilesLines
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79332
* Update to 1.2.4.Joe Marcus Clarke2003-04-042-3/+2
| | | | Notes: svn path=/head/; revision=78113
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Add a dependency on pkgconfig.Joe Marcus Clarke2003-01-131-1/+4
| | | | | | | Reported by: bento Notes: svn path=/head/; revision=73055
* Update to 1.2.2.Joe Marcus Clarke2003-01-012-5/+8
| | | | Notes: svn path=/head/; revision=72079
* Add a missing dependency on m4.Joe Marcus Clarke2002-10-191-0/+2
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=68355
* Update to 1.2.0.Joe Marcus Clarke2002-10-193-5/+5
| | | | Notes: svn path=/head/; revision=68314
* Add libsigc++12 after repo copy from libsigc++. Libsigc++2 is the typesafeJoe Marcus Clarke2002-10-129-153/+59
| | | | | | | | | | | callback library for C++. PR: 36945 Submitted by: garrett rooney <rooneg@electricjellyfish.net> Martin Klaffenboeck <martin.klaffenboeck@gmx.at> Notes: svn path=/head/; revision=67852
* GNOME has just changed the layout of their FTP site. This resulted inJoe Marcus Clarke2002-09-201-1/+1
| | | | | | | | making all the distfiles unfetachable. Update all GNOME ports that fetch from MASTER_SITE_GNOME to fetch from the correct location. Notes: svn path=/head/; revision=66862
* Respect NOPORTDOCS, and add missing directories to plistKris Kennaway2002-09-141-13/+19
| | | | Notes: svn path=/head/; revision=66322
* Remove USE_NEWGCC, which is no longer supported or required.Kris Kennaway2002-08-311-1/+0
| | | | | | | | Submitted by: Tilman Linneweh <tilman@arved.de> PR: ports/40571 Notes: svn path=/head/; revision=65347
* Remove a dead patch.Joe Marcus Clarke2002-08-061-0/+0
| | | | Notes: svn path=/head/; revision=64119
* Update to 1.0.4, and make this port safe for when libsigc++-1.2 gets addedJoe Marcus Clarke2002-08-068-91/+68
| | | | | | | | | to the tree. Prompted by: Neil Darlow <neil@darlow.co.uk> Notes: svn path=/head/; revision=64118
* Comment out DIST_SUBDIR=gnome pending next version update.Maxim Sobolev2002-02-122-2/+2
| | | | Notes: svn path=/head/; revision=54601
* These are GNOME components more than anything else, so track the versionAde Lovett2002-02-122-5/+6
| | | | | | | as supplied by MASTER_SITE_GNOME. Notes: svn path=/head/; revision=54587
* Update to GNOME 1.4 -- massive changes all around, for the sake ofAde Lovett2001-05-042-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CVS repo bloat, I'll only list the updates. graphics/imlib 1.9.9 -> 1.9.10 textproc/xml-i18n-tools 0.8 -> 0.8.1 x11/gnomelibs 1.2.11 -> 1.2.13 devel/oaf 0.6.2 -> 0.6.5 devel/gconf 0.12 -> 1.0.0 devel/gnomevfs 0.5 -> 1.0 graphics/gdk-pixbuf 0.9.0 -> 0.11.0 sysutils/gnomecontrolcenter 1.2.2 -> 1.4.0.1 print/gnomeprint 0.25 -> 0.28 devel/bonobo 0.37 -> 1.0.3 audio/gnomeaudio 1.0.0 -> 1.4.0 x11/gnomecore 1.2.4 -> 1.4.0.3 devel/libgtop 1.0.11 -> 1.0.12 x11/gnomeapplets 1.2.4 -> 1.4.0.1 misc/gnomeuserdocs NEW 1.4.1 misc/gnomeutils 1.2.1 -> 1.4.0 deskutils/gnomepim 1.2.0 -> 1.4.0 games/gnomegames 1.2.0 -> 1.4.0.1 print/ggv 0.95 -> 1.0 editors/ghex 1.1.4 -> 1.2 devel/bugbuddy 1.2 -> 2.0.1 devel/glade 0.5.11 -> 0.6.2 sysutils/gtop 1.0.12 -> 1.0.13 x11/xalf NEW 0.11 x11-toolkits/py-gtk 0.6.6 -> 0.6.7 x11-toolkits/py-gnome 1.0.53 -> 1.4.0 x11-toolkits/guile-gtk 0.19 -> 0.20 x11-toolkits/guile-gnome 0.10 -> 0.20 devel/libsigc++ 1.0.1 -> 1.0.3 x11-toolkits/gnome-- 1.1.15 -> 1.1.17 x11-toolkits/panel-- NEW 0.1 x11-fm/gnomemc 4.5.51 -> 4.5.54 Notes: svn path=/head/; revision=42257
* Update to 1.0.1. Move to USE_LIBTOOL and rid ourselves of .la file. FixWill Andrews2000-08-115-20/+20
| | | | | | | | | | -lc_r -> -pthread. Update PLIST. PR: 20174 Submitted by: Stijn Hoop <stijn@win.tue.nl> Notes: svn path=/head/; revision=31512
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Fourth round of INSTALLS_SHLIBS conversion.Maxim Sobolev2000-06-162-3/+1
| | | | Notes: svn path=/head/; revision=29630
* Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.Maxim Sobolev2000-06-141-1/+2
| | | | Notes: svn path=/head/; revision=29595
* Update to version 1.0.0.Steve Price2000-04-295-14/+15
| | | | | | | | PR: 18066 Submitted by: maintainer Notes: svn path=/head/; revision=28106
* PORTNAME/PORTVERSION updateMichael Haro2000-04-111-2/+2
| | | | Notes: svn path=/head/; revision=27452
* forgot this fileMichael Haro2000-02-011-0/+11
| | | | | | | PR: 16494 Notes: svn path=/head/; revision=25382
* update WWW and move sigc++config.hMichael Haro2000-02-013-3/+3
| | | | | | | | PR: 16494 Submitted by: maintainer Notes: svn path=/head/; revision=25381
* Adding libsigc++ version 0.8.6.Steve Price2000-01-2910-0/+185
A callback framework for C++. PR: 16419 Submitted by: Joe Lu <JoeLu@JoeLu.m8.ntu.edu.tw> Notes: svn path=/head/; revision=25286