gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r5475: add octave, some other changes


From: Carl Hansen
Subject: [Gsrc-commit] trunk r5475: add octave, some other changes
Date: Mon, 30 Apr 2018 17:00:42 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 5475
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Mon 2018-04-30 14:00:37 -0700
message:
  add octave, some other changes
added:
  pkg/gnualpha/octave/           octave-20180430205829-j54zixjs4afuas3x-1
  pkg/gnualpha/octave/Makefile   makefile-20180430205829-j54zixjs4afuas3x-2
  pkg/gnualpha/octave/config.mk  config.mk-20180430205829-j54zixjs4afuas3x-4
  pkg/gnualpha/octave/sha256sums sha256sums-20180430205829-j54zixjs4afuas3x-3
modified:
  pkg/gnualpha/groff/Makefile    makefile-20180430204342-yn8pp0da7o694cmz-3
=== modified file 'pkg/gnualpha/groff/Makefile'
--- a/pkg/gnualpha/groff/Makefile       2018-04-30 20:43:55 +0000
+++ b/pkg/gnualpha/groff/Makefile       2018-04-30 21:00:37 +0000
@@ -22,7 +22,7 @@
 GARNAME = groff
 GARVERSION = 1.22.4.rc2
 HOME_URL = http://www.gnu.org/software/groff/
-DESCRIPTION = [from the ]w[eb, ]get, version 2; download a url
+DESCRIPTION = from nroff, troff, and ancestors, create manpages and print out
 define BLURB
 endef
 

=== added directory 'pkg/gnualpha/octave'
=== added file 'pkg/gnualpha/octave/Makefile'
--- a/pkg/gnualpha/octave/Makefile      1970-01-01 00:00:00 +0000
+++ b/pkg/gnualpha/octave/Makefile      2018-04-30 21:00:37 +0000
@@ -0,0 +1,43 @@
+# Copyright © 2018 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/>.
+#
+#
+# Send bug reports and comments about GSRC problems to address@hidden
+
+NAME = octave
+GARNAME = octave
+GARVERSION = 4.3.92
+HOME_URL = http://www.gnu.org/software/octave/
+DESCRIPTION = interpreted math language for calculations, with GUI
+define BLURB
+GNU Octave is a high-level interpreted language that is specialized for 
numerical computations. It can be used for both linear and non-linear 
applications and it provides great support for visualizing results. Work may be 
performed both at the interactive command-line as well as via script files.
+endef
+
+######################################################################
+MASTER_SITES = $(MASTER_GNU_ALPHA)/
+MASTER_SUBDIR = octave/
+DISTFILES = $(DISTNAME).tar.lz
+SIGFILES  = $(DISTNAME).tar.lz.sig
+
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/info.mk
+include config.mk

=== added file 'pkg/gnualpha/octave/config.mk'
--- a/pkg/gnualpha/octave/config.mk     1970-01-01 00:00:00 +0000
+++ b/pkg/gnualpha/octave/config.mk     2018-04-30 21:00:37 +0000
@@ -0,0 +1,4 @@
+## Configuration options
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'pkg/gnualpha/octave/sha256sums'
--- a/pkg/gnualpha/octave/sha256sums    1970-01-01 00:00:00 +0000
+++ b/pkg/gnualpha/octave/sha256sums    2018-04-30 21:00:37 +0000
@@ -0,0 +1,2 @@
+f94562a6340f62520485c402a8fa9a2abf3b2dab4c784f271c39d354f194ce42  
download/octave-4.3.92.tar.lz
+9252b7c5ade68e849909b87f67a24ba86fe5c704a09a1c94a80ba1dd783e6029  
download/octave-4.3.92.tar.lz.sig


reply via email to

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