gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r3406: update gslip to 1.0.2


From: Carl Hansen
Subject: [Gsrc-commit] trunk r3406: update gslip to 1.0.2
Date: Sat, 03 Oct 2015 20:09:57 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 3406
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Sat 2015-10-03 13:09:52 -0700
message:
  update gslip to 1.0.2
added:
  gnu/gslip/                     gslip-20151003200917-mafk5vu0micfh30t-1
  gnu/gslip/Makefile             makefile-20151003200934-8irj5y9s8w3eqj9a-2
  gnu/gslip/config.mk            config.mk-20151003200934-8irj5y9s8w3eqj9a-1
  gnu/gslip/sha256sums           sha256sums-20151003200917-mafk5vu0micfh30t-2
=== added directory 'gnu/gslip'
=== added file 'gnu/gslip/Makefile'
--- a/gnu/gslip/Makefile        1970-01-01 00:00:00 +0000
+++ b/gnu/gslip/Makefile        2015-10-03 20:09:52 +0000
@@ -0,0 +1,44 @@
+# Copyright © 2015 Carl Hansen <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 = GNU Slip
+GARNAME = gslip
+GARVERSION = 1.0.2
+HOME_URL = http://www.gnu.org/software/gslip/
+DESCRIPTION =  SLIP (Symmetric LIst Processor) implementation
+define BLURB
+GNU Slip is a functional extension of the capabilities provided
+in the C++ Standard Template Library (STL) list and queue containers,
+though SLIP is not a replacement for the STL containers.  SLIP data
+cells can be used in application-specific computations, among other
+enhancements.
+endef
+
+######################################################################
+
+MASTER_SITES = $(MASTER_GNU)
+MASTER_SUBDIR = $(GARNAME)/
+DISTFILES = $(DISTNAME).tar.xz
+SIGFILES = $(DISTNAME).tar.xz.sig
+
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/gslip/config.mk'
--- a/gnu/gslip/config.mk       1970-01-01 00:00:00 +0000
+++ b/gnu/gslip/config.mk       2015-10-03 20:09:52 +0000
@@ -0,0 +1,4 @@
+## Configuration options for gslip ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'gnu/gslip/sha256sums'
--- a/gnu/gslip/sha256sums      1970-01-01 00:00:00 +0000
+++ b/gnu/gslip/sha256sums      2015-10-03 20:09:52 +0000
@@ -0,0 +1,2 @@
+e439485688469118e25e9426e734b02c79aafc916e0946aef179309508c013bb  
download/gslip-1.0.2.tar.xz
+7d03148da7c8d2dfc22cc177554cbe89682699eb650e7e8a43078c6734ce4cd2  
download/gslip-1.0.2.tar.xz.sig


reply via email to

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