gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r9117: bunch of stuff


From: Carl Hansen
Subject: [Gsrc-commit] trunk r9117: bunch of stuff
Date: Thu, 30 Mar 2023 23:20:48 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 9117
revision-id: carlhansen@gnu.org-20230331032040-6g03ot3wcaw77716
parent: carlhansen@gnu.org-20230330065321-6w83y9z0nwx5us3a
committer: carlhansen@gnu.org
branch nick: trunk
timestamp: Thu 2023-03-30 20:20:40 -0700
message:
  bunch of stuff
removed:
  pkg/other/pforth/sha256sum     sha256sum-20221105075755-szcozaoe1b83ooqy-4
added:
  pkg/other/pforth/sha256sums    sha256sums-20230331030835-03jdy05lpnidz2fg-1
renamed:
  pkg/gnu/pyconfigure/ => pkg/decommissioned/pyconfigure/ 
pyconfigure-20160617014725-uokjfnggs70iry9h-297
modified:
  doc/config.txt                 config.txt-20100629095712-rfs1vlwap391h315-1
  doc/texinfo.tex                texinfo.tex-20210501180820-1twq5wdsrp9yr9h7-1
  pkg/bio/t-coffee/Makefile      makefile-20160617195624-kwz1a09vkg4le6fu-189
  pkg/bio/t-coffee/sha256sums    sha256sums-20160617195624-kwz1a09vkg4le6fu-190
  pkg/gnu/bzr/Makefile           makefile-20160617014725-uokjfnggs70iry9h-468
  pkg/gnu/bzr/config.mk          config.mk-20160617014947-yb4alp0yoeeq7c5t-1
  pkg/other/cgoban1/Makefile     makefile-20190528234116-qsfr2e4zvwoaejgx-3
  pkg/other/freetype2/Makefile   makefile-20180212014529-x1e0632ts1xqt9at-4
  pkg/other/gnome-chemistry-utils/Makefile 
makefile-20190416033358-phwria0apmau81rs-4
  pkg/other/guile-cairo/Makefile makefile-20160617013639-z5fu1hm2di316w5v-86
  pkg/other/lynx/Makefile        makefile-20220504195137-cnvwvreyr35f10o1-4
  pkg/other/lynx/config.mk       config.mk-20220504195137-cnvwvreyr35f10o1-2
  pkg/other/lynx/sha256sums      sha256sums-20220504195137-cnvwvreyr35f10o1-5
  pkg/other/osinfo-db-tools/Makefile makefile-20190416064048-zo7c7jql4adjcq58-3
  pkg/other/osinfo-db/Makefile   makefile-20190416064031-b513gtsul89cpqy9-3
  pkg/other/osinfo-db/sha256sums sha256sums-20190416064031-b513gtsul89cpqy9-4
  pkg/other/pari/Makefile        makefile-20181116083036-0ikpsg0z3j7lz473-4
  pkg/other/pforth/Makefile      makefile-20221105075755-szcozaoe1b83ooqy-3
  pkg/other/skribilo/Makefile    makefile-20180503212700-aldvw9kzj2vu2oba-3
  pkg/other/skribilo/sha256sums  sha256sums-20180503212700-aldvw9kzj2vu2oba-4
=== modified file 'doc/config.txt'
--- a/doc/config.txt    2010-06-29 09:57:46 +0000
+++ b/doc/config.txt    2023-03-31 03:20:40 +0000
@@ -1,2 +1,1 @@
-Edit the file gar.conf.mk to change these settings.
-When you are ready to build, type "make help"
+#Edit the file gar.conf.mk to change these settings.

=== modified file 'doc/texinfo.tex'
--- a/doc/texinfo.tex   2023-03-21 19:00:52 +0000
+++ b/doc/texinfo.tex   2023-03-31 03:20:40 +0000
@@ -3,7 +3,7 @@
 % Load plain if necessary, i.e., if running under initex.
 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
 %
-\def\texinfoversion{2023-03-21.06}
+\def\texinfoversion{2023-03-27.21}
 %
 % Copyright 1985, 1986, 1988, 1990-2023 Free Software Foundation, Inc.
 %
@@ -1102,27 +1102,33 @@
 
 % Output page labels information.
 % See PDF reference v.1.7 p.594, section 8.3.1.
