[74288] trunk/dports

ryandesign at macports.org ryandesign at macports.org
Fri Dec 10 11:45:13 PST 2010


Revision: 74288
          http://trac.macports.org/changeset/74288
Author:   ryandesign at macports.org
Date:     2010-12-10 11:45:07 -0800 (Fri, 10 Dec 2010)
Log Message:
-----------
pure: update to 0.46
pure-devel: update to 0.46
pure-docs: new port, version 0.46

pure-csv: update to 1.4
pure-doc: update to 0.6
pure-fastcgi: update to 0.3
pure-faust: update to 0.3
pure-ffi: update to 0.11
pure-gen: update to 0.10
pure-gsl: update to 0.10
pure-liblo: update to 0.6
pure-odbc: update to 0.6
pure-sql3: update to 0.2
pure-xml: update to 0.5

Modified Paths:
--------------
    trunk/dports/audio/pure-faust/Portfile
    trunk/dports/audio/pure-liblo/Portfile
    trunk/dports/databases/pure-odbc/Portfile
    trunk/dports/databases/pure-sql3/Portfile
    trunk/dports/devel/pure-csv/Portfile
    trunk/dports/devel/pure-ffi/Portfile
    trunk/dports/devel/pure-gen/Portfile
    trunk/dports/lang/pure/Portfile
    trunk/dports/lang/pure/files/patch-openbrowser.diff
    trunk/dports/lang/pure-devel/Portfile
    trunk/dports/lang/pure-devel/files/patch-openbrowser.diff
    trunk/dports/math/pure-gsl/Portfile
    trunk/dports/textproc/pure-doc/Portfile
    trunk/dports/textproc/pure-xml/Portfile
    trunk/dports/www/pure-fastcgi/Portfile

Added Paths:
-----------
    trunk/dports/lang/pure-docs/
    trunk/dports/lang/pure-docs/Portfile
    trunk/dports/lang/pure-docs/files/
    trunk/dports/lang/pure-docs/files/patch-openbrowser.diff

Modified: trunk/dports/audio/pure-faust/Portfile
===================================================================
--- trunk/dports/audio/pure-faust/Portfile	2010-12-10 19:40:10 UTC (rev 74287)
+++ trunk/dports/audio/pure-faust/Portfile	2010-12-10 19:45:07 UTC (rev 74288)
@@ -4,7 +4,7 @@
 PortSystem                      1.0
 PortGroup                       pure 1.0
 
-pure.setup                      faust 0.2
+pure.setup                      faust 0.3
 categories                      audio lang
 platforms                       darwin
 maintainers                     ryandesign
@@ -16,7 +16,7 @@
 
 long_description                ${name} provides ${description}.
 
-checksums                       sha1    b457cfb310e477655c68d2ca0019bda8b34e8f1e \
-                                rmd160  992ebaa0c135c2d609e7b06562d13b173162a861
+checksums                       sha1    d443f35e46dfc17d1a495ce0733620e88e114644 \
+                                rmd160  b2b9894fd1e5d2ca7cd17683203a07955635f7c8
 
 depends_run-append              port:faust

Modified: trunk/dports/audio/pure-liblo/Portfile
===================================================================
--- trunk/dports/audio/pure-liblo/Portfile	2010-12-10 19:40:10 UTC (rev 74287)
+++ trunk/dports/audio/pure-liblo/Portfile	2010-12-10 19:45:07 UTC (rev 74288)
@@ -4,7 +4,7 @@
 PortSystem                      1.0
 PortGroup                       pure 1.0
 
-pure.setup                      liblo 0.5
+pure.setup                      liblo 0.6
 categories                      audio
 platforms                       darwin
 maintainers                     ryandesign
@@ -17,7 +17,7 @@
                                 to exchange data between multimedia devices \
                                 and software across the network.
 
-checksums                       sha1    ab750642edd2f6ef81ca0f76466782af78719d1b \
-                                rmd160  22c2e94533cd64c779fa0a637544c2fe48f156f1
+checksums                       sha1    e1d0ddaa5ce91fca4ca2be315530e3c94e0d0719 \
+                                rmd160  028e4779f3729825334973d4508e0577694e450b
 
 depends_lib-append              port:liblo

