From d83e0405c02732aeabd4212131a9bc35fe735d6b Mon Sep 17 00:00:00 2001 From: will Date: Sun, 20 May 2001 03:41:13 +0000 Subject: Add libvanessa_logger 0.0.1, a library that provides a generic logging layer. PR: 26934 Submitted by: Konstantinos Konstantinidis --- devel/libvanessa_logger/Makefile | 31 +++++++++++++++++++++++++++++++ devel/libvanessa_logger/distinfo | 1 + devel/libvanessa_logger/pkg-comment | 1 + devel/libvanessa_logger/pkg-descr | 9 +++++++++ devel/libvanessa_logger/pkg-plist | 5 +++++ 5 files changed, 47 insertions(+) create mode 100644 devel/libvanessa_logger/Makefile create mode 100644 devel/libvanessa_logger/distinfo create mode 100644 devel/libvanessa_logger/pkg-comment create mode 100644 devel/libvanessa_logger/pkg-descr create mode 100644 devel/libvanessa_logger/pkg-plist (limited to 'devel/libvanessa_logger') diff --git a/devel/libvanessa_logger/Makefile b/devel/libvanessa_logger/Makefile new file mode 100644 index 000000000000..9817a60a3133 --- /dev/null +++ b/devel/libvanessa_logger/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: libvanessa_logger +# Date created: 28 April 2001 +# Whom: Konstantinos Konstantinidis +# +# $FreeBSD$ +# + +PORTNAME= libvanessa_logger +PORTVERSION= 0.0.1 +CATEGORIES= devel +MASTER_SITES= ftp://vanessa.sourceforge.net/pub/vanessa/%SUBDIR%/ \ + ftp://ftp.au.vergenet.net/pub/vanessa/%SUBDIR%/ \ + ftp://ftp.nl.vergenet.net/pub/vanessa/%SUBDIR%/ \ + ftp://ftp.jp.vergenet.net/pub/vanessa/%SUBDIR%/ \ + ftp://ftp.us.vergenet.net/pub/vanessa/%SUBDIR%/ +MASTER_SITE_SUBDIR= vanessa_logger/${PORTVERSION} +DISTNAME= vanessa_logger-${PORTVERSION} + +MAINTAINER= kkonstan@daemon.gr + +MAN1= vanessa_logger_sample.1 + +INSTALLS_SHLIB= YES + +USE_LIBTOOL= YES +GNU_CONFIGURE= YES +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" +WRKSRC= ${WRKDIR}/vanessa_logger-${PORTVERSION} + +.include diff --git a/devel/libvanessa_logger/distinfo b/devel/libvanessa_logger/distinfo new file mode 100644 index 000000000000..a0d0a5be5fc4 --- /dev/null +++ b/devel/libvanessa_logger/distinfo @@ -0,0 +1 @@ +MD5 (vanessa_logger-0.0.1.tar.gz) = 3c83ec2cc894951ceb0fa3d9a4d3e41e diff --git a/devel/libvanessa_logger/pkg-comment b/devel/libvanessa_logger/pkg-comment new file mode 100644 index 000000000000..1d0033c43093 --- /dev/null +++ b/devel/libvanessa_logger/pkg-comment @@ -0,0 +1 @@ +Library that provides a generic logging layer diff --git a/devel/libvanessa_logger/pkg-descr b/devel/libvanessa_logger/pkg-descr new file mode 100644 index 000000000000..41ca65779e8e --- /dev/null +++ b/devel/libvanessa_logger/pkg-descr @@ -0,0 +1,9 @@ +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. + +WWW: http://vanessa.sourceforge.net/ + +-- K. Konstantinidis diff --git a/devel/libvanessa_logger/pkg-plist b/devel/libvanessa_logger/pkg-plist new file mode 100644 index 000000000000..18f9f5797b1b --- /dev/null +++ b/devel/libvanessa_logger/pkg-plist @@ -0,0 +1,5 @@ +bin/vanessa_logger_sample +include/vanessa_logger.h +lib/libvanessa_logger.so.0 +lib/libvanessa_logger.so +lib/libvanessa_logger.a -- cgit