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
32 lines
1.0 KiB
Plaintext
32 lines
1.0 KiB
Plaintext
PortSystem 1.0
|
|
|
|
name dbh
|
|
version 1.0.24
|
|
revision 1
|
|
categories databases
|
|
license GPL-2
|
|
maintainers nomaintainer
|
|
platforms darwin
|
|
description Disk based hash library
|
|
long_description \
|
|
Disk based hashes is a method to create multidimensional binary trees on disk. \
|
|
This library permits the extension of database concept to a plethora of \
|
|
electronic data, such as graphic information. With the multidimensional binary \
|
|
tree it is possible to mathematically prove that access time to any \
|
|
particular record is minimized (using the concept of critical points from \
|
|
calculus), which provides the means to construct optimized databases for \
|
|
particular applications.
|
|
|
|
homepage http://dbh.sourceforge.net
|
|
master_sites sourceforge:project/dbh/dbh/${version}
|
|
|
|
checksums md5 42e122a321089f2429986d0d161ed92a \
|
|
sha1 235e33979da23727c40070c8c9c215590e3e6898 \
|
|
rmd160 e7ac0eeff608a73b9fc1c3a2b3185b07c3769ada
|
|
|
|
configure.args --disable-debug
|
|
|
|
pre-configure {
|
|
reinplace "s|-Wl,-R\${libdir}||g" ${worksrcpath}/src/dbh-1.0.pc.in
|
|
}
|