summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorgrant <grant>2004-09-25 00:04:09 +0000
committergrant <grant>2004-09-25 00:04:09 +0000
commit010d7ae82634e2d77fe4c9591be196fb40b00c0e (patch)
treea908426a1565c775719a4584b21a97f46dc9c543 /devel
parent6ac91f45564271032c8f78e0c96c28be39d2c4b3 (diff)
downloadpkgsrc-010d7ae82634e2d77fe4c9591be196fb40b00c0e.tar.gz
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 (limited to 'devel')
-rw-r--r--devel/vanessa_logger/DESCR5
-rw-r--r--devel/vanessa_logger/Makefile16
-rw-r--r--devel/vanessa_logger/PLIST5
-rw-r--r--devel/vanessa_logger/buildlink3.mk20
-rw-r--r--devel/vanessa_logger/distinfo4
5 files changed, 50 insertions, 0 deletions
diff --git a/devel/vanessa_logger/DESCR b/devel/vanessa_logger/DESCR
new file mode 100644
index 00000000000..0f661fa5846
--- /dev/null
+++ b/devel/vanessa_logger/DESCR
@@ -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 --git a/devel/vanessa_logger/Makefile b/devel/vanessa_logger/Makefile
new file mode 100644
index 00000000000..16acfb44170
--- /dev/null
+++ b/devel/vanessa_logger/Makefile
@@ -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
+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 --git a/devel/vanessa_logger/PLIST b/devel/vanessa_logger/PLIST
new file mode 100644
index 00000000000..af69cec4833
--- /dev/null
+++ b/devel/vanessa_logger/PLIST
@@ -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 --git a/devel/vanessa_logger/buildlink3.mk b/devel/vanessa_logger/buildlink3.mk
new file mode 100644
index 00000000000..82a9e0ed9b5
--- /dev/null
+++ b/devel/vanessa_logger/buildlink3.mk
@@ -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 --git a/devel/vanessa_logger/distinfo b/devel/vanessa_logger/distinfo
new file mode 100644
index 00000000000..d3b90b618c8
--- /dev/null
+++ b/devel/vanessa_logger/distinfo
@@ -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