Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
taca a481a12c89 databases/ruby-activerecord60: add package version 6.0.2.2
Add ruby-activerecord60 package version 6.0.2.2.


= Active Record -- Object-relational mapping put on rails

Active Record connects classes to relational database tables to establish an
almost zero-configuration persistence layer for applications. The library
provides a base class that, when subclassed, sets up a mapping between the new
class and an existing table in the database. In context of an application,
these classes are commonly referred to as *models*. Models can also be
connected to other models; this is done by defining *associations*.

This is for Ruby on Rails 6.0.
2020-03-20 16:55:38 +00:00
archivers archivers/ruby-zip: update to 2.3.0 2020-03-15 15:52:07 +00:00
audio *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
benchmarks *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
biology *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
bootstrap bootstrap: use $* instead of $@ where appropriate 2020-02-23 18:32:46 +00:00
cad Not really C++11 ready. Don't define bool/true/false for C++. 2020-03-18 17:45:25 +00:00
chat farstream: update to 0.2.9. 2020-03-15 19:47:55 +00:00
comms *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
converters converters/fribidi: remove outdated REPLACE_BASH 2020-03-17 06:42:57 +00:00
cross *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
databases databases/ruby-activerecord60: add package version 6.0.2.2 2020-03-20 16:55:38 +00:00
devel devel/Makefile: add and enable ruby-{activejob,activemodel,activesupport}60 2020-03-20 16:51:32 +00:00
distfiles
doc doc: Added www/ruby-sassc-rails version 2.1.2 2020-03-20 16:41:10 +00:00
editors *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
emulators *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
filesystems *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
finance *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
fonts *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
games *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:44 +00:00
geography *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:44 +00:00
graphics MesaLib: Update to 20.0.2 2020-03-20 16:10:51 +00:00
ham *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
inputmethod *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
lang lang/ruby/rails.mk: add support for Ruby on Rails 6.0 2020-03-20 16:42:43 +00:00
licenses Added cc-by-nc-nd-v4.0-license 2020-02-28 11:21:36 +00:00
mail mail/ruby-actionmailer52: update to 5.2.4.2 2020-03-20 15:42:30 +00:00
math *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
mbone all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
meta-pkgs meta-packages/boost: remove obsolete SUBST action 2020-03-17 03:48:24 +00:00
misc misc/ruby-sprockets-rails: relax rails version 2020-03-20 15:11:41 +00:00
mk show-all: fix output for list variables containing dollar characters 2020-03-20 16:39:03 +00:00
multimedia *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
net *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
news news/bystand: Fix unresolved symbols on SunOS 2020-03-20 14:40:56 +00:00
packages
parallel *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
pkgtools pkgtools/pkglint: increase performance 2020-03-18 08:42:48 +00:00
print *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
regress show-all: fix output for list variables containing dollar characters 2020-03-20 16:39:03 +00:00
security *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
shells *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
sysutils *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
templates
textproc *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
time time/ruby-tzinfo03: update to 0.3.56 2020-03-20 16:10:45 +00:00
wm *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
www www/Makefile: add and enable ruby-{actionpack,actionview}60 2020-03-20 16:54:22 +00:00
x11 *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
Makefile Makefile: fix outdated documentation 2020-02-12 15:04:51 +00:00
pkglocate
README.md README.md: minor adjustments 2020-01-15 16:19:22 +00:00

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

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