[85278] trunk/dports/lang/4th/Portfile
mww at macports.org
mww at macports.org
Wed Oct 12 01:15:02 PDT 2011
Revision: 85278
http://trac.macports.org/changeset/85278
Author: mww at macports.org
Date: 2011-10-12 01:15:01 -0700 (Wed, 12 Oct 2011)
Log Message:
-----------
4th: whitespace changes only
Modified Paths:
--------------
trunk/dports/lang/4th/Portfile
Modified: trunk/dports/lang/4th/Portfile
===================================================================
--- trunk/dports/lang/4th/Portfile 2011-10-12 08:13:13 UTC (rev 85277)
+++ trunk/dports/lang/4th/Portfile 2011-10-12 08:15:01 UTC (rev 85278)
@@ -2,48 +2,48 @@
PortSystem 1.0
-name 4th
-version 3.61.2
-categories lang
-platforms darwin
-maintainers mww
-license LGPL-3
-description very small Forth compiler
-long_description 4tH is a very small Forth compiler that can create \
- bytecode, C-embeddable bytecode, standalone executables, \
- but also works fine as a scripting language. It supports \
- over 85% of the ANS Forth CORE wordset and features \
- conditional compilation, pipes, files, assertions, forward \
- declarations, recursion, include files, etc.
+name 4th
+version 3.61.2
+categories lang
+platforms darwin
+maintainers mww
+license LGPL-3
+description very small Forth compiler
+long_description 4tH is a very small Forth compiler that can create \
+ bytecode, C-embeddable bytecode, standalone executables, \
+ but also works fine as a scripting language. It supports \
+ over 85% of the ANS Forth CORE wordset and features \
+ conditional compilation, pipes, files, assertions, forward \
+ declarations, recursion, include files, etc.
-homepage http://thebeez.home.xs4all.nl/4tH/
-master_sites http://4th.googlecode.com/files/
-distname ${distname}-unix
+homepage http://thebeez.home.xs4all.nl/4tH/
+master_sites http://4th.googlecode.com/files/
+distname ${distname}-unix
checksums md5 b2730f7b68c91510e1b3762ab08d641b \
sha1 93aa2b10203d1a71fbe8f588bc68bc6d9529a926 \
rmd160 7a15bb28e5fe6d1a961c050b18c2d828f4be6f98
-patchfiles patch-Makefile.OSX.diff
+patchfiles patch-Makefile.OSX.diff
-worksrcdir ${worksrcdir}/sources
+worksrcdir ${worksrcdir}/sources
-variant universal {}
+variant universal {}
post-extract { xinstall -m 755 ${filespath}/configure ${worksrcpath} }
configure.cppflags-delete -I${prefix}/include
configure.ldflags-delete -L${prefix}/lib
-configure.env-append PREFIX=${prefix}
-build.args -f Makefile.OSX
-destroot.args -f Makefile.OSX
+configure.env-append PREFIX=${prefix}
+build.args -f Makefile.OSX
+destroot.args -f Makefile.OSX
post-destroot {
- xinstall -m 755 -d ${destroot}${prefix}/share/doc
- file copy ${worksrcpath}/../documentation ${destroot}${prefix}/share/doc/${name}
- file copy ${worksrcpath}/../4th ${destroot}${prefix}/share/doc/${name}/
- file rename ${destroot}${prefix}/share/doc/4th/4th.1 \
- ${destroot}${prefix}/share/man/man1/4th.1
+ xinstall -m 755 -d ${destroot}${prefix}/share/doc
+ file copy ${worksrcpath}/../documentation ${destroot}${prefix}/share/doc/${name}
+ file copy ${worksrcpath}/../4th ${destroot}${prefix}/share/doc/${name}/
+ file rename ${destroot}${prefix}/share/doc/4th/4th.1 \
+ ${destroot}${prefix}/share/man/man1/4th.1
}
-livecheck.type regex
-livecheck.url http://www.xs4all.nl/~thebeez/4tH/download.html
-livecheck.regex 4th-(\[a-z0-9\\.\]+)-unix.tar.gz
+livecheck.type regex
+livecheck.url http://www.xs4all.nl/~thebeez/4tH/download.html
+livecheck.regex 4th-(\[a-z0-9\\.\]+)-unix.tar.gz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111012/7e890ddc/attachment.html>
More information about the macports-changes
mailing list