Ticket #44030: linkchecker.diff
File linkchecker.diff, 2.3 KB (added by kurthindenburg (Kurt Hindenburg), 10 years ago) |
---|
-
Portfile
old new 2 2 3 3 PortSystem 1.0 4 4 PortGroup python 1.0 5 PortGroup app1.05 PortGroup github 1.0 6 6 7 name linkchecker 8 version 8.2 9 set branch [join [lrange [split ${version} .] 0 1] .] 7 default_variants +gui 8 github.setup wummel linkchecker 9.2 v 10 9 categories www python 11 10 maintainers nomaintainer 12 11 platforms darwin freebsd … … 23 22 username/password for HTTP and FTP authorization, robots.txt \ 24 23 exclusion protocol support, i18n support, CGI web interface. 25 24 26 homepage http://linkchecker.sourceforge.net/ 27 master_sites sourceforge:project/linkchecker/${branch}/ 28 dist_subdir ${name} 25 # This appears to be the only location of tarball 26 master_sites https://pypi.python.org/packages/source/L/LinkChecker 29 27 distname LinkChecker-${version} 30 use_xz yes31 28 32 checksums md5 c3fbaa20142b7f0d7bf2d61615555b83 \ 33 sha1 df5ed84f8b358f70c8a40b52f1896b84c1c9d98e \ 34 rmd160 d80aea15e52270323d6ef979833a2cf5d5df1547 \ 35 sha256 052d2c239326029baf57eddd56650b40de03576160a930a7d55960fffafa7811 29 checksums sha1 259df843b819e0659515fcc6bf1f150fd487b634 \ 30 rmd160 3faac9b02a181d1d1dea8d0ce87f76e72feaae3c 36 31 37 32 python.default_version 27 38 33 39 # Can use either py*-pyqt4 or py*-pyqt4-devel. 40 depends_lib-append path:share/py27-sip/PyQt4:py27-pyqt4 34 variant gui description {Enable PyQt4 GUI} { 35 PortGroup app 1.0 36 # Can use either py*-pyqt4 or py*-pyqt4-devel 37 depends_lib-append path:share/py27-sip/PyQt4:py27-pyqt4 38 39 app.name LinkChecker 40 app.executable ${python.prefix}/bin/linkchecker-gui 41 app.icon doc/html/logo128x128.png 42 } 43 depends_lib-append port:py27-requests 41 44 42 45 pre-build { 43 46 system "cd ${worksrcpath} && make -C doc/html" 44 47 } 45 48 46 app.name LinkChecker47 app.executable ${python.prefix}/bin/linkchecker-gui48 app.icon doc/html/logo128x128.png49 50 49 python.link_binaries_suffix 51 50 51 # Still needed as github doesn't have correct tags/versions. 52 52 livecheck.type freecode