notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
rlog Flexible message logging facility for C++
1.4_3 devel on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.4_3Version of this port present on the latest quarterly branch.
Maintainer: anastasios@mageirias.com search for ports maintained by this maintainer
Port Added: 2007-01-05 23:25:37
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
People watching this port, also watch:: tmux, font-misc-meltho, xclock, tk85, p5-Net-HTTP
License: LGPL21+
WWW:
https://www.arg0.net/rlog
Description:
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 file name, 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. See also: https://github.com/anastmag/rlog
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (96 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/rlog-1.4_3/catalog.mk
  3. /usr/local/share/licenses/rlog-1.4_3/LICENSE
  4. /usr/local/share/licenses/rlog-1.4_3/LGPL21+
  5. include/rlog/Error.h
  6. include/rlog/Lock.h
  7. include/rlog/Mutex.h
  8. include/rlog/RLogChannel.h
  9. include/rlog/RLogNode.h
  10. include/rlog/RLogPublisher.h
  11. include/rlog/RLogTime.h
  12. include/rlog/StdioNode.h
  13. include/rlog/SyslogNode.h
  14. include/rlog/common.h
  15. include/rlog/rlog-c99.h
  16. include/rlog/rlog-novariadic.h
  17. include/rlog/rlog-prec99.h
  18. include/rlog/rlog.h
  19. include/rlog/rloginit.h
  20. include/rlog/rloglocation.h
  21. lib/librlog.so
  22. lib/librlog.so.5
  23. lib/librlog.so.5.0.0
  24. libdata/pkgconfig/librlog.pc
  25. share/doc/rlog/html/Error_8h-source.html
  26. share/doc/rlog/html/Lock_8h-source.html
  27. share/doc/rlog/html/Mutex_8h-source.html
  28. share/doc/rlog/html/RLogChannel_8h-source.html
  29. share/doc/rlog/html/RLogNode_8h-source.html
  30. share/doc/rlog/html/RLogPublisher_8h-source.html
  31. share/doc/rlog/html/RLogTime_8h-source.html
  32. share/doc/rlog/html/StdioNode_8h-source.html
  33. share/doc/rlog/html/SyslogNode_8h-source.html
  34. share/doc/rlog/html/annotated.html
  35. share/doc/rlog/html/channel.html
  36. share/doc/rlog/html/classrlog_1_1Error-members.html
  37. share/doc/rlog/html/classrlog_1_1Error.html
  38. share/doc/rlog/html/classrlog_1_1FileNode-members.html
  39. share/doc/rlog/html/classrlog_1_1FileNode.html
  40. share/doc/rlog/html/classrlog_1_1FileNode.png
  41. share/doc/rlog/html/classrlog_1_1Lock-members.html
  42. share/doc/rlog/html/classrlog_1_1Lock.html
  43. share/doc/rlog/html/classrlog_1_1Mutex-members.html
  44. share/doc/rlog/html/classrlog_1_1Mutex.html
  45. share/doc/rlog/html/classrlog_1_1RLogChannel-members.html
  46. share/doc/rlog/html/classrlog_1_1RLogChannel.html
  47. share/doc/rlog/html/classrlog_1_1RLogChannel.png
  48. share/doc/rlog/html/classrlog_1_1RLogModule-members.html
  49. share/doc/rlog/html/classrlog_1_1RLogModule.html
  50. share/doc/rlog/html/classrlog_1_1RLogNode-members.html
  51. share/doc/rlog/html/classrlog_1_1RLogNode.html
  52. share/doc/rlog/html/classrlog_1_1RLogNode.png
  53. share/doc/rlog/html/classrlog_1_1RLogPublisher-members.html
  54. share/doc/rlog/html/classrlog_1_1RLogPublisher.html
  55. share/doc/rlog/html/classrlog_1_1RLogPublisher.png
  56. share/doc/rlog/html/classrlog_1_1StdioNode-members.html
  57. share/doc/rlog/html/classrlog_1_1StdioNode.html
  58. share/doc/rlog/html/classrlog_1_1StdioNode.png
  59. share/doc/rlog/html/classrlog_1_1SyslogNode-members.html
  60. share/doc/rlog/html/classrlog_1_1SyslogNode.html
  61. share/doc/rlog/html/classrlog_1_1SyslogNode.png
  62. share/doc/rlog/html/common_8h-source.html
  63. share/doc/rlog/html/component.html
  64. share/doc/rlog/html/config_8h-source.html
  65. share/doc/rlog/html/doxygen.css
  66. share/doc/rlog/html/doxygen.png
  67. share/doc/rlog/html/files.html
  68. share/doc/rlog/html/functions.html
  69. share/doc/rlog/html/functions_func.html
  70. share/doc/rlog/html/functions_vars.html
  71. share/doc/rlog/html/group__RLogMacros.html
  72. share/doc/rlog/html/hierarchy.html
  73. share/doc/rlog/html/index.html
  74. share/doc/rlog/html/modules.html
  75. share/doc/rlog/html/pages.html
  76. share/doc/rlog/html/rlog-c99_8h-source.html
  77. share/doc/rlog/html/rlog-novariadic_8h-source.html
  78. share/doc/rlog/html/rlog-prec99_8h-source.html
  79. share/doc/rlog/html/rlog_8h-source.html
  80. share/doc/rlog/html/rlog_8h.html
  81. share/doc/rlog/html/rloginit_8h-source.html
  82. share/doc/rlog/html/rloglocation_8h-source.html
  83. share/doc/rlog/html/structrlog_1_1ErrorData-members.html
  84. share/doc/rlog/html/structrlog_1_1ErrorData.html
  85. share/doc/rlog/html/structrlog_1_1PublishLoc-members.html
  86. share/doc/rlog/html/structrlog_1_1PublishLoc.html
  87. share/doc/rlog/html/structrlog_1_1RLogData-members.html
  88. share/doc/rlog/html/structrlog_1_1RLogData.html
  89. share/doc/rlog/html/tab_b.gif
  90. share/doc/rlog/html/tab_l.gif
  91. share/doc/rlog/html/tab_r.gif
  92. share/doc/rlog/html/tabs.css
  93. share/doc/rlog/refman.pdf
  94. @owner
  95. @group
  96. @mode
Collapse this list.
Dependency lines:
  • rlog>0:devel/rlog
To install the port:
cd /usr/ports/devel/rlog/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/rlog
  • pkg install rlog
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: rlog
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1476569776 SHA256 (anastmag-rlog-1.4_GH0.tar.gz) = 1e545e68beff7f306b09357f4175850b8787fd212a997026cf63fc11473e9a68 SIZE (anastmag-rlog-1.4_GH0.tar.gz) = 634249

Packages (timestamps in pop-ups are UTC):
rlog
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.4_31.4_31.4_31.4_31.4_3-1.4_3-
FreeBSD:13:quarterly1.4_31.4_31.4_31.4_31.4_31.4_31.4_31.4_3
FreeBSD:14:latest1.4_31.4_31.4_31.4_31.4_31.4_3-1.4_3
FreeBSD:14:quarterly1.4_31.4_3-1.4_31.4_31.4_31.4_31.4_3
FreeBSD:15:latest1.4_31.4_3n/a1.4_3n/a1.4_31.4_31.4_3
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
This port is required by:
for Libraries
  1. security/clamfs

Configuration Options:
===> The following configuration options are available for rlog-1.4_3: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
devel_rlog
USES:
gmake pathfix libtool
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/anastmag/rlog/tar.gz/1.4?dummy=/
Collapse this list.

Number of commits found: 25

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
1.4_3
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.4_3
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.4_3
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.4_3
06 Mar 2020 09:32:09
Revision:527866Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix LICENSE
- Add LICENSE_FILE
- Update WWW

Approved by:	portmgr blanket
1.4_3
13 Feb 2017 16:38:32
Revision:433999Original commit files touched by this commit
mat search for other commits by this committer
Fix USE_GITHUB usage.

For a couple of ports, bump PORTEPOCH as their version were wrong.

Sponsored by:	Absolight
1.4_3
12 Nov 2016 23:58:27
Revision:426002Original commit files touched by this commit
swills search for other commits by this committer
devel/rlog: Fix fetch and new maintainer

PR:		213511
Submitted by:	Mageirias Anastasios <anastasios@mageirias.com>
1.4_2
14 Sep 2016 15:59:34
Revision:422140Original commit files touched by this commit
mat search for other commits by this committer
GOOGLE_CODE has gone away.

- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN

Some ports have a local mirror configured but for security reasons, it
is not considered upstream.

Sponsored by:	Absolight
1.4_2
27 Oct 2014 11:07:20
Revision:371552Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
1.4_2
03 Jun 2014 00:39:59
Revision:356264Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Switch to USES=libtool, drop .la files
- Strip libraries
1.4_1
25 Jan 2014 00:30:33
Revision:340965Original commit files touched by this commit
bapt search for other commits by this committer
Support stage
1.4
20 Sep 2013 17:17:45
Revision:327726Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4)
1.4
14 Aug 2013 22:35:54
Revision:324744Original commit files touched by this commit Sanity Test Failure
ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
1.4
19 Mar 2013 13:04:31
Revision:314640Original commit files touched by this commit
eadler search for other commits by this committer
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.

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)
1.4
31 Aug 2011 22:14:29
Original commit files touched by this commit
dhn search for other commits by this committer
- Update to 1.4

