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

@@ -4,7 +4,7 @@ BladeEnc is a free, cross-platform, console-based MP3 encoder, based on the \
ISO reference code. It is mostly intended for high quality encoding in high \
bitrates.
"
HOMEPAGE="http://bladeenc.mp3.no/"
HOMEPAGE="http://bladeenc.mp3.no/"
SOURCE_URI="ftp://ftp.netbsd.org/pub/pkgsrc/distfiles/bladeenc-0.94.2-src-stable.tar.gz"
CHECKSUM_SHA256="c5e9dd180f28d1865599d0755e36fa1a4c146bb5e1b7ba9ad099955261fc1164"
REVISION="2"

View File

@@ -1,5 +1,5 @@
DESCRIPTION="Fluidsynth is a software real-time synthesizer based on the Soundfont 2 specifications."
HOMEPAGE="http://www.fluidsynth.org/"
DESCRIPTION="Fluidsynth is a software real-time synthesizer based on the Soundfont 2 specifications."
HOMEPAGE="http://www.fluidsynth.org/"
SOURCE_URI="http://sourceforge.net/projects/fluidsynth/files/fluidsynth-1.1.3/fluidsynth-1.1.3.tar.bz2/download"
CHECKSUM_MD5="6e35225b088eae0c2af0b78097941655"
REVISION="1"

View File

@@ -5,7 +5,7 @@ can convert MIDI note data to an audio signal using SoundFont technology \
without a SoundFont compatible soundcard. Fluidsynth can perform as a virtual \
MIDI device and read in SMF (.mid) files directly. Another function is its \
ability to send audio data to a Raw or Wave file."
HOMEPAGE="http://www.fluidsynth.org/"
HOMEPAGE="http://www.fluidsynth.org/"
SOURCE_URI="http://sourceforge.net/projects/fluidsynth/files/fluidsynth-$portVersion/fluidsynth-$portVersion.tar.bz2"
CHECKSUM_SHA256="d28b47dfbf7f8e426902ae7fa2981d821fbf84f41da9e1b85be933d2d748f601"
LICENSE="GNU LGPL v2.1"
@@ -70,7 +70,7 @@ INSTALL()
make install
prepareInstalledDevelLib libfluidsynth
fixPkgconfig
# devel package
packageEntries devel \
$developDir

View File

@@ -1,5 +1,5 @@
DESCRIPTION="A branch for adding a new function to the FluidSynth API, fluid_player_add_mem."
HOMEPAGE="https://code.launchpad.net/~mgiuca/fluidsynth/midi-buffer"
DESCRIPTION="A branch for adding a new function to the FluidSynth API, fluid_player_add_mem."
HOMEPAGE="https://code.launchpad.net/~mgiuca/fluidsynth/midi-buffer"
SOURCE_URI="bzr+lp:~mgiuca/fluidsynth/midi-buffer"
#CHECKSUM_MD5=""
REVISION="1"

View File

@@ -15,7 +15,7 @@ SECONDARY_ARCHITECTURES="x86_gcc2 x86"
PATCHES="gogo_no_coda-3.13.patch"
PROVIDES="
PROVIDES="
gogo_enc$secondaryArchSuffix = $portVersion compat >= 1
cmd:gogo_enc$secondaryArchSuffix
"

View File

@@ -43,7 +43,7 @@ BUILD()
cd sdl
make -f Makefile.haiku $jobArgs
rc hively.rdef
xres -o hivelytracker hively.rsrc
xres -o hivelytracker hively.rsrc
}
INSTALL()

View File

@@ -25,4 +25,3 @@ INSTALL()
LICENSE="GNU GPL v2"
COPYRIGHT="2001-2011 Paul Davis."

View File

