pkgsrc-WIP-changes archive

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

gerris: wip/gts -> graphics/gts.



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By:	bsiegert
Date:		Fri Dec 14 16:55:53 2018 +0100
Changeset:	fcc819ff8bb4c25b4ac01b1c0ede5b3be210696f

Modified Files:
	gerris/DESCR
	gerris/Makefile
	gerris/options.mk
Added Files:
	gerris/TODO

Log Message:
gerris: wip/gts -> graphics/gts.

Also fix some typos in the description and add a TODO that the
distfile is unfetchable.

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

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

diffstat:
 gerris/DESCR      | 2 +-
 gerris/Makefile   | 2 +-
 gerris/TODO       | 1 +
 gerris/options.mk | 2 +-
 4 files changed, 4 insertions(+), 3 deletions(-)

diffs:
diff --git a/gerris/DESCR b/gerris/DESCR
index aa7b03b010..d9a9af8425 100644
--- a/gerris/DESCR
+++ b/gerris/DESCR
@@ -1,2 +1,2 @@
 Gerris is a Free Software program for the solution of the partial
-differential equations describing fluid flow
+differential equations describing fluid flow.
diff --git a/gerris/Makefile b/gerris/Makefile
index 70c80c6f78..43824c2bcc 100644
--- a/gerris/Makefile
+++ b/gerris/Makefile
@@ -7,7 +7,7 @@ MASTER_SITES=	http://garr.dl.sourceforge.net/project/gfs/gerris/0.9.2/
 
 MAINTAINER=	jihbed.research%gmail.com@localhost
 HOMEPAGE=	http://gfs.sourceforge.net/wiki/index.php/Main_Page
-COMMENT=	Software the solution of the PDE describing fluid flow
+COMMENT=	Software solution of the PDE describing fluid flow
 #LICENSE=	# TODO: (see mk/license.mk)
 
 GNU_CONFIGURE=	yes
diff --git a/gerris/TODO b/gerris/TODO
new file mode 100644
index 0000000000..cc3bc27a00
--- /dev/null
+++ b/gerris/TODO
@@ -0,0 +1 @@
+Distfile is unfetchable, please update.
diff --git a/gerris/options.mk b/gerris/options.mk
index 537ab9fd87..b304b5d660 100644
--- a/gerris/options.mk
+++ b/gerris/options.mk
@@ -9,7 +9,7 @@ PKG_SUGGESTED_OPTIONS=	gts-check
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Mgts-check)
-. include "../../wip/gts/buildlink3.mk"
+. include "../../graphics/gts/buildlink3.mk"
 CONFIGURE_ARGS+=	--enable-gts-check
 .endif
 


Home | Main Index | Thread Index | Old Index