Modified: trunk/dports/databases/pure-odbc/Portfile
===================================================================
--- trunk/dports/databases/pure-odbc/Portfile	2010-12-10 19:40:10 UTC (rev 74287)
+++ trunk/dports/databases/pure-odbc/Portfile	2010-12-10 19:45:07 UTC (rev 74288)
@@ -4,8 +4,7 @@
 PortSystem                      1.0
 PortGroup                       pure 1.0
 
-pure.setup                      odbc 0.5
-revision                        1
+pure.setup                      odbc 0.6
 categories                      databases
 platforms                       darwin
 maintainers                     ryandesign
@@ -18,9 +17,8 @@
                                 you access a large variety of open source \
                                 and commercial database systems from Pure
 
-checksums                       md5     6f6f6676286af996029b75f71602c9ac \
-                                sha1    a4be9291ea478c9adadf72ff6f272712c37a1446 \
-                                rmd160  85ca1a666d6bb197b9e69b7f3c9ade436b582461
+checksums                       sha1    90fc29bec04015f6e27a859d5c71e50f8c21060a \
+                                rmd160  289ea1c1fc6cf7fdca4afeb3c6fc86ded6357049
 
 depends_lib-append              path:lib/libgmp.dylib:gmp \
                                 path:lib/libodbc.dylib:unixODBC

Modified: trunk/dports/databases/pure-sql3/Portfile
===================================================================
--- trunk/dports/databases/pure-sql3/Portfile	2010-12-10 19:40:10 UTC (rev 74287)
+++ trunk/dports/databases/pure-sql3/Portfile	2010-12-10 19:45:07 UTC (rev 74288)
@@ -4,7 +4,7 @@
 PortSystem                      1.0
 PortGroup                       pure 1.0
 
-pure.setup                      sql3 0.1
+pure.setup                      sql3 0.2
 categories                      databases
 platforms                       darwin
 maintainers                     ryandesign
@@ -17,9 +17,8 @@
                                 all of SQLite's features, including many that are \
                                 not available through Pure's generic ODBC interface.
 
-checksums                       md5     d32957a86b1c9391059fec7a4b3d01c0 \
-                                sha1    debe17a5d5dae7cf3ae53b481dc97965ecf6664b \
-                                rmd160  3a554c8c9472870b489089bcf864283096921277
+checksums                       sha1    80464cb08c50c0dfd03732a35df49a8e61f6313d \
+                                rmd160  7bcd110e95b352a63cb1d68cfca916df499b1606
 
 depends_lib-append              port:sqlite3
 

Modified: trunk/dports/devel/pure-csv/Portfile
===================================================================
--- trunk/dports/devel/pure-csv/Portfile	2010-12-10 19:40:10 UTC (rev 74287)
+++ trunk/dports/devel/pure-csv/Portfile	2010-12-10 19:45:07 UTC (rev 74288)
@@ -4,7 +4,7 @@
 PortSystem                      1.0
 PortGroup                       pure 1.0
 
-pure.setup                      csv 1.3
+pure.setup                      csv 1.4
 categories                      devel
 platforms                       darwin
 maintainers                     ryandesign
@@ -17,6 +17,5 @@
                                 and writing functions are loosely based on \
                                 Python's CSV module
 
-checksums                       md5     c3e8a2a51ef209e7e541ecb913e36c29 \
-                                sha1    da23e36e4022115ae094754ae91c37fc4ccc499b \
-                                rmd160  8d29076cd81400c41858c975e8b95c86e0df8b19
+checksums                       sha1    b4b2084533d5662dc7bfc51c36c2dc228fd3b8e8 \
+                                rmd160  dc3bcd67749f31c40b40a945c26a4dd68cd5f83e