+% Page label ranges must be increasing.
 \ifpdf
 \def\pagelabels{%
   \def\title{0 << /P (T-) /S /D >>}%
-  \edef\roman{\the\romancount << /S /r >>}%
-  \edef\arabic{\the\arabiccount << /S /D >>}%
-  %
-  % Page label ranges must be increasing.  Remove any duplicates.
-  % (There is a slight chance of this being wrong if e.g. there is
-  % a @contents but no @titlepage, etc.)
-  %
-  \ifnum\romancount=0 \def\roman{}\fi
-  \ifnum\arabiccount=0 \def\title{}%
-  \else
-    \ifnum\romancount=\arabiccount \def\roman{}\fi
-  \fi
-  %
-  \ifnum\romancount<\arabiccount
-    \pdfcatalog{/PageLabels << /Nums [\title \roman \arabic ] >> }\relax
-  \else
-    \pdfcatalog{/PageLabels << /Nums [\title \arabic \roman ] >> }\relax
-  \fi
+  %
+  % support @contents at very end of document
+  \ifnum\contentsendcount=\pagecount
+    \ifnum\arabiccount<\romancount
+      \pdfcatalog{/PageLabels << /Nums
+                  [\title
+                   \the\arabiccount << /S /D >>
+                   \the\romancount << /S /r >>
+                  ] >> }\relax
+    \fi
+  % no contents in document
+  \else\ifnum\contentsendcount=0
+    \pdfcatalog{/PageLabels << /Nums
+                [\title
+                 \the\arabiccount << /S /D >>
+                ] >> }\relax
+  \else
+    \pdfcatalog{/PageLabels << /Nums
+                [\title
+                 \the\romancount << /S /r >>
+                 \the\contentsendcount << /S /D >>
+                ] >> }\relax
+  \fi\fi
 }
 \else
   \let\pagelabels\relax
@@ -1131,6 +1137,8 @@
 \newcount\pagecount \pagecount=0
 \newcount\romancount \romancount=0
 \newcount\arabiccount \arabiccount=0
