Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
kleink 90e939fe7c Import piexif 1.0.12 as graphics/py-piexif.
Exif manipulation with pure python script.

* Pure Python. So, it runs everywhere where Python runs.
* Easy exif manipulations. Read, write, remove...
* Documented.
2017-08-04 18:43:18 +00:00
archivers Bump version for libarchive 3.3.2. 2017-08-01 22:27:28 +00:00
audio Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
benchmarks remove a K&R-style prototype for bzero() that was being expanded 2017-08-04 18:15:05 +00:00
biology Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
bootstrap Add code for finding machine_arch on OSF1 2017-06-19 06:30:48 +00:00
cad Update HOMEPAGE. 2017-08-01 16:57:47 +00:00
chat Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
comms Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
converters Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
cross Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
databases SQLAlchemy release 1.1.13: 2017-08-03 18:21:51 +00:00
devel 2.18.3: 2017-08-04 05:02:34 +00:00
distfiles
doc Updated textproc/p5-XML-Atom to 0.42. 2017-08-04 18:03:00 +00:00
editors Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
emulators Fuse 1.3.8: 2017-08-02 10:24:26 +00:00
filesystems Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
finance The Braintree Python library provides integration access to the Braintree 2017-07-07 07:43:42 +00:00
fonts Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
games Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
geography Update py-geojson to 1.3.5. 2017-08-01 18:05:09 +00:00
graphics Import piexif 1.0.12 as graphics/py-piexif. 2017-08-04 18:43:18 +00:00
ham Use tabs consistently. Fixes a pkglint warning. 2017-07-31 21:09:27 +00:00
inputmethod Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
lang Provide library paths to allow linking against libjvm. From William 2017-08-03 12:34:03 +00:00
licenses Add flashpix-license for use with libfpx 2017-08-04 08:14:05 +00:00
mail If there's more than one qmail-send running (e.g., /var/qmail2 running 2017-08-04 06:35:28 +00:00
math Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
mbone Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
meta-pkgs Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
misc Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
mk Disable fortify on Linux when optimisation is not enabled, it is not 2017-08-04 08:59:20 +00:00
multimedia xine-lib: Always include sys/stat.h, not just for dfly. 2017-08-02 03:41:35 +00:00
net Nmap 7.60 2017-08-03 13:52:00 +00:00
news Remove cg. Development stopped in 2002. 2017-08-01 17:13:47 +00:00
packages
parallel Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
pkgtools Remove -Werror from bootstrap path. It makes the cwrappers build 2017-08-02 09:38:06 +00:00
print Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security 2.0.3: 2017-08-04 05:31:11 +00:00
shells Fix installation on Darwin. 2017-05-19 15:27:58 +00:00
sysutils Update dmidecode to 3.1. 2017-08-04 07:59:52 +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 p5-XML-Atom to 0.42. 2017-08-04 18:02:00 +00:00
time Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
wm Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
www 2.2.5: 2017-08-04 05:24:49 +00:00
x11 Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +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.