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

@@ -1,5 +1,5 @@
DESCRIPTION="Chicken is a Scheme interpreter and native Scheme to C compiler"
HOMEPAGE="http://www.call-with-current-continuation.org/"
DESCRIPTION="Chicken is a Scheme interpreter and native Scheme to C compiler"
HOMEPAGE="http://www.call-with-current-continuation.org/"
SOURCE_URI="http://chicken.wiki.br/releases/4.5.0/chicken-4.5.0.tar.gz"
CHECKSUM_MD5="753aea676a18c8dc0161dfb4d1717e20"
REVISION="1"

View File

@@ -1,5 +1,5 @@
DESCRIPTION="Chicken is a Scheme interpreter and native Scheme to C compiler"
HOMEPAGE="http://www.call-cc.org/"
DESCRIPTION="Chicken is a Scheme interpreter and native Scheme to C compiler"
HOMEPAGE="http://www.call-cc.org/"
SOURCE_URI="http://code.call-cc.org/releases/4.7.0/chicken-4.7.0.tar.gz"
CHECKSUM_MD5="9389388fdf04c3c64de29633aae12539"
REVISION="1"
@@ -16,7 +16,7 @@ BUILD()
MANDIR=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man/man1 \
DOCDIR=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/doc/chicken \
DATADIR=`finddir B_COMMON_DATA_DIRECTORY`/chicken
}
INSTALL()

View File

@@ -5,7 +5,7 @@ portable and efficient C, supports almost all of the R5RS Scheme language \
standard, and includes many enhancements and extensions. CHICKEN runs on \
Linux, MacOS X, Windows, and many Unix flavours.
"
HOMEPAGE="http://www.call-cc.org/"
HOMEPAGE="http://www.call-cc.org/"
SOURCE_URI="http://code.call-cc.org/releases/4.8.0/chicken-4.8.0.5.tar.gz"
CHECKSUM_SHA256="5b9192951bc61cc19dd4963cceb93908bff46b6868d7927f19850e8973c430fb"
REVISION="1"
@@ -94,7 +94,7 @@ INSTALL()
prepareInstalledDevelLibs libchicken
packageEntries devel $developDir
rm -rf $prefix/share
}