gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r5578: libtomcrypt etc


From: Carl Hansen
Subject: [Gsrc-commit] trunk r5578: libtomcrypt etc
Date: Sun, 27 May 2018 00:42:05 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 5578
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Sat 2018-05-26 21:41:59 -0700
message:
  libtomcrypt etc
added:
  pkg/other/libtomcrypt/         libtomcrypt-20180527044032-sv3ox3r5r1v2pgvn-1
  pkg/other/libtomcrypt/Makefile makefile-20180527044032-sv3ox3r5r1v2pgvn-3
  pkg/other/libtomcrypt/config.mk config.mk-20180527044032-sv3ox3r5r1v2pgvn-2
  pkg/other/libtomcrypt/sha256sums sha256sums-20180527044032-sv3ox3r5r1v2pgvn-4
  pkg/other/libtomfloat/         libtomfloat-20180527044041-xvcd4qizf8r4cyrj-1
  pkg/other/libtomfloat/Makefile makefile-20180527044041-xvcd4qizf8r4cyrj-3
  pkg/other/libtomfloat/config.mk config.mk-20180527044041-xvcd4qizf8r4cyrj-2
  pkg/other/libtomfloat/sha256sums sha256sums-20180527044041-xvcd4qizf8r4cyrj-4
  pkg/other/libtommath/          libtommath-20180527044049-1rj9r8dhor9lts6c-1
  pkg/other/libtommath/Makefile  makefile-20180527044049-1rj9r8dhor9lts6c-3
  pkg/other/libtommath/config.mk config.mk-20180527044049-1rj9r8dhor9lts6c-2
  pkg/other/libtommath/sha256sums sha256sums-20180527044049-1rj9r8dhor9lts6c-4
  pkg/other/libtompoly/          libtompoly-20180527044101-yzs2a246mk9x3xv8-1
  pkg/other/libtompoly/Makefile  makefile-20180527044101-yzs2a246mk9x3xv8-3
  pkg/other/libtompoly/config.mk config.mk-20180527044101-yzs2a246mk9x3xv8-2
  pkg/other/libtompoly/sha256sums sha256sums-20180527044101-yzs2a246mk9x3xv8-4
  pkg/other/tomsfastmath/        tomsfastmath-20180527044006-zc2hwq6hzwyvq6gp-1
  pkg/other/tomsfastmath/Makefile makefile-20180527044006-zc2hwq6hzwyvq6gp-3
  pkg/other/tomsfastmath/config.mk config.mk-20180527044006-zc2hwq6hzwyvq6gp-2
  pkg/other/tomsfastmath/sha256sums sha256sums-20180527044006-zc2hwq6hzwyvq6gp-4
modified:
  pkg/other/nyacc/Makefile       makefile-20171111234847-ddaxaq043uks6dhp-3
  pkg/other/nyacc/sha256sums     sha256sums-20171111234847-ddaxaq043uks6dhp-4
=== added directory 'pkg/other/libtomcrypt'
=== added file 'pkg/other/libtomcrypt/Makefile'
--- a/pkg/other/libtomcrypt/Makefile    1970-01-01 00:00:00 +0000
+++ b/pkg/other/libtomcrypt/Makefile    2018-05-27 04:41:59 +0000
@@ -0,0 +1,60 @@
+# 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 = LibTomCrypt
+GARNAME = libtomcrypt
+UPSTREAMNAME = crypt
+GARVERSION = 1.18.1
+HOME_URL = https://www.libtom.net/
+DESCRIPTION = cryptgraphic libraries, for use and study, with much tutorial 
info
+define BLURB
+Modular cryptgraphic libraries, for use and study, with much tutorial info. 
Warning:
+Cryptologic software. Do not do anything to anger your local Overloads.
+endef
+LICENSE = WTFPL - Do What the F[un thing] You Want to Public License  
www.wtfpl.net and/or public domain
+
+CONFIGURE_SCRIPTS =
+
+WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/
+
+######################################################################
+# 
https://github.com/libtom/libtomcrypt/releases/download/v1.18.1/crypt-1.18.1.tar.xz
+MASTER_SITES = https://github.com/
+MASTER_SUBDIR = libtom/$(GARNAME)/releases/download/v$(GARVERSION)/
+DISTFILES = crypt-$(GARVERSION).tar.xz
+SIGFILES =  crypt-$(GARVERSION).tar.xz.asc
+
+BUILDDEPS = 
+LIBDEPS = 
+
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include config.mk
+
+# install wrong root: lib  and .h in /usr/local ??....
+#
+#
+# rename download
+#post-fetch:
+#      mv download/crypt-$(GARVERSION).tar.xz 
download/$(GARNAME)-$(GARVERSION).tar.xz
+#      mv download/crypt-$(GARVERSION).tar.xz.asc 
download/$(GARNAME)-$(GARVERSION).tar.xz.asc
+#      $(MAKECOOKIE)
+

