[61278] trunk/dports/devel
tommyd at macports.org
tommyd at macports.org
Mon Dec 7 14:40:12 PST 2009
Revision: 61278
http://trac.macports.org/changeset/61278
Author: tommyd at macports.org
Date: 2009-12-07 14:40:12 -0800 (Mon, 07 Dec 2009)
Log Message:
-----------
* initial port addition
Added Paths:
-----------
trunk/dports/devel/monotone-viz/
trunk/dports/devel/monotone-viz/Portfile
trunk/dports/devel/monotone-viz/files/
trunk/dports/devel/monotone-viz/files/patch-glib-giochannel.ml.diff
trunk/dports/devel/monotone-viz/files/patch-glib-giochannel.mli.diff
trunk/dports/devel/monotone-viz/files/patch-glib-ocaml-giochannel.c.diff
Added: trunk/dports/devel/monotone-viz/Portfile
===================================================================
--- trunk/dports/devel/monotone-viz/Portfile (rev 0)
+++ trunk/dports/devel/monotone-viz/Portfile 2009-12-07 22:40:12 UTC (rev 61278)
@@ -0,0 +1,36 @@
+# $Id$
+
+PortSystem 1.0
+
+name monotone-viz
+version 1.0.1
+categories devel
+maintainers tommyd openmaintainer
+description Graph visualization for the monotone VCS
+long_description Monotone-viz is a small GTK+ application that \
+ visualizes monotone ancestry graphs.
+homepage http://oandrieu.nerim.net/monotone-viz/
+platforms darwin
+master_sites ${homepage}
+distname ${name}-${version}-nolablgtk
+worksrcdir ${name}-${version}
+
+checksums md5 b6996c0360f0b897ee73c9f881763571 \
+ sha1 68bce1e401fe7f0212152969ea1268026e1dcc7c \
+ rmd160 21e0a5d946d1b73cb05322a00d2cd236d5d2b42f
+
+# there is a symbol clash with newer lablgtk versions
+patchfiles patch-glib-giochannel.ml.diff \
+ patch-glib-ocaml-giochannel.c.diff \
+ patch-glib-giochannel.mli.diff
+
+depends_lib port:ocaml \
+ port:libgnomecanvas \
+ port:lablgtk2 \
+ port:graphviz \
+ port:monotone
+
+# there is no 'all' target
+build.target-delete all
+
+destroot.pre_args -B install
Property changes on: trunk/dports/devel/monotone-viz/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
Added: trunk/dports/devel/monotone-viz/files/patch-glib-giochannel.ml.diff
===================================================================
--- trunk/dports/devel/monotone-viz/files/patch-glib-giochannel.ml.diff (rev 0)
+++ trunk/dports/devel/monotone-viz/files/patch-glib-giochannel.ml.diff 2009-12-07 22:40:12 UTC (rev 61278)
@@ -0,0 +1,11 @@
+--- glib/giochannel.ml.orig 2009-12-03 23:31:14.000000000 +0100
++++ glib/giochannel.ml 2009-12-03 23:31:25.000000000 +0100
+@@ -24,7 +24,7 @@
+
+ external read_chars : t -> ?off:int -> ?len:int -> string ->
+ [ `NORMAL of int | `AGAIN | `EOF]
+- = "ml_g_io_channel_read_chars"
++ = "my_ml_g_io_channel_read_chars"
+ external write_chars : t -> ?bytes_written:int ref -> ?off:int -> ?len:int -> string ->
+ [ `NORMAL of int | `AGAIN]
+ = "ml_g_io_channel_write_chars"
Added: trunk/dports/devel/monotone-viz/files/patch-glib-giochannel.mli.diff
===================================================================
--- trunk/dports/devel/monotone-viz/files/patch-glib-giochannel.mli.diff (rev 0)
+++ trunk/dports/devel/monotone-viz/files/patch-glib-giochannel.mli.diff 2009-12-07 22:40:12 UTC (rev 61278)
@@ -0,0 +1,11 @@
+--- glib/giochannel.mli.orig 2009-12-03 23:31:38.000000000 +0100
++++ glib/giochannel.mli 2009-12-03 23:31:54.000000000 +0100
+@@ -20,7 +20,7 @@
+
+ external read_chars : t -> ?off:int -> ?len:int -> string ->
+ [ `NORMAL of int | `AGAIN | `EOF]
+- = "ml_g_io_channel_read_chars"
++ = "my_ml_g_io_channel_read_chars"
+ (** @raise Error .
+ @raise Glib.Convert.Error .*)
+ external write_chars : t -> ?bytes_written:int ref -> ?off:int -> ?len:int -> string ->
Added: trunk/dports/devel/monotone-viz/files/patch-glib-ocaml-giochannel.c.diff
===================================================================
--- trunk/dports/devel/monotone-viz/files/patch-glib-ocaml-giochannel.c.diff (rev 0)
+++ trunk/dports/devel/monotone-viz/files/patch-glib-ocaml-giochannel.c.diff 2009-12-07 22:40:12 UTC (rev 61278)
@@ -0,0 +1,11 @@
+--- glib/ocaml-giochannel.c.orig 2009-12-03 23:33:57.000000000 +0100
++++ glib/ocaml-giochannel.c 2009-12-03 23:40:34.000000000 +0100
+@@ -134,7 +134,7 @@
+ #endif
+
+ CAMLprim value
+-ml_g_io_channel_read_chars (value c, value o_off, value o_len, value s)
++my_ml_g_io_channel_read_chars (value c, value o_off, value o_len, value s)
+ {
+ CAMLparam1(s);
+ GError *err = NULL;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091207/907ce443/attachment-0001.html>
More information about the macports-changes
mailing list