diff options
author | M.Dinslage <daedra1980@gmail.com> | 2010-04-16 21:38:30 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-15 10:38:05 +0200 |
commit | 8c10802daa79eb8fb9c7bfcbc2bc2422e2a1b561 (patch) | |
tree | 1d3e0aa1d70c46ce05b69e0a65a9b02f58a613a8 /development | |
parent | 5c25dad1d7c0c087c192ee05d0026442a3cbaecc (diff) | |
download | slackbuilds-8c10802daa79eb8fb9c7bfcbc2bc2422e2a1b561.tar.gz |
development/orc: Updated for version 0.4.4.
Diffstat (limited to 'development')
-rw-r--r-- | development/orc/README | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | development/orc/orc.SlackBuild | 2 | ||||
-rw-r--r-- | development/orc/orc.info | 8 | ||||
-rw-r--r-- | development/orc/slack-desc | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/development/orc/README b/development/orc/README index d88f123c53..ddd21edfed 100644 --- a/development/orc/README +++ b/development/orc/README @@ -1,7 +1,7 @@ orc (The Oil Runtime Compiler) Orc is a library and set of tools for compiling and executing very -simple programs that operate on arrays of data. The “language” is +simple programs that operate on arrays of data. The language is a generic assembly language that represents many of the features available in SIMD architectures, including saturated addition and subtraction, and many arithmetic operations. diff --git a/development/orc/orc.SlackBuild b/development/orc/orc.SlackBuild index 3fd563f186..e0a7cf59ad 100755..100644 --- a/development/orc/orc.SlackBuild +++ b/development/orc/orc.SlackBuild @@ -5,7 +5,7 @@ # Written by M.Dinslage (daedra1980@gmail.com) PRGNAM=orc -VERSION=${VERSION:-0.4.3} +VERSION=${VERSION:-0.4.4} ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/orc/orc.info b/development/orc/orc.info index 871890603c..3aef914dac 100644 --- a/development/orc/orc.info +++ b/development/orc/orc.info @@ -1,10 +1,10 @@ PRGNAM="orc" -VERSION="0.4.3" +VERSION="0.4.4" HOMEPAGE="http://code.entropywave.com/projects/orc/" -DOWNLOAD="http://code.entropywave.com/download/orc/orc-0.4.3.tar.gz" +DOWNLOAD="http://code.entropywave.com/download/orc/orc-0.4.4.tar.gz" DOWNLOAD_x86_64="" -MD5SUM="9b2e7030c8df8a0d371115869fe5685a" +MD5SUM="35f3b7283f391ab8ade7f94332940414" MD5SUM_x86_64="" MAINTAINER="M.Dinslage" EMAIL="daedra1980@gmail.com" -APPROVED="Erik Hanson" +APPROVED="dsomero" diff --git a/development/orc/slack-desc b/development/orc/slack-desc index a4ec494125..555774a354 100644 --- a/development/orc/slack-desc +++ b/development/orc/slack-desc @@ -9,7 +9,7 @@ orc: orc (The Oil Runtime Compiler) orc: orc: Orc is a library and set of tools for compiling and executing very -orc: simple programs that operate on arrays of data. The “language” is +orc: simple programs that operate on arrays of data. The language is orc: a generic assembly language that represents many of the features orc: available in SIMD architectures, including saturated addition and orc: subtraction, and many arithmetic operations. |