summaryrefslogtreecommitdiff
path: root/lang/eperl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Mark as broken on sparc64: fails to compile.Mark Linimon2010-09-171-0/+3
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=261319
* - Unbreak with perl5.10.Jun Kuriyama2010-02-063-28/+19
| | | | | | | | | | - Our minimal perl version is 5.8.9 now, so remove conditional for extra-patch-configure. Approved by: pav (implicit) Notes: svn path=/head/; revision=249327
* Mark as brokend on Perl 5.10Sergey Skvortsov2010-02-051-0/+4
| | | | | | | Approved by: pav (implicit) Notes: svn path=/head/; revision=249296
* Introduce Perl 5.10.0Sergey Skvortsov2009-03-281-6/+6
| | | | Notes: svn path=/head/; revision=231213
* - Unbreak on 7.1 and 8.0Greg Larkin2009-01-293-3/+35
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=227119
* - Unbreak by removing reference to DynaLoader.a in Perl 5.8.9+Greg Larkin2009-01-298-56/+71
| | | | | | | | - Regenerate patch files with "make makepatch" - Take maintainership Notes: svn path=/head/; revision=227104
* - Mark BROKEN: does not compilePav Lucistnik2009-01-281-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=227062
* Mark BROKEN on HEAD after the import of strndup(3).Erwin Lansing2009-01-081-0/+4
| | | | | | | | | As OSVERSION was not bumped at the time, approximate with 800058. Submitted by: pointyhat Notes: svn path=/head/; revision=225506
* - Fix gcc 4.X buildMartin Wilke2006-12-151-0/+11
| | | | | | | | PR: ports/106743 Submitted by: trasz Notes: svn path=/head/; revision=179828
* Add forgotten patch for the previous commit:Anton Berezin2006-03-061-0/+19
| | | | | | | | | | | | Fix PerlIO-related coredump. While at it, use EXAMPLESDIR throughout. Bump PORTREVISION. PR: 93981 Submitted by: Matthias Meyser <Meyser@xenet.de> Approved by: portmgr (erwin) Notes: svn path=/head/; revision=156974
* Fix PerlIO-related coredump. While at it, use EXAMPLESDIR throughout.Anton Berezin2006-03-062-29/+30
| | | | | | | | | | | Bump PORTREVISION. PR: 93981 Submitted by: Matthias Meyser <Meyser@xenet.de> Approved by: portmgr (erwin) Notes: svn path=/head/; revision=156973
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149341
* Warn about potential of program to unplannedly reveal the contentSam Lawrance2005-04-171-0/+9
| | | | | | | | | | | of various CGI files. PR: ports/25272 Submitted by: Ariff Abdullah <skywizard@time.net.my> Approved by: clement (mentor) Notes: svn path=/head/; revision=133522
* - Introduce MASTER_SITE_OSSPPav Lucistnik2004-08-211-3/+2
| | | | | | | | PR: ports/70504 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> Notes: svn path=/head/; revision=116953
* Fix plist w.r.t INSTALL_ALSO_AS_SSSL.Volker Stolz2004-05-252-4/+7
| | | | | | | | PR: ports/36560 Submitted by: Adam Jones Notes: svn path=/head/; revision=109975
* Tidy up whitespace.Trevor Johnson2004-04-101-1/+1
| | | | Notes: svn path=/head/; revision=106671
* Add size data.Trevor Johnson2004-03-191-0/+1
| | | | Notes: svn path=/head/; revision=104582
* Resign maintainership of the ports corresponding to software I developedRalf S. Engelschall2004-03-141-1/+1
| | | | | | | | myself because I've not the necessary time to maintain the ports in a reasonable way. This way others are encouraged to pick up those ports. Notes: svn path=/head/; revision=103976
* Fix build with perl 5.8.xMathieu Arnold2004-02-252-6/+2
| | | | | | | Remove BROKEN Notes: svn path=/head/; revision=102078
* BROKEN on 5.x: Configure failsKris Kennaway2004-02-051-1/+7
| | | | Notes: svn path=/head/; revision=100087
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.Trevor Johnson2003-11-131-1/+2
| | | | Notes: svn path=/head/; revision=93887
* Use the new Apache bits from bsd.port.mk.Joe Marcus Clarke2003-11-071-1/+1
| | | | | | | Submitted by: dinoex Notes: svn path=/head/; revision=93294
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76037
* update to ePerl's new home at OSSP.orgRalf S. Engelschall2002-07-073-30/+24
| | | | Notes: svn path=/head/; revision=62580
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-5/+5
| | | | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate. Notes: svn path=/head/; revision=53957
* Don't assume that strnstr(3) exists in the system libc. This should fix theMaxim Sobolev2002-01-024-41/+27
| | | | | | | | | build on slightly outdated (3 weeks and more) 4-STABLE systems. Submitted by: bento Notes: svn path=/head/; revision=52494
* Unbroke on -current: don't prototype/implement strnstr(3) - this functionMaxim Sobolev2001-12-192-0/+39
| | | | | | | is already in libc. Notes: svn path=/head/; revision=51842
* Make this work with the perl in -current.Jeremy Lea2000-10-012-0/+40
| | | | | | | No (non-automated) response from: maintainer Notes: svn path=/head/; revision=33277
* Add a Y2K fix patch.Akinori MUSHA2000-05-011-0/+13
| | | | | | | | PR: ports/18321 Submitted by: MAWATARI Ryota <ma@neko.net> Notes: svn path=/head/; revision=28229
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-2/+2
| | | | Notes: svn path=/head/; revision=27458
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20952
* grep -> ${GREP}Michael Haro1999-08-231-2/+2
| | | | | | | | true -> ${TRUE} false -> ${FALSE} Notes: svn path=/head/; revision=20902
* Yet more WWW: additionsMichael Haro1999-05-031-2/+3
| | | | Notes: svn path=/head/; revision=18435
* Use ${PERL5} wherever appropriate. Largely untested; hope my eyeballSatoshi Asami1998-09-151-2/+2
| | | | | | | | | checks haven't missed anything. Submitted by: dima Notes: svn path=/head/; revision=13159
* The first time I tried committing this set of manpage removals it gotTim Vanderhoek1998-08-181-1/+0
| | | | | | | | | | | all the way to diffing yorick/pkg/PLIST and then died with a "bad hostname freefall.freebsd.org" .... Hopefully that's not bad... ;-) Hmm.. Maybe I'll try doing this from beast, next! kickme's a boring machine, and bento is busy. Notes: svn path=/head/; revision=12621
* Upgrade to ePerl, Version 2.2.14Ralf S. Engelschall1998-08-022-4/+4
| | | | Notes: svn path=/head/; revision=12249
* Upgrade to ePerl Version 2.2.13Ralf S. Engelschall1998-07-103-5/+5
| | | | Notes: svn path=/head/; revision=11808
* - Upgrade to ePerl 2.2.12Ralf S. Engelschall1997-12-312-7/+7
| | | | | | | | - Reordered MASTER_SITES because CPAN is not in sync all the time, but the official website is ;_) Notes: svn path=/head/; revision=9231
* Upgrade to Embedded Perl (ePerl), Version 2.2.11Ralf S. Engelschall1997-12-302-4/+4
| | | | Notes: svn path=/head/; revision=9222
* The port was broken (thanks Sathosi and Andreas) under standard FreeBSDRalf S. Engelschall1997-12-282-6/+4
| | | | | | | | | | systems because I've made an error in the original ePerl 2.2.9 tarball (under my FreeBSD boxes it worked, because there a /sw/bin/perl exists). I've now fixed it for 2.2.10 and now the ports is again ok. At least I hope that it is ok now again... ;_) Notes: svn path=/head/; revision=9215
* Removed version string from pkg/DESCR because it isRalf S. Engelschall1997-12-271-2/+0
| | | | | | | redundant to have it there, too. Notes: svn path=/head/; revision=9204
* Added official mirror to MASTER_SITES.Ralf S. Engelschall1997-12-251-2/+3
| | | | Notes: svn path=/head/; revision=9178
* Mark this port broken for now.Satoshi Asami1997-12-241-1/+3
| | | | Notes: svn path=/head/; revision=9167
* No need to use += on first appearance of variables.Alexander Langer1997-12-241-2/+2
| | | | Notes: svn path=/head/; revision=9161
* Upgraded to Embedded Perl (ePerl), Version 2.2.9Ralf S. Engelschall1997-12-233-5/+5
| | | | Notes: svn path=/head/; revision=9157
* Tarballs have moved to subdir on FTP server.Ralf S. Engelschall1997-12-091-2/+2
| | | | Notes: svn path=/head/; revision=9042
* Upgrade to ePerl 2.2.8Ralf S. Engelschall1997-11-174-5/+7
| | | | Notes: svn path=/head/; revision=8689
* Upgraded to ePerl 2.2.7Ralf S. Engelschall1997-11-072-4/+4
| | | | Notes: svn path=/head/; revision=8513
* Comment out www/cgi-bin/eperl, it does not seem to exist.Satoshi Asami1997-10-301-1/+1
| | | | | | | Should be further investigated by: rse Notes: svn path=/head/; revision=8402
* Removed -p from ${MKDIR} commands to make portlint happy.Ralf S. Engelschall1997-10-281-3/+3
| | | | Notes: svn path=/head/; revision=8375