Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2017-04-22 18:09:11 +00:00
archivers Needs zlib. Use ${INSTALL}. Fix "install" target. Now works on SunOS. 2017-04-20 13:45:52 +00:00
audio Remove amarok-kde3 package which is not maintained any more and depends 2017-04-22 17:27:34 +00:00
benchmarks Remove traces of textproc/php-dom which is not needed anymore, now that dom is built into PHP. Bump resp. PKGREVISION. 2017-04-05 12:33:47 +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 Updated cad/gtkwave to 3.3.80 2017-04-09 01:09:03 +00:00
chat Update skypeweb-purple to version 1.3 2017-04-21 23:09:57 +00:00
comms Updated minicom to 2.7.1. 2017-04-18 13:30:57 +00:00
converters Update ruby-unf_ext to 0.0.7.4. 2017-04-22 16:11:03 +00:00
cross Update to 3.28 2017-03-30 19:21:26 +00:00
databases Update databases/elasticsearch to 5.3.1 2017-04-22 17:20:54 +00:00
devel Remove ruby-rcov package which is supported by ruby18 only. 2017-04-22 18:06:23 +00:00
distfiles
doc Note remove of devel/ruby-rcov package. 2017-04-22 18:06:43 +00:00
editors Honour LDFLAGS. 2017-04-21 13:03:08 +00:00
emulators Remove kenigma package which is not maintained long time and depends on 2017-04-22 17:29:31 +00:00
filesystems Add BUILD_DEPENDS+= p5-Package-DeprecationManager-[0-9]* for make test 2017-04-18 14:00:57 +00:00
finance Updated gnucash to 2.6.16. 2017-04-05 16:45:47 +00:00
fonts Update to 20170410 2017-04-10 13:23:49 +00:00
games Bump PKGREVISION for previous 2017-04-07 23:34:40 +00:00
geography Add patch missed from the 20170414 update. This caused the build to fail 2017-04-18 16:54:35 +00:00
graphics Update ruby-mini-magick to 4.7.0. 2017-04-22 16:33:23 +00:00
ham Updated ham/gnuradio from 3.7.10.1 to 3.7.11 2017-03-15 14:07:12 +00:00
inputmethod Remove prime-dict package which is not maintained for long time and depends 2017-04-22 17:38:01 +00:00
lang gcc49: don't use precompiled headers for libstdc++ 2017-04-22 12:22:01 +00:00
licenses the Unicode, Inc. license text 2016-11-18 09:23:49 +00:00
mail Add ruby-actionmailer42 2017-04-22 00:42:12 +00:00
math v1.8.0 2017-04-22 07:29:53 +00:00
mbone Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
meta-pkgs Remove traces of textproc/php-dom which is not needed anymore, now that dom is built into PHP. Bump resp. PKGREVISION. 2017-04-05 12:33:47 +00:00
misc Remove rubygems package which is provided for ruby18 only. Other version 2017-04-22 18:09:11 +00:00
mk Check for paxctl's existence rather than version+arch check. 2017-04-21 16:03:10 +00:00
multimedia Simon Burge reports this needs gcc-5.x. Add GCC_REQD. 2017-04-21 14:48:41 +00:00
net Remove dnsdoctor package which is not maintained for long time and depends 2017-04-22 17:53:12 +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 Changes 3.5.0.2: 2017-04-09 16:43:03 +00:00
pkgtools Drop PKG_REVISION. Should never be set here in first place. 2017-04-20 14:38:40 +00:00
print Ensure pkgsrc libraries can be found. 2017-04-20 09:20:55 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security Remove "used by" line for security/libprelude-ruby/Makefile. 2017-04-22 17:51:16 +00:00
shells Requires libiconv. 2017-04-20 09:12:05 +00:00
sysutils Update ruby-childprocess to 0.6.3. 2017-04-22 16:48:00 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc Remove suikyo-docs package which is not maintained for long time and 2017-04-22 18:03:20 +00:00
time Fix PLIST after update. 2017-04-22 07:26:44 +00:00
wm Reset MAINTAINER after tonnerre resigned. 2017-04-19 11:24:36 +00:00
www Remove ap-ruby package which is not maintained for long time and depends 2017-04-22 17:43:48 +00:00
x11 Remove kdebindings-ruby package which is not maintained for long time and 2017-04-22 17:41:18 +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.