Trim extra newlines at end of file & trailing whitespace.

This commit is contained in:
Augustin Cavalier
2015-08-04 12:08:31 -04:00
parent 55dd9cf19d
commit 4634abef1b
724 changed files with 1430 additions and 1527 deletions

View File

@@ -2,7 +2,7 @@ SUMMARY="Speech synthesizer for English and other languages"
DESCRIPTION=" DESCRIPTION="
eSpeak is a compact open source software speech synthesizer \ eSpeak is a compact open source software speech synthesizer \
for English and other languages, for Linux and Windows. for English and other languages, for Linux and Windows.
eSpeak uses a \"formant synthesis\" method. \ eSpeak uses a \"formant synthesis\" method. \
This allows many languages to be provided in a small size. \ This allows many languages to be provided in a small size. \
The speech is clear, and can be used at high speeds, \ The speech is clear, and can be used at high speeds, \

View File

@@ -1,7 +1,7 @@
SUMMARY="Create and extract files from DOS .ARC files" SUMMARY="Create and extract files from DOS .ARC files"
DESCRIPTION="This archiver let's you create and extract files in the old DOS \ DESCRIPTION="This archiver let's you create and extract files in the old DOS \
.ARC format." .ARC format."
HOMEPAGE="http://arc.sourceforge.net/" HOMEPAGE="http://arc.sourceforge.net/"
LICENSE="GNU GPL v2" LICENSE="GNU GPL v2"
COPYRIGHT="1985-2009 Thom Henderson" COPYRIGHT="1985-2009 Thom Henderson"
SOURCE_URI="http://sourceforge.net/projects/arc/files/arc/arc-5.21p/arc-5.21p.tar.gz" SOURCE_URI="http://sourceforge.net/projects/arc/files/arc/arc-5.21p/arc-5.21p.tar.gz"

View File

@@ -5,7 +5,7 @@ called .CAB files. cabextract is distributed under the GPL license. It is \
based on the portable LGPL libmspack library. cabextract supports all special \ based on the portable LGPL libmspack library. cabextract supports all special \
features and all compression formats of Microsoft cabinet files. features and all compression formats of Microsoft cabinet files.
" "
HOMEPAGE="http://www.cabextract.org.uk" HOMEPAGE="http://www.cabextract.org.uk"
LICENSE="GNU GPL v2" LICENSE="GNU GPL v2"
COPYRIGHT="2000-2011 Stuart Caie" COPYRIGHT="2000-2011 Stuart Caie"
SOURCE_URI="http://www.cabextract.org.uk/cabextract-1.4.tar.gz" SOURCE_URI="http://www.cabextract.org.uk/cabextract-1.4.tar.gz"

View File

@@ -9,7 +9,7 @@ COPYRIGHT="
1993-1995, Nobutaka Watazaki 1993-1995, Nobutaka Watazaki
2000, Tsugio Okamoto et al. 2000, Tsugio Okamoto et al.
" "
HOMEPAGE="http://sourceforge.jp/projects/lha/" HOMEPAGE="http://sourceforge.jp/projects/lha/"
SOURCE_URI="http://jaist.dl.sourceforge.jp/lha/22231/lha-1.14i-ac20050924p1.tar.gz" SOURCE_URI="http://jaist.dl.sourceforge.jp/lha/22231/lha-1.14i-ac20050924p1.tar.gz"
CHECKSUM_SHA256="b5261e9f98538816aa9e64791f23cb83f1632ecda61f02e54b6749e9ca5e9ee4" CHECKSUM_SHA256="b5261e9f98538816aa9e64791f23cb83f1632ecda61f02e54b6749e9ca5e9ee4"
REVISION="2" REVISION="2"

View File

@@ -55,7 +55,7 @@ INSTALL()
BINDIR=$binDir MANDIR=$manDir/man1 BINDIR=$binDir MANDIR=$manDir/man1
prepareInstalledDevelLibs liblz4 prepareInstalledDevelLibs liblz4
fixPkgconfig fixPkgconfig
packageEntries devel \ packageEntries devel \
$developDir $developDir
} }

View File

@@ -54,7 +54,7 @@ INSTALL()
BINDIR=$binDir MANDIR=$manDir/man1 BINDIR=$binDir MANDIR=$manDir/man1
prepareInstalledDevelLibs liblz4 prepareInstalledDevelLibs liblz4
fixPkgconfig fixPkgconfig
packageEntries devel \ packageEntries devel \
$developDir $developDir
} }

View File

@@ -21,7 +21,7 @@ help of the lzip manual it would be possible for a digital \
archaeologist to extract the data from a lzip file long after \ archaeologist to extract the data from a lzip file long after \
quantum computers eventually render LZMA obsolete. quantum computers eventually render LZMA obsolete.
- Additionally the lzip reference implementation is copylefted, \ - Additionally the lzip reference implementation is copylefted, \
which guarantees that it will remain free forever. which guarantees that it will remain free forever.
" "
LICENSE="GNU GPL v2" LICENSE="GNU GPL v2"
COPYRIGHT="2014 Antonio Diaz Diaz" COPYRIGHT="2014 Antonio Diaz Diaz"

View File

@@ -11,7 +11,7 @@ systems that provide the zlib and pthread libraries.
" "
LICENSE="Zlib" LICENSE="Zlib"
COPYRIGHT="2008-2013 Mark Adler" COPYRIGHT="2008-2013 Mark Adler"
HOMEPAGE="http://www.zlib.net/pigz" HOMEPAGE="http://www.zlib.net/pigz"
SOURCE_URI="http://www.zlib.net/pigz/pigz-2.3.1.tar.gz" SOURCE_URI="http://www.zlib.net/pigz/pigz-2.3.1.tar.gz"
CHECKSUM_SHA256="629b0ce5422a3978f31742bf8275d0be2f84987140d18f390f1e3b4e46e0af54" CHECKSUM_SHA256="629b0ce5422a3978f31742bf8275d0be2f84987140d18f390f1e3b4e46e0af54"
REVISION="1" REVISION="1"

View File

@@ -1,8 +1,8 @@
SUMMARY="Decompresses LZX archives on multiple platforms" SUMMARY="Decompresses LZX archives on multiple platforms"
DESCRIPTION="LZX is the name of an LZ77 family compression algorithm invented \ DESCRIPTION="LZX is the name of an LZ77 family compression algorithm invented \
by Johnathon Forbes and Tomi Poutanen. unlzx is a program designed to extract \ by Johnathon Forbes and Tomi Poutanen. unlzx is a program designed to extract \
these archives." these archives."
HOMEPAGE="http://aminet.net/package/misc/unix/unlzx.c.gz" HOMEPAGE="http://aminet.net/package/misc/unix/unlzx.c.gz"
SOURCE_URI="git+https://github.com/tweakdeveloper/unlzx.git#36a85e7" SOURCE_URI="git+https://github.com/tweakdeveloper/unlzx.git#36a85e7"
ADDITIONAL_FILES="unlzx-expander-rules" ADDITIONAL_FILES="unlzx-expander-rules"
REVISION="3" REVISION="3"
@@ -20,12 +20,12 @@ BUILD_REQUIRES="
cmd:gcc cmd:gcc
cmd:strip cmd:strip
" "
PROVIDES=" PROVIDES="
unlzx = $portVersion unlzx = $portVersion
cmd:unlzx cmd:unlzx
" "
BUILD() BUILD()
{ {
gcc unlzx.c -o unlzx gcc unlzx.c -o unlzx

View File

@@ -35,7 +35,7 @@ BUILD_PREREQUIRES="
BUILD() BUILD()
{ {
make -f unix/Makefile haiku MANDIR=$manDir make -f unix/Makefile haiku MANDIR=$manDir
} }
INSTALL() INSTALL()

View File

@@ -65,7 +65,7 @@ BUILD_PREREQUIRES="
cmd:libtoolize cmd:libtoolize
cmd:make cmd:make
" "
PROVIDES_devel=" PROVIDES_devel="
xz_utils${secondaryArchSuffix}_devel = $portVersion compat >= 5 xz_utils${secondaryArchSuffix}_devel = $portVersion compat >= 5
devel:liblzma$secondaryArchSuffix = $portVersion compat >= 5 devel:liblzma$secondaryArchSuffix = $portVersion compat >= 5

View File

@@ -7,7 +7,7 @@ multiple filesystems.
" "
LICENSE="GNU GPL v2" LICENSE="GNU GPL v2"
COPYRIGHT="2001-2004 International Business Machines Corp." COPYRIGHT="2001-2004 International Business Machines Corp."
HOMEPAGE="http://sourceforge.net/projects/ffsb" HOMEPAGE="http://sourceforge.net/projects/ffsb"
SOURCE_URI="http://downloads.sourceforge.net/project/ffsb/ffsb/ffsb-6.0-rc2/ffsb-6.0-rc2.tar.bz2" SOURCE_URI="http://downloads.sourceforge.net/project/ffsb/ffsb/ffsb-6.0-rc2/ffsb-6.0-rc2.tar.bz2"
CHECKSUM_SHA256="e5867692aae8c9bfbcdc774599022289c4d89c1d90f4dd7101fb9865ac773c71" CHECKSUM_SHA256="e5867692aae8c9bfbcdc774599022289c4d89c1d90f4dd7101fb9865ac773c71"
REVISION="1" REVISION="1"

View File

@@ -22,7 +22,7 @@ COPYRIGHT="
" "
REVISION="1" REVISION="1"
ARCHITECTURES="x86 x86_gcc2" ARCHITECTURES="x86 x86_gcc2"
PROVIDES=" PROVIDES="
cmd:iozone = $portVersion cmd:iozone = $portVersion
cmd:fileop = $portVersion cmd:fileop = $portVersion
@@ -47,13 +47,13 @@ BUILD()
cd src/current/ cd src/current/
make haiku make haiku
} }
INSTALL() INSTALL()
{ {
cd src/current/ cd src/current/
cp iozone $binDir cp iozone $binDir
cp fileop $binDir cp fileop $binDir
mkdir -p $manDir/man1 mkdir -p $manDir/man1
cp ../../docs/iozone.1 $manDir/man1 cp ../../docs/iozone.1 $manDir/man1
} }

