forked fromoutpaddling/freebsd-ports-wip
- Notifications
You must be signed in to change notification settings - Fork0
feodor/freebsd-ports-wip
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a collection of work-in-progress FreeBSD ports.To install ports from this collection:1) Download and run the freebsd-wip-checkout script from the repository above. fetchhttps://github.com//outpaddling/freebsd-ports-wip/raw/master/freebsd-wip-checkout * Before running any script downloaded from the Internet, carefully inspect it for signs of tampering. This is especially critical before running a script as root. more freebsd-wip-checkout sh ./freebsd-wip-checkout2) Now you can install any port usingcd /usr/ports/wip/portnamemake install You can reinstall a single port usingwip-reinstall-port portname If you are a ports developer and have a poudriere installation, you can test the port by runningwip-poudriere-test category/portname jail [jail ...] | all | pattern3) Run wip-update frequently to retreive the latest commits.---Note that there are committed, quality-controlled versions of many of theseports available. If you want the latest stable version, use the usualFreeBSD ports installation methods: pkg install package-nameor cd /usr/ports/category/port && make deinstall clean installIf you would like to contribute to the collection:o Contact the owner of the repository and ask to be added as a Github collaborator, so you can commit changes made to your local working copy. Collaborators need to follow one simple rule:Do not modify someone else's files without their consent. There are no quality or security requirements for ports of your own. Ports in this collection are works-in-progress and may be in any stage of development from completely non-functional to ready-to-commit. You can use either git or subversion to manage your working copy. Note: Github does not support subversion "mv" or "cp" commands. Use "cp -R", "svn add", and "svn rm" instead.o Adopt an existing port: If there is an existing port that you are interested it, PLEASE PLEASE PLEASE inquire about adopting it by contacting the maintainer (see the port Makefile for contact info). There are many ports here and they will move beyond WIP faster if more people sign up as maintainers.o Commit messages should use the following format if possible: portname: Brief description of changee.g. bamtools: Update to 2.5.1, static onlyThis makes it easier to scan the commit history at a glance.
About
Work-in-progress FreeBSD ports
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Languages
- Roff96.8%
- Makefile1.9%
- Shell0.3%
- C0.3%
- C++0.3%
- Perl0.2%
- Other0.2%