| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
31 Aug 2011 22:14:29
1.4
|
dhn  |
- Update to 1.4
PR: ports/160095
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
02 Aug 2011 11:19:20
1.3.7
|
bapt  |
Mark BROKEN: Does not fetch |
03 Jul 2011 14:59:23
1.3.7
|
ohauer  |
-remove MD5 |
04 Dec 2010 07:34:27
1.3.7
|
ade  |
Sync to new bsd.autotools.mk |
25 Oct 2010 20:09:07
1.3.7
|
trasz  |
Drop maintainership for ports I can't maintain anymore. |
02 Aug 2009 19:36:34
1.3.7
|
mezz  |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
01 Jun 2008 09:42:37
1.3.7
|
olgeni  |
Large round of typo fixes in ports/devel (pkg-descr). |
11 Jul 2007 22:06:17
1.3.7
|
trasz  |
- Use proper capitalization in my email address.
Approved by: miwi (mentor)
Suggested by: sat |
13 Apr 2007 13:03:49
1.3.7
|
trasz  |
Change my email address to trasz@FreeBSD.org.
Approved by: miwi (mentor) |
01 Feb 2007 02:42:06
1.3.7
|
kris  |
Use libtool port instead of included version to avoid objformat a.out botch |
05 Jan 2007 23:24:43
1.3.7
|
miwi  |
RLog provides a flexible message logging facility for C++ programs
and libraries. It is subscription based, meaning you can subscribe
to messages of your choice in an number of ways: by hierarchical
channel name (e.g. "debug", "debug/ special", "error", etc.), or
filename, component name, etc. Log messages are individually enabled.
It is meant to be fast enough to leave in production code - even
where it may be called many times, as both the GCC and Intel compilers
reduce the logging overhead a few clock cycles if they are dormant
(with no subscribers). Other add-on components can extend subscriptions
to external programs, allowing you to enable and collect debugging
messages remotely.
WWW: http://arg0.net/wiki/rlog
PR: ports/107596
Submitted by: trasz <trasz at pin.if.uz.zgora.pl> |