summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-03-29 00:54:16 +0000
committerminskim <minskim@pkgsrc.org>2004-03-29 00:54:16 +0000
commit99f5cc1376c3d0901264629d31913043bf727919 (patch)
tree3de46335d7c03cf56dccca85bc57e4421e8fb779
parent4b86d1c14dcc806e700182eb2fae05e051e0a2fe (diff)
downloadpkgsrc-99f5cc1376c3d0901264629d31913043bf727919.tar.gz
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.
-rw-r--r--sysutils/libol/DESCR3
-rw-r--r--sysutils/libol/Makefile17
-rw-r--r--sysutils/libol/PLIST38
-rw-r--r--sysutils/libol/buildlink3.mk18
-rw-r--r--sysutils/libol/distinfo4
5 files changed, 80 insertions, 0 deletions
diff --git a/sysutils/libol/DESCR b/sysutils/libol/DESCR
new file mode 100644
index 00000000000..2870bc79aa7
--- /dev/null
+++ b/sysutils/libol/DESCR
@@ -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 --git a/sysutils/libol/Makefile b/sysutils/libol/Makefile
new file mode 100644
index 00000000000..59f55a3b069
--- /dev/null
+++ b/sysutils/libol/Makefile
@@ -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
+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 --git a/sysutils/libol/PLIST b/sysutils/libol/PLIST
new file mode 100644
index 00000000000..d54ebbdce5a
--- /dev/null
+++ b/sysutils/libol/PLIST
@@ -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 --git a/sysutils/libol/buildlink3.mk b/sysutils/libol/buildlink3.mk
new file mode 100644
index 00000000000..2d996dbbee9
--- /dev/null
+++ b/sysutils/libol/buildlink3.mk
@@ -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 --git a/sysutils/libol/distinfo b/sysutils/libol/distinfo
new file mode 100644
index 00000000000..f452aa131d4
--- /dev/null
+++ b/sysutils/libol/distinfo
@@ -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