gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r7160: gnuhealth stuff


From: Carl Hansen
Subject: [Gsrc-commit] trunk r7160: gnuhealth stuff
Date: Fri, 21 Aug 2020 13:39:14 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 7160
revision-id: carl@jens-20200821173852-8l8tu2vdhi8towyw
parent: carl@jens-20200819195924-xvy51t08bjqglzr2
committer: carl <carl@jens>
branch nick: trunk
timestamp: Fri 2020-08-21 10:38:52 -0700
message:
  gnuhealth stuff
added:
  pkg/gnu/gnuhealth-control/     
gnuhealthcontrol-20200821173542-86ima1u4rmptacsf-1
  pkg/gnu/gnuhealth-control/Makefile makefile-20200821173542-86ima1u4rmptacsf-2
  pkg/gnu/gnuhealth-control/config.mk 
config.mk-20200821173542-86ima1u4rmptacsf-3
  pkg/gnu/gnuhealth-control/gpg-keyring 
gpgkeyring-20200821173601-r1l0sxerky52qpf2-1
  pkg/gnu/gnuhealth-control/sha256sums 
sha256sums-20200821173601-r1l0sxerky52qpf2-2
modified:
  pkg/gnu/gnuhealth/Makefile     makefile-20161021211226-oo5eewcrzlj4ttp7-3
  pkg/gnu/gnuhealth/sha256sums   sha256sums-20161021211226-oo5eewcrzlj4ttp7-4
=== added directory 'pkg/gnu/gnuhealth-control'
=== added file 'pkg/gnu/gnuhealth-control/Makefile'
--- a/pkg/gnu/gnuhealth-control/Makefile        1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/gnuhealth-control/Makefile        2020-08-21 17:38:52 +0000
@@ -0,0 +1,69 @@
+# Copyright ©2020 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 = gnuhealth-control
+GARNAME = gnuhealth-control
+GARVERSION = 3.6.5
+HOME_URL = http://www.gnu.org/software/health/
+DESCRIPTION = Health and hospital information system; control
+define BLURB
+GNU Health is a free medical software system, including support
+for electronic medical records (EMR), a hospital information system
+(HIS), and health information system.  It supports both Spanish and
+English interfaces.  It has been adopted by the United Nations
+University for implementation and training, and several hospitals and
+health ministries around the world. Control.
+endef
+
+######################################################################
+
+MASTER_SITES = $(MASTER_GNU)
+MASTER_SUBDIR = health/
+DISTFILES = $(DISTNAME).tar.gz
+SIGFILES = $(DISTNAME).tar.gz.sig
+CONFIGURE_SCRIPTS =
+
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include config.mk
+
+post-extract pre-build:
+       @echo
+       @echo
+       @echo
+       @echo
+       @echo =======================================================
+       @echo =======================================================
+       @echo =======================================================
+       @echo This script makes no attempt to install the program, it simply
+       @echo downloads it. Installation must be customized to your
+       @echo situation. Start with the online manual at http://health.gnu.org
+       @echo =======================================================
+       @echo =======================================================
+       @echo =======================================================
+       @echo
+       @echo
+       @echo
+       @echo

=== added file 'pkg/gnu/gnuhealth-control/config.mk'
--- a/pkg/gnu/gnuhealth-control/config.mk       1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/gnuhealth-control/config.mk       2020-08-21 17:38:52 +0000
@@ -0,0 +1,4 @@
+## Configuration options
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'pkg/gnu/gnuhealth-control/gpg-keyring'
Binary files a/pkg/gnu/gnuhealth-control/gpg-keyring    1970-01-01 00:00:00 
+0000 and b/pkg/gnu/gnuhealth-control/gpg-keyring   2020-08-21 17:38:52 +0000 
differ
=== added file 'pkg/gnu/gnuhealth-control/sha256sums'
--- a/pkg/gnu/gnuhealth-control/sha256sums      1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/gnuhealth-control/sha256sums      2020-08-21 17:38:52 +0000
@@ -0,0 +1,2 @@
+103b1312b441c211b58cdb551c5b0776430937dd8c2cf68e2c1d63d48587f707  
download/gnuhealth-control-3.6.5.tar.gz
+a8877422a71799cf5b247d43354b58454754ab209d775c17719e9832a6c7bc90  
download/gnuhealth-control-3.6.5.tar.gz.sig

=== modified file 'pkg/gnu/gnuhealth/Makefile'
--- a/pkg/gnu/gnuhealth/Makefile        2020-05-16 20:59:34 +0000
+++ b/pkg/gnu/gnuhealth/Makefile        2020-08-21 17:38:52 +0000
@@ -22,7 +22,7 @@
 
 NAME = gnuhealth
 GARNAME = gnuhealth
-GARVERSION = 3.6.4
+GARVERSION = 3.6.5
 HOME_URL = http://www.gnu.org/software/health/
 DESCRIPTION = Health and hospital information system
 define BLURB

=== modified file 'pkg/gnu/gnuhealth/sha256sums'
--- a/pkg/gnu/gnuhealth/sha256sums      2020-05-16 20:59:34 +0000
+++ b/pkg/gnu/gnuhealth/sha256sums      2020-08-21 17:38:52 +0000
@@ -1,2 +1,2 @@
-398a181d0f8d60ba00d60e8a2424c06a1d073ed55adde42f35cf45e45b46de8e  
download/gnuhealth-3.6.4.tar.gz
-2b44c8043745d9497da1eabb2cc9ff98dd8d2b6b1e8e619a371e0b0e2612a98e  
download/gnuhealth-3.6.4.tar.gz.sig
+3566104949e6c175a36c45cda371a9ea8c07338f45997b9248e5b4511c7dc72c  
download/gnuhealth-3.6.5.tar.gz
+9665b1b7d3ec2f3e935e7631c1d83001842faab7f0aaf4bed04b4d5fc0b941da  
download/gnuhealth-3.6.5.tar.gz.sig


reply via email to

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