gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r2951: add guile-rpc at 0.4


From: Brandon Invergo
Subject: [Gsrc-commit] trunk r2951: add guile-rpc at 0.4
Date: Fri, 23 May 2014 15:35:30 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 2951
revision-id: address@hidden
parent: address@hidden
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Fri 2014-05-23 16:35:08 +0100
message:
  add guile-rpc at 0.4
added:
  gnu/guile-rpc/                 guilerpc-20140523153500-hydggj9xkgkfyv5y-1
  gnu/guile-rpc/Makefile         makefile-20140523153500-hydggj9xkgkfyv5y-2
  gnu/guile-rpc/config.mk        config.mk-20140523153500-hydggj9xkgkfyv5y-3
  gnu/guile-rpc/gpg-keyring      gpgkeyring-20140523153500-hydggj9xkgkfyv5y-5
  gnu/guile-rpc/sha256sums       sha256sums-20140523153500-hydggj9xkgkfyv5y-4
=== added directory 'gnu/guile-rpc'
=== added file 'gnu/guile-rpc/Makefile'
--- a/gnu/guile-rpc/Makefile    1970-01-01 00:00:00 +0000
+++ b/gnu/guile-rpc/Makefile    2014-05-23 15:35:08 +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 = Guile-RPC
+GARNAME = guile-rpc
+GARVERSION = 0.4
+HOME_URL = http://www.gnu.org/software/guile-rpc/
+DESCRIPTION =  Pure Scheme implementation for the ONC RPC standard
+define BLURB
+GNU Guile-RPC is an implementation of the Open Network Computing
+Remote Procedure Call (ONC RPC) protocol and its underlying binary
+data format, XDR, for the Guile Scheme programming language.
+endef
+
+######################################################################
+
+MASTER_SITES = $(MASTER_GNU)
+MASTER_SUBDIR = $(GARNAME)/
+DISTFILES = $(DISTNAME).tar.gz
+SIGFILES = $(DISTNAME).tar.gz.sig
+
+BUILDDEPS =
+LIBDEPS = guile
+
+######################################################################
+
+include ../../gar.lib/info.mk
+include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/guile-rpc/config.mk'
--- a/gnu/guile-rpc/config.mk   1970-01-01 00:00:00 +0000
+++ b/gnu/guile-rpc/config.mk   2014-05-23 15:35:08 +0000
@@ -0,0 +1,4 @@
+## Configuration options for guile-rpc ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'gnu/guile-rpc/gpg-keyring'
Binary files a/gnu/guile-rpc/gpg-keyring        1970-01-01 00:00:00 +0000 and 
b/gnu/guile-rpc/gpg-keyring       2014-05-23 15:35:08 +0000 differ
=== added file 'gnu/guile-rpc/sha256sums'
--- a/gnu/guile-rpc/sha256sums  1970-01-01 00:00:00 +0000
+++ b/gnu/guile-rpc/sha256sums  2014-05-23 15:35:08 +0000
@@ -0,0 +1,2 @@
+c915952c0b6ea61c037c4954b04982c375815d335cf7e1cb4d2393dd58fb894c  
download/guile-rpc-0.4.tar.gz
+7a32204c8f273961a452b749f0e06d317be4a0f9e171192c02d7ac2b80669180  
download/guile-rpc-0.4.tar.gz.sig


reply via email to

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