[macports-guide] branch release-2.5 updated (7a24b76 -> 7480038)

Rainer Müller raimue at macports.org
Mon May 28 13:11:50 UTC 2018


Rainer Müller (raimue) pushed a change to branch release-2.5
in repository macports-guide.

    from 7a24b76  Merge branch 'master' of github.com:macports/macports-guide into release-2.5
     add 00c0cbe  README: Move to Markdown syntax
     add 9b35e36  README: Use sections for structuring
     add f2d077f  README: Specify purpose of the guide
     add c13c762  README: Explain use of branches
     add 32c2d92  .gitignore: Exclude local preview of README
     add dd11fb3  Makefile: Find PREFIX by checking for 'port'
     add b4f8c99  README: More detailed instructions
     add 33b25e8  Initial attempt to convert docbook to asciidoc
     add f7df66c  Makefile: Use a common rule to convert XML to HTML
     add e8a203f  Makefile: Rename variable GUIDE_SRC to GUIDE_XML
     add 0686a67  Makefile: Experimental rules for AsciiDoc
     add 7dcf382  portfile: Add missing conjunctions
     add 8c9f44b  project: Replace guilabel und guimenu
     add 5ea520a  adoc: Regenerate *.adoc with docbookrx
     add 0215482  Makefile: Use a user-defined function for xml2html
     add b9c9841  project: Remove stray '>' characters
     add 3eb6274  using: Replace <optional> with <option>
     add 917a689  installing: Remove list of MANPATH examples
     add a461760  startupitem: Fix whitespace in listing
     add 40812fd  portfile: Add a dummy <para> for docbookrx
     add 7a5a866  book: Define book title inside info element
     add ff272ed  adoc/README: Add list of TODOs for conversion
     add d21e445  portfile: Link to official Tcl documentation
     add 1f18ad2  Makefile: Explicitly use docbook5 with asciidoctor
     add 10a4e35  Add xlink XML namespace to all root elements
     add 0d2412c  adoc/README: Add reference to docbookrx fork
     add 1bcfbef  adoc: Remove underscore prefix from references
     add 396ebf7  adoc/README: Remove list of authors
     add 894e7e7  adoc/README: Update list of unhandled elements
     add 38e3ed8  adoc: Regenerate with patched docbookrx
     add cb3e39a  adoc/README: Add note about trailing whitespace
     add 8b8edf9  adoc/README: Add note about conversion of literals
     add 286fb48  travis: Clean up list of required packages
     add d7f77d2  Makefile: Remove outdated list of ports
     add 9949819  Reference docbook-xsl stylesheets by URL
     add ac4ef89  Makefile: Cleanup accidental addition
     add f79b00e  Makefile: Switch to docbook-xsl-ns for DocBook 5.0
     add 3f8f268  Makefile: Remove reference to nonexisting target
     add 1be6fc6  adoc/README: Documenting missing anchors
     add c51b45a  Set current version to 2.4.4
     new 7480038  Merge branch 'master' of https://github.com/macports/macports-guide into release-2.5

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                            |    3 +-
 .travis.yml                           |   14 +-
 Makefile                              |   61 +-
 README                                |   12 -
 README.md                             |   56 +
 guide/adoc/README.md                  |  117 +++
 guide/adoc/glossary.adoc              |  477 +++++++++
 guide/adoc/guide.adoc                 |   62 ++
 guide/adoc/installing.adoc            |  419 ++++++++
 guide/adoc/internals-hier.adoc        |  374 +++++++
 guide/adoc/internals-tests.adoc       |  206 ++++
 guide/adoc/internals.adoc             |  257 +++++
 guide/adoc/intro.adoc                 |   50 +
 guide/adoc/macports.conf.adoc         |  238 +++++
 guide/adoc/macros.adoc                |   15 +
 guide/adoc/portfile-dependencies.adoc |   76 ++
 guide/adoc/portfile-keywords.adoc     |  221 ++++
 guide/adoc/portfile-livecheck.adoc    |  123 +++
 guide/adoc/portfile-phase.adoc        | 1855 +++++++++++++++++++++++++++++++++
 guide/adoc/portfile-startupitem.adoc  |  311 ++++++
 guide/adoc/portfile-tcl.adoc          |  169 +++
 guide/adoc/portfile-variables.adoc    |   73 ++
 guide/adoc/portfile-variants.adoc     |  146 +++
 guide/adoc/portfiledev.adoc           |  970 +++++++++++++++++
 guide/adoc/portfileref.adoc           |  111 ++
 guide/adoc/portgroup-github.adoc      |  118 +++
 guide/adoc/portgroup-gnustep.adoc     |  117 +++
 guide/adoc/portgroup-haskell.adoc     |   60 ++
 guide/adoc/portgroup-perl.adoc        |   68 ++
 guide/adoc/portgroup-python.adoc      |  136 +++
 guide/adoc/portgroup-ruby.adoc        |   24 +
 guide/adoc/portgroup-xcode.adoc       |  164 +++
 guide/adoc/portgroups.adoc            |   41 +
 guide/adoc/project.adoc               |  631 +++++++++++
 guide/adoc/using.adoc                 | 1555 +++++++++++++++++++++++++++
 guide/resources/chunk.xsl             |    2 +-
 guide/resources/single-page.xsl       |    2 +-
 guide/xml/glossary.xml                |    2 +-
 guide/xml/guide.xml                   |    6 +-
 guide/xml/installing.xml              |   18 +-
 guide/xml/internals-hier.xml          |    2 +-
 guide/xml/internals-tests.xml         |    2 +-
 guide/xml/internals.xml               |    2 +-
 guide/xml/intro.xml                   |    2 +-
 guide/xml/macports.conf.xml           |    2 +-
 guide/xml/macros.xml                  |    2 +-
 guide/xml/portfile-dependencies.xml   |    2 +-
 guide/xml/portfile-keywords.xml       |    2 +-
 guide/xml/portfile-livecheck.xml      |    2 +-
 guide/xml/portfile-phase.xml          |    8 +-
 guide/xml/portfile-startupitem.xml    |   15 +-
 guide/xml/portfile-tcl.xml            |    8 +-
 guide/xml/portfile-variables.xml      |    2 +-
 guide/xml/portfile-variants.xml       |    5 +-
 guide/xml/portfiledev.xml             |    2 +-
 guide/xml/portfileref.xml             |    2 +-
 guide/xml/portgroup-github.xml        |    2 +-
 guide/xml/portgroup-gnustep.xml       |    2 +-
 guide/xml/portgroup-haskell.xml       |    2 +-
 guide/xml/portgroup-perl.xml          |    2 +-
 guide/xml/portgroup-python.xml        |    2 +-
 guide/xml/portgroup-ruby.xml          |    2 +-
 guide/xml/portgroup-xcode.xml         |    2 +-
 guide/xml/portgroups.xml              |    2 +-
 guide/xml/project.xml                 |  152 +--
 guide/xml/using.xml                   |    8 +-
 66 files changed, 9407 insertions(+), 189 deletions(-)
 delete mode 100644 README
 create mode 100644 README.md
 create mode 100644 guide/adoc/README.md
 create mode 100644 guide/adoc/glossary.adoc
 create mode 100644 guide/adoc/guide.adoc
 create mode 100644 guide/adoc/installing.adoc
 create mode 100644 guide/adoc/internals-hier.adoc
 create mode 100644 guide/adoc/internals-tests.adoc
 create mode 100644 guide/adoc/internals.adoc
 create mode 100644 guide/adoc/intro.adoc
 create mode 100644 guide/adoc/macports.conf.adoc
 create mode 100644 guide/adoc/macros.adoc
 create mode 100644 guide/adoc/portfile-dependencies.adoc
 create mode 100644 guide/adoc/portfile-keywords.adoc
 create mode 100644 guide/adoc/portfile-livecheck.adoc
 create mode 100644 guide/adoc/portfile-phase.adoc
 create mode 100644 guide/adoc/portfile-startupitem.adoc
 create mode 100644 guide/adoc/portfile-tcl.adoc
 create mode 100644 guide/adoc/portfile-variables.adoc
 create mode 100644 guide/adoc/portfile-variants.adoc
 create mode 100644 guide/adoc/portfiledev.adoc
 create mode 100644 guide/adoc/portfileref.adoc
 create mode 100644 guide/adoc/portgroup-github.adoc
 create mode 100644 guide/adoc/portgroup-gnustep.adoc
 create mode 100644 guide/adoc/portgroup-haskell.adoc
 create mode 100644 guide/adoc/portgroup-perl.adoc
 create mode 100644 guide/adoc/portgroup-python.adoc
 create mode 100644 guide/adoc/portgroup-ruby.adoc
 create mode 100644 guide/adoc/portgroup-xcode.adoc
 create mode 100644 guide/adoc/portgroups.adoc
 create mode 100644 guide/adoc/project.adoc
 create mode 100644 guide/adoc/using.adoc



More information about the macports-changes mailing list