Rename SRC_URI/SRC_FILENAME to SOURCE_URI/SOURCE_FILENAME.

This commit is contained in:
Augustin Cavalier
2015-07-02 11:12:32 -04:00
parent 827ec2dcbc
commit f561efbc96
1450 changed files with 1674 additions and 1674 deletions

View File

@@ -6,7 +6,7 @@ and shared libraries of old and new versions and analyzes changes in API and \
ABI (ABI=API+compiler ABI) that may break binary and/or source compatibility.
"
HOMEPAGE="ispras.linuxbase.org/index.php/ABI_compliance_checker"
SRC_URI="https://github.com/downloads/lvc/abi-compliance-checker/abi-compliance-checker-1.98.3.tar.gz"
SOURCE_URI="https://github.com/downloads/lvc/abi-compliance-checker/abi-compliance-checker-1.98.3.tar.gz"
CHECKSUM_SHA256="d397530027ec781d53d80287a77f18a872b35720fbb1e559e0bda7e715607013"
LICENSE="GNU GPL v2"
COPYRIGHT="2009-2010 The Linux Foundation

View File

@@ -7,7 +7,7 @@ This means that ACR is faster, smaller and easy to use.
HOMEPAGE="https://github.com/radare/acr"
COPYRIGHT="2005-2012 pancake"
LICENSE="GNU GPL v2"
SRC_URI="git+https://github.com/radare/acr.git#e6043960ab9fc664f9e30943bd36f1b5e0904aa9"
SOURCE_URI="git+https://github.com/radare/acr.git#e6043960ab9fc664f9e30943bd36f1b5e0904aa9"
#CHECKSUM_SHA256=""
REVISION="1"
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64 ?arm"

View File

@@ -5,7 +5,7 @@ save them into PNG files. These PNG icons can then be used to recreate the \
icon as a vector, or for use on a website."
HOMEPAGE="https://github.com/HaikuArchives/app2png"
SRC_URI="git+https://github.com/HaikuArchives/app2png#17c36271a80a822ac0dfec66527e61f21230a412"
SOURCE_URI="git+https://github.com/HaikuArchives/app2png#17c36271a80a822ac0dfec66527e61f21230a412"
REVISION="1"
LICENSE="MIT"
COPYRIGHT="2015 Puck Meerburg"

View File

@@ -22,7 +22,7 @@ HOMEPAGE="http://sourceware.org/gdb/"
LICENSE="GNU GPL v3"
COPYRIGHT="Free Software Foundation"
SRC_URI="http://ftp.gnu.org/gnu/gdb/gdb-7.7.tar.bz2"
SOURCE_URI="http://ftp.gnu.org/gnu/gdb/gdb-7.7.tar.bz2"
CHECKSUM_SHA256="0404d1c6ee6b3ddd811722b5197944758d37b4591c216030effbac204f5a6c23"
SOURCE_DIR="gdb-7.7"
REVISION="1"

View File

@@ -5,7 +5,7 @@ re-formats C / C++ / C# / Java source files. It can be used from a command \
line, or it can be incorporated as classes in another C++ program.
"
HOMEPAGE="http://astyle.sourceforge.net"
SRC_URI="http://sourceforge.net/projects/astyle/files/astyle/astyle%20${portVersion}/astyle_${portVersion}_linux.tar.gz"
SOURCE_URI="http://sourceforge.net/projects/astyle/files/astyle/astyle%20${portVersion}/astyle_${portVersion}_linux.tar.gz"
CHECKSUM_SHA256="da34eb1f8f12e6f50f1cf674944c0db70c91b203008e11be0f57aa8267823a39"
LICENSE="GNU LGPL v3"

View File

