Port details |
- libvanessa_logger Library that provides a generic logging layer
- 0.0.10_1 devel =4 0.0.10_1Version of this port present on the latest quarterly branch.
- Maintainer: thomas@bsdunix.ch
- Port Added: 2001-05-20 00:41:14
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: libvanessa_adt, libxml2, mc, p5-libwww, p5-Data-ShowTable
- License: not specified in port
- WWW:
- https://horms.net/projects/vanessa/
- Description:
- libvanessa_logger provides a generic logging layer that may be used to log
to one or more of syslog, an open file handle or a file name. Though due to
limitations in the implementation of syslog opening multiple syslog loggers
doesn't makes sense. Includes the ability to limit which messages will be
logged based on priorities.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libvanessa_logger>0:devel/libvanessa_logger
- To install the port:
- cd /usr/ports/devel/libvanessa_logger/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/libvanessa_logger
- pkg install libvanessa_logger
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libvanessa_logger
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (vanessa_logger-0.0.10.tar.bz2) = f5517dcd31d1af11ca2dce6a281fa3a3bedea98e0441e4b3895583c23be5353f
SIZE (vanessa_logger-0.0.10.tar.bz2) = 265809
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Libraries
-
- devel/libvanessa_adt
- devel/libvanessa_socket
- mail/perdition
Configuration Options:
- No options to configure
- Options name:
- devel_libvanessa_logger
- USES:
- libtool pathfix tar:bzip2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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) |
0.0.10_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
0.0.10_1 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
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 ) |
0.0.10_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.0.10_1 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
0.0.10_1 30 Jul 2014 01:51:48 |
amdmi3 |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket |
0.0.10 29 Jul 2014 18:41:17 |
adamw |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
0.0.10 25 Sep 2013 00:54:09 |
bdrewery |
- Remove NO_STAGE as these have been tested to be safe
With hat: portmgr |
0.0.10 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.0.10 30 Jul 2013 13:45:39 |
bapt |
Clang 3.3 is a bit stricted than clang 3.1 |
0.0.10 30 Jul 2013 08:57:41 |
bapt |
FreeBSD's syslog.h defines properly the facilitynames, no need to redefine them
This fixes build with clang |
0.0.10 19 Mar 2013 13:04:31 |
eadler |
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) |
0.0.10 11 Dec 2012 14:14:42 |
jhale |
- Update to 0.0.10
- s/YES/yes in USE_*
- Trim Makefile header
- Sort pkg-plist
- Update WWW in pkg-descr
PR: ports/168300
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Approved by: maintainer |
0.0.7 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
0.0.7 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
0.0.7 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.0.7 02 Aug 2009 19:36:34 |
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 |
0.0.7 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
0.0.7 01 Feb 2007 02:42:06 |
kris |
Use libtool port instead of included version to avoid objformat a.out botch |
0.0.7 04 May 2006 21:41:12 |
edwin |
Remove USE_REINPLACE from all categories starting with D |
0.0.7 19 Dec 2005 10:06:19 |
clement |
- Update perdition to 1.17
- Pass maintainership of perdition and libvanessa* to submitter
Submitted by: Thomas Vogt <thomas@bsdunix.ch>
Also submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> [1]
PR: ports/83305 [1] |
0.0.7 24 Nov 2005 15:40:04 |
pav |
- Add some SHA256 checksums |
0.0.7 30 Oct 2005 11:07:48 |
clement |
- Update to 0.0.7
- Drop maintainership |
0.0.6 07 Apr 2004 14:09:28 |
clement |
- Reintroduce .la file since they aren't "librerias non grata"
anymore
Discussed with: dougb, lofi, and many more |
0.0.6 23 Mar 2004 16:08:22 |
clement |
- Update to 0.0.7
- kill .la files
- remove useless sample program |
0.0.5 14 Mar 2004 06:17:56 |
ade |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
0.0.5 07 Feb 2004 17:16:21 |
clement |
- SIZEify distinfo |
0.0.5 13 Jan 2004 15:04:51 |
clement |
- Update my email address
Approved and reviewed by: erwin (mentor) |
0.0.5 15 Dec 2003 20:38:28 |
pav |
- Update libvanessa_adt to 0.0.5
- Update libvanessa_logger to 0.0.5
- Update libvanessa_socket to 0.0.6
PR: ports/60261
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer) |
0.0.4 01 Jul 2003 12:29:51 |
daichi |
update devel/libvanessa_logger: 0.0.2 --> 0.0.4
PR: 53360
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> |
0.0.2 20 Feb 2003 17:07:10 |
knu |
De-pkg-comment. |
0.0.2 12 Dec 2002 08:38:25 |
edwin |
Fixed master_sites for these ports
PR: ports/46065
Submitted by: Mark Linimon <linimon@lonesome.com> |
0.0.2 18 Nov 2002 03:06:10 |
kuriyama |
Pass maintainership for these ports to ports@.
Domain of former maintainer is not exist. |
29 Dec 2001 06:03:07 |
petef |
Update to 0.0.2. |
26 Dec 2001 11:14:10 |
sobomax |
(forced) Just to clarify: previous change was not submitted by maintainer (as
I erroneously stated in the commit message), but by corecode@corecode.ath.cx.
|
26 Dec 2001 11:10:58 |
sobomax |
Fix exploitable format string vulnerability. |
31 Aug 2001 15:20:29 |
sobomax |
USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate. |
20 May 2001 04:41:14 |
will |
Add libvanessa_logger 0.0.1, a library that provides a generic logging layer.
|