can you put a note (even if only in comments) about why you are splitting libgtkhtml into versioned ports into the Portfile? On 3 Apr 2007, at 04:24, source_changes@macosforge.org wrote:
Revision 23503 Author mas@macports.org Date 2007-04-03 01:24:52 -0700 (Tue, 03 Apr 2007) Log Message NEW: libgtkhtml312 3.12.2 Added Paths trunk/dports/gnome/libgtkhtml312/ trunk/dports/gnome/libgtkhtml312/Portfile Diff Added: trunk/dports/gnome/libgtkhtml312/Portfile (0 => 23503) --- trunk/dports/gnome/libgtkhtml312/Portfile (rev 0) +++ trunk/dports/ gnome/libgtkhtml312/Portfile 2007-04-03 08:24:52 UTC (rev 23503) @@ -0,0 +1,25 @@ +# $Id$ +PortSystem 1.0 +name libgtkhtml312 +version 3.12.2 +description GTK HTML rendering engine. +long_description GtkHTML is a lightweight HTML rendering/printing/editing \ + engine. It was originally based on KHTMLW, part of the \ + KDE project, but is now being developed independently. +maintainers mas@macports.org +categories gnome +platforms darwin +homepage http://www.gnome.org/ +master_sites gnome:sources/gtkhtml/3.12/ +distname gtkhtml-${version} +use_bzip2 yes + +checksums rmd160 c8445d3e8893c0d99da1d153e984d5f567ff1a08 + +depends_lib \ + lib:gailutil:gail \ + port:libgnomeui \ + port:dbus \ + port:dbus- glib + +configure.env GMSGFMT=${prefix}/bin/msgfmt Property changes on: trunk/dports/gnome/libgtkhtml312/Portfile ___________________________________________________________________ Name: svn:keywords + Id Name: svn:eol-style + native _______________________________________________ macports-changes mailing list macports-changes@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-changes
Randall Wood rhwood@mac.com "The rules are simple: The ball is round. The game lasts 90 minutes. All the rest is just philosophy."
On 03.04.2007, at 10:34, Randall Wood wrote:
can you put a note (even if only in comments) about why you are splitting libgtkhtml into versioned ports into the Portfile?
Sure. :) --- trunk/dports/gnome/libgtkhtml312/Portfile (revision 23503) +++ trunk/dports/gnome/libgtkhtml312/Portfile (revision 23505) @@ -5,6 +5,11 @@ description GTK HTML rendering engine. long_description GtkHTML is a lightweight HTML rendering/printing/ editing \ - engine. It was originally based on KHTMLW, part of the \ - KDE project, but is now being developed independently. + engine. libgtkhtml312 contains the last version of \ + libgtkhtml that contains the previous printing API. \ + It is required for some ports that have not yet \ + switched to the new API or cannot do so for some \ + reason, and would break with the current version of \ + libgtkhtml3. Several versions of libgtkhtml can \ + co-exist on the same machine. maintainers mas@macports.org categories gnome Regards, Marc
participants (2)
-
Marc André Selig
-
Randall Wood