gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r5187: update sfcgal to 1.3.0


From: Carl Hansen
Subject: [Gsrc-commit] trunk r5187: update sfcgal to 1.3.0
Date: Mon, 5 Feb 2018 01:07:31 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 5187
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Sun 2018-02-04 22:07:28 -0800
message:
  update sfcgal to 1.3.0
added:
  pkg/other/sfcgal/              sfcgal-20180205060712-6v2vat8k5fv159y3-1
  pkg/other/sfcgal/Makefile      makefile-20180205060712-6v2vat8k5fv159y3-3
  pkg/other/sfcgal/config.mk     config.mk-20180205060712-6v2vat8k5fv159y3-2
  pkg/other/sfcgal/sha256sums    sha256sums-20180205060712-6v2vat8k5fv159y3-4
=== added directory 'pkg/other/sfcgal'
=== added file 'pkg/other/sfcgal/Makefile'
--- a/pkg/other/sfcgal/Makefile 1970-01-01 00:00:00 +0000
+++ b/pkg/other/sfcgal/Makefile 2018-02-05 06:07:28 +0000
@@ -0,0 +1,52 @@
+# Copyright © 2018 Carl Hansen <address@hidden>
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+#
+# Send bug reports and comments about GSRC problems to address@hidden
+
+NAME =    SFCGAL
+GARNAME = sfcgal
+UPSTREAMNAME = SFCGAL
+GARVERSION = 1.3.0
+HOME_URL = http://www.sfcgal.org/
+       # http://oslandia.github.io/SFCGAL
+DESCRIPTION = Simple Features Computational Geometry Algorithms Library 
+define BLURB
+SFCGAL is a C++ wrapper library around CGAL with the aim of supporting
+ISO 19107:2013 and OGC Simple Features Access 1.2 for 3D operations.
+SFCGAL provides standard compliant geometry types and operations,
+that can be accessed from its C or C++ APIs. PostGIS uses the C API,
+to expose some SFCGAL''s functions in spatial databases.
+endef
+LICENSE = GNU LGPL2+
+######################################################################
+#https://github.com/Oslandia/SFCGAL/archive/v1.3.0.tar.gz
+
+MASTER_SITES = $(MASTER_GITHUB)/
+MASTER_SUBDIR = Oslandia/$(UPSTREAMNAME)/archive/
+DISTFILES = v$(GARVERSION).tar.gz  
+SIGFILES =
+
+WORKSRC = $(WORKDIR)/$(UPSTREAMNAME)-$(GARVERSION)
+
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../../gar/gar.lib/cmake.mk
+include config.mk
+

=== added file 'pkg/other/sfcgal/config.mk'
--- a/pkg/other/sfcgal/config.mk        1970-01-01 00:00:00 +0000
+++ b/pkg/other/sfcgal/config.mk        2018-02-05 06:07:28 +0000
@@ -0,0 +1,5 @@
+## Configuration options ##
+## adjust as needed
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'pkg/other/sfcgal/sha256sums'
--- a/pkg/other/sfcgal/sha256sums       1970-01-01 00:00:00 +0000
+++ b/pkg/other/sfcgal/sha256sums       2018-02-05 06:07:28 +0000
@@ -0,0 +1,1 @@
+7ed35439fc197e73790f4c3d1c1750acdc3044968769239b2185a7a845845df3  
download/v1.3.0.tar.gz


reply via email to

[Prev in Thread] Current Thread [Next in Thread]