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="
eSpeak is a compact open source software speech synthesizer \
for English and other languages, for Linux and Windows.
eSpeak uses a \"formant synthesis\" method. \
This allows many languages to be provided in a small size. \
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"
DESCRIPTION="This archiver let's you create and extract files in the old DOS \
.ARC format."
HOMEPAGE="http://arc.sourceforge.net/"
HOMEPAGE="http://arc.sourceforge.net/"
LICENSE="GNU GPL v2"
COPYRIGHT="1985-2009 Thom Henderson"
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 \
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"
COPYRIGHT="2000-2011 Stuart Caie"
SOURCE_URI="http://www.cabextract.org.uk/cabextract-1.4.tar.gz"

View File

@@ -9,7 +9,7 @@ COPYRIGHT="
1993-1995, Nobutaka Watazaki
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"
CHECKSUM_SHA256="b5261e9f98538816aa9e64791f23cb83f1632ecda61f02e54b6749e9ca5e9ee4"
REVISION="2"

View File

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

View File

@@ -54,7 +54,7 @@ INSTALL()
BINDIR=$binDir MANDIR=$manDir/man1
prepareInstalledDevelLibs liblz4
fixPkgconfig
packageEntries devel \
$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 \
quantum computers eventually render LZMA obsolete.
- 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"
COPYRIGHT="2014 Antonio Diaz Diaz"

View File

@@ -11,7 +11,7 @@ systems that provide the zlib and pthread libraries.
"
LICENSE="Zlib"
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"
CHECKSUM_SHA256="629b0ce5422a3978f31742bf8275d0be2f84987140d18f390f1e3b4e46e0af54"
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 \
by Johnathon Forbes and Tomi Poutanen. unlzx is a program designed to extract \
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"
ADDITIONAL_FILES="unlzx-expander-rules"
REVISION="3"
@@ -20,12 +20,12 @@ BUILD_REQUIRES="
cmd:gcc
cmd:strip
"
PROVIDES="
unlzx = $portVersion
cmd:unlzx
"
BUILD()
{
gcc unlzx.c -o unlzx

View File

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

View File

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

View File

@@ -7,7 +7,7 @@ multiple filesystems.
"
LICENSE="GNU GPL v2"
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"
CHECKSUM_SHA256="e5867692aae8c9bfbcdc774599022289c4d89c1d90f4dd7101fb9865ac773c71"
REVISION="1"

View File

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

View File

@@ -1,5 +1,5 @@
DESCRIPTION="libmicro - portable microbenchmarks"
HOMEPAGE="http://hub.opensolaris.org/bin/view/Project+libmicro"
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"

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 \
validate the reliability, robustness, and stability of Linux. The LTP \
testsuite contains a collection of tools for testing the Linux kernel and \
related features."
related features."
HOMEPAGE="http://linux-test-project.github.io/"
LICENSE="GNU GPL v2"
REVISION="1"

View File

@@ -1,6 +1,6 @@
SUMMARY="Hard disk benchmarking program"
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"
LICENSE="GNU GPL v2"
REVISION="1"

View File

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

View File

@@ -13,7 +13,7 @@ optional Rock Ridge attributes
- isoinfo: A program to analyse/verify ISO/9660/Joliet/Rock-Ridge Filesystems
- isovfy: A program to verify the ISO-9660 structures
- 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)
1995-2013 J. Schilling (cdrecord)"
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
- isovfy: A program to verify the ISO-9660 structures
- 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)
1995-2013 J. Schilling (cdrecord) "
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
- isovfy: A program to verify the ISO-9660 structures
- rscsi: A Remote SCSI enabling daemon"
HOMEPAGE="http://cdrecord.org"
HOMEPAGE="http://cdrecord.org"
COPYRIGHT="1993-1997 Eric Youngdale, 1997-2010 J. Schilling (mkisofs)
1995-2013 J. Schilling (cdrecord) "
LICENSE="GNU GPL v2
CDDL v1"
REVISION="1"
REVISION="1"
SOURCE_URI="http://sourceforge.net/projects/cdrtools/files/alpha/cdrtools-3.01a25.tar.bz2"
CHECKSUM_SHA256="12c555263c9b56d83ea104918c0c6c7df41c3dd51206ae1986e88aed892b29be"
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
- isovfy: A program to verify the ISO-9660 structures
- rscsi: A Remote SCSI enabling daemon"
HOMEPAGE="http://cdrecord.org"
HOMEPAGE="http://cdrecord.org"
COPYRIGHT="1995-2015 Joerg Schilling (cdrecord, readcd)
1993-2004 Heiko Eissfeldt, 2004-2015 Joerg Schilling (cdda2wav)
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
- isovfy: A program to verify the ISO-9660 structures
- rscsi: A Remote SCSI enabling daemon"
HOMEPAGE="http://cdrecord.org/"
HOMEPAGE="http://cdrecord.org/"
COPYRIGHT="1995-2015 Joerg Schilling (cdrecord, readcd)
1993-2004 Heiko Eissfeldt, 2004-2015 Joerg Schilling (cdda2wav)
1993-1997 Eric Youngdale, 1997-2002 James Pearson, 1997-2015 Joerg \

