[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r4478: update glean to 0.1
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r4478: update glean to 0.1 |
Date: |
Sun, 14 May 2017 03:38:36 -0400 (EDT) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 4478
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Sun 2017-05-14 00:38:32 -0700
message:
update glean to 0.1
added:
pkg/gnu/glean/ glean-20170514073818-7d27r1u89exh7llb-1
pkg/gnu/glean/Makefile makefile-20170514073818-7d27r1u89exh7llb-3
pkg/gnu/glean/config.mk config.mk-20170514073818-7d27r1u89exh7llb-2
pkg/gnu/glean/sha256sums sha256sums-20170514073818-7d27r1u89exh7llb-4
=== added directory 'pkg/gnu/glean'
=== added file 'pkg/gnu/glean/Makefile'
--- a/pkg/gnu/glean/Makefile 1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/glean/Makefile 2017-05-14 07:38:32 +0000
@@ -0,0 +1,56 @@
+
+# Copyright © 2017 Carl Hansen <address@hidden>
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+#
+# 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
+#
+#
+# Doesn't build cleanly for me...
+
+NAME = glean
+GARNAME = glean
+GARVERSION = 0.1
+HOME_URL = http://glean.eu
+LICENSE = AGPL
+DESCRIPTION = learning environment software
+define BLURB
+The goals of the Glean project are to provide a highly personal learning
+environment; that is nonetheless capable to build on collaborative
+content contributions; which provides the means to build hierarchies of
+content; that is deployable in different ways (web service, self-hosted,
+single executable…);
+
+endef
+
+######################################################################
+
+ # http://glean.eu/releases/glean-0.1.tar.gz
+
+MASTER_SITES = http://glean.eu/
+MASTER_SUBDIR = releases/
+DISTFILES = $(DISTNAME).tar.gz
+SIGFILES =
+
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/info.mk
+include config.mk
+
=== added file 'pkg/gnu/glean/config.mk'
--- a/pkg/gnu/glean/config.mk 1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/glean/config.mk 2017-05-14 07:38:32 +0000
@@ -0,0 +1,5 @@
+## Configuration options ##
+## adjust as needed
+
+CONFIGURE_OPTS ?=
+BUILD_OPTS ?=
=== added file 'pkg/gnu/glean/sha256sums'
--- a/pkg/gnu/glean/sha256sums 1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/glean/sha256sums 2017-05-14 07:38:32 +0000
@@ -0,0 +1,1 @@
+f7b86bb521cfc4d9ac039867881beacf56ef28588be697c60a150acaad0cdfa6
download/glean-0.1.tar.gz
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r4478: update glean to 0.1,
Carl Hansen <=