summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
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
2004-02-19In the USE_NCURSES case, if we're not using the built-in ncurses, thenjlam1-1/+3
set BUILDLINK_USE_BUILTIN.ncurses to "no".
2004-02-19I had the result backwards -- if ncurses is built-in andjlam1-2/+2
/usr/lib/libnurses.so exists, then we want to use the built-in ncurses if USE_NCURSES is set.
2004-02-19Add PLIST update that got missed in the recent package update.markd1-1/+3
2004-02-18Configure and build shlibtool after configuring and building libtool,jlam1-23/+23
resepectively. This makes the build output look more logically grouped into phases.
2004-02-18Reorder some lines so that BUILDLINK_USE_BUILTIN.<pkg> set in thejlam5-100/+110
environment overrides all other settings.
2004-02-18Include "../../mk/compiler.mk" to get the value of CC_VERSION beforejlam1-2/+2
testing it.
2004-02-18Conflict with gnome-libs<=1.4.2nb1jmmv1-1/+3
2004-02-18Remove etc/gconf/gconf.xml{defaults,mandatory} iff they are empty, as theyjmmv1-3/+3
may be shared with GConf2 in some scenarios.
2004-02-18Pull in the fix for the symlink vulnerability.skrll3-6/+20
2004-02-18Forgot to add PKG_INSTALLATION_TYPES for pkgviewsheinz1-1/+3
2004-02-17Update p5-FreezeThaw to version 0.43.heinz2-6/+8
Changes since version 0.41: =========================== Version 0.42: Fix test for a change of string representation of Math::BigInt. Support qr// objects (via UNIVERSAL, so if Regexp supports (de)serialization methods, they will be used instead). `use strict'-complient. Version 0.43: Correct save/restore of overloaded values, including repeated refs.
2004-02-17Update of p5-Storable to version 2.09.heinz2-6/+7
Changes since version 2.04: =========================== Sat Jan 3 18:49:18 GMT 2004 Nicholas Clark <nick@ccl4.org> Version 2.09 Fix minor problems with the CPAN release 1: Make Storable.xs work on 5.8.2 and later (already in the core) 2: Ship the linux hints file 3: Ship Test::More for the benefit of Perls pre 5.6.2 4: Correct Makefile.PL to only install in core for 5.8.0 and later Sat Sep 6 01:08:20 IST 2003 Abhijit Menon-Sen <ams@wiw.org> Version 2.08 This release works around a 5.8.0 bug which caused hashes to not be marked as having key flags even though an HEK had HEK_WASUTF8 set. (Note that the only reasonable solution is to silently drop the flag from the affected key.) Users of RT 3 who were seeing assertion failures should upgrade. (Perl 5.8.1 will have the bug fixed.) Mon May 5 10:24:16 IST 2003 Abhijit Menon-Sen <ams@wiw.org> Version 2.07 Minor bugfixes (self-tied objects are now correctly stored, as are the results of additions larger than INT_MAX). Mon Oct 7 21:56:38 BST 2002 Nicholas Clark <nick@ccl4.org> Version 2.06 Remove qr// from t/downgrade.t so that it will run on 5.004 Mention $File::Spec::VERSION a second time in t/forgive.t so that it runs without warnings in 5.004 (this may be a 5.00405 bug I'm working round) Fix t/integer.t initialisation to actually generate 64 bits of 9c Fix comparison tests to use eval to get around 64 bit IV conversion issues on 5.6.x, following my t/integer.t ^ precedence bug found by Rafael Garcia-Suarez Alter t/malice.t to work with Test/More.pm in t/, and skip individual subtests that use $Config{ptrsize}, so that the rest of the test can now be run with 5.004 Change t/malice.t and the error message in check_magic in Storable.xs from "Pointer integer size" to "Pointer size" Remove prerequisite of Test::More from Makefile.PL Ship Test::Builder, Test::Simple and Test::More in t Thu Oct 3 08:57:22 IST 2002 Abhijit Menon-Sen <ams@wiw.org> Version 2.05 Adds support for CODE references from Slaven Rezic <slaven.rezic@berlin.de>.
2004-02-17Deal with USE_NCURSES if the built-in ncurses really is ncurses.jlam1-3/+6
2004-02-17Deal with built-in readline actually being GNU readline.jlam1-21/+76
2004-02-17Remove some unnecessary buildlink3.mk files and clean up some whitespace.jlam1-14/+6
2004-02-17bl3ify, enable pkgviews, create bl3 filedmcmahill2-1/+28
2004-02-17Update to 0.51b3.cube6-60/+82
There is a reather long list of changes available in ${WRKSRC}/doc/ChangeLog.
2004-02-17Set NO_BUILDLINK and use BUILD_DIRS instead of custom do-build andjlam1-7/+6
do-install targets.
2004-02-17bl3ifyjlam1-7/+6
2004-02-17Add and enable p5-Object-Realize-Later.minskim1-1/+2
2004-02-17Import p5-Object-Realize-Later from pkgsrc-wip. Packaged by Adrianminskim4-0/+28
Portelli and slightly modified by me. This module helps you implementing delay loading of object-data. While creating a stub-object, Object::Realize::Later simulates you got the real data.
2004-02-16Newly imported misc/p5-Scalar-List-Utils is just an update ofminskim4-20/+21
devel/p5-Scalar-List-Utils. Merge them. p5-Scalar-List-Utils shouldn't have been imported into pkgsrc-wip in the first place. Pointed out by Adrian Portelli.
2004-02-16Symlink any *.pc files into ${BUILDLINK_DIR} for dependencies and forcejlam1-6/+6
pkg-config to only look in ${BUILDLINK_DIR}/lib/pkgconfig for *.pc files. This will correctly hide the presence of software from configure scripts that query pkg-config for that information. Idea suggested by Julio M. Merino Vidal.
2004-02-16update to 0.65recht3-22/+11
The 0.6.5 release fixes some bugs: - mailgw handling of subject-line errors - allow serving of FileClass file content when the class isn't called "file" (eg. messages and other FileClasses) - allowed negative ids (ie. new item markers) in HTMLClass.getItem, allowing "db/file_with_status/-1/status/menu" to generate a useful widget - fixed content-type when templates are serving up xml (thanks Godefroid Chapelle) - fixed IE double-submit when it shouldn't (sf bug 842254) - fixed check for JS pop()/push() to make more general (sf bug 877504) - fix re-enabling queries (sf bug 861940) - use supplied content-type on file uploads before trying filename - fixed roundup-reminder script to use default schema (thanks Klamer Schutte) - fixed edit action / parsePropsFromForm to handle index-page edits better - safer logging from HTTP server (sf bug 896917)
2004-02-16We no longer need to set CONFIG_STATUS_OVERRIDE to an empty value asjlam1-3/+1
bsd.pkg.mk no longer overrides the ability of config.status to generate new files.
2004-02-16Remove info files entries from PLIST.seb1-2/+1
2004-02-16Remove info files entries from PLIST.seb1-2/+1
2004-02-16Remove info files entries from PLIST.seb3-9/+3
2004-02-16Remove info files entries from PLIST.seb1-2/+1
2004-02-16Remove info files entries from PLIST.seb2-6/+2