[100014] trunk/dports/lang

ryandesign at macports.org ryandesign at macports.org
Sat Nov 24 00:13:12 PST 2012


Revision: 100014
          https://trac.macports.org/changeset/100014
Author:   ryandesign at macports.org
Date:     2012-11-24 00:13:12 -0800 (Sat, 24 Nov 2012)
Log Message:
-----------
pure, pure-docs: update to 0.56

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

Modified: trunk/dports/lang/pure/Portfile
===================================================================
--- trunk/dports/lang/pure/Portfile	2012-11-24 08:10:24 UTC (rev 100013)
+++ trunk/dports/lang/pure/Portfile	2012-11-24 08:13:12 UTC (rev 100014)
@@ -5,7 +5,7 @@
 
 name                    pure
 # Keep the versions of pure and pure-docs in sync.
-version                 0.55
+version                 0.56
 categories              lang
 platforms               darwin
 maintainers             ryandesign
@@ -29,8 +29,8 @@
                         are licensed under LGPL-3, the interpreter is GPL-3, \
                         and the examples are BSD-licensed.
 
-checksums               rmd160  39b758f5ae081b50c79fb4de13f99e17872cbb53 \
-                        sha256  36dbf1b77719a8031766b30812ac89102188d01ae9da80c2b53889f501cb58a7
+checksums               rmd160  edc712e5620dabae01ea73452e87445bc2413138 \
+                        sha256  12b63fd8a78d1179cc6d4af32ad19df7b48a3012e3143cc3adfe5c1a864c82d2
 
 livecheck.type          none
 

Modified: trunk/dports/lang/pure/files/patch-openbrowser.diff
===================================================================
--- trunk/dports/lang/pure/files/patch-openbrowser.diff	2012-11-24 08:10:24 UTC (rev 100013)
+++ trunk/dports/lang/pure/files/patch-openbrowser.diff	2012-11-24 08:13:12 UTC (rev 100014)
@@ -6,15 +6,15 @@
  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
++your 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://docs.pure-lang.googlecode.com/hg/index.html
  
---- lexer.cc.orig	2012-03-08 07:49:30.000000000 -0600
-+++ lexer.cc	2012-03-22 18:49:52.000000000 -0500
-@@ -8803,7 +8803,7 @@
+--- lexer.cc.orig	2012-11-10 12:48:43.000000000 -0600
++++ lexer.cc	2012-11-23 23:26:40.000000000 -0600
+@@ -9372,7 +9372,7 @@
        } else
  	cerr << "help: memory allocation error\n";
      } else {
@@ -23,9 +23,9 @@
        string helpcmd = string(browser) + " \"" + docname + "\"";
        if (system(helpcmd.c_str()) == -1) perror("system");
      }
---- pure.1.orig	2011-12-17 21:47:52.000000000 -0600
-+++ pure.1	2011-12-22 13:46:21.000000000 -0600
-@@ -119,9 +119,9 @@
+--- pure.1.orig	2012-10-21 16:41:05.000000000 -0500
++++ pure.1	2012-11-23 23:26:40.000000000 -0600
+@@ -126,9 +126,9 @@
  .PP
  The full version of this manual can be read inside the interpreter, by typing
  .B help
