View | Details | Raw Unified | Return to bug 219841
Collapse All | Expand All

(-)Makefile (-7 / +8 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	log4cplus
4
PORTNAME=	log4cplus
5
PORTVERSION=	1.1.2
5
PORTVERSION=	1.1.2
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	devel
7
CATEGORIES=	devel
8
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION}
8
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION}
9
9
Lines 11-16 Link Here
11
COMMENT=	Logging library for C++
11
COMMENT=	Logging library for C++
12
12
13
LICENSE=	APACHE20
13
LICENSE=	APACHE20
14
LICENSE_FILE=	${WRKSRC}/LICENSE
14
15
15
OPTIONS_DEFINE=	DOCS
16
OPTIONS_DEFINE=	DOCS
16
17
Lines 18-32 Link Here
18
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
19
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
20
CONFIGURE_ARGS=	--enable-threads=yes
21
CONFIGURE_ARGS=	--enable-threads=yes
22
INSTALL_TARGET=	install-strip
21
MAKE_JOBS_UNSAFE=	yes
23
MAKE_JOBS_UNSAFE=	yes
22
24
23
PORTDOCS=	*
25
PORTDOCS=	*
24
26
25
post-install:
27
post-install-DOCS-on:
26
	${INSTALL_DATA} ${WRKSRC}/LICENSE ${STAGEDIR}${PREFIX}/include/log4cplus
28
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
27
	${MKDIR} ${STAGEDIR}${DOCSDIR}
29
	${INSTALL_DATA} ${WRKSRC}/docs/*.config ${STAGEDIR}${DOCSDIR}
28
	${INSTALL_MAN} ${WRKSRC}/docs/*.config ${STAGEDIR}${DOCSDIR}
30
	${INSTALL_DATA} ${WRKSRC}/docs/*.html ${STAGEDIR}${DOCSDIR}
29
	${INSTALL_MAN} ${WRKSRC}/docs/*.html ${STAGEDIR}${DOCSDIR}
31
	${INSTALL_DATA} ${WRKSRC}/docs/doxygen.css ${STAGEDIR}${DOCSDIR}
30
	${INSTALL_MAN} ${WRKSRC}/docs/doxygen.css ${STAGEDIR}${DOCSDIR}
31
32
32
.include <bsd.port.mk>
33
.include <bsd.port.mk>
(-)pkg-descr (-1 / +1 lines)
Lines 2-5 Link Here
2
thread-safe, flexible, and arbitrarily granular control over log management
2
thread-safe, flexible, and arbitrarily granular control over log management
3
and configuration. It is modeled after the Java log4j API.
3
and configuration. It is modeled after the Java log4j API.
4
4
5
WWW: http://log4cplus.sourceforge.net
5
WWW: http://log4cplus.sourceforge.net/
(-)pkg-plist (-1 lines)
Lines 1-4 Link Here
1
include/log4cplus/LICENSE
2
include/log4cplus/appender.h
1
include/log4cplus/appender.h
3
include/log4cplus/asyncappender.h
2
include/log4cplus/asyncappender.h
4
include/log4cplus/boost/deviceappender.hxx
3
include/log4cplus/boost/deviceappender.hxx

Return to bug 219841