View File

@@ -1,5 +1,5 @@
DESCRIPTION="libmicro - portable microbenchmarks" DESCRIPTION="libmicro - portable microbenchmarks"
HOMEPAGE="http://hub.opensolaris.org/bin/view/Project+libmicro" 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" SOURCE_URI="http://hub.opensolaris.org/bin/download/Project+libmicro/Source+Archives/libmicro-0.4.1.tar.gz"
REVISION="1" REVISION="1"
STATUS_HAIKU="broken" STATUS_HAIKU="broken"

View File

@@ -4,7 +4,7 @@ developed and maintained by IBM, Cisco, Fujitsu, SUSE, Red Hat and others, \
that has a goal to deliver test suites to the open source community that \ that has a goal to deliver test suites to the open source community that \
validate the reliability, robustness, and stability of Linux. The LTP \ validate the reliability, robustness, and stability of Linux. The LTP \
testsuite contains a collection of tools for testing the Linux kernel and \ testsuite contains a collection of tools for testing the Linux kernel and \
related features." related features."
HOMEPAGE="http://linux-test-project.github.io/" HOMEPAGE="http://linux-test-project.github.io/"
LICENSE="GNU GPL v2" LICENSE="GNU GPL v2"
REVISION="1" REVISION="1"

View File

@@ -1,6 +1,6 @@
SUMMARY="Hard disk benchmarking program" SUMMARY="Hard disk benchmarking program"
DESCRIPTION="Piozone - Peter's disk performance benchmarking tool" DESCRIPTION="Piozone - Peter's disk performance benchmarking tool"
HOMEPAGE="http://www.lysator.se/~pen/piozone/" HOMEPAGE="http://www.lysator.se/~pen/piozone/"
COPYRIGHT="2002 Peter Eriksson" COPYRIGHT="2002 Peter Eriksson"
LICENSE="GNU GPL v2" LICENSE="GNU GPL v2"
REVISION="1" REVISION="1"

View File

@@ -1,5 +1,5 @@
DESCRIPTION="Burn CDs in disk-at-once mode" DESCRIPTION="Burn CDs in disk-at-once mode"
HOMEPAGE="http://cdrdao.sourceforge.net/" HOMEPAGE="http://cdrdao.sourceforge.net/"
SOURCE_URI="http://downloads.sourceforge.net/project/cdrdao/cdrdao/1.2.3/cdrdao-1.2.3.tar.bz2" SOURCE_URI="http://downloads.sourceforge.net/project/cdrdao/cdrdao/1.2.3/cdrdao-1.2.3.tar.bz2"
CHECKSUM_MD5="8d15ba6280bb7ba2f4d6be31d28b3c0c" CHECKSUM_MD5="8d15ba6280bb7ba2f4d6be31d28b3c0c"
REVISION="1" REVISION="1"

View File

@@ -13,7 +13,7 @@ optional Rock Ridge attributes
- isoinfo: A program to analyse/verify ISO/9660/Joliet/Rock-Ridge Filesystems - isoinfo: A program to analyse/verify ISO/9660/Joliet/Rock-Ridge Filesystems
- isovfy: A program to verify the ISO-9660 structures - isovfy: A program to verify the ISO-9660 structures
- rscsi: A Remote SCSI enabling daemon" - rscsi: A Remote SCSI enabling daemon"
HOMEPAGE="http://cdrecord.berlios.de" HOMEPAGE="http://cdrecord.berlios.de"
COPYRIGHT="1993-1997 Eric Youngdale, 1997-2010 J. Schilling (mkisofs) COPYRIGHT="1993-1997 Eric Youngdale, 1997-2010 J. Schilling (mkisofs)
1995-2013 J. Schilling (cdrecord)" 1995-2013 J. Schilling (cdrecord)"
LICENSE="GNU GPL v2 LICENSE="GNU GPL v2

View File

@@ -13,7 +13,7 @@ optional Rock Ridge attributes
- isoinfo: A program to analyse/verify ISO/9660/Joliet/Rock-Ridge Filesystems - isoinfo: A program to analyse/verify ISO/9660/Joliet/Rock-Ridge Filesystems
- isovfy: A program to verify the ISO-9660 structures - isovfy: A program to verify the ISO-9660 structures
- rscsi: A Remote SCSI enabling daemon" - rscsi: A Remote SCSI enabling daemon"
HOMEPAGE="http://cdrecord.berlios.de" HOMEPAGE="http://cdrecord.berlios.de"
COPYRIGHT=" 1993-1997 Eric Youngdale, 1997-2010 J. Schilling (mkisofs) COPYRIGHT=" 1993-1997 Eric Youngdale, 1997-2010 J. Schilling (mkisofs)
1995-2013 J. Schilling (cdrecord) " 1995-2013 J. Schilling (cdrecord) "
LICENSE="GNU GPL v2 LICENSE="GNU GPL v2

View File

@@ -12,12 +12,12 @@ optional Rock Ridge attributes
- isoinfo: A program to analyse/verify ISO/9660/Joliet/Rock-Ridge Filesystems - isoinfo: A program to analyse/verify ISO/9660/Joliet/Rock-Ridge Filesystems
- isovfy: A program to verify the ISO-9660 structures - isovfy: A program to verify the ISO-9660 structures
- rscsi: A Remote SCSI enabling daemon" - rscsi: A Remote SCSI enabling daemon"
HOMEPAGE="http://cdrecord.org" HOMEPAGE="http://cdrecord.org"
COPYRIGHT="1993-1997 Eric Youngdale, 1997-2010 J. Schilling (mkisofs) COPYRIGHT="1993-1997 Eric Youngdale, 1997-2010 J. Schilling (mkisofs)
1995-2013 J. Schilling (cdrecord) " 1995-2013 J. Schilling (cdrecord) "
LICENSE="GNU GPL v2 LICENSE="GNU GPL v2
CDDL v1" CDDL v1"
REVISION="1" REVISION="1"
SOURCE_URI="http://sourceforge.net/projects/cdrtools/files/alpha/cdrtools-3.01a25.tar.bz2" SOURCE_URI="http://sourceforge.net/projects/cdrtools/files/alpha/cdrtools-3.01a25.tar.bz2"
CHECKSUM_SHA256="12c555263c9b56d83ea104918c0c6c7df41c3dd51206ae1986e88aed892b29be" CHECKSUM_SHA256="12c555263c9b56d83ea104918c0c6c7df41c3dd51206ae1986e88aed892b29be"
SOURCE_DIR="cdrtools-3.01" SOURCE_DIR="cdrtools-3.01"

View File

@@ -13,7 +13,7 @@ optional Rock Ridge attributes
- isoinfo: A program to analyse/verify ISO/9660/Joliet/Rock-Ridge Filesystems - isoinfo: A program to analyse/verify ISO/9660/Joliet/Rock-Ridge Filesystems
- isovfy: A program to verify the ISO-9660 structures - isovfy: A program to verify the ISO-9660 structures
- rscsi: A Remote SCSI enabling daemon" - rscsi: A Remote SCSI enabling daemon"
HOMEPAGE="http://cdrecord.org" HOMEPAGE="http://cdrecord.org"
COPYRIGHT="1995-2015 Joerg Schilling (cdrecord, readcd) COPYRIGHT="1995-2015 Joerg Schilling (cdrecord, readcd)
1993-2004 Heiko Eissfeldt, 2004-2015 Joerg Schilling (cdda2wav) 1993-2004 Heiko Eissfeldt, 2004-2015 Joerg Schilling (cdda2wav)
1993-1997 Eric Youngdale, 1997-2002 James Pearson, 1997-2015 Joerg \ 1993-1997 Eric Youngdale, 1997-2002 James Pearson, 1997-2015 Joerg \

View File

@@ -13,7 +13,7 @@ optional Rock Ridge attributes
- isoinfo: A program to analyse/verify ISO/9660/Joliet/Rock-Ridge Filesystems - isoinfo: A program to analyse/verify ISO/9660/Joliet/Rock-Ridge Filesystems
- isovfy: A program to verify the ISO-9660 structures - isovfy: A program to verify the ISO-9660 structures
- rscsi: A Remote SCSI enabling daemon" - rscsi: A Remote SCSI enabling daemon"
HOMEPAGE="http://cdrecord.org/" HOMEPAGE="http://cdrecord.org/"
COPYRIGHT="1995-2015 Joerg Schilling (cdrecord, readcd) COPYRIGHT="1995-2015 Joerg Schilling (cdrecord, readcd)
1993-2004 Heiko Eissfeldt, 2004-2015 Joerg Schilling (cdda2wav) 1993-2004 Heiko Eissfeldt, 2004-2015 Joerg Schilling (cdda2wav)
1993-1997 Eric Youngdale, 1997-2002 James Pearson, 1997-2015 Joerg \ 1993-1997 Eric Youngdale, 1997-2002 James Pearson, 1997-2015 Joerg \

View File

@@ -40,7 +40,7 @@ BUILD()
{ {
libtoolize --force --copy --install libtoolize --force --copy --install
autoconf autoconf
runConfigure ./configure runConfigure ./configure
make $jobArgs make $jobArgs
} }

View File

@@ -56,7 +56,7 @@ BUILD()
{ {
#libtoolize --force --copy --install #libtoolize --force --copy --install
autoconf autoconf
runConfigure ./configure runConfigure ./configure
make $jobArgs make $jobArgs
} }

View File

@@ -8,7 +8,7 @@ and can check documents in UTF-8.
" "
LICENSE="GNU GPL v2" LICENSE="GNU GPL v2"
COPYRIGHT="2000-2011 Kevin Atkinson" COPYRIGHT="2000-2011 Kevin Atkinson"
HOMEPAGE="http://aspell.net" HOMEPAGE="http://aspell.net"
SOURCE_URI="ftp://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-7.1-0.tar.bz2" SOURCE_URI="ftp://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-7.1-0.tar.bz2"
CHECKSUM_SHA256="ff9df3c2e8c5bb19c6a66078b36a0ef4c4dfb0fcb969e29f7b5345e26d748d0a" CHECKSUM_SHA256="ff9df3c2e8c5bb19c6a66078b36a0ef4c4dfb0fcb969e29f7b5345e26d748d0a"
REVISION="1" REVISION="1"

