mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
De-lint recipes.
This commit is contained in:
@@ -1,31 +1,29 @@
|
||||
SUMMARY="pwgen - password generator"
|
||||
DESCRIPTION="
|
||||
The pwgen program generates passwords which are designed to be easily \
|
||||
SUMMARY="A password generator"
|
||||
DESCRIPTION="The pwgen program generates passwords which are designed to be easily \
|
||||
memorized by humans, while being as secure as possible. Human- memorable \
|
||||
passwords are never going to be as secure as completely completely random \
|
||||
passwords. In particular, passwords generated by pwgen without the -s option \
|
||||
should not be used in places where the password could be attacked via an \
|
||||
off-line brute-force attack. On the other hand, completely randomly generated \
|
||||
passwords have a tendency to be written down, and are subject to being \
|
||||
compromised in that fashion.
|
||||
compromised in that fashion.\
|
||||
The pwgen program is designed to be used both interactively, and in shell \
|
||||
scripts. Hence, its default behavior differs depending on whether the standard \
|
||||
output is a tty device or a pipe to another program. Used interactively, pwgen \
|
||||
will display a screenful of passwords, allowing the user to pick a single \
|
||||
password, and then quickly erase the screen. This prevents someone from being \
|
||||
able to 'shoulder surf' the user's chosen password.
|
||||
"
|
||||
HOMEPAGE="http://sourceforge.net/projects/pwgen"
|
||||
SOURCE_URI="http://sourceforge.net/projects/pwgen/files/pwgen/2.06/pwgen-2.06.tar.gz"
|
||||
CHECKSUM_SHA256="61598c9e3a0f7eb2e7367d4ecc71522c4f16a7d41ed31db29e3afee8d9843454"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86 x86_gcc2 x86_64"
|
||||
able to 'shoulder surf' the user's chosen password."
|
||||
HOMEPAGE="http://sourceforge.net/projects/pwgen"
|
||||
COPYRIGHT="2001-2006 by Theodore Ts'o
|
||||
2001-2003 Christophe Devine
|
||||
2005 by Olivier Guerrier
|
||||
"
|
||||
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://sourceforge.net/projects/pwgen/files/pwgen/2.06/pwgen-2.06.tar.gz"
|
||||
CHECKSUM_SHA256="61598c9e3a0f7eb2e7367d4ecc71522c4f16a7d41ed31db29e3afee8d9843454"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
pwgen = $portVersion
|
||||
|
||||
@@ -1,10 +1,26 @@
|
||||
DESCRIPTION="PearPC PowerPC Architecture Emulator."
|
||||
SUMMARY="PowerPC Architecture Emulator"
|
||||
DESCRIPTION="PearPC is an architecture-independent PowerPC platform emulator \
|
||||
capable of running most PowerPC operating systems."
|
||||
HOMEPAGE="http://pearpc.sourceforge.net/"
|
||||
SOURCE_URI="cvs://:pserver:anonymous@pearpc.cvs.sourceforge.net:/cvsroot/pearpc/pearpc"
|
||||
COPYRIGHT="2003-2011 Sebastian Biallas"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="cvs://:pserver:anonymous@pearpc.cvs.sourceforge.net:/cvsroot/pearpc/pearpc"
|
||||
STATUS_HAIKU="untested"
|
||||
DEPEND=""
|
||||
#CHECKSUM_MD5=""
|
||||
|
||||
ARCHITECTURES="x86 x86_64"
|
||||
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
|
||||
# x86_gcc2 is fine as primary target architecture as long as we're building
|
||||
# for a different secondary architecture.
|
||||
ARCHITECTURES="$ARCHITECTURES x86_gcc2"
|
||||
fi
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
pearpc$secondaryArchSuffix = $portVersion
|
||||
cmd:pearpc$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
@@ -19,6 +35,3 @@ INSTALL()
|
||||
cd pearpc-0.5.0-cvs
|
||||
make install
|
||||
}
|
||||
|
||||
COPYRIGHT="2003-2011 Sebastian Biallas"
|
||||
LICENSE="GNU GPL v2"
|
||||
|
||||
@@ -1,21 +0,0 @@
|
||||
DESCRIPTION="Mini-XML is a small XML library that you can use to read and write XML and XML-like data files in your application without requiring large non-standard libraries. "
|
||||
HOMEPAGE="http://www.minixml.org/index.php"
|
||||
SOURCE_URI="http://ftp.easysw.com/pub/mxml/2.6/mxml-2.6.tar.gz"
|
||||
CHECKSUM_MD5="68977789ae64985dddbd1a1a1652642e"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD()
|
||||
{
|
||||
cd mxml-2.6
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` --enable-shared
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd mxml-2.6
|
||||
make install
|
||||
}
|
||||
LICENSE="GNU LGPL v2"
|
||||
COPYRIGHT="2009 Pierre Sarrazin."
|
||||
@@ -1,14 +1,15 @@
|
||||
SUMMARY="Minimum XML Library"
|
||||
DESCRIPTION=" Mini-XML is a small XML parsing library that you can \
|
||||
use to read XML and XML-like data files in your application without \
|
||||
DESCRIPTION="Mini-XML is a small XML parsing library that you can \
|
||||
use to read XML and XML-like data files in your application without \
|
||||
requiring large non-standard libraries."
|
||||
HOMEPAGE="http://www.minixml.org/index.php"
|
||||
COPYRIGHT="2003-2014 Michael R Sweet"
|
||||
LICENSE="GNU LGPL v2"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://www.msweet.org/files/project3/mxml-2.9.tar.gz"
|
||||
CHECKSUM_SHA256="cded54653c584b24c4a78a7fa1b3b4377d49ac4f451ddf170ebbc8161d85ff92"
|
||||
SOURCE_DIR="mxml-2.9"
|
||||
REVISION="2"
|
||||
LICENSE="GNU LGPL v2"
|
||||
COPYRIGHT="2003-2014 Michael R Sweet"
|
||||
PATCHES="mxml-2.9.patchset"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 !x86 !x86_64"
|
||||
SECONDARY_ARCHITECTURES="!x86_gcc2 !x86"
|
||||
@@ -46,9 +47,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:ld${secondaryArchSuffix}
|
||||
"
|
||||
|
||||
PATCHES="mxml-2.9.patchset
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
libtoolize -fci
|
||||
@@ -65,4 +63,4 @@ INSTALL()
|
||||
# libmxml
|
||||
# packageEntries devel \
|
||||
# $developDir
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,25 +1,22 @@
|
||||
SUMMARY="libFTDI is an open source library to talk to FTDI chips"
|
||||
DESCRIPTION="
|
||||
libFTDI is an open source library to talk to FTDI chips: FT232BM, FT245BM, \
|
||||
SUMMARY="An open source library to talk to FTDI chips"
|
||||
DESCRIPTION="libFTDI is an open source library to talk to FTDI chips: FT232BM, FT245BM, \
|
||||
FT2232C, FT2232D, FT245R and FT232H including the popular bitbang mode. The \
|
||||
library is linked with your program in userspace, no kernel driver required.
|
||||
library is linked with your program in userspace, no kernel driver required.\
|
||||
libFTDI works perfectly with Linux, Windows, MacOS X and BSD variants thanks to \
|
||||
libusb.
|
||||
"
|
||||
libusb."
|
||||
HOMEPAGE="http://www.intra2net.com/en/developer/libftdi/index.php"
|
||||
COPYRIGHT="2003-2013 Intra2net AG and the libftdi developers"
|
||||
LICENSE="GNU LGPL v2.1
|
||||
GNU GPL v2"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://www.intra2net.com/en/developer/libftdi/download/libftdi1-1.0.tar.bz2"
|
||||
CHECKSUM_SHA256="7290fd38208d8c00d25ed13ce172aaa0403b37148080e4a33a99837022d2b321"
|
||||
LICENSE="
|
||||
GNU LGPL v2.1
|
||||
GNU GPL v2
|
||||
"
|
||||
COPYRIGHT="2003-2013 Intra2net AG and the libftdi developers"
|
||||
REVISION="2"
|
||||
ARCHITECTURES="x86 x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
SOURCE_DIR="libftdi1-$portVersion"
|
||||
PATCHES="libftdi-1.0.patch"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
libftdi$secondaryArchSuffix = $portVersion
|
||||
lib:libftdi1$secondaryArchSuffix = $portVersion
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
SUMMARY="Libevent - an event notification library"
|
||||
DESCRIPTION="The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. Furthermore, libevent also support callbacks due to signals or regular timeouts.
|
||||
libevent is meant to replace the event loop found in event driven network servers. An application just needs to call event_dispatch() and then add or remove events dynamically without having to change the event loop."
|
||||
SUMMARY="An event notification library"
|
||||
DESCRIPTION="The libevent API provides a mechanism to execute a callback function when a \
|
||||
specific event occurs on a file descriptor or after a timeout has been \
|
||||
reached. Furthermore, libevent also support callbacks due to signals or \
|
||||
regular timeouts.\
|
||||
libevent is meant to replace the event loop found in event driven network \
|
||||
servers. An application just needs to call event_dispatch() and then add or \
|
||||
remove events dynamically without having to change the event loop."
|
||||
HOMEPAGE="http://www.libevent.org/"
|
||||
SOURCE_URI="http://monkey.org/~provos/libevent-1.4.14b-stable.tar.gz"
|
||||
CHECKSUM_SHA256="afa61b476a222ba43fc7cca2d24849ab0bbd940124400cb699915d3c60e46301"
|
||||
|
||||
@@ -1,20 +1,20 @@
|
||||
SUMMARY="An event notification library"
|
||||
DESCRIPTION="
|
||||
The libevent API provides a mechanism to execute a callback function when a \
|
||||
DESCRIPTION="The libevent API provides a mechanism to execute a callback function when a \
|
||||
specific event occurs on a file descriptor or after a timeout has been \
|
||||
reached. Furthermore, libevent also support callbacks due to signals or \
|
||||
regular timeouts.
|
||||
regular timeouts.\
|
||||
libevent is meant to replace the event loop found in event driven network \
|
||||
servers. An application just needs to call event_dispatch() and then add or \
|
||||
remove events dynamically without having to change the event loop.
|
||||
"
|
||||
remove events dynamically without having to change the event loop."
|
||||
HOMEPAGE="http://www.libevent.org/"
|
||||
COPYRIGHT="2000-2007 Niels Provos
|
||||
2005 Nick Mathewson, and other contributors."
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="7"
|
||||
SOURCE_URI="https://github.com/downloads/libevent/libevent/libevent-2.0.21-stable.tar.gz"
|
||||
CHECKSUM_SHA256="22a530a8a5ba1cb9c080cba033206b17dacd21437762155c6d30ee6469f574f5"
|
||||
LICENSE="BSD (3-clause)"
|
||||
COPYRIGHT="2000-2007 Niels Provos, 2005 Nick Mathewson, and other contributors."
|
||||
|
||||
REVISION="7"
|
||||
SOURCE_DIR="libevent-${portVersion}-stable"
|
||||
PATCHES="libevent-2.0.21.patch"
|
||||
|
||||
ARCHITECTURES="x86 x86_64"
|
||||
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
|
||||
@@ -65,9 +65,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
cmd:python
|
||||
"
|
||||
SOURCE_DIR="libevent-${portVersion}-stable"
|
||||
|
||||
PATCHES="libevent-2.0.21.patch"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
@@ -1,15 +1,32 @@
|
||||
DESCRIPTION="Pure python SSH implementation"
|
||||
SUMMARY="Pure python SSH implementation"
|
||||
DESCRIPTION="Paramiko is a module for python 2.2 (or higher) that implements \
|
||||
the SSH2 protocol for secure (encrypted and authenticated) connections to \
|
||||
remote machines."
|
||||
HOMEPAGE="http://www.lag.net/paramiko/"
|
||||
SOURCE_URI="http://pypi.python.org/packages/source/p/paramiko/paramiko-1.7.6.zip"
|
||||
COPYRIGHT="2003-2009 Robey Pointer"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://pypi.python.org/packages/source/p/paramiko/paramiko-1.7.6.zip"
|
||||
CHECKSUM_MD5="b1cfe0cd55772115f808a11c1baba8a0"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="pycrypto >= 1.9"
|
||||
CHECKSUM_MD5="b1cfe0cd55772115f808a11c1baba8a0"
|
||||
|
||||
ARCHITECTURES="arm ppc x86 x86_gcc2 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
paramiko = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
cmd:python
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd paramiko-1.7.6
|
||||
python setup.py build
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd paramiko-1.7.6
|
||||
@@ -20,5 +37,3 @@ INSTALL()
|
||||
fi
|
||||
|
||||
}
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
COPYRIGHT="2003-2009 Robey Pointer"
|
||||
|
||||
@@ -1,10 +1,50 @@
|
||||
DESCRIPTION="pkgconfig"
|
||||
HOMEPAGE="http://pkg-config.freedesktop.org/wiki/"
|
||||
SOURCE_URI="http://pkgconfig.freedesktop.org/releases/pkg-config-0.28.tar.gz"
|
||||
CHECKSUM_MD5="aa3c86e67551adc3ac865160e34a2a0d"
|
||||
SUMMARY="Helper tool for compiling applications and libraries"
|
||||
DESCRIPTION="pkg-config is a helper tool used when compiling applications and libraries. It \
|
||||
helps you insert the correct compiler options on the command line so an \
|
||||
application can use gcc -o test test.cpkg-config --libs --cflags glib-2.0 for \
|
||||
instance, rather than hard-coding values on where to find glib (or other \
|
||||
libraries). It is language-agnostic, so it can be used for defining the \
|
||||
location of documentation tools, for instance."
|
||||
HOMEPAGE="http://pkg-config.freedesktop.org/wiki/"
|
||||
COPYRIGHT="1998, 2001-2006 Red Hat Inc."
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://pkgconfig.freedesktop.org/releases/pkg-config-0.28.tar.gz"
|
||||
CHECKSUM_SHA256="6b6eb31c6ec4421174578652c7e141fdaae2dabad1021f420d8713206ac1f845"
|
||||
SOURCE_DIR="pkg-config-0.28"
|
||||
PATCHES="pkgconfig-0.28.patch"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
pkgconfig$secondaryArchSuffix = $portVersion compat >= 0.27
|
||||
cmd:pkg_config$secondaryArchSuffix = $portVersion compat >= 0.27
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libiconv$secondaryArchSuffix
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
devel:libiconv$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:aclocal
|
||||
cmd:autoconf
|
||||
cmd:automake
|
||||
cmd:autoreconf
|
||||
cmd:awk
|
||||
cmd:find
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:libtoolize
|
||||
cmd:make
|
||||
cmd:xargs
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
# because we patched configure.ac...
|
||||
@@ -28,5 +68,3 @@ INSTALL()
|
||||
cd pkg-config-0.28
|
||||
make install
|
||||
}
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="1998, 2001-2006 Red Hat Inc."
|
||||
|
||||
@@ -1,21 +1,25 @@
|
||||
SUMMARY="online multiplayer isometric tank game"
|
||||
SUMMARY="Online multiplayer isometric tank game"
|
||||
DESCRIPTION="netPanzer is an isometric view real-time tactical game designed \
|
||||
for play across the Internet and over LAN systems. One on one games are \
|
||||
possible via direct connect or modem. netPanzer is designed for FAST ACTION \
|
||||
combat -- it is not another resource management clone. In fact, there aren't \
|
||||
any resources at all. Each player will have many units of different types at \
|
||||
their disposal.
|
||||
|
||||
their disposal.\
|
||||
\
|
||||
Players can fight until their units are destroyed -- then respawn and keep on \
|
||||
going. The game is real-time, but it's based on quick tactical action and unit \
|
||||
management. Battles progress quickly and constantly; in fact, they never let \
|
||||
up. There is no stop in the action because there is no waiting for resources \
|
||||
to be collected and converted into weaponry. Players can join or leave \
|
||||
multiplayer games at any time."
|
||||
REVISION="1"
|
||||
HOMEPAGE="http://www.netpanzer.info/"
|
||||
COPYRIGHT="1999 Pyrosoft
|
||||
2007-2015 NetPanzer developers"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="1999 Pyrosoft, 2007-2015 NetPanzer developers"
|
||||
REVISION="1"
|
||||
SOURCE_URI="svn://svn.code.sf.net/p/netpanzerfp/code/trunk/netpanzer#1450"
|
||||
PATCHES="netpanzer-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES=""
|
||||
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
|
||||
# x86_gcc2 is fine as primary target architecture as long as we're building
|
||||
@@ -24,9 +28,6 @@ if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
|
||||
fi
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
SOURCE_URI="svn://svn.code.sf.net/p/netpanzerfp/code/trunk/netpanzer#1450"
|
||||
PATCHES="netpanzer-$portVersion.patchset"
|
||||
|
||||
PROVIDES="
|
||||
netpanzer = $portVersion
|
||||
cmd:netpanzer$secondaryArchSuffix
|
||||
|
||||
@@ -1,15 +1,14 @@
|
||||
SUMMARY="MkDepend for BeOS"
|
||||
DESCRIPTION="
|
||||
MkDepend scans C-source files recursively for includes and writes the found \
|
||||
dependency trees into an existing makefile.
|
||||
"
|
||||
SUMMARY="Makefile dependency generator"
|
||||
DESCRIPTION="MkDepend scans C-source files recursively for includes and writes the found \
|
||||
dependency trees into an existing makefile."
|
||||
HOMEPAGE="http://www.bearnip.com/lars/be/mkdepend.html"
|
||||
COPYRIGHT="1995-2001 Lars Düning"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="1995-2001 Lars Düning. All Rights Reserved"
|
||||
REVISION="3"
|
||||
#SOURCE_URI="http://ports.haiku-files.org/export/1051/haikuports/trunk/haiku-apps/mkdepend/source/mkdepend-1.7.zip"
|
||||
SOURCE_URI="source/mkdepend-1.7.zip"
|
||||
CHECKSUM_MD5="d4ec4fea9dd9b7292b52d780c8ee3387"
|
||||
REVISION="3"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
|
||||
@@ -1,13 +1,11 @@
|
||||
SUMMARY="Image browser"
|
||||
DESCRIPTION="
|
||||
Peek is a free image browser and viewer with the aim of of being small, fast, \
|
||||
efficient, very functional and intuitive.
|
||||
"
|
||||
SUMMARY="Free image browser and viewer"
|
||||
DESCRIPTION="Peek is a free image browser and viewer with the aim of of \
|
||||
being small, fast, efficient, very functional and intuitive."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/Peek"
|
||||
SOURCE_URI="git+https://github.com/HaikuArchives/Peek.git#ce06fe5"
|
||||
REVISION="1"
|
||||
COPYRIGHT="2001 Durand John Miller"
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="1"
|
||||
SOURCE_URI="git+https://github.com/HaikuArchives/Peek.git#ce06fe5"
|
||||
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
SUMMARY="Puri is a 2D and 3D chess game"
|
||||
DESCRIPTION="
|
||||
Puri is a 2D and 3D chess game. You can play against a computer, or play \
|
||||
online against other people.
|
||||
"
|
||||
SUMMARY="A 2D and 3D chess game"
|
||||
DESCRIPTION="Puri is a 2D and 3D chess game. You can play against a computer, or play \
|
||||
online against other people."
|
||||
HOMEPAGE="https://gitorious.org/puri-master-of-chess/puri/"
|
||||
COPYRIGHT="2010-2012 Haiku Inc."
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://gitorious.org/puri-master-of-chess/puri/archive/59b5db4b337fc432b64a7d099f7b7e0fc8ece3c7.tar.gz"
|
||||
CHECKSUM_SHA256="9635f5af5c154855dfe6a1496caa3373dcabc4fe875039cd0f05c438576e83cd"
|
||||
SOURCE_DIR="puri-master-of-chess-puri"
|
||||
SOURCE_FILENAME="puri-$portVersion.tar.gz"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2010-2012 Haiku Inc."
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="?x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
|
||||
@@ -43,8 +43,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:ranlib$secondaryArchSuffix
|
||||
"
|
||||
|
||||
SOURCE_DIR="puri-master-of-chess-puri"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
jam
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
SUMMARY="ParaType font collection for languages of Russia"
|
||||
SUMMARY="A font collection for languages of Russia"
|
||||
DESCRIPTION="ParaType is a font collection designed for use with minority \
|
||||
languages of Russia."
|
||||
HOMEPAGE="http://www.paratype.com/public"
|
||||
COPYRIGHT="2009 ParaType"
|
||||
LICENSE="SIL Open Font License v1.1"
|
||||
REVISION="2"
|
||||
SOURCE_URI_1="http://www.paratype.com/uni/public/PTSansOFL.zip"
|
||||
SOURCE_URI_2="http://www.paratype.com/uni/public/PTSerifOFL.zip"
|
||||
SOURCE_URI_3="http://www.paratype.com/uni/public/PTMonoOFL.zip"
|
||||
CHECKSUM_SHA256_1="57448741b709c5f022127134ffd49506e3925242bd06f73a039e070765d1d637"
|
||||
CHECKSUM_SHA256_2="e7a2a27ed0481d20973f0d3b589362d055269082e3fc4d96f81dacd58bad8dcc"
|
||||
CHECKSUM_SHA256_3="e34e729f9509cf85acc52caadf68e96db90457b7164ba45719967d53e7a20dcc"
|
||||
LICENSE="SIL Open Font License v1.1"
|
||||
COPYRIGHT="2009 ParaType"
|
||||
REVISION="2"
|
||||
SOURCE_DIR=""
|
||||
|
||||
ARCHITECTURES="any"
|
||||
|
||||
@@ -1,24 +1,23 @@
|
||||
SUMMARY="crossplatform widgetset"
|
||||
SUMMARY="A cross-platform widgetset"
|
||||
DESCRIPTION="ParaGUI is a cross-platform high-level application framework and \
|
||||
GUI (graphical user interface) library. It can be compiled on various \
|
||||
platforms (Linux, Win32, BeOS, MacOS, ...)"
|
||||
HOMEPAGE="http://www.nongnu.org/paragui/"
|
||||
REVISION="1"
|
||||
LICENSE="GNU LGPL v2"
|
||||
COPYRIGHT="2000-2004 Alexander Pipelka"
|
||||
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
LICENSE="GNU LGPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://download.savannah.gnu.org/releases/paragui/paragui-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="5a6663d3be6819bce8a8ca0bf8a0d33c7508e28d8e9f220649cef19e9d5260c3"
|
||||
PATCHES="paragui-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
paragui$secondaryArchSuffix = $portVersion
|
||||
lib:libparagui_1.1 = 8.0.0 compat = 8
|
||||
lib:libparagui
|
||||
"
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
@@ -29,17 +28,17 @@ REQUIRES="
|
||||
lib:libpng16
|
||||
lib:libz
|
||||
lib:libsigc_1.2
|
||||
"
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
cmd:paragui_config
|
||||
devel:libparagui_1.1 = 8.0.0 compat = 8
|
||||
devel:libparagui
|
||||
"
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
paragui$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
SUMMARY="MOST is a paging program similar to more and less"
|
||||
DESCRIPTION="
|
||||
MOST is a powerful paging program for Unix, VMS, MSDOS, and win32 systems. \
|
||||
SUMMARY="A paging program similar to more and less"
|
||||
DESCRIPTION="MOST is a powerful paging program for Unix, VMS, MSDOS, and win32 systems. \
|
||||
Unlike other well-known paging programs most supports multiple windows and can \
|
||||
scroll left and right. Why settle for less?
|
||||
"
|
||||
scroll left and right. Why settle for less?"
|
||||
HOMEPAGE="http://www.jedsoft.org/most/"
|
||||
COPYRIGHT="2004-2013 John E. Davis"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://www.jedsoft.org/snapshots/most-pre5.1-15.tar.gz"
|
||||
CHECKSUM_SHA256="b1b3078d855c810e8b697e4c35054e84d9c738ee960c1cc33429b246c28e1024"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2004-2013 John E. Davis"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86_gcc2 x86"
|
||||
SOURCE_DIR="most-pre5.1-15"
|
||||
PATCHES="most-pre5.1_15.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
most = $portVersion compat >= 5
|
||||
cmd:most = $portVersion compat >= 5
|
||||
@@ -39,8 +39,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:ncurses5_config
|
||||
"
|
||||
|
||||
SOURCE_DIR="most-pre5.1-15"
|
||||
|
||||
PATCH()
|
||||
{
|
||||
sed -i "s,-lm,," src/Makefile.in
|
||||
|
||||
@@ -1,13 +1,12 @@
|
||||
SUMMARY="parted"
|
||||
DESCRIPTION="
|
||||
parted partition editor.
|
||||
"
|
||||
SUMMARY="The GNU partition editor"
|
||||
DESCRIPTION="GNU Parted manipulates partition tables. This is useful for \
|
||||
creating space for new operating systems, reorganizing disk usage, copying \
|
||||
data on hard disks and disk imaging."
|
||||
HOMEPAGE="http://www.gnu.org/software/parted"
|
||||
SOURCE_URI="git://git.debian.org/git/parted/parted.git"
|
||||
#CHECKSUM_MD5=""
|
||||
REVISION="1"
|
||||
COPYRIGHT="1999-2007 Free Software Foundation Inc."
|
||||
LICENSE="GNU GPL v3"
|
||||
COPYRIGHT=""
|
||||
REVISION="1"
|
||||
SOURCE_URI="git://git.debian.org/git/parted/parted.git"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 !x86 !x86_64"
|
||||
SECONDARY_ARCHITECTURES="!x86_gcc2 !x86"
|
||||
|
||||
@@ -1,21 +1,21 @@
|
||||
SUMMARY="NetSurf is a multi-platform web browser"
|
||||
DESCRIPTION="
|
||||
Small as a mouse, fast as a cheetah and available for free. NetSurf is a \
|
||||
SUMMARY="A multi-platform web browser"
|
||||
DESCRIPTION="Small as a mouse, fast as a cheetah and available for free. NetSurf is a \
|
||||
multi-platform web browser for RISC OS, UNIX-like platforms (including Linux), \
|
||||
Mac OS X, and more.
|
||||
|
||||
Mac OS X, and more.\
|
||||
\
|
||||
Whether you want to check your webmail, read the news or post to discussion \
|
||||
forums, NetSurf is your lightweight gateway to the world wide web. Actively \
|
||||
developed, NetSurf is continually evolving and improving.
|
||||
"
|
||||
developed, NetSurf is continually evolving and improving."
|
||||
HOMEPAGE="http://www.netsurf-browser.org/"
|
||||
COPYRIGHT="2003-2014 The NetSurf Browser project"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
# Do NOT use the netsurf-all package. It contains a bunch of subprojects which
|
||||
# we build as separate packages so they can easily be used by other projects.
|
||||
SOURCE_URI="http://download.netsurf-browser.org/netsurf/releases/source/netsurf-$portVersion-src.tar.gz"
|
||||
CHECKSUM_SHA256="23f92a0940f577b9605f2e54786fea3521680d32d6c00f2a3db1eae3f29e3686"
|
||||
PATCHES="netsurf-$portVersion.patchset"
|
||||
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
REQUIRES="
|
||||
haiku
|
||||
@@ -67,8 +67,6 @@ PROVIDES="
|
||||
app:NetSurf = $portVersion
|
||||
"
|
||||
|
||||
#PATCHES="netsurf-$portVersion.patchset"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make TARGET=beos PREFIX=$prefix/ DESTDIR=$appsDir/ BUILD=release \
|
||||
@@ -81,6 +79,3 @@ INSTALL()
|
||||
NETSURF_BEOS_BIN=netsurf/ NETSURF_BEOS_RESOURCES=netsurf/res/ install
|
||||
addAppDeskbarSymlink $appsDir/netsurf/NetSurf NetSurf
|
||||
}
|
||||
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2003-2014 The NetSurf Browser project"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
DESCRIPTION="Robust, small and high performance http and reverse proxy server"
|
||||
SUMMARY="nginx [engine x] is an HTTP and reverse proxy server, a mail proxy \
|
||||
SUMMARY="Robust, small and high performance http and reverse proxy server"
|
||||
DESCRIPTION="nginx [engine x] is an HTTP and reverse proxy server, a mail proxy \
|
||||
server, and a generic TCP proxy server, originally written by Igor Sysoev. \
|
||||
For a long time, it has been running on many heavily loaded Russian sites \
|
||||
including Yandex, Mail.Ru, VK, and Rambler. According to Netcraft, nginx \
|
||||
@@ -8,15 +8,17 @@ HOMEPAGE="http://nginx.org/"
|
||||
COPYRIGHT="2002-2014 Igor Sysoev
|
||||
2011-2014 Nginx, Inc."
|
||||
# "it's complicated", cf. http://packages.gentoo.org/package/www-servers/nginx
|
||||
#TODO: sort this out
|
||||
LICENSE="BSD (2-clause)"
|
||||
REVISION="1"
|
||||
SOURCE_URI="hg+http://hg.nginx.org/nginx#f87afb46ccd2"
|
||||
#CHECKSUM_SHA256=""
|
||||
PATCHES="nginx-1.7.4_hg.diff"
|
||||
|
||||
ARCHITECTURES="?x86_gcc2 ?x86 ?x86_64"
|
||||
|
||||
GLOBAL_WRITABLE_FILES="
|
||||
settings/nginx directory
|
||||
"
|
||||
|
||||
#FIXME: on ./auto/configure:
|
||||
#grep: /etc/group: No such file or directory
|
||||
|
||||
@@ -47,10 +49,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:find
|
||||
"
|
||||
|
||||
GLOBAL_WRITABLE_FILES="
|
||||
settings/nginx directory
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
./auto/configure --prefix=$prefix \
|
||||
|
||||
Reference in New Issue
Block a user