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

(-)/usr/home/pi/myp/devel/lfcxml/Makefile (-3 / +3 lines)
Lines 2-17 Link Here
2
# $FreeBSD: head/devel/lfcxml/Makefile 318259 2013-05-15 19:42:16Z zeising $
2
# $FreeBSD: head/devel/lfcxml/Makefile 318259 2013-05-15 19:42:16Z zeising $
3
3
4
PORTNAME=	lfcxml
4
PORTNAME=	lfcxml
5
PORTVERSION=	1.1.1
5
PORTVERSION=	1.1.3
6
CATEGORIES=	devel
6
CATEGORIES=	devel
7
MASTER_SITES=	http://www.lemke-it.com/
7
MASTER_SITES=	http://www.lemke-it.com/
8
8
9
MAINTAINER=	fbsd-ports@opsec.eu
9
MAINTAINER=	fbsd-ports@opsec.eu
10
COMMENT=	C++ XML library, used for databases/cego
10
COMMENT=	C++ XML library, used for databases/cego
11
11
12
LICENSE=	GPLv2
12
LICENSE=	GPLv3
13
13
14
LIB_DEPENDS=	lfc:${PORTSDIR}/devel/lfc
14
LIB_DEPENDS=	lfcbase.1:${PORTSDIR}/devel/lfcbase
15
15
16
GNU_CONFIGURE=	yes
16
GNU_CONFIGURE=	yes
17
CPPFLAGS+=	-I${LOCALBASE}/include
17
CPPFLAGS+=	-I${LOCALBASE}/include
(-)/usr/home/pi/myp/devel/lfcxml/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (lfcxml-1.1.1.tar.gz) = d40db5c936d7a45267bec1e08215dd0d0714ec0e2d26eec98f7ee10a73ea4db6
1
SHA256 (lfcxml-1.1.3.tar.gz) = 8be054c9cb53bf012d01b21c5ca36791e3ca333d6b7aac6b7eb751e005e85da8
2
SIZE (lfcxml-1.1.1.tar.gz) = 750740
2
SIZE (lfcxml-1.1.3.tar.gz) = 362644
(-)/usr/home/pi/myp/devel/lfcxml/pkg-plist (-10 / +11 lines)
Lines 1-12 Link Here
1
include/lfc/Attribute.h
1
include/lfcxml/Attribute.h
2
include/lfc/Document.h
2
include/lfcxml/Document.h
3
include/lfc/Element.h
3
include/lfcxml/Element.h
4
include/lfc/XML.h
4
include/lfcxml/XML.h
5
include/lfc/XMLEscaper.h
5
include/lfcxml/XMLEscaper.h
6
include/lfc/XMLInStream.h
6
include/lfcxml/XMLInStream.h
7
include/lfc/XMLOutStream.h
7
include/lfcxml/XMLOutStream.h
8
include/lfc/XMLSuite.h
8
include/lfcxml/XMLSuite.h
9
lib/liblfcxml.a
9
lib/liblfcxml.a
10
lib/liblfcxml.so.0
11
lib/liblfcxml.so
12
lib/liblfcxml.la
10
lib/liblfcxml.la
11
lib/liblfcxml.so
12
lib/liblfcxml.so.1
13
@dirrm include/lfcxml

Return to bug 178746