@@ -8,7 +8,7 @@ source code were replaced, and now LAME is the source code for a fully LGPL'd \
MP3 encoder, with speed and quality to rival and often surpass all commercial \
competitors.
"
HOMEPAGE="http://lame.sourceforge.net/"
HOMEPAGE="http://lame.sourceforge.net/"
SOURCE_URI="http://downloads.sourceforge.net/project/lame/lame/3.99/lame-$portVersion.tar.gz"
CHECKSUM_SHA256="24346b4158e4af3bd9f2e194bb23eb473c75fb7377011523353196b19b9a23ff"
LICENSE="GNU LGPL v2"
@@ -48,18 +48,18 @@ BUILD_PREREQUIRES="
cmd:sed
cmd:find
"
PATCHES="lame-$portVersion.patch"
BUILD()
{
mkdir -p m4
# configure checks for gtk, but they didn't include the gtk.m4 so we need to.
cp $portDir/additional-files/gtk.m4 m4/gtk.m4
cp $portDir/additional-files/gtk.m4 m4/gtk.m4
cp `aclocal --print-ac-dir`/iconv.m4 m4/iconv.m4
cp $portDir/additional-files/lib-link.m4 m4/lib-link.m4
cp $portDir/additional-files/lib-ld.m4 m4/lib-ld.m4
cp $portDir/additional-files/lib-prefix.m4 m4/lib-prefix.m4
cp $portDir/additional-files/lib-prefix.m4 m4/lib-prefix.m4
sed -i 's/AM_C_PROTOTYPES//' configure.in
sed -i 's/AUTOMAKE_OPTIONS = foreign $(top_srcdir)\/ansi2knr//' \
@@ -71,7 +71,7 @@ BUILD()
sed -i 's/HAVE_SNDFILE="yes"/HAVE_SNDFILE="no"/g' configure.in
sed -i 's/PKG_CHECK_MODULES(SNDFILE, sndfile >= 1.0.2, HAVE_SNDFILE="no", HAVE_SNDFILE="no")/HAVE_SNDFILE="no"/' configure.in
sed -i 's/@SNDFILE_CFLAGS@/-ffast-math/g' frontend/*
sed -i 's/@SNDFILE_LIBS@/-ffast-math/g' frontend/*
sed -i 's/@SNDFILE_LIBS@/-ffast-math/g' frontend/*
libtoolize --force --copy --install
aclocal -I m4
@@ -87,13 +87,13 @@ INSTALL()
if [ -n "$secondaryArchSuffix" ]; then
rm $binDir/lame
fi
rm $libDir/libmp3lame.la
# prepare devel/lib
prepareInstalledDevelLibs libmp3lame
fixPkgconfig
# devel package
packageEntries devel \
$developDir

View File

@@ -86,7 +86,7 @@ BUILD_PREREQUIRES="
cmd:sed
cmd:find
"
PATCHES="mpd-0.18.12_git.patchset"
BUILD()

View File

@@ -3,7 +3,7 @@ DESCRIPTION="
mpg123 is the fast and Free console based real time MPEG Audio Player for \
Layer 1, 2 and 3.
"
HOMEPAGE="http://www.mpg123.org/"
HOMEPAGE="http://www.mpg123.org/"
SOURCE_URI="http://sourceforge.net/projects/mpg123/files/mpg123/$portVersion/mpg123-$portVersion.tar.bz2"
CHECKSUM_SHA256="25244c07dcb1df0a94092d94126c4172918739fe0e78faaaf97cf0b0fcc1a800"
REVISION="1"

View File

@@ -1,5 +1,5 @@
DESCRIPTION="NASPRO (recursive acronymn for NASPRO Architecture for Sound PROcessing)"
HOMEPAGE="http://naspro.atheme.org"
DESCRIPTION="NASPRO (recursive acronymn for NASPRO Architecture for Sound PROcessing)"
HOMEPAGE="http://naspro.atheme.org"
SOURCE_URI="hg+http://hg.atheme.org/naspro"
#CHECKSUM_MD5=""
REVISION="1"

View File

@@ -2,7 +2,7 @@ SUMMARY="Open Cubic Player"
DESCRIPTION="
ocp - Open Cubic Player, a music player ported from DOS.
"
HOMEPAGE="http://stian.cubic.org/project-ocp.php"
HOMEPAGE="http://stian.cubic.org/project-ocp.php"
SOURCE_URI="git://git.code.sf.net/p/opencubicplayer/code#f97d87f960624de013826e9c2970404f90eef211"
REVISION="1"
LICENSE="GNU GPL v2"

View File

@@ -21,7 +21,7 @@ REQUIRES="
cmd:bash$secondaryArchSuffix
cmd:flac$secondaryArchSuffix
"
BUILD_REQUIRES="
"
BUILD_PREREQUIRES="

View File

@@ -12,7 +12,7 @@ successfully built for Linux, Mac OS X, Windows, FreeBSD, AmigaOS, BeOS, and \
even the Wii. Most development is currently done on 64-bit Linux. Schism will \
most likely build on any architecture supported by GCC4 (e.g. alpha, m68k, \
arm, etc.) but it will probably not be as well-optimized on many systems."
HOMEPAGE="http://schismtracker.org/wiki/Schism%20Tracker"
HOMEPAGE="http://schismtracker.org/wiki/Schism%20Tracker"
SOURCE_URI="http://schismtracker.org/dl/schismtracker-20120105.tar.bz2"
PATCHES="schismtracker-$portVersion.patchset"
REVISION="1"

View File

@@ -1,10 +1,10 @@
SUMMARY="TwoLAME MPEG Audio Layer 2 encoder"
SUMMARY="TwoLAME MPEG Audio Layer 2 encoder"
DESCRIPTION="
TwoLAME is an optimised MPEG Audio Layer 2 (MP2) encoder based on tooLAME \
by Mike Cheng, which in turn is based upon the ISO dist10 code and \
portions of LAME.
"
HOMEPAGE="http://www.twolame.org"
HOMEPAGE="http://www.twolame.org"
SOURCE_URI="http://downloads.sourceforge.net/twolame/twolame-0.3.13.tar.gz"
LICENSE="GNU LGPL v2.1"
COPYRIGHT="2004-2006 The TwoLAME Project"
@@ -63,10 +63,10 @@ BUILD()
INSTALL()
{
make install
prepareInstalledDevelLib libtwolame
fixPkgconfig
packageEntries devel $developDir
}

View File

@@ -2,7 +2,7 @@ SUMMARY="Tools for using the Ogg Vorbis sound file format"
DESCRIPTION="
vorbis-tools - tools for using the Ogg Vorbis sound file format.
"
HOMEPAGE="http://www.vorbis.com/"
HOMEPAGE="http://www.vorbis.com/"
SOURCE_URI="http://downloads.xiph.org/releases/vorbis/vorbis-tools-1.4.0.tar.gz"
CHECKSUM_SHA256="a389395baa43f8e5a796c99daf62397e435a7e73531c9f44d9084055a05d22bc"
REVISION="2"
@@ -34,9 +34,9 @@ REQUIRES="
lib:libvorbisfile$secondaryArchSuffix
lib:libvorbisenc$secondaryArchSuffix
lib:libssl$secondaryArchSuffix
lib:libz$secondaryArchSuffix
lib:libz$secondaryArchSuffix
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libvorbis$secondaryArchSuffix
@@ -65,11 +65,11 @@ BUILD_PREREQUIRES="
PATCHES="vorbis_tools-1.4.0.patch"
SOURCE_DIR="vorbis-tools-$portVersion"
SOURCE_DIR="vorbis-tools-$portVersion"
BUILD()
{
sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac
sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac
libtoolize --force --copy --install
aclocal -I m4
automake