prt-get package management tool
Go to file
John McQuah a2626355ac fix printf when used with --regex
strip parentheses when parsing softdeps
2023-12-02 14:46:00 +00:00
doc use a common style to show missing or already-installed ports (FS#1843) 2023-09-14 20:12:16 -04:00
misc switch from autotools to meson; update docs 2023-06-02 16:05:42 -04:00
src fix printf when used with --regex 2023-12-02 14:46:00 +00:00
AUTHORS switch from autotools to meson; update docs 2023-06-02 16:05:42 -04:00
CREDITS introduce svn-typical layout 2005-11-09 21:43:05 +00:00
ChangeLog updated ChangeLog 2023-09-04 19:10:31 -04:00
INSTALL switch from autotools to meson; update docs 2023-06-02 16:05:42 -04:00
LICENSE introduce svn-typical layout 2005-11-09 21:43:05 +00:00
README switch from autotools to meson; update docs 2023-06-02 16:05:42 -04:00
TODO switch from autotools to meson; update docs 2023-06-02 16:05:42 -04:00
meson.build switch from autotools to meson; update docs 2023-06-02 16:05:42 -04:00

README

PRT-GET OVERVIEW:
(Johannes Winkelmann, jw@tks6.net)


Description:
------------
prt-get is a utility which is meant to be used with the pkgutils and
ports from crux (http://crux.nu). It offers some simplification over
pure pkgmk, but might hide some interesting details about the install
process. 


Installing:
-----------
Download an iso of the latest CRUX release for a precompiled package.
Otherwise, build from the sources in this repository.

prt-get has to know where to look for ports. You can specify those in
/etc/prt-get.conf, one directory per line. Note that the order
matters, when the same port is in multiple direcories
(e.g. /usr/ports/contrib/mutt and /usr/ports/local/mutt), the one
found _first_ will be used.

Feel free to file a bug report on the Gitea issue tracker:
https://git.crux.nu:82/farkuhar/prt-get/issues/


More information:
-----------------
See the man pages for prt-get(8), prt-get.conf(5) and prt-cache(8) for more
information. The CRUX homepage also offers a (somewhat dated) User Manual
and Quick Start guide:
https://crux.nu/doc/prt-get%20-%20User%20Manual.html
https://crux.nu/doc/prt-get%20-%20Quick%20start.html


"it must be user error" (thinkgeek)
-----------------------------------

Port directories may only contain ports, or else prt-get can fail (which
means that nothing is installed, your system suffers no harm). The reason
for this is because the additional checking slows down the application
too much.