View File

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

View File

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

View File

@@ -8,7 +8,7 @@ and can check documents in UTF-8.
"
LICENSE="GNU GPL v2"
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"
CHECKSUM_SHA256="ff9df3c2e8c5bb19c6a66078b36a0ef4c4dfb0fcb969e29f7b5345e26d748d0a"
REVISION="1"

View File

@@ -7,7 +7,7 @@ meanings, and synonyms.
- written in C++ to make it easier to interface with \
LibreOffice, OpenOffice, AbiWord, Pspell, etc
- 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 \
with no warnigns so it shouldbe quite portable
- it uses a simple perl program to read the structured \

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,5 +1,5 @@
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"
COPYRIGHT="2001-2002 Anthony Lee"
LICENSE="GNU LGPL v2"

View File

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

View File

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

View File

@@ -11,7 +11,7 @@ command-line.
* It can report parse errors as coming from the shell script.
* 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"
CHECKSUM_SHA256="11893276b94b1629606ab75772143918a5713259950fbf4216288e246f19fbb6"
REVISION="1"

View File

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

View File

@@ -28,9 +28,7 @@ REQUIRES="
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
"
BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_dPREREQUIRES="
cmd:make
cmd:gcc${secondaryArchSuffix}
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="
Screen is a full-screen window manager that multiplexes a physical \
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 \
and even when the whole screen session is detached from the users terminal. \
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"
REVISION="1"
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="
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"
CHECKSUM_SHA256="865ce03933dcf61c9dc4e673cd458a902b7f47de8430176aeb2ca0ae78ee8b67"
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="
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"
REVISION="1"
LICENSE="MIT (no promotion)"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,4 +1,4 @@
SUMMARY="Highly configurable text format for writing documentation"
SUMMARY="Highly configurable text format for writing documentation"
DESCRIPTION="
AsciiDoc is a text document format for writing notes, documentation, articles, \
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 \
be customized and extended by the user.
"
HOMEPAGE="http://asciidoc.org"
HOMEPAGE="http://asciidoc.org"
LICENSE="GNU GPL v2"
COPYRIGHT="2002-2011 Stuart Rackham"
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."
LICENSE="GNU LGPL v2"
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"
CHECKSUM_SHA256="f52583a83a63633701c5f71db3dc40aab87b7f76b29723aeb27941eff42df6e1"
REVISION="1"

View File

@@ -1,5 +1,5 @@
DESCRIPTION="converts filenames from one encoding to another"
HOMEPAGE="https://www.j3e.de/linux/convmv/"
DESCRIPTION="converts filenames from one encoding to another"
HOMEPAGE="https://www.j3e.de/linux/convmv/"
SOURCE_URI="https://www.j3e.de/linux/convmv/convmv-1.15.tar.gz"
REVISION="1"
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 \
script, and a tiny (3 programs so far) suite of example programs that show \
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"
CHECKSUM_SHA256="7280da7a27be42244311912eeee19695623f196817ec08f43b652fcc2ded975d"
REVISION="1"

View File

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

View File

@@ -73,4 +73,3 @@ INSTALL()
"$dataDir/xml/docbook/xsl-stylesheets-1.78.1" \
$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 \
just LF. Dos2unix and unix2dos are simple parser/converter command line \
programs to convert between the two formats.
"
"
HOMEPAGE="http://github.com/puckipedia/dos2unix"
SOURCE_URI="git://github.com/puckipedia/dos2unix.git#553720356be18ca60cae3d970a575520aef5a4f4"
REVISION="1"

View File

