summaryrefslogtreecommitdiff
path: root/textproc/eperl/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2005-12-23Remove textproc/eperl -- it doesn't compile with Perl 5.8.x at all andjlam1-23/+0
nobody's fixed it in a long, long time.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-3/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-24Prevent paths to the build directories from being included in the package.kristerw1-2/+3
Bump PKGREVISION.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-06-24Remove lang/libperl and modify packages that used libperl to dependjlam1-2/+3
instead on perl>=5.8.0. Bump the PKGREVISIONs of the following packages due to the possible perl dependency changes after the removal of libperl: audio/ices-mp3 databases/postgresql73-plperl databases/postgresql74-plperl textproc/eperl www/ap-perl
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-05-04Convert to buildlink3.snj1-3/+3
2004-02-10PERL5_REQD is now a list of values, so append to its value instead ofjlam1-2/+1
setting it.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-02-18Use libperl/buildlink2.mk to get the right dependency on a shared libperl.jlam1-3/+2
2003-02-18These packages have been converted to use buildlink2, so they no longerjlam1-4/+2
need to use the automake-override target in bsd.pkg.mk; the hide-autotools target in bsd.buildlink2.mk accomplishes the same thing.
2002-10-28Use buildlink2. Use perl5/module.mk: remove post-{build,install} targetsseb1-9/+7
by way of PERL5_CONFIGURE_DIRS and BUILD_DIRS. XXX libeperl.a in ALL_TARGET does seem to be needed so drop ALL_TARGET override.
2002-07-22Adapt to using perl-5.8.0. Perl 5.8.0 removes the need for libperl asjlam1-2/+2
DynaLoader.a is now an archive of PIC objects.
2002-03-15Provide a patch to configure. Expand AUTOMAKE_PATTERNS so that we don'tskrll1-4/+2
need autoconf as a build dependency.
2001-08-27Use wildcard dependence on "autoconf" package.tron1-3/+2
2001-05-11PERL5_REQD shouldn't be used directly by libperl DEPENDS as the perl andjlam1-2/+3
libperl versions may not be exactly the same.
2001-04-30Change build dependency from perl-5.* to perl>=${PERL5_REQD}. Also changejlam1-2/+2
dependency from libperl-5.* to libperl>=${PERL5_REQD}.
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-2/+2
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2001-02-06Make that "autoreconf" -- there is no "autoremake".fredb1-3/+3
2001-02-05Use full pathname "${LOCALBASE}/bin/auto..." in dependences and maketron1-3/+3
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2000-08-27Convert packages to use PERL5_PACKLIST (part 1). These were the easyjlam1-28/+5
ones to do, and each compiled and installed/de-installed apparently correctly. As a side effect of the dynamic PLIST, we no longer need to have separate -static and -shared PLISTs. It's now easier than ever to make a perl5 package for NetBSD :)
2000-08-24Implement improvements suggested by hubertf@netbsd.org:jlam1-9/+9
* Substitute ${PREFIX} instead of ${LOCALBASE} for location of installed files. * Use only one ${SED} invocation instead of four to speed things up. * Add a comment to ${PKGDIR}/PLIST to make explicit at which point the PLIST is generated dynamically.
2000-08-15Make this work and de-install properly with perl5 + perl5-current.jlam1-5/+36
Include code in the Makefile to show how to use the installed .packlist to dynamically generate a PLIST for this package. I couldn't use the solution proposed on tech-pkg since eperl installed some stuff in ${PERL5_SITELIB} under perl-5.00404, but in ${PERL_SITEARCH} under perl-5.6.0. I imagine other modules will also show this difficulty since the Makefile for eperl was generated by ExtUtils::MakeMaker, so I think the .packlist way is the right thing to do.
1998-12-05Add ePerl, a text preprocessor that interprets Perl embedded in texttv1-0/+22
documents.