summaryrefslogtreecommitdiff
path: root/devel/log4c
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-04 05:32:19 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-04 05:32:19 +0000
commitca9922a23f284144461c27e0d913f7691a81b991 (patch)
tree06caed0a5da728a41a27b3eb1378100fafa08460 /devel/log4c
parentBack out the libiconv stuff -- it is wrong and doesn't work. (diff)
add log4c 1.0.6
Logging for C Library
Notes
Notes: svn path=/head/; revision=62407
Diffstat (limited to 'devel/log4c')
-rw-r--r--devel/log4c/Makefile26
-rw-r--r--devel/log4c/distinfo1
-rw-r--r--devel/log4c/pkg-comment1
-rw-r--r--devel/log4c/pkg-descr6
-rw-r--r--devel/log4c/pkg-plist22
5 files changed, 56 insertions, 0 deletions
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