gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r3799: java-training-wheels, 1.1 release


From: Carl Hansen
Subject: [Gsrc-commit] trunk r3799: java-training-wheels, 1.1 release
Date: Fri, 15 Jul 2016 07:19:25 +0000 (UTC)
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 3799
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Fri 2016-07-15 00:19:22 -0700
message:
  java-training-wheels, 1.1 release
added:
  pkg/gnu/java-training-wheels/  
javatrainingwheels-20160715071846-tjkrkqbnn0ucz79y-1
  pkg/gnu/java-training-wheels/Makefile 
makefile-20160715071846-tjkrkqbnn0ucz79y-3
  pkg/gnu/java-training-wheels/config.mk 
config.mk-20160715071846-tjkrkqbnn0ucz79y-2
  pkg/gnu/java-training-wheels/sha256sums 
sha256sums-20160715071846-tjkrkqbnn0ucz79y-4
=== added directory 'pkg/gnu/java-training-wheels'
=== added file 'pkg/gnu/java-training-wheels/Makefile'
--- a/pkg/gnu/java-training-wheels/Makefile     1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/java-training-wheels/Makefile     2016-07-15 07:19:22 +0000
@@ -0,0 +1,51 @@
+# Copyright © 2016 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/>.
+#
+# Send bug reports and comments about GSRC problems to address@hidden
+#
+# Note, this package installs its own way when you say "make"
+# Unique method....
+
+
+NAME = java-training-wheels
+GARNAME = java-training-wheels
+GARVERSION = 1.1
+#HOME_URL = http://www.gnu.org/software/java-training-wheels/
+HOME_URL = http://davin.50webs.com/research/2009/anpl4tj.html
+DESCRIPTION =  A simplified Java environment for learning programming
+LICENSE = 
+define BLURB
+GNU Java Training wheels provides a less steep learning curve
+for learning to program in Java.  The system is powered by
+a preprocessor that adds features to Java such as a superfor
+macro and a file inclusion system much like the C language s
+preprocessor.
+endef
+
+######################################################################
+MASTER_SITES =  http://davinpearson.com/
+MASTER_SUBDIR = binaries/
+DISTFILES = $(DISTNAME).tar.gz
+SIGFILES = 
+
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include config.mk

=== added file 'pkg/gnu/java-training-wheels/config.mk'
--- a/pkg/gnu/java-training-wheels/config.mk    1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/java-training-wheels/config.mk    2016-07-15 07:19:22 +0000
@@ -0,0 +1,4 @@
+## Configuration options for java-training-wheels ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'pkg/gnu/java-training-wheels/sha256sums'
--- a/pkg/gnu/java-training-wheels/sha256sums   1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/java-training-wheels/sha256sums   2016-07-15 07:19:22 +0000
@@ -0,0 +1,1 @@
+7a3716554eebdf219d7b6a15765de3cf6035a1c9da1e4dae1d5826385c007a45  
download/java-training-wheels-1.1.tar.gz


reply via email to

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