gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r3420: new app, Graphos, vector drawing


From: Carl Hansen
Subject: [Gsrc-commit] trunk r3420: new app, Graphos, vector drawing
Date: Sat, 10 Oct 2015 22:28:55 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 3420
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Sat 2015-10-10 15:28:52 -0700
message:
  new app, Graphos, vector drawing
added:
  gnustep/Graphos/               graphos-20151010222646-xh2wrb3ilyphcbj8-1
  gnustep/Graphos/Makefile       makefile-20151010222646-xh2wrb3ilyphcbj8-2
  gnustep/Graphos/config.mk      config.mk-20151010222646-xh2wrb3ilyphcbj8-3
  gnustep/Graphos/sha256sums     sha256sums-20151010222646-xh2wrb3ilyphcbj8-4
=== added directory 'gnustep/Graphos'
=== added file 'gnustep/Graphos/Makefile'
--- a/gnustep/Graphos/Makefile  1970-01-01 00:00:00 +0000
+++ b/gnustep/Graphos/Makefile  2015-10-10 22:28:52 +0000
@@ -0,0 +1,42 @@
+# Copyright © 2015 Carl Hansen
+#
+# This file is part of GSRC.
+#
+# 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/>.
+
+NAME = Graphos
+GARNAME = Graphos
+GARVERSION = 0.5
+HOME_URL = http://www.gnustep.org/
+DESCRIPTION = GNUstep vector drawing app
+define BLURB
+GNUstep vector drawing app, reminds me of the original MacDraw (1985)
+
+endef
+
+######################################################################
+
+MASTER_SITES = $(MASTER_SAVANNAH)
+MASTER_SUBDIR = gap/
+DISTFILES = $(DISTNAME).tar.gz
+SIGFILES = 
+
+BUILDDEPS =
+LIBDEPS =
+CONFIGURE_SCRIPTS=
+
+######################################################################
+
+include ../../gar.lib/gnustep.mk
+include config.mk

=== added file 'gnustep/Graphos/config.mk'
--- a/gnustep/Graphos/config.mk 1970-01-01 00:00:00 +0000
+++ b/gnustep/Graphos/config.mk 2015-10-10 22:28:52 +0000
@@ -0,0 +1,4 @@
+## Configuration options for Graphos ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'gnustep/Graphos/sha256sums'
--- a/gnustep/Graphos/sha256sums        1970-01-01 00:00:00 +0000
+++ b/gnustep/Graphos/sha256sums        2015-10-10 22:28:52 +0000
@@ -0,0 +1,1 @@
+0195dd6481fd60d24dd95ea15c89683b8db6130b57681a6042c5cc9b4a482c08  
download/Graphos-0.5.tar.gz


reply via email to

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