View | Details | Raw Unified | Return to bug 197262 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (+27 lines)
Line 0 Link Here
1
# Created by: Loïc BARTOLETTI <coder@tuxfamily.org>
2
# $FreeBSD$
3
4
PORTNAME=	readosm
5
PORTVERSION=	1.0.0
6
CATEGORIES=	geography astro devel
7
MASTER_SITES=	http://www.gaia-gis.it/gaia-sins/
8
DISTNAME=	${PORTNAME}-${PORTVERSION}d
9
10
MAINTAINER=	coder@tuxfamily.org
11
COMMENT=	Extract valid data from within an Open Street Map input file
12
13
LICENSE=	MPL LGPL21 GPLv2
14
LICENSE_COMB=	dual
15
16
LIB_DEPENDS=	libexpat.so:${PORTSDIR}/textproc/expat2
17
18
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}d
19
GNU_CONFIGURE=	yes
20
USES=		gmake libtool pkgconfig pathfix
21
22
CFLAGS+=	-I${LOCALBASE}/include
23
LDFLAGS+=	-L${LOCALBASE}/lib ${ICONV_LIB}
24
CONFIGURE_ARGS+=	CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
25
USE_LDCONFIG=	yes
26
27
.include <bsd.port.mk>
(-)distinfo (+2 lines)
Line 0 Link Here
1
SHA256 (readosm-1.0.0d.tar.gz) = f056d26489610699802a2a44e315750383af303cf7dcdc580c52bb5ed4d136e3
2
SIZE (readosm-1.0.0d.tar.gz) = 1095751
(-)pkg-descr (+10 lines)
Line 0 Link Here
1
ReadOSM is an open source library to extract valid data from within an Open
2
Street Map input file. Such OSM files come in two different formats:
3
4
* files identified by the .osm suffix simply are plain XML files.
5
* files identified by the .osm.pbf suffix does containt the same identical
6
data, but adopting the Google's Protocol Buffer serialization format and thus
7
requiring much less storage space.
8
 
9
10
WWW: https://www.gaia-gis.it/fossil/readosm/index
(-)pkg-plist (+6 lines)
Line 0 Link Here
1
include/readosm.h
2
lib/libreadosm.a
3
lib/libreadosm.so
4
lib/libreadosm.so.1
5
lib/libreadosm.so.1.0.0
6
libdata/pkgconfig/readosm.pc

Return to bug 197262