FreeBSD Bugzilla – Attachment 153118 Details for
Bug 197262
[NEW PORT] graphics/readosm
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
readosm port - corrections
readosm-1.0.0.diff (text/plain), 3.33 KB, created by
Loïc Bartoletti
on 2015-02-17 19:55:04 UTC
(
hide
)
Description:
readosm port - corrections
Filename:
MIME Type:
Creator:
Loïc Bartoletti
Created:
2015-02-17 19:55:04 UTC
Size:
3.33 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 0) >+++ Makefile (working copy) >@@ -0,0 +1,27 @@ >+# Created by: Loïc BARTOLETTI <coder@tuxfamily.org> >+# $FreeBSD$ >+ >+PORTNAME= readosm >+PORTVERSION= 1.0.0 >+CATEGORIES= geography astro devel >+MASTER_SITES= http://www.gaia-gis.it/gaia-sins/ >+DISTNAME= ${PORTNAME}-${PORTVERSION}d >+ >+MAINTAINER= coder@tuxfamily.org >+COMMENT= Extract valid data from within an Open Street Map input file >+ >+LICENSE= MPL LGPL21 GPLv2 >+LICENSE_COMB= dual >+ >+LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 >+ >+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}d >+GNU_CONFIGURE= yes >+USES= gmake libtool pkgconfig pathfix >+ >+CFLAGS+= -I${LOCALBASE}/include >+LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} >+CONFIGURE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" >+USE_LDCONFIG= yes >+ >+.include <bsd.port.mk> > >Property changes on: Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: distinfo >=================================================================== >--- distinfo (revision 0) >+++ distinfo (working copy) >@@ -0,0 +1,2 @@ >+SHA256 (readosm-1.0.0d.tar.gz) = f056d26489610699802a2a44e315750383af303cf7dcdc580c52bb5ed4d136e3 >+SIZE (readosm-1.0.0d.tar.gz) = 1095751 > >Property changes on: distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: pkg-descr >=================================================================== >--- pkg-descr (revision 0) >+++ pkg-descr (working copy) >@@ -0,0 +1,10 @@ >+ReadOSM is an open source library to extract valid data from within an Open >+Street Map input file. Such OSM files come in two different formats: >+ >+* files identified by the .osm suffix simply are plain XML files. >+* files identified by the .osm.pbf suffix does containt the same identical >+data, but adopting the Google's Protocol Buffer serialization format and thus >+requiring much less storage space. >+ >+ >+WWW: https://www.gaia-gis.it/fossil/readosm/index > >Property changes on: pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 0) >+++ pkg-plist (working copy) >@@ -0,0 +1,6 @@ >+include/readosm.h >+lib/libreadosm.a >+lib/libreadosm.so >+lib/libreadosm.so.1 >+lib/libreadosm.so.1.0.0 >+libdata/pkgconfig/readosm.pc > >Property changes on: pkg-plist >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 197262
:
152466
|
153118
|
153119