Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam a2dc4ed3dd devel/libebml: update to 1.3.5
Released v1.3.5.
* The function EbmlMaster::CheckMandatory() will now only return
false if a mandatory element is missing for which there's no
default value in the specifications. This means that callers such
as EbmlMaster::UpdateSize() and by extension EbmlMaster::Render()
will not insist on all mandatory elements being present anymore,
but only those for which there's no default value.
* Added a template function `FindNextChild`. Patch by C.W. Betts.
* Fix reading and EBML element even though the ID was not found within
* Fixed an instance of undefined behavior in
EbmlElement::GetSemantic() due to binding a dereferenced null
pointer to a reference.
* Replaced the outdated address of the Free Software Foundation
with their current one.
2017-09-17 10:04:28 +00:00
archivers p5-Archive-Tar: update to 2.26. 2017-09-17 07:11:53 +00:00
audio p5-MP3-Tag: update to 1.14. 2017-09-17 07:16:18 +00:00
benchmarks Comment out dead sites. 2017-09-08 06:17:45 +00:00
biology p5-Bio-ASN1-EntrezGene: update to 1.72. 2017-09-17 07:51:04 +00:00
bootstrap Add code for finding machine_arch on OSF1 2017-06-19 06:30:48 +00:00
cad Updated cad/gtkwave to 3.3.84 2017-09-16 11:59:42 +00:00
chat p5-POE-Component-IRC: update to 6.90. 2017-09-17 08:02:26 +00:00
comms p5-Asterisk: update to 1.08. 2017-09-17 08:10:01 +00:00
converters p5-Sereal: update to 3.015. 2017-09-17 08:29:42 +00:00
cross Update PLIST for installation into cross/ change from more than a year ago. 2017-09-09 17:17:51 +00:00
databases p5-Parse-Dia-SQL: update to 0.30. 2017-09-17 08:49:51 +00:00
devel devel/libebml: update to 1.3.5 2017-09-17 10:04:28 +00:00
distfiles
doc Updated lang/python27, devel/py-setuptools 2017-09-17 09:57:38 +00:00
editors Update to 2.0.3 2017-09-16 08:39:59 +00:00
emulators Reset maintainer 2017-09-16 19:26:41 +00:00
filesystems Update HOMEPAGE. 2017-09-11 07:51:44 +00:00
finance finance/Makefile: Add py-alphalens 2017-09-16 21:32:14 +00:00
fonts Reset maintainer 2017-09-16 19:26:41 +00:00
games Reset maintainer 2017-09-16 19:26:41 +00:00
geography Reset maintainer 2017-09-16 19:26:41 +00:00
graphics p5-GraphViz: update to 2.24. 2017-09-17 07:27:43 +00:00
ham Recursive revbump from audio/pulseaudio-11.0 2017-09-08 02:38:35 +00:00
inputmethod Comment out dead sites. 2017-09-06 10:40:25 +00:00
lang lang/python27: update to 2.7.14 2017-09-17 09:54:52 +00:00
licenses Add flashpix-license for use with libfpx 2017-08-04 08:14:05 +00:00
mail Reset maintainer 2017-09-16 19:26:41 +00:00
math Drop maintainership. 2017-09-16 19:53:50 +00:00
mbone Generate makefile for NetBSD 8. 2017-09-12 08:21:30 +00:00
meta-pkgs Reset maintainer 2017-09-16 19:26:41 +00:00
misc Reset maintainer 2017-09-16 19:26:41 +00:00
mk mk: remove import target 2017-09-16 09:34:25 +00:00
multimedia Reset maintainer 2017-09-16 19:26:41 +00:00
net p5-Net-AMQP: update HOMEPAGE 2017-09-17 09:01:42 +00:00
news Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
packages
parallel Reset maintainer 2017-09-16 19:26:41 +00:00
pkgtools Ensure that correct path names are picked up for patches. 2017-09-10 14:12:11 +00:00
print Remove patch which became unnecessary with 2017-09-10 16:23:02 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security Update USE_LANGUAGES from "c c++" to "c c++11" 2017-09-17 09:33:59 +00:00
shells Comment out dead sites. 2017-09-04 18:00:49 +00:00
sysutils entr: Update sysutils/entr to 3.8 2017-09-16 20:15:05 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc p5-Text-CSV_XS: update to 1.32. 2017-09-17 07:06:08 +00:00
time Reset maintainer 2017-09-16 19:26:41 +00:00
wm Reset maintainer 2017-09-16 19:26:41 +00:00
www Reset maintainer 2017-09-16 19:26:41 +00:00
x11 Reset maintainer 2017-09-16 19:26:41 +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.