gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r3503: artanis, web dev pkg using guile


From: Carl Hansen
Subject: [Gsrc-commit] trunk r3503: artanis, web dev pkg using guile
Date: Thu, 05 Nov 2015 00:35:32 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 3503
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Wed 2015-11-04 16:35:28 -0800
message:
  artanis, web dev pkg using guile
added:
  alpha/artanis/                 artanis-20151105003414-pik8ptgg6x3ubch2-1
  alpha/artanis/Makefile         makefile-20151105003414-pik8ptgg6x3ubch2-3
  alpha/artanis/config.mk        config.mk-20151105003414-pik8ptgg6x3ubch2-2
  alpha/artanis/sha256sums       sha256sums-20151105003414-pik8ptgg6x3ubch2-4
=== added directory 'alpha/artanis'
=== added file 'alpha/artanis/Makefile'
--- a/alpha/artanis/Makefile    1970-01-01 00:00:00 +0000
+++ b/alpha/artanis/Makefile    2015-11-05 00:35:28 +0000
@@ -0,0 +1,47 @@
+# 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/>.
+
+NAME = artanis
+GARNAME = artanis
+GARVERSION = 0.0.3
+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
+
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../gar.lib/auto.mk
+include config.mk

=== added file 'alpha/artanis/config.mk'
--- a/alpha/artanis/config.mk   1970-01-01 00:00:00 +0000
+++ b/alpha/artanis/config.mk   2015-11-05 00:35:28 +0000
@@ -0,0 +1,4 @@
+## Configuration options for artanis ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'alpha/artanis/sha256sums'
--- a/alpha/artanis/sha256sums  1970-01-01 00:00:00 +0000
+++ b/alpha/artanis/sha256sums  2015-11-05 00:35:28 +0000
@@ -0,0 +1,2 @@
+a20ab9b0df5fe305f434c226b2a5353a93c1a6a129c0c2063980f5b608065df0  
download/artanis-0.0.3.tar.bz2
+a09877d983441626f7017f96c4aad282e526cdf724202742581397599b7ab2e3  
download/artanis-0.0.3.tar.bz2.sig


reply via email to

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