View File

@@ -7,7 +7,7 @@ meanings, and synonyms.
- written in C++ to make it easier to interface with \ - written in C++ to make it easier to interface with \
LibreOffice, OpenOffice, AbiWord, Pspell, etc LibreOffice, OpenOffice, AbiWord, Pspell, etc
- it is stateless, uses no static variables and \ - it is stateless, uses no static variables and \
should be completely reentrant with no ifdefs should be completely reentrant with no ifdefs
- it compiles with -ansi and -pedantic and -Wall \ - it compiles with -ansi and -pedantic and -Wall \
with no warnigns so it shouldbe quite portable with no warnigns so it shouldbe quite portable
- it uses a simple perl program to read the structured \ - it uses a simple perl program to read the structured \

View File

@@ -32,4 +32,3 @@ INSTALL()
} }
LICENSE="GNU GPL v2" LICENSE="GNU GPL v2"
COPYRIGHT="1992, 1998-2009 John E. Davis" COPYRIGHT="1992, 1998-2009 John E. Davis"

View File

@@ -64,4 +64,3 @@ INSTALL()
make install make install
addAppDeskbarSymlink $binDir/qe QEmacs addAppDeskbarSymlink $binDir/qe QEmacs
} }

View File

@@ -68,4 +68,3 @@ INSTALL()
addResourcesToBinaries qemacs.rdef $binDir/qemacs addResourcesToBinaries qemacs.rdef $binDir/qemacs
addAppDeskbarSymlink $binDir/qe QEmacs addAppDeskbarSymlink $binDir/qe QEmacs
} }

View File

@@ -14,7 +14,7 @@ COPYRIGHT="1998-2000 Hrvoje Niksic
2005-2006 Aidan Kehoe" 2005-2006 Aidan Kehoe"
# TODO: FIXME: # TODO: FIXME:
#Bootstrapping from temacs... #Bootstrapping from temacs...
#Warning: #Warning:
# XEmacs was unable to determine a good value for the user's $HOME # XEmacs was unable to determine a good value for the user's $HOME
# directory, and will be using the value: # directory, and will be using the value:
# / # /

View File

@@ -50,4 +50,3 @@ INSTALL()
mimeset $prefix/bin/aranym mimeset $prefix/bin/aranym
addAppDeskbarSymlink /bin/aranym ARAnyM addAppDeskbarSymlink /bin/aranym ARAnyM
} }

View File

@@ -73,4 +73,3 @@ INSTALL()
{ {
make install make install
} }

View File

@@ -94,4 +94,3 @@ INSTALL()
packageEntries devel $developDir packageEntries devel $developDir
packageEntries tools $binDir packageEntries tools $binDir
} }

View File

@@ -96,4 +96,3 @@ INSTALL()
cp VBoxService $binDir cp VBoxService $binDir
cp VBoxTray $binDir cp VBoxTray $binDir
} }

View File

