Ticket #25726: Portfile.diff.autopano-sift-c

File Portfile.diff.autopano-sift-c, 1.2 KB (added by hvdwolf@…, 14 years ago)

unified diff of original Portfile

Line 
1--- Portfile.org        2010-07-18 14:29:35.000000000 +0200
2+++ Portfile    2010-07-18 16:00:21.000000000 +0200
3@@ -2,12 +2,13 @@
4 
5 PortSystem 1.0
6 
7-name                   autopano-sift-c
8-svn.revision           2903
9-version                        2.4-${svn.revision}
10+name                   autopano-sift-C
11+version                        2.5.1
12 revision               0
13 categories             graphics
14-maintainers            auckland.ac.nz:p.schmiedeskamp
15+maintainers            auckland.ac.nz:p.schmiedeskamp \
16+                       gmail.com:hvdwolf
17+
18 description            Detects control points in photos using SIFT algorithm
19 long_description       C-language port of the original autopano-sift \
20                        (http://www.cs.tu-berlin.de/~nowozin/autopano-sift). \
21@@ -18,15 +19,20 @@
22 homepage               http://hugin.sourceforge.net
23 platforms              darwin
24 
25-fetch.type             svn
26-svn.url                        http://hugin.svn.sourceforge.net/svnroot/hugin/autopano-sift-C/trunk
27-
28-worksrcdir             trunk
29+master_sites           http://sourceforge.net/projects/hugin/files/autopano-sift-C
30+distname               autopano-sift-C-2.5.1
31+worksrcdir             $distname
32 
33 depends_build          port:cmake
34 
35 depends_lib            port:libpano13 \
36-                       port:libxml2
37+                       port:libxml2 \
38+                       port:jpeg \
39+                       port:tiff \
40+                       port:libpng
41+
42+checksums              md5     b9bade07e8c4f2ea383c22a082c260e0 \
43+                       sha1    f8c5f4004ae51cb58acc5cedb065ae0ef3e19a8c
44 
45 configure.cmd          cmake
46 configure.pre_args