PR:             ports/160095
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
1.3.7
02 Aug 2011 11:19:20
Original commit files touched by this commit
bapt search for other commits by this committer
Mark BROKEN: Does not fetch
1.3.7
03 Jul 2011 14:59:23
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
1.3.7
04 Dec 2010 07:34:27
Original commit files touched by this commit
ade search for other commits by this committer
Sync to new bsd.autotools.mk
1.3.7
25 Oct 2010 20:09:07
Original commit files touched by this commit
trasz search for other commits by this committer
Drop maintainership for ports I can't maintain anymore.
1.3.7
02 Aug 2009 19:36:34
Original commit files touched by this commit
mezz search for other commits by this committer
-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
1.3.7
01 Jun 2008 09:42:37
Original commit files touched by this commit
olgeni search for other commits by this committer
Large round of typo fixes in ports/devel (pkg-descr).
1.3.7
11 Jul 2007 22:06:17
Original commit files touched by this commit
trasz search for other commits by this committer
- Use proper capitalization in my email address.

Approved by:    miwi (mentor)
Suggested by:   sat
1.3.7
13 Apr 2007 13:03:49
Original commit files touched by this commit
trasz search for other commits by this committer
Change my email address to trasz@FreeBSD.org.

Approved by:    miwi (mentor)
1.3.7
01 Feb 2007 02:42:06
Original commit files touched by this commit
kris search for other commits by this committer
Use libtool port instead of included version to avoid objformat a.out botch
1.3.7
05 Jan 2007 23:24:43
Original commit files touched by this commit
miwi search for other commits by this committer
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>

Number of commits found: 25