https://github.com/raimue/raimue-ports
A ports tree for macports with additional, experimental ports
https://github.com/raimue/raimue-ports
Last synced: 2 months ago
JSON representation
A ports tree for macports with additional, experimental ports
- Host: GitHub
- URL: https://github.com/raimue/raimue-ports
- Owner: raimue
- Created: 2021-04-10T21:26:14.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-10T21:41:26.000Z (about 4 years ago)
- Last Synced: 2025-03-26T14:19:58.967Z (2 months ago)
- Language: Tcl
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# raimue-ports
This is a ports tree for [MacPorts](https://macports.org). This ports tree
contains ports that may not yet be ready for inclusion into the official
[macports-ports](https://github.com/macports/macports-ports) tree, but that are
published here first to try them out.Consider all of these ports to be experimental!
## Setup Instructions
You can install this ports tree as a local overlay for the official
macports-ports tree.The details are described in the [MacPorts Guide](https://guide.macports.org/#development.local-repositories),
but here is a quick start:### Clone the repository
$ cd $HOME
$ git clone https://github.com/raimue/raimue-ports.git### Find the correct URL
$ echo file://$HOME/raimue-ports
file:///Users/username/raimue-ports### Add this URL to sources.conf
Edit the sources.conf of your MacPorts installation:
$ sudo vim /opt/local/etc/macports/sources.conf
Add the URL to the new ports tree **above** the official ports tree:
file:///Users/username/raimue-ports
rsync://rsync.macports.org/macports/release/tarballs/ports.tar [default]### Generate PortIndex
Run a port sync action to generate the PortIndex for the new ports tree.
This will also pull updates with git.$ sudo port -v sync
---> Updating the ports tree
Synchronizing local ports tree from file:///Users/username/raimue-ports
...Now you can install any of the ports contained in this ports tree the usual way.