@@ -1,6 +1,6 @@
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."
HOMEPAGE="http://www.programmersheaven.com/download/3118/download.aspx"
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"
SOURCE_URI="http://ports-space.haiku-files.org/source/dos2unix-1.0.zip"
CHECKSUM_SHA256="a88941a2ab824deb79e7d012b0df72b5c84d1157af0b2d59b46184fb35b5519d"
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 \
just LF. Dos2unix and unix2dos are simple parser/converter command line \
programs to convert between the two formats.
"
"
HOMEPAGE="http://sourceforge.net/projects/dos2unix"
SOURCE_URI="http://downloads.sourceforge.net/project/dos2unix/dos2unix/$portVersion/dos2unix-$portVersion.tar.gz"
CHECKSUM_SHA256="9c23907296267fa4ea66e1ee03eb6f6229cf7b64968318d00a77076ae89c2612"
@@ -42,7 +42,7 @@ BUILD_PREREQUIRES="
BUILD()
{
find -name "*.1" | xargs touch
find -name "*.1" | xargs touch
make $jobArgs ENABLE_NLS='' prefix="$prefix"
}
@@ -55,6 +55,6 @@ INSTALL()
rm -rf $docDir/fr $docDir/de $docDir/es $docDir/nl $docDir/pl \
$docDir/uk $docDir/pt_BR
mv $prefix/share/man/man1 $manDir/
rm -rf $prefix/share
}

View File

@@ -1,5 +1,5 @@
DESCRIPTION="Tools for accessing and converting various ebook file formats"
HOMEPAGE="http://sourceforge.net/projects/ebook-tools/"
DESCRIPTION="Tools for accessing and converting various ebook file formats"
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"
CHECKSUM_MD5="cabbd2ef9148a61ca5f6e60ca63e6045"
REVISION="1"

View File

@@ -32,4 +32,3 @@ INSTALL()
LICENSE="GNU LGPL v2.1"
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 \
documents."
HOMEPAGE="http://tidy.sourceforge.net/"
documents."
HOMEPAGE="http://tidy.sourceforge.net/"
SOURCE_URI="cvs://:pserver:anonymous@tidy.cvs.sourceforge.net:/cvsroot/tidy/tidy#12/28/2009"
REVISION="1"
LICENSE="MIT"

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,5 +1,5 @@
DESCRIPTION="Sablotron XML processor"
HOMEPAGE="http://sourceforge.net/projects/sablotron"
DESCRIPTION="Sablotron XML processor"
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"
REVISION="1"
STATUS_HAIKU="stable"
@@ -16,7 +16,7 @@ BUILD()
aclocal
automake --add-missing -Wnone
autoconf
./configure --prefix=`finddir B_COMMON_DIRECTORY`
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}

View File

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

View File

