Automatic conversion of the NetBSD pkgsrc CVS module, use with care
9d14facdae
Upstream changes: v1.2.3 2018-10-31 22:56:42+00:00 Europe/London [Bug Fixes] - Increased minimum version of Type::Tiny to 1.000000. v1.2.2 2018-10-31 22:41:45+00:00 Europe/London [Documentation] - Updated POD with regard to format types (Mohammad S Anwar). - Fixed typos in Changes. [Bug Fixes] - Added explicit requirements for Pod::Simple as well as recommended modules. [Toolchain] - Remove explicit core dependencies from prereqs list. - Updated list of contributors in distribution metadata. (Apologies if anyone was omitted.) v1.2.1 2018-10-30 18:23:48+00:00 Europe/London [Documentation] - Added note about Github Flavoured Markdown (GFM) support to Changes for v1.2.0. [Other] - Restore license to "Perl_5" that was inadvertently changed in the conversion to use Dist::Zilla, GH#25. v1.2.0 2018-10-29 19:24:01+00:00 Europe/London [Bug Fixes] - Specify minimum version of List::Util, GH#22. [Enhancements] - Added "md" as an alias for "markdown" in pod2readme. - Added "github" or "gfm" for Github Flavored Markdown in pod2readme, GH#15. [Incompatabilities] - Removed DistZilla type from Pod::Readme::Types, as it was not necessary. [Toolchain] - Remove use of Module::Install, fixes GH#21. - Use Dist::Zilla to build the distribution. |
||
---|---|---|
archivers | ||
audio | ||
benchmarks | ||
biology | ||
bootstrap | ||
cad | ||
chat | ||
comms | ||
converters | ||
cross | ||
databases | ||
devel | ||
distfiles | ||
doc | ||
editors | ||
emulators | ||
filesystems | ||
finance | ||
fonts | ||
games | ||
geography | ||
graphics | ||
ham | ||
inputmethod | ||
lang | ||
licenses | ||
math | ||
mbone | ||
meta-pkgs | ||
misc | ||
mk | ||
multimedia | ||
net | ||
news | ||
packages | ||
parallel | ||
pkgtools | ||
regress | ||
security | ||
shells | ||
sysutils | ||
templates | ||
textproc | ||
time | ||
wm | ||
www | ||
x11 | ||
Makefile | ||
pkglocate | ||
README |
$NetBSD: README,v 1.20 2018/10/09 22:55:48 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.