Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam 61c59892a6 GTS stands for the GNU Triangulated Surface Library. It provides a set of
useful functions to deal with 3D surfaces meshed with interconnected
triangles.

A brief summary of its main features:
* Simple object-oriented structure giving easy access to topological
  properties.
* 2D dynamic Delaunay and constrained Delaunay triangulations.
* Robust geometric predicates (orientation, in circle) using fast adaptive
  floating point arithmetic.
* Robust set operations on surfaces (union, intersection, difference).
* Surface refinement and coarsening (multiresolution models).
* Dynamic view-independent continuous level-of-detail.
* Preliminary support for view-dependent level-of-detail.
* Bounding-boxes trees and Kd-trees for efficient point location and
  collision/intersection detection.
* Graph operations: traversal, graph partitioning.
* Metric operations (area, volume, curvature ...).
* Triangle strips generation for fast rendering.
2017-05-22 08:49:48 +00:00
archivers Honour LDFLAGS. 2017-05-15 13:53:26 +00:00
audio Hm, this got overlooked in previous: 2017-05-17 22:04:08 +00:00
benchmarks Use pkgsrc install scripts. Fixes installation on SunOS. Enable test target. 2017-05-18 07:20:22 +00:00
biology Deleting p5-BioPerl. Duplicate with bioperl. Sorry. 2017-05-10 15:09:47 +00:00
bootstrap Allow bootstrapping without cwrappers 2017-04-29 21:40:40 +00:00
cad Update cad/oce to 0.18.1. 2017-05-15 12:31:38 +00:00
chat Update chat/bitlbee to 3.5.1 2017-05-14 11:39:32 +00:00
comms Update to Asterisk 13.15.0. This is mostly a bug fix release with a few 2017-05-13 22:39:13 +00:00
converters Updated p5-JSON to 2.92. 2017-05-17 11:07:52 +00:00
cross Update to 7.1.0 2017-05-16 17:52:18 +00:00
databases Update databases/redis to 3.2.9. 2017-05-18 13:48:28 +00:00
devel Include egg.mk, not distutils.mk, as this package uses setuptools. 2017-05-21 10:09:47 +00:00
distfiles
doc Update of graphics/graphite2 to 1.3.10. 2017-05-22 08:10:10 +00:00
editors Requires termcap. Tidy includes. 2017-05-09 17:40:11 +00:00
emulators Bump PKGREVISION for cups15 -> cups change. 2017-05-19 13:29:02 +00:00
filesystems Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
finance Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
fonts Improve DESCR to identify font name 2017-05-10 12:44:25 +00:00
games Requires termcap. 2017-05-09 16:13:12 +00:00
geography Convert CXXFLAGS setting C++ standard to USE_LANGUAGES. 2017-05-03 08:38:38 +00:00
graphics GTS stands for the GNU Triangulated Surface Library. It provides a set of 2017-05-22 08:49:48 +00:00
ham Fix missing include. 2017-05-19 14:58:02 +00:00
inputmethod Bump PKGREVISION from enabling gtk3 option by default 2017-05-21 09:12:34 +00:00
lang Align previous patch with upstream trunk. Functionally, fix remains the same. 2017-05-19 18:50:41 +00:00
licenses Add the zsh license and add it to the default acceptable list (MIT-like). 2017-05-11 12:56:21 +00:00
mail Updated thunderbird-enigmail to 1.9.7. 2017-05-17 12:06:26 +00:00
math Changes 2.11: 2017-05-21 10:40:28 +00:00
mbone Updated mbone/rtptools to 1.21 2017-05-06 08:22:23 +00:00
meta-pkgs Bump PKGREVISION for cups15 -> cups change. 2017-05-19 13:29:02 +00:00
misc Updated todoman to 3.2.0. 2017-05-17 11:17:35 +00:00
mk Drop redundant dependency patterns. The normal reduction logic doesn't 2017-05-19 14:58:51 +00:00
multimedia Add comments to the patches which didn't have one already. 2017-05-17 15:28:51 +00:00
net Version 2.3.16: 2017-05-22 06:25:19 +00:00
news 2.4.6 and NetrBSD-5 are ancient history by now (hopefully) 2017-05-20 06:56:29 +00:00
packages
parallel Changes in 3.2: 2017-04-29 18:18:52 +00:00
pkgtools Allow db6 in BDB_* variables. 2017-05-14 14:36:06 +00:00
print Changes 0.55.0: 2017-05-22 08:40:10 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security Remove unnecessary RCD_SCRIPT_WRK.<script> definitions. 2017-05-21 06:49:09 +00:00
shells Fix installation on Darwin. 2017-05-19 15:27:58 +00:00
sysutils Zabbix is the ultimate enterprise-level software designed for monitoring 2017-05-21 17:30:03 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc Update textproc/jo to 1.1. 2017-05-19 11:38:36 +00:00
time Changes 2.4: 2017-05-16 09:27:52 +00:00
wm Match PLIST with do-install. Bump revision. 2017-05-20 11:50:09 +00:00
www Update to 8.5.15 2017-05-20 23:45:02 +00:00
x11 Bump PKGREVISION for cups15 -> cups change. 2017-05-19 13:29:02 +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.