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) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
libvanessa_logger Library that provides a generic logging layer
0.0.10_1 devel on this many watch lists=2 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 0.0.10_1Version of this port present on the latest quarterly branch.
Maintainer: thomas@bsdunix.ch search for ports maintained by this maintainer
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:: mhash, p5-DBD-mysql, python, glib
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.
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 (10 items)
Collapse this list.
  1. @ldconfig
  2. include/vanessa_logger.h
  3. lib/libvanessa_logger.a
  4. lib/libvanessa_logger.so
  5. lib/libvanessa_logger.so.0
  6. lib/libvanessa_logger.so.0.0.5
  7. libdata/pkgconfig/vanessa-logger.pc
  8. @owner
  9. @group
  10. @mode
Collapse this list.
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):
libvanessa_logger
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.0.10_10.0.10_10.0.10_10.0.10_10.0.10_1-0.0.10_1-
FreeBSD:13:quarterly0.0.10_10.0.10_10.0.10_10.0.10_10.0.10_10.0.10_10.0.10_10.0.10_1
FreeBSD:14:latest0.0.10_10.0.10_10.0.10_10.0.10_10.0.10_10.0.10_1-0.0.10_1
FreeBSD:14:quarterly0.0.10_10.0.10_1-0.0.10_10.0.10_10.0.10_10.0.10_10.0.10_1
FreeBSD:15:latest0.0.10_10.0.10_1n/a0.0.10_1n/a0.0.10_10.0.10_10.0.10_1
FreeBSD:15:quarterly--n/a-n/a---
This port has no dependencies.
This port is required by:
for Libraries
  1. devel/libvanessa_adt
  2. devel/libvanessa_socket
  3. 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:
Expand this list (1 items)
Collapse this list.
  1. http://horms.net/projects/vanessa/download/vanessa_logger/0.0.10/
Collapse this list.

Number of commits found: 38

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)
0.0.10_1
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)
0.0.10_1
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)
0.0.10_1
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.
0.0.10_1
19 May 2016 10:21:25
Revision:415498Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-descrs, categories [a-f]*

Approved by:	portmgr blanket
0.0.10_1
30 Jul 2014 01:51:48
Revision:363430Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Switch to USES=libtool, drop .la files

Approved by:	portmgr blanket
0.0.10
29 Jul 2014 18:41:17
Revision:363371Original commit files touched by this commit Sanity Test Failure
adamw search for other commits by this committer
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
Revision:328226Original commit files touched by this commit
bdrewery search for other commits by this committer
- Remove NO_STAGE as these have been tested to be safe

With hat:	portmgr
0.0.10
20 Sep 2013 17:13:47
Revision:327724Original 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 3)
0.0.10
30 Jul 2013 13:45:39
Revision:323967Original commit files touched by this commit
bapt search for other commits by this committer
Clang 3.3 is a bit stricted than clang 3.1
0.0.10
30 Jul 2013 08:57:41
Revision:323950Original commit files touched by this commit
bapt search for other commits by this committer
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
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)
0.0.10
11 Dec 2012 14:14:42
Revision:308692Original commit files touched by this commit
jhale search for other commits by this committer
- 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
Original commit files touched by this commit
dougb search for other commits by this committer
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
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
0.0.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
0.0.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
0.0.7
19 Apr 2008 17:56:05
Original commit files touched by this commit Sanity Test Failure
miwi search for other commits by this committer
- 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
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
0.0.7
04 May 2006 21:41:12
Original commit files touched by this commit
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with D
0.0.7
19 Dec 2005 10:06:19
Original commit files touched by this commit
clement search for other commits by this committer
- 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
Original commit files touched by this commit
pav search for other commits by this committer
- Add some SHA256 checksums
0.0.7
30 Oct 2005 11:07:48
Original commit files touched by this commit
clement search for other commits by this committer
- Update to 0.0.7
- Drop maintainership
0.0.6
07 Apr 2004 14:09:28
Original commit files touched by this commit
clement search for other commits by this committer
- 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
Original commit files touched by this commit
clement search for other commits by this committer
- Update to 0.0.7
- kill .la files
- remove useless sample program
0.0.5
14 Mar 2004 06:17:56
Original commit files touched by this commit
ade search for other commits by this committer
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
Original commit files touched by this commit
clement search for other commits by this committer
- SIZEify distinfo
0.0.5
13 Jan 2004 15:04:51
Original commit files touched by this commit
clement search for other commits by this committer
- Update my email address

Approved and reviewed by:    erwin (mentor)
0.0.5
15 Dec 2003 20:38:28
Original commit files touched by this commit
pav search for other commits by this committer
- 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
Original commit files touched by this commit
daichi search for other commits by this committer
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
Original commit files touched by this commit
knu search for other commits by this committer
De-pkg-comment.
0.0.2
12 Dec 2002 08:38:25
Original commit files touched by this commit
edwin search for other commits by this committer
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
Original commit files touched by this commit
kuriyama search for other commits by this committer
Pass maintainership for these ports to ports@.
Domain of former maintainer is not exist.
29 Dec 2001 06:03:07
commit hash: fp1.22674@dev.null.freshports.orgcommit hash: fp1.22674@dev.null.freshports.orgcommit hash: fp1.22674@dev.null.freshports.orgcommit hash: fp1.22674@dev.null.freshports.org files touched by this commit
petef search for other commits by this committer
Update to 0.0.2.    
26 Dec 2001 11:14:10
commit hash: fp1.22560@dev.null.freshports.orgcommit hash: fp1.22560@dev.null.freshports.orgcommit hash: fp1.22560@dev.null.freshports.orgcommit hash: fp1.22560@dev.null.freshports.org files touched by this commit
sobomax search for other commits by this committer
(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
commit hash: fp1.22559@dev.null.freshports.orgcommit hash: fp1.22559@dev.null.freshports.orgcommit hash: fp1.22559@dev.null.freshports.orgcommit hash: fp1.22559@dev.null.freshports.org files touched by this commit
sobomax search for other commits by this committer
Fix exploitable format string vulnerability.    
31 Aug 2001 15:20:29
commit hash: fp1.18210@dev.null.freshports.orgcommit hash: fp1.18210@dev.null.freshports.orgcommit hash: fp1.18210@dev.null.freshports.orgcommit hash: fp1.18210@dev.null.freshports.org files touched by this commit
sobomax search for other commits by this committer
USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.    
20 May 2001 04:41:14
commit hash: fp1.13895@dev.null.freshports.orgcommit hash: fp1.13895@dev.null.freshports.orgcommit hash: fp1.13895@dev.null.freshports.orgcommit hash: fp1.13895@dev.null.freshports.org files touched by this commit
will search for other commits by this committer
Add libvanessa_logger 0.0.1, a library that provides a generic   logging layer. 
  

Number of commits found: 38