@@ -93,10 +93,10 @@ BUILD()
INSTALL()
{
make install
prepareInstalledDevelLibs libtesseract
fixPkgconfig
# devel package
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 \
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."
LICENSE="GNU GPL v2"
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:make
"
BUILD()
{
make

View File

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

View File

@@ -19,7 +19,7 @@ BUILD()
--docdir=${DOCDIR}
make
}
INSTALL()
{
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 \
one and quick generate some files with adequate names and content \
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"
HOMEPAGE="https://github.com/aldeck/hugen"
@@ -40,7 +40,7 @@ INSTALL()
mkdir -p $binDir
python=$portPackageLinksDir/cmd~python/bin/python
version=$($python --version 2>&1 | sed 's/Python //' | head -c3)
installLocation=$prefix/lib/python$version/vendor-packages
mkdir -p $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."
HOMEPAGE="http://www.gtkmm.org/"
DESCRIPTION="Build infrastructure and utilities for GNOME C++ bindings."
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"
REVISION="1"
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"
SOURCE_DIR="mxml-2.9"
PATCHES="mxml-2.9.patchset"
ARCHITECTURES="!x86_gcc2 !x86 !x86_64"
SECONDARY_ARCHITECTURES="!x86_gcc2 !x86"
PROVIDES="
mxml$secondaryArchSuffix = $portVersion
lib:mxml$secondaryArchSuffix = $portVersion
@@ -48,14 +48,14 @@ BUILD_PREREQUIRES="
"
BUILD()
{
{
libtoolize -fci
autoconf
runConfigure ./configure --enable-shared
sed -i "s|LIBS = -pthread|LIBS=|" $sourceDir/Makefile
make $jobArgs
}
INSTALL()
{
make install

View File

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

View File

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

View File

@@ -1,5 +1,5 @@
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"
SOURCE_URI="http://download.oracle.com/berkeley-db/db-${portVersion}.tar.gz"
CHECKSUM_SHA256="e0491a07cdb21fb9aa82773bbbedaeb7639cbd0e7f96147ab46141e0045db72a"

View File

@@ -2,7 +2,7 @@ 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.
"
"
HOMEPAGE="http://www.oracle.com/technetwork/database/berkeleydb/index.html"
SOURCE_URI="http://download.oracle.com/berkeley-db/db-5.3.28.tar.gz"
CHECKSUM_SHA256="e0a992d740709892e81f9d93f06daf305cf73fb81b545afe72478043172c3628"

View File

@@ -2,7 +2,7 @@ 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.
"
"
HOMEPAGE="http://www.oracle.com/technetwork/database/berkeleydb/index.html"
SOURCE_URI="http://download.oracle.com/berkeley-db/db-6.0.30.tar.gz"
CHECKSUM_SHA256="608e4b1cf390e9bf54c0ef00c5bd9ca76d36e2261b9f4d33d54516f3f6a20fd2"

View File

@@ -2,7 +2,7 @@ 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.
"
"
HOMEPAGE="http://www.oracle.com/technetwork/database/berkeleydb/index.html"
SOURCE_URI="http://download.oracle.com/berkeley-db/db-$portVersion.tar.gz"
CHECKSUM_SHA256="822e1591f7f535c5eb16389fbd5c1f14877a9561674cc1d497f1db318ef86107"

View File

@@ -1,5 +1,5 @@
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"
CHECKSUM_MD5="051392064a1e32cca5c23a593908b10e"
REVISION="1"

View File

@@ -1,5 +1,5 @@
DESCRIPTION="PostgreSQL is a powerful, open source object-relational database system."
HOMEPAGE="http://www.postgresql.org/"
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"

View File

@@ -1,5 +1,5 @@
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"
REVISION="1"
STATUS_HAIKU="broken"

View File

@@ -14,7 +14,7 @@ CHAR, VARCHAR, DATE, INTERVAL, and TIMESTAMP.
video.
* It has native programming interfaces for C/C++, Java, .Net, Perl, Python, \
Ruby, Tcl, ODBC, among others, and exceptional documentation."
HOMEPAGE="http://www.postgresql.org/"
HOMEPAGE="http://www.postgresql.org/"
LICENSE="PostgreSQL"
COPYRIGHT="1996-2014 PostgreSQL Global Development Group"
SOURCE_URI="http://ftp.postgresql.org/pub/source/v$portVersion/postgresql-$portVersion.tar.bz2"
@@ -98,7 +98,7 @@ BUILD()
INSTALL()
{
make install
prepareInstalledDevelLibs libpgport \
libpgcommon \
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 \
database system. It has more than 15 years of active development and a \
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="
SQLite is a software library that implements a self-contained, serverless, \
zero-configuration, transactional SQL database engine.
SQLite is the most widely deployed SQL database engine in the world. The \
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')
SOURCE_URI="http://www.sqlite.org/2015/sqlite-autoconf-$sqliteVersion.tar.gz"
CHECKSUM_SHA256="fb99b0ac038c4a7e48b44b61836cb41d4eeba36b4d0ee757beeab59031a1d3b6"

View File

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

View File

@@ -15,7 +15,7 @@ HOMEPAGE="http://dfu-programmer.sourceforge.net"
COPYRIGHT="Weston Schmidt"
LICENSE="GNU GPL v2"
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"
CHECKSUM_SHA256="0120966a424dd98124962055750e90cbd6c7b6b0fbf5b187bf435daa0a24af65"
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
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"
ARCHITECTURES="x86_gcc2 x86_64"

View File

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

View File

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

View File

@@ -1,5 +1,5 @@
DESCRIPTION="GGZ Library libggz"
HOMEPAGE="http://dev.ggzgamingzone.org/libraries/libggz/"
DESCRIPTION="GGZ Library 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"
CHECKSUM_MD5="811d956fe082ee27c682c6d1c4d55142"
REVISION="1"

View File

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

View File

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

View File

@@ -18,7 +18,7 @@ COPYRIGHT="1998-1999, 2001-2008 Free Software Foundation
2004 World Wide Web Consortium
2005 Caolan McNamara
2005 Daniel Richard G."
ARCHITECTURES="?x86_gcc2 ?x86 ?x86_64"
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) \
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"
CHECKSUM_SHA256="7865693698bc4322cabe1014a4b7ebdec1bc1daf45f1a4457b6e908a4446b124"
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) \
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"
CHECKSUM_SHA256="76428e96df0ae9dd964c7a7c74c1e9a837e2f312c39e9a357fa8178f7eff80da"
REVISION="1"

View File

@@ -40,7 +40,7 @@ BUILD_PREREQUIRES="
cmd:javah
cmd:libtoolize
cmd:make
cmd:find
cmd:find
"
BUILD()
@@ -55,10 +55,10 @@ BUILD()
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.so $libDir/openjdk/jre/lib/i386
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