[csw-devel] SF.net SVN: gar:[8099] csw/mgar/pkg
skayser at users.sourceforge.net
skayser at users.sourceforge.net
Thu Jan 21 02:01:21 CET 2010
Revision: 8099
http://gar.svn.sourceforge.net/gar/?rev=8099&view=rev
Author: skayser
Date: 2010-01-21 01:01:21 +0000 (Thu, 21 Jan 2010)
Log Message:
-----------
libvanessa-logger: initial commit
Added Paths:
-----------
csw/mgar/pkg/libvanessa-logger/
csw/mgar/pkg/libvanessa-logger/branches/
csw/mgar/pkg/libvanessa-logger/tags/
csw/mgar/pkg/libvanessa-logger/trunk/
csw/mgar/pkg/libvanessa-logger/trunk/Makefile
csw/mgar/pkg/libvanessa-logger/trunk/checksums
csw/mgar/pkg/libvanessa-logger/trunk/files/
csw/mgar/pkg/libvanessa-logger/trunk/files/changelog.CSW
Property changes on: csw/mgar/pkg/libvanessa-logger/trunk
___________________________________________________________________
Added: svn:ignore
+ cookies
download
work
Added: svn:externals
+ gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2
Added: csw/mgar/pkg/libvanessa-logger/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libvanessa-logger/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/libvanessa-logger/trunk/Makefile 2010-01-21 01:01:21 UTC (rev 8099)
@@ -0,0 +1,33 @@
+GARNAME = libvanessa-logger
+GARVERSION = 0.0.8
+CATEGORIES = lib
+
+DESCRIPTION = Generic logging library
+define BLURB
+ 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.
+endef
+
+VENDOR_URL = http://www.vergenet.net/linux/vanessa/
+MASTER_SITES = $(VENDOR_URL)/download/vanessa_logger/$(GARVERSION)/
+DISTFILES = vanessa_logger-$(GARVERSION).tar.gz
+DISTNAME = vanessa_logger-$(GARVERSION)
+UFILES_REGEX = (\d+(?:\.\d+)*)
+UPSTREAM_MASTER_SITES = $(VENDOR_URL)/download/vanessa_logger/
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+TEST_TARGET =
+
+include gar/category.mk
+
+
+post-merge: $(foreach P,$(_PKG_SPECS),install-changelog-$P)
+
+install-changelog-%:
+ ginstall -D $(FILEDIR)/changelog.CSW \
+ $(PKGROOT)$(docdir)/$(call catalogname,$*)/changelog.CSW
+ @$(MAKECOOKIE)
Added: csw/mgar/pkg/libvanessa-logger/trunk/checksums
===================================================================
--- csw/mgar/pkg/libvanessa-logger/trunk/checksums (rev 0)
+++ csw/mgar/pkg/libvanessa-logger/trunk/checksums 2010-01-21 01:01:21 UTC (rev 8099)
@@ -0,0 +1 @@
+12c17d44bd27141c175d69c7b5d0f4dc vanessa_logger-0.0.8.tar.gz
Added: csw/mgar/pkg/libvanessa-logger/trunk/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/libvanessa-logger/trunk/files/changelog.CSW (rev 0)
+++ csw/mgar/pkg/libvanessa-logger/trunk/files/changelog.CSW 2010-01-21 01:01:21 UTC (rev 8099)
@@ -0,0 +1,5 @@
+libvanessa-logger (0.0.8,REV=2010.01.21)
+
+ * Initial release.
+
+ -- Sebastian Kayser <skayser at opencsw.org> Thu, 21 Jan 2010 01:59:21 +0100
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list