[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r9733: update ucblogo-code to master
|
From: |
Carl Hansen |
|
Subject: |
[Gsrc-commit] trunk r9733: update ucblogo-code to master |
|
Date: |
Thu, 30 Nov 2023 00:46:36 -0500 (EST) |
|
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 9733
revision-id: carlhansen@gnu.org-20231130054630-3zc0tzw6d6vdof3j
parent: carlhansen@gnu.org-20231130011327-zbinzosui2rfh3ua
committer: carlhansen@gnu.org
branch nick: trunk
timestamp: Wed 2023-11-29 21:46:30 -0800
message:
update ucblogo-code to master
added:
pkg/other/ucblogo/ ucblogo-20231130054612-kdx9wdgyymy37q5c-1
pkg/other/ucblogo/Makefile makefile-20231130054612-kdx9wdgyymy37q5c-3
pkg/other/ucblogo/config.mk config.mk-20231130054612-kdx9wdgyymy37q5c-2
=== added directory 'pkg/other/ucblogo'
=== added file 'pkg/other/ucblogo/Makefile'
--- a/pkg/other/ucblogo/Makefile 1970-01-01 00:00:00 +0000
+++ b/pkg/other/ucblogo/Makefile 2023-11-30 05:46:30 +0000
@@ -0,0 +1,61 @@
+# Copyright ©2023 Carl Hansen <carlhansen@gnu.org>
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+# http://www.gnu.org/software/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 bug-gsrc@gnu.org
+
+
+NAME = UCB logo
+GARNAME = ucblogo-code
+GARVERSION = master
+HOME_URL = https://people.eecs.berkeley.edu/~bh/logo.html
+DESCRIPTION = Logo language, from UCB
+define BLURB
+endef
+LICENSE = GPL3
+
+######################################################################
+# https://github.com/jrincayc/ucblogo-code.git
+
+MASTER_SITES = https://github.com
+MASTER_SUBDIR = jrincayc
+GIT_PATH = $(MASTER_SITES)/$(MASTER_SUBDIR)/$(GARNAME).git
+
+BUILDDEPS =
+LIBDEPS =
+
+USE_AUTORECONF =y
+WORKSRC = $(DOWNLOADDIRGIT)/$(GARNAME)
+# WORKOBJ the usual
+######################################################################
+
+include ../../../gar/gar.lib/autotools.mk
+include config.mk
+
+fetch: fetch-git
+
+pre-build:
+ cp $(WORKSRC)/usermanual $(WORKOBJ)/
+
+post-install:
+ @echo =========================================
+ @echo =========================================
+ @echo The binary is called \"ucblogo\"
+ @echo To exit the program, use the command \"bye\"
+ @echo =========================================
+ @echo =========================================
+
=== added file 'pkg/other/ucblogo/config.mk'
--- a/pkg/other/ucblogo/config.mk 1970-01-01 00:00:00 +0000
+++ b/pkg/other/ucblogo/config.mk 2023-11-30 05:46:30 +0000
@@ -0,0 +1,4 @@
+## Configuration options ##
+
+CONFIGURE_OPTS ?=
+BUILD_OPTS ?=
| [Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r9733: update ucblogo-code to master,
Carl Hansen <=