@@ -58,7 +58,7 @@ BUILD_PREREQUIRES="
BUILD() BUILD()
{ {
# vmwfs doesn't compile using gcc4 yet # vmwfs doesn't compile using gcc4 yet
if [ $effectiveTargetArchitecture = x86_gcc2 ]; then if [ $effectiveTargetArchitecture = x86_gcc2 ]; then
make -C vmware_fs $jobArgs OBJ_DIR=objects make -C vmware_fs $jobArgs OBJ_DIR=objects
fi fi
@@ -72,7 +72,7 @@ BUILD()
INSTALL() INSTALL()
{ {
if [ $effectiveTargetArchitecture = x86_gcc2 ]; then if [ $effectiveTargetArchitecture = x86_gcc2 ]; then
mkdir -p $prefix/add-ons/kernel/file_systems mkdir -p $prefix/add-ons/kernel/file_systems
cp vmware_fs/objects/vmwfs $prefix/add-ons/kernel/file_systems cp vmware_fs/objects/vmwfs $prefix/add-ons/kernel/file_systems
fi fi
@@ -85,14 +85,14 @@ INSTALL()
mkdir -p $prefix/add-ons/accelerants mkdir -p $prefix/add-ons/accelerants
cp vmware_video/accelerant/objects/vmware.accelerant $prefix/add-ons/accelerants cp vmware_video/accelerant/objects/vmware.accelerant $prefix/add-ons/accelerants
mkdir -p $prefix/add-ons/kernel/drivers/bin mkdir -p $prefix/add-ons/kernel/drivers/bin
cp vmware_video/kernel/objects/vmware $prefix/add-ons/kernel/drivers/bin cp vmware_video/kernel/objects/vmware $prefix/add-ons/kernel/drivers/bin
mkdir -p $prefix/add-ons/kernel/drivers/dev/graphics mkdir -p $prefix/add-ons/kernel/drivers/dev/graphics
cd $prefix/add-ons/kernel/drivers/dev/graphics cd $prefix/add-ons/kernel/drivers/dev/graphics
ln -s ../../bin/vmware . ln -s ../../bin/vmware .
# Add a symlink to the Desktop applets directory in Deskbar # Add a symlink to the Desktop applets directory in Deskbar
desktopAppletsDir="$dataDir/deskbar/menu/Desktop applets" desktopAppletsDir="$dataDir/deskbar/menu/Desktop applets"
mkdir -p "$desktopAppletsDir" mkdir -p "$desktopAppletsDir"

View File

@@ -1,5 +1,5 @@
SUMMARY="An input method for Chinese, Japanese and Korean" SUMMARY="An input method for Chinese, Japanese and Korean"
DESCRIPTION="BeCJK was an input method for legacy BeOS, now works on Haiku." DESCRIPTION="BeCJK was an input method for legacy BeOS, now works on Haiku."
HOMEPAGE="https://github.com/HaikuArchives/BeCJK" HOMEPAGE="https://github.com/HaikuArchives/BeCJK"
COPYRIGHT="2001-2002 Anthony Lee" COPYRIGHT="2001-2002 Anthony Lee"
LICENSE="GNU LGPL v2" LICENSE="GNU LGPL v2"

View File

@@ -39,5 +39,3 @@ INSTALL()
mkdir -p $binDir mkdir -p $binDir
cp cal $binDir/cal cp cal $binDir/cal
} }

View File

@@ -38,4 +38,3 @@ LICENSE="AFL v2.1"
COPYRIGHT="1991, 1993, 1994 Glenn Chappell and Ian Chai COPYRIGHT="1991, 1993, 1994 Glenn Chappell and Ian Chai
1996, 1997, 1998, 1999, 2000, 2001 John Cowan 1996, 1997, 1998, 1999, 2000, 2001 John Cowan
2002 Christiaan Keet" 2002 Christiaan Keet"

View File

@@ -11,7 +11,7 @@ command-line.
* It can report parse errors as coming from the shell script. * It can report parse errors as coming from the shell script.
* It compiles cleanly with both libc-5 and glibc-2 (libc6). * It compiles cleanly with both libc-5 and glibc-2 (libc6).
" "
HOMEPAGE="http://software.frodo.looijaard.name/getopt/" HOMEPAGE="http://software.frodo.looijaard.name/getopt/"
SOURCE_URI="http://software.frodo.looijaard.name/getopt/files/getopt-1.1.5.tar.gz" SOURCE_URI="http://software.frodo.looijaard.name/getopt/files/getopt-1.1.5.tar.gz"
CHECKSUM_SHA256="11893276b94b1629606ab75772143918a5713259950fbf4216288e246f19fbb6" CHECKSUM_SHA256="11893276b94b1629606ab75772143918a5713259950fbf4216288e246f19fbb6"
REVISION="1" REVISION="1"

View File

@@ -13,8 +13,7 @@ ARCHITECTURES="!x86_gcc2 ?x86 ?x86_64"
SECONDARY_ARCHITECTURES="x86" SECONDARY_ARCHITECTURES="x86"
PROVIDES=" PROVIDES="
googlemaps_mini = $portVersion googlemaps_mini = $portVoglemaps_mini = $portVersion
app:googlemaps_mini = $portVersion
" "
REQUIRES=" REQUIRES="
haiku${secondaryArchSuffix} haiku${secondaryArchSuffix}

View File

@@ -28,9 +28,7 @@ REQUIRES="
" "
BUILD_REQUIRES=" BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel haiku${secondaryArchSuffix}_dPREREQUIRES="
"
BUILD_PREREQUIRES="
cmd:make cmd:make
cmd:gcc${secondaryArchSuffix} cmd:gcc${secondaryArchSuffix}
cmd:awk cmd:awk

View File

@@ -1,4 +1,4 @@
SUMMARY="screen - a full-screen terminal window manager" SUMMARY="screen - a full-screen terminal window manager"
DESCRIPTION=" DESCRIPTION="
Screen is a full-screen window manager that multiplexes a physical \ Screen is a full-screen window manager that multiplexes a physical \
terminal between several processes, typically interactive shells. \ terminal between several processes, typically interactive shells. \
@@ -21,8 +21,8 @@ All windows run their programs completely independent of each other. \
Programs continue to run when their window is currently not visible \ Programs continue to run when their window is currently not visible \
and even when the whole screen session is detached from the users terminal. \ and even when the whole screen session is detached from the users terminal. \
A command-line compatible rm which destroys file contents before unlinking. \ A command-line compatible rm which destroys file contents before unlinking. \
" "
HOMEPAGE="http://www.gnu.org/software/screen/" HOMEPAGE="http://www.gnu.org/software/screen/"
SOURCE_URI="git://git.savannah.gnu.org/screen.git#bb1ef155222d2c5706f30b6b0fe078a501932dd5" SOURCE_URI="git://git.savannah.gnu.org/screen.git#bb1ef155222d2c5706f30b6b0fe078a501932dd5"
REVISION="1" REVISION="1"
LICENSE="GNU GPL v3" LICENSE="GNU GPL v3"

View File

@@ -1,8 +1,8 @@
SUMMARY="srm - secure file deletion for posix systems" SUMMARY="srm - secure file deletion for posix systems"
DESCRIPTION=" DESCRIPTION="
A command-line compatible rm which destroys file contents before unlinking. A command-line compatible rm which destroys file contents before unlinking.
" "
HOMEPAGE="http://srm.sourceforge.net/" HOMEPAGE="http://srm.sourceforge.net/"
SOURCE_URI="http://downloads.sourceforge.net/project/srm/old_releases/1.2.12/srm-1.2.12.tar.bz2" SOURCE_URI="http://downloads.sourceforge.net/project/srm/old_releases/1.2.12/srm-1.2.12.tar.bz2"
CHECKSUM_SHA256="865ce03933dcf61c9dc4e673cd458a902b7f47de8430176aeb2ca0ae78ee8b67" CHECKSUM_SHA256="865ce03933dcf61c9dc4e673cd458a902b7f47de8430176aeb2ca0ae78ee8b67"
REVISION="1" REVISION="1"

View File

@@ -1,8 +1,8 @@
SUMMARY="srm - secure file deletion for posix systems" SUMMARY="srm - secure file deletion for posix systems"
DESCRIPTION=" DESCRIPTION="
A command-line compatible rm which destroys file contents before unlinking. A command-line compatible rm which destroys file contents before unlinking.
" "
HOMEPAGE="http://srm.sourceforge.net/" HOMEPAGE="http://srm.sourceforge.net/"
SOURCE_URI="svn://svn.code.sf.net/p/srm/srm/trunk" SOURCE_URI="svn://svn.code.sf.net/p/srm/srm/trunk"
REVISION="1" REVISION="1"
LICENSE="MIT (no promotion)" LICENSE="MIT (no promotion)"

View File

@@ -66,7 +66,7 @@ REQUIRES_devel="
" "
BUILD() BUILD()
{ {
cmake -DCMAKE_INSTALL_PREFIX=$prefix -DCMAKE_BUILD_TYPE=Release \ cmake -DCMAKE_INSTALL_PREFIX=$prefix -DCMAKE_BUILD_TYPE=Release \
-DENABLE_DBUS=off -DENABLE_DBUS=off
make $jobArgs make $jobArgs
@@ -75,19 +75,19 @@ BUILD()
INSTALL() INSTALL()
{ {
make install make install
# Clean up after CMake # Clean up after CMake
mkdir -p $includeDir mkdir -p $includeDir
mkdir -p $libDir mkdir -p $libDir
mkdir -p $developLibDir/pkgconfig/ mkdir -p $developLibDir/pkgconfig/
mv -f $prefix/lib/pkgconfig/* $developLibDir/pkgconfig/ mv -f $prefix/lib/pkgconfig/* $developLibDir/pkgconfig/
rm -rf $prefix/lib/pkgconfig/ rm -rf $prefix/lib/pkgconfig/
mv -f $prefix/lib/*.so* $libDir mv -f $prefix/lib/*.so* $libDir
cp -rf $prefix/include/* $includeDir/ cp -rf $prefix/include/* $includeDir/
rm -rf $prefix/include/ rm -rf $prefix/include/
mkdir -p $dataDir/cmake/Modules/ mkdir -p $dataDir/cmake/Modules/
mv $prefix/lib/libsearchclient/LibSearchClientConfig.cmake \ mv $prefix/lib/libsearchclient/LibSearchClientConfig.cmake \
$dataDir/cmake/Modules/ $dataDir/cmake/Modules/
@@ -100,7 +100,7 @@ INSTALL()
rm -rf $prefix/lib/libsearchclient/ rm -rf $prefix/lib/libsearchclient/
rm -rf $prefix/lib/libstreamanalyzer/ rm -rf $prefix/lib/libstreamanalyzer/
rm -rf $prefix/lib/libstreams/ rm -rf $prefix/lib/libstreams/
prepareInstalledDevelLibs \ prepareInstalledDevelLibs \
libstreamanalyzer \ libstreamanalyzer \
libstreams \ libstreams \

View File

@@ -76,7 +76,6 @@ INSTALL()
addAppDeskbarSymlink $appsDir/Scribus Scribus addAppDeskbarSymlink $appsDir/Scribus Scribus
mkdir -p $includeDir mkdir -p $includeDir
mv $prefix/include/* $includeDir mv $prefix/include/* $includeDir
rm -rf $prefix/include rm -rf $prefix/include
rm -rf $prefix/lib rm -rf $prefix/lib
} }

View File

@@ -105,7 +105,7 @@ INSTALL()
{ {
make install-strip make install-strip
ln -s bash $binDir/sh ln -s bash $binDir/sh
# migrate bash files to ~/config/settings # migrate bash files to ~/config/settings
mkdir -p $prefix/boot/post-install mkdir -p $prefix/boot/post-install
cat <<'EOF' > $prefix/boot/post-install/move-bash-files.sh cat <<'EOF' > $prefix/boot/post-install/move-bash-files.sh

View File

@@ -68,4 +68,3 @@ TEST()
{ {
make test make test
} }

View File

@@ -62,7 +62,7 @@ INSTALL()
# Installing the manual: # Installing the manual:
install -c -m 444 mksh.1 $manDir/man1/mksh.1 install -c -m 444 mksh.1 $manDir/man1/mksh.1
ln -s mksh $binDir/sh ln -s mksh $binDir/sh
} }
TEST() TEST()

View File

@@ -46,24 +46,24 @@ BUILD_PREREQUIRES="
cmd:pkg_config$secondaryArchSuffix cmd:pkg_config$secondaryArchSuffix
" "
PATCHES="aiksaurus-1.2.1.patch" PATCHES="aiksaurus-1.2.1.patch"
BUILD() BUILD()
{ {
# Automake complains about NEWS missing # Automake complains about NEWS missing
touch NEWS touch NEWS
libtoolize --force --copy --install libtoolize --force --copy --install
# libtoolize is going to ask us to append the contents # libtoolize is going to ask us to append the contents
# of some files to aclocal.m4 # of some files to aclocal.m4
for i in m4/{libtool,lt{options,sugar,version,~obsolete}}.m4; do cat $i >> aclocal.m4; done for i in m4/{libtool,lt{options,sugar,version,~obsolete}}.m4; do cat $i >> aclocal.m4; done
aclocal -I m4 aclocal -I m4
autoconf autoconf
automake --add-missing automake --add-missing
runConfigure ./configure --without-gtk --datadir=$dataDir runConfigure ./configure --without-gtk --datadir=$dataDir
make make
} }
@@ -71,10 +71,10 @@ BUILD()
INSTALL() INSTALL()
{ {
make install make install
prepareInstalledDevelLib libAiksaurus prepareInstalledDevelLib libAiksaurus
fixPkgconfig fixPkgconfig
packageEntries devel \ packageEntries devel \
$developDir $developDir
} }

View File

@@ -1,4 +1,4 @@
SUMMARY="Highly configurable text format for writing documentation" SUMMARY="Highly configurable text format for writing documentation"
DESCRIPTION=" DESCRIPTION="
AsciiDoc is a text document format for writing notes, documentation, articles, \ AsciiDoc is a text document format for writing notes, documentation, articles, \
books, ebooks, slideshows, web pages, man pages and blogs. AsciiDoc files can \ books, ebooks, slideshows, web pages, man pages and blogs. AsciiDoc files can \
@@ -7,7 +7,7 @@ AsciiDoc is highly configurable: both the AsciiDoc source file syntax and the \
backend output markups (which can be almost any type of SGML/XML markup) can \ backend output markups (which can be almost any type of SGML/XML markup) can \
be customized and extended by the user. be customized and extended by the user.
" "
HOMEPAGE="http://asciidoc.org" HOMEPAGE="http://asciidoc.org"
LICENSE="GNU GPL v2" LICENSE="GNU GPL v2"
COPYRIGHT="2002-2011 Stuart Rackham" COPYRIGHT="2002-2011 Stuart Rackham"
SOURCE_URI="http://sourceforge.net/projects/asciidoc/files/asciidoc/8.6.8/asciidoc-8.6.8.tar.gz" SOURCE_URI="http://sourceforge.net/projects/asciidoc/files/asciidoc/8.6.8/asciidoc-8.6.8.tar.gz"

View File

@@ -12,7 +12,7 @@ and intelligently handling personal dictionaries when more than one Aspell \
process is open at once." process is open at once."
LICENSE="GNU LGPL v2" LICENSE="GNU LGPL v2"
COPYRIGHT="2000-2006 Kevin Atkinson" COPYRIGHT="2000-2006 Kevin Atkinson"
HOMEPAGE="http://aspell.net" HOMEPAGE="http://aspell.net"
SOURCE_URI="ftp://ftp.gnu.org/gnu/aspell/aspell-0.60.6.1.tar.gz" SOURCE_URI="ftp://ftp.gnu.org/gnu/aspell/aspell-0.60.6.1.tar.gz"
CHECKSUM_SHA256="f52583a83a63633701c5f71db3dc40aab87b7f76b29723aeb27941eff42df6e1" CHECKSUM_SHA256="f52583a83a63633701c5f71db3dc40aab87b7f76b29723aeb27941eff42df6e1"
REVISION="1" REVISION="1"

View File

@@ -1,5 +1,5 @@
DESCRIPTION="converts filenames from one encoding to another" DESCRIPTION="converts filenames from one encoding to another"
HOMEPAGE="https://www.j3e.de/linux/convmv/" HOMEPAGE="https://www.j3e.de/linux/convmv/"
SOURCE_URI="https://www.j3e.de/linux/convmv/convmv-1.15.tar.gz" SOURCE_URI="https://www.j3e.de/linux/convmv/convmv-1.15.tar.gz"
REVISION="1" REVISION="1"
STATUS_HAIKU="stable" STATUS_HAIKU="stable"

View File

@@ -4,7 +4,7 @@ suitable for marking down entire documents or lines of text, a command-line \
program that you can use to mark down documents interactively or from a \ program that you can use to mark down documents interactively or from a \
script, and a tiny (3 programs so far) suite of example programs that show \ script, and a tiny (3 programs so far) suite of example programs that show \
how to fully utilize the markdown library." how to fully utilize the markdown library."
HOMEPAGE="http://www.pell.portland.or.us/~orc/Code/discount/" HOMEPAGE="http://www.pell.portland.or.us/~orc/Code/discount/"
SOURCE_URI="http://www.pell.portland.or.us/~orc/Code/discount/discount-2.1.3.tar.bz2" SOURCE_URI="http://www.pell.portland.or.us/~orc/Code/discount/discount-2.1.3.tar.bz2"
CHECKSUM_SHA256="7280da7a27be42244311912eeee19695623f196817ec08f43b652fcc2ded975d" CHECKSUM_SHA256="7280da7a27be42244311912eeee19695623f196817ec08f43b652fcc2ded975d"
REVISION="1" REVISION="1"

View File

@@ -109,7 +109,7 @@ INSTALL()
"file://$dataDir/xml/docbook-$portVersion" \ "file://$dataDir/xml/docbook-$portVersion" \
$CATALOG $CATALOG
for DTDVERSION in 4.1.2 4.2 4.3 4.4 4.5 for DTDVERSION in 4.1.2 4.2 4.3 4.4 4.5
do do
xmlcatalog --noout --add "delegateSystem" \ xmlcatalog --noout --add "delegateSystem" \
@@ -122,4 +122,3 @@ INSTALL()
$CATALOG $CATALOG
done done
} }

View File

@@ -73,4 +73,3 @@ INSTALL()
"$dataDir/xml/docbook/xsl-stylesheets-1.78.1" \ "$dataDir/xml/docbook/xsl-stylesheets-1.78.1" \
$CATALOG $CATALOG
} }

View File

@@ -3,7 +3,7 @@ DESCRIPTION="
DOS/Windows like to put CR/LF at the end of lines whereas UNIX like to have \ DOS/Windows like to put CR/LF at the end of lines whereas UNIX like to have \
just LF. Dos2unix and unix2dos are simple parser/converter command line \ just LF. Dos2unix and unix2dos are simple parser/converter command line \
programs to convert between the two formats. programs to convert between the two formats.
" "
HOMEPAGE="http://github.com/puckipedia/dos2unix" HOMEPAGE="http://github.com/puckipedia/dos2unix"
SOURCE_URI="git://github.com/puckipedia/dos2unix.git#553720356be18ca60cae3d970a575520aef5a4f4" SOURCE_URI="git://github.com/puckipedia/dos2unix.git#553720356be18ca60cae3d970a575520aef5a4f4"
REVISION="1" REVISION="1"

View File

@@ -1,6 +1,6 @@
SUMMARY="dos2unix and unix2dos end of line file convertors" SUMMARY="dos2unix and unix2dos end of line file convertors"
DESCRIPTION="DOS/Windows like to put CR/LF at the end of lines whereas UNIX like to have just LF. Dos2unix and unix2dos are simple parser/converter command line programs to convert between the two formats." DESCRIPTION="DOS/Windows like to put CR/LF at the end of lines whereas UNIX like to have just LF. Dos2unix and unix2dos are simple parser/converter command line programs to convert between the two formats."
HOMEPAGE="http://www.programmersheaven.com/download/3118/download.aspx" HOMEPAGE="http://www.programmersheaven.com/download/3118/download.aspx"
SOURCE_URI="http://ports-space.haiku-files.org/source/dos2unix-1.0.zip" SOURCE_URI="http://ports-space.haiku-files.org/source/dos2unix-1.0.zip"
CHECKSUM_SHA256="a88941a2ab824deb79e7d012b0df72b5c84d1157af0b2d59b46184fb35b5519d" CHECKSUM_SHA256="a88941a2ab824deb79e7d012b0df72b5c84d1157af0b2d59b46184fb35b5519d"
REVISION="1" REVISION="1"

View File

@@ -3,7 +3,7 @@ DESCRIPTION="
DOS/Windows like to put CR/LF at the end of lines whereas UNIX like to have \ DOS/Windows like to put CR/LF at the end of lines whereas UNIX like to have \
just LF. Dos2unix and unix2dos are simple parser/converter command line \ just LF. Dos2unix and unix2dos are simple parser/converter command line \
programs to convert between the two formats. programs to convert between the two formats.
" "
HOMEPAGE="http://sourceforge.net/projects/dos2unix" HOMEPAGE="http://sourceforge.net/projects/dos2unix"
SOURCE_URI="http://downloads.sourceforge.net/project/dos2unix/dos2unix/$portVersion/dos2unix-$portVersion.tar.gz" SOURCE_URI="http://downloads.sourceforge.net/project/dos2unix/dos2unix/$portVersion/dos2unix-$portVersion.tar.gz"
CHECKSUM_SHA256="9c23907296267fa4ea66e1ee03eb6f6229cf7b64968318d00a77076ae89c2612" CHECKSUM_SHA256="9c23907296267fa4ea66e1ee03eb6f6229cf7b64968318d00a77076ae89c2612"
@@ -42,7 +42,7 @@ BUILD_PREREQUIRES="
BUILD() BUILD()
{ {
find -name "*.1" | xargs touch find -name "*.1" | xargs touch
make $jobArgs ENABLE_NLS='' prefix="$prefix" make $jobArgs ENABLE_NLS='' prefix="$prefix"
} }
@@ -55,6 +55,6 @@ INSTALL()
rm -rf $docDir/fr $docDir/de $docDir/es $docDir/nl $docDir/pl \ rm -rf $docDir/fr $docDir/de $docDir/es $docDir/nl $docDir/pl \
$docDir/uk $docDir/pt_BR $docDir/uk $docDir/pt_BR
mv $prefix/share/man/man1 $manDir/ mv $prefix/share/man/man1 $manDir/
rm -rf $prefix/share rm -rf $prefix/share
} }

View File

@@ -1,5 +1,5 @@
DESCRIPTION="Tools for accessing and converting various ebook file formats" DESCRIPTION="Tools for accessing and converting various ebook file formats"
HOMEPAGE="http://sourceforge.net/projects/ebook-tools/" HOMEPAGE="http://sourceforge.net/projects/ebook-tools/"
SOURCE_URI="http://sourceforge.net/projects/ebook-tools/files/ebook-tools/0.2.1/ebook-tools-0.2.1.tar.gz" SOURCE_URI="http://sourceforge.net/projects/ebook-tools/files/ebook-tools/0.2.1/ebook-tools-0.2.1.tar.gz"
CHECKSUM_MD5="cabbd2ef9148a61ca5f6e60ca63e6045" CHECKSUM_MD5="cabbd2ef9148a61ca5f6e60ca63e6045"
REVISION="1" REVISION="1"

View File

@@ -32,4 +32,3 @@ INSTALL()
LICENSE="GNU LGPL v2.1" LICENSE="GNU LGPL v2.1"
COPYRIGHT="2003-2010 Dom Lachowicz" COPYRIGHT="2003-2010 Dom Lachowicz"

View File

@@ -1,7 +1,7 @@
SUMMARY="Tidy the layout and correct errors in HTML and XML documents" SUMMARY="Tidy the layout and correct errors in HTML and XML documents"
DESCRIPTION="htmltidy - Tidy the layout and correct errors in HTML and XML \ DESCRIPTION="htmltidy - Tidy the layout and correct errors in HTML and XML \
documents." documents."
HOMEPAGE="http://tidy.sourceforge.net/" HOMEPAGE="http://tidy.sourceforge.net/"
SOURCE_URI="cvs://:pserver:anonymous@tidy.cvs.sourceforge.net:/cvsroot/tidy/tidy#12/28/2009" SOURCE_URI="cvs://:pserver:anonymous@tidy.cvs.sourceforge.net:/cvsroot/tidy/tidy#12/28/2009"
REVISION="1" REVISION="1"
LICENSE="MIT" LICENSE="MIT"

View File

@@ -74,7 +74,7 @@ BUILD()
INSTALL() INSTALL()
{ {
make install make install
rm $libDir/charset.alias rm $libDir/charset.alias
if [ -n $secondaryArchSuffix ]; then if [ -n $secondaryArchSuffix ]; then
rm -rf $binDir rm -rf $binDir

View File

@@ -82,7 +82,7 @@ BUILD()
INSTALL() INSTALL()
{ {
make install make install
# remove libtool file # remove libtool file
rm $libDir/libetonyek-0.1.la rm $libDir/libetonyek-0.1.la

View File

@@ -26,7 +26,7 @@ PROVIDES="
REQUIRES=" REQUIRES="
haiku$secondaryArchSuffix haiku$secondaryArchSuffix
" "
BUILD_REQUIRES=" BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel haiku${secondaryArchSuffix}_devel
" "
@@ -72,7 +72,7 @@ INSTALL()
PROVIDES_devel=" PROVIDES_devel="
libpaper${secondaryArchSuffix}_devel = $portVersion libpaper${secondaryArchSuffix}_devel = $portVersion
devel:libpaper$secondaryArchSuffix = 1.1.24 compat >= 1 devel:libpaper$secondaryArchSuffix = 1.1.24 compat >= 1
" "
REQUIRES_devel=" REQUIRES_devel="

View File

@@ -78,7 +78,7 @@ BUILD()
INSTALL() INSTALL()
{ {
make install make install
# remove libtool file # remove libtool file
rm $libDir/libwps-0.3.la rm $libDir/libwps-0.3.la

View File

@@ -1,5 +1,5 @@
DESCRIPTION="Sablotron XML processor" DESCRIPTION="Sablotron XML processor"
HOMEPAGE="http://sourceforge.net/projects/sablotron" HOMEPAGE="http://sourceforge.net/projects/sablotron"
SOURCE_URI="http://sourceforge.net/projects/sablotron/files/sablotron-1.0.3/Sablot-1.0.3.tar.gz/download" SOURCE_URI="http://sourceforge.net/projects/sablotron/files/sablotron-1.0.3/Sablot-1.0.3.tar.gz/download"
REVISION="1" REVISION="1"
STATUS_HAIKU="stable" STATUS_HAIKU="stable"
@@ -16,7 +16,7 @@ BUILD()
aclocal aclocal
automake --add-missing -Wnone automake --add-missing -Wnone
autoconf autoconf
./configure --prefix=`finddir B_COMMON_DIRECTORY` ./configure --prefix=`finddir B_COMMON_DIRECTORY`
make make
} }

View File

@@ -34,7 +34,7 @@ PROVIDES="
cmd:xml2gbs$secondaryArchSuffix = $portVersion cmd:xml2gbs$secondaryArchSuffix = $portVersion
lib:libsword$secondaryArchSuffix = $portVersion lib:libsword$secondaryArchSuffix = $portVersion
" "
PROVIDES_devel=" PROVIDES_devel="
sword${secondaryArchSuffix}_devel = $portVersion sword${secondaryArchSuffix}_devel = $portVersion
devel:libsword$secondaryArchSuffix = $portVersion devel:libsword$secondaryArchSuffix = $portVersion
@@ -65,7 +65,7 @@ BUILD_PREREQUIRES="
cmd:awk cmd:awk
cmd:gcc$secondaryArchSuffix cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix cmd:ld$secondaryArchSuffix
cmd:make cmd:make
cmd:pkg_config$secondaryArchSuffix cmd:pkg_config$secondaryArchSuffix
cmd:icu_config$secondaryArchSuffix cmd:icu_config$secondaryArchSuffix
" "
@@ -79,10 +79,10 @@ BUILD()
INSTALL() INSTALL()
{ {
make $jobArgs install make $jobArgs install
prepareInstalledDevelLibs \ prepareInstalledDevelLibs \
libsword libsword
packageEntries devel \ packageEntries devel \
$developDir $developDir
} }

View File

@@ -93,10 +93,10 @@ BUILD()
INSTALL() INSTALL()
{ {
make install make install
prepareInstalledDevelLibs libtesseract prepareInstalledDevelLibs libtesseract
fixPkgconfig fixPkgconfig
# devel package # devel package
packageEntries devel $developDir packageEntries devel $developDir
} }

View File

@@ -23,7 +23,7 @@ the GNU Texinfo implementation) do not intend to make further releases of \
Texi2HTML. If you have difficulties using the new implementation, you could \ Texi2HTML. If you have difficulties using the new implementation, you could \
try to ask on the GNU Texinfo mailing lists. try to ask on the GNU Texinfo mailing lists.
" "
HOMEPAGE="http://www.nongnu.org/texi2html/" HOMEPAGE="http://www.nongnu.org/texi2html/"
COPYRIGHT="1999-2005 Patrice Dumas, Derek Price, Adrian Aichner & others." COPYRIGHT="1999-2005 Patrice Dumas, Derek Price, Adrian Aichner & others."
LICENSE="GNU GPL v2" LICENSE="GNU GPL v2"
SOURCE_URI="http://download.savannah.gnu.org/releases/texi2html/texi2html-1.82.tar.bz2" SOURCE_URI="http://download.savannah.gnu.org/releases/texi2html/texi2html-1.82.tar.bz2"

View File

@@ -28,7 +28,7 @@ BUILD_PREREQUIRES="
cmd:ld$secondaryArchSuffix cmd:ld$secondaryArchSuffix
cmd:make cmd:make
" "
BUILD() BUILD()
{ {
make make

View File

@@ -13,7 +13,7 @@ BUILD()
cmake .. cmake ..
make make
} }
INSTALL() INSTALL()
{ {
cd eigen-eigen-5097c01bcdc4/build cd eigen-eigen-5097c01bcdc4/build

View File

@@ -19,7 +19,7 @@ BUILD()
--docdir=${DOCDIR} --docdir=${DOCDIR}
make make
} }
INSTALL() INSTALL()
{ {
cd glog-0.3.3 cd glog-0.3.3

View File

@@ -3,7 +3,7 @@ Hugen is a simply python script for generating code for Haiku \
applications. It is based on templates. You can define your own \ applications. It is based on templates. You can define your own \
one and quick generate some files with adequate names and content \ one and quick generate some files with adequate names and content \
instead creating it manually. Templates for class and simple \ instead creating it manually. Templates for class and simple \
application with Makefile and Jamfile are provided by default. application with Makefile and Jamfile are provided by default.
" "
SUMMARY="Code generator for Haiku" SUMMARY="Code generator for Haiku"
HOMEPAGE="https://github.com/aldeck/hugen" HOMEPAGE="https://github.com/aldeck/hugen"
@@ -40,7 +40,7 @@ INSTALL()
mkdir -p $binDir mkdir -p $binDir
python=$portPackageLinksDir/cmd~python/bin/python python=$portPackageLinksDir/cmd~python/bin/python
version=$($python --version 2>&1 | sed 's/Python //' | head -c3) version=$($python --version 2>&1 | sed 's/Python //' | head -c3)
installLocation=$prefix/lib/python$version/vendor-packages installLocation=$prefix/lib/python$version/vendor-packages
mkdir -p $installLocation/hugen_app mkdir -p $installLocation/hugen_app
cp -R hugen.py configs/ templates/ $installLocation/hugen_app cp -R hugen.py configs/ templates/ $installLocation/hugen_app

View File

@@ -1,5 +1,5 @@
DESCRIPTION="Build infrastructure and utilities for GNOME C++ bindings." DESCRIPTION="Build infrastructure and utilities for GNOME C++ bindings."
HOMEPAGE="http://www.gtkmm.org/" HOMEPAGE="http://www.gtkmm.org/"
SOURCE_URI="http://ftp.gnome.org/pub/GNOME/sources/mm-common/0.9/mm-common-0.9.2.tar.gz" SOURCE_URI="http://ftp.gnome.org/pub/GNOME/sources/mm-common/0.9/mm-common-0.9.2.tar.gz"
REVISION="1" REVISION="1"
STATUS_HAIKU="stable" STATUS_HAIKU="stable"

View File

@@ -10,10 +10,10 @@ SOURCE_URI="http://www.msweet.org/files/project3/mxml-2.9.tar.gz"
CHECKSUM_SHA256="cded54653c584b24c4a78a7fa1b3b4377d49ac4f451ddf170ebbc8161d85ff92" CHECKSUM_SHA256="cded54653c584b24c4a78a7fa1b3b4377d49ac4f451ddf170ebbc8161d85ff92"
SOURCE_DIR="mxml-2.9" SOURCE_DIR="mxml-2.9"
PATCHES="mxml-2.9.patchset" PATCHES="mxml-2.9.patchset"
ARCHITECTURES="!x86_gcc2 !x86 !x86_64" ARCHITECTURES="!x86_gcc2 !x86 !x86_64"
SECONDARY_ARCHITECTURES="!x86_gcc2 !x86" SECONDARY_ARCHITECTURES="!x86_gcc2 !x86"
PROVIDES=" PROVIDES="
mxml$secondaryArchSuffix = $portVersion mxml$secondaryArchSuffix = $portVersion
lib:mxml$secondaryArchSuffix = $portVersion lib:mxml$secondaryArchSuffix = $portVersion
@@ -48,14 +48,14 @@ BUILD_PREREQUIRES="
" "
BUILD() BUILD()
{ {
libtoolize -fci libtoolize -fci
autoconf autoconf
runConfigure ./configure --enable-shared runConfigure ./configure --enable-shared
sed -i "s|LIBS = -pthread|LIBS=|" $sourceDir/Makefile sed -i "s|LIBS = -pthread|LIBS=|" $sourceDir/Makefile
make $jobArgs make $jobArgs
} }
INSTALL() INSTALL()
{ {
make install make install

View File

@@ -7,7 +7,7 @@ CHECKSUM_SHA256="2ed639a7155607c097c2029af5f4287296595080b2e5dd2e2ebd9bbb7450b87
REVISION="1" REVISION="1"
LICENSE="BSD (2-clause)" LICENSE="BSD (2-clause)"
COPYRIGHT="2008 Jesse Beder" COPYRIGHT="2008 Jesse Beder"
ARCHITECTURES="x86_gcc2 x86 x86_64" ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86" SECONDARY_ARCHITECTURES="x86_gcc2 x86"
@@ -34,19 +34,19 @@ BUILD_PREREQUIRES="
" "
BUILD() BUILD()
{ {
autoreconf -fi autoreconf -fi
runConfigure ./configure runConfigure ./configure
make $jobArgs make $jobArgs
} }
INSTALL() INSTALL()
{ {
make install make install
mkdir -p $docDir mkdir -p $docDir
fixPkgconfig fixPkgconfig
mv $prefix/share/doc/sparsehash*/* $docDir mv $prefix/share/doc/sparsehash*/* $docDir
rm -rf $prefix/share rm -rf $prefix/share
} }

View File

@@ -8,7 +8,7 @@ SOURCE_DIR="yaml-cpp-$portVersion"
REVISION="1" REVISION="1"
LICENSE="MIT" LICENSE="MIT"
COPYRIGHT="2008 Jesse Beder" COPYRIGHT="2008 Jesse Beder"
ARCHITECTURES="!x86_gcc2 x86 x86_64" ARCHITECTURES="!x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86" SECONDARY_ARCHITECTURES="x86"
@@ -36,15 +36,15 @@ BUILD_PREREQUIRES="
" "
BUILD() BUILD()
{ {
cmake -DBUILD_SHARED_LIBS=ON -DCMAKE_INSTALL_PREFIX:PATH=$prefix . cmake -DBUILD_SHARED_LIBS=ON -DCMAKE_INSTALL_PREFIX:PATH=$prefix .
make $jobArgs make $jobArgs
} }
INSTALL() INSTALL()
{ {
make install make install
mkdir -p `dirname $includeDir` $libDir mkdir -p `dirname $includeDir` $libDir
mv $prefix/include $includeDir mv $prefix/include $includeDir

View File

@@ -1,5 +1,5 @@
SUMMARY="The Oracle Berkeley Database" SUMMARY="The Oracle Berkeley Database"
DESCRIPTION="The Oracle Berkeley DB family of open source, embeddable databases provides developers with fast, reliable, local persistence with zero administration." DESCRIPTION="The Oracle Berkeley DB family of open source, embeddable databases provides developers with fast, reliable, local persistence with zero administration."
HOMEPAGE="http://www.oracle.com/technetwork/database/berkeleydb/index.html" HOMEPAGE="http://www.oracle.com/technetwork/database/berkeleydb/index.html"
SOURCE_URI="http://download.oracle.com/berkeley-db/db-${portVersion}.tar.gz" SOURCE_URI="http://download.oracle.com/berkeley-db/db-${portVersion}.tar.gz"
CHECKSUM_SHA256="e0491a07cdb21fb9aa82773bbbedaeb7639cbd0e7f96147ab46141e0045db72a" CHECKSUM_SHA256="e0491a07cdb21fb9aa82773bbbedaeb7639cbd0e7f96147ab46141e0045db72a"

View File

@@ -2,7 +2,7 @@ SUMMARY="The Oracle Berkeley Database"
DESCRIPTION=" DESCRIPTION="
The Oracle Berkeley DB family of open source, embeddable databases provides \ The Oracle Berkeley DB family of open source, embeddable databases provides \
developers with fast, reliable, local persistence with zero administration. developers with fast, reliable, local persistence with zero administration.
" "
HOMEPAGE="http://www.oracle.com/technetwork/database/berkeleydb/index.html" HOMEPAGE="http://www.oracle.com/technetwork/database/berkeleydb/index.html"
SOURCE_URI="http://download.oracle.com/berkeley-db/db-5.3.28.tar.gz" SOURCE_URI="http://download.oracle.com/berkeley-db/db-5.3.28.tar.gz"
CHECKSUM_SHA256="e0a992d740709892e81f9d93f06daf305cf73fb81b545afe72478043172c3628" CHECKSUM_SHA256="e0a992d740709892e81f9d93f06daf305cf73fb81b545afe72478043172c3628"

View File

@@ -2,7 +2,7 @@ SUMMARY="The Oracle Berkeley Database"
DESCRIPTION=" DESCRIPTION="
The Oracle Berkeley DB family of open source, embeddable databases provides \ The Oracle Berkeley DB family of open source, embeddable databases provides \
developers with fast, reliable, local persistence with zero administration. developers with fast, reliable, local persistence with zero administration.
" "
HOMEPAGE="http://www.oracle.com/technetwork/database/berkeleydb/index.html" HOMEPAGE="http://www.oracle.com/technetwork/database/berkeleydb/index.html"
SOURCE_URI="http://download.oracle.com/berkeley-db/db-6.0.30.tar.gz" SOURCE_URI="http://download.oracle.com/berkeley-db/db-6.0.30.tar.gz"
CHECKSUM_SHA256="608e4b1cf390e9bf54c0ef00c5bd9ca76d36e2261b9f4d33d54516f3f6a20fd2" CHECKSUM_SHA256="608e4b1cf390e9bf54c0ef00c5bd9ca76d36e2261b9f4d33d54516f3f6a20fd2"

View File

@@ -2,7 +2,7 @@ SUMMARY="The Oracle Berkeley Database"
DESCRIPTION=" DESCRIPTION="
The Oracle Berkeley DB family of open source, embeddable databases provides \ The Oracle Berkeley DB family of open source, embeddable databases provides \
developers with fast, reliable, local persistence with zero administration. developers with fast, reliable, local persistence with zero administration.
" "
HOMEPAGE="http://www.oracle.com/technetwork/database/berkeleydb/index.html" HOMEPAGE="http://www.oracle.com/technetwork/database/berkeleydb/index.html"
SOURCE_URI="http://download.oracle.com/berkeley-db/db-$portVersion.tar.gz" SOURCE_URI="http://download.oracle.com/berkeley-db/db-$portVersion.tar.gz"
CHECKSUM_SHA256="822e1591f7f535c5eb16389fbd5c1f14877a9561674cc1d497f1db318ef86107" CHECKSUM_SHA256="822e1591f7f535c5eb16389fbd5c1f14877a9561674cc1d497f1db318ef86107"

View File

@@ -1,5 +1,5 @@
DESCRIPTION="SQL database server." DESCRIPTION="SQL database server."
HOMEPAGE="http://www.mysql.com" HOMEPAGE="http://www.mysql.com"
SOURCE_URI="http://mirror.provenscaling.com/mysql/community/source/5.0/mysql-5.0.83.tar.gz" SOURCE_URI="http://mirror.provenscaling.com/mysql/community/source/5.0/mysql-5.0.83.tar.gz"
CHECKSUM_MD5="051392064a1e32cca5c23a593908b10e" CHECKSUM_MD5="051392064a1e32cca5c23a593908b10e"
REVISION="1" REVISION="1"

View File

@@ -1,5 +1,5 @@
DESCRIPTION="PostgreSQL is a powerful, open source object-relational database system." DESCRIPTION="PostgreSQL is a powerful, open source object-relational database system."
HOMEPAGE="http://www.postgresql.org/" HOMEPAGE="http://www.postgresql.org/"
SOURCE_URI="http://wwwmaster.postgresql.org/redir/198/f/source/v9.0.4/postgresql-9.0.4.tar.bz2" SOURCE_URI="http://wwwmaster.postgresql.org/redir/198/f/source/v9.0.4/postgresql-9.0.4.tar.bz2"
REVISION="1" REVISION="1"
STATUS_HAIKU="broken" STATUS_HAIKU="broken"

View File

@@ -1,5 +1,5 @@
DESCRIPTION="A powerful, open source object-relational database system." DESCRIPTION="A powerful, open source object-relational database system."
HOMEPAGE="http://www.postgresql.org/" HOMEPAGE="http://www.postgresql.org/"
SOURCE_URI="http://ftp.postgresql.org/pub/source/v9.2.3/postgresql-9.2.3.tar.bz2" SOURCE_URI="http://ftp.postgresql.org/pub/source/v9.2.3/postgresql-9.2.3.tar.bz2"
REVISION="1" REVISION="1"
STATUS_HAIKU="broken" STATUS_HAIKU="broken"

View File

@@ -14,7 +14,7 @@ CHAR, VARCHAR, DATE, INTERVAL, and TIMESTAMP.
video. video.
* It has native programming interfaces for C/C++, Java, .Net, Perl, Python, \ * It has native programming interfaces for C/C++, Java, .Net, Perl, Python, \
Ruby, Tcl, ODBC, among others, and exceptional documentation." Ruby, Tcl, ODBC, among others, and exceptional documentation."
HOMEPAGE="http://www.postgresql.org/" HOMEPAGE="http://www.postgresql.org/"
LICENSE="PostgreSQL" LICENSE="PostgreSQL"
COPYRIGHT="1996-2014 PostgreSQL Global Development Group" COPYRIGHT="1996-2014 PostgreSQL Global Development Group"
SOURCE_URI="http://ftp.postgresql.org/pub/source/v$portVersion/postgresql-$portVersion.tar.bz2" SOURCE_URI="http://ftp.postgresql.org/pub/source/v$portVersion/postgresql-$portVersion.tar.bz2"
@@ -98,7 +98,7 @@ BUILD()
INSTALL() INSTALL()
{ {
make install make install
prepareInstalledDevelLibs libpgport \ prepareInstalledDevelLibs libpgport \
libpgcommon \ libpgcommon \
libecpg \ libecpg \

View File

@@ -1,4 +1,4 @@
SUMMARY="A powerful, open source object-relational database system" SUMMARY="A powerful, open source object-relational database system"
DESCRIPTION="PostgreSQL is a powerful, open source object-relational \ DESCRIPTION="PostgreSQL is a powerful, open source object-relational \
database system. It has more than 15 years of active development and a \ database system. It has more than 15 years of active development and a \
proven architecture that has earned it a strong reputation for reliability, \ proven architecture that has earned it a strong reputation for reliability, \

View File

@@ -1,11 +1,11 @@
SUMMARY="An SQL Database Engine in a C library" SUMMARY="An SQL Database Engine in a C library"
DESCRIPTION=" DESCRIPTION="
SQLite is a software library that implements a self-contained, serverless, \ SQLite is a software library that implements a self-contained, serverless, \
zero-configuration, transactional SQL database engine. zero-configuration, transactional SQL database engine.
SQLite is the most widely deployed SQL database engine in the world. The \ SQLite is the most widely deployed SQL database engine in the world. The \
source code for SQLite is in the public domain. source code for SQLite is in the public domain.
" "
HOMEPAGE="http://www.sqlite.org/" HOMEPAGE="http://www.sqlite.org/"
sqliteVersion=$(echo $portVersion | sed -e 's/\.\([0-9]\>\)/0\1/g' -e 's/\.//g') sqliteVersion=$(echo $portVersion | sed -e 's/\.\([0-9]\>\)/0\1/g' -e 's/\.//g')
SOURCE_URI="http://www.sqlite.org/2015/sqlite-autoconf-$sqliteVersion.tar.gz" SOURCE_URI="http://www.sqlite.org/2015/sqlite-autoconf-$sqliteVersion.tar.gz"
CHECKSUM_SHA256="fb99b0ac038c4a7e48b44b61836cb41d4eeba36b4d0ee757beeab59031a1d3b6" CHECKSUM_SHA256="fb99b0ac038c4a7e48b44b61836cb41d4eeba36b4d0ee757beeab59031a1d3b6"

View File

@@ -1,8 +1,8 @@
SUMMARY="DotGNU Portable .NET suite" SUMMARY="DotGNU Portable .NET suite"
DESCRIPTION="DotGNU Portable.NET is a portable suite of tools (including a C# \ DESCRIPTION="DotGNU Portable.NET is a portable suite of tools (including a C# \
compiler, assembler, and runtime engine) for non-Microsoft platforms. It is \ compiler, assembler, and runtime engine) for non-Microsoft platforms. It is \
part of the DotGNU meta-project" part of the DotGNU meta-project"
HOMEPAGE="http://www.dotgnu.org/pnet.html" HOMEPAGE="http://www.dotgnu.org/pnet.html"
SOURCE_URI="http://download.savannah.gnu.org/releases/dotgnu-pnet/pnet-0.8.0.tar.gz" SOURCE_URI="http://download.savannah.gnu.org/releases/dotgnu-pnet/pnet-0.8.0.tar.gz"
CHECKSUM_SHA256="f1340ae3567a5f05729d9d201bd719268ceca07bde4f62c58a92abfda64551bb" CHECKSUM_SHA256="f1340ae3567a5f05729d9d201bd719268ceca07bde4f62c58a92abfda64551bb"
REVISION="1" REVISION="1"
@@ -101,7 +101,7 @@ BUILD()
INSTALL() INSTALL()
{ {
make install make install
packageEntries devel \ packageEntries devel \
$developDir \ $developDir \
$manDir $manDir

View File

@@ -15,7 +15,7 @@ HOMEPAGE="http://dfu-programmer.sourceforge.net"
COPYRIGHT="Weston Schmidt" COPYRIGHT="Weston Schmidt"
LICENSE="GNU GPL v2" LICENSE="GNU GPL v2"
REVISION="1" REVISION="1"
SOURCE_URI="http://downloads.sourceforge.net/project/dfu-programmer/dfu-programmer/0.6.2/dfu-programmer-0.6.2.tar.gz" SOURCE_URI="http://downloads.sourceforge.net/project/dfu-programmer/dfu-programmer/0.6.2/dfu-programmer-0.6.2.tar.gz"
SOURCE_DIR="dfu-programmer-0.6.2" SOURCE_DIR="dfu-programmer-0.6.2"
CHECKSUM_SHA256="0120966a424dd98124962055750e90cbd6c7b6b0fbf5b187bf435daa0a24af65" CHECKSUM_SHA256="0120966a424dd98124962055750e90cbd6c7b6b0fbf5b187bf435daa0a24af65"
PATCHES="dfu-programmer-0.6.2.patch" PATCHES="dfu-programmer-0.6.2.patch"

View File

@@ -1,7 +1,7 @@
SUMMARY="utilities for working with Das U-Boot" SUMMARY="utilities for working with Das U-Boot"
DESCRIPTION="This package includes the mkimage program, which allows generation DESCRIPTION="This package includes the mkimage program, which allows generation
of U-Boot images in various formats." of U-Boot images in various formats."
HOMEPAGE="http://www.denx.de/wiki/U-Boot/Documentation" HOMEPAGE="http://www.denx.de/wiki/U-Boot/Documentation"
REVISION="1" REVISION="1"
ARCHITECTURES="x86_gcc2 x86_64" ARCHITECTURES="x86_gcc2 x86_64"

View File

@@ -38,7 +38,7 @@ BUILD()
cmake . cmake .
make make
} }
INSTALL() INSTALL()
{ {
cd Box2D cd Box2D

View File

@@ -17,7 +17,7 @@ BUILD()
./configure --prefix=`finddir B_COMMON_DIRECTORY` ./configure --prefix=`finddir B_COMMON_DIRECTORY`
make make
} }
INSTALL() INSTALL()
{ {
cd flatzebra-0.1.3 cd flatzebra-0.1.3

View File

@@ -1,5 +1,5 @@
DESCRIPTION="GGZ Library libggz" DESCRIPTION="GGZ Library libggz"
HOMEPAGE="http://dev.ggzgamingzone.org/libraries/libggz/" HOMEPAGE="http://dev.ggzgamingzone.org/libraries/libggz/"
SOURCE_URI="http://mirrors.ibiblio.org/pub/mirrors/ggzgamingzone/ggz/snapshots/ggz-base-libs-snapshot-0.99.5.tar.gz" SOURCE_URI="http://mirrors.ibiblio.org/pub/mirrors/ggzgamingzone/ggz/snapshots/ggz-base-libs-snapshot-0.99.5.tar.gz"
CHECKSUM_MD5="811d956fe082ee27c682c6d1c4d55142" CHECKSUM_MD5="811d956fe082ee27c682c6d1c4d55142"
REVISION="1" REVISION="1"

View File

@@ -28,11 +28,11 @@ REQUIRES="
lib:libstdc++$secondaryArchSuffix lib:libstdc++$secondaryArchSuffix
lib:libgcc_s$secondaryArchSuffix lib:libgcc_s$secondaryArchSuffix
" "
BUILD_REQUIRES=" BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel haiku${secondaryArchSuffix}_devel
" "
BUILD_PREREQUIRES=" BUILD_PREREQUIRES="
cmd:make cmd:make
cmd:mkdepend cmd:mkdepend
@@ -51,12 +51,12 @@ BUILD()
INSTALL() INSTALL()
{ {
fixDevelopLibDirReferences ode-config fixDevelopLibDirReferences ode-config
make install make install
prepareInstalledDevelLib libode prepareInstalledDevelLib libode
fixPkgconfig fixPkgconfig
# devel package # devel package
packageEntries devel \ packageEntries devel \
$developDir \ $developDir \
@@ -68,7 +68,7 @@ PROVIDES_devel="
devel:libode$secondaryArchSuffix = $portVersion devel:libode$secondaryArchSuffix = $portVersion
cmd:ode_config$secondaryArchSuffix = $portVersion cmd:ode_config$secondaryArchSuffix = $portVersion
" "
REQUIRES_devel=" REQUIRES_devel="
haiku$secondaryArchSuffix haiku$secondaryArchSuffix
ode$secondaryArchSuffix == $portVersion base ode$secondaryArchSuffix == $portVersion base

View File

@@ -51,10 +51,10 @@ BUILD()
INSTALL() INSTALL()
{ {
make install make install
prepareInstalledDevelLib libphysfs prepareInstalledDevelLib libphysfs
fixPkgconfig fixPkgconfig
# devel package # devel package
packageEntries devel \ packageEntries devel \
$developDir $developDir

View File

@@ -18,7 +18,7 @@ COPYRIGHT="1998-1999, 2001-2008 Free Software Foundation
2004 World Wide Web Consortium 2004 World Wide Web Consortium
2005 Caolan McNamara 2005 Caolan McNamara
2005 Daniel Richard G." 2005 Daniel Richard G."
ARCHITECTURES="?x86_gcc2 ?x86 ?x86_64" ARCHITECTURES="?x86_gcc2 ?x86 ?x86_64"
SECONDARY_ARCHITECTURES="?x86_gcc2 ?x86" SECONDARY_ARCHITECTURES="?x86_gcc2 ?x86"

View File

@@ -4,7 +4,7 @@ JamVM is a new Java Virtual Machine which conforms to the JVM specification \
version 2 (blue book). In comparison to most other VM's (free and commercial) \ version 2 (blue book). In comparison to most other VM's (free and commercial) \
it is extremely small. it is extremely small.
" "
HOMEPAGE="http://jamvm.sourceforge.net/" HOMEPAGE="http://jamvm.sourceforge.net/"
SOURCE_URI="http://sourceforge.net/projects/jamvm/files/jamvm/JamVM%20$portVersion/jamvm-$portVersion.tar.gz" SOURCE_URI="http://sourceforge.net/projects/jamvm/files/jamvm/JamVM%20$portVersion/jamvm-$portVersion.tar.gz"
CHECKSUM_SHA256="7865693698bc4322cabe1014a4b7ebdec1bc1daf45f1a4457b6e908a4446b124" CHECKSUM_SHA256="7865693698bc4322cabe1014a4b7ebdec1bc1daf45f1a4457b6e908a4446b124"
REVISION="1" REVISION="1"

View File

@@ -4,7 +4,7 @@ JamVM is a new Java Virtual Machine which conforms to the JVM specification \
version 2 (blue book). In comparison to most other VM's (free and commercial) \ version 2 (blue book). In comparison to most other VM's (free and commercial) \
it is extremely small. it is extremely small.
" "
HOMEPAGE="http://jamvm.sourceforge.net/" HOMEPAGE="http://jamvm.sourceforge.net/"
SOURCE_URI="http://sourceforge.net/projects/jamvm/files/jamvm/JamVM%20$portVersion/jamvm-$portVersion.tar.gz" SOURCE_URI="http://sourceforge.net/projects/jamvm/files/jamvm/JamVM%20$portVersion/jamvm-$portVersion.tar.gz"
CHECKSUM_SHA256="76428e96df0ae9dd964c7a7c74c1e9a837e2f312c39e9a357fa8178f7eff80da" CHECKSUM_SHA256="76428e96df0ae9dd964c7a7c74c1e9a837e2f312c39e9a357fa8178f7eff80da"
REVISION="1" REVISION="1"

View File

@@ -40,7 +40,7 @@ BUILD_PREREQUIRES="
cmd:javah cmd:javah
cmd:libtoolize cmd:libtoolize
cmd:make cmd:make
cmd:find cmd:find
" "
BUILD() BUILD()
@@ -55,10 +55,10 @@ BUILD()
INSTALL() INSTALL()
{ {
mkdir -p $libDir/openjdk/jre/lib/i386 mkdir -p $libDir/openjdk/jre/lib/i386
cp i586-pc-haiku/.libs/librxtxSerial-2.2.so $libDir/openjdk/jre/lib/i386 cp i586-pc-haiku/.libs/librxtxSerial-2.2.so $libDir/openjdk/jre/lib/i386
cp i586-pc-haiku/.libs/librxtxSerial.so $libDir/openjdk/jre/lib/i386 cp i586-pc-haiku/.libs/librxtxSerial.so $libDir/openjdk/jre/lib/i386
mkdir -p $libDir/openjdk/jre/lib/ext mkdir -p $libDir/openjdk/jre/lib/ext
cp RXTXcomm.jar $libDir/openjdk/jre/lib/ext cp RXTXcomm.jar $libDir/openjdk/jre/lib/ext
} }

Some files were not shown because too many files have changed in this diff Show More