=== added file 'pkg/other/libtomcrypt/config.mk'
--- a/pkg/other/libtomcrypt/config.mk   1970-01-01 00:00:00 +0000
+++ b/pkg/other/libtomcrypt/config.mk   2018-05-27 04:41:59 +0000
@@ -0,0 +1,4 @@
+## Configuration options  ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?= 

=== added file 'pkg/other/libtomcrypt/sha256sums'
--- a/pkg/other/libtomcrypt/sha256sums  1970-01-01 00:00:00 +0000
+++ b/pkg/other/libtomcrypt/sha256sums  2018-05-27 04:41:59 +0000
@@ -0,0 +1,2 @@
+57c13a34fbfd45696189d19e47864e48f4e5c11590c29b444accb8edbf047f14  
download/crypt-1.18.1.tar.xz
+1530b70b105498d1aff5350e29791f54cd7fa8e41739cb2935e96e4ca8992326  
download/crypt-1.18.1.tar.xz.asc

=== added directory 'pkg/other/libtomfloat'
=== added file 'pkg/other/libtomfloat/Makefile'
--- a/pkg/other/libtomfloat/Makefile    1970-01-01 00:00:00 +0000
+++ b/pkg/other/libtomfloat/Makefile    2018-05-27 04:41:59 +0000
@@ -0,0 +1,61 @@
+# 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 = LibTomFloat
+GARNAME = libtomfloat
+UPSTREAMNAME = ltf
+GARVERSION = 0.02
+HOME_URL = https://www.libtom.net/
+DESCRIPTION = cryptgraphic libraries, for use and study, with much tutorial 
info
+define BLURB
+Modular cryptgraphic libraries, for use and study, with much tutorial info. 
Warning:
+Cryptologic software. Do not do anything to anger your local Overloads.
+endef
+LICENSE = WTFPL - Do What the F[un thing] You Want to Public License  
www.wtfpl.net and/or public domain
+
+CONFIGURE_SCRIPTS =
+
+WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/
+
+######################################################################
+#https://github.com/libtom/libtomfloat/releases/download/0.02/ltf-0.02.tar.bz2
+MASTER_SITES = https://github.com/
+MASTER_SUBDIR = libtom/$(GARNAME)/releases/download/$(GARVERSION)/
+DISTFILES = ltf-$(GARVERSION).tar.bz2
+SIGFILES =  ltf-$(GARVERSION).tar.bz2.asc
+
+
+BUILDDEPS = 
+LIBDEPS = 
+
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include config.mk
+
+# install wrong root: lib  and .h in /usr/locall....
+#
+#
+# rename download
+#post-fetch:
+#      mv download/ltf-$(GARVERSION).tar.bz2 
download/$(GARNAME)-$(GARVERSION).tar.bz2
+#      mv download/ltf-$(GARVERSION).tar.bz2.asc 
download/$(GARNAME)-$(GARVERSION).tar.bz2.asc
+#      $(MAKECOOKIE)
+

=== added file 'pkg/other/libtomfloat/config.mk'
--- a/pkg/other/libtomfloat/config.mk   1970-01-01 00:00:00 +0000
+++ b/pkg/other/libtomfloat/config.mk   2018-05-27 04:41:59 +0000
@@ -0,0 +1,4 @@
+## Configuration options  ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?= 

=== added file 'pkg/other/libtomfloat/sha256sums'
--- a/pkg/other/libtomfloat/sha256sums  1970-01-01 00:00:00 +0000
+++ b/pkg/other/libtomfloat/sha256sums  2018-05-27 04:41:59 +0000
@@ -0,0 +1,2 @@
+7e80498e526888e3999cb711bd9b2ffc6738723adb89c7dd400f133b46a88707  
download/ltf-0.02.tar.bz2
+2126b4fdba268a13926a77946cb610321ab14af59bca647e817a7515c8b4980f  
download/ltf-0.02.tar.bz2.asc

