gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r6903: various, alpha progs, new directory names


From: Carl Hansen
Subject: [Gsrc-commit] trunk r6903: various, alpha progs, new directory names
Date: Sat, 22 Feb 2020 18:39:01 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 6903
revision-id: address@hidden-20200222233853-beic4wdznisb3ryl
parent: address@hidden-20200222194749-1z6fkgmp3oajwdny
committer: address@hidden
branch nick: trunk
timestamp: Sat 2020-02-22 15:38:53 -0800
message:
  various, alpha progs, new directory names
removed:
  pkg/gnu/smalltalk/bug          bug-20160617014725-uokjfnggs70iry9h-1766
  pkg/gnualpha/gnucobol/         gnucobol-20180522020907-jrhh62qhodx6igsk-1
  pkg/gnualpha/gnucobol/Makefile makefile-20180522020907-jrhh62qhodx6igsk-4
  pkg/gnualpha/gnucobol/config.mk config.mk-20180522020907-jrhh62qhodx6igsk-2
  pkg/gnualpha/gnucobol/gpg-keyring gpgkeyring-20180522020907-jrhh62qhodx6igsk-3
  pkg/gnualpha/gnucobol/sha256sums sha256sums-20180522020907-jrhh62qhodx6igsk-5
  pkg/gnualpha/grub/             grub-20190410070548-y1v5wp3jquqqwftf-1
  pkg/gnualpha/grub/Makefile     makefile-20190410070548-y1v5wp3jquqqwftf-4
  pkg/gnualpha/grub/config.mk    config.mk-20190410070548-y1v5wp3jquqqwftf-2
  pkg/gnualpha/grub/gpg-keyring  gpgkeyring-20190410070548-y1v5wp3jquqqwftf-3
  pkg/gnualpha/grub/sha256sums   sha256sums-20190410070548-y1v5wp3jquqqwftf-5
added:
  pkg/gnualpha/gnucobol-alpha/   gnucobolalpha-20200222221004-tkihy8acddotcd6x-1
  pkg/gnualpha/gnucobol-alpha/Makefile 
makefile-20200222221004-tkihy8acddotcd6x-4
  pkg/gnualpha/gnucobol-alpha/config.mk 
config.mk-20200222221004-tkihy8acddotcd6x-2
  pkg/gnualpha/gnucobol-alpha/gpg-keyring 
gpgkeyring-20200222221004-tkihy8acddotcd6x-3
  pkg/gnualpha/gnucobol-alpha/sha256sums 
sha256sums-20200222221004-tkihy8acddotcd6x-5
renamed:
  pkg/gnualpha/smalltalk/ => pkg/gnualpha/smalltalk-alpha/ 
smalltalk-20160617013554-2dgkgob7hbc1rnnp-9
  pkg/gnualpha/solfege/ => pkg/gnualpha/solfege-alpha/ 
solfege-20160617014725-uokjfnggs70iry9h-322
  pkg/gnualpha/time/ => pkg/gnualpha/time-alpha/ 
time-20191029184632-z853r7q1ymtsetx4-1
modified:
  gar/gar.mk                     gar.mk-20160617013745-r4h3dj0kiuppihsx-1
  pkg/gnu/gnuradio/Makefile      makefile-20160617014725-uokjfnggs70iry9h-861
  pkg/gnu/scm/Makefile           makefile-20160617014725-uokjfnggs70iry9h-1693
  pkg/gnu/slib/Makefile          makefile-20160617014725-uokjfnggs70iry9h-1755
  pkg/gnu/smalltalk/Makefile     makefile-20160617014725-uokjfnggs70iry9h-1762
  pkg/gnu/smalltalk/config.mk    config.mk-20160617021150-izwswbm1es2p0wgu-1
  pkg/gnu/smalltalk/gpg-keyring  gpgkeyring-20160617014725-uokjfnggs70iry9h-1768
  pkg/gnualpha/gcc10snapshot/Makefile makefile-20190506050828-2enxreepw1xsv1i3-3
  pkg/gnualpha/gcc9snapshot/Makefile makefile-20190601034442-z1ba96fwvbg1kiya-3
  pkg/gnualpha/gcc9snapshot/sha256sums 
