Ticket #25866: Portfile

File Portfile, 1.3 KB (added by fclaire@…, 14 years ago)
Line 
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
4PortSystem       1.0
5
6name             metapixel
7version          1.0.2
8revision         0
9categories       graphics
10maintainers      fclaire
11description      A Photomosaic Generator
12long_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
18homepage         http://www.complang.tuwien.ac.at/schani/metapixel/
19
20platforms        darwin
21
22master_sites     http://www.complang.tuwien.ac.at/schani/metapixel/files/
23
24checksums        md5 af5d77d38826756af213a08e3ada9941 \
25                 sha1 f917aec91430b1bdbcc7b3dea29cb93f15a04c77 \
26                 rmd160 7343c66e925e5b55cfe63624be18159717b1295e
27
28depends_lib      port:perl5 \
29                 port:jpeg \
30                 port:giflib \
31                 port:libpng
32
33patchfiles       patch-Makefile.diff
34
35configure {}