@@ -33,12 +33,12 @@
 -.BR w3m (1)
 -to work. (You can also set the name of another html browser to use with the
 +on the interpreter's command line.
-+This opens the documentation into your Mac OS X web browser.
++This opens the documentation into your OS X web browser.
 +(You can also set the name of another html browser to use with the
  .B PURE_HELP
  or the
  .B BROWSER
-@@ -162,7 +162,7 @@
+@@ -179,7 +179,7 @@
  .TP
  .B PURE_HELP
  Browser to use to read online documentation in the interpreter. By default,

Modified: trunk/dports/lang/pure-docs/Portfile
===================================================================
--- trunk/dports/lang/pure-docs/Portfile	2012-11-24 08:10:24 UTC (rev 100013)
+++ trunk/dports/lang/pure-docs/Portfile	2012-11-24 08:13:12 UTC (rev 100014)
@@ -5,7 +5,7 @@
 PortGroup                       pure 1.0
 
 # Keep the versions of pure and pure-docs in sync.
-pure.setup                      docs 0.55
+pure.setup                      docs 0.56
 categories                      lang
 platforms                       darwin
 maintainers                     ryandesign
@@ -17,8 +17,8 @@
 
 long_description                ${name} is the set of ${description}.
 
-checksums                       rmd160  7f618b99d914d5d62ea70fd1cc5575f6ac4e7e5e \
-                                sha256  2cd0045c8fd126cf41cb847f2842e11b7c0480c8cb8d5ea33470cf7edcfd1db9
+checksums                       rmd160  71679bb66607ab33841b785640a0f4ae29e92b22 \
+                                sha256  a4bc44673513157b543347ad8eeeefdef5e52e9bb412d55e9783a2bbf429e54a
 
 platform macosx {
     patchfiles                  patch-openbrowser.diff

Modified: trunk/dports/lang/pure-docs/files/patch-openbrowser.diff
===================================================================
--- trunk/dports/lang/pure-docs/files/patch-openbrowser.diff	2012-11-24 08:10:24 UTC (rev 100013)
+++ trunk/dports/lang/pure-docs/files/patch-openbrowser.diff	2012-11-24 08:13:12 UTC (rev 100014)
@@ -1,44 +1,44 @@
---- _sources/pure.txt.orig	2012-06-04 09:31:56.000000000 -0500
-+++ _sources/pure.txt	2012-06-05 23:07:47.000000000 -0500
-@@ -1075,7 +1075,7 @@
+--- _sources/pure.txt.orig	2012-11-13 18:10:12.000000000 -0600
++++ _sources/pure.txt	2012-11-23 23:28:58.000000000 -0600
+@@ -1093,7 +1093,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.
++   displaying html files. Default is your OS X web browser.
  
  .. envvar:: PURE_INCLUDE
  
-@@ -7026,9 +7026,9 @@
+@@ -10747,9 +10747,9 @@
  manuals of the addon modules available from the Pure website.
  
  You need to have a html browser installed to make this work. By default, the
 -``help`` command uses :program:`w3m`, but you can change this by setting
 -either the :envvar:`PURE_HELP` or the :envvar:`BROWSER` environment variable
 -accordingly.
-+``help`` command uses your Mac OS X web browser, but you can change this by
++``help`` command uses your OS X web browser, but you can change this by
 +setting either the :envvar:`PURE_HELP` or the :envvar:`BROWSER` environment
 +variable accordingly.
  
  When invoked without arguments, the ``help`` command displays an overview of
  the available documentation, from which you can follow the links to the
---- pure.html.orig	2012-06-04 09:31:56.000000000 -0500
-+++ pure.html	2012-06-05 23:07:47.000000000 -0500
-@@ -1290,7 +1290,7 @@
+--- pure.html.orig	2012-11-13 18:10:25.000000000 -0600
++++ pure.html	2012-11-23 23:30:02.000000000 -0600
+@@ -1344,7 +1344,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>
++displaying html files. Default is your OS X web browser.</p>
  </dd></dl>
  
  <dl class="envvar">
-@@ -7046,7 +7046,7 @@
+@@ -10671,7 +10671,7 @@
  format; this includes the present manual, the <a class="reference internal" href="purelib.html"><em>Pure Library Manual</em></a>, as well as all
  manuals of the addon modules available from the Pure website.</p>
  <p>You need to have a html browser installed to make this work. By default, the
 -<tt class="docutils literal"><span class="pre">help</span></tt> command uses <strong class="program">w3m</strong>, but you can change this by setting
-+<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-29"></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-30"></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
++<tt class="docutils literal"><span class="pre">help</span></tt> command uses your OS X web browser, but you can change this by setting
+ either the <span class="target" id="index-30"></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-31"></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>When invoked without arguments, the <tt class="docutils literal"><span class="pre">help</span></tt> command displays an overview of
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121124/3baccc7a/attachment-0001.html>


More information about the macports-changes mailing list