From 127b99ef3c9ecfc303e82136331e70c86586e42e Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Mon, 6 Jun 2011 11:00:00 +0200 Subject: [PATCH] doc --- packaging/macports/README.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 packaging/macports/README.txt diff --git a/packaging/macports/README.txt b/packaging/macports/README.txt new file mode 100644 index 00000000..99fc70d8 --- /dev/null +++ b/packaging/macports/README.txt @@ -0,0 +1,24 @@ +To use/test the port out of the official macports tree: + +- Edit sources.conf /opt/local/etc/macports/sources.conf, and insert a URL + pointing to your local repository before the rsync one: + file:///Users/dockes/projets/fulltext/recoll/packaging/macports + rsync://rsync.macports.org/release/ports [default] + + (inserting before ensures it's used before the macports one) + +- The port should leave under category/portname (ie: textproc/ + +- After you create or update your Portfile, use the MacPorts portindex + command in the local repository's directory to create or update the index + of the ports in your local repository. + + %% cd ~/path/to/macports + %% portindex + + Once the local port is added to the PortIndex, it becomes available for + searching or installation as with any other Portfile in the MacPorts + tree + +http://guide.macports.org/#development.local-repositories +