Ticket #25744: Portfile.diff.enblend

File Portfile.diff.enblend, 2.1 KB (added by hvdwolf@…, 14 years ago)

unified diff of original Portfile

Line 
1--- Portfile.org        2010-07-19 19:23:50.000000000 +0200
2+++ Portfile    2010-07-19 20:29:02.000000000 +0200
3@@ -3,42 +3,45 @@
4 PortSystem 1.0
5 
6 name            enblend
7-version         3.2
8+version         4.0
9 categories      graphics
10-maintainers     nomaintainer
11+maintainers     gmail.com:hvdwolf
12 description     a tool to composite images
13 long_description    Enblend is a tool to composite overlapping images \
14                 with invisible (or very difficult to see) seams. Enfuse is a \
15                 tool for automatic exposure and contrast blending.
16 homepage        http://enblend.sourceforge.net/
17 platforms       darwin
18-master_sites    sourceforge:${name}
19+master_sites   http://sourceforge.net/projects/enblend/files/enblend-enfuse
20 distname        enblend-enfuse-${version}
21-checksums       md5 9b6ebaf672f5103c633a53c9723d99c3 \
22-                sha1 e44226ec6759dd3e6dcf46bb34848b64536ad495 \
23-                rmd160 7a9b0037b821ac287327477d52665372d0850dbb
24+worksrcdir     $distname-753b534c819d
25+checksums       md5 2e7c950061e0085fd75d94576130250f \
26+                sha1 34c3a5ce11c6ef0ef520d8a15a3cb6a94a567033
27 
28 depends_lib     port:boost \
29                 port:lcms \
30                 port:libpng \
31                 port:libxmi \
32                 port:mesa \
33-                port:openexr
34+                port:openexr \
35+               port:freefont-ttf
36 
37 configure.args  --mandir=${prefix}/share/man \
38-                --enable-image-cache=yes
39+                --enable-image-cache=yes \
40+               --enable-split-doc=no
41 
42 post-destroot {
43     xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}
44     xinstall -m 644 -W ${worksrcpath} AUTHORS ChangeLog COPYING \
45-        NEWS README TODO VIGRA_LICENSE \
46+        NEWS README VIGRA_LICENSE \
47         ${destroot}${prefix}/share/doc/${name}
48 }
49 
50 platform macosx {
51     depends_lib-delete port:mesa
52     depends_lib-append port:glew
53-    configure.args-append --with-apple-opengl-framework
54+    configure.args-append --with-apple-opengl-framework --with-glew
55 }
56 
57+
58 livecheck.regex   {(?i)<title>enblend-enfuse enblend-enfuse-(.*) released.*</title>}