Automatic conversion of the NetBSD pkgsrc CVS module, use with care
8ee7d2be9c
Changes noted in doc/en/ReleaseNote: ver 3.8.7 * Support sixel graphics extension and option1 of https://github.com/kmiya-culti/RLogin/issues/22#issue-341758598 * Support Cygwin/x86_64. * Support PS2 mouse and PC98 bus mouse on FreeBSD 4.x or before. * Support iOS/Cocoa Touch. (see doc/en/README.cocoatouch) * Support scrolling by flick on Android and iOS. * Update unicode property table (generated from UnicodeData.txt and EastAsianWidth.txt) to version 11.0.0. * Add "autoscroll" to OSC 5379. * Long press at the lower right corner instead of the entire screen shows context menu. * Change the maximum number of sixel graphics palette colors from 256 to 1024. * Bug fixes: Fix segfault of mlconfig when GTK_IM_MODULE=uim. Fix wrong XSizeHints which causes unexpected resizing. |
||
---|---|---|
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.20 2018/10/09 22:55:48 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.