Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
wiz b23c8c9e60 Import py-sphinxcontrib-newsfeed-0.1.4 as
textproc/py-sphinxcontrib-newsfeed.

sphinxcontrib-newsfeed is a extension for adding a simple Blog,
News or Announcements section to a Sphinx website.

Features:

    Makes feed entries from Sphinx documents.
    Generates a list of entries with teasers.
    Saves the feed to a file in RSS format.
    Supports comments via Disqus.
2017-03-07 10:18:15 +00:00
archivers Updated lzo to 2.10. 2017-03-05 12:27:32 +00:00
audio Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
benchmarks Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
biology Add missing include. 2017-02-14 21:34:34 +00:00
bootstrap Add instructions on installing required dependencies on Debian & derivatives to 2017-03-06 21:26:01 +00:00
cad Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
chat Update chat/prosody to 0.9.12. 2017-03-01 16:38:31 +00:00
comms Add an upper API version restriction. 2017-02-21 05:25:13 +00:00
converters Add missing dependency on py-pyutil. Bump PKGREVISION. 2017-03-03 12:38:29 +00:00
cross Mark as broken on big endian systems because they're not supported. 2017-03-03 04:54:10 +00:00
databases Updated py-sqlparse to 0.2.3. 2017-03-05 14:34:35 +00:00
devel Update libtool packages to 2.4.6. 2017-03-06 16:14:07 +00:00
distfiles
doc Fix author for filesystem/glusterfs update to 3.8.9 2017-03-07 09:07:46 +00:00
editors update vim to 8.0.0425. changes: 2017-03-06 06:07:53 +00:00
emulators Add opensuse 13.1 binutils, since wip/suse131_fpc will not do much 2017-03-06 11:53:54 +00:00
filesystems Updated filesystems/glusterfs to 3.8.9 2017-03-07 08:39:39 +00:00
finance Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
fonts Updated harfbuzz to 1.4.3. 2017-02-27 09:55:21 +00:00
games Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
geography Update to 1.0.3 2017-03-04 11:05:35 +00:00
graphics Reset PKGREVISION after update. 2017-03-05 15:10:31 +00:00
ham Mark as not ready for python-3.x due to py-cheetah. 2017-02-17 15:53:50 +00:00
inputmethod Remove emacs22 from supported versions 2017-03-06 10:00:15 +00:00
lang Update lang/nodejs to 7.7.1. 2017-03-02 15:28:55 +00:00
licenses the Unicode, Inc. license text 2016-11-18 09:23:49 +00:00
mail Updated notmuch to 0.23.7. 2017-03-05 12:33:31 +00:00
math Update to 0.70 2017-03-04 01:25:43 +00:00
mbone Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
meta-pkgs Bump PKGREVISION for tidy dependency change. 2017-02-20 09:37:11 +00:00
misc Updated dpkg to 1.18.23. 2017-03-06 22:47:04 +00:00
mk Update libtool packages to 2.4.6. 2017-03-06 16:14:07 +00:00
multimedia libva: drop local patch to workaround the need to specify LIBVA_DRIVER_NAME 2017-03-06 10:19:57 +00:00
net Unbreak on legacy OS X by not defining BIND_8_COMPAT 2017-03-07 02:07:28 +00:00
news Rename mmdf(5) to tin-mmdf(5) to fix conflict with mutt packages. 2017-03-05 12:05:23 +00:00
packages
parallel Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
pkgtools Deal with stupid GCC warnings on Linux due to glibc deciding that 2017-02-25 21:21:53 +00:00
print Move urlbsd script to bin directory. Bump PKGREVISION. 2017-03-07 08:26:17 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security Updated libgpg-error to 1.27. 2017-03-05 12:29:19 +00:00
shells Update to 0.5.9.1 2017-02-26 01:24:59 +00:00
sysutils * Fix compilation with GCC, based on https://github.com/joyent/pkgsrc/pull/470. 2017-03-06 12:59:53 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc Import py-sphinxcontrib-newsfeed-0.1.4 as 2017-03-07 10:18:15 +00:00
time Updated khal to 0.9.3. 2017-03-06 21:55:53 +00:00
wm Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
www Updated py-idna to 2.4. 2017-03-05 13:08:35 +00:00
x11 Update gtk3 to 3.22.9 2017-03-03 08:24:57 +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.