Modified: trunk/dports/devel/pure-ffi/Portfile
===================================================================
--- trunk/dports/devel/pure-ffi/Portfile	2010-12-10 19:40:10 UTC (rev 74287)
+++ trunk/dports/devel/pure-ffi/Portfile	2010-12-10 19:45:07 UTC (rev 74288)
@@ -4,7 +4,7 @@
 PortSystem                      1.0
 PortGroup                       pure 1.0
 
-pure.setup                      ffi 0.10
+pure.setup                      ffi 0.11
 categories                      devel
 platforms                       darwin
 maintainers                     ryandesign
@@ -21,8 +21,8 @@
                                 may also be possible to call foreign \
                                 languages other than C.
 
-checksums                       sha1    e3bdc4fd88007f1ea88475ff086a6def3427f393 \
-                                rmd160  61491e1b5c1e47ea82f67cf829ce9497d64573eb
+checksums                       sha1    433acedb6bfa2e59d7bcddff88a1ea16a9dab2ed \
+                                rmd160  94c0ca174f1ce5c5a26a64d48cfc57c214d02c2d
 
 depends_build-append            port:pkgconfig
 

Modified: trunk/dports/devel/pure-gen/Portfile
===================================================================
--- trunk/dports/devel/pure-gen/Portfile	2010-12-10 19:40:10 UTC (rev 74287)
+++ trunk/dports/devel/pure-gen/Portfile	2010-12-10 19:45:07 UTC (rev 74288)
@@ -4,7 +4,7 @@
 PortSystem                      1.0
 PortGroup                       pure 1.0
 
-pure.setup                      gen 0.9
+pure.setup                      gen 0.10
 categories                      devel
 platforms                       darwin
 maintainers                     ryandesign
@@ -14,8 +14,8 @@
 
 long_description                ${name} is ${description}.
 
-checksums                       sha1    595770fc4632be5398731641cf9034b7d9f7633e \
-                                rmd160  ad1fb76ced3703f4c7e2fab6c169b5d768cc985d
+checksums                       sha1    53ca187af6d77b2ee3af6184d471df9084dea3fc \
+                                rmd160  715213318370528b243b15bc91ecaf5b3109691e
 
 depends_build-append            path:bin/ghc:ghc \
                                 port:hs-language-c

Modified: trunk/dports/lang/pure/Portfile
===================================================================
--- trunk/dports/lang/pure/Portfile	2010-12-10 19:40:10 UTC (rev 74287)
+++ trunk/dports/lang/pure/Portfile	2010-12-10 19:45:07 UTC (rev 74288)
@@ -5,7 +5,7 @@
 
 name                    pure
 conflicts               pure-devel
-version                 0.45
+version                 0.46
 categories              lang
 platforms               darwin
 maintainers             ryandesign
@@ -31,8 +31,8 @@
 
 use_autoreconf          yes
 
-checksums               sha1    ead4edd54c0a020fce3c7f7fe3f36d2e73e34e99 \
-                        rmd160  157bcec494a13503f50ce3620bf36fb38e9f53e3
+checksums               sha1    0b5304463d4c50474936d7921f884e029a5d1ccc \
+                        rmd160  ffe179acfd23328d659c53ba168b8d1785f13a67
 
 depends_build-append \
     path:bin/llvm-config:llvm

Modified: trunk/dports/lang/pure/files/patch-openbrowser.diff
===================================================================
--- trunk/dports/lang/pure/files/patch-openbrowser.diff	2010-12-10 19:40:10 UTC (rev 74287)
+++ trunk/dports/lang/pure/files/patch-openbrowser.diff	2010-12-10 19:45:07 UTC (rev 74288)
@@ -1,31 +1,30 @@
---- README.orig	2010-10-30 15:36:43.000000000 -0500
-+++ README	2010-10-31 16:41:02.000000000 -0500
-@@ -158,9 +158,9 @@
- how to use the interpreter and a description of the Pure language. You can
- invoke the manpage with 'man pure' after installation, and the online manual
- by using the 'help' command inside the interpreter. The former needs the 'man'
--program, the latter a html browser, w3m by default. See the INSTALL file or
--the manpage for details. Or just point your browser at the following URL to
--read the manual on the web:
-+program, the latter a html browser, your Mac OS X web browser by default. See
-+the INSTALL file or the manpage for details. Or just point your browser at the
-+following URL to read the manual on the web:
+--- README.orig	2010-12-04 04:57:21.000000000 -0600
++++ README	2010-12-09 15:15:35.000000000 -0600
+@@ -163,8 +163,9 @@
+ addon modules and libraries. You can invoke the manpage with 'man pure' after
+ installation, and the online manual by using the 'help' command inside the
+ interpreter. The former needs the 'man' program, the latter a html browser,
+-w3m by default. See the INSTALL file or the manpage for details. Or just point
+-your browser at the following URL to read the manual on the web:
++your Mac OS X web browser by default. See the INSTALL file or the manpage for
++details. Or just point your browser at the following URL to read the manual
++on the web:
  
