1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- Fix a duplicate LATEST_LINK by removing sysutils/liblogging and reviving devel/liblogging

Reviewed by:	tj@
This commit is contained in:
Brad Davis 2014-02-20 17:42:11 +00:00
parent 40bb5736de
commit 11d569738c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345255
9 changed files with 25 additions and 57 deletions

1
MOVED
View File

@ -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

View File

@ -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 <bsd.port.mk>

View File

@ -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

View File

@ -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/

View File

@ -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

View File

@ -1,18 +0,0 @@
# Created by: Brad Davis <brd@FreeBSD.org>
# $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 <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (liblogging-1.0.1.tar.gz) = 99d09101cc3c22e2388fe2a817bb1c6f5fe2275623aadb94a49d1c2259102bfa
SIZE (liblogging-1.0.1.tar.gz) = 524168

View File

@ -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

View File

@ -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