Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam 87fd630ebb py-flask-testing: updated to 0.6.2
Version 0.6.2:
* Add support for OS chosen port in LiveServerTestCase
* Better error messages when missing required modules
* assertRedirects now supports all valid redirect codes as specified in the HTTP protocol
* Fixed bug that caused TypeError instead of AssertionError when testing against used templates
* Fixed bug in assertRedirects where the location was not being checked properly
2017-12-12 10:07:26 +00:00
archivers Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
audio libcanberra: Fix for GTK compiled with Quartz support. (PR 52570) 2017-12-10 17:57:42 +00:00
benchmarks super_pi: add a backup master site 2017-09-23 13:15:28 +00:00
biology transfig: remove, replaced by print/fig2dev 2017-10-03 15:12:42 +00:00
bootstrap Define machine_arch for Cygwin, this resolves an issue where MACHINE_ARCH is set 2017-12-09 00:33:36 +00:00
cad Update to pcb-4.0.1 2017-10-24 02:21:55 +00:00
chat RELRO & friends 2017-12-12 07:13:01 +00:00
comms gammu: Do not set a LIB_SUFFIX in CMakeLists.txt 2017-12-09 19:36:32 +00:00
converters Quickly added ALTERNATIVES 2017-12-10 16:46:16 +00:00
cross Update to 2.29.1 2017-12-10 01:12:09 +00:00
databases Update databases/redis to 4.0.6. 2017-12-09 16:42:50 +00:00
devel py-pylint: updated to 1.7.5 2017-12-12 08:38:18 +00:00
distfiles
doc Updated www/py-django-admin-sortable2, devel/py-meson, devel/py-pylint 2017-12-12 08:39:44 +00:00
editors vim-share: fix building with Python 3.x (PR 52742) 2017-12-10 12:39:47 +00:00
emulators CONFIGURE_ARGS are slightly different now 2017-12-10 15:51:04 +00:00
filesystems Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
finance py-ofxparse: updated to 0.17 2017-12-01 10:35:17 +00:00
fonts Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
games Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
geography Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
graphics cairo: Sync buildlink3 includes from package. 2017-12-11 12:24:08 +00:00
ham recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
inputmethod ibus: bump PKGREVISION for cldr-emoji-annotation-32.0.0.1 update. 2017-12-10 07:18:35 +00:00
lang Update lang/nodejs to 9.2.1. 2017-12-09 17:56:10 +00:00
licenses removed spin-license 2017-12-10 14:02:33 +00:00
mail mail/postfix: reset PKGREVISION 2017-12-09 02:35:52 +00:00
math R: Fix PLIST.Darwin after update. 2017-12-11 12:28:09 +00:00
mbone Generate makefile for NetBSD 8. 2017-09-12 08:21:30 +00:00
meta-pkgs meta-pkgs/php71-extensions: fix PHP version in COMMENT 2017-12-09 02:37:38 +00:00
misc pick up CFLAGS and LDFLAGS for SSP, RELRO and friends 2017-12-10 22:51:05 +00:00
mk *: remove ftp.kddlabs.co.jp, does not provide ftp service 2017-12-03 11:09:46 +00:00
multimedia ffmpeg3: updated to 3.4.1 2017-12-11 09:03:25 +00:00
net Update net/iftop to 1.0pre4 2017-12-11 10:44:16 +00:00
news Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
packages
parallel Reset maintainer 2017-09-16 19:26:41 +00:00
pkgtools Fix typo in reference to pkgbuild-user. 2017-12-09 20:55:48 +00:00
print print: Add tex-make4ht{,-doc} 2017-12-10 20:19:21 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security ruby-oauth: update to 0.5.4. 2017-12-09 19:18:47 +00:00
shells shells/Makefile: Add zsh-autosuggestions 2017-12-07 23:16:07 +00:00
sysutils Fix functionality under NetBSD-current. Taken from NetBSD src 2017-12-12 03:11:51 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc py-jsbeautifier: updated to 1.7.5 2017-12-10 17:25:37 +00:00
time Add time/py-monotonic package version 1.4 2017-12-06 21:51:59 +00:00
wm Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
www py-flask-testing: updated to 0.6.2 2017-12-12 10:07:26 +00:00
x11 mlterm: update to 3.8.4. 2017-12-08 14:12:43 +00:00
Makefile
pkglocate
README Make top dir README a little more helpful. 2017-03-02 09:51:35 +00:00

$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.