- http://wiki.pure-lang.googlecode.com/hg/docs/pure.html
+ http://docs.pure-lang.googlecode.com/hg/index.html
  
---- lexer.cc.orig	2010-10-30 22:55:14.000000000 -0500
-+++ lexer.cc	2010-10-31 16:37:27.000000000 -0500
-@@ -6942,7 +6942,7 @@
+--- lexer.cc.orig	2010-12-04 04:50:16.000000000 -0600
++++ lexer.cc	2010-12-09 15:16:43.000000000 -0600
+@@ -7138,7 +7138,7 @@
        } else
  	cerr << "help: memory allocation error\n";
      } else {
 -      if (!browser) browser = "w3m"; // default
 +      if (!browser) browser = "openbrowser"; // default
-       string helpcmd = string(browser) + " " + docname;
+       string helpcmd = string(browser) + " \"" + docname + "\"";
        if (system(helpcmd.c_str()) == -1) perror("system");
      }
---- pure.1.orig	2010-03-07 05:31:57.000000000 -0600
-+++ pure.1	2010-03-18 05:37:40.000000000 -0500
+--- pure.1.orig	2010-11-08 02:57:58.000000000 -0600
++++ pure.1	2010-12-09 15:14:30.000000000 -0600
 @@ -110,9 +110,9 @@
  .PP
  The full version of this manual can be read inside the interpreter, by typing
@@ -48,43 +47,3 @@
  is used.
  .TP
  .B PURE_INCLUDE
---- pure.html.orig	2010-10-30 10:26:21.000000000 -0500
-+++ pure.html	2010-10-31 16:37:27.000000000 -0500
-@@ -857,7 +857,7 @@
- Scripts</a> for details.</dd>
- <dt>PURE_HELP</dt>
- <dd>Command used to browse the Pure manual. This must be a browser capable of
--displaying html files. Default is w3m(1).</dd>
-+displaying html files. Default is your Mac OS X web browser.</dd>
- <dt>PURE_INCLUDE</dt>
- <dd>Additional directories (in colon-separated format) to be searched for
- included scripts.</dd>
-@@ -4181,7 +4181,7 @@
- <h2><a class="toc-backref" href="#id60">11.1&nbsp;&nbsp;&nbsp;Online Help</a></h2>
- <p>Online help is available in the interpreter with the interactive <tt class="docutils literal"><span class="pre">help</span></tt>
- command, see <a class="reference internal" href="#interactive-commands">Interactive Commands</a> below. You need to have a html browser
--installed for that. By default, the <tt class="docutils literal"><span class="pre">help</span></tt> command uses w3m(1), but you can
-+installed for that. By default, the <tt class="docutils literal"><span class="pre">help</span></tt> command uses openbrowser(1), but you can
- change this by setting either the PURE_HELP or the BROWSER environment
- variable accordingly.</p>
- <p>When invoked without arguments, the <tt class="docutils literal"><span class="pre">help</span></tt> command displays this manual:</p>
---- pure.txt.orig	2010-10-30 10:26:21.000000000 -0500
-+++ pure.txt	2010-10-31 16:37:27.000000000 -0500
-@@ -538,7 +538,7 @@
- 
- PURE_HELP
-     Command used to browse the Pure manual. This must be a browser capable of
--    displaying html files. Default is w3m(1).
-+    displaying html files. Default is your Mac OS X web browser.
- 
- PURE_INCLUDE
-     Additional directories (in colon-separated format) to be searched for
-@@ -4055,7 +4055,7 @@
- 
- Online help is available in the interpreter with the interactive ``help``
- command, see `Interactive Commands`_ below. You need to have a html browser
--installed for that. By default, the ``help`` command uses w3m(1), but you can
-+installed for that. By default, the ``help`` command uses openbrowser(1), but you can
- change this by setting either the PURE_HELP or the BROWSER environment
- variable accordingly.
- 

