Revision: 73992 http://trac.macports.org/changeset/73992 Author: jmr@macports.org Date: 2010-12-01 13:00:07 -0800 (Wed, 01 Dec 2010) Log Message: ----------- avsm / recoil.org:anil retiring as maintainer Modified Paths: -------------- trunk/dports/devel/caml-ansicolor/Portfile trunk/dports/devel/caml-calendar/Portfile trunk/dports/devel/caml-fieldslib/Portfile trunk/dports/devel/caml-findlib/Portfile trunk/dports/devel/caml-graph/Portfile trunk/dports/devel/caml-json-static/Portfile trunk/dports/devel/caml-json-wheel/Portfile trunk/dports/devel/caml-lwt/Portfile trunk/dports/devel/caml-menhir/Portfile trunk/dports/devel/caml-ocamldsort/Portfile trunk/dports/devel/caml-react/Portfile trunk/dports/devel/caml-ssl/Portfile trunk/dports/devel/caml-text/Portfile trunk/dports/devel/caml-ulex/Portfile trunk/dports/devel/caml-uuidm/Portfile trunk/dports/devel/cryptokit/Portfile trunk/dports/devel/hs-readline/Portfile trunk/dports/devel/ott/Portfile trunk/dports/devel/xml-light/Portfile trunk/dports/graphics/lablgl/Portfile trunk/dports/lang/ocamlduce/Portfile trunk/dports/math/caml-gsl/Portfile Modified: trunk/dports/devel/caml-ansicolor/Portfile =================================================================== --- trunk/dports/devel/caml-ansicolor/Portfile 2010-12-01 20:37:21 UTC (rev 73991) +++ trunk/dports/devel/caml-ansicolor/Portfile 2010-12-01 21:00:07 UTC (rev 73992) @@ -5,7 +5,7 @@ name caml-ansicolor version 0.3 categories devel ml -maintainers avsm openmaintainer +maintainers nomaintainer description OCaml bindings for ANSI colors and cursor movements long_description ${description} Modified: trunk/dports/devel/caml-calendar/Portfile =================================================================== --- trunk/dports/devel/caml-calendar/Portfile 2010-12-01 20:37:21 UTC (rev 73991) +++ trunk/dports/devel/caml-calendar/Portfile 2010-12-01 21:00:07 UTC (rev 73992) @@ -3,7 +3,7 @@ PortSystem 1.0 name caml-calendar version 2.0.4 -maintainers avsm +maintainers nomaintainer description Objective Caml interface for calendar functions long_description An OCaml interface for managing dates and times. Modified: trunk/dports/devel/caml-fieldslib/Portfile =================================================================== --- trunk/dports/devel/caml-fieldslib/Portfile 2010-12-01 20:37:21 UTC (rev 73991) +++ trunk/dports/devel/caml-fieldslib/Portfile 2010-12-01 21:00:07 UTC (rev 73992) @@ -6,7 +6,7 @@ extract.suffix .tgz distname fieldslib-${version} categories devel ml -maintainers avsm openmaintainer +maintainers nomaintainer description Syntax support for folding over record fields in OCaml long_description This library defines a syntax extension for OCaml using Camlp4 that \ can be used to define first class values representing record fields, \ Modified: trunk/dports/devel/caml-findlib/Portfile =================================================================== --- trunk/dports/devel/caml-findlib/Portfile 2010-12-01 20:37:21 UTC (rev 73991) +++ trunk/dports/devel/caml-findlib/Portfile 2010-12-01 21:00:07 UTC (rev 73992) @@ -5,7 +5,7 @@ version 1.2.5 distname findlib-${version} categories devel ml -maintainers avsm +maintainers nomaintainer description Objective Caml library management system long_description The findlib library provides a scheme to manage reusable \ software components (packages), and includes tools that support \ Modified: trunk/dports/devel/caml-graph/Portfile =================================================================== --- trunk/dports/devel/caml-graph/Portfile 2010-12-01 20:37:21 UTC (rev 73991) +++ trunk/dports/devel/caml-graph/Portfile 2010-12-01 21:00:07 UTC (rev 73992) @@ -5,7 +5,7 @@ version 1.3 distname ocamlgraph-${version} categories devel ml -maintainers avsm openmaintainer +maintainers nomaintainer description a graph library for OCaml long_description It provides an easy-to-use graph data structure together with several \ operations and algorithms over graphs, in Graph.Pack. It is a reasonably \ Modified: trunk/dports/devel/caml-json-static/Portfile =================================================================== --- trunk/dports/devel/caml-json-static/Portfile 2010-12-01 20:37:21 UTC (rev 73991) +++ trunk/dports/devel/caml-json-static/Portfile 2010-12-01 21:00:07 UTC (rev 73992) @@ -5,7 +5,7 @@ name caml-json-static version 0.9.8 categories devel ml -maintainers avsm openmaintainer +maintainers nomaintainer description JSON validator and type converter for OCaml long_description This library converts parsed JSON data with an unchecked structure \ into specialized OCaml types and vice-versa. It is a complement to \ Modified: trunk/dports/devel/caml-json-wheel/Portfile =================================================================== --- trunk/dports/devel/caml-json-wheel/Portfile 2010-12-01 20:37:21 UTC (rev 73991) +++ trunk/dports/devel/caml-json-wheel/Portfile 2010-12-01 21:00:07 UTC (rev 73992) @@ -6,7 +6,7 @@ version 1.0.6 revision 1 categories devel ml -maintainers avsm openmaintainer +maintainers nomaintainer description JSON parsing library for OCaml long_description Implements RFC4627 for parsing the JSON interchange format.\ Uses key/value pairs to represent objects, and lists to \ Modified: trunk/dports/devel/caml-lwt/Portfile =================================================================== --- trunk/dports/devel/caml-lwt/Portfile 2010-12-01 20:37:21 UTC (rev 73991) +++ trunk/dports/devel/caml-lwt/Portfile 2010-12-01 21:00:07 UTC (rev 73992) @@ -6,7 +6,7 @@ version 2.1.0 distname lwt-${version} categories devel ml -maintainers avsm +maintainers nomaintainer description Cooperative threading library for OCaml long_description LWT is a lightweight thread library for OCaml to implement \ co-operative concurrency. Modified: trunk/dports/devel/caml-menhir/Portfile =================================================================== --- trunk/dports/devel/caml-menhir/Portfile 2010-12-01 20:37:21 UTC (rev 73991) +++ trunk/dports/devel/caml-menhir/Portfile 2010-12-01 21:00:07 UTC (rev 73992) @@ -6,7 +6,7 @@ revision 1 categories devel ml platforms darwin -maintainers erickt avsm openmaintainer +maintainers erickt openmaintainer description Menhir is a LR(1) parser generator for the Objective Caml programming language. long_description Menhir is a LR(1) parser generator for the Objective Caml programming language. homepage http://cristal.inria.fr/~fpottier/menhir Modified: trunk/dports/devel/caml-ocamldsort/Portfile =================================================================== --- trunk/dports/devel/caml-ocamldsort/Portfile 2010-12-01 20:37:21 UTC (rev 73991) +++ trunk/dports/devel/caml-ocamldsort/Portfile 2010-12-01 21:00:07 UTC (rev 73992) @@ -6,7 +6,7 @@ version 0.14.4 distname ocamldsort-${version} categories devel ml -maintainers avsm +maintainers nomaintainer description Build dependency generator for OCaml long_description The ocamldsort command scans a set of Objective Caml source files \ (.ml and .mli files), sorts them according to their dependencies and \ Modified: trunk/dports/devel/caml-react/Portfile =================================================================== --- trunk/dports/devel/caml-react/Portfile 2010-12-01 20:37:21 UTC (rev 73991) +++ trunk/dports/devel/caml-react/Portfile 2010-12-01 21:00:07 UTC (rev 73992) @@ -5,7 +5,7 @@ name caml-react version 0.9.0 categories devel ml -maintainers avsm +maintainers nomaintainer description Functional reactive progreamming for OCaml long_description React is an OCaml module for functional reactive programming (FRP).\ It provides support to program with time varying values : applicative \ Modified: trunk/dports/devel/caml-ssl/Portfile =================================================================== --- trunk/dports/devel/caml-ssl/Portfile 2010-12-01 20:37:21 UTC (rev 73991) +++ trunk/dports/devel/caml-ssl/Portfile 2010-12-01 21:00:07 UTC (rev 73992) @@ -5,7 +5,7 @@ name caml-ssl version 0.4.3 categories devel ml -maintainers avsm +maintainers nomaintainer description SSL bindings for OCaml long_description SSL bindings for OCaml to use secure connections via the \ OpenSSL library. Modified: trunk/dports/devel/caml-text/Portfile =================================================================== --- trunk/dports/devel/caml-text/Portfile 2010-12-01 20:37:21 UTC (rev 73991) +++ trunk/dports/devel/caml-text/Portfile 2010-12-01 21:00:07 UTC (rev 73992) @@ -6,7 +6,7 @@ version 0.2 distname text-${version} categories devel ml -maintainers avsm +maintainers nomaintainer description library for Unicode text in OCaml long_description OCaml-Text is a library for dealing with text, \ i.e. sequence of unicode characters, in a convenient way. Modified: trunk/dports/devel/caml-ulex/Portfile =================================================================== --- trunk/dports/devel/caml-ulex/Portfile 2010-12-01 20:37:21 UTC (rev 73991) +++ trunk/dports/devel/caml-ulex/Portfile 2010-12-01 21:00:07 UTC (rev 73992) @@ -3,7 +3,7 @@ PortSystem 1.0 name caml-ulex version 1.1 -maintainers avsm openmaintainer +maintainers nomaintainer description lexer generator for Unicode and OCaml long_description ulex is a lexer generator for Unicode and OCaml written by Alain Frisch. Modified: trunk/dports/devel/caml-uuidm/Portfile =================================================================== --- trunk/dports/devel/caml-uuidm/Portfile 2010-12-01 20:37:21 UTC (rev 73991) +++ trunk/dports/devel/caml-uuidm/Portfile 2010-12-01 21:00:07 UTC (rev 73992) @@ -5,7 +5,7 @@ name caml-uuidm version 0.9.3 categories devel ml -maintainers avsm openmaintainer +maintainers nomaintainer description RFC 4122-compliant UUID library for OCaml long_description Uuidm is an OCaml module implementing 128 bits universally \ unique identifiers version 3, 5 (name based with MD5, SHA-1 \ Modified: trunk/dports/devel/cryptokit/Portfile =================================================================== --- trunk/dports/devel/cryptokit/Portfile 2010-12-01 20:37:21 UTC (rev 73991) +++ trunk/dports/devel/cryptokit/Portfile 2010-12-01 21:00:07 UTC (rev 73992) @@ -4,7 +4,7 @@ name cryptokit version 1.3 categories devel security -maintainers avsm +maintainers nomaintainer description Objective Caml interface to cryptographic functions. long_description The Cryptokit library for Objective Caml provides a \ variety of cryptographic primitives that can be used to \ Modified: trunk/dports/devel/hs-readline/Portfile =================================================================== --- trunk/dports/devel/hs-readline/Portfile 2010-12-01 20:37:21 UTC (rev 73991) +++ trunk/dports/devel/hs-readline/Portfile 2010-12-01 21:00:07 UTC (rev 73992) @@ -7,7 +7,7 @@ license GPL platforms darwin categories devel -maintainers avsm openmaintainer +maintainers nomaintainer description A Haskell interface to GNU readline depends_lib port:readline Modified: trunk/dports/devel/ott/Portfile =================================================================== --- trunk/dports/devel/ott/Portfile 2010-12-01 20:37:21 UTC (rev 73991) +++ trunk/dports/devel/ott/Portfile 2010-12-01 21:00:07 UTC (rev 73992) @@ -7,7 +7,7 @@ version 0.10.16 platforms darwin categories devel -maintainers recoil.org:anil +maintainers nomaintainer description tool for writing definitions of programming languages long_description Ott is a tool for writing definitions of programming \ languages and calculi. It takes as input a definition of a \ Modified: trunk/dports/devel/xml-light/Portfile =================================================================== --- trunk/dports/devel/xml-light/Portfile 2010-12-01 20:37:21 UTC (rev 73991) +++ trunk/dports/devel/xml-light/Portfile 2010-12-01 21:00:07 UTC (rev 73992) @@ -6,7 +6,7 @@ version 2.2 revision 2 categories devel textproc -maintainers recoil.org:anil +maintainers nomaintainer description Objective Caml interface for XML parsing and printing long_description XML Light is a minimal XML parser & printer for OCaml.\ It provide functions to parse an XML document into an OCaml \ Modified: trunk/dports/graphics/lablgl/Portfile =================================================================== --- trunk/dports/graphics/lablgl/Portfile 2010-12-01 20:37:21 UTC (rev 73991) +++ trunk/dports/graphics/lablgl/Portfile 2010-12-01 21:00:07 UTC (rev 73992) @@ -5,7 +5,7 @@ version 1.04 revision 2 categories graphics -maintainers avsm +maintainers nomaintainer description Objective Caml interface to OpenGL long_description LablGL is is an Objective Caml interface to OpenGL. \ Support is included for use with both Glut (standalone) and LablTk.\ Modified: trunk/dports/lang/ocamlduce/Portfile =================================================================== --- trunk/dports/lang/ocamlduce/Portfile 2010-12-01 20:37:21 UTC (rev 73991) +++ trunk/dports/lang/ocamlduce/Portfile 2010-12-01 21:00:07 UTC (rev 73992) @@ -5,7 +5,7 @@ version 3.08.4pl3 revision 1 categories lang ml -maintainers recoil.org:anil +maintainers nomaintainer description Objective Caml extensions for manipulating XML long_description OCamlDuce is a merger between OCaml and CDuce. It \ comes as a modified version of OCaml which integrates \ Modified: trunk/dports/math/caml-gsl/Portfile =================================================================== --- trunk/dports/math/caml-gsl/Portfile 2010-12-01 20:37:21 UTC (rev 73991) +++ trunk/dports/math/caml-gsl/Portfile 2010-12-01 21:00:07 UTC (rev 73992) @@ -8,7 +8,7 @@ distfiles ocamlgsl-${version}.tar.gz worksrcdir ocamlgsl-${version} categories math science ml -maintainers avsm openmaintainer +maintainers nomaintainer description ocamlgsl is the GNU scientific library for OCaml long_description \
participants (1)
-
jmr@macports.org