sha256sums-20190601034442-z1ba96fwvbg1kiya-4
  pkg/gnualpha/smalltalk-alpha/Makefile 
makefile-20160617013554-2dgkgob7hbc1rnnp-38
  pkg/gnualpha/smalltalk-alpha/config.mk 
config.mk-20160617013608-moygh3f5sv3v2lob-1
  pkg/gnualpha/solfege-alpha/Makefile 
makefile-20160617014725-uokjfnggs70iry9h-1770
  pkg/gnualpha/time-alpha/Makefile makefile-20191029184632-z853r7q1ymtsetx4-3
  pkg/other/nyacc/Makefile       makefile-20171111234847-ddaxaq043uks6dhp-3
  pkg/other/nyacc/sha256sums     sha256sums-20171111234847-ddaxaq043uks6dhp-4
=== modified file 'gar/gar.mk'
--- a/gar/gar.mk        2020-02-22 19:47:02 +0000
+++ b/gar/gar.mk        2020-02-22 23:38:53 +0000
@@ -448,8 +448,8 @@
 #id=`gpg --verify $(DOWNLOADDIR)/$(SIGFILES) 2>&1 | grep -o -E "[0-9A-Z]{8}"` \
 
 keyring: fetch
-       id=`gpg --verify $(DOWNLOADDIR)/$(SIGFILES) 2>&1 | grep -o -E 
"[0-9A-Z]{16}"` \
-               && gpg   --recv-keys $$id ; gpg --export $$id > gpg-keyring
+       id=`gpg --verify $(DOWNLOADDIR)/$(SIGFILES) 2>&1 | grep -o -E 
"[0-9A-Z]{8}"` \
+               && gpg -v  --recv-keys $$id ; gpg -v --export $$id > gpg-keyring
 
 
 #              && gpg -v    --keyserver keys.gnupg.net  --recv-keys $$id && 
gpg --export $$id > gpg-keyring

=== modified file 'pkg/gnu/gnuradio/Makefile'
--- a/pkg/gnu/gnuradio/Makefile 2019-11-12 01:50:19 +0000
+++ b/pkg/gnu/gnuradio/Makefile 2020-02-22 23:38:53 +0000
@@ -1,5 +1,5 @@
 # Copyright © 2013, 2014, 2015, 2016, 2017 Brandon Invergo <address@hidden>
-# Copyright © 2018, 2019 Carl Hansen <address@hidden>
+# Copyright © 2018, 2019, 2020 Carl Hansen <address@hidden>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -23,8 +23,9 @@
 NAME = GNU Radio
 GARNAME = gnuradio
 GARVERSION = 3.8.0.0
+# git GARVERSION = 3.8.1.0-RC1
 HOME_URL = http://www.gnu.org/software/gnuradio
-DESCRIPTION = Software radio implementations
+DESCRIPTION = Software-defined radio implementations
 define BLURB
 GNU Radio is a toolkit for implementing software radios.  Its signal
 processing blocks can be combined with low-cost external RF hardware

=== modified file 'pkg/gnu/scm/Makefile'
--- a/pkg/gnu/scm/Makefile      2020-02-17 03:48:15 +0000
+++ b/pkg/gnu/scm/Makefile      2020-02-22 23:38:53 +0000
@@ -44,7 +44,8 @@
 
 INFO_FILES = $(GARNAME).info hobbit.info Xlibscm.info
 
-BUILDDEPS = slib readline
+BUILDDEPS = 
+#slib readline
 LIBDEPS = 
 
 ######################################################################
@@ -65,6 +66,7 @@
 
 #      build scmlit
 pre-build:  configure
+       cd $(WORKDIR) && ln -s scm-$(GARVERSION)  scm
        @printf "[$(OK)build scmlit$(OFF)] $(MSG)Running make scmlit$(OFF)\n"
        sed -i '/$$(DESTDIR)$$(bindir)scm -br new-catalog/d' \
        $(WORKSRC)/Makefile