+\newcount\contentsendcount \contentsendcount=0
+
 \ifpdf
   \let\ptxadvancepageno\advancepageno
   \def\advancepageno{%
@@ -6809,12 +6817,8 @@
 % Get ready to use Arabic numerals again
 \def\contentsendroman{%
   \lastnegativepageno = \pageno
-  \global\pageno = \savepageno
-  %
-  % If \romancount > \arabiccount, the contents are at the end of the
-  % document.  Otherwise, advance where the Arabic numerals start for
-  % the page numbers.
-  \ifnum\romancount>\arabiccount\else\global\arabiccount=\pagecount\fi
+  \global\pageno=1
+  \contentsendcount = \pagecount
 }
 
 % Typeset the label for a chapter or appendix for the short contents.

=== modified file 'pkg/bio/t-coffee/Makefile'
--- a/pkg/bio/t-coffee/Makefile 2016-06-17 19:57:40 +0000
+++ b/pkg/bio/t-coffee/Makefile 2023-03-31 03:20:40 +0000
@@ -18,7 +18,7 @@
 NAME = T-Coffee
 GARNAME = t-coffee
 UPSTREAMNAME = T-COFFEE
-GARVERSION = 10.00.r1613
+GARVERSION = 13.25.45.678c2fa
 HOME_URL = http://www.tcoffee.org/
 DESCRIPTION = A multiple sequence alignment package
 define BLURB
@@ -32,12 +32,13 @@
 CITE = pmid:10964570
 
 ######################################################################
-
-MASTER_SITES = http://www.tcoffee.org/Packages/
-MASTER_SUBDIR = Stable/Latest/
-DISTNAME = $(UPSTREAMNAME)_distribution_Version_$(GARVERSION)
+# 
https://s3.eu-central-1.amazonaws.com/tcoffee-packages/sources/tcoffee/Stable/T-COFFEE_distribution.tar.gz
+# 
https://s3.eu-central-1.amazonaws.com/tcoffee-packages/sources/tcoffee/Beta/T-COFFEE_distribution.tar.gz
+MASTER_SITES = https://s3.eu-central-1.amazonaws.com/
+MASTER_SUBDIR = tcoffee-packages/sources/tcoffee/Beta/
+DISTNAME = $(UPSTREAMNAME)_distribution
 DISTFILES = $(DISTNAME).tar.gz
-WORKSRC = $(WORKDIR)/$(DISTNAME)/t_coffee_source
+WORKSRC = $(WORKDIR)/T-COFFEE_distribution_Version_13.25.45.678c2fa
 BUILD_SCRIPTS = $(WORKSRC)/makefile
 INSTALL_SCRIPTS = programs
 
@@ -62,3 +63,5 @@
        $(INSTALL_BIN) $(WORKSRC)/t_coffee
        $(INSTALL_BIN) $(WORKSRC)/TMalign
        $(MAKECOOKIE)
+
+

=== modified file 'pkg/bio/t-coffee/sha256sums'
--- a/pkg/bio/t-coffee/sha256sums       2016-06-17 19:57:40 +0000
+++ b/pkg/bio/t-coffee/sha256sums       2023-03-31 03:20:40 +0000
@@ -1,1 +1,1 @@
-53bf0e606737d2ba0f3909c48b1fca2421d9f756f33ccd3369be81535f395cee  
download/T-COFFEE_distribution_Version_10.00.r1613.tar.gz
+89cd07708cb3668bfdf2163ca4969ce6eb54be8eb1d4244d7e5e498c0a6c3cb9  
download/T-COFFEE_distribution.tar.gz

=== renamed directory 'pkg/gnu/pyconfigure' => 'pkg/decommissioned/pyconfigure'
=== modified file 'pkg/gnu/bzr/Makefile'
--- a/pkg/gnu/bzr/Makefile      2023-02-27 19:36:41 +0000
+++ b/pkg/gnu/bzr/Makefile      2023-03-31 03:20:40 +0000
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
 
-NAME = Bazaar bzr
+NAME = Bazaar aka bzr
 GARNAME = bzr
 GARVERSION = 2.7.0
 #RELEASE = b2
@@ -43,6 +43,7 @@
 BUILD_SCRIPTS =  it
 INSTALL_SCRIPTS = it
 
+WORDOBJ = $(WORKSRC)
 BUILDDEPS =
 LIBDEPS = 
 #zlib
@@ -50,15 +51,16 @@
 ######################################################################
 
 include ../../../gar/gar.mk
+include ../../../gar/varb.mk
 include config.mk
 
 #  python2 ./setup.py install build_ext --allow-python-fallback
 #  this seems to work
 #
 build-it:
-       @#cd $(WORKSRC) &&  python2 ./setup.py build build_ext 
--allow-python-fallback
-       @echo just do "make install" , ignore imperfection
+       cd $(WORKSRC) &&  python2 ./setup.py build build_ext 
--allow-python-fallback
+       @echo just do "make -k install" , ignore imperfection
 
 install-it:
-       cd $(WORKSRC) &&  python2 ./setup.py install build_ext 
--allow-python-fallback
+       cd $(WORKSRC) &&  python2 ./setup.py install --home $(packageprefix)  
build_ext --allow-python-fallback
 

=== modified file 'pkg/gnu/bzr/config.mk'
--- a/pkg/gnu/bzr/config.mk     2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/bzr/config.mk     2023-03-31 03:20:40 +0000
@@ -2,4 +2,5 @@
 
 PY_BUILD_ARGS ?=
 # Requires Python2 specifically
-PYTHON = /usr/bin/python2
+PYTHON = /home/carl/gsrc//bin/python2
+

=== modified file 'pkg/other/cgoban1/Makefile'
--- a/pkg/other/cgoban1/Makefile        2020-07-03 00:36:47 +0000
+++ b/pkg/other/cgoban1/Makefile        2023-03-31 03:20:40 +0000
@@ -1,4 +1,4 @@
-# Copyright © 2019,2020 Carl Hansen <carlhansen@gnu.org>
+# Copyright © 2019,2020,2023 Carl Hansen <carlhansen@gnu.org>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -36,24 +36,28 @@
 #defunct:
 #http://www.igoweb.org/~wms/comp/cgoban/cgoban-1.9.12.tar.gz
 #git clone https://git.code.sf.net/p/cgoban1/git cgoban1-git
-
-MASTER_SITES = git://git.code.sf.net/
-MASTER_SUBDIR = p/cgoban1/
-GIT_PATH = $(MASTER_SITES)$(MASTER_SUBDIR)git
-GIT_REVISION =         master
+# https://sourceforge.net/projects/cgoban1/files/latest/download
+#  
https://sourceforge.net/projects/cgoban1/files/cgoban1/1.9.14/cgoban-1.9.14.tar.gz/download
+#MASTER_SITES = git://git.code.sf.net/
+#MASTER_SUBDIR = p/cgoban1/
+#GIT_PATH = $(MASTER_SITES)$(MASTER_SUBDIR)git
+#GIT_REVISION =  master
+
+MASTER_SITES =  https://sourceforge.net/
+MASTER_SUBDIR = projects/cgoban1/files/cgoban1/$(GARVERSION)/
+
 DISTNAME = $(GARNAME)-$(GARVERSION)
 DISTFILES = $(DISTNAME).tar.gz
-NOCHECKSUM = $(DISTFILES)
+
 SIGFILES =
 
-
 INSTALL_SCRIPTS =
 BUILDDEPS =
 LIBDEPS =
 
 ######################################################################
 
-include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/autotools.mk
 include config.mk
 
 pre-configure:

=== modified file 'pkg/other/freetype2/Makefile'
--- a/pkg/other/freetype2/Makefile      2023-02-15 04:51:35 +0000
+++ b/pkg/other/freetype2/Makefile      2023-03-31 03:20:40 +0000
@@ -49,7 +49,7 @@
 
 ######################################################################
 
-include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/autotools.mk
 include config.mk
 # not sure
 #CFLAGS+=-fPIC 

=== modified file 'pkg/other/gnome-chemistry-utils/Makefile'
--- a/pkg/other/gnome-chemistry-utils/Makefile  2019-04-16 03:34:59 +0000
+++ b/pkg/other/gnome-chemistry-utils/Makefile  2023-03-31 03:20:40 +0000
@@ -45,7 +45,7 @@
 DISTFILES = $(DISTNAME).tar.xz
 SIGFILES  = $(DISTNAME).tar.xz.sig
 
-BUILDDEPS = lasem openbabel
+BUILDDEPS = #lasem openbabel
 LIBDEPS = 
 
 ######################################################################

=== modified file 'pkg/other/guile-cairo/Makefile'
--- a/pkg/other/guile-cairo/Makefile    2020-11-30 05:57:05 +0000
+++ b/pkg/other/guile-cairo/Makefile    2023-03-31 03:20:40 +0000
@@ -40,7 +40,7 @@
 
 ######################################################################
 
-include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/autotools.mk
 include ../../../gar/gar.lib/info.mk
 include config.mk
 

=== modified file 'pkg/other/lynx/Makefile'
--- a/pkg/other/lynx/Makefile   2023-03-10 21:44:24 +0000
+++ b/pkg/other/lynx/Makefile   2023-03-31 03:20:40 +0000
@@ -21,7 +21,8 @@
 
 NAME = lynx
 GARNAME = lynx
-GARVERSION = 2.9.0dev.12
+GARVERSION = 2.8.9rel.1
+# dev GARVERSION = 2.9.0dev.12
 
 HOME_URL = http://invisible-island.net/lynx
 DESCRIPTION =  WWW browser using text only
@@ -31,19 +32,27 @@
 endef
 ######################################################################
 # 
http://ftp.invisible-island.net/archives/lynx/tarballs/lynx2.9.0dev.10.tar.bz2
+# https://ftp.invisible-island.net/archives/lynx/tarballs/lynx2.8.9rel.1.tar.gz
+# 2.9.0dev doesn;t compile
 MASTER_SITES = http://ftp.invisible-island.net/
 MASTER_SUBDIR = archives/$(GARNAME)/tarballs/
-DISTNAME =$(GARNAME)$(GARVERSION)
-DISTFILES = $(DISTNAME).tar.bz2
-SIGFILES = $(DISTNAME).tar.bz2.asc
+DISTNAME = $(GARNAME)$(GARVERSION)
+DISTFILES = $(DISTNAME).tar.gz
+SIGFILES = $(DISTNAME).tar.gz.asc
 
 BUILDDEPS = 
 LIBDEPS =
-CONFIGURE_ARGS := --with-gnutls  --enable-rpath
+
+
 # --with-gnutls --with-ssl
-WORKOBJ =$(WORKSRC)
+#WORKOBJ =$(WORKSRC)
 
 include ../../../gar/gar.lib/autotools.mk
 include config.mk
 
+CONFIGURE_ARGS := --with-gnutls  --enable-rpath
+BUILD_ARGS += CFLAGS+="-g -Wall" CPPFLAGS="-U HAVE_SYS_FILIO_H"
+#BUILD_ARGS += CFLAGS+="-g -Wall "
+
+
 

=== modified file 'pkg/other/lynx/config.mk'
--- a/pkg/other/lynx/config.mk  2023-01-01 08:49:04 +0000
+++ b/pkg/other/lynx/config.mk  2023-03-31 03:20:40 +0000
@@ -1,5 +1,6 @@
 ## Configuration options 
 
-CONFIGURE_OPTS ?= --with-ssl --with-gnutls
-#--enable-rpath
-BUILD_OPTS ?=
+CONFIGURE_OPTS ?=
+# --with-ssl --with-gnutls
+# --enable-rpath
+BUILD_OPTS ?= 

=== modified file 'pkg/other/lynx/sha256sums'
--- a/pkg/other/lynx/sha256sums 2023-03-10 21:44:24 +0000
+++ b/pkg/other/lynx/sha256sums 2023-03-31 03:20:40 +0000
@@ -1,2 +1,2 @@
-a6455b159d00776d8ec1051285c972dc1f0c552d0571a0cff02a23ec146ee8e5  
download/lynx2.9.0dev.12.tar.bz2
-99feeead6664f587b911e882e1aff844a71d31d8daa894218b52c9cdf8354470  
download/lynx2.9.0dev.12.tar.bz2.asc
+a46e4167b8f02c066d2fe2eafcc5603367be0e3fe2e59e9fc4eb016f306afc8e  
download/lynx2.8.9rel.1.tar.gz
+68cc691830ee435314af16343048dd2a59fda2baa8b59f3cbf1bbb87eb6641c9  
download/lynx2.8.9rel.1.tar.gz.asc

=== modified file 'pkg/other/osinfo-db-tools/Makefile'
--- a/pkg/other/osinfo-db-tools/Makefile        2022-02-21 17:17:08 +0000
+++ b/pkg/other/osinfo-db-tools/Makefile        2023-03-31 03:20:40 +0000
@@ -1,4 +1,4 @@
-# Copyright ©2019,2022 Carl Hansen <carlhansen@gnu.org>
+# Copyright ©2019,2022,2023 Carl Hansen <carlhansen@gnu.org>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -32,6 +32,7 @@
 # HINT: also get osinfodb, osinfodbtools, and libosinfo
 
 ######################################################################
+#https://releases.pagure.org/libosinfo/osinfo-db-tools-1.10.0.tar.xz
 MASTER_SITES =  https://releases.pagure.org/
 MASTER_SUBDIR =  libosinfo/
 DISTFILES =  $(DISTNAME).tar.xz $(DISTNAME).tar.xz.asc

=== modified file 'pkg/other/osinfo-db/Makefile'
--- a/pkg/other/osinfo-db/Makefile      2022-02-21 17:17:08 +0000
+++ b/pkg/other/osinfo-db/Makefile      2023-03-31 03:20:40 +0000
@@ -1,4 +1,4 @@
-# Copyright ©2019, 2022 Carl Hansen <carlhansen@gnu.org>
+# Copyright ©2019, 2022, 2023 Carl Hansen <carlhansen@gnu.org>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -23,7 +23,7 @@
 
 NAME =    osinfo-db
 GARNAME = osinfo-db
-GARVERSION = 20220214
+GARVERSION = 20230308
 HOME_URL = http://www.libosinfo.org/
 DESCRIPTION =  libosinfo database of operating systems and hardware information
 define BLURB
@@ -32,6 +32,7 @@
 # HINT: also get libosinfo, osinfo-db, and osinfo-db-tools
 
 ######################################################################
+#https://releases.pagure.org/libosinfo/osinfo-db-20230308.tar.xz
 MASTER_SITES =  https://releases.pagure.org/
 MASTER_SUBDIR =  libosinfo/
 DISTFILES =  $(DISTNAME).tar.xz $(DISTNAME).tar.xz.asc
@@ -43,7 +44,7 @@
 
 ######################################################################
 
-include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/autotools.mk
 include config.mk
 
 # HINT: after extracting, figure out how/where to install it.

=== modified file 'pkg/other/osinfo-db/sha256sums'
--- a/pkg/other/osinfo-db/sha256sums    2022-02-21 17:17:08 +0000
+++ b/pkg/other/osinfo-db/sha256sums    2023-03-31 03:20:40 +0000
@@ -1,2 +1,2 @@
-13e6c900eb8200f1660f8a1ed775ececd5a01fdb24bfb6eee1ce65dd7bcfd3a9  
download/osinfo-db-20220214.tar.xz
-e51f72a95da854fdfe362e4294ce7e2425b7e3d66a01a4844af05ccb52fca4c0  
download/osinfo-db-20220214.tar.xz.asc
+546ba04ecc5e933ba2d7f3f3b4333a2980d4ae4dfc5284989b9c54758f2b9088  
download/osinfo-db-20230308.tar.xz
+84394bf5d6f5058af700357374c3ca9c641ecaa6cba2394b407e0cb73d9c204f  
download/osinfo-db-20230308.tar.xz.asc

=== modified file 'pkg/other/pari/Makefile'
--- a/pkg/other/pari/Makefile   2023-02-27 09:02:20 +0000
+++ b/pkg/other/pari/Makefile   2023-03-31 03:20:40 +0000
@@ -1,4 +1,4 @@
-# Copyright ©2018, 2019, 2020, 2021, 2022 Carl Hansen <carlhansen@gnu.org>
+# Copyright ©2018-2023 Carl Hansen <carlhansen@gnu.org>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -39,18 +39,18 @@
 CONFIGURE_SCRIPTS = doconf
 BUILD_SCRIPTS = gpanddoc
 
-BUILDDEPS =# gmp   readline
+BUILDDEPS = gmp   readline
 LIBDEPS =
 
 WORKOBJ  = $(WORKSRC)
 
-CONFIGURE_ARGS := --with-readline=$(prefix) --with-gmp --with-qt
 ######################################################################
 
 include ../../../gar/gar.lib/autotools.mk
-#include ../../../gar/gar.lib/info.mk
 include config.mk
 
+CONFIGURE_ARGS := --with-readline=$(prefix) --with-gmp --with-qt
+
 # HINT: bug, need '-lcurses' if using readline
 #LDFLAGS+=-lcurses
 

=== modified file 'pkg/other/pforth/Makefile'
--- a/pkg/other/pforth/Makefile 2022-11-05 08:25:53 +0000
+++ b/pkg/other/pforth/Makefile 2023-03-31 03:20:40 +0000
@@ -51,6 +51,8 @@
 
 WORKOBJ =  $(WORKSRC)
 
+#This isn't great, building GIT dir
+
 
 BUILDDEPS =
 LIBDEPS =
@@ -97,3 +99,4 @@
 
 
 
+

=== removed file 'pkg/other/pforth/sha256sum'
=== added file 'pkg/other/pforth/sha256sums'
=== modified file 'pkg/other/skribilo/Makefile'
--- a/pkg/other/skribilo/Makefile       2020-11-30 05:57:05 +0000
+++ b/pkg/other/skribilo/Makefile       2023-03-31 03:20:40 +0000
@@ -1,4 +1,4 @@
-# Copyright © 2018,2020 Carl Hansen <carlhansen@gnu.org>
+# Copyright © 2018,2020,2023 Carl Hansen <carlhansen@gnu.org>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -18,9 +18,9 @@
 #
 # Send bug reports and comments about GSRC problems to bug-gsrc@gnu.org
 
-NAME =   skribilo 
+NAME  =   skribilo
 GARNAME = skribilo
-GARVERSION = 0.9.5
+GARVERSION = 0.10.0
 HOME_URL = https://www.nongnu.org/skribilo/
 DESCRIPTION = document production tool using guile (scheme) 
 define BLURB
@@ -32,7 +32,7 @@
 
 ######################################################################
 
-MASTER_SITES = $(MASTER_SAVANNAH_RELEASES)/
+MASTER_SITES = $(MASTER_SAVANNAH_RELEASES)
 MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz 
 SIGFILES  = $(DISTNAME).tar.gz.sig 
@@ -42,7 +42,7 @@
 
 ######################################################################
 
-include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/autotools.mk
 include ../../../gar/gar.lib/info.mk
 include config.mk
 

=== modified file 'pkg/other/skribilo/sha256sums'
--- a/pkg/other/skribilo/sha256sums     2020-11-30 05:57:05 +0000
+++ b/pkg/other/skribilo/sha256sums     2023-03-31 03:20:40 +0000
@@ -1,2 +1,2 @@
-00826a21c4634fb0b410ee89eb48068c445d800825874654e3d53d5ca3f0bf09  
download/skribilo-0.9.5.tar.gz
-e5ded90be7d06a7239e662c3d42588cde973b7e8bfb8c8c65d5a2e1566c608f6  
download/skribilo-0.9.5.tar.gz.sig
+8cff48ee176cedfd5032649a349a46952bea50ec06720f829c1ccca29212f50e  
download/skribilo-0.10.0.tar.gz
+fb6b4654c0aede41ef7a8b7b8d6394a46e089784717747e8c91386c0ab5fab03  
download/skribilo-0.10.0.tar.gz.sig


reply via email to

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