From eeb2b96095b0a4909dd82d2bb57a17a9230bc4b8 Mon Sep 17 00:00:00 2001 From: Sergey Litvinov Date: Sun, 6 Sep 2015 14:31:49 +0000 Subject: [PATCH] Update of pkgsrc files --- gts-snapshot/DESCR | 15 +++++++-------- gts-snapshot/Makefile | 4 ++-- gts-snapshot/buildlink3.mk | 5 ++--- 3 files changed, 11 insertions(+), 13 deletions(-) diff --git a/gts-snapshot/DESCR b/gts-snapshot/DESCR index d4ca774ed3..1fc060c39c 100644 --- a/gts-snapshot/DESCR +++ b/gts-snapshot/DESCR @@ -1,8 +1,7 @@ -This is the GTS library (a version called snaphot by the authors). -GTS stands for the GNU Triangulated Surface Library. It includes a -number of useful functions to deal with triangulated surfaces -including, but not limited to, multi-resolution models, Delaunay and -Constrained Delaunay triangulations, set operations on surfaces -(intersection, union etc ...), bounding-boxes trees for efficient -collision and intersection detection, triangle strips generation for -fast rendering. +This is the GTS library. GTS stands for the GNU Triangulated Surface +Library. It includes a number of useful functions to deal with +triangulated surfaces including, but not limited to, multi-resolution +models, Delaunay and Constrained Delaunay triangulations, set +operations on surfaces (intersection, union etc ...), bounding-boxes +trees for efficient collision and intersection detection, triangle +strips generation for fast rendering. diff --git a/gts-snapshot/Makefile b/gts-snapshot/Makefile index e390f508ab..ea6664cd58 100644 --- a/gts-snapshot/Makefile +++ b/gts-snapshot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2015/08/30 23:02:24 slitvinov Exp $ +# $NetBSD: Makefile,v 1.3 2015/09/06 14:31:49 slitvinov Exp $ DISTNAME= gts-snapshot SNAPDATE= 121130 @@ -20,7 +20,7 @@ PKGCONFIG_OVERRIDE+= gts.pc.in INSTALLATION_DIRS+= bin -WRKSRC=${WRKDIR}/gts-snapshot-121130 +WRKSRC=${WRKDIR}/gts-snapshot-${SNAPDATE} BUILDLINK_API_DEPENDS.glib2+= glib2>=2.4.0 .include "../../devel/glib2/buildlink3.mk" diff --git a/gts-snapshot/buildlink3.mk b/gts-snapshot/buildlink3.mk index 10bd0a89ec..5269e6aefa 100644 --- a/gts-snapshot/buildlink3.mk +++ b/gts-snapshot/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1 2015/08/30 22:42:37 slitvinov Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2015/09/06 14:31:49 slitvinov Exp $ BUILDLINK_TREE+= gts @@ -8,9 +8,8 @@ GTS_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.gts+= gts>=0.7.6 BUILDLINK_PKGSRCDIR.gts?= ../../wip/gts-snapshot - .include "../../devel/glib2/buildlink3.mk" - +.include "../../graphics/netpbm/buildlink3.mk" .endif # GTS_BUILDLINK3_MK BUILDLINK_TREE+= -gts