mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Switch 5 recipes to a safe source and delete 9 old receipes. (#935)
Switch these 5 recipes to a safe SOURCE_URI: * microbe-20130728 * minimizeall-1.0.0 * optipngtranslator-0.0.1 * vwget-20141229 * minesweeper-20150109 Delete these 9 old recipes (and their patches): * libmicro-0.4.1 * postgresql-9.0.4 & 9.2.3 * redis-2.2.11 * wolfssl-1.6.5 & 1.8.0 & 2.0.2 & 2.5.0 * numpy-1.4.1
This commit is contained in:
committed by
fbrosson
parent
cdb2a41d52
commit
8128305c22
@@ -1,29 +0,0 @@
|
||||
DESCRIPTION="libmicro - portable microbenchmarks"
|
||||
HOMEPAGE="http://hub.opensolaris.org/bin/view/Project+libmicro"
|
||||
SOURCE_URI="http://hub.opensolaris.org/bin/download/Project+libmicro/Source+Archives/libmicro-0.4.1.tar.gz"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="broken"
|
||||
DEPEND=""
|
||||
CHECKSUM_MD5="2b6e1ff22164e4ae0c21c11e6c28f7ed"
|
||||
BUILD()
|
||||
{
|
||||
cd libMicro-0.4.1
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd libMicro-0.4.1
|
||||
cd bin-BePC
|
||||
ls
|
||||
}
|
||||
|
||||
TEST()
|
||||
{
|
||||
cd libMicro-0.4.1
|
||||
# make test
|
||||
# make check
|
||||
}
|
||||
|
||||
LICENSE="CDDL v1"
|
||||
#COPYRIGHT=""
|
||||
@@ -1,19 +0,0 @@
|
||||
diff -urN postgresql-9.0.4/configure.in postgresql-9.0.4-haiku/configure.in
|
||||
--- postgresql-9.0.4/configure.in 2011-04-15 03:15:53.000000000 +0000
|
||||
+++ postgresql-9.0.4-haiku/configure.in 2011-07-15 16:30:31.934543360 +0000
|
||||
@@ -861,7 +861,7 @@
|
||||
AC_CHECK_LIB(m, main)
|
||||
AC_SEARCH_LIBS(setproctitle, util)
|
||||
AC_SEARCH_LIBS(dlopen, dl)
|
||||
-AC_SEARCH_LIBS(socket, [socket wsock32])
|
||||
+AC_SEARCH_LIBS(socket, [socket wsock32 network])
|
||||
AC_SEARCH_LIBS(shl_load, dld)
|
||||
# We only use libld in port/dynloader/aix.c
|
||||
case $host_os in
|
||||
diff -urN postgresql-9.0.4/src/template/haiku postgresql-9.0.4-haiku/src/template/haiku
|
||||
--- postgresql-9.0.4/src/template/haiku 1970-01-01 00:00:00.000000000 +0000
|
||||
+++ postgresql-9.0.4-haiku/src/template/haiku 2011-07-15 16:26:54.707264512 +0000
|
||||
@@ -0,0 +1,3 @@
|
||||
+case $host_os in
|
||||
+ haiku*) ;;
|
||||
+esac
|
||||
@@ -1,19 +0,0 @@
|
||||
diff -urN postgresql-9.2.3/configure.in postgresql-9.2.3-haiku/configure.in
|
||||
--- postgresql-9.2.3/configure.in
|
||||
+++ postgresql-9.2.3-haiku/configure.in
|
||||
@@ -861,7 +861,7 @@
|
||||
AC_CHECK_LIB(m, main)
|
||||
AC_SEARCH_LIBS(setproctitle, util)
|
||||
AC_SEARCH_LIBS(dlopen, dl)
|
||||
-AC_SEARCH_LIBS(socket, [socket wsock32])
|
||||
+AC_SEARCH_LIBS(socket, [socket wsock32 network])
|
||||
AC_SEARCH_LIBS(shl_load, dld)
|
||||
# We only use libld in port/dynloader/aix.c
|
||||
case $host_os in
|
||||
diff -urN postgresql-9.2.3/src/template/haiku postgresql-9.2.3-haiku/src/template/haiku
|
||||
--- postgresql-9.2.3/src/template/haiku
|
||||
+++ postgresql-9.2.3-haiku/src/template/haiku
|
||||
@@ -0,0 +1,3 @@
|
||||
+case $host_os in
|
||||
+ haiku*) ;;
|
||||
+esac
|
||||
@@ -1,30 +0,0 @@
|
||||
DESCRIPTION="PostgreSQL is a powerful, open source object-relational database system."
|
||||
HOMEPAGE="http://www.postgresql.org/"
|
||||
SOURCE_URI="http://wwwmaster.postgresql.org/redir/198/f/source/v9.0.4/postgresql-9.0.4.tar.bz2"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="broken"
|
||||
DEPEND="dev-libs/libedit >= 20100424"
|
||||
CHECKSUM_MD5="80390514d568a7af5ab61db1cda27e29"
|
||||
BUILD()
|
||||
{
|
||||
cd postgresql-9.0.4
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` --with-template=haiku
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd postgresql-9.0.4
|
||||
make install
|
||||
}
|
||||
|
||||
TEST()
|
||||
{
|
||||
cd postgresql-9.0.4
|
||||
# make test
|
||||
# make check
|
||||
}
|
||||
|
||||
LICENSE="PostgreSQL"
|
||||
COPYRIGHT="1996-2010, PostgreSQL Global Development Group
|
||||
1994, The Regents of the University of California"
|
||||
@@ -1,30 +0,0 @@
|
||||
DESCRIPTION="A powerful, open source object-relational database system."
|
||||
HOMEPAGE="http://www.postgresql.org/"
|
||||
SOURCE_URI="http://ftp.postgresql.org/pub/source/v9.2.3/postgresql-9.2.3.tar.bz2"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="broken"
|
||||
DEPEND="dev-libs/libedit >= 20100424"
|
||||
CHECKSUM_MD5="59f42a93695b0186ed5eb03c2653a7d4"
|
||||
BUILD()
|
||||
{
|
||||
cd postgresql-9.2.3
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` --with-template=haiku
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd postgresql-9.2.3
|
||||
make install
|
||||
}
|
||||
|
||||
TEST()
|
||||
{
|
||||
cd postgresql-9.2.3
|
||||
# make test
|
||||
# make check
|
||||
}
|
||||
|
||||
LICENSE="PostgreSQL"
|
||||
COPYRIGHT="1996-2012, PostgreSQL Global Development Group
|
||||
1994, The Regents of the University of California"
|
||||
@@ -1,82 +0,0 @@
|
||||
diff --git redis-2.2.11/deps/hiredis/Makefile redis-2.2.11/deps/hiredis/Makefile
|
||||
index b186e75..345a15d 100644
|
||||
diff --git redis-2.2.11/deps/hiredis/Makefile redis-2.2.11/deps/hiredis/Makefile
|
||||
index 2a84b9b..9d50572 100644
|
||||
--- redis-2.2.11/deps/hiredis/Makefile
|
||||
+++ redis-2.2.11/deps/hiredis/Makefile
|
||||
@@ -26,6 +26,15 @@ ifeq ($(uname_S),Darwin)
|
||||
STLIBNAME?=libhiredis.a
|
||||
STLIB_MAKE_CMD?=libtool -static -o ${STLIBNAME} - ${OBJ}
|
||||
else
|
||||
+ifeq ($(uname_S),Haiku)
|
||||
+ CFLAGS?=-std=c99 -pedantic $(OPTIMIZATION) -fPIC -Wall -W -Wstrict-prototypes -Wwrite-strings $(ARCH) $(PROF)
|
||||
+ CCLINK?=-lroot -lnetwork
|
||||
+ LDFLAGS?=-L. -Wl,-rpath,.
|
||||
+ DYLIBNAME?=libhiredis.so
|
||||
+ DYLIB_MAKE_CMD?=gcc -shared -Wl,-soname,${DYLIBNAME} -o ${DYLIBNAME} ${OBJ}
|
||||
+ STLIBNAME?=libhiredis.a
|
||||
+ STLIB_MAKE_CMD?=ar rcs ${STLIBNAME} ${OBJ}
|
||||
+else
|
||||
CFLAGS?=-std=c99 -pedantic $(OPTIMIZATION) -fPIC -Wall -W -Wstrict-prototypes -Wwrite-strings $(ARCH) $(PROF)
|
||||
CCLINK?=-lm -pthread
|
||||
LDFLAGS?=-L. -Wl,-rpath,.
|
||||
diff --git redis-2.2.11/src/Makefile redis-2.2.11/src/Makefile
|
||||
index 292255c..51d2910 100644
|
||||
--- redis-2.2.11/src/Makefile
|
||||
+++ redis-2.2.11/src/Makefile
|
||||
@@ -15,7 +15,12 @@ endif
|
||||
ifeq ($(uname_S),SunOS)
|
||||
CFLAGS?=-std=c99 -pedantic $(OPTIMIZATION) -Wall -W -D__EXTENSIONS__ -D_XPG6
|
||||
CCLINK?=-ldl -lnsl -lsocket -lm -lpthread
|
||||
- DEBUG?=-g -ggdb
|
||||
+ DEBUG?=-g -ggdb
|
||||
+else
|
||||
+ifeq ($(uname_S),Haiku)
|
||||
+ CFLAGS?=-std=c99 -pedantic $(OPTIMIZATION) -Wall -W $(ARCH) $(PROF)
|
||||
+ CCLINK?=-lroot -lnetwork
|
||||
+ DEBUG?=-g -ggdb
|
||||
else
|
||||
CFLAGS?=-std=c99 -pedantic $(OPTIMIZATION) -Wall -W $(ARCH) $(PROF)
|
||||
CCLINK?=-lm -pthread
|
||||
--
|
||||
|
||||
diff --git redis-2.2.11/src/aof.c redis-2.2.11/src/aof.c
|
||||
index e30c77f..2403e83 100644
|
||||
--- redis-2.2.11/src/aof.c
|
||||
+++ redis-2.2.11/src/aof.c
|
||||
@@ -23,7 +23,7 @@ void stopAppendOnly(void) {
|
||||
int statloc;
|
||||
|
||||
if (kill(server.bgsavechildpid,SIGKILL) != -1)
|
||||
- wait3(&statloc,0,NULL);
|
||||
+ waitpid(&statloc,0,NULL);
|
||||
/* reset the buffer accumulating changes while the child saves */
|
||||
sdsfree(server.bgrewritebuf);
|
||||
server.bgrewritebuf = sdsempty();
|
||||
diff --git redis-2.2.11/src/redis.c redis-2.2.11/src/redis.c
|
||||
index 45be893..b7d1b0b 100644
|
||||
--- redis-2.2.11/src/redis.c
|
||||
+++ redis-2.2.11/src/redis.c
|
||||
@@ -589,7 +589,7 @@ int serverCron(struct aeEventLoop *eventLoop, long long id, void *clientData) {
|
||||
int statloc;
|
||||
pid_t pid;
|
||||
|
||||
- if ((pid = wait3(&statloc,WNOHANG,NULL)) != 0) {
|
||||
+ if ((pid = waitpid(&statloc,WNOHANG,NULL)) != 0) {
|
||||
if (pid == server.bgsavechildpid) {
|
||||
backgroundSaveDoneHandler(statloc);
|
||||
} else {
|
||||
diff --git redis-2.2.11/src/sha1.c redis-2.2.11/src/sha1.c
|
||||
index 2c50433..312c777 100644
|
||||
--- redis-2.2.11/src/sha1.c
|
||||
+++ redis-2.2.11/src/sha1.c
|
||||
@@ -27,6 +27,9 @@ A million repetitions of "a"
|
||||
#if defined(__sun)
|
||||
#include "solarisfixes.h"
|
||||
#endif
|
||||
+#ifdef __HAIKU__
|
||||
+#include <stdint.h>
|
||||
+#endif
|
||||
#include "sha1.h"
|
||||
|
||||
#ifndef BYTE_ORDER
|
||||
@@ -1,26 +0,0 @@
|
||||
HOMEPAGE="http://redis.io/"
|
||||
DESCRIPTION="
|
||||
Redis is an open source, advanced key-value store. It is often referred to as \
|
||||
a data structure server since keys can contain strings, hashes, lists, sets \
|
||||
and sorted sets.
|
||||
"
|
||||
SOURCE_URI="http://redis.googlecode.com/files/redis-2.2.11.tar.gz"
|
||||
REVISION="1"
|
||||
DEPEND=""
|
||||
CHECKSUM_MD5="5501c90ca02ae7ea93c34f067b3e0619"
|
||||
STATUS_HAIKU="broken"
|
||||
MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building."
|
||||
BUILD()
|
||||
{
|
||||
cd redis-2.2.11
|
||||
make PREFIX=`finddir B_COMMON_DIRECTORY`
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd redis-2.2.11
|
||||
make install PREFIX=`finddir B_COMMON_DIRECTORY`
|
||||
}
|
||||
|
||||
LICENSE="BSD (3-clause)"
|
||||
COPYRIGHT="2006-2010 Salvatore Sanfilippo"
|
||||
@@ -1,50 +0,0 @@
|
||||
SUMMARY="Lightweight yet fully functional embedded SSL implementation"
|
||||
DESCRIPTION="lightweight yet fully functional embedded SSL implementation"
|
||||
HOMEPAGE="http://yassl.com"
|
||||
COPYRIGHT="2006-2010 Sawtooth Consulting Ltd."
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://yassl.com/cyassl-1.6.5.tar.gz"
|
||||
CHECKSUM_MD5="98c2c6350acf1d089756a1de9ccb9903"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
SOURCE_DIR="cyassl-$portVersion"
|
||||
|
||||
ARCHITECTURES=""
|
||||
|
||||
PROVIDES=""
|
||||
REQUIRES=""
|
||||
|
||||
PROVIDES_devel=""
|
||||
REQUIRES_devel=""
|
||||
|
||||
BUILD_REQUIRES=""
|
||||
BUILD_PREREQUIRES=""
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd wolfssl-1.6.5
|
||||
libtoolize --force --copy --install
|
||||
rm acinclude.m4
|
||||
rm aclocal.m4
|
||||
aclocal
|
||||
autoconf
|
||||
chmod 755 configure
|
||||
automake
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` --enable-shared
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd wolfssl-1.6.5
|
||||
make install
|
||||
}
|
||||
|
||||
TEST()
|
||||
{
|
||||
cd wolfssl-1.6.5
|
||||
make check
|
||||
cd testsuite
|
||||
testsuite
|
||||
}
|
||||
@@ -1,54 +0,0 @@
|
||||
SUMMARY="Lightweight yet fully functional embedded SSL implementation"
|
||||
DESCRIPTION="lightweight yet fully functional embedded SSL implementation"
|
||||
HOMEPAGE="http://yassl.com"
|
||||
COPYRIGHT="2006-2011 Sawtooth Consulting Ltd."
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://yassl.com/cyassl-1.8.0.zip"
|
||||
CHECKSUM_MD5="d2ce70ffe04b6603eeb630258e236a58"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="app-text/dos2unix >= 1.0"
|
||||
SOURCE_DIR="cyassl-$portVersion"
|
||||
|
||||
ARCHITECTURES=""
|
||||
|
||||
PROVIDES=""
|
||||
REQUIRES=""
|
||||
|
||||
PROVIDES_devel=""
|
||||
REQUIRES_devel=""
|
||||
|
||||
BUILD_REQUIRES=""
|
||||
BUILD_PREREQUIRES=""
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd wolfssl-1.8.0
|
||||
dos2unix *
|
||||
dos2unix include/*
|
||||
dos2unix ctaocrypt/include/*
|
||||
dos2unix ctaocrypt/src/*
|
||||
libtoolize --force --copy --install
|
||||
rm acinclude.m4
|
||||
rm aclocal.m4
|
||||
aclocal
|
||||
autoconf
|
||||
chmod 755 configure
|
||||
automake
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` --enable-shared
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd wolfssl-1.8.0
|
||||
make install
|
||||
}
|
||||
|
||||
TEST()
|
||||
{
|
||||
cd wolfssl-1.8.0
|
||||
make check
|
||||
cd testsuite
|
||||
testsuite
|
||||
}
|
||||
@@ -1,52 +0,0 @@
|
||||
SUMMARY="Lightweight yet fully functional embedded SSL implementation"
|
||||
DESCRIPTION="lightweight yet fully functional embedded SSL implementation"
|
||||
HOMEPAGE="http://yassl.com"
|
||||
COPYRIGHT="2006-2011 Sawtooth Consulting Ltd."
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://yassl.com/cyassl-2.0.2.zip"
|
||||
CHECKSUM_MD5="2f51752207132c161155508eeb517e38"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="app-text/dos2unix >= 1.0"
|
||||
SOURCE_DIR="cyassl-$portVersion"
|
||||
|
||||
ARCHITECTURES=""
|
||||
|
||||
PROVIDES=""
|
||||
REQUIRES=""
|
||||
|
||||
PROVIDES_devel=""
|
||||
REQUIRES_devel=""
|
||||
|
||||
BUILD_REQUIRES=""
|
||||
BUILD_PREREQUIRES=""
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd wolfssl-2.0.2
|
||||
dos2unix *
|
||||
dos2unix include/*
|
||||
dos2unix ctaocrypt/include/*
|
||||
dos2unix ctaocrypt/src/*
|
||||
libtoolize --force --copy --install
|
||||
aclocal -I m4
|
||||
autoconf
|
||||
chmod 755 configure
|
||||
automake
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` --enable-shared
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd wolfssl-2.0.2
|
||||
make install
|
||||
}
|
||||
|
||||
TEST()
|
||||
{
|
||||
cd wolfssl-2.0.2
|
||||
make check
|
||||
cd testsuite
|
||||
testsuite
|
||||
}
|
||||
@@ -1,52 +0,0 @@
|
||||
SUMMARY="Lightweight yet fully functional embedded SSL implementation"
|
||||
DESCRIPTION="lightweight yet fully functional embedded SSL implementation"
|
||||
HOMEPAGE="http://yassl.com"
|
||||
COPYRIGHT="2006-2013 Sawtooth Consulting Ltd."
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://yassl.com/cyassl-2.5.0.zip"
|
||||
CHECKSUM_MD5="8965fb76f89af827ace53e423453b7cd"
|
||||
STATUS_HAIKU="broken"
|
||||
DEPEND="app-text/dos2unix >= 1.0"
|
||||
SOURCE_DIR="cyassl-$portVersion"
|
||||
|
||||
ARCHITECTURES=""
|
||||
|
||||
PROVIDES=""
|
||||
REQUIRES=""
|
||||
|
||||
PROVIDES_devel=""
|
||||
REQUIRES_devel=""
|
||||
|
||||
BUILD_REQUIRES=""
|
||||
BUILD_PREREQUIRES=""
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd wolfssl-2.5.0
|
||||
dos2unix *
|
||||
dos2unix include/*
|
||||
dos2unix ctaocrypt/include/*
|
||||
dos2unix ctaocrypt/src/*
|
||||
libtoolize --force --copy --install
|
||||
aclocal -I m4
|
||||
autoconf
|
||||
chmod 755 configure
|
||||
automake
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` --enable-shared
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd wolfssl-2.5.0
|
||||
make install
|
||||
}
|
||||
|
||||
TEST()
|
||||
{
|
||||
cd wolfssl-2.5.0
|
||||
make check
|
||||
cd testsuite
|
||||
testsuite
|
||||
}
|
||||
@@ -1,24 +0,0 @@
|
||||
DESCRIPTION="
|
||||
NumPy is the fundamental package needed for scientific computing with Python.
|
||||
"
|
||||
HOMEPAGE="http://numpy.scipy.org/"
|
||||
SOURCE_URI="http://sourceforge.net/projects/numpy/files/NumPy/1.4.1/numpy-1.4.1.tar.gz/download?"
|
||||
CHECKSUM_MD5="5c7b5349dc3161763f7f366ceb96516b"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="broken"
|
||||
DEPEND="dev-lang/python >= 2.6.5"
|
||||
BUILD()
|
||||
{
|
||||
cd numpy-1.4.1
|
||||
python setup.py config
|
||||
python setup.py build
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd numpy-1.4.1
|
||||
python setup.py install
|
||||
}
|
||||
|
||||
LICENSE="BSD (3-clause)"
|
||||
COPYRIGHT="2005 NumPy Developers"
|
||||
@@ -5,7 +5,10 @@ HOMEPAGE="https://github.com/aldeck/microbe"
|
||||
COPYRIGHT="2011 Alexandre Deckner"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="git://github.com/aldeck/microbe#41f6ce8a5d96c96af9fb17eda1b466a5e9e0bfb1"
|
||||
srcGitRev="41f6ce8a5d96c96af9fb17eda1b466a5e9e0bfb1"
|
||||
SOURCE_URI="$HOMEPAGE/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="d709553da3d018ab4696029fd42c4cfe1a7c5880338fa5a00dd6575a3793087c"
|
||||
SOURCE_DIR="microbe-$srcGitRev"
|
||||
PATCHES="microbe-20130728.patch"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
@@ -4,12 +4,15 @@ MinimizeAll is a small app that minimizes all your apps with the press of a \
|
||||
button on the Deskbar, or with a keypress. The app contains two parts: A \
|
||||
standalone app that minimizes the whole app, and a replicant for your Deskbar. \
|
||||
Both do the same: Minimize all your apps!"
|
||||
HOMEPAGE="https://github.com/HaikuArchives/MinimizeAll/"
|
||||
HOMEPAGE="https://github.com/HaikuArchives/MinimizeAll"
|
||||
COPYRIGHT="2001-2008 Werner Freytag
|
||||
2009 Haiku"
|
||||
LICENSE="MIT"
|
||||
REVISION="3"
|
||||
SOURCE_URI="git://github.com/HaikuArchives/MinimizeAll.git#5afe6d4fab8f7e2a33727ef9152578b7d0c836ec"
|
||||
REVISION="4"
|
||||
srcGitrev="5afe6d4fab8f7e2a33727ef9152578b7d0c836ec"
|
||||
SOURCE_URI="$HOMEPAGE/archive/$srcGitrev.tar.gz"
|
||||
CHECKSUM_SHA256="b3e8d78e7e7ec723c51b63fac1151ff84a88e4091f29b1204418caf64ce83b16"
|
||||
SOURCE_DIR="minimizeall-$srcGitrev"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
|
||||
@@ -3,11 +3,15 @@ DESCRIPTION="
|
||||
The OptiPNGTranslator for Haiku allows you to save images as PNG files which \
|
||||
have been optimized by OptiPNG.
|
||||
"
|
||||
HOMEPAGE="https://github.com/noryb009/OptiPNGTranslator/"
|
||||
HOMEPAGE="https://github.com/noryb009/OptiPNGTranslator"
|
||||
SOURCE_URI="git://github.com/noryb009/OptiPNGTranslator.git#8e3996a92d840f3c097cf954e001d4f371265161"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2013 Luke (noryb009)"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
srcGitRev="8e3996a92d840f3c097cf954e001d4f371265161"
|
||||
SOURCE_URI="$HOMEPAGE/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="4bbcb970f42bc13bba1105cce03739601339c3c52f8aec6c16130a9a1834746d"
|
||||
SOURCE_DIR="optipngtranslator-$srcGitRev"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
if [ $buildArchitecture = x86_gcc2 ] && \
|
||||
|
||||
@@ -5,8 +5,11 @@ it as a normal app and select the URL and destination in the GUI."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/VWGet"
|
||||
COPYRIGHT="1999 Santiago Lema"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="git+https://github.com/HaikuArchives/VWGet.git#29ff74d068526c01edf7e1c0ef887a8f4fac252f"
|
||||
REVISION="2"
|
||||
srcGitRev="29ff74d068526c01edf7e1c0ef887a8f4fac252f"
|
||||
SOURCE_URI="$HOMEPAGE/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="bcbccd678e46d061e40f5fbc40ff7d2c99ed1e74f3439f3725aae8b5650a2ab5"
|
||||
SOURCE_DIR="vwget-20141229-$srcGitRev"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
|
||||
@@ -2,8 +2,11 @@ SUMMARY="A Windows Minesweeper clone"
|
||||
DESCRIPTION="Minesweeper is a clone of the original Windows minesweeper game. \
|
||||
It supports different board sizes and best time saving."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/Minesweeper"
|
||||
SOURCE_URI="git+https://github.com/HaikuArchives/Minesweeper#702046e61588c953e759f7792930c5acc258359a"
|
||||
REVISION="3"
|
||||
REVISION="4"
|
||||
srcGitRev="702046e61588c953e759f7792930c5acc258359a"
|
||||
SOURCE_URI="$HOMEPAGE/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="f532980a4f507375a982c2efcc09118e5a8cfedb9fd0775563ed236c2a70304f"
|
||||
SOURCE_DIR="minesweeper-$srcGitRev"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="
|
||||
2013 Tri-Edge AI
|
||||
|
||||
Reference in New Issue
Block a user