[45322] trunk/dports/gnome/devhelp

devans at macports.org devans at macports.org
Tue Jan 13 07:29:09 PST 2009


Revision: 45322
          http://trac.macports.org/changeset/45322
Author:   devans at macports.org
Date:     2009-01-13 07:29:08 -0800 (Tue, 13 Jan 2009)
Log Message:
-----------
devhelp: update to version 0.22 and update description text.  Now based on webkit.

Modified Paths:
--------------
    trunk/dports/gnome/devhelp/Portfile

Removed Paths:
-------------
    trunk/dports/gnome/devhelp/files/

Modified: trunk/dports/gnome/devhelp/Portfile
===================================================================
--- trunk/dports/gnome/devhelp/Portfile	2009-01-13 15:04:44 UTC (rev 45321)
+++ trunk/dports/gnome/devhelp/Portfile	2009-01-13 15:29:08 UTC (rev 45322)
@@ -4,12 +4,15 @@
 PortSystem 1.0
 
 name		devhelp
-version		0.19
-revision        1
+version		0.22
 set branch      [join [lrange [split ${version} .] 0 1] .]
-description	DevHelp is to be an API documentation browser for GNOME.
-long_description	DevHelp's primary goal is to be an API documentation \
-			browser for GNOME.
+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
@@ -17,21 +20,16 @@
 master_sites    gnome:sources/${name}/${branch}/
 use_bzip2	yes
 
-checksums       md5     66c9fb480e123c96eb1efdbad56b2d90 \
-                sha1    8d0976b4004a156b491379befb55391208d8a945 \
-                rmd160  d6fb8b820d448459c219a360a2aca569960b5f02
+checksums       md5     7cdd0688dba0184b6dd2688532af24cb \
+                sha1    bed9aef874d72dbff9ff2480e70181b53e69d17c \
+                rmd160  1a701c569dd197d0cf80a99ac220b7982d4d6307
 
-depends_lib	port:libgnomeui \
-		port:firefox-x11 \
-		port:libwnck \
-		port:gconf \
-		port:python25
+depends_build   port:pkgconfig
 
-configure.python ${prefix}/bin/python2.5
+depends_lib	port:webkit-gtk \
+                port:gconf  \
+                port:libwnck 
 
-# Undo http://svn.gnome.org/viewvc/devhelp/trunk/src/dh-main.c?r1=880&r2=902
-patchfiles      patch-src-dh-main-c.diff
-
 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"
@@ -40,4 +38,3 @@
 livecheck.check regex
 livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
 livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090113/2e0211d4/attachment.html>


More information about the macports-changes mailing list