aboutsummaryrefslogtreecommitdiff
path: root/shells/psh
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* shells/psh: Use @shell instead of custom reimplementationTobias Kortkamp2019-12-204-45/+2
| | | | Notes: svn path=/head/; revision=520471
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Make it so that the default Perl is always called perl5.Mathieu Arnold2015-09-141-4/+4
| | | | | | | | | | | | | | | | | | | - Move Perl's man1 files along with its man3 files. - Move where Perl installs its modules man1 pages. - Convert the ports installing man1 pages. - Make different Perl versions installable at the same time. Though you should note that only the default version can be used to install Perl modules, and the non default Perl versions cannot use the modules installed via ports if they contain .so as they are installed in a version specific directory. Reviewed by: bapt (the Mk bits) Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3542 Notes: svn path=/head/; revision=396892
* Cleanup plistBaptiste Daroussin2015-02-051-3/+0
| | | | Notes: svn path=/head/; revision=378465
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-10/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* . Support stagingRenato Botelho2013-10-234-80/+91
| | | | | | | . Add devel/p5-Term-ReadLine-Perl as dependency, as suggested by install scripts Notes: svn path=/head/; revision=331448
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | shells) Notes: svn path=/head/; revision=327770
* - convert to the new perl5 frameworkAndrej Zverev2013-09-121-1/+2
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327035
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Change headers of all ports maintained by me to new formatRenato Botelho2012-10-051-5/+1
| | | | Notes: svn path=/head/; revision=305298
* - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.Andrej Zverev2011-06-201-1/+1
| | | | | | | | | See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum Notes: svn path=/head/; revision=275887
* - Get Rid MD5 supportMartin Wilke2011-03-181-1/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFERenato Botelho2009-03-281-0/+1
| | | | Notes: svn path=/head/; revision=231204
* - Fix plist with perl 5.8.9Pav Lucistnik2009-01-151-2/+56
| | | | Notes: svn path=/head/; revision=226151
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-1/+1
| | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450
* 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