# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 name devhelp version 0.23 revision 1 set branch [join [lrange [split ${version} .] 0 1] .] description Devhelp is an API documentation browser for GTK+ and GNOME. long_description \ Devhelp is an API documentation browser for GTK+ and GNOME. It works \ natively with gtk-doc (the API reference framework developed for GTK+ \ and used throughout GNOME for API documentation). If you use gtk-doc \ with your project, you can use Devhelp to browse the documentation. maintainers nomaintainer categories gnome platforms darwin homepage http://live.gnome.org/${name} master_sites gnome:sources/${name}/${branch}/ use_bzip2 yes checksums md5 704c0c90616aeb1c52ca3af1df93fde6 \ sha1 a7ed9c56cd77bb46fb041df539285ce3012ad177 \ rmd160 324b74336570291c1a966e63c2d7450f3ae7b678 depends_build port:pkgconfig depends_lib port:webkit-gtk \ port:gconf \ port:libwnck post-activate { system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor" system "${prefix}/bin/update-mime-database ${prefix}/share/mime; true" } livecheck.check regex livecheck.url http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/ livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}