pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

geodiff: Add non-working package



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Thu Jul 21 20:34:06 2022 -0400
Changeset:	7992438b446c51c72a04fa53e49dc29a88ff6592

Added Files:
	geodiff/Makefile
	geodiff/PLIST
	geodiff/TODO
	geodiff/distinfo

Log Message:
geodiff: Add non-working package

Library for handling diffs for geospatial data. Works with GeoPackage
files and PostGIS databases (as well as with non-spatial SQLite and
PostgreSQL databases).

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7992438b446c51c72a04fa53e49dc29a88ff6592

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 geodiff/Makefile | 22 ++++++++++++++++++++++
 geodiff/PLIST    |  4 ++++
 geodiff/TODO     |  2 ++
 geodiff/distinfo |  5 +++++
 4 files changed, 33 insertions(+)

diffs:
diff --git a/geodiff/Makefile b/geodiff/Makefile
new file mode 100644
index 0000000000..4a378b1bd3
--- /dev/null
+++ b/geodiff/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+# url2pkg from https://github.com/MerginMaps/geodiff/archive/refs/tags/1.0.6.tar.gz
+GITHUB_PROJECT=	geodiff
+GITHUB_TAG=	refs/tags/1.0.6
+DISTNAME=	1.0.6
+PKGNAME=	${GITHUB_PROJECT}-${DISTNAME}
+CATEGORIES=	# TODO: add primary category
+MASTER_SITES=	${MASTER_SITE_GITHUB:=MerginMaps/}
+DIST_SUBDIR=	${GITHUB_PROJECT}
+
+MAINTAINER=	gdt%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/MerginMaps/geodiff/
+COMMENT=	Diff program for geopackages
+LICENSE=	mit
+
+# \todo Do this right; I think this is a C library and then a python
+# wrapper and should be two packages.  This is the C one.
+BUILD_SUBDIR=	geodiff
+
+#.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/geodiff/PLIST b/geodiff/PLIST
new file mode 100644
index 0000000000..92ba51a2d7
--- /dev/null
+++ b/geodiff/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+@comment TODO: to fill this file with the file listing:
+@comment TODO: 1. run "/usr/bin/make package"
+@comment TODO: 2. run "/usr/bin/make print-PLIST"
diff --git a/geodiff/TODO b/geodiff/TODO
new file mode 100644
index 0000000000..5748585822
--- /dev/null
+++ b/geodiff/TODO
@@ -0,0 +1,2 @@
+Actually make it work; the current state is not even close to
+functional.
diff --git a/geodiff/distinfo b/geodiff/distinfo
new file mode 100644
index 0000000000..9f98a47724
--- /dev/null
+++ b/geodiff/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (geodiff/1.0.6.tar.gz) = 305f1c035953635b3ed0fd920871a6f638a65abe6fc3016fe5da667e40ae280d
+SHA512 (geodiff/1.0.6.tar.gz) = e91c189fd14434cb8b1975de52f986e54495a4cebde27c53ec5b4fef78ff880df3b329705b50a39ffec3c60bae62967e235fd8f60ed41d8505191184d02cae8f
+Size (geodiff/1.0.6.tar.gz) = 2282078 bytes


Home | Main Index | Thread Index | Old Index