summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2004-02-22Not used any more.minskim1-19/+0
2004-02-22bl3ifyminskim2-2/+22
2004-02-22Updated to version 1.33heinz3-10/+13
Interesting changes since 1.21 ============================== * memGunzip has very slow on FreeBSD. Turns out to be down to the way realloc works on FreeBSD. Changed both inflate & deflate to use exponentially increasing buffer sizes when they need to realloc. Thanks to Peter Jeremy for the lowdown on FreeBSD memory allocation. * Fixed a bug in the inflate method where the input buffer is an lvalue (via substr). Problem & solution reported by Salvador Fandiqo. * Tightened up the logic in Makefile.PL when BUILD_ZLIB is True. Issue spotted by Ralf S. Engelschall. * Added prototypes to the subs in Zlib.pm that didn't already have them. Patch from Ed Avis. * Documentation for some of the gz functions updated. * Fix to allow intermingling of gzread & gzreadline - patch supplied by Doug Perham. * memGunzip will silently now work if the gzip trailer is missing. Some HTTP Origin Servers seem to leave it out.
2004-02-22simplify the test for Darwin a little.grant1-2/+2
2004-02-22On Solaris the configure script doesn't seem to be working out that "nm"markd1-1/+7
needs "-p" for BSD compatible output so tell it explicitly.
2004-02-22Add and enable p5-Perl-Tidy.minskim1-1/+2
2004-02-22Import p5-Perl-Tidy from pkgsrc-wip. Packaged by Adam Migus andminskim4-0/+27
slightly modified by me. Perl-Tidy is a tool to indent and reformat Perl scripts. It can also write scripts in HTML format.
2004-02-22Add and enable p5-IO-Tee.minskim1-1/+2
2004-02-22Import p5-IO-Tee from pkgsrc-wip. Packaged by Eric Schnoebelen, andminskim4-0/+29
slightly modified by me. This class provides a mechanism to mirror a stream to multiple other streams. It can either multiplex an output stream to multiple output streams, or it can multiplex an input stream to multiple output streams (mirroring all the data read onto the output streams).
2004-02-22bl3ify and enable pkgviews installation.minskim1-3/+5
2004-02-21Make this compile with gcc-2.95 (hi drochner!). Closes PR 24515.cube5-6/+80
bl3ify, and provide a buildlink3.mk file for future bl3ification of dependencies.
2004-02-21bl3ifycube2-2/+19
2004-02-21bl3ifyminskim2-5/+29
2004-02-21Fix location of CPP when using MacOSX, and include <sys/types.h> andxtraeme3-1/+29
others as well to fix building, patches provided by Hiramatu Yosifumi in PR pkg/24348.
2004-02-21s/extention/extension/snj1-2/+2
2004-02-21s/Extention/Extension/snj1-2/+2
2004-02-21s/fibonnaci/fibonacci/snj1-2/+2
2004-02-21s/syncronization/synchronization/; s/syncronize/synchronize/snj2-4/+4
2004-02-21s/Enviroment/Environment/snj1-2/+2
2004-02-21s/accesible/accessible/snj1-2/+2
2004-02-21s/Extentions/Extensions/snj1-2/+2
2004-02-21s/useable/usable/; s/Developement/Development/snj2-3/+3
2004-02-21Update bmake and mk-files.sjg4-11/+11
bmake is sync'd with -current make as of 2004-02-20 Fixes include: o fix for old :M parsing bug. o re-jigged unit-tests o search upwards for *.mk o fix for double free of var substitution buffers o use of getopt replaced with custom code, since the usage (re-scanning) isn't posix compatible. * arch.c: don't include ranlib.h on ELF systems mk-files adds dpadd.mk (cool magic driven by DPADD) and a re-worked warnings.mk (very cool). Also fixes: * own.mk: don't use NetBSD's _SRC_TOP_ it can cause confusion. Also don't take just 'mk' as a srctop indicator. * Generic.sys.mk: need to use ${.PARSEDIR} with exists().
2004-02-20Correct PLIST.kristerw2-5/+6
Bump PKGREVISION.
2004-02-20unusedjmmv1-30/+0
2004-02-20unusedjmmv2-69/+0
2004-02-20update to 2.1.4drochner3-6/+12
changes: bugfixes, support for more cameras
2004-02-20Moved to pkgsrc/chat/loudmouth.jmmv5-92/+0
2004-02-20loudmouth moved from devel to chat.jmmv1-2/+1
2004-02-20bl3ify, add explicit dependencies on all pakcages used directly by this onejmmv1-8/+14
and use pkgsrc intltool.
2004-02-20unusedjmmv1-32/+0
2004-02-20bl3ifyjmmv2-6/+37
2004-02-20unusedjmmv1-23/+0
2004-02-20Add explicit dependancies on everything used directly by this package.jmmv1-1/+8
2004-02-20If USE_GNU_READLINE is set, then actually use the builtin readline if it'sjlam1-3/+4
GNU and satisfies the dependency requirements.
2004-02-20Add and enable p5-Class-Trigger.minskim1-1/+2
2004-02-20Import p5-Class-Trigger from pkgsrc-wip. Packaged by Hiramatsuminskim4-0/+27
Yoshifumi and slightly modified by me. Class::Trigger is a mixin class to add / call triggers (or hooks) that get called at some points you specify.
2004-02-20Add and enable p5-Class-Fields.minskim1-1/+2
2004-02-20Import p5-Class-Fields from pkgsrc-wip. Packaged by Hiramatsuminskim4-0/+32
Yoshifumi and slightly modified by me. Set of perl modules for object oriented development. * Class::Fields - inspect the fields of a class * Class::Fields::Fuxor - low level manipuation of object data members * private - add private data members to Perl classes * protected - "private" data fields which are inherited by child classes * public - add public data members to Perl classes
2004-02-20Add and enable p5-Class-Accessor.minskim1-1/+2
2004-02-20Import p5-Class-Accessor from pkgsrc-wip. Packaged by Hiramatsuminskim4-0/+26
Yoshifumi and slightly modified by me. This module automagically generates accessor/mutators for your class.
2004-02-20Add and enable p5-Carp-Assert.minskim1-1/+2
2004-02-20Import p5-Carp-Assert from pkgsrc-wip. Packaged by Hiramatsuminskim4-0/+26
Yoshifumi and slightly modified by me. Carp::Assert is intended for a purpose like the ANSI C library assert.h.
2004-02-20note /var/pkg/rt/sessiondata needs to be writableabs1-2/+5
2004-02-20Recognise the "Intel Celeron (Mendocino)", which is a p3 but without SSEdan2-3/+4
Bump version.
2004-02-19bl3ify and enable pkgviews installation.minskim2-4/+8
2004-02-19bl3ifyminskim1-4/+4
2004-02-19The name for the real config.status script is "config.status.overridden".jlam1-2/+2
That's the script that we need to patch for our special glib version numbering handling. This fixes PR 24464.
2004-02-19buildlink{2,3} files should not include pkgconfig/buildlink{2,3}.mk.wiz4-8/+4
2004-02-19Whitespace nits.jlam1-8/+8