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
merdely 8e64585139 This module implements a least recently used (LRU) cache in memory
through a tie interface. Any time data is stored in the tied hash, that
key/value pair has an entry time associated with it, and as the cache
fills up, those members of the cache that are the oldest are removed to
make room for new entries.

So, the cache only "remembers" the last written entries, up to the size
of the cache. This can be especially useful if you access great amounts
of data, but only access a minority of the data a majority of the time.

ok simon@
2007-09-25 22:11:54 +00:00
archivers maintenance update to 3.7.8 2007-09-25 19:40:57 +00:00
astro missing pkgname bumps 2007-09-20 15:22:30 +00:00
audio maintenance update to 1.2.1 2007-09-24 17:23:55 +00:00
benchmarks remove surrounding quotes from COMMENT/PERMIT_* 2007-09-15 21:30:26 +00:00
biology +emboss 2007-09-25 08:23:38 +00:00
books remove surrounding quotes from COMMENT 2007-09-15 21:32:05 +00:00
cad update to pcb-20070912 2007-09-16 12:54:38 +00:00
chinese remove surrounding quotes from COMMENT/PERMIT_* 2007-09-15 21:36:57 +00:00
comms PERMIT_*=yes, the license is ok. 2007-09-18 09:22:31 +00:00
converters fix master sites 2007-09-18 09:00:33 +00:00
databases update to version 1.14 and remove duplicate category 2007-09-21 21:33:26 +00:00
devel This module implements a least recently used (LRU) cache in memory 2007-09-25 22:11:54 +00:00
editors - update to leafpad-0.8.12 2007-09-24 08:00:49 +00:00
education Remove surrounding quotes in COMMENT 2007-09-16 03:07:06 +00:00
emulators update to 3.7.3. patch to enable "set cpu idle" from 2007-09-23 02:27:39 +00:00
games Update to qgo-1.5.4. 2007-09-21 01:59:50 +00:00
geo correct my coordinates and bump version. 2007-09-23 19:32:13 +00:00
graphics maintenance update to 10.26.44 2007-09-24 16:42:17 +00:00
infrastructure pass FLAVOR to update-plist. 2007-09-21 08:04:06 +00:00
inputmethods remove surrounding quotes from COMMENT/PERMIT_*/BROKEN 2007-09-16 11:14:46 +00:00
japanese Remove surrounding quotes in COMMENT*/PERMIT_* 2007-09-16 00:33:56 +00:00
java Remove surrounding quotes in COMMENT 2007-09-16 00:28:19 +00:00
korean Remove surrounding quotes in COMMENT 2007-09-16 00:28:19 +00:00
lang bump after COMMENT changes 2007-09-22 07:52:07 +00:00
mail add p5-GMail-IMAPD 2007-09-25 19:27:47 +00:00
math update to 2.9.14 2007-09-23 08:06:59 +00:00
misc update splitvt to 1.6.6 2007-09-16 20:58:19 +00:00
multimedia - libavcodec no longer allows registering individual codecs, so register 2007-09-24 07:57:01 +00:00
net unbreak openafs by not compiling the lkm; this is temporary 2007-09-24 19:36:49 +00:00
news Remove surrounding quotes in COMMENT/PERMIT_* 2007-09-15 21:41:50 +00:00
palm remove surrounding quotes in COMMENT/PERMIT*/BROKEN 2007-09-15 19:00:54 +00:00
plan9 remove surrounding quotes in COMMENT/PERMIT*/BROKEN 2007-09-15 19:00:54 +00:00
print Update to 2.10.33. 2007-09-23 19:28:15 +00:00
productivity Remove surrounding quotes in COMMENT/BROKEN 2007-09-15 21:28:22 +00:00
russian Remove surrounding quotes in COMMENT/PERMIT_* 2007-09-15 21:23:42 +00:00
security update to 1.2.4 2007-09-21 06:00:11 +00:00
shells Remove surrounding quotes in COMMENT 2007-09-15 22:16:55 +00:00
sysutils WANTLIB 2007-09-23 12:56:37 +00:00
telephony +p5-Net-SIP 2007-09-19 22:52:42 +00:00
textproc add p5-XML-XPathEngine 2007-09-22 11:04:47 +00:00
www add p5-HTML-ResolveLink 2007-09-25 21:30:32 +00:00
x11 - add misc/shared-mime-info to run_depends 2007-09-25 18:29:38 +00:00
.cvsignore ignore the sqlports stuff 2006-07-09 12:00:36 +00:00
INDEX sync, 4665 2007-09-22 18:32:42 +00:00
Makefile when generating INDEX, force MACHINE_ARCH=i386 to generate a "MI"-index 2007-09-23 18:14:51 +00:00
README kill this. replace with a pointer to actual documentation. 2004-07-25 00:15:32 +00:00

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

See also http://www.openbsd.org/

$OpenBSD: README,v 1.17 2004/07/25 00:15:32 espie Exp $