Automatic conversion of the NetBSD pkgsrc CVS module, use with care
a07c084088
3.0.7: - Removing deprecated usages of `ugettest_lazy` - Slovenian translation 3.0.6: - Packaging improvements - Removing deprecated usages of `force_text` - Documentation fixes 3.0.5: - Improved performance of `get_deleted` for large datasets - Django 3.0 compatibility - Drops Django < 1.11 compatibility - Fixed errors in manageement commands when `django.contrib.admin` is not in `INSTALLED_APPS` 3.0.4: - Remove `django.contrib.admin` dependency from django-reversion. - README refactor - Testing against Django 2.2 3.0.3: - Improved performance of many reversion database queries using `EXISTS` subquery - Added support for Django 2.1 `view` permission 3.0.2: - Removed squashed migrations, as they subtly messed up the Django migrations framework 3.0.1: - Added squashed migrations back in to allow older installations to upgrade. - Fixed TypeError exception when accessing m2m_data attribute from a field that points to Django’s User model 3.0.0: - **Breaking:** ``Revision.commment`` now contains the raw JSON change message generated by django admin, rather than a string. Accesing ``Revision.comment`` directly is no longer recommended. Instead, use ``Revision.get_comment()``. - **BREAKING:** django-reversion now uses ``_base_manager`` to calculate deleted models, not ``_default_manager``. This change will only affect models that perform default filtering in their ``_default_manager`` - Added ``request_creates_revision`` hook to ``RevisionMiddleware`` and ``views.create_revision``. - Added ``revision_request_creates_revision`` hook to ``views.RevisionMixinView``. - Added ``--meta`` flag to ``./manage.py createrevisions`` - Fixed bug when reverting deleted nested inlines - Added tests for django 2.1 |
||
---|---|---|
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.md |
pkgsrc
pkgsrc is a framework for building software for a variety of UNIX-like systems.
It produces binary packages, which can be managed with tools such as pkgin.
Bootstrapping
To use pkgsrc on operating systems other than NetBSD, you first need to bootstrap:
cd pkgsrc/bootstrap
./bootstrap
Note that this is only for the most simple case, using pkgsrc's defaults.
Please consult bootstrap/README
and bootstrap/README.OS
for detailed
information about bootstrapping.
Building packages
cd pkgsrc/category/package-name
$PREFIX/bin/bmake install
Where $PREFIX
is where you've chosen to install packages
(typically /usr/pkg
)
On NetBSD, bmake
is simply the built-in make
tool.
To build packages in bulk, tools such as pkgtools/pbulk
and
pkgtools/pkg_comp
can be used.
Troubleshooting
- Join the community IRC channel #pkgsrc @ freenode.
- Subscribe to the pkgsrc-users mailing list
- Send bugs and patches via web form (use the
pkg
category).
Latest sources
To fetch the main CVS repository:
cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P pkgsrc
To work in the Git mirror, which is updated every few hours from CVS:
git clone https://github.com/NetBSD/pkgsrc.git
Additional links
- The pkgsrc guide
- pkgsrc in the NetBSD Wiki
- Searchable index of packages in pkgsrc
- pkgsrc-wip - a project to get more people actively involved with creating packages for pkgsrc
- pkgsrc on Twitter
- pkgsrcCon