Modified: trunk/dports/lang/pure-devel/Portfile
===================================================================
--- trunk/dports/lang/pure-devel/Portfile	2010-12-10 19:40:10 UTC (rev 74287)
+++ trunk/dports/lang/pure-devel/Portfile	2010-12-10 19:45:07 UTC (rev 74288)
@@ -5,7 +5,7 @@
 
 name                    pure-devel
 conflicts               pure
-version                 0.45
+version                 0.46
 categories              lang
 platforms               darwin
 maintainers             ryandesign

Modified: trunk/dports/lang/pure-devel/files/patch-openbrowser.diff
===================================================================
--- trunk/dports/lang/pure-devel/files/patch-openbrowser.diff	2010-12-10 19:40:10 UTC (rev 74287)
+++ trunk/dports/lang/pure-devel/files/patch-openbrowser.diff	2010-12-10 19:45:07 UTC (rev 74288)
@@ -1,31 +1,30 @@
---- README.orig	2010-10-31 16:22:25.000000000 -0500
-+++ README	2010-10-31 16:26:21.000000000 -0500
-@@ -158,9 +158,9 @@
- how to use the interpreter and a description of the Pure language. You can
- invoke the manpage with 'man pure' after installation, and the online manual
- by using the 'help' command inside the interpreter. The former needs the 'man'
--program, the latter a html browser, w3m by default. See the INSTALL file or
--the manpage for details. Or just point your browser at the following URL to
--read the manual on the web:
-+program, the latter a html browser, your Mac OS X web browser by default. See
-+the INSTALL file or the manpage for details. Or just point your browser at the
-+following URL to read the manual on the web:
+--- README.orig	Sun Dec 05 11:30:24 2010 +0100
++++ README	Fri Dec 10 01:05:13 2010 -0600
+@@ -163,8 +163,9 @@
+ addon modules and libraries. You can invoke the manpage with 'man pure' after
+ installation, and the online manual by using the 'help' command inside the
+ interpreter. The former needs the 'man' program, the latter a html browser,
+-w3m by default. See the INSTALL file or the manpage for details. Or just point
+-your browser at the following URL to read the manual on the web:
++your Mac OS X web browser by default. See the INSTALL file or the manpage for
++details. Or just point your browser at the following URL to read the manual
++on the web:
  
- http://wiki.pure-lang.googlecode.com/hg/docs/pure.html
+ http://docs.pure-lang.googlecode.com/hg/index.html
  
---- lexer.ll.orig	2010-10-31 16:22:25.000000000 -0500
-+++ lexer.ll	2010-10-31 16:24:29.000000000 -0500
-@@ -1519,7 +1519,7 @@
+--- lexer.ll.orig	Sun Dec 05 11:30:24 2010 +0100
++++ lexer.ll	Fri Dec 10 01:05:13 2010 -0600
+@@ -1715,7 +1715,7 @@
        } else
  	cerr << "help: memory allocation error\n";
      } else {
 -      if (!browser) browser = "w3m"; // default
 +      if (!browser) browser = "openbrowser"; // default
-       string helpcmd = string(browser) + " " + docname;
+       string helpcmd = string(browser) + " \"" + docname + "\"";
        if (system(helpcmd.c_str()) == -1) perror("system");
      }
