diff --git a/MOVED b/MOVED index 8219a586a9d9..600e01ce9d21 100644 --- a/MOVED +++ b/MOVED @@ -5473,3 +5473,4 @@ textproc/docbook-xml-450|textproc/docbook-xml|2014-02-19|Merged into textproc/do textproc/docbook-500|textproc/docbook-xml|2014-02-19|Merged into textproc/docbook-xml textproc/docbook-sk|textproc/docbook-xml|2014-02-19|Merged into textproc/docbook-xml emulators/ski||2014-02-19|Removed, does not exist on HP's site anymore +sysutils/liblogging|devel/liblogging|2014-02-20|Already exists as devel/liblogging diff --git a/devel/liblogging/Makefile b/devel/liblogging/Makefile index bbb371cd8cd3..1ad76513a46f 100644 --- a/devel/liblogging/Makefile +++ b/devel/liblogging/Makefile @@ -2,19 +2,19 @@ # $FreeBSD$ PORTNAME= liblogging -PORTVERSION= 0.7.1 +PORTVERSION= 1.0.1 CATEGORIES= devel -MASTER_SITES= CENKES http://download.rsyslog.com/liblogging/ +MASTER_SITES= http://download.rsyslog.com/liblogging/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= brd@FreeBSD.org COMMENT= Easy to use system logging library -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-static +LICENSE= BSD2CLAUSE -post-patch: - @${REINPLACE_CMD} -e '/^pkgconfigdir =/s|=.*| \ - = ${PREFIX}/libdata/pkgconfig|' ${WRKSRC}/Makefile.in +GNU_CONFIGURE= yes +USES= libtool pathfix + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblogging-stdlog.so.0.0.0 .include diff --git a/devel/liblogging/distinfo b/devel/liblogging/distinfo index 46887166cf01..1fce7e3e54b4 100644 --- a/devel/liblogging/distinfo +++ b/devel/liblogging/distinfo @@ -1,2 +1,2 @@ -SHA256 (liblogging-0.7.1.tar.gz) = 2c3aaf6b5e8d2240d3db43781f7f13d1691f31083c8d4274285ef38fdef5dbbc -SIZE (liblogging-0.7.1.tar.gz) = 525925 +SHA256 (liblogging-1.0.1.tar.gz) = 99d09101cc3c22e2388fe2a817bb1c6f5fe2275623aadb94a49d1c2259102bfa +SIZE (liblogging-1.0.1.tar.gz) = 524168 diff --git a/devel/liblogging/pkg-descr b/devel/liblogging/pkg-descr index 5cf761dd7e4d..d754ed952a7e 100644 --- a/devel/liblogging/pkg-descr +++ b/devel/liblogging/pkg-descr @@ -1,4 +1,8 @@ -Liblogging is an easy to use, portable, open source library for -system logging. +Liblogging offers an enhanced replacement for the syslog() call, but +retains its ease of use. In a nutshell, it permits sytem administrators +to direct application log output to different destinations without +requiring the app developer to do any work for this. Liblogging is +released under a 2-clause BSD license and as such can be used in any +application. WWW: http://www.liblogging.org/ diff --git a/devel/liblogging/pkg-plist b/devel/liblogging/pkg-plist index 4e8ca7198dd1..ab6a8c85fa07 100644 --- a/devel/liblogging/pkg-plist +++ b/devel/liblogging/pkg-plist @@ -1,9 +1,8 @@ -include/liblogging/liblogging.h -include/liblogging/settings.h -include/liblogging/srAPI.h -include/liblogging/syslogmessage.h -lib/liblogging.la -lib/liblogging.so -lib/liblogging.so.0 -libdata/pkgconfig/liblogging.pc +include/liblogging/stdlog.h +lib/liblogging-stdlog.a +lib/liblogging-stdlog.la +lib/liblogging-stdlog.so +lib/liblogging-stdlog.so.0 +lib/liblogging-stdlog.so.0.0.0 +libdata/pkgconfig/liblogging-stdlog.pc @dirrm include/liblogging diff --git a/sysutils/liblogging/Makefile b/sysutils/liblogging/Makefile deleted file mode 100644 index c3bff18a4fa6..000000000000 --- a/sysutils/liblogging/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# Created by: Brad Davis -# $FreeBSD$ - -PORTNAME= liblogging -PORTVERSION= 1.0.1 -CATEGORIES= sysutils -MASTER_SITES= http://download.rsyslog.com/liblogging/ - -GNU_CONFIGURE= yes -USES= libtool - -MAINTAINER= brd@FreeBSD.org -COMMENT= A standard logging library for use with rsyslog - -LICENSE= BSD2CLAUSE - -.include - diff --git a/sysutils/liblogging/distinfo b/sysutils/liblogging/distinfo deleted file mode 100644 index 1fce7e3e54b4..000000000000 --- a/sysutils/liblogging/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (liblogging-1.0.1.tar.gz) = 99d09101cc3c22e2388fe2a817bb1c6f5fe2275623aadb94a49d1c2259102bfa -SIZE (liblogging-1.0.1.tar.gz) = 524168 diff --git a/sysutils/liblogging/pkg-descr b/sysutils/liblogging/pkg-descr deleted file mode 100644 index 960b28622cee..000000000000 --- a/sysutils/liblogging/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Liblogging offers an enhanced replacement for the syslog() call, but -retains its ease of use. In a nutshell, it permits sytem administrators -to direct application log output to different destinations without -requiring the app developer to do any work for this. Liblogging is -released under a 2-clause BSD license and as such can be used in any -application. - -WWW: http://www.liblogging.org diff --git a/sysutils/liblogging/pkg-plist b/sysutils/liblogging/pkg-plist deleted file mode 100644 index 338bfbe1e5c3..000000000000 --- a/sysutils/liblogging/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -include/liblogging/stdlog.h -lib/liblogging-stdlog.a -lib/liblogging-stdlog.la -lib/liblogging-stdlog.so -lib/liblogging-stdlog.so.0 -lib/pkgconfig/liblogging-stdlog.pc -@dirrmtry lib/pkgconfig -@dirrm include/liblogging