pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/libol Import libol from pkgsrc-wip. Packaged...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f4eef11d1dc7
branches: trunk
changeset: 471511:f4eef11d1dc7
user: minskim <minskim%pkgsrc.org@localhost>
date: Mon Mar 29 00:54:16 2004 +0000
description:
Import libol from pkgsrc-wip. Packaged by Adrian Portelli and updated
by me.
libol is a library written by the author of syslog-ng, Balazs
Scheidler, which is used in syslog-ng. A built copy of libol needs to
be present on a system when syslog-ng is built.
diffstat:
sysutils/libol/DESCR | 3 +++
sysutils/libol/Makefile | 17 +++++++++++++++++
sysutils/libol/PLIST | 38 ++++++++++++++++++++++++++++++++++++++
sysutils/libol/buildlink3.mk | 18 ++++++++++++++++++
sysutils/libol/distinfo | 4 ++++
5 files changed, 80 insertions(+), 0 deletions(-)
diffs (100 lines):
diff -r f4efb2de6bce -r f4eef11d1dc7 sysutils/libol/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/libol/DESCR Mon Mar 29 00:54:16 2004 +0000
@@ -0,0 +1,3 @@
+libol is a library written by the author of syslog-ng, Balazs
+Scheidler, which is used in syslog-ng. A built copy of libol needs to
+be present on a system when syslog-ng is built.
diff -r f4efb2de6bce -r f4eef11d1dc7 sysutils/libol/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/libol/Makefile Mon Mar 29 00:54:16 2004 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/03/29 00:54:16 minskim Exp $
+
+DISTNAME= libol-0.3.13
+CATEGORIES= sysutils
+MASTER_SITES= http://www.balabit.com/downloads/libol/0.3/
+
+MAINTAINER= adrianp%stindustries.net@localhost
+HOMEPAGE= http://www.balabit.com/products/syslog_ng/
+COMMENT= Support library for syslog-ng
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= YES
+GNU_CONFIGURE= YES
+USE_LIBTOOL= YES
+
+.include "../../mk/bsd.pkg.mk"
diff -r f4efb2de6bce -r f4eef11d1dc7 sysutils/libol/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/libol/PLIST Mon Mar 29 00:54:16 2004 +0000
@@ -0,0 +1,38 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/03/29 00:54:16 minskim Exp $
+bin/libol-config
+bin/make_class
+include/libol/abstract_io.h
+include/libol/abstract_io.h.x
+include/libol/alist.h
+include/libol/alist.h.x
+include/libol/command.h
+include/libol/command.h.x
+include/libol/format.h
+include/libol/gc.h
+include/libol/io.h
+include/libol/io.h.x
+include/libol/io_commands.h
+include/libol/io_commands.h.x
+include/libol/jpoll.h
+include/libol/list.h
+include/libol/list.h.x
+include/libol/objbase.h
+include/libol/objects.h
+include/libol/objtypes.h
+include/libol/olconfig.h
+include/libol/pkt_buffer.h
+include/libol/queue.h
+include/libol/queue.h.x
+include/libol/read_line.h
+include/libol/read_line.h.x
+include/libol/resource.h
+include/libol/resource.h.x
+include/libol/stream_buffer.h
+include/libol/werror.h
+include/libol/xalloc.h
+lib/libol.a
+lib/libol.la
+lib/libol.so
+lib/libol.so.0
+lib/libol.so.0.0
+@dirrm include/libol
diff -r f4efb2de6bce -r f4eef11d1dc7 sysutils/libol/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/libol/buildlink3.mk Mon Mar 29 00:54:16 2004 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2004/03/29 00:54:16 minskim Exp $
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+LIBOL_BUILDLINK3_MK:= ${LIBOL_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+= libol
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibol}
+BUILDLINK_PACKAGES+= libol
+
+.if !empty(LIBOL_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.libol+= libol>=0.3.11
+BUILDLINK_PKGSRCDIR.libol?= ../../wip/libol
+.endif # LIBOL_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff -r f4efb2de6bce -r f4eef11d1dc7 sysutils/libol/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/libol/distinfo Mon Mar 29 00:54:16 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/03/29 00:54:16 minskim Exp $
+
+SHA1 (libol-0.3.13.tar.gz) = f2860e9af39a792f27c220ab5616366cd551e1c8
+Size (libol-0.3.13.tar.gz) = 203390 bytes
Home |
Main Index |
Thread Index |
Old Index