Public git conversion mirror of OpenBSD's official cvs ports repository. Pull requests not accepted - send diffs to the ports@ mailing list.
Go to file
jeremy d32c7798a9 Import ruby-ref-1.0.2.
ruby-ref provides object references for Ruby as well as some common
utilities for working with references. Object references are used to
point to other objects and come in three distinct flavors that interact
differently with the garbage collector.

* Ref::StrongReference - This is a plain old pointer to another object.

* Ref::WeakReference - This is a pointer to another object, but it is
not seen by the garbage collector and the memory used by the object can
be reclaimed at any time.

* Ref::SoftReference - This is similar to a weak reference, but the
garbage collector is not as eager to reclaim the referenced object.

All of these classes extend from a common Ref::Reference class and have
a common interface.

Weak and soft references are useful when you have instantiated objects
that you may want to use again but can recreate if necessary. Since the
garbage collector determines when to reclaim the memory used by the
objects, you don't need to worry about bloating the Ruby heap.

OK abieber@
2012-12-12 21:49:37 +00:00
archivers Update to zlib-0.5.4.0. 2012-12-02 20:30:13 +00:00
astro Fix after pangox removal from devel/pango. 2012-09-21 13:21:44 +00:00
audio update to 1.0.2: fixes an out-of-bounds read 2012-12-10 20:08:23 +00:00
base closer to working 2012-11-08 23:37:38 +00:00
benchmarks update maintainer's email address. 2012-11-23 10:59:11 +00:00
biology whitespace 2012-10-23 09:39:51 +00:00
books zap space 2012-10-29 11:29:51 +00:00
cad Fix after pangox removal from devel/pango. 2012-09-21 13:21:44 +00:00
chinese resurrect USE_X11, only for the few ports that require xenocara components 2012-10-29 15:19:02 +00:00
comms * bump as this will now use openpty() 2012-12-08 14:50:40 +00:00
converters - fix unpacking of multiple parts (from Gentoo, possibly via FreeBSD). 2012-12-11 11:01:31 +00:00
databases Bugfixes update to 9.2.2 2012-12-10 13:45:49 +00:00
devel Import ruby-ref-1.0.2. 2012-12-12 21:49:37 +00:00
editors no need to override ac_cv_func_openpty after config.site fix 2012-12-08 14:46:48 +00:00
education zap trailing whitespace in files where it's present on PERMIT_* lines 2012-10-15 15:18:31 +00:00
emulators tweak COMMENT (use ${FEDORA_V} instead of hardcoding it); no package change. 2012-12-12 19:32:35 +00:00
fonts update maintainer's email address. 2012-11-23 10:59:11 +00:00
games Update to the latest svn snapshots: 2012-12-12 14:58:00 +00:00
geo Add textproc/intltool to MODULES. 2012-12-05 08:41:30 +00:00
graphics Do not apply --scale-down to a thumbnail window 2012-12-05 13:44:35 +00:00
infrastructure do not define ac_cv_func_openpty=no since it breaks this idiom: 2012-12-08 14:32:29 +00:00
inputmethods Update to ibus-skk 1.4.1. 2012-10-28 17:48:24 +00:00
japanese mark broken on mips64 for the same reason it's broken on hppa (lack of atomic ops) 2012-12-03 14:48:51 +00:00
java boring morning useless cleanup: remove the FreeBSD RCS tags; it makes 2012-08-18 07:25:25 +00:00
korean fix build after introduction of grantpt(3) 2012-12-07 19:05:25 +00:00
lang Update lang/node to 0.8.15 2012-12-12 16:51:23 +00:00
mail Update to geary 0.2.2. 2012-12-11 13:33:06 +00:00
math update lang/ocaml to 4.00.1. 2012-11-30 19:38:09 +00:00
meta Update to haskell-platform-2012.4.0.0, with REVISION = 0. 2012-12-02 20:37:45 +00:00
misc reserve sufficient space for tty name 2012-12-12 20:39:25 +00:00
multimedia Jacob Meuser disappeared a year and a half ago so remove him as MAINTAINER. 2012-12-09 07:29:57 +00:00
net We need to use posix_openpt(). 2012-12-12 16:38:33 +00:00
news Enable GNUtls support. 2012-11-15 19:18:55 +00:00
plan9 boring morning useless cleanup: remove the FreeBSD RCS tags; it makes 2012-08-18 07:25:25 +00:00
print Update to cups-filters-1.0.25. 2012-12-12 17:35:02 +00:00
productivity Winter cleanup of the mozillas : 2012-12-04 21:05:29 +00:00
security Fix on hppa, broken since the PIE switch. 2012-12-11 21:12:36 +00:00
shells update to 4.2 patchlevel 39 2012-11-25 21:00:14 +00:00
sysutils Fix default modulepath to follow upstream's behavior. 2012-12-11 17:26:51 +00:00
telephony bugfix update to Asterisk 10.11.0 2012-12-11 14:46:41 +00:00
textproc Jacob Meuser disappeared a year and a half ago so remove him as MAINTAINER. 2012-12-09 07:29:57 +00:00
www - update to glpi-0.83.7 2012-12-12 09:56:34 +00:00
x11 * Don't explicitly chgrp tty (and certainly not to utmp); openpty() gives 2012-12-12 21:40:02 +00:00
.cvsignore add openbsd-wip (the repository on github). 2011-11-01 12:36:30 +00:00
INDEX sync; 7843. 1255(+), 1146(-) 2012-12-09 14:17:40 +00:00
Makefile override USE_CCACHE to "No" when generating the index or hilarity ensues. 2012-10-08 08:42:23 +00:00
README wee little additions 2011-11-15 18:33:16 +00:00

Documentation for the ports tree: ports(7), packages(7), mirroring-ports(7),
library-specs(7), bsd.port.mk(5), bsd.port.arch.mk(5), port-modules(5).

dpb(1) (manpage under ${PORTSDIR}/man) for bulk builds.

See also the OpenBSD Porter's Handbook http://www.openbsd.org/faq/ports/

$OpenBSD: README,v 1.20 2011/11/15 18:33:16 espie Exp $