=== added directory 'pkg/other/libtommath'
=== added file 'pkg/other/libtommath/Makefile'
--- a/pkg/other/libtommath/Makefile     1970-01-01 00:00:00 +0000
+++ b/pkg/other/libtommath/Makefile     2018-05-27 04:41:59 +0000
@@ -0,0 +1,61 @@
+# 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 = LibTomMath
+GARNAME = libtommath
+UPSTREAMNAME = ltm
+GARVERSION = 1.0.1
+HOME_URL = https://www.libtom.net/
+DESCRIPTION = cryptgraphic libraries, for use and study, with much tutorial 
info
+define BLURB
+Modular cryptgraphic libraries, for use and study, with much tutorial info. 
Warning:
+Cryptologic software. Do not do anything to anger your local Overloads.
+endef
+LICENSE = WTFPL - Do What the F[un thing] You Want to Public License  
www.wtfpl.net and/or public domain
+
+CONFIGURE_SCRIPTS =
+
+WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/
+
+######################################################################
+# 
https://github.com/libtom/libtommath/releases/download/v1.0.1/ltm-1.0.1.tar.xz
+MASTER_SITES = https://github.com/
+MASTER_SUBDIR = libtom/$(GARNAME)/releases/download/v$(GARVERSION)/
+DISTFILES = ltm-$(GARVERSION).tar.xz
+SIGFILES =  ltm-$(GARVERSION).tar.xz.asc
+
+
+BUILDDEPS = 
+LIBDEPS = 
+
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include config.mk
+
+# install wrong root: lib  and .h in /usr/locall....
+#
+#
+# rename download
+#post-fetch:
+#      mv download/ltm-$(GARVERSION).tar.xz 
download/$(GARNAME)-$(GARVERSION).tar.xz
+#      mv download/ltm-$(GARVERSION).tar.xz.asc 
download/$(GARNAME)-$(GARVERSION).tar.xz.asc
+#      $(MAKECOOKIE)
+

=== added file 'pkg/other/libtommath/config.mk'
--- a/pkg/other/libtommath/config.mk    1970-01-01 00:00:00 +0000
+++ b/pkg/other/libtommath/config.mk    2018-05-27 04:41:59 +0000
@@ -0,0 +1,4 @@
+## Configuration options  ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?= 

=== added file 'pkg/other/libtommath/sha256sums'
--- a/pkg/other/libtommath/sha256sums   1970-01-01 00:00:00 +0000
+++ b/pkg/other/libtommath/sha256sums   2018-05-27 04:41:59 +0000
@@ -0,0 +1,2 @@
+47032fb39d698ce4cf9c9c462c198e6b08790ce8203ad1224086b9b978636c69  
download/ltm-1.0.1.tar.xz
+27bff1279db05a3c067625bebbc550a10fe320ac30cdbb4cace3d92547866244  
download/ltm-1.0.1.tar.xz.asc

=== added directory 'pkg/other/libtompoly'
=== added file 'pkg/other/libtompoly/Makefile'
--- a/pkg/other/libtompoly/Makefile     1970-01-01 00:00:00 +0000
+++ b/pkg/other/libtompoly/Makefile     2018-05-27 04:41:59 +0000
@@ -0,0 +1,61 @@
+# 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 = LibTomPoly
+GARNAME = libtompoly
+UPSTREAMNAME = ltp
+GARVERSION = 0.04
+HOME_URL = https://www.libtom.net/
+DESCRIPTION = cryptgraphic libraries, for use and study, with much tutorial 
info
+define BLURB
+Modular cryptgraphic libraries, for use and study, with much tutorial info. 
Warning:
+Cryptologic software. Do not do anything to anger your local Overloads.
+endef
+LICENSE = WTFPL - Do What the F[un thing] You Want to Public License  
www.wtfpl.net and/or public domain
+
+CONFIGURE_SCRIPTS =
+
+WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/
+
+######################################################################
+# https://github.com/libtom/libtompoly/releases/download/0.04/ltp-0.04.tar.bz2
+MASTER_SITES = https://github.com/
+MASTER_SUBDIR = libtom/$(GARNAME)/releases/download/$(GARVERSION)/
+DISTFILES = ltp-$(GARVERSION).tar.bz2
+SIGFILES =  ltp-$(GARVERSION).tar.bz2.asc
+
+
+BUILDDEPS = 
+LIBDEPS = 
+
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include config.mk
+
+# install wrong root: lib  and .h in /usr/locall....
+#
+#
+# rename download
+#post-fetch:
+#      mv download/ltp-$(GARVERSION).tar.bz2 
download/$(GARNAME)-$(GARVERSION).tar.bz2
+#      mv download/ltp-$(GARVERSION).tar.bz2.asc 
download/$(GARNAME)-$(GARVERSION).tar.bz2.asc
+#      $(MAKECOOKIE)
+

=== added file 'pkg/other/libtompoly/config.mk'
--- a/pkg/other/libtompoly/config.mk    1970-01-01 00:00:00 +0000
+++ b/pkg/other/libtompoly/config.mk    2018-05-27 04:41:59 +0000
@@ -0,0 +1,4 @@
+## Configuration options  ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?= 

=== added file 'pkg/other/libtompoly/sha256sums'
--- a/pkg/other/libtompoly/sha256sums   1970-01-01 00:00:00 +0000
+++ b/pkg/other/libtompoly/sha256sums   2018-05-27 04:41:59 +0000
@@ -0,0 +1,2 @@
+6ce0d39caeda866b8f81029e8354efb9d5393850e78ea24f64475bd87b97fc0b  
download/ltp-0.04.tar.bz2
+5804b1d9db5fe04039de3de0b92f4ecdbcd730c7ea8ed4f873ac9264a1792d82  
download/ltp-0.04.tar.bz2.asc

