1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name metapixel |
---|
7 | version 1.0.2 |
---|
8 | revision 0 |
---|
9 | categories graphics |
---|
10 | maintainers fclaire |
---|
11 | description A Photomosaic Generator |
---|
12 | long_description \ |
---|
13 | Metapixel is a program for generating photomosaics. It can generate classical photomosaics, \ |
---|
14 | in which the source image is viewed as a matrix of equally sized rectangles for each of which \ |
---|
15 | a matching image is substitued, as well as collage-style photomosaics, in which rectangular \ |
---|
16 | parts of the source image at arbitrary positions (i.e. not aligned to a matrix) are substituted by matching images. |
---|
17 | |
---|
18 | homepage http://www.complang.tuwien.ac.at/schani/metapixel/ |
---|
19 | |
---|
20 | platforms darwin |
---|
21 | |
---|
22 | master_sites http://www.complang.tuwien.ac.at/schani/metapixel/files/ |
---|
23 | |
---|
24 | checksums md5 af5d77d38826756af213a08e3ada9941 \ |
---|
25 | sha1 f917aec91430b1bdbcc7b3dea29cb93f15a04c77 \ |
---|
26 | rmd160 7343c66e925e5b55cfe63624be18159717b1295e |
---|
27 | |
---|
28 | depends_lib port:perl5 \ |
---|
29 | port:jpeg \ |
---|
30 | port:giflib \ |
---|
31 | port:libpng |
---|
32 | |
---|
33 | patchfiles patch-Makefile.diff |
---|
34 | |
---|
35 | configure {} |
---|