summaryrefslogtreecommitdiff
path: root/lang/perl5.14 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to take advantage of new features in bsd.port.mk rev. 1.237.Satoshi Asami1996-12-111-9/+3
| | | | Notes: svn path=/head/; revision=4924
* Remove GDBM_File.3, it won't be built if gdbm isn't already installed.Satoshi Asami1996-12-102-3/+2
| | | | | | | Reported by: markm Notes: svn path=/head/; revision=4913
* Compress manpages in lib/perl5/man/man3 too. Add missing GDBM_File.3.Satoshi Asami1996-12-072-79/+104
| | | | Notes: svn path=/head/; revision=4873
* Add missing manpage (perl.1).Satoshi Asami1996-11-261-2/+2
| | | | Notes: svn path=/head/; revision=4691
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-181-1/+0
| | | | | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building. Notes: svn path=/head/; revision=4578
* Converted to MAN[1-9NL]David E. O'Brien1996-11-171-9/+7
| | | | Notes: svn path=/head/; revision=4533
* Correct my idea of what "FreeBSD after 2.2 needs". SuidPerl failed toMark Murray1996-11-131-1/+2
| | | | | | | compile. Notes: svn path=/head/; revision=4450
* CATAGORIES+= -> CATAGORIES=David E. O'Brien1996-11-121-2/+2
| | | | | | | | Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc. Notes: svn path=/head/; revision=4416
* Use phkmalloc instead of Perl's own malloc. Also clean up the FreeBSDMark Murray1996-11-012-31/+43
| | | | | | | | hints file for future releases. This will be submitted to the Perl maintainers. Notes: svn path=/head/; revision=4241
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1996-10-101-1/+1
| | | | | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified! Notes: svn path=/head/; revision=3948
* (By way of Andrew Stesin):Mark Murray1996-07-271-0/+1077
| | | | | | | | | | | | | | | | | | | | | | | | | | | | From: wjm@best.com (William J. Middleton) Newsgroups: comp.lang.perl.announce,comp.lang.perl.misc Subject: PATCH: perltrap.pod <- 425traps Date: 1 Jul 1996 14:49:58 GMT Approved: merlyn@stonehenge.com (comp.lang.perl.announce) Message-ID: <4r8oim$e5q@nadine.teleport.com> NNTP-Posting-Host: julie.teleport.com [The rush to 5.003 couldn't integrate this, so here it is] The following is a patch for perltrap.pod, from 5.003 (also 5.002). It integrates the latest version of my simple 425traps document. 425traps demonstrated, with examples, all of the traps which have been discovered and sent to me, which have bitten folks making the transition from perl4 to perl5. It also gave an example for each one, including all of the existing perl4 traps in perltrap.pod. As always, if you discover something that isn't documented in one form or another in here, and isn't an official (or at least reported) bug, drop me a line with it. Also, when or if any of these is ever formally declared a bug, I'll take it out. Notes: svn path=/head/; revision=3436
* Update to perl5.003Mark Murray1996-07-134-84/+94
| | | | Notes: svn path=/head/; revision=3387
* Use setreuid instead of seteuid for permissions managementGary Palmer1996-06-021-0/+72
| | | | Notes: svn path=/head/; revision=3155
* A little reformatting. Also conditionalize man page compression onSatoshi Asami1996-03-181-5/+8
| | | | | | | NOMANCOMPRESS. Notes: svn path=/head/; revision=2849
* Update to Perl 5.002.Mark Murray1996-03-165-98/+153
| | | | Notes: svn path=/head/; revision=2842
* Change category nome from "languages" to "lang". Also remove "programming"Satoshi Asami1995-11-221-2/+2
| | | | | | | which appeared in some of them, everything here is a programming language! :) Notes: svn path=/head/; revision=2450
* Upgrade to patchlevel 'm'Jean-Marc Zucconi1995-07-043-24/+118
| | | | Notes: svn path=/head/; revision=1923
* Put back this long PLIST too.Satoshi Asami1995-05-121-3/+298
| | | | Notes: svn path=/head/; revision=1693
* Shortened the PLIST (aka +CONTENTS) file to under 4k to avoid bugMark Murray1995-05-051-298/+3
| | | | | | | | (this will be backed out when the bug is fixed, as is it is a hack rather that a fix) Notes: svn path=/head/; revision=1623
* Corrected some spelling, and generally clarified the description.Mark Murray1995-04-241-2/+6
| | | | Notes: svn path=/head/; revision=1526
* Add -Dprefix=${PREFIX} in configure args.Jean-Marc Zucconi1995-04-241-2/+2
| | | | Notes: svn path=/head/; revision=1523
* Add suidperl; man pages are gzip'edJean-Marc Zucconi1995-04-231-29/+32
| | | | Notes: svn path=/head/; revision=1504
* gzip man pages, strip binariesJean-Marc Zucconi1995-04-231-8/+11
| | | | Notes: svn path=/head/; revision=1503
* Put prep as primary site, move old primary to secondaryAndrey A. Chernov1995-04-191-3/+3
| | | | | | | Add more categories Notes: svn path=/head/; revision=1464
* Add IS_INTERACTIVE. The Configure script checks for file descriptor 0,Satoshi Asami1995-04-181-1/+8
| | | | | | | so you can't run it with all the stdio redirected. Notes: svn path=/head/; revision=1443
* Perl5 port by Mark Murray. People, beat this!Satoshi Asami1995-04-175-0/+373
Submitted by: Mark Murray <markm@freebsd.org> Notes: svn path=/head/; revision=1419