Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 bedtools (2.19.0-1) unstable; urgency=low
 .
   e07e70c Imported Upstream version 2.19.0
   afdc61a Watch GitHub at https://github.com/arq5x/bedtools2.
   4abe14e Source control file normalised with config-model-edit.
   0518353 Corrected a typo in the long description. (Closes: #714873)
   f63d85e Follow the layout of the upstream repository.
   c25f9e5 Correct name of README file in debian/docs.
   5561c7c Emulate source format 1.0 in the format 3.0 (quilt).
   a45a0ab Canonical VCS URLs.
   4459dfe Conforms with Policy 3.9.5.
Author: Charles Plessy <plessy@debian.org>
Bug-Debian: http://bugs.debian.org/714873

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- bedtools-2.19.0.orig/README.md
+++ bedtools-2.19.0/README.md
@@ -1,8 +1,7 @@
-
 bedtools - a swiss army knife for genome arithmetic         
 ===================================================
 
-**Current version**: 2.18.2
+**Current version**: 2.19.0
 
 Note
 -------
--- bedtools-2.19.0.orig/docs/content/installation.rst
+++ bedtools-2.19.0/docs/content/installation.rst
@@ -76,7 +76,11 @@ package manager for OSX.
     
     brew install bedtools
 
+**MacPorts**. Alternatively, the MacPorts ports system can be used to install BEDTools on OSX.
 
+.. code-block:: bash
+
+    port install bedtools
 
 -----------------------------
 Development versions
--- bedtools-2.19.0.orig/docs/content/related-tools.rst
+++ bedtools-2.19.0/docs/content/related-tools.rst
@@ -64,4 +64,17 @@ RetroSeq
 is "a tool for discovery and genotyping of transposable element variants (TEVs) 
 (also known as mobile element insertions) from next-gen sequencing reads aligned 
 to a reference genome in BAM format". RetroSeq is developed by Thomas Keane. 
-Source code can be obtained on `GitHub <https://github.com/tk2/RetroSeq>`_.
\ No newline at end of file
+Source code can be obtained on `GitHub <https://github.com/tk2/RetroSeq>`_.
+
+-------------------------
+Intersphinx documentation
+-------------------------
+BEDTools documentation pages are available via Intersphinx (http://sphinx-doc.org/ext/intersphinx.html).
+To enable this, add the following to conf.py in a Sphinx proejct:
+
+    intersphinx_mapping = {'bedtools': ('http://bedtools.readthedocs.org/en/latest/', None)}
+    
+BEDtools documentation links can then be generated with e.g.:
+
+    :ref:`BEDTools:map <bedtools:map>`
+    
