1
0
Fork 0
frozenports/README.md

24 lines
962 B
Markdown
Raw Normal View History

2024-01-22 10:46:08 +00:00
# frozenports
### Basalt uFreeBSD/Linux Ports Tree
---
All ports here are built using [tamandua](https://centrifuge.hectabit.org/basalt/tamandua) and follow the tamandua `SCHEMATIC`.
2024-01-22 10:47:04 +00:00
<br><br>
2024-01-22 10:46:08 +00:00
For contributions to frozenports, please open a pull request adding a new port/fixing an existing port. Added/modified ports MUST follow the guidelines below:
- Must have all dependencies included in the SCHEMATIC
- Must be able to be built in the [bootstrap image](https://basalt.hectabit.org/repo/1.0-CURRENT/Linux:4.14.0:amd64/dist/BasaltLinux_x86-64_1.0_CURRENT_Bootstrap.tar.xz) using `tamandua`
- Must have all documentation installed
- Must not conflict with other ports
2024-01-22 10:47:49 +00:00
2024-01-22 10:46:08 +00:00
Additionally, please include the port's `+MANIFEST` and/or a list of all files/folders in `$TAMANDUA_STAGE_DIR`
2024-01-22 10:48:23 +00:00
2024-01-22 10:46:08 +00:00
---
# CREDITS
FreeBSD and FreeBSD Ports:
- `pkg(8)`
- Port names
- Port descriptions
- Port categories
2024-01-22 10:47:04 +00:00
2024-01-22 10:46:08 +00:00
Linux From Scratch:
- Some port `configure` args
- SSL certificate scripts