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.
This commit is contained in:
parent
4b86d1c14d
commit
99f5cc1376
5 changed files with 80 additions and 0 deletions
3
sysutils/libol/DESCR
Normal file
3
sysutils/libol/DESCR
Normal file
|
@ -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.
|
17
sysutils/libol/Makefile
Normal file
17
sysutils/libol/Makefile
Normal file
|
@ -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"
|
38
sysutils/libol/PLIST
Normal file
38
sysutils/libol/PLIST
Normal file
|
@ -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
|
18
sysutils/libol/buildlink3.mk
Normal file
18
sysutils/libol/buildlink3.mk
Normal file
|
@ -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/+$//}
|
4
sysutils/libol/distinfo
Normal file
4
sysutils/libol/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue