ports/contrib (3.4): eventlog: dropped port, syslog-ng integrated the code
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 7aee644759aec7a6454049bdf5f70a2973a4801d Author: Thomas Penteker <tek@serverop.de> Date: Fri Oct 12 21:55:12 2018 +0200 eventlog: dropped port, syslog-ng integrated the code diff --git a/eventlog/.footprint b/eventlog/.footprint deleted file mode 100644 index 13bddd83..00000000 --- a/eventlog/.footprint +++ /dev/null @@ -1,13 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/include/ -drwxr-xr-x root/root usr/include/eventlog/ --rw-r--r-- root/root usr/include/eventlog/evtlog.h --rw-r--r-- root/root usr/include/eventlog/evtmaps.h -drwxr-xr-x root/root usr/lib/ --rw-r--r-- root/root usr/lib/libevtlog.a --rwxr-xr-x root/root usr/lib/libevtlog.la -lrwxrwxrwx root/root usr/lib/libevtlog.so -> libevtlog.so.0.0.0 -lrwxrwxrwx root/root usr/lib/libevtlog.so.0 -> libevtlog.so.0.0.0 --rwxr-xr-x root/root usr/lib/libevtlog.so.0.0.0 -drwxr-xr-x root/root usr/lib/pkgconfig/ --rw-r--r-- root/root usr/lib/pkgconfig/eventlog.pc diff --git a/eventlog/.signature b/eventlog/.signature deleted file mode 100644 index 260247e4..00000000 --- a/eventlog/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF35m2RQpZGKsbNRtoR39raFOlwAupsHBHbOJqCVBnbv8J3DxzzzMDj45bqeq5d/xSmQSVuwZkMbxDfCPK7C/yUQI= -SHA256 (Pkgfile) = 0112a11ead6dcfceb139ce142281d293c3a2f08db24eb794cc0b3d07b6ce4dfd -SHA256 (.footprint) = 2a8756f27b5138219d3878f94d65d385ff825ff76cfffd790c3df0ed48cc39fd -SHA256 (eventlog_0.2.12.tar.gz) = 494dac8e01dc5ce323df2ad554d94874938dab51aa025987677b2bc6906a9c66 diff --git a/eventlog/Pkgfile b/eventlog/Pkgfile deleted file mode 100644 index e83cc785..00000000 --- a/eventlog/Pkgfile +++ /dev/null @@ -1,22 +0,0 @@ -# Description: replacement of the simple syslog() API -# URL: http://www.balabit.com/network-security/syslog-ng/opensource-logging-system -# Maintainer: Thomas Penteker, tek at serverop dot de -# -# Depends on: - -name=eventlog -version=0.2.12 -release=1 -source=(http://ftp.uni-erlangen.de/pub/mirrors/gentoo/distfiles/${name}_${version}.tar.gz) - -build() { - cd $name-$version - - ./configure \ - --prefix=/usr \ - --disable-nls \ - --mandir=/usr/man - - make && make DESTDIR=$PKG install - rm -rf $PKG/usr/doc -}
participants (1)
-
crux@crux.nu