=== modified file 'pkg/other/nyacc/Makefile'
--- a/pkg/other/nyacc/Makefile  2018-04-19 20:53:25 +0000
+++ b/pkg/other/nyacc/Makefile  2018-05-27 04:41:59 +0000
@@ -20,7 +20,7 @@
 
 NAME = nyacc
 GARNAME = nyacc
-GARVERSION =  0.83.3
+GARVERSION =  0.84.1
 HOME_URL =  http://www.nongnu.org/nyacc
 DESCRIPTION =  Guile modules for nyacc compiler creation and parsers
 define BLURB
@@ -29,6 +29,7 @@
 and pretty-printers using SXML trees as an intermediate representation.
 endef
 ######################################################################
+#https://download.savannah.gnu.org/releases/nyacc/nyacc-0.84.1.tar.gz
 
 MASTER_SITES =  $(MASTER_SAVANNAH_RELEASES)/
 MASTER_SUBDIR = $(GARNAME)/

=== modified file 'pkg/other/nyacc/sha256sums'
--- a/pkg/other/nyacc/sha256sums        2018-04-06 19:19:25 +0000
+++ b/pkg/other/nyacc/sha256sums        2018-05-27 04:41:59 +0000
@@ -1,2 +0,0 @@
-a6654a1052a93089a193d14ec5815048178f396c4400260943259bd52ab04004  
download/nyacc-0.83.3.tar.gz
-f3317cdf8c97b89c7c98488002e9b1ead643a5d29c06f7354bc82bd2ae4ec47e  
download/nyacc-0.83.3.tar.gz.sig

=== added directory 'pkg/other/tomsfastmath'
=== added file 'pkg/other/tomsfastmath/Makefile'
--- a/pkg/other/tomsfastmath/Makefile   1970-01-01 00:00:00 +0000
+++ b/pkg/other/tomsfastmath/Makefile   2018-05-27 04:41:59 +0000
@@ -0,0 +1,61 @@
+# 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 = TomsFastMath
+GARNAME = tomsfastmath
+UPSTREAMNAME = tfm
+GARVERSION = 0.13.1
+HOME_URL = https://www.libtom.net/
+DESCRIPTION = cryptgraphic libraries, for use and study, with much tutorial 
info
+define BLURB
+Modular cryptgraphic libraries, for use and study, with much tutorial info. 
Warning:
+Cryptologic software. Do not do anything to anger your local Overloads.
+endef
+LICENSE = WTFPL - Do What the F[un thing] You Want to Public License  
www.wtfpl.net and/or public domain
+
+CONFIGURE_SCRIPTS =
+
+WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/
+
+######################################################################
+# 
https://github.com/libtom/tomsfastmath/releases/download/v0.13.1/tfm-0.13.1.tar.xz
+MASTER_SITES = https://github.com/
+MASTER_SUBDIR = libtom/$(GARNAME)/releases/download/v$(GARVERSION)/
+DISTFILES = tfm-$(GARVERSION).tar.xz
+SIGFILES =  tfm-$(GARVERSION).tar.xz.asc
+
+
+BUILDDEPS = 
+LIBDEPS = 
+
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include config.mk
+
+# install wrong root: lib  and .h in /usr/locall....
+#
+#
+# rename download
+#post-fetch:
+#      mv download/tfm-$(GARVERSION).tar.xz 
download/$(GARNAME)-$(GARVERSION).tar.xz
+#      mv download/tfm-$(GARVERSION).tar.xz.asc 
download/$(GARNAME)-$(GARVERSION).tar.xz.asc
+#      $(MAKECOOKIE)
+

=== added file 'pkg/other/tomsfastmath/config.mk'
--- a/pkg/other/tomsfastmath/config.mk  1970-01-01 00:00:00 +0000
+++ b/pkg/other/tomsfastmath/config.mk  2018-05-27 04:41:59 +0000
@@ -0,0 +1,4 @@
+## Configuration options  ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?= 

=== added file 'pkg/other/tomsfastmath/sha256sums'
--- a/pkg/other/tomsfastmath/sha256sums 1970-01-01 00:00:00 +0000
+++ b/pkg/other/tomsfastmath/sha256sums 2018-05-27 04:41:59 +0000
@@ -0,0 +1,2 @@
+47c97a1ada3ccc9fcbd2a8a922d5859a84b4ba53778c84c1d509c1a955ac1738  
download/tfm-0.13.1.tar.xz
+045eb6e11abd3c826d8beeb03dea431ef5548e22fb023dcc62db3316b42c3aba  
download/tfm-0.13.1.tar.xz.asc


reply via email to

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