---- pure.1.orig	2010-03-07 09:42:18.000000000 -0600
-+++ pure.1	2010-03-18 05:42:55.000000000 -0500
+--- pure.1.orig	Sun Dec 05 11:30:24 2010 +0100
++++ pure.1	Fri Dec 10 01:05:13 2010 -0600
 @@ -110,9 +110,9 @@
  .PP
  The full version of this manual can be read inside the interpreter, by typing
@@ -48,43 +47,3 @@
  is used.
  .TP
  .B PURE_INCLUDE
---- pure.html.orig	2010-10-31 16:22:25.000000000 -0500
-+++ pure.html	2010-10-31 16:24:29.000000000 -0500
-@@ -857,7 +857,7 @@
- Scripts</a> for details.</dd>
- <dt>PURE_HELP</dt>
- <dd>Command used to browse the Pure manual. This must be a browser capable of
--displaying html files. Default is w3m(1).</dd>
-+displaying html files. Default is your Mac OS X web browser.</dd>
- <dt>PURE_INCLUDE</dt>
- <dd>Additional directories (in colon-separated format) to be searched for
- included scripts.</dd>
-@@ -4181,7 +4181,7 @@
- <h2><a class="toc-backref" href="#id60">11.1&nbsp;&nbsp;&nbsp;Online Help</a></h2>
- <p>Online help is available in the interpreter with the interactive <tt class="docutils literal"><span class="pre">help</span></tt>
- command, see <a class="reference internal" href="#interactive-commands">Interactive Commands</a> below. You need to have a html browser
--installed for that. By default, the <tt class="docutils literal"><span class="pre">help</span></tt> command uses w3m(1), but you can
-+installed for that. By default, the <tt class="docutils literal"><span class="pre">help</span></tt> command uses openbrowser(1), but you can
- change this by setting either the PURE_HELP or the BROWSER environment
- variable accordingly.</p>
- <p>When invoked without arguments, the <tt class="docutils literal"><span class="pre">help</span></tt> command displays this manual:</p>
---- pure.txt.orig	2010-10-31 16:22:25.000000000 -0500
-+++ pure.txt	2010-10-31 16:24:29.000000000 -0500
-@@ -538,7 +538,7 @@
- 
- PURE_HELP
-     Command used to browse the Pure manual. This must be a browser capable of
--    displaying html files. Default is w3m(1).
-+    displaying html files. Default is your Mac OS X web browser.
- 
- PURE_INCLUDE
-     Additional directories (in colon-separated format) to be searched for
-@@ -4055,7 +4055,7 @@
- 
- Online help is available in the interpreter with the interactive ``help``
- command, see `Interactive Commands`_ below. You need to have a html browser
--installed for that. By default, the ``help`` command uses w3m(1), but you can
-+installed for that. By default, the ``help`` command uses openbrowser(1), but you can
- change this by setting either the PURE_HELP or the BROWSER environment
- variable accordingly.
- 

Added: trunk/dports/lang/pure-docs/Portfile
===================================================================
--- trunk/dports/lang/pure-docs/Portfile	                        (rev 0)
+++ trunk/dports/lang/pure-docs/Portfile	2010-12-10 19:45:07 UTC (rev 74288)
@@ -0,0 +1,23 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem                      1.0
+PortGroup                       pure 1.0
+
+pure.setup                      docs 0.46
+categories                      lang
+platforms                       darwin
+maintainers                     ryandesign
+supported_archs                 noarch
+license                         GPLv3
+
+description                     documentation for the Pure programming language
+
+long_description                ${name} is the set of ${description}.
+
+checksums                       sha1    5d31bcaa639d8cb0ca2363eec6dfc665937b93fe \
+                                rmd160  5652b0193ccf20947af7eea9cb06eb26b1ef881d
+
+platform macosx {
+    patchfiles                  patch-openbrowser.diff
+}


