Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert irc to USES=pkgconfig | bapt | 2013-04-23 | 1 | -7/+2 |
| | |||||
* | This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix. | eadler | 2013-03-19 | 1 | -1/+1 |
| | | | | | | | | | If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi) | ||||
* | * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which | kwm | 2013-03-08 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | are the latest stable releases. * Update vala to the newest stable release 0.18.1, also update a few ports in the gtk/gnome stack. * The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles. * Remove pkg-config run depends from glib20 and freetype2. This doesn't eliminate pkg-config run dependency completely, a second phase is needed and is planned. * Support for .:run. and .:build. for USE_GNOME components was added. Currently only libxml2 and libxslt support this mechanism. * Updates of the telepathy stack and empathy. * Trim makefile headers, convert ports to new options, trim off library versions for some ports. * Fix other ports so they build with the new glib version. Thanks to miwi and crees for helping out with some exp-runs. Approved by: portmgr (miwi & bapt) Obtained from: gnome team repo | ||||
* | - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or | swills | 2012-06-11 | 1 | -1/+1 |
| | | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi) | ||||
* | - Get Rid MD5 support | miwi | 2011-03-19 | 1 | -1/+0 |
| | |||||
* | - Fix MAINTAINER address. | romain | 2010-08-24 | 1 | -1/+1 |
| | |||||
* | SmartIrc4net is a multi-threaded and thread-safe IRC library written in C#. It | romain | 2010-06-05 | 4 | -0/+39 |
allows you to communicate with IRC servers. The API features full channel syncing and is splitted in 3 layers: IrcConnection, IrcCommands and IrcClient. WWW: http://smartirc4net.meebey.net/jaws/ PR: ports/141443 Submitted by: Romain Tartiere <romain at blogreen.org> |