Changeset 117686 for trunk/dports


Ignore:
Timestamp:
Mar 8, 2014, 6:34:53 AM (10 years ago)
Author:
ryandesign@…
Message:

pure, pure-docs: update to 0.59 (#42649)

Location:
trunk/dports/lang
Files:
1 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/lang/pure-docs/Portfile

    r111249 r117686  
    66
    77# Keep the versions of pure and pure-docs in sync.
    8 pure.setup                      docs 0.58
     8pure.setup                      docs 0.59
    99categories                      lang
    1010platforms                       darwin
     
    1212supported_archs                 noarch
    1313license                         GPL-3
    14 homepage                        http://purelang.bitbucket.org/docs/
     14homepage                        http://puredocs.bitbucket.org/
    1515
    1616description                     documentation for the Pure programming language
     
    1818long_description                ${name} is an offline copy of the ${description}.
    1919
    20 checksums                       rmd160  482a4e878aa1e6d9ce003df793f480da5aaf31e6 \
    21                                 sha256  4374949a3d78db6363d110322dc34c1f97c8c81688a126ccdba4b9b638953b85
     20checksums                       rmd160  8a4d365d0dd94abc57f28e1b3995e09745b2ed0a \
     21                                sha256  3733f29b231e28129dd86c8966186a370c41ba6f6d7c34147c0803067d47cf1e
    2222
    2323platform macosx {
  • trunk/dports/lang/pure-docs/files/patch-openbrowser.diff

    r100014 r117686  
    1 --- _sources/pure.txt.orig      2012-11-13 18:10:12.000000000 -0600
    2 +++ _sources/pure.txt   2012-11-23 23:28:58.000000000 -0600
    3 @@ -1093,7 +1093,7 @@
     1--- _sources/pure.txt.orig      2014-02-26 07:54:11.000000000 -0600
     2+++ _sources/pure.txt   2014-03-08 00:18:48.000000000 -0600
     3@@ -1199,7 +1199,7 @@
    44 .. envvar:: PURE_HELP
    55 
     
    1010 .. envvar:: PURE_INCLUDE
    1111 
    12 @@ -10747,9 +10747,9 @@
     12@@ -10842,9 +10842,9 @@
    1313 manuals of the addon modules available from the Pure website.
    1414 
     
    2323 When invoked without arguments, the ``help`` command displays an overview of
    2424 the available documentation, from which you can follow the links to the
    25 --- pure.html.orig      2012-11-13 18:10:25.000000000 -0600
    26 +++ pure.html   2012-11-23 23:30:02.000000000 -0600
    27 @@ -1344,7 +1344,7 @@
     25--- pure.html.orig      2014-02-26 07:54:12.000000000 -0600
     26+++ pure.html   2014-03-08 00:19:43.000000000 -0600
     27@@ -1445,7 +1445,7 @@
    2828 <dt id="envvar-PURE_HELP">
    2929 <tt class="descname">PURE_HELP</tt><a class="headerlink" href="#envvar-PURE_HELP" title="Permalink to this definition">¶</a></dt>
     
    3434 
    3535 <dl class="envvar">
    36 @@ -10671,7 +10671,7 @@
     36@@ -10761,7 +10761,7 @@
    3737 format; this includes the present manual, the <a class="reference internal" href="purelib.html"><em>Pure Library Manual</em></a>, as well as all
    3838 manuals of the addon modules available from the Pure website.</p>
     
    4040-<tt class="docutils literal"><span class="pre">help</span></tt> command uses <strong class="program">w3m</strong>, but you can change this by setting
    4141+<tt class="docutils literal"><span class="pre">help</span></tt> command uses your OS X web browser, but you can change this by setting
    42  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
     42 either the <span class="target" id="index-32"></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-33"></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
    4343 accordingly.</p>
    4444 <p>When invoked without arguments, the <tt class="docutils literal"><span class="pre">help</span></tt> command displays an overview of
  • trunk/dports/lang/pure/Portfile

    r115901 r117686  
    66name                    pure
    77# Keep the versions of pure and pure-docs in sync.
    8 version                 0.58
     8version                 0.59
    99categories              lang
    1010platforms               darwin
     
    3030                        and the examples are BSD-licensed.
    3131
    32 checksums               rmd160  1fdf15debcf12e4e1892300a2bab382728e17960 \
    33                         sha256  b1f65c8fd6e41b7db60a11314d0ac996150b5593a84e930cd9c8bb6ad17e1ea0
     32checksums               rmd160  63e2d35a160e4d0ebff667df189df88e384fd819 \
     33                        sha256  7ed486e8ba09066115184fbb34b56cd3bdaac7585db9ce3d1c02d60b362cb11c
    3434
    3535livecheck.type          none
     
    4040
    4141if {${name} eq ${subport}} {
    42     revision                    2
     42    revision                    0
    4343   
    4444    depends_lib                 port:gmp \
     
    5050   
    5151    depends_run                 port:w3m
    52    
    53     patchfiles                  patch-llvm-3.4.diff
    54    
    55     use_autoreconf              yes
    5652   
    5753    configure.args              --without-elisp \
  • trunk/dports/lang/pure/files/patch-openbrowser.diff

    r103201 r117686  
    1 --- README.orig 2013-02-14 08:03:12.000000000 -0600
    2 +++ README      2013-02-18 04:43:14.000000000 -0600
     1--- README.orig 2013-09-25 05:43:09.000000000 -0500
     2+++ README      2014-03-08 00:18:42.000000000 -0600
    33@@ -164,8 +164,9 @@
    44 addon modules and libraries. You can invoke the manpage with 'man pure' after
     
    1111+on the web:
    1212 
    13  http://purelang.bitbucket.org/docs/
     13 http://puredocs.bitbucket.org/
    1414 
    15 --- lexer.cc.orig       2012-11-10 12:48:43.000000000 -0600
    16 +++ lexer.cc    2012-11-23 23:26:40.000000000 -0600
    17 @@ -9372,7 +9372,7 @@
     15--- lexer.cc.orig       2013-09-15 01:13:44.000000000 -0500
     16+++ lexer.cc    2014-03-08 00:18:42.000000000 -0600
     17@@ -9363,7 +9363,7 @@
    1818       } else
    1919        cerr << "help: memory allocation error\n";
     
    2424       if (system(helpcmd.c_str()) == -1) perror("system");
    2525     }
    26 --- pure.1.orig 2012-10-21 16:41:05.000000000 -0500
    27 +++ pure.1      2012-11-23 23:26:40.000000000 -0600
    28 @@ -126,9 +126,9 @@
     26--- pure.1.orig 2013-09-15 00:54:21.000000000 -0500
     27+++ pure.1      2014-03-08 00:18:42.000000000 -0600
     28@@ -131,9 +131,9 @@
    2929 .PP
    30  The full version of this manual can be read inside the interpreter, by typing
     30 The full Pure manual can be read inside the interpreter, by typing
    3131 .B help
    3232-on the interpreter's command line. This requires
     
    3939 or the
    4040 .B BROWSER
    41 @@ -179,7 +179,7 @@
     41@@ -185,7 +185,7 @@
    4242 .TP
    4343 .B PURE_HELP
Note: See TracChangeset for help on using the changeset viewer.