pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/vanessa_logger Initial import of vanessa_logger-...
details: https://anonhg.NetBSD.org/pkgsrc/rev/17cf936a2b76
branches: trunk
changeset: 481065:17cf936a2b76
user: grant <grant%pkgsrc.org@localhost>
date: Sat Sep 25 00:04:09 2004 +0000
description:
Initial import of vanessa_logger-0.0.7 into the NetBSD packages collection.
vanessa_logger is a library that 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 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.
diffstat:
devel/vanessa_logger/DESCR | 5 +++++
devel/vanessa_logger/Makefile | 16 ++++++++++++++++
devel/vanessa_logger/PLIST | 5 +++++
devel/vanessa_logger/buildlink3.mk | 20 ++++++++++++++++++++
devel/vanessa_logger/distinfo | 4 ++++
5 files changed, 50 insertions(+), 0 deletions(-)
diffs (70 lines):
diff -r b3ccbc7e37fa -r 17cf936a2b76 devel/vanessa_logger/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/vanessa_logger/DESCR Sat Sep 25 00:04:09 2004 +0000
@@ -0,0 +1,5 @@
+vanessa_logger is a library that 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 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.
diff -r b3ccbc7e37fa -r 17cf936a2b76 devel/vanessa_logger/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/vanessa_logger/Makefile Sat Sep 25 00:04:09 2004 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/09/25 00:04:09 grant Exp $
+#
+
+DISTNAME= vanessa_logger-0.0.7
+CATEGORIES= devel
+MASTER_SITES= http://www.vergenet.net/linux/vanessa/download/vanessa_logger/0.0.7/
+
+MAINTAINER= tech-pkg%NetBSD.org@localhost
+HOMEPAGE= http://www.vergenet.net/linux/vanessa/
+COMMENT= Library that provides a generic logging layer
+
+USE_BUILDLINK3= yes
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+
+.include "../../mk/bsd.pkg.mk"
diff -r b3ccbc7e37fa -r 17cf936a2b76 devel/vanessa_logger/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/vanessa_logger/PLIST Sat Sep 25 00:04:09 2004 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/09/25 00:04:09 grant Exp $
+bin/vanessa_logger_sample
+include/vanessa_logger.h
+lib/libvanessa_logger.la
+man/man1/vanessa_logger_sample.1
diff -r b3ccbc7e37fa -r 17cf936a2b76 devel/vanessa_logger/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/vanessa_logger/buildlink3.mk Sat Sep 25 00:04:09 2004 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2004/09/25 00:04:09 grant Exp $
+#
+# This file was created automatically using createbuildlink-3.5.
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+VANESSA_LOGGER_BUILDLINK3_MK:= ${VANESSA_LOGGER_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+= vanessa_logger
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nvanessa_logger}
+BUILDLINK_PACKAGES+= vanessa_logger
+
+.if !empty(VANESSA_LOGGER_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.vanessa_logger+= vanessa_logger>=0.0.7
+BUILDLINK_PKGSRCDIR.vanessa_logger?= ../../devel/vanessa_logger
+.endif # VANESSA_LOGGER_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff -r b3ccbc7e37fa -r 17cf936a2b76 devel/vanessa_logger/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/vanessa_logger/distinfo Sat Sep 25 00:04:09 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/09/25 00:04:09 grant Exp $
+
+SHA1 (vanessa_logger-0.0.7.tar.gz) = 5cf0d0fe103115dc25f59190216a1cb302b7c627
+Size (vanessa_logger-0.0.7.tar.gz) = 303977 bytes
Home |
Main Index |
Thread Index |
Old Index