[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r4057: gnu health
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r4057: gnu health |
Date: |
Fri, 21 Oct 2016 21:12:57 +0000 (UTC) |
User-agent: |
Bazaar (2.6b2) |
------------------------------------------------------------
revno: 4057
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Fri 2016-10-21 14:12:52 -0700
message:
gnu health
added:
pkg/gnu/health/ health-20161021211226-oo5eewcrzlj4ttp7-1
pkg/gnu/health/Makefile makefile-20161021211226-oo5eewcrzlj4ttp7-3
pkg/gnu/health/config.mk config.mk-20161021211226-oo5eewcrzlj4ttp7-2
pkg/gnu/health/gpg-keyring gpgkeyring-20161021211226-oo5eewcrzlj4ttp7-5
pkg/gnu/health/sha256sums sha256sums-20161021211226-oo5eewcrzlj4ttp7-4
=== added directory 'pkg/gnu/health'
=== added file 'pkg/gnu/health/Makefile'
--- a/pkg/gnu/health/Makefile 1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/health/Makefile 2016-10-21 21:12:52 +0000
@@ -0,0 +1,64 @@
+# Copyright © 2013, 2016 Brandon Invergo <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/>.
+
+NAME = health
+GARNAME = health
+UPSTREAMNAME = gnuhealth
+GARVERSION = 3.0.4
+HOME_URL = http://www.gnu.org/software/health/
+DESCRIPTION = Health and Hospital Electronic Medical Records system
+define BLURB
+GNU HEALTH is a free, centralized Health and Hospital Information and
+Electronic Medical Record (EMR) system. Our goal is to cooperate with
+health professionals around the world to improve the quality of life
+of the underprivileged, providing a free system that optimizes health
+promotion and disease prevention.
+endef
+
+######################################################################
+
+MASTER_SITES = $(MASTER_GNU)
+MASTER_SUBDIR = $(GARNAME)/
+DISTFILES = $(DISTNAME).tar.gz
+SIGFILES = $(DISTNAME).tar.gz.sig
+
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include config.mk
+
+post-extract:
+ @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/health/config.mk'
--- a/pkg/gnu/health/config.mk 1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/health/config.mk 2016-10-21 21:12:52 +0000
@@ -0,0 +1,4 @@
+## Configuration options for health ##
+
+CONFIGURE_OPTS ?=
+BUILD_OPTS ?=
=== added file 'pkg/gnu/health/gpg-keyring'
Binary files a/pkg/gnu/health/gpg-keyring 1970-01-01 00:00:00 +0000 and
b/pkg/gnu/health/gpg-keyring 2016-10-21 21:12:52 +0000 differ
=== added file 'pkg/gnu/health/sha256sums'
--- a/pkg/gnu/health/sha256sums 1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/health/sha256sums 2016-10-21 21:12:52 +0000
@@ -0,0 +1,2 @@
+38857b8d170eb79888b5154eb543bf6751061ea03cb13307cd1518c502dff598
download/gnuhealth-3.0.4.tar.gz
+ea5c6f1159b29acd2267b7c8bfcbb68eb6cc63c7022a48594420bcbbd142336a
download/gnuhealth-3.0.4.tar.gz.sig
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r4057: gnu health,
Carl Hansen <=