summaryrefslogtreecommitdiffstats
path: root/devel/libvanessa_logger
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2001-05-20 03:41:13 +0000
committerwill <will@FreeBSD.org>2001-05-20 03:41:13 +0000
commitd83e0405c02732aeabd4212131a9bc35fe735d6b (patch)
treeea0a4905c749df7ea53f4329fa60f6bd22b1c885 /devel/libvanessa_logger
parent870ac8aa272a9a0cbce99dcb40a11744cffa1edc (diff)
downloadFreeBSD-ports-d83e0405c02732aeabd4212131a9bc35fe735d6b.zip
FreeBSD-ports-d83e0405c02732aeabd4212131a9bc35fe735d6b.tar.gz
Add libvanessa_logger 0.0.1, a library that provides a generic
logging layer. PR: 26934 Submitted by: Konstantinos Konstantinidis <kkonstan@daemon.gr>
Diffstat (limited to 'devel/libvanessa_logger')
-rw-r--r--devel/libvanessa_logger/Makefile31
-rw-r--r--devel/libvanessa_logger/distinfo1
-rw-r--r--devel/libvanessa_logger/pkg-comment1
-rw-r--r--devel/libvanessa_logger/pkg-descr9
-rw-r--r--devel/libvanessa_logger/pkg-plist5
5 files changed, 47 insertions, 0 deletions
diff --git a/devel/libvanessa_logger/Makefile b/devel/libvanessa_logger/Makefile
new file mode 100644
index 0000000..9817a60
--- /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 <kkonstan@daemon.gr>
+#
+# $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 <bsd.port.mk>
diff --git a/devel/libvanessa_logger/distinfo b/devel/libvanessa_logger/distinfo
new file mode 100644
index 0000000..a0d0a5b
--- /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 0000000..1d0033c
--- /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 0000000..41ca657
--- /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 <kkonstan@daemon.gr>
diff --git a/devel/libvanessa_logger/pkg-plist b/devel/libvanessa_logger/pkg-plist
new file mode 100644
index 0000000..18f9f57
--- /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
OpenPOWER on IntegriCloud