[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r3695: artanis now in gnu dir
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r3695: artanis now in gnu dir |
Date: |
Fri, 3 Jun 2016 08:20:51 +0000 (UTC) |
User-agent: |
Bazaar (2.6b2) |
------------------------------------------------------------
revno: 3695
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Fri 2016-06-03 01:20:51 -0700
message:
artanis now in gnu dir
added:
gnu/artanis/ artanis-20160603082021-c49jznfsde7k7hg1-1
gnu/artanis/Makefile makefile-20160603082021-c49jznfsde7k7hg1-4
gnu/artanis/config.mk config.mk-20160603082021-c49jznfsde7k7hg1-2
gnu/artanis/gpg-keyring gpgkeyring-20160603082021-c49jznfsde7k7hg1-3
gnu/artanis/sha256sums sha256sums-20160603082021-c49jznfsde7k7hg1-5
=== added directory 'gnu/artanis'
=== added file 'gnu/artanis/Makefile'
--- a/gnu/artanis/Makefile 1970-01-01 00:00:00 +0000
+++ b/gnu/artanis/Makefile 2016-06-03 08:20:51 +0000
@@ -0,0 +1,52 @@
+# Copyright © 2015 Carl Hansen
+#
+# 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/>.
+#
+# This is an alpha version, not prefect.
+
+NAME = artanis
+GARNAME = artanis
+GARVERSION = 0.1.2
+HOME_URL = http://www.gnu.org/software/artanis/
+DESCRIPTION = Web application framework written in Guile
+define BLURB
+GNU Artanis is a web application framework written in Guile Scheme. A web
+application framework (WAF) is a software framework that is designed
+to support the development of dynamic websites, web applications,
+web services and web resources. The framework aims to alleviate the
+overhead associated with common activities performed in web development.
+Artanis provides several tools for web development: database access,
+templating frameworks, session management, URL-remapping for RESTful,
+page caching, and more.
+endef
+
+
+######################################################################
+
+MASTER_SITES = $(MASTER_GNU_ALPHA)
+MASTER_SUBDIR = $(GARNAME)/
+DISTFILES = $(DISTNAME).tar.bz2
+SIGFILES = $(DISTNAME).tar.bz2.sig
+
+INFO_FILES = artanis.info
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../gar.lib/auto.mk
+#include ../../gar.lib/info.mk # installation of artanis.info not installed
correctly , yet
+include config.mk
=== added file 'gnu/artanis/config.mk'
--- a/gnu/artanis/config.mk 1970-01-01 00:00:00 +0000
+++ b/gnu/artanis/config.mk 2016-06-03 08:20:51 +0000
@@ -0,0 +1,4 @@
+## Configuration options for artanis ##
+
+CONFIGURE_OPTS ?=
+BUILD_OPTS ?=
=== added file 'gnu/artanis/gpg-keyring'
Binary files a/gnu/artanis/gpg-keyring 1970-01-01 00:00:00 +0000 and
b/gnu/artanis/gpg-keyring 2016-06-03 08:20:51 +0000 differ
=== added file 'gnu/artanis/sha256sums'
--- a/gnu/artanis/sha256sums 1970-01-01 00:00:00 +0000
+++ b/gnu/artanis/sha256sums 2016-06-03 08:20:51 +0000
@@ -0,0 +1,2 @@
+a08d66a7960093bf62a82a5f7b663f88b67650bd628b34c72967e6f7aa996839
download/artanis-0.1.2.tar.bz2
+925588caebf3a0bb8895e642f3bc5984623e77f1b2ab5024d428ddbd8f59604a
download/artanis-0.1.2.tar.bz2.sig
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r3695: artanis now in gnu dir,
Carl Hansen <=