gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r8747: update pforth to master


From: Carl Hansen
Subject: [Gsrc-commit] trunk r8747: update pforth to master
Date: Sat, 5 Nov 2022 03:58:27 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 8747
revision-id: carlhansen1234@gmail.com-20221105075820-x9cwq0swpwvv9fe9
parent: carlhansen1234@gmail.com-20221105063659-4v8r6ll4edidx8ep
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Sat 2022-11-05 00:58:20 -0700
message:
  update pforth to master
added:
  pkg/other/pforth/              pforth-20221105075755-szcozaoe1b83ooqy-1
  pkg/other/pforth/Makefile      makefile-20221105075755-szcozaoe1b83ooqy-3
  pkg/other/pforth/config.mk     config.mk-20221105075755-szcozaoe1b83ooqy-2
  pkg/other/pforth/sha256sum     sha256sum-20221105075755-szcozaoe1b83ooqy-4
=== added directory 'pkg/other/pforth'
=== added file 'pkg/other/pforth/Makefile'
--- a/pkg/other/pforth/Makefile 1970-01-01 00:00:00 +0000
+++ b/pkg/other/pforth/Makefile 2022-11-05 07:58:20 +0000
@@ -0,0 +1,97 @@
+# Copyright © 2022 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 = pforth
+GARNAME =  pforth
+GARVERSION = master
+HOME_URL = http://softsynth.com/ 
+DESCRIPTION = pforth, a portable forth written in C  
+define BLURB
+endef
+LICENSE = public domain
+
+######################################################################
+# https://github.com/philburk/pforth.git
+
+MASTER_SITES = $(MASTER_GITHUB)
+MASTER_SUBDIR = philburk
+
+GIT_PATH = $(MASTER_SITES)$(MASTER_SUBDIR)/$(GARNAME).git
+NOCHECKSUM = $(DISTFILES)
+SIGFILES =
+
+GIT_REVISION = master  
+
+#CONFIGURE_SCRIPTS  = $(WORKDIR)/$(DISTNAME)/CMakeLists.txt
+INSTALL_SCRIPTS  = me
+GITSRC =  $(BASEDIRABS)/$(DOWNLOADDIRGIT)/$(GARNAME)
+#WORKSRC =               $(DOWNLOADDIRGIT)/$(GARNAME)
+WORKSRC = $(GITSRC)
+
+WORKOBJ =  $(WORKSRC)
+
+
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../../gar/gar.lib/cmake.mk
+include config.mk
+include ../../../gar/varb.mk
+
+.PHONY: install-me pre-fetch build-t install-me
+
+ 
+
+info:
+       @echo PWD  $(PWD)
+       @echo GITSRC $(GITSRC)
+       @echo WORKSRC $(WORKSRC)
+       @echo WORKOBJ $(WORKOBJ)
+       @echo   $(BASEDIRABS)
+       @echo   $(packagedir)
+       @echo   $(packagesdir)
+
+pre-fetch: fetch-git
+       mkdir -p $(WORKSRC)
+       $(MAKECOOKIE)
+
+
+build-it: fetch-git
+       @echo now building
+       cmake -S $(WORKSRC) -B $(WORDOBJ)
+       cd $(WORKSRC)  && cmake --build . 
+       cd $(WORKSRC)  && $(MAKE)  all
+       $(MAKECOOKIE)
+
+pre-install: 
+       echo pre-install
+       mkdir -p  $(packageprefix)/pforth/share/pforth
+       mkdir -p  $(packageprefix)/pforth/bin
+       mkdir -p  $(packagedir)/foodir
+       cd $(WORKSRC) && cp -a   fth  $(packageprefix)/pforth/share/pforth/
+       cd $(WORKSRC) && cp -a   fth/pforth*  $(packageprefix)/pforth/bin/
+       $(MAKECOOKIE)
+
+
+

=== added file 'pkg/other/pforth/config.mk'
--- a/pkg/other/pforth/config.mk        1970-01-01 00:00:00 +0000
+++ b/pkg/other/pforth/config.mk        2022-11-05 07:58:20 +0000
@@ -0,0 +1,5 @@
+## Configuration options  ##
+## adjust as needed
+
+CONFIGURE_OPTS ?=  
+BUILD_OPTS ?=

=== added file 'pkg/other/pforth/sha256sum'

reply via email to

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