gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r2905: add easejs at 0.2.1


From: Brandon Invergo
Subject: [Gsrc-commit] trunk r2905: add easejs at 0.2.1
Date: Tue, 22 Apr 2014 10:17:46 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 2905
revision-id: address@hidden
parent: address@hidden
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Tue 2014-04-22 11:17:23 +0100
message:
  add easejs at 0.2.1
added:
  gnu/easejs/                    easejs-20140422101716-pdsua8rztybeidw5-1
  gnu/easejs/Makefile            makefile-20140422101716-pdsua8rztybeidw5-2
  gnu/easejs/config.mk           config.mk-20140422101716-pdsua8rztybeidw5-3
  gnu/easejs/gpg-keyring         gpgkeyring-20140422101716-pdsua8rztybeidw5-4
  gnu/easejs/sha256sums          sha256sums-20140422101716-pdsua8rztybeidw5-5
modified:
  gnu/bash/sha256sums            sha256sums-20100611093859-cc1j7sx6x2qya5t8-11
=== modified file 'gnu/bash/sha256sums'
--- a/gnu/bash/sha256sums       2014-03-31 17:32:09 +0000
+++ b/gnu/bash/sha256sums       2014-04-22 10:17:23 +0000
@@ -7,6 +7,9 @@
 a0648ee72d15e4a90c8b77a5c6b19f8d89e28c1bc881657d22fe26825f040213  
download/bash43-006
 1113e321c59cf6a8648a36245bbe4217cf8acf948d71e67886dad7d486f8f3a3  
download/bash43-007
 9941a98a4987192cc5ce3d45afe879983cad2f0bec96d441a4edd9033767f95e  
download/bash43-008
+c0226d6728946b2f53cdebf090bcd1c01627f01fee03295768605caa80bb40a5  
download/bash43-009
+ce05799c0137314c70c7b6ea0477c90e1ac1d52e113344be8e32fa5a55c9f0b7  
download/bash43-010
+7c63402cdbc004a210f6c1c527b63b13d8bb9ec9c5a43d5c464a9010ff6f7f3b  
download/bash43-011
 a3ebcd8ccfe5492f7eb0fc6ee762f57a35b0a82dc0deae200f04b5a9db807c0f  
download/bash-4.3.tar.gz.sig
 38536ab524f823fbe0d56e1a0814e87c0476d713c9ef4155b6db92b7993d9153  
download/bash43-001.sig
 563986d587f7ea3ead0a13848bb2ce410d3be0ee6277c34a92c1efe7a95a5788  
download/bash43-002.sig
@@ -16,3 +19,6 @@
 76c461e80080bf14f8adb2eff04c4a9c30d476fb39157dfff26fa6678aa5342b  
download/bash43-006.sig
 39b762b8f12a8ff8047efb688c443f995d60dfcd420e1721ccdfb4d6ab56c8d1  
download/bash43-007.sig
 692c43a8fdd73149ea0feb4712ce535be661cf8be2829b09a93e7dcec38357de  
download/bash43-008.sig
+df626e2624aeaa201dc917a4a2d09a8f0a01f0770eed981b9d83e534a220db17  
download/bash43-009.sig
+33eaa0616424882c270d32dbc9c9289149b0fcc780d3b68123e19241abf9265c  
download/bash43-010.sig
+0dad888c63d038ae2a4ebb753bf6a31322be7c834cd6749f7da3717dfbe3788c  
download/bash43-011.sig

=== added directory 'gnu/easejs'
=== added file 'gnu/easejs/Makefile'
--- a/gnu/easejs/Makefile       1970-01-01 00:00:00 +0000
+++ b/gnu/easejs/Makefile       2014-04-22 10:17:23 +0000
@@ -0,0 +1,43 @@
+# Copyright © 2014 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 = ease.js
+GARNAME = easejs
+GARVERSION = 0.2.1
+HOME_URL = http://www.gnu.org/software/easejs/
+DESCRIPTION = Classical object-oriented framework for JavaScript
+define BLURB
+ease.js is a classical object-oriented framework for JavaScript,
+intended to eliminate boilerplate code and ease the transition to
+JavaScript from other object-oriented languages.
+endef
+
+######################################################################
+
+MASTER_SITES = $(MASTER_GNU)
+MASTER_SUBDIR = $(GARNAME)/
+DISTFILES = $(DISTNAME).tar.gz
+SIGFILES = $(DISTNAME).tar.gz.sig
+
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../gar.lib/info.mk
+include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/easejs/config.mk'
--- a/gnu/easejs/config.mk      1970-01-01 00:00:00 +0000
+++ b/gnu/easejs/config.mk      2014-04-22 10:17:23 +0000
@@ -0,0 +1,4 @@
+## Configuration options for easejs ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'gnu/easejs/gpg-keyring'
Binary files a/gnu/easejs/gpg-keyring   1970-01-01 00:00:00 +0000 and 
b/gnu/easejs/gpg-keyring  2014-04-22 10:17:23 +0000 differ
=== added file 'gnu/easejs/sha256sums'
--- a/gnu/easejs/sha256sums     1970-01-01 00:00:00 +0000
+++ b/gnu/easejs/sha256sums     2014-04-22 10:17:23 +0000
@@ -0,0 +1,2 @@
+496cd4ebee9a6993717ce2ea5b8126e5dd130d5fedd2037be9d4158c9b7cf8c7  
download/easejs-0.2.1.tar.gz
+09d7592fc69801c125cf2c7f2d55f38b63ba6f96f75ad4f5524206684f5c6e71  
download/easejs-0.2.1.tar.gz.sig


reply via email to

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