aboutsummaryrefslogtreecommitdiff
path: root/shells/psh
Commit message (Collapse)AuthorAgeFilesLines
* Repocopy shells/perlsh to shells/psh to reflect the correct project's nameRenato Botelho2007-08-131-3/+1
| | | | | | | | PR: ports/115305 Submitted by: garga Notes: svn path=/head/; revision=197578
* Use a more clan solution on MASTER_SITESRenato Botelho2007-08-091-1/+2
| | | | | | | Suggested by: sat@ Notes: svn path=/head/; revision=197380
* - Update to 1.8.1 [1]Renato Botelho2007-08-085-39/+44
| | | | | | | | | | | | - Use DATADIR in pkg-plist - Move pkg-install and pkg-deinstall to files/ and use SUB_FILES - Change MASTER_SITES to use MASTER_SITE_PERL_CPAN PR: ports/115281 [1] Submitted by: Felippe de Meirelles Motta <lippe@freebsdbrasil.com.br> [1] Notes: svn path=/head/; revision=197340
* - Add SHA256Renato Botelho2005-11-081-0/+1
| | | | Notes: svn path=/head/; revision=147578
* search.cpan.org redirect reduction canonicalization project, pass 3:Bill Fenner2005-09-221-1/+1
| | | | | | | | | | | Refer to all modules using their /dist/Foo/ path instead of via the mishmash of old author path, new author path, module documentation, etc. These are mostly stragglers that should have been caught in pass 2. This pass brought to you by Bill's 102-degree fever during pass 2. Notes: svn path=/head/; revision=143380
* Change MASTER_SITES to a CPAN address since old is brokenRenato Botelho2005-07-112-2/+2
| | | | | | | | Approved by: flz (mentor) Reported by: kris Notes: svn path=/head/; revision=138922
* Change MAINTAINER to my @FreeBSD.org accountRenato Botelho2005-07-111-1/+1
| | | | | | | Approved by: flz (mentor) Notes: svn path=/head/; revision=138919
* - Change the way used to add/remove the shell on /etc/shells,Cheng-Lung Sung2005-05-044-12/+42
| | | | | | | | | | | | | use pkg-install and pkg-deinstall (both stoled from shells/bash) to do it. - Remove pre-install section, it's not more needed on this version, because Makefile is created correctly changing Makefile.PL PR: 80583 Submitted by: Renato Botelho (maintainer) Notes: svn path=/head/; revision=134574
* - It was not installing on FreeBSD 4.x with perl 5.00503.Yen-Ming Lee2005-04-193-0/+20
| | | | | | | | | | | - Rename patch-aa to reflect which file is patched. - update /etc/shells in pkg-plist for package PR: 80104 Submitted by: Renato Botelho <freebsd@galle.com.br> (maintainer) Notes: svn path=/head/; revision=133693
* - Update to 1.8Sergei Kolobov2005-04-184-48/+101
| | | | | | | | | | | | | - Unbreak - Remove gratuitous use of REINPLACE - Add $FreeBSD$ on pkg-plist - Assign maintainership to the submitter PR: ports/79623 Submitted by: Renato Botelho <freebsd@galle.com.br> Notes: svn path=/head/; revision=133595
* BROKEN: Incomplete pkg-plistKris Kennaway2005-02-111-0/+2
| | | | Notes: svn path=/head/; revision=128562
* Don't remove directories we didn't installKris Kennaway2004-05-311-3/+0
| | | | Notes: svn path=/head/; revision=110492
* 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