Automatic conversion of the NetBSD pkgsrc CVS module, use with care
5cdab678e6
GIT comment tags are now handled by Fossil during import/export. Show the content of README files on directory listings. Support for Basic Authentication if enabled (default off). Show the hash algorithms used on the /rcvfromlist page. The /tarball and /zip pages now use the the r= query parameter to select which check-in to deliver. The uuid= query parameter is still accepted for backwards compatibility. Update the built-in SQLite to version 3.18.0. Run "PRAGMA optimize" on the database connection as it is closing. Add support for hash policies that control which of the Hardened-SHA1 or SHA3-256 algorithms is used to name new artifacts. Add the "gshow" and "gcat" subcommands to fossil stash. Add the /juvlist web page and use it to construct the Download Page of the Fossil self-hosting website using Ajax. Use the hardened SHA1 implemenation by Marc Stevens and Dan Shumow. Add the ability to read and understand artifact names that are based on SHA3-256 rather than SHA1, but do not actually generate any such names. Added the sha3sum command. Add checkbox widgets to various web pages. Add the fossil all ui command Add the /file webpage Enhance the /brlist webpage to make use of branch colors. Add support for the ms=EXACT|LIKE|GLOB|REGEXP query parameter on the /timeline webpage, with associated form widgets. Enhance the changes and status commands with many new filter options so that specific kinds of changes can be found without having to pipe through grep or sed. Enhanced the fossil sql command so that it opens the checkout database and the configuration database in addition to the respository database. Various TH1 enhancements. Rename crnl-glob setting to crlf-glob, but keep crnl-glob as a compatibility alias. Added the --command option to the diff command. Fix ticket set when using the "+" prefix with fields from the "ticketchng" table. Remove the "fusefs" command from builds that do not have the underlying support enabled. Fixes for incremental git import/export. Minor security enhancements to encrypted repositories. |
||
---|---|---|
archivers | ||
audio | ||
benchmarks | ||
biology | ||
bootstrap | ||
cad | ||
chat | ||
comms | ||
converters | ||
cross | ||
databases | ||
devel | ||
distfiles | ||
doc | ||
editors | ||
emulators | ||
filesystems | ||
finance | ||
fonts | ||
games | ||
geography | ||
graphics | ||
ham | ||
inputmethod | ||
lang | ||
licenses | ||
math | ||
mbone | ||
meta-pkgs | ||
misc | ||
mk | ||
multimedia | ||
net | ||
news | ||
packages | ||
parallel | ||
pkgtools | ||
regress | ||
security | ||
shells | ||
sysutils | ||
templates | ||
textproc | ||
time | ||
wm | ||
www | ||
x11 | ||
Makefile | ||
pkglocate | ||
README |
$NetBSD: README,v 1.19 2017/03/02 09:51:35 maya Exp $ pkgsrc is a framework for building software on UNIX-like systems. To use, bootstrap using: % cd pkgsrc/bootstrap/ % ./bootstrap build packages, use: % cd pkgsrc/category/package-name % $PREFIX/bin/bmake install Where $PREFIX is where you've chosen to install packages (typically /usr/pkg) Bugs and patches can be filed in the follow link (use category 'pkg'): https://www.netbsd.org/cgi-bin/sendpr.cgi?gndb=netbsd To fetch the main CVS repository: % cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P pkgsrc It's also possible to contribute through pkgsrc wip (work in progress), for more information, see http://pkgsrc.org/wip/users/ Please see doc/pkgsrc.txt for information.