mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
for pf in */*/Portfile
do
ed -s "$pf" <<-'EOF'
1,3g/^[[:space:]]*#[[:space:]]*\$Id.*\$[[:space:]]*$/d
1g/^[[:space:]]*$/d
w
q
EOF
done
25 lines
824 B
Plaintext
25 lines
824 B
Plaintext
PortSystem 1.0
|
|
|
|
name libjit
|
|
version 0.1.2
|
|
categories devel
|
|
maintainers nomaintainer
|
|
platforms darwin
|
|
license LGPL-2.1
|
|
|
|
description A Just-In-Time library.
|
|
long_description The libjit library has an extensive set of \
|
|
routines that takes care of the bulk of the \
|
|
Just-In-Time compilation process, without tying \
|
|
the programmer down with language or bytecode \
|
|
specifics.
|
|
# http://www.southern-storm.com.au/libjit.html seems to be down
|
|
homepage http://dotgnu.org/
|
|
master_sites gnu:dotgnu/libjit
|
|
checksums md5 9e0c1986da9a03ce68cfb3021bbc6701 \
|
|
sha1 8512d5cd72abbbc838a0c69488ff329b02171f81
|
|
patchfiles jit-apply-x86-64.h.diff
|
|
|
|
# checking for the native integer types... configure: error: unknown
|
|
universal_variant no
|