From owner-freebsd-ports Sat Apr 28 17:40:18 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A518A37B424 for ; Sat, 28 Apr 2001 17:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3T0e1088920; Sat, 28 Apr 2001 17:40:01 -0700 (PDT) (envelope-from gnats) Received: from emily.cc.duth.gr (emily.cc.duth.gr [192.108.114.21]) by hub.freebsd.org (Postfix) with ESMTP id D4D2B37B423 for ; Sat, 28 Apr 2001 17:37:27 -0700 (PDT) (envelope-from kkonstan@emily.cc.duth.gr) Received: (from kkonstan@localhost) by emily.cc.duth.gr (8.11.3/8.11.3) id f3T0bJG64560; Sun, 29 Apr 2001 03:37:19 +0300 (EEST) (envelope-from kkonstan) Message-Id: <200104290037.f3T0bJG64560@emily.cc.duth.gr> Date: Sun, 29 Apr 2001 03:37:19 +0300 (EEST) From: kkonstan@duth.gr Reply-To: kkonstan@daemon.gr To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/26934: New port: devel/libvanessa_logger-0.0.1: Library that provides a generic logging layer Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26934 >Category: ports >Synopsis: New port: devel/libvanessa_logger-0.0.1: Library that provides a generic logging layer >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Apr 28 17:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Konstantinos Konstantinidis >Release: FreeBSD 4.3-RELEASE i386 >Organization: Demokritos University of Thrace >Environment: >Description: 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/ >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # libvanessa_logger # libvanessa_logger/Makefile # libvanessa_logger/distinfo # libvanessa_logger/pkg-comment # libvanessa_logger/pkg-descr # libvanessa_logger/pkg-plist # echo c - libvanessa_logger mkdir -p libvanessa_logger > /dev/null 2>&1 echo x - libvanessa_logger/Makefile sed 's/^X//' >libvanessa_logger/Makefile << 'END-of-libvanessa_logger/Makefile' X# New ports collection makefile for: libvanessa_logger X# Date created: 28 April 2001 X# Whom: Konstantinos Konstantinidis X# X# $FreeBSD$ X# X XPORTNAME= libvanessa_logger XPORTVERSION= 0.0.1 XCATEGORIES= devel XMASTER_SITES= ftp://vanessa.sourceforge.net/pub/vanessa/%SUBDIR%/ \ X ftp://ftp.au.vergenet.net/pub/vanessa/%SUBDIR%/ \ X ftp://ftp.nl.vergenet.net/pub/vanessa/%SUBDIR%/ \ X ftp://ftp.jp.vergenet.net/pub/vanessa/%SUBDIR%/ \ X ftp://ftp.us.vergenet.net/pub/vanessa/%SUBDIR%/ XMASTER_SITE_SUBDIR= vanessa_logger/${PORTVERSION} XDISTNAME= vanessa_logger-${PORTVERSION} X XMAINTAINER= kkonstan@daemon.gr X XMAN1= vanessa_logger_sample.1 X XINSTALLS_SHLIB= YES X XUSE_LIBTOOL= YES XGNU_CONFIGURE= YES XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ X LDFLAGS="-L${LOCALBASE}/lib" XWRKSRC= ${WRKDIR}/vanessa_logger-${PORTVERSION} X X.include END-of-libvanessa_logger/Makefile echo x - libvanessa_logger/distinfo sed 's/^X//' >libvanessa_logger/distinfo << 'END-of-libvanessa_logger/distinfo' XMD5 (vanessa_logger-0.0.1.tar.gz) = 3c83ec2cc894951ceb0fa3d9a4d3e41e END-of-libvanessa_logger/distinfo echo x - libvanessa_logger/pkg-comment sed 's/^X//' >libvanessa_logger/pkg-comment << 'END-of-libvanessa_logger/pkg-comment' XLibrary that provides a generic logging layer END-of-libvanessa_logger/pkg-comment echo x - libvanessa_logger/pkg-descr sed 's/^X//' >libvanessa_logger/pkg-descr << 'END-of-libvanessa_logger/pkg-descr' Xlibvanessa_logger provides a generic logging layer that may be used to log Xto one or more of syslog, an open file handle or a file name. Though due to Xlimitations in the implementation of syslog opening multiple syslog loggers Xdoesn't makes sense. Includes the ability to limit which messages will be Xlogged based on priorities. X XWWW: http://vanessa.sourceforge.net/ X X-- K. Konstantinidis END-of-libvanessa_logger/pkg-descr echo x - libvanessa_logger/pkg-plist sed 's/^X//' >libvanessa_logger/pkg-plist << 'END-of-libvanessa_logger/pkg-plist' Xbin/vanessa_logger_sample Xinclude/vanessa_logger.h Xlib/libvanessa_logger.so.0 Xlib/libvanessa_logger.so Xlib/libvanessa_logger.a END-of-libvanessa_logger/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message