FreeBSD Bugzilla – Attachment 239799 Details for
Bug 258945
[New Port] databases/imposm3 - Utility to import OpenStreetMap data into PostgreSQL
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
suggested diff v1
imposm3-diff-v1.patch (text/plain), 2.05 KB, created by
Ian Wagner
on 2023-01-30 05:53:48 UTC
(
hide
)
Description:
suggested diff v1
Filename:
MIME Type:
Creator:
Ian Wagner
Created:
2023-01-30 05:53:48 UTC
Size:
2.05 KB
patch
obsolete
>diff --git a/databases/imposm3/Makefile b/databases/imposm3/Makefile >new file mode 100644 >index 000000000000..862e4e58d631 >--- /dev/null >+++ b/databases/imposm3/Makefile >@@ -0,0 +1,31 @@ >+PORTNAME= imposm3 >+DISTVERSIONPREFIX= v >+DISTVERSION= 0.11.1 >+CATEGORIES= databases geography >+ >+MAINTAINER= darcy@dbitech.ca >+COMMENT= Imposm imports OpenStreetMap data into PostGIS >+WWW= http://imposm.org/docs/imposm3/latest/ >+ >+LICENSE= APACHE20 >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+LIB_DEPENDS= libgeos.so:graphics/geos \ >+ libleveldb.so:databases/leveldb >+ >+USES= go:modules >+GO_MODULE= github.com/omniscale/imposm3 >+GO_TARGET= ./cmd/imposm >+GO_BUILDFLAGS= -ldflags "\ >+ -X github.com/omniscale/imposm3.Version=${DISTVERSION}" >+ >+PLIST_FILES= bin/imposm >+ >+PORTEXAMPLES= example-mapping.json example-mapping.yml >+OPTIONS_DEFINE= EXAMPLES >+ >+post-install-EXAMPLES-on: >+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} >+ (cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTEXAMPLES}" ${STAGEDIR}${EXAMPLESDIR}) >+ >+.include <bsd.port.mk> >diff --git a/databases/imposm3/distinfo b/databases/imposm3/distinfo >new file mode 100644 >index 000000000000..bf2a56fa976b >--- /dev/null >+++ b/databases/imposm3/distinfo >@@ -0,0 +1,5 @@ >+TIMESTAMP = 1675057218 >+SHA256 (go/databases_imposm3/imposm3-v0.11.1/v0.11.1.mod) = 9aa4a2a81d8d8bdce8b45ad927017112d345d37ba85954c942dd49422c78a9da >+SIZE (go/databases_imposm3/imposm3-v0.11.1/v0.11.1.mod) = 589 >+SHA256 (go/databases_imposm3/imposm3-v0.11.1/v0.11.1.zip) = 1887daa48293a460bb64cae3800162329d7e7d455f1421bd3c8bffbc39544cec >+SIZE (go/databases_imposm3/imposm3-v0.11.1/v0.11.1.zip) = 834723 >diff --git a/databases/imposm3/pkg-descr b/databases/imposm3/pkg-descr >new file mode 100644 >index 000000000000..568547ba8dfd >--- /dev/null >+++ b/databases/imposm3/pkg-descr >@@ -0,0 +1,6 @@ >+Imposm is an importer for OpenStreetMap data. It reads PBF files and >+imports the data into PostgreSQL/PostGIS. It can also automatically >+update the database with the latest changes from OSM. >+ >+It is designed to create databases that are optimized for rendering >+(i.e. generating tiles or for WMS services).
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 258945
:
228920
|
239675
| 239799