Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
minskim 2cae23d96e Import eet from pkgsrc-wip. Packaged by Peter Bex and modified by me.
EET is a tiny library designed to write an arbitrary set of chunks of
data to a file and optionally compress each chunk (very much like a
zip file) and allow fast random-access reading of the file later on.
It does not do zip as a zip itself has more complexity than is needed,
and it was much simpler to implement this once here.

EET is extremely fast, small and simple.  EET files can be very small
and highly compressed, making them very optimal for just sending
across the Internet without having to archive, compress or decompress
and install them.  They allow for lightning-fast random-access reads
once created, making them perfect for storing data that is written
once (or rarely) and read many times, but the program does not want to
have to read it all in at once.

It also can encode and decode data structures in memory, as well as
image data for saving to EET files or sending across the network to
other machines, or just writing to arbitrary files on the system.  All
data is encoded in a platform independent way and can be written and
read by any architecture.
2004-10-13 08:57:55 +00:00
archivers Update gzip to 1.2.4b, fixing a filename buffer overflow. 2004-10-12 18:28:28 +00:00
audio Make work on Interix. (Its base libao has no direct audio drivers; a 2004-10-12 14:33:58 +00:00
benchmarks Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
biology Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
bootstrap Why all the complexity? Just remove $wrkdir. (The previous incarnation left 2004-10-11 13:50:17 +00:00
cad Fix typo in linker flags so that qcad is linked properly. 2004-10-12 21:02:18 +00:00
chat We don't need to include "../../devel/glib/buildlink3.mk" explicitly here 2004-10-07 09:05:27 +00:00
comms RCD_SCRIPTS_EXAMPLEDIR was just changed to be a relative directory 2004-10-11 22:14:51 +00:00
converters Changes: 2004-10-08 13:19:26 +00:00
cross * Make PKGSRC_TOPDIR a private variable by renaming it to _PKGSRC_TOPDIR, 2004-10-07 02:01:37 +00:00
databases drop dependence on nb1 of -client - it's not necessary after the update 2004-10-13 05:21:49 +00:00
devel Import eet from pkgsrc-wip. Packaged by Peter Bex and modified by me. 2004-10-13 08:57:55 +00:00
distfiles
doc Note update of gtk2 to 2.4.13. 2004-10-13 07:29:35 +00:00
editors Update to 2.8.1: 2004-10-11 08:08:56 +00:00
emulators Don't set "procname" (developer's holdover). 2004-10-11 21:02:53 +00:00
finance Update gnucash to 1.8.9 2004-10-05 23:20:53 +00:00
fonts Use +=' instead of =' for SUBST_CLASSES. 2004-10-12 11:11:52 +00:00
games Add trailing slash to MASTER_SITE, and add DIST_SUBDIR since distfile 2004-10-12 20:38:09 +00:00
geography Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
graphics RCD_SCRIPTS_EXAMPLEDIR was just changed to be a relative directory 2004-10-11 22:14:51 +00:00
ham This pkg uses threads. 2004-10-09 16:59:18 +00:00
inputmethod RCD_SCRIPTS_EXAMPLEDIR was just changed to be a relative directory 2004-10-11 22:14:51 +00:00
lang Use PKGNAME_NOREV instead of PKGNAME for the DIST_SUBDIR (where 2004-10-11 19:17:30 +00:00
licenses Add license for sysutils/ipw-firmware 2004-08-27 05:51:38 +00:00
mail milter-greylist is not experimental anymore, update the package description. 2004-10-12 19:59:02 +00:00
math Update to 4.4.20: some fixes and updated translations. 2004-10-12 18:39:44 +00:00
mbone Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
meta-pkgs Add w3m needed by Documentation/pkgsrc. 2004-10-12 13:48:29 +00:00
misc Mark as not for Interix due to major work being needed to accomodate 2004-10-11 23:46:15 +00:00
mk Bump gzip-base to 1.2.4b for security fix. 2004-10-12 18:29:25 +00:00
multimedia Update to kmplayer 0.8.3a 2004-10-12 11:21:54 +00:00
net Remove space before tab which messed up my sort :) 2004-10-11 23:45:46 +00:00
news Revert last change. 2004-10-04 22:57:09 +00:00
packages
parallel Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
pkgtools Add real Interix support for _RC*_* variables; bump datestamp to today. 2004-10-11 19:32:14 +00:00
print Avoid using "union wait" in calling wait(2) if possible. Fall back to 2004-10-11 04:54:05 +00:00
regress Add a test for the "rmdir" transformation. 2004-09-25 22:05:46 +00:00
security RCD_SCRIPTS_EXAMPLEDIR was just changed to be a relative directory 2004-10-11 22:14:51 +00:00
shells Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
sysutils Install several header files needed by the glib interface. 2004-10-12 08:30:46 +00:00
templates
textproc Increase BUILDLINK_DEPENDS.xmlcatmgr to xmlcatmgr>=2.0beta1 2004-10-09 23:16:14 +00:00
time Updated xfce4-datetime-plugin to 0.3.1 2004-10-08 06:23:08 +00:00
wm Also add pkgconfig's buildlink3.mk, so we can use pkgconfig during the 2004-10-05 10:30:35 +00:00
www RCD_SCRIPTS_EXAMPLEDIR was just changed to be a relative directory 2004-10-11 22:14:51 +00:00
x11 Update to 2.4.13: 2004-10-13 07:28:36 +00:00
Makefile * Make PKGSRC_TOPDIR a private variable by renaming it to _PKGSRC_TOPDIR, 2004-10-07 02:01:37 +00:00
Packages.txt Some changes to sort-of sync this with the XML version 2004-09-29 11:33:38 +00:00
pkglocate Not all OS have grep(1) in /usr/bin/grep, some have it in /sbin/grep, some 2004-07-04 16:12:10 +00:00
README the pkgsrc documentation is in Packages.txt right now, as the XML 2004-03-13 11:31:43 +00:00

$NetBSD: README,v 1.17 2004/03/13 11:31:43 grant Exp $

Please see Packages.txt in the top level pkgsrc directory (this
directory) for information.