summaryrefslogtreecommitdiff
path: root/shells/perlsh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* utilize SITE_PERLYing-Chieh Liao2003-10-241-60/+60
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* KATO mega patchEdwin Groothuis2003-09-271-1/+1
| | | | | | | | | | | | | | - ECHO -> ECHO_MSG For some ports: - pre-fetch -> pre-everything - ECHO -> ECHO_CMD PR: ports/56820-56858 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=89492
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* URL updates.Christian Weisgerber2003-02-122-2/+2
| | | | | | | | PR: 48167 Submitted by: tadalunch@sources.redhat.com Notes: svn path=/head/; revision=75369
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Fix PLIST (bento)Tilman Keskinoz2002-11-031-19/+19
| | | | | | | PR: 36792 Notes: svn path=/head/; revision=69391
* PERL -> REINPLACE_CMDPatrick Li2002-06-231-3/+4
| | | | | | | | | PR: ports/39731, ports/39732, ports/39733, ports/39734, ports/39735 ports/39736, ports/39737, ports/39738, ports/39739 ports/39740 Submitted by: Scott Flatman <sf@dsinw.com> Notes: svn path=/head/; revision=61837
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-1/+1
| | | | | | | | | 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. Notes: svn path=/head/; revision=53959
* portlint: remove extra whitespaces before end of line.Dirk Froemberg2001-12-241-1/+1
| | | | Notes: svn path=/head/; revision=52088
* Fix a braino (having @unexec rmdir ... without 2>/dev/null || true reallyPete Fritchman2001-10-051-1/+1
| | | | | | | defeats the purpose...) Notes: svn path=/head/; revision=48455
* Add missing @unexec rmdirPete Fritchman2001-10-051-0/+1
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=48452
* Remove redundant USE_PERL5 statements.Anton Berezin2001-08-241-1/+0
| | | | Notes: svn path=/head/; revision=46821
* The perl man directories should not be removed.James E. Housley2001-06-072-4/+1
| | | | | | | | PR: 27696 Submitted by: Pete Fritchman <petef@databits.net> Notes: svn path=/head/; revision=43590
* Add a couple of missing files and remove extra directories on uninstall.Steve Price2001-04-152-0/+6
| | | | Notes: svn path=/head/; revision=41398
* Update to version 0.009.Steve Price2001-02-265-41/+53
| | | | | | | | PR: 24119 Submitted by: Joseph Scott <joseph@randomnetworks.com> Notes: svn path=/head/; revision=38739
* Unleash all of these ports upon the people. I no longer have any interestWill Andrews2000-06-221-1/+1
| | | | | | | | in any of them, but will be happy to assign MAINTAINER to others and commit updates for them. Notes: svn path=/head/; revision=29763
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-6/+5
| | | | Notes: svn path=/head/; revision=27426
* Finish moving MAINTAINER for my ports.Will Andrews2000-03-221-1/+1
| | | | | | | | | andrews@technologist.com -> will@FreeBSD.org. :-) Reminded by: asami Notes: svn path=/head/; revision=26946
* Upgrade shells/perlsh to new version (perlsh 0.007).Chris D. Faulhaber2000-02-296-26/+91
| | | | | | | | | | | | | | | | | 1) Update pkg/PLIST. 2) Change to depend on perlsh's install mechanism. 3) New patch (patch-aa) fixes PREFIX problem. 4) Account for broken TCP/IP on MASTER_SITES. 5) General Makefile cleanups. 6) Addition of perlsh to perl5 virtual category. 7) Use PKGNAME to match port's name. 8) Remove unnecessary perl substitution. PR: 17031 Submitted by: Maintainer Notes: svn path=/head/; revision=26421
* Don't need a period at end.Satoshi Asami2000-01-081-1/+1
| | | | Notes: svn path=/head/; revision=24546
* Commit perlsh 0.004pre2 port.Wes Peters2000-01-035-0/+53
PR: 15412 Submitted by: Will Andrews <andrews@technologist.com> Notes: svn path=/head/; revision=24389