Property changes on: trunk/dports/lang/pure-docs/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Copied: trunk/dports/lang/pure-docs/files/patch-openbrowser.diff (from rev 74268, trunk/dports/lang/pure/files/patch-openbrowser.diff)
===================================================================
--- trunk/dports/lang/pure-docs/files/patch-openbrowser.diff	                        (rev 0)
+++ trunk/dports/lang/pure-docs/files/patch-openbrowser.diff	2010-12-10 19:45:07 UTC (rev 74288)
@@ -0,0 +1,40 @@
+--- _sources/pure.txt.orig	2010-12-04 09:24:50.000000000 -0600
++++ _sources/pure.txt	2010-12-09 15:09:00.000000000 -0600
+@@ -728,7 +728,7 @@
+ .. envvar:: PURE_HELP
+ 
+    Command used to browse the Pure manual. This must be a browser capable of
+-   displaying html files. Default is :program:`w3m`.
++   displaying html files. Default is your Mac OS X web browser.
+ 
+ .. envvar:: PURE_INCLUDE
+ 
+@@ -4789,7 +4789,7 @@
+ 
+ Online help is available in the interpreter with the interactive ``help``
+ command, see `Interactive Commands`_ below. You need to have a html browser
+-installed for that. By default, the ``help`` command uses :program:`w3m`, but
++installed for that. By default, the ``help`` command uses your Mac OS X web browser, but
+ you can change this by setting either the :envvar:`PURE_HELP` or the
+ :envvar:`BROWSER` environment variable accordingly.
+ 
+--- pure.html.orig	2010-12-04 09:24:50.000000000 -0600
++++ pure.html	2010-12-09 15:09:39.000000000 -0600
+@@ -892,7 +892,7 @@
+ <dt id="envvar-PURE_HELP">
+ <tt class="descname">PURE_HELP</tt><a class="headerlink" href="#envvar-PURE_HELP" title="Permalink to this definition">¶</a></dt>
+ <dd><p>Command used to browse the Pure manual. This must be a browser capable of
+-displaying html files. Default is <strong class="program">w3m</strong>.</p>
++displaying html files. Default is your Mac OS X web browser.</p>
+ </dd></dl>
+ 
+ <dl class="envvar">
+@@ -4815,7 +4815,7 @@
+ <h3><a class="toc-backref" href="#id75">Online Help</a><a class="headerlink" href="#online-help" title="Permalink to this headline">¶</a></h3>
+ <p>Online help is available in the interpreter with the interactive <tt class="docutils literal"><span class="pre">help</span></tt>
+ command, see <a class="reference internal" href="#interactive-commands">Interactive Commands</a> below. You need to have a html browser
+-installed for that. By default, the <tt class="docutils literal"><span class="pre">help</span></tt> command uses <strong class="program">w3m</strong>, but
++installed for that. By default, the <tt class="docutils literal"><span class="pre">help</span></tt> command uses your Mac OS X web browser, but
+ you can change this by setting either the <span class="target" id="index-25"></span><a class="reference internal" href="#envvar-PURE_HELP"><tt class="xref std std-envvar docutils literal"><span class="pre">PURE_HELP</span></tt></a> or the
+ <span class="target" id="index-26"></span><a class="reference internal" href="#envvar-BROWSER"><tt class="xref std std-envvar docutils literal"><span class="pre">BROWSER</span></tt></a> environment variable accordingly.</p>
+ <p>As of Pure 0.46, the interpreter provides a much improved <tt class="docutils literal"><span class="pre">help</span></tt> command

Modified: trunk/dports/math/pure-gsl/Portfile
===================================================================
--- trunk/dports/math/pure-gsl/Portfile	2010-12-10 19:40:10 UTC (rev 74287)
+++ trunk/dports/math/pure-gsl/Portfile	2010-12-10 19:45:07 UTC (rev 74288)
@@ -4,7 +4,7 @@
 PortSystem                      1.0
 PortGroup                       pure 1.0
 
-pure.setup                      gsl 0.9
+pure.setup                      gsl 0.10
 categories                      math science
 platforms                       darwin
 maintainers                     ryandesign
@@ -19,7 +19,7 @@
                                 for scientific programming, number crunching \
                                 and signal processing applications.
 
