summaryrefslogtreecommitdiff
path: root/lang/libperl
AgeCommit message (Collapse)AuthorFilesLines
2000-09-07Add file checksum, now that it needs one.jlam1-0/+3
2000-09-07Update to libperl-5.6.0nb1. This adds back the shared object filejlam3-12/+18
${PERL5_ARCHLIB}/DynaLoader_pic.o, which contains the dynamic loader in dynamically loadable form. This is needed by ap-perl.
2000-09-03NO_CHECKSUM is set, so we don't need an md5 filewiz1-2/+0
2000-09-03If perl dependency isn't found, build in lang/perl5, not lang/perl5-currentjlam1-2/+2
2000-08-30Update libperl to 5.6.0. This matches the version of the main perl5jlam7-62/+26
distribution in pkgsrc.
2000-08-21Update IGNORE-messages for recent changes: add ${PKGNAME} wherehubertf1-2/+2
appropriate.
2000-05-16Make it work on Solaris.veego1-1/+10
2000-03-27Adapt to new handling of "${CONFIGURE}".tron1-2/+2
1999-09-10libperl uses the packages from the perl package.hubertf1-3/+3
Reflect the recent changes there.
1999-07-09Add package patch checksum files.agc1-0/+12
1999-05-24Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORMtv1-3/+2
pattern match format. Minor pkglint along the way.
1999-05-11s/netbsd/${LOWER_OPSYS}/abs1-4/+5
1999-04-08s/netbsd/${LOWER_OPSYS}/gagc2-6/+6
1999-02-04Re-enable 5.003 bin-compat. Though it's not *supposed* to do so,tv1-4/+3
compiling modules with this turned on makes the resulting modules or libperl-linking programs reference 5.003 namespace symbols.
1998-12-02Install a PIC version of DynaLoader.o so that, e.g., mod_perl can link ittv3-3/+11
in with a dlopen of libperl.
1998-12-02Do not use Perl's malloc (will interfere with modules that interact withtv1-2/+3
code that is outside of Perl's reach). The BSD malloc is Fine.
1998-12-02Do not enable binary compatibility with Perl 5.003. We have never had atv1-2/+2
Perl 5.003 pkg, so the compatibility is moot; turning it on exposes namespace polluting symbols.
1998-12-02Add libperl, a shared object version of the Perl link library. Installstv6-0/+57
only libperl.so and `soperl' (a Perl binary that uses the libperl.so); requires the perl5 pkg to be installed for all the rest of Perl.