24 lines
962 B
Markdown
24 lines
962 B
Markdown
# frozenports
|
|
### Basalt uFreeBSD/Linux Ports Tree
|
|
---
|
|
All ports here are built using [tamandua](https://centrifuge.hectabit.org/basalt/tamandua) and follow the tamandua `SCHEMATIC`.
|
|
<br><br>
|
|
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
|
|
|
|
Additionally, please include the port's `+MANIFEST` and/or a list of all files/folders in `$TAMANDUA_STAGE_DIR`
|
|
|
|
---
|
|
# CREDITS
|
|
FreeBSD and FreeBSD Ports:
|
|
- `pkg(8)`
|
|
- Port names
|
|
- Port descriptions
|
|
- Port categories
|
|
|
|
Linux From Scratch:
|
|
- Some port `configure` args
|
|
- SSL certificate scripts |