-checksums                       sha1    11609dc1bb3a1d68d036c31ed831d59bad7f8cc6 \
-                                rmd160  5d9104586020e30a07c9d6afae13bb8788acca0d
+checksums                       sha1    e9f8df763468f0f22a5218cfe370066879da8e1a \
+                                rmd160  59d4a68abcada43d5eb5e0cbfecf3934c1067453
 
 depends_lib-append              port:gsl

Modified: trunk/dports/textproc/pure-doc/Portfile
===================================================================
--- trunk/dports/textproc/pure-doc/Portfile	2010-12-10 19:40:10 UTC (rev 74287)
+++ trunk/dports/textproc/pure-doc/Portfile	2010-12-10 19:45:07 UTC (rev 74288)
@@ -4,8 +4,7 @@
 PortSystem                      1.0
 PortGroup                       pure 1.0
 
-pure.setup                      doc 0.5
-revision                        3
+pure.setup                      doc 0.6
 categories                      textproc
 platforms                       darwin
 maintainers                     ryandesign
@@ -18,8 +17,7 @@
                                 programming and documenting source code \
                                 written in the Pure programming language.
 
-checksums                       md5     4cfda181bdf4e0baa8fd0a8ed450258e \
-                                sha1    f5b0534a4324ce296a22fb4d33f748fdea6598ff \
-                                rmd160  dba12a859ae892dd2fc470579d096e7ad757fc81
+checksums                       sha1    bfc69cb8704e55e5f0fb7e25aa29101028b6edbb \
+                                rmd160  b83473beffdb5a0ce62565839275f3976ac12aac
 
 depends_build-append            path:bin/flex:flex

Modified: trunk/dports/textproc/pure-xml/Portfile
===================================================================
--- trunk/dports/textproc/pure-xml/Portfile	2010-12-10 19:40:10 UTC (rev 74287)
+++ trunk/dports/textproc/pure-xml/Portfile	2010-12-10 19:45:07 UTC (rev 74288)
@@ -4,7 +4,7 @@
 PortSystem                      1.0
 PortGroup                       pure 1.0
 
-pure.setup                      xml 0.4
+pure.setup                      xml 0.5
 categories                      textproc
 platforms                       darwin
 maintainers                     ryandesign
@@ -15,9 +15,8 @@
 long_description                ${name} is an interface to the libxml2 and \
                                 libxslt libraries for Pure.
 
-checksums                       md5     66951f238746b694f7eee13ab9f0b47a \
-                                sha1    8d9033d868145f2f98af2478678e7708dae0615e \
-                                rmd160  4fe9e8308eea23609c4a5ef43d50338bce5250ce
+checksums                       sha1    d3ed7ffc5591d8c1677cc94e17802d62e4892c8e \
+                                rmd160  cbdca33667e83f3e963996230c275d0e3adfecbf
 
 depends_lib-append              path:lib/pkgconfig/libxml-2.0.pc:libxml2 \
                                 path:lib/pkgconfig/libxslt.pc:libxslt

Modified: trunk/dports/www/pure-fastcgi/Portfile
===================================================================
--- trunk/dports/www/pure-fastcgi/Portfile	2010-12-10 19:40:10 UTC (rev 74287)
+++ trunk/dports/www/pure-fastcgi/Portfile	2010-12-10 19:45:07 UTC (rev 74288)
@@ -4,7 +4,7 @@
 PortSystem                      1.0
 PortGroup                       pure 1.0
 
-pure.setup                      fastcgi 0.2
+pure.setup                      fastcgi 0.3
 categories                      www
 platforms                       darwin
 maintainers                     ryandesign
@@ -15,7 +15,7 @@
 long_description                ${name} lets you write FastCGI scripts in \
                                 Pure, to be run by web servers like Apache.
 
-checksums                       sha1    ce79d46b78f59ff242a1137b41a133f8cd385212 \
-                                rmd160  950c562b6205718eb78dec2a058cf115d7a7e904
+checksums                       sha1    4456b3d15b96235facce6eadcfe78864aa081ef9 \
+                                rmd160  778ab3b21e76db097434efa7b2fb4830a755cd30
 
 depends_lib-append              port:fcgi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101210/3ed43104/attachment-0001.html>


More information about the macports-changes mailing list