=== modified file 'pkg/gnu/slib/Makefile'
--- a/pkg/gnu/slib/Makefile     2020-02-17 03:27:37 +0000
+++ b/pkg/gnu/slib/Makefile     2020-02-22 23:38:53 +0000
@@ -40,9 +40,9 @@
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-BUILDDEPS =
+BUILDDEPS = 
+#guile and/or  scm
 LIBDEPS  =
-#guile and/or  scm
 
 ######################################################################
 
@@ -52,21 +52,34 @@
 include config.mk
 
 post-extract:
-       #mv $(WORKDIR)/$(GARNAME) $(WORKDIR)/$(DISTNAME)
-       $(MAKECOOKIE)
-
-install-guile:
-       @echo -e "[$(OK)install$(OFF)] $(MSG)Installing SLIB for Guile$(OFF)"
-       @$(MAKE) -C $(WORKSRC) install-lib DESTDIR=$(packagedestdir) \
-               libdir=$(prefix)/share/guile/ $(OUTPUT)
-       $(MAKECOOKIE)
-
-install-system: install-$(WORKSRC)/Makefile-DESTDIR
-       $(MAKECOOKIE)
-
-install-info:
-       @printf "[$(OK)install$(OFF)] $(MSG)Installing info files\n$(OFF)"
-       $(INSTALL_INFO) $(WORKSRC)/$(GARNAME).info
-       $(MAKECOOKIE)
+       cd $(WORKDIR) && ln -s $(DISTNAME) slib
+       mkdir -p $(packageprefix)/share/slib
+       $(MAKECOOKIE)
+
+#      cp -r $(WORKSRC)/* $(packageprefix)/share/slib
+
+build: configure
+       echo make infoz
+       make -C $(WORKSRC) infoz
+       $(MAKECOOKIE)
+
+custom-pre-install:
+       echo installing
+       DESTDIR=$(packageprefix) &&  make -C $(WORKSRC) install
+       $(MAKECOOKIE)
+
+#install-guile:
+#      @echo -e "[$(OK)install$(OFF)] $(MSG)Installing SLIB for Guile$(OFF)"
+#      @$(MAKE) -C $(WORKSRC) install-lib DESTDIR=$(packagedestdir) \
+#              libdir=$(prefix)/share/guile/ $(OUTPUT)
+#      $(MAKECOOKIE)
+
+#install-system: install-$(WORKSRC)/Makefile-DESTDIR
+#      $(MAKECOOKIE)
+
+#install-info:
+#      @printf "[$(OK)install$(OFF)] $(MSG)Installing info files\n$(OFF)"
+#      $(INSTALL_INFO) $(WORKSRC)/$(GARNAME).info
+#      $(MAKECOOKIE)
 
 

=== modified file 'pkg/gnu/smalltalk/Makefile'
--- a/pkg/gnu/smalltalk/Makefile        2019-05-07 06:12:39 +0000
+++ b/pkg/gnu/smalltalk/Makefile        2020-02-22 23:38:53 +0000
@@ -1,5 +1,5 @@
 # Copyright © 2013, 2015 Brandon Invergo <address@hidden>
-# Copyright © 2019 Carl Hansen <address@hidden>
+# Copyright © 2019, 2020 Carl Hansen <address@hidden>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc

=== removed file 'pkg/gnu/smalltalk/bug'
--- a/pkg/gnu/smalltalk/bug     2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/smalltalk/bug     1970-01-01 00:00:00 +0000
@@ -1,22 +0,0 @@
-btool: link: /opt/gsrc/bin/grep -E -e "^gst_.*" ".libs/libgst.exp" > 
".libs/libgst.expT"
-libtool: link: mv -f ".libs/libgst.expT" ".libs/libgst.exp"
-libtool: link: echo "{ global:" > .libs/libgst.ver
-libtool: link:  cat .libs/libgst.exp | sed -e "s/\(.*\)/\1;/" >> 
.libs/libgst.ver
-libtool: link:  echo "local: *; };" >> .libs/libgst.ver
-libtool: link:  gcc -shared  -fPIC -DPIC  .libs/gstpub.o .libs/files.o 
.libs/gst-parse.o .libs/lex.o .libs/str.o .libs/tree.o .libs/byte.o 
.libs/comp.o .libs/sym.o .libs/dict.o .libs/oop.o .libs/opt.o .libs/save.o 
.libs/cint.o .libs/heap.o .libs/input.o .libs/sysdep.o .libs/callin.o 
.libs/xlat.o .libs/mpz.o .libs/print.o .libs/alloc.o .libs/security.o 
.libs/re.o .libs/interp.o .libs/real.o .libs/sockets.o .libs/events.o  
-Wl,--whole-archive ../lib-src/.libs/library.a 
../snprintfv/snprintfv/.libs/libsnprintfvc.a -Wl,--no-whole-archive  -Wl,-rpath 
-Wl,/opt/gsrc/lib -Wl,-rpath -Wl,/opt/gsrc/lib -L/opt/gnome/lib 
-L/opt/gnome/lib64 -L/opt/gsrc/lib -L/opt/gsrc/lib64 -L/opt/gsrc/lib32 
-L/usr/lib/x86_64-linux-gnu -L/usr/lib -L/lib -L/lib/x86_64-linux-gnu 
-L/usr/local/lib -L/usr/local/x86_64-unknown-linux-gnu/lib -ldl 
/opt/gsrc/lib/libsigsegv.a -lffi -lreadline /opt/gsrc/lib/libltdl.so 
/opt/gsrc/lib/libgmp.so -lrt -lm  -O2   -Wl,-soname -Wl,libgst.so.7 
-Wl,-version-script -Wl,.libs/libgst.ver -o .libs/libgst.so.7.1.3
-/opt/gsrc/bin/ld: /opt/gsrc/lib/libsigsegv.a(handler.o): relocation 
R_X86_64_32S against `.text' can not be used when making a shared object; 
recompile with -fPIC
-/opt/gsrc/lib/libsigsegv.a: error adding symbols: Bad value
-collect2: error: ld returned 1 exit status
-Makefile:549: recipe for target 'libgst.la' failed
-make[4]: *** [libgst.la] Error 1
-make[4]: Leaving directory 
'/black1/home_alt/carl/btr/build/gsrc/gnu/smalltalk/work/smalltalk-3.2.5/libgst'
-Makefile:482: recipe for target 'all' failed
-make[3]: *** [all] Error 2
-make[3]: Leaving directory 
'/black1/home_alt/carl/btr/build/gsrc/gnu/smalltalk/work/smalltalk-3.2.5/libgst'
-Makefile:963: recipe for target 'all-recursive' failed
-make[2]: *** [all-recursive] Error 1
-make[2]: Leaving directory 
'/black1/home_alt/carl/btr/build/gsrc/gnu/smalltalk/work/smalltalk-3.2.5'
-Makefile:579: recipe for target 'all' failed
-make[1]: *** [all] Error 2
-make[1]: Leaving directory 
'/black1/home_alt/carl/btr/build/gsrc/gnu/smalltalk/work/smalltalk-3.2.5'
-[ ERROR  build]  Build failed. Exiting.

=== modified file 'pkg/gnu/smalltalk/config.mk'
--- a/pkg/gnu/smalltalk/config.mk       2019-05-07 06:12:39 +0000
+++ b/pkg/gnu/smalltalk/config.mk       2020-02-22 23:38:53 +0000
@@ -1,4 +1,4 @@
 ## Configuration options for smalltalk ##
 
-CONFIGURE_OPTS ?=   LIBS+=-lncurses
-BUILD_OPTS ?=  LIBS+=-lncurses
+CONFIGURE_OPTS ?=   LIBS="-lncurses -lm"
+BUILD_OPTS ?=  

=== modified file 'pkg/gnu/smalltalk/gpg-keyring'
Binary files a/pkg/gnu/smalltalk/gpg-keyring    2016-06-17 19:08:15 +0000 and 
b/pkg/gnu/smalltalk/gpg-keyring   2020-02-22 23:38:53 +0000 differ
=== modified file 'pkg/gnualpha/gcc10snapshot/Makefile'
--- a/pkg/gnualpha/gcc10snapshot/Makefile       2020-02-17 04:13:12 +0000
+++ b/pkg/gnualpha/gcc10snapshot/Makefile       2020-02-22 23:38:53 +0000
@@ -177,6 +177,7 @@
 ######################################################################
 # adjust as necessary
 #LDFLAGS += -L/usr/lib/x86_64-linux-gnu
+LDFLAGS += -liconv
 #CPPFLAGS += -I/usr/include/x86_64-linux-gnu -I$(prefix)/include -isystem 
/usr/include/x86_64-linux-gnu
 #CFLAGS   += -I/usr/include/x86_64-linux-gnu -I$(prefix)/include -isystem 
/usr/include/x86_64-linux-gnu
 

=== modified file 'pkg/gnualpha/gcc9snapshot/Makefile'
--- a/pkg/gnualpha/gcc9snapshot/Makefile        2020-02-16 06:41:36 +0000
+++ b/pkg/gnualpha/gcc9snapshot/Makefile        2020-02-22 23:38:53 +0000
@@ -22,7 +22,7 @@
 NAME = The GNU Compiler Collection version 9 snapshot
 GARNAME = gcc9snapshot
 UPSTREAMNAME = gcc
-GARVERSION = 9-20200215
+GARVERSION = 9-20200222
 HOME_URL = http://www.gnu.org/software/gcc
 DESCRIPTION = GNU Compiler Collection 9 snapshot
 define BLURB

=== modified file 'pkg/gnualpha/gcc9snapshot/sha256sums'
--- a/pkg/gnualpha/gcc9snapshot/sha256sums      2020-02-16 06:41:36 +0000
+++ b/pkg/gnualpha/gcc9snapshot/sha256sums      2020-02-22 23:38:53 +0000
@@ -1,1 +1,1 @@
-d54bdc3785b3e900586ec63ff53753e9a98f5a0511fb16c2132a1f649e6f737e  
download/gcc-9-20200215.tar.xz
+fb2730c45d9bff260c3906d6aa8a4492d0c600ceb5e6971b899ab1dbbd15cee8  
download/gcc-9-20200222.tar.xz

=== removed directory 'pkg/gnualpha/gnucobol'
=== added directory 'pkg/gnualpha/gnucobol-alpha'
=== added file 'pkg/gnualpha/gnucobol-alpha/Makefile'
--- a/pkg/gnualpha/gnucobol-alpha/Makefile      1970-01-01 00:00:00 +0000
+++ b/pkg/gnualpha/gnucobol-alpha/Makefile      2020-02-22 23:38:53 +0000
@@ -0,0 +1,48 @@
+# Copyright © 2018 Carl Hansen <address@hidden>
+#
+# 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 address@hidden
+
+NAME = gnucobol alpha
+GARNAME = gnucobol-alpha
+UPSTREAMNAME = gnucobol
+GARVERSION = 3.0-rc1
+HOME_URL = http://www.gnu.org/software/gnucobol/
+DESCRIPTION = free implementation of cobol, computer business-oriented language
+define BLURB
+endef
+
+######################################################################
+
+MASTER_SITES = $(MASTER_GNU_ALPHA)/
+MASTER_SUBDIR = ../gnucobol/
+DISTFILES = $(DISTNAME).tar.lz
+SIGFILES = $(DISTNAME).tar.lz.sig
+
+INFO_FILES = gnucobol.info
+
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/info.mk
+include config.mk
+

=== added file 'pkg/gnualpha/gnucobol-alpha/config.mk'
--- a/pkg/gnualpha/gnucobol-alpha/config.mk     1970-01-01 00:00:00 +0000
+++ b/pkg/gnualpha/gnucobol-alpha/config.mk     2020-02-22 23:38:53 +0000
@@ -0,0 +1,4 @@
+## Configuration options
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'pkg/gnualpha/gnucobol-alpha/gpg-keyring'
Binary files a/pkg/gnualpha/gnucobol-alpha/gpg-keyring  1970-01-01 00:00:00 
+0000 and b/pkg/gnualpha/gnucobol-alpha/gpg-keyring 2020-02-22 23:38:53 +0000 
differ
=== added file 'pkg/gnualpha/gnucobol-alpha/sha256sums'
--- a/pkg/gnualpha/gnucobol-alpha/sha256sums    1970-01-01 00:00:00 +0000
+++ b/pkg/gnualpha/gnucobol-alpha/sha256sums    2020-02-22 23:38:53 +0000
@@ -0,0 +1,2 @@
+df34de280c5272244ea022bd92a01e88a62ac63c2c1f879f8d6b35c31c4aa09d  
download/gnucobol-3.0-rc1.tar.lz
+064c7b36c9ad5ff782a8c4e18774014b33efff0b4ed1e8be90cb052405507e4d  
download/gnucobol-3.0-rc1.tar.lz.sig

=== removed file 'pkg/gnualpha/gnucobol/Makefile'
--- a/pkg/gnualpha/gnucobol/Makefile    2018-05-22 02:09:30 +0000
+++ b/pkg/gnualpha/gnucobol/Makefile    1970-01-01 00:00:00 +0000
@@ -1,44 +0,0 @@
-# Copyright © 2018 Carl Hansen <address@hidden>
-#
-# 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
-
-NAME = gnucobol
-GARNAME = gnucobol
-GARVERSION = 3.0-rc1
-HOME_URL = http://www.gnu.org/software/gnucobol/
-DESCRIPTION = free implementation of cobol, computer business-oriented language
-define BLURB
-endef
-
-######################################################################
-
-MASTER_SITES = $(MASTER_GNU_ALPHA)/
-MASTER_SUBDIR = ../gnucobol/
-DISTFILES = $(DISTNAME).tar.lz
-SIGFILES = $(DISTNAME).tar.lz.sig
-
-BUILDDEPS =
-LIBDEPS =
-
-######################################################################
-
-include ../../../gar/gar.lib/auto.mk
-include ../../../gar/gar.lib/info.mk
-include config.mk
-

=== removed file 'pkg/gnualpha/gnucobol/config.mk'
--- a/pkg/gnualpha/gnucobol/config.mk   2018-05-22 02:09:30 +0000
+++ b/pkg/gnualpha/gnucobol/config.mk   1970-01-01 00:00:00 +0000
@@ -1,4 +0,0 @@
-## Configuration options
-
-CONFIGURE_OPTS ?= 
-BUILD_OPTS ?=

=== removed file 'pkg/gnualpha/gnucobol/gpg-keyring'
Binary files a/pkg/gnualpha/gnucobol/gpg-keyring        2018-05-22 02:09:30 
+0000 and b/pkg/gnualpha/gnucobol/gpg-keyring       1970-01-01 00:00:00 +0000 
differ
=== removed file 'pkg/gnualpha/gnucobol/sha256sums'
--- a/pkg/gnualpha/gnucobol/sha256sums  2018-05-22 02:09:30 +0000
+++ b/pkg/gnualpha/gnucobol/sha256sums  1970-01-01 00:00:00 +0000
@@ -1,2 +0,0 @@
-df34de280c5272244ea022bd92a01e88a62ac63c2c1f879f8d6b35c31c4aa09d  
download/gnucobol-3.0-rc1.tar.lz
-064c7b36c9ad5ff782a8c4e18774014b33efff0b4ed1e8be90cb052405507e4d  
download/gnucobol-3.0-rc1.tar.lz.sig

=== removed directory 'pkg/gnualpha/grub'
=== removed file 'pkg/gnualpha/grub/Makefile'
--- a/pkg/gnualpha/grub/Makefile        2019-04-10 07:06:37 +0000
+++ b/pkg/gnualpha/grub/Makefile        1970-01-01 00:00:00 +0000
@@ -1,46 +0,0 @@
-# Copyright © 2019 Carl Hansen <address@hidden>
-#
-# 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
-#
-#
-
-NAME = grub
-GARNAME = grub
-GARVERSION =   2.04~rc1
-HOME_URL = http://www.gnu.org/software/grub
-DESCRIPTION =  Grand Unified Boot Loader
-define BLURB
-endef
-
-######################################################################
-
-MASTER_SITES = $(MASTER_GNU_ALPHA)
-MASTER_SUBDIR = $(GARNAME)/
-DISTFILES = $(DISTNAME).tar.xz
-SIGFILES  = $(DISTNAME).tar.xz.sig
-
-BUILDDEPS =   
-LIBDEPS = 
-
-######################################################################
-
-include ../../../gar/gar.lib/auto.mk
-include ../../../gar/gar.lib/info.mk
-include config.mk
-
-

=== removed file 'pkg/gnualpha/grub/config.mk'
--- a/pkg/gnualpha/grub/config.mk       2019-04-10 07:06:37 +0000
+++ b/pkg/gnualpha/grub/config.mk       1970-01-01 00:00:00 +0000
@@ -1,4 +0,0 @@
-## Configuration options 
-
-CONFIGURE_OPTS ?= 
-BUILD_OPTS ?=

=== removed file 'pkg/gnualpha/grub/gpg-keyring'
Binary files a/pkg/gnualpha/grub/gpg-keyring    2019-04-10 07:06:37 +0000 and 
b/pkg/gnualpha/grub/gpg-keyring   1970-01-01 00:00:00 +0000 differ
=== removed file 'pkg/gnualpha/grub/sha256sums'
--- a/pkg/gnualpha/grub/sha256sums      2019-04-10 07:06:37 +0000
+++ b/pkg/gnualpha/grub/sha256sums      1970-01-01 00:00:00 +0000
@@ -1,2 +0,0 @@
-62ab4435aff769233d09618d5ec36651ef4e4f6ae3939bbcb2f9b98c2a42adc8  
download/grub-2.04~rc1.tar.xz
-280903ed31142240975d07a78e51988800b5d07c5ddade163687e39c44178093  
download/grub-2.04~rc1.tar.xz.sig

=== renamed directory 'pkg/gnualpha/smalltalk' => 'pkg/gnualpha/smalltalk-alpha'
=== modified file 'pkg/gnualpha/smalltalk-alpha/Makefile'
--- a/pkg/gnualpha/smalltalk/Makefile   2019-05-07 06:12:39 +0000
+++ b/pkg/gnualpha/smalltalk-alpha/Makefile     2020-02-22 23:38:53 +0000
@@ -1,5 +1,5 @@
 # Copyright © 2013, 2015 Brandon Invergo <address@hidden>
-# Copyright © 2019 Carl Hansen <address@hidden>
+# Copyright © 2019, 2020 Carl Hansen <address@hidden>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -20,11 +20,12 @@
 #
 # Send bug reports and comments about GSRC problems to address@hidden
 
-NAME = Smalltalk
-GARNAME = smalltalk
+NAME = Smalltalk alpha
+GARNAME = smalltalk-alpha
+UPSTREAMNAME =  smalltalk
 GARVERSION = 3.2.91
 HOME_URL = http://www.gnu.org/software/smalltalk/
-DESCRIPTION = Smalltalk environment
+DESCRIPTION = Smalltalk environment alpha version
 define BLURB
 GNU Smalltalk is a free implementation of the Smalltalk language.  It
 implements the ANSI standard for the language and also includes extra
@@ -42,7 +43,7 @@
 BUILDDEPS =  
 LIBDEPS =
 
-# -lncurses had to be added to config.mk
+# -lncurses -lm had to be added to config.mk
 #
 # 2 bugs, maybe a patch someday
 # HINT: parrallel make problems: use "make -j1"

=== modified file 'pkg/gnualpha/smalltalk-alpha/config.mk'
--- a/pkg/gnualpha/smalltalk/config.mk  2019-05-07 06:12:39 +0000
+++ b/pkg/gnualpha/smalltalk-alpha/config.mk    2020-02-22 23:38:53 +0000
@@ -1,4 +1,4 @@
 ## Configuration options for smalltalk ##
 
-CONFIGURE_OPTS ?=   LIBS+=-lncurses
-BUILD_OPTS ?=  LIBS+=-lncurses
+CONFIGURE_OPTS ?=   LIBS="-lncurses -lm"
+BUILD_OPTS ?=

=== renamed directory 'pkg/gnualpha/solfege' => 'pkg/gnualpha/solfege-alpha'
=== modified file 'pkg/gnualpha/solfege-alpha/Makefile'
--- a/pkg/gnualpha/solfege/Makefile     2018-03-27 02:40:20 +0000
+++ b/pkg/gnualpha/solfege-alpha/Makefile       2020-02-22 23:38:53 +0000
@@ -1,6 +1,7 @@
 # Copyright © 2013 Brandon Invergo <address@hidden>
 #
-# This file is part of GSRC.
+# 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
@@ -19,7 +20,8 @@
 # Send bug reports and comments about GSRC problems to address@hidden
 
 NAME = Solfege
-GARNAME = solfege
+GARNAME = solfege-alpha
+UPSTREAMNAME = solfege
 GARVERSION = 3.23.4
 HOME_URL = http://www.gnu.org/software/solfege/
 DESCRIPTION = Ear training
@@ -38,9 +40,8 @@
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-BUILDDEPS = # txt2man
+BUILDDEPS = 
 LIBDEPS = 
-#LIBDEPS = gtk2
 
 ######################################################################
 

=== renamed directory 'pkg/gnualpha/time' => 'pkg/gnualpha/time-alpha'
=== modified file 'pkg/gnualpha/time-alpha/Makefile'
--- a/pkg/gnualpha/time/Makefile        2019-10-29 19:16:06 +0000
+++ b/pkg/gnualpha/time-alpha/Makefile  2020-02-22 23:38:53 +0000
@@ -1,4 +1,4 @@
-# Copyright ©2019 Carl Hansen <address@hidden>
+# Copyright ©2019,2020 Carl Hansen <address@hidden>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -18,18 +18,22 @@
 #
 # Send bug reports and comments about GSRC problems to address@hidden
 #
-#
-
-NAME = time
-GARNAME = time
+
+
+NAME = time alpha
+GARNAME = time-alpha
+UPSTREAMNAME = time
 GARVERSION = 1.9.5-4aa7
 HOME_URL = http://www.gnu.org/software/time/
-DESCRIPTION =  time
+DESCRIPTION =  time another program
 define BLURB
+The 'time' command runs another program, then displays information about
+the resources used by that program, collected by the system while the
+program was running.
 endef
 
 ######################################################################
-
+INFO_FILES = time.info
 MASTER_SITES = $(MASTER_GNU_ALPHA)
 MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz

=== modified file 'pkg/other/nyacc/Makefile'
--- a/pkg/other/nyacc/Makefile  2019-12-29 23:58:26 +0000
+++ b/pkg/other/nyacc/Makefile  2020-02-22 23:38:53 +0000
@@ -1,4 +1,4 @@
-# Copyright © 2017,2018,2019 Carl Hansen <address@hidden>
+# Copyright © 2017,2018,2019,2020 Carl Hansen <address@hidden>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -21,7 +21,7 @@
 
 NAME = nyacc
 GARNAME = nyacc
-GARVERSION =  1.00.1
+GARVERSION =  1.01.1
 HOME_URL =  http://www.nongnu.org/nyacc
 DESCRIPTION =  Guile modules for nyacc compiler creation and parsers
 define BLURB

=== modified file 'pkg/other/nyacc/sha256sums'
--- a/pkg/other/nyacc/sha256sums        2019-12-29 23:58:26 +0000
+++ b/pkg/other/nyacc/sha256sums        2020-02-22 23:38:53 +0000
@@ -1,2 +0,0 @@
-ad949d962fe60e590661a8e12ca6287b77470644d73016d4c7411a094b857c2a  
download/nyacc-1.00.1.tar.gz
-b2bbd0151a7ecee3b3bc29297a56ecc8ecfebf75b36fa16d8b150276f6d43373  
download/nyacc-1.00.1.tar.gz.sig


reply via email to

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