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.1 KiB
Tcl
32 lines
1.1 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
|
|
name libpuzzle
|
|
version 0.11
|
|
revision 1
|
|
categories graphics
|
|
platforms darwin
|
|
license BSD
|
|
maintainers nomaintainer
|
|
|
|
description a library to find visually similar images
|
|
|
|
long_description The Puzzle library is designed to quickly find visually \
|
|
similar images (gif, png, jpg), even if they have been \
|
|
resized, recompressed, recolored or slightly modified.
|
|
|
|
homepage http://libpuzzle.pureftpd.org/project/libpuzzle
|
|
master_sites http://download.pureftpd.org/pub/pure-ftpd/misc/libpuzzle/releases/ \
|
|
ftp://ftp.pureftpd.org/pub/pure-ftpd/misc/libpuzzle/releases/
|
|
|
|
use_bzip2 yes
|
|
|
|
checksums rmd160 444a66e045790e5f7ffe471e35b9cb40982fac6e \
|
|
sha256 ba628268df6956366cbd44ae48c3f1bab41e70b4737041a1f33dac9832c44781
|
|
|
|
depends_lib port:gd2
|
|
|
|
test.run yes
|
|
test.target check
|