prt-get package management tool
Go to file
Tim Biermann 8bc31c0745 Fix segfault in prt-cache
Co-authored-by: Alexandr Savca <alexandr.savca89@gmail.com>
2022-02-27 22:30:23 +01:00
doc signify aware again 2017-01-21 12:24:07 +01:00
misc merge 5.19 2017-01-21 12:13:16 +01:00
src Fix segfault in prt-cache 2022-02-27 22:30:23 +01:00
AUTHORS introduce svn-typical layout 2005-11-09 21:43:05 +00:00
CREDITS introduce svn-typical layout 2005-11-09 21:43:05 +00:00
ChangeLog show path in install summary 2008-06-26 18:26:21 +02:00
FAQ introduce svn-typical layout 2005-11-09 21:43:05 +00:00
INSTALL introduce svn-typical layout 2005-11-09 21:43:05 +00:00
LICENSE introduce svn-typical layout 2005-11-09 21:43:05 +00:00
Makefile.am introduce svn-typical layout 2005-11-09 21:43:05 +00:00
Makefile.in merge 5.19 2017-01-21 12:13:16 +01:00
README introduce svn-typical layout 2005-11-09 21:43:05 +00:00
TODO prt-get: rewrite PKGMK_PACKAGE_DIR handling 2006-09-27 15:41:25 +00:00
aclocal.m4 merge 5.19 2017-01-21 12:13:16 +01:00
config.h.in merge 5.19 2017-01-21 12:13:16 +01:00
configure move prt-get.aliases to /etc, update version to 5.19.5 2020-10-16 10:27:37 +02:00
configure.in move prt-get.aliases to /etc, update version to 5.19.5 2020-10-16 10:27:37 +02:00
depcomp introduce svn-typical layout 2005-11-09 21:43:05 +00:00
install-sh introduce svn-typical layout 2005-11-09 21:43:05 +00:00
missing introduce svn-typical layout 2005-11-09 21:43:05 +00:00
mkinstalldirs introduce svn-typical layout 2005-11-09 21:43:05 +00: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:
-----------
Just install the crux port from
- http://www.hta-bi.bfh.ch/~winkj/files/crux/prt-get.prt.gz

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 contact me in case of problems (jw@tks6.net)


more information
----------------
See the man pages for prt-get(8), prt-get.conf(5) and prt-cache for more
information. There is also a user manual in the doc directory (as a
tex file). This document should also be available as PDF from
http://www.hta-bi.bfh.ch/~winkj/files/crux/manual.pdf

"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 takes no harm). The reason
for this is because the additional checking slows down the application
too much