diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-07-04 13:32:19 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-07-04 13:32:19 +0800 |
commit | 3d572be8a236f9e771a00ff7f58e7cf0204877d5 (patch) | |
tree | 598a56c2025201f0bb1f2df95d895365e3b182a0 | |
parent | bbcdb2b1f0c1a7a935feef1e75f228744a4a2c02 (diff) | |
download | freebsd-ports-gnome-3d572be8a236f9e771a00ff7f58e7cf0204877d5.tar.gz freebsd-ports-gnome-3d572be8a236f9e771a00ff7f58e7cf0204877d5.tar.zst freebsd-ports-gnome-3d572be8a236f9e771a00ff7f58e7cf0204877d5.zip |
add log4c 1.0.6
Logging for C Library
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/log4c/Makefile | 26 | ||||
-rw-r--r-- | devel/log4c/distinfo | 1 | ||||
-rw-r--r-- | devel/log4c/pkg-comment | 1 | ||||
-rw-r--r-- | devel/log4c/pkg-descr | 6 | ||||
-rw-r--r-- | devel/log4c/pkg-plist | 22 |
6 files changed, 57 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 05f398467c82..5e5ade72c3bc 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -308,6 +308,7 @@ SUBDIR += linux_devtools-7 SUBDIR += linux_kdump SUBDIR += linuxthreads + SUBDIR += log4c SUBDIR += log4cpp SUBDIR += lwp SUBDIR += m4 diff --git a/devel/log4c/Makefile b/devel/log4c/Makefile new file mode 100644 index 000000000000..4b9b6459d781 --- /dev/null +++ b/devel/log4c/Makefile @@ -0,0 +1,26 @@ +# ex:ts=8 +# Ports collection makefile for: log4c +# Date created: Jul 4, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= log4c +PORTVERSION= 1.0.6 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + http://www.cimai.com/opensource/log4c/ +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ports@FreeBSD.org + +LIB_DEPENDS= expat.2:${PORTSDIR}/textproc/expat2 + +USE_LIBTOOL= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" +INSTALLS_SHLIB= yes + +.include <bsd.port.mk> diff --git a/devel/log4c/distinfo b/devel/log4c/distinfo new file mode 100644 index 000000000000..34be3548011c --- /dev/null +++ b/devel/log4c/distinfo @@ -0,0 +1 @@ +MD5 (log4c-1.0.6.tar.gz) = 8423cf1b27ede6f80525750515b65419 diff --git a/devel/log4c/pkg-comment b/devel/log4c/pkg-comment new file mode 100644 index 000000000000..c4beb2d59175 --- /dev/null +++ b/devel/log4c/pkg-comment @@ -0,0 +1 @@ +Logging for C Library diff --git a/devel/log4c/pkg-descr b/devel/log4c/pkg-descr new file mode 100644 index 000000000000..fee12c09c362 --- /dev/null +++ b/devel/log4c/pkg-descr @@ -0,0 +1,6 @@ +Log4C is a library of C for flexible logging to files, syslog and other +destinations. It is modeled after the Log for Java library +(http://jakarta.apache.org/log4j/), staying as close to their API as is +reasonable. + +WWW: http://log4c.sourceforge.net/ diff --git a/devel/log4c/pkg-plist b/devel/log4c/pkg-plist new file mode 100644 index 000000000000..0d66ef400ea4 --- /dev/null +++ b/devel/log4c/pkg-plist @@ -0,0 +1,22 @@ +bin/log4c-config +etc/log4crc +include/log4c.h +include/log4c/appender.h +include/log4c/appender_type_mmap.h +include/log4c/appender_type_stream.h +include/log4c/appender_type_syslog.h +include/log4c/category.h +include/log4c/defs.h +include/log4c/layout.h +include/log4c/layout_type_basic.h +include/log4c/layout_type_dated.h +include/log4c/location_info.h +include/log4c/logging_event.h +include/log4c/priority.h +include/log4c/version.h +@dirrm include/log4c +lib/liblog4c.a +lib/liblog4c.la +lib/liblog4c.so +lib/liblog4c.so.1 +share/aclocal/log4c.m4 |