1 | --- Portfile.org 2010-07-26 09:51:11.000000000 +0200 |
---|
2 | +++ Portfile 2010-07-27 11:36:32.000000000 +0200 |
---|
3 | @@ -1,13 +1,15 @@ |
---|
4 | # $Id: Portfile 57380 2009-09-10 09:03:55Z ryandesign@macports.org $ |
---|
5 | |
---|
6 | PortSystem 1.0 |
---|
7 | +PortGroup cmake 1.0 |
---|
8 | |
---|
9 | -name autopano-sift-c |
---|
10 | -svn.revision 2903 |
---|
11 | -version 2.4-${svn.revision} |
---|
12 | +name autopano-sift-C |
---|
13 | +version 2.5.1 |
---|
14 | revision 0 |
---|
15 | categories graphics |
---|
16 | -maintainers auckland.ac.nz:p.schmiedeskamp |
---|
17 | +maintainers auckland.ac.nz:p.schmiedeskamp \ |
---|
18 | + gmail.com:hvdwolf |
---|
19 | + |
---|
20 | description Detects control points in photos using SIFT algorithm |
---|
21 | long_description C-language port of the original autopano-sift \ |
---|
22 | (http://www.cs.tu-berlin.de/~nowozin/autopano-sift). \ |
---|
23 | @@ -18,17 +20,20 @@ |
---|
24 | homepage http://hugin.sourceforge.net |
---|
25 | platforms darwin |
---|
26 | |
---|
27 | -fetch.type svn |
---|
28 | -svn.url http://hugin.svn.sourceforge.net/svnroot/hugin/autopano-sift-C/trunk |
---|
29 | - |
---|
30 | -worksrcdir trunk |
---|
31 | - |
---|
32 | -depends_build port:cmake |
---|
33 | +master_sites http://sourceforge.net/projects/hugin/files/autopano-sift-C |
---|
34 | +distname $name-$version |
---|
35 | +worksrcdir $distname |
---|
36 | |
---|
37 | depends_lib port:libpano13 \ |
---|
38 | - port:libxml2 |
---|
39 | - |
---|
40 | -configure.cmd cmake |
---|
41 | -configure.pre_args |
---|
42 | + port:libxml2 \ |
---|
43 | + port:jpeg \ |
---|
44 | + port:tiff \ |
---|
45 | + port:libpng |
---|
46 | + |
---|
47 | +checksums md5 b9bade07e8c4f2ea383c22a082c260e0 \ |
---|
48 | + sha1 f8c5f4004ae51cb58acc5cedb065ae0ef3e19a8c |
---|
49 | + |
---|
50 | +configure.cflags-append -flat_namespace -undefined suppress |
---|
51 | +configure.cxxflags-append -flat_namespace -undefined suppress |
---|
52 | +configure.ldflags-append -prebind |
---|
53 | |
---|
54 | -configure.args -DCMAKE_INSTALL_PREFIX:PATH=${prefix} |
---|