https://github.com/rafi/portfiles
My local Macports repository
https://github.com/rafi/portfiles
macos macports portfile
Last synced: about 1 year ago
JSON representation
My local Macports repository
- Host: GitHub
- URL: https://github.com/rafi/portfiles
- Owner: rafi
- Created: 2015-03-02T20:40:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-02-10T08:23:34.000Z (over 8 years ago)
- Last Synced: 2023-03-11T01:23:32.687Z (over 3 years ago)
- Topics: macos, macports, portfile
- Language: Tcl
- Size: 137 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Rafi's Portfiles
===
My local Macports repository.
Install
---
1. Clone somewhere
2. Add the path to your `/opt/local/etc/macports/sources.conf` e.g. `file:///Users/rafi/code/portfiles`
3. Change directory to the cloned repository, and run `portindex`
4. Enjoy!
Ports
---
The ports included are:
```txt
.
├── aqua
│ ├── khd
│ └── kwm
├── audio
│ └── glyr
├── devel
│ ├── codequery
│ ├── ctop
│ ├── dasht
│ ├── diff-so-fancy
│ ├── dockfmt
│ ├── dry
│ ├── libwebsockets
│ └── universal-ctags
├── editors
│ └── neovim-qt
├── graphics
│ ├── cam
│ └── timg
├── net
│ ├── diana
│ ├── httpstat
│ ├── qsyncthingtray
│ ├── sshrc
│ ├── telegram-cli
│ ├── ttyd
│ └── wuzz
├── office
│ └── task
├── security
│ └── gopass
├── sysutils
│ ├── clipper
│ ├── enhancd
│ ├── fzf
│ ├── htop-vim
│ ├── lemonade
│ ├── mux
│ ├── progress
│ ├── tmux
│ └── ttygif
├── textproc
│ ├── p5-textbidi
│ └── ripgrep-bin
├── www
│ └── hugo
└── x11
├── bspwm
└── sxhkd
```