@@ -5,7 +5,7 @@ takes compiler-independent description of build tasks as input and generates \
native makefile (autoconf's Makefile.in, Visual C++ project, bcc makefile etc.).
"
HOMEPAGE="http://www.bakefile.org"
SRC_URI="http://sourceforge.net/projects/bakefile/files/bakefile/0.2.8/bakefile-0.2.8.tar.gz/download"
SOURCE_URI="http://sourceforge.net/projects/bakefile/files/bakefile/0.2.8/bakefile-0.2.8.tar.gz/download"
CHECKSUM_SHA256="e262b5edff1c9126cc32de7d3fcef5b24e997156f91f5a6eeccb45d29522fd1c"
REVISION="1"
LICENSE="MIT"

View File

@@ -4,7 +4,7 @@ inspiration for the script files from scons. While scons focuses on being \
100% correct when building, bam makes a few sacrifices to acquire fast. \
full and incremental build times."
HOMEPAGE="http://matricks.github.io/bam/"
SRC_URI="http://github.com/downloads/matricks/bam/bam-0.4.0.tar.gz"
SOURCE_URI="http://github.com/downloads/matricks/bam/bam-0.4.0.tar.gz"
CHECKSUM_SHA256="5e4e4920b4d265da582f66774e9b1ec8ddfbe75ddc028fba86c12f686ea18db3"
REVISION="1"

View File

@@ -1,6 +1,6 @@
DESCRIPTION="a simple, self-contained and portable build system"
HOMEPAGE="http://hypertriton.com/bsdbuild/"
SRC_URI="http://stable.hypertriton.com/bsdbuild/bsdbuild-2.9.tar.gz"
SOURCE_URI="http://stable.hypertriton.com/bsdbuild/bsdbuild-2.9.tar.gz"
REVISION="1"
STATUS_HAIKU="broken"
DEPEND="dev-lang/perl >= 5.10

View File

@@ -26,7 +26,7 @@ This package contains the slave implementation, i.e. the part that is \
executing builds and/or tests.
"
HOMEPAGE="http://www.buildbot.net"
SRC_URI="https://buildbot.googlecode.com/files/buildbot-slave-0.8.8.tar.gz"
SOURCE_URI="https://buildbot.googlecode.com/files/buildbot-slave-0.8.8.tar.gz"
CHECKSUM_SHA256="8b7532d4d34527aea41e353d1bc3c35291ec335d3224c27800d2cc0cfc9837cc"
PATCHES="buildbot_slave-0.8.8.patchset"
LICENSE="GNU GPL v2"

View File

@@ -10,7 +10,7 @@ COPYRIGHT="2002-2013,2014 by Thomas E. Dickey"
HOMEPAGE="http://invisible-island.net/byacc/byacc.html"
ARCHITECTURES="x86_gcc2"
SRC_URI="ftp://invisible-island.net/byacc/byacc.tar.gz"
SOURCE_URI="ftp://invisible-island.net/byacc/byacc.tar.gz"
CHECKSUM_SHA256="2f104c7e200dd86844d5f3521e12cb55fc48a9c3da3480a65fde2ca8c053bdcc"
PROVIDES="

View File

@@ -5,7 +5,7 @@ compilations and detecting when same compilation is being done again. \
Supported languages are C, C++, Objective-C and Objective-C++.
"
HOMEPAGE="http://ccache.samba.org/"
SRC_URI="http://samba.org/ftp/ccache/ccache-$portVersion.tar.bz2"
SOURCE_URI="http://samba.org/ftp/ccache/ccache-$portVersion.tar.bz2"
CHECKSUM_SHA256="440f5e15141cc72d2bfff467c977020979810eb800882e3437ad1a7153cce7b2"
REVISION="1"

View File

@@ -9,7 +9,7 @@ be used in the compiler environment of your choice.
HOMEPAGE="http://www.cmake.org"
LICENSE="CMake"
COPYRIGHT="2002-2013 Kitware, Inc., Insight Consortium, All rights reserved."
SRC_URI="http://www.cmake.org/files/v2.8/cmake-2.8.11.2.tar.gz"
SOURCE_URI="http://www.cmake.org/files/v2.8/cmake-2.8.11.2.tar.gz"
CHECKSUM_SHA256="b32acb483afdd14339941c6e4ec25f633d916a7a472653a0b00838771a6c0562"
REVISION="7"
ARCHITECTURES="x86_gcc2 x86 x86_64"

View File

@@ -7,7 +7,7 @@ and workspaces that can be used in the compiler environment of your choice."
HOMEPAGE="http://www.cmake.org"
COPYRIGHT="2002-2014 Kitware, Inc., Insight Consortium. All rights reserved."
LICENSE="CMake"
SRC_URI="http://www.cmake.org/files/v3.0/cmake-3.0.0.tar.gz"
SOURCE_URI="http://www.cmake.org/files/v3.0/cmake-3.0.0.tar.gz"
CHECKSUM_SHA256="99a34b7f74000404feffd82fba9d9e0cd623428c74b6a4851a0dee1c272606c0"
SOURCE_DIR="cmake-3.0.0"
REVISION="1"

View File

@@ -7,7 +7,7 @@ and workspaces that can be used in the compiler environment of your choice."
HOMEPAGE="http://www.cmake.org"
COPYRIGHT="2002-2014 Kitware, Inc., Insight Consortium. All rights reserved."
LICENSE="CMake"
SRC_URI="http://www.cmake.org/files/v3.2/cmake-$portVersion.tar.gz"
SOURCE_URI="http://www.cmake.org/files/v3.2/cmake-$portVersion.tar.gz"
CHECKSUM_SHA256="a1ebcaf6d288eb4c966714ea457e3b9677cdfde78820d0f088712d7320850297"
SOURCE_DIR="cmake-$portVersion"
REVISION="1"

View File

@@ -4,7 +4,7 @@ CppUnit is a C++ unit testing framework. It started its life as a port of \
JUnit to C++ by Michael Feathers.
"
HOMEPAGE="http://cppunit.sourceforge.net/"
SRC_URI="http://downloads.sourceforge.net/cppunit/cppunit-1.12.1.tar.gz"
SOURCE_URI="http://downloads.sourceforge.net/cppunit/cppunit-1.12.1.tar.gz"
CHECKSUM_SHA256="ac28a04c8e6c9217d910b0ae7122832d28d9917fa668bcc9e0b8b09acb4ea44a"
LICENSE="GNU LGPL v2.1"
COPYRIGHT="2000 Jerome Lacoste

View File

@@ -11,7 +11,7 @@ Allows searching code for:
* files including a file
"
HOMEPAGE="http://cscope.sourceforge.net/"
SRC_URI="http://sourceforge.net/projects/cscope/files/cscope/15.7a/cscope-15.7a.tar.bz2"
SOURCE_URI="http://sourceforge.net/projects/cscope/files/cscope/15.7a/cscope-15.7a.tar.bz2"
CHECKSUM_SHA256="02638bcba790bc8b0562f28dbe789e61794415079d94a676efc287d18dc96037"
REVISION="1"
ARCHITECTURES="x86 x86_gcc2"

View File

@@ -5,7 +5,7 @@ Exuberant Ctags creates tags files for code browsing in editors.
HOMEPAGE="http://ctags.sourceforge.net/"
COPYRIGHT="1996-2009, Darren Hiebert"
LICENSE="GNU GPL v2"
SRC_URI="http://prdownloads.sourceforge.net/ctags/ctags-5.8.tar.gz"
SOURCE_URI="http://prdownloads.sourceforge.net/ctags/ctags-5.8.tar.gz"
CHECKSUM_SHA256="0e44b45dcabe969e0bbbb11e30c246f81abe5d32012db37395eb57d66e9e99c7"
REVISION="4"
ARCHITECTURES="x86_gcc2 x86 x86_64"

View File

@@ -1,6 +1,6 @@
DESCRIPTION="Display a histogram of diff changes"
HOMEPAGE="http://invisible-island.net/diffstat/diffstat.html"
SRC_URI="ftp://invisible-island.net/diffstat/diffstat-1.51.tgz"
SOURCE_URI="ftp://invisible-island.net/diffstat/diffstat-1.51.tgz"
CHECKSUM_MD5="a7d3fd1ba2a9a6c9e2b32e867b5e8792"
REVISION="1"
STATUS_HAIKU="stable"

View File

@@ -5,7 +5,7 @@ Makefile inclusion from C or C++ source files. Meant to run on slower \
hardware, it is several orders of magnitude faster than gcc.
"
HOMEPAGE="http://www.irule.be/bvh/c++/fastdep/"
SRC_URI="http://ports-space.haiku-files.org/dev-util/source/fastdep-0.16.tar.gz"
SOURCE_URI="http://ports-space.haiku-files.org/dev-util/source/fastdep-0.16.tar.gz"
CHECKSUM_SHA256="ce87d5aba71a38ad175c831f4f380498e04c22d75478310299812485b3202abb"
REVISION="1"
LICENSE="GNU GPL v2"

View File

@@ -39,7 +39,7 @@ COPYRIGHT="
2001, 2002 by their respective contributors
"
LICENSE="GNU GPL v2"
SRC_URI="http://lcamtuf.coredump.cx/fenris/fenris.tgz"
SOURCE_URI="http://lcamtuf.coredump.cx/fenris/fenris.tgz"
CHECKSUM_SHA256="1f9eec0259166428445fa1f241b555e2d5afeeabb6f87f5402deef935ca91092"
REVISION="1"
ARCHITECTURES="!x86_gcc2 !x86 !x86_64"

View File

@@ -19,7 +19,7 @@ GDB can run on most popular UNIX and Microsoft Windows variants."
HOMEPAGE="https://sourceware.org/gdb/"
LICENSE="GNU GPL v2"
COPYRIGHT="2004 Free Software Foundation, Inc."
SRC_URI="https://ftp.gnu.org/gnu/gdb/gdb-6.3a.tar.bz2"
SOURCE_URI="https://ftp.gnu.org/gnu/gdb/gdb-6.3a.tar.bz2"
CHECKSUM_SHA256="f89b8f7bdddc7d9f111a1a1968b231165b8f1ff09843e4201076d0b77e0be244"
REVISION="1"

View File

@@ -16,7 +16,7 @@ HOMEPAGE="http://sourceware.org/gdb/"
LICENSE="GNU GPL v3"
COPYRIGHT="Free Software Foundation"
SRC_URI="http://ftp.gnu.org/gnu/gdb/gdb-7.7.tar.bz2"
SOURCE_URI="http://ftp.gnu.org/gnu/gdb/gdb-7.7.tar.bz2"
CHECKSUM_SHA256="0404d1c6ee6b3ddd811722b5197944758d37b4591c216030effbac204f5a6c23"
REVISION="1"

View File

@@ -9,7 +9,7 @@ point of independence of any editor. It runs on a UNIX(POSIX) compatible \
operating system like GNU and BSD.
"
HOMEPAGE="http://www.gnu.org/software/global/"
SRC_URI="http://ftp.gnu.org/pub/gnu/global/global-6.3.tar.gz"
SOURCE_URI="http://ftp.gnu.org/pub/gnu/global/global-6.3.tar.gz"
CHECKSUM_SHA256="c91c741ebf5a27fcb3a61c93f2ee4b97ba265ecb2f48644751d0d5e133c3f8db"
REVISION="1"
LICENSE="GNU GPL v3"

View File

@@ -13,7 +13,7 @@ Online Manual is available at www.gnu.org/software/gperf/manual/gperf.html
HOMEPAGE="http://www.gnu.org/software/gperf/"
COPYRIGHT="1989-1998, 2000-2004, 2006-2009 Free Software Foundation, Inc."
LICENSE="GNU GPL v3"
SRC_URI="http://ftp.gnu.org/pub/gnu/gperf/gperf-3.0.4.tar.gz"
SOURCE_URI="http://ftp.gnu.org/pub/gnu/gperf/gperf-3.0.4.tar.gz"
CHECKSUM_SHA256="767112a204407e62dbc3106647cf839ed544f3cf5d0f0523aaa2508623aad63e"
REVISION="1"
ARCHITECTURES="x86_gcc2 x86 x86_64"

View File

@@ -5,7 +5,7 @@ comments added to C code. It is typically used to document the public API of \
GTK+ and GNOME libraries, but it can also be used to document application code.
"
HOMEPAGE="http://www.gtk.org/gtk-doc/"
SRC_URI="http://ftp.gnome.org/pub/GNOME/sources/gtk-doc/$portVersion/gtk-doc-$portVersion.tar.xz"
SOURCE_URI="http://ftp.gnome.org/pub/GNOME/sources/gtk-doc/$portVersion/gtk-doc-$portVersion.tar.xz"
CHECKSUM_SHA256="3e6ecf134dbf92a74c24d79848fea3a48e59ab95408a38c6405905d95a293011"
REVISION="1"
ARCHITECTURES="x86_gcc2 x86 x86_64"

View File

@@ -4,7 +4,7 @@ DESCRIPTION="GYP is created by Google to generate native IDE project files \
licensed as open source software using the BSD software license.
"
HOMEPAGE="https://code.google.com/p/gyp/"
SRC_URI="svn+http://gyp.googlecode.com/svn/trunk#1948"
SOURCE_URI="svn+http://gyp.googlecode.com/svn/trunk#1948"
LICENSE="BSD (2-clause)"
COPYRIGHT="2012 Google Inc."
REVISION="2"

View File

@@ -11,7 +11,7 @@ with a large software project to maintain, or a large set of text files to \
organize, can benefit from the ID utilities.
"
HOMEPAGE="http://www.gnu.org/software/idutils/"
SRC_URI="http://ftp.gnu.org/gnu/idutils/idutils-4.6.tar.xz"
SOURCE_URI="http://ftp.gnu.org/gnu/idutils/idutils-4.6.tar.xz"
CHECKSUM_SHA256="8181f43a4fb62f6f0ccf3b84dbe9bec71ecabd6dfdcf49c6b5584521c888aac2"
REVISION="2"
LICENSE="GNU GPL v2"

View File

@@ -17,7 +17,7 @@ COPYRIGHT="1999-2000 Carlo Wood
1998-2000 The Santa Cruz Operation
"
SRC_URI="http://mirror.keystealth.org/gnu/indent/indent-2.2.10.tar.gz"
SOURCE_URI="http://mirror.keystealth.org/gnu/indent/indent-2.2.10.tar.gz"
CHECKSUM_SHA256="8a9b41be5bfcab5d8c1be74204b10ae78789fc3deabea0775fdced8677292639"
ARCHITECTURES="x86 x86_64 arm ppc"

View File

@@ -12,7 +12,7 @@ files (.c, .h) in po/PACKAGE.pot.
files. This merge step will happen at build resp. installation time.
"
HOMEPAGE="http://freedesktop.org/wiki/Software/intltool"
SRC_URI="ftp://ftp.gnome.org/pub/gnome/sources/intltool/0.40/intltool-0.40.6.tar.gz"
SOURCE_URI="ftp://ftp.gnome.org/pub/gnome/sources/intltool/0.40/intltool-0.40.6.tar.gz"
CHECKSUM_SHA256="36cd8fe249d0cc20918b6d4583267208bf74c8d541c67a5fe63316846344f9f7"
LICENSE="GNU GPL v2"
COPYRIGHT="1994-1996, 1999-2002, 2004, 2005 Free Software Foundation, Inc."

View File

@@ -19,7 +19,7 @@ information in their documents, such as whether a particular element should be \
translated.
"
HOMEPAGE="http://itstool.org/"
SRC_URI="http://files.itstool.org/itstool/itstool-$portVersion.tar.bz2"
SOURCE_URI="http://files.itstool.org/itstool/itstool-$portVersion.tar.bz2"
CHECKSUM_SHA256="bf909fb59b11a646681a8534d5700fec99be83bb2c57badf8c1844512227033a"
REVISION="1"
ARCHITECTURES="x86_gcc2 x86 x86_64"

View File

@@ -3,7 +3,7 @@ DESCRIPTION="
NetSurf build framework for compiling some of their libraries.
"
HOMEPAGE="http://git.netsurf-browser.org/buildsystem.git/"
SRC_URI="http://download.netsurf-browser.org/libs/releases/buildsystem-1.1.tar.gz"
SOURCE_URI="http://download.netsurf-browser.org/libs/releases/buildsystem-1.1.tar.gz"
CHECKSUM_SHA256="5c092afe653d1c6c0fadb39cc47659471e4741fdd2803127be42db4264e3ac44"
REVISION="1"
LICENSE="MIT"

View File

@@ -3,7 +3,7 @@ DESCRIPTION="
NetSurf build framework for compiling some of their libraries.
"
HOMEPAGE="http://git.netsurf-browser.org/buildsystem.git/"
SRC_URI="http://download.netsurf-browser.org/libs/releases/buildsystem-$portVersion.tar.gz"
SOURCE_URI="http://download.netsurf-browser.org/libs/releases/buildsystem-$portVersion.tar.gz"
CHECKSUM_SHA256="3903a4a1551c9c202e1d2047344c4f3598c8d9d6c35ebf8cc2e18874bd0c9d61"
REVISION="1"
LICENSE="MIT"

View File

@@ -3,7 +3,7 @@ DESCRIPTION="
NetSurf build framework for compiling some of their libraries.
"
HOMEPAGE="http://git.netsurf-browser.org/buildsystem.git/"
SRC_URI="http://download.netsurf-browser.org/libs/releases/buildsystem-$portVersion.tar.gz"
SOURCE_URI="http://download.netsurf-browser.org/libs/releases/buildsystem-$portVersion.tar.gz"
CHECKSUM_SHA256="10bbe95ba07476208da6047bd3c74685b6e61ba9904975b5d5c9a2c79a84ac79"
PATCHES="netsurf_buildsystem-1.3.patchset"
REVISION="1"

View File

@@ -10,7 +10,7 @@ it can build LLVM, KDE, Blender, etc.
HOMEPAGE="http://martine.github.io/ninja/"
LICENSE="Apache v2"
COPYRIGHT="2014 Google Inc."
SRC_URI="https://github.com/martine/ninja/archive/v1.5.1.tar.gz"
SOURCE_URI="https://github.com/martine/ninja/archive/v1.5.1.tar.gz"
CHECKSUM_SHA256="fba77b9ed4b4dd0e86c4513776938dc64bd4508dc2055b04c0c6df68bcfa397d"
PATCHES="ninja-1.5.1.patch"
REVISION="2"

View File

@@ -19,7 +19,7 @@ contains a given regular expression.
*Unwrapdiff fixes word-wrapped unified diffs.
"
HOMEPAGE="http://cyberelk.net/tim/patchutils/"
SRC_URI="http://cyberelk.net/tim/data/patchutils/stable/patchutils-0.3.3.tar.xz"
SOURCE_URI="http://cyberelk.net/tim/data/patchutils/stable/patchutils-0.3.3.tar.xz"
CHECKSUM_SHA256="91f4e8451b2efcac5d40c966e42c175803450f0de94c926bfecc12c90070ad3c"
REVISION="1"
LICENSE="GNU GPL v2"

View File

@@ -1,6 +1,6 @@
DESCRIPTION="FreeBSD's POSIX Test Suite"
HOMEPAGE="http://people.freebsd.org/~pjd/pjdfstest"
SRC_URI="http://people.freebsd.org/~pjd/pjdfstest/pjdfstest-20100807.tbz"
SOURCE_URI="http://people.freebsd.org/~pjd/pjdfstest/pjdfstest-20100807.tbz"
CHECKSUM_MD5="2ea67f0ea6f8f028345b604cfddaf1aa"
REVISION="1"
STATUS_HAIKU="broken"

View File

@@ -10,7 +10,7 @@ location of documentation tools, for instance.
HOMEPAGE="http://pkg-config.freedesktop.org/wiki/"
LICENSE="GNU GPL v2"
COPYRIGHT="1998, 2001-2006 Red Hat Inc."
SRC_URI="http://pkgconfig.freedesktop.org/releases/pkg-config-0.27.1.tar.gz"
SOURCE_URI="http://pkgconfig.freedesktop.org/releases/pkg-config-0.27.1.tar.gz"
CHECKSUM_SHA256="4f63d0df3035101b12949250da5231af49e3c3afcd8fb18554fa7c3cb92d8c17"
REVISION="2"
ARCHITECTURES="x86_gcc2 x86 x86_64"

View File

@@ -1,6 +1,6 @@
DESCRIPTION="pkgconfig"
HOMEPAGE="http://pkg-config.freedesktop.org/wiki/"
SRC_URI="http://pkgconfig.freedesktop.org/releases/pkg-config-0.28.tar.gz"
SOURCE_URI="http://pkgconfig.freedesktop.org/releases/pkg-config-0.28.tar.gz"
CHECKSUM_MD5="aa3c86e67551adc3ac865160e34a2a0d"
REVISION="1"
STATUS_HAIKU="stable"

View File

@@ -4,7 +4,7 @@ The Open POSIX Test Suite is a test suite for POSIX 2001 APIs, not tied to \
specific implementations.
"
HOMEPAGE="http://posixtest.sourceforge.net/"
SRC_URI="http://sourceforge.net/projects/posixtest/files/posixtest/posixtestsuite-1.5.2/posixtestsuite-1.5.2.tar.gz"
SOURCE_URI="http://sourceforge.net/projects/posixtest/files/posixtest/posixtestsuite-1.5.2/posixtestsuite-1.5.2.tar.gz"
CHECKSUM_SHA256="15a2185672127cba851d35ec9d538ff6148defdbb75f99c7e9c50aeba0f94757"
REVISION="1"

View File

@@ -5,7 +5,7 @@ let Premake write the build scripts for you. With one file your project can \
support both IDE-addicted Windows coders and Linux command-line junkies!
"
HOMEPAGE="http://industriousone.com/premake"
SRC_URI="http://sourceforge.net/projects/premake/files/Premake/4.4/premake-4.4-beta5-src.zip"
SOURCE_URI="http://sourceforge.net/projects/premake/files/Premake/4.4/premake-4.4-beta5-src.zip"
CHECKSUM_SHA256="0fa1ed02c5229d931e87995123cdb11d44fcc8bd99bba8e8bb1bbc0aaa798161"
REVISION="1"
LICENSE="BSD (2-clause)"

View File

@@ -1,6 +1,6 @@
DESCRIPTION="quilt patch manager"
HOMEPAGE="http://savannah.nongnu.org/projects/quilt"
SRC_URI="http://savannah.nongnu.org/download/quilt/quilt-0.48.tar.gz"
SOURCE_URI="http://savannah.nongnu.org/download/quilt/quilt-0.48.tar.gz"
CHECKSUM_MD5="f77adda60039ffa753f3c584a286f12b"
REVISION="1"
STATUS_HAIKU="stable"

View File

@@ -9,7 +9,7 @@ Code embedding is done using inline operators that do not disrupt the regular \
language syntax.
"
HOMEPAGE="http://www.complang.org/ragel"
SRC_URI="http://www.complang.org/ragel/ragel-6.8.tar.gz"
SOURCE_URI="http://www.complang.org/ragel/ragel-6.8.tar.gz"
CHECKSUM_SHA256="dd7f7d22f3a58147379bda61334d341c2caa0caf9f71897e3e4ec05c8f398764"
REVISION="1"

View File

@@ -1,6 +1,6 @@
DESCRIPTION="tool for generating C-based recognizers from regular expressions"
HOMEPAGE="http://re2c.org"
SRC_URI="http://sourceforge.net/projects/re2c/files/re2c/0.13.5/re2c-0.13.5.tar.gz/download"
SOURCE_URI="http://sourceforge.net/projects/re2c/files/re2c/0.13.5/re2c-0.13.5.tar.gz/download"
REVISION="1"
STATUS_HAIKU="broken"
DEPEND=""

View File

@@ -15,8 +15,8 @@ LICENSE="Apache v2"
REVISION="1"
COPYRIGHT="2011 Joe Williams"
SRC_URI="https://github.com/rebar/rebar/archive/$portVersion.tar.gz"
SRC_FILENAME="rebar-$portVersion.tar.gz"
SOURCE_URI="https://github.com/rebar/rebar/archive/$portVersion.tar.gz"
SOURCE_FILENAME="rebar-$portVersion.tar.gz"
PROVIDES="
rebar = $portVersion

View File

@@ -9,7 +9,7 @@ easier, more reliable and faster way to build software.
HOMEPAGE="http://www.scons.org/"
LICENSE="MIT"
COPYRIGHT="2001-2012 The SCons Foundation"
SRC_URI="http://sourceforge.net/projects/scons/files/scons/2.2.0/scons-2.2.0.tar.gz"
SOURCE_URI="http://sourceforge.net/projects/scons/files/scons/2.2.0/scons-2.2.0.tar.gz"
CHECKSUM_SHA256="f7fcd11a7af7ec13d587a2f7cf14a92e3223eea64bf078454a9856ec0ab465b9"
REVISION="4"
ARCHITECTURES="x86_gcc2 x86 x86_64"

View File

@@ -9,7 +9,7 @@ easier, more reliable and faster way to build software.
HOMEPAGE="http://www.scons.org/"
LICENSE="MIT"
COPYRIGHT="2001-2012 The SCons Foundation"
SRC_URI="http://sourceforge.net/projects/scons/files/scons/$portVersion/scons-$portVersion.tar.gz"
SOURCE_URI="http://sourceforge.net/projects/scons/files/scons/$portVersion/scons-$portVersion.tar.gz"
CHECKSUM_SHA256="091ab468f8e6084c30f3ae9fd48828e3884021401cfef4b713d13161ba120201"
REVISION="4"
ARCHITECTURES="x86_gcc2 x86 x86_64"

View File

@@ -5,7 +5,7 @@ compilers and other language- based tools. It manages the generation of code \
to handle abstract syntax trees and operations upon the trees. \
"
HOMEPAGE="http://www.gnu.org/software/dotgnu/treecc/treecc.html"
SRC_URI="http://download.savannah.gnu.org/releases/dotgnu-pnet/treecc-0.3.10.tar.gz"
SOURCE_URI="http://download.savannah.gnu.org/releases/dotgnu-pnet/treecc-0.3.10.tar.gz"
CHECKSUM_SHA256="5e9d20a6938e0c6fedfed0cabc7e9e984024e4881b748d076e8c75f1aeb6efe7"
REVISION="1"
LICENSE="GNU GPL v2"

View File

@@ -14,7 +14,7 @@ DESCRIPTION="\
HOMEPAGE="http://uncrustify.sourceforge.net/"
COPYRIGHT="2005-2014 Ben Gardner"
LICENSE="GNU GPL v2"
SRC_URI="https://github.com/bengardner/uncrustify/archive/uncrustify-$portVersion.tar.gz"
SOURCE_URI="https://github.com/bengardner/uncrustify/archive/uncrustify-$portVersion.tar.gz"
CHECKSUM_SHA256="42c9f84340c5d6a0087037c96b4fe4b46955691e7038700dec98a2e4782b57a3"
SOURCE_DIR="uncrustify-uncrustify-$portVersion"
REVISION="1"