aboutsummaryrefslogtreecommitdiff
path: root/www/p5-CGI-Minimal
Commit message (Collapse)AuthorAgeFilesLines
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-5/+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
* Remove NOPORTDOCS and NOPORTEXAMPLES.Adam Weinberger2014-07-041-2/+2
| | | | Notes: svn path=/head/; revision=360680
* support STAGEDIR.Vanilla I. Shu2013-11-072-7/+5
| | | | Notes: svn path=/head/; revision=333070
* Try and be consistent with what commands are silent and not in *install.Mathieu Arnold2013-10-221-1/+1
| | | | | | | | | | | | | | - MKDIR is silent - ECHO is silent - INSTALL_* are not silent - CP/FIND/... are not silent I fixed a few PORTDOCS misusage, I'll do a second pass. With Hat: perl@ Notes: svn path=/head/; revision=331301
* Fix NO_STAGE attributionBaptiste Daroussin2013-09-221-1/+1
| | | | Notes: svn path=/head/; revision=327888
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - Convert to new perl frameworkMathieu Arnold2013-08-021-6/+3
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - only 13% of the p5- ports embed @comment $FreeBSD$:Philip M. Gollucci2010-09-241-1/+0
| | | | | | | | | so standarize and remove it With Hat: perl@ Notes: svn path=/head/; revision=261743
* Reset mat@FreeBSD.org due to maintainer-timeouts and no response to email.Mark Linimon2009-08-161-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=239641
* Update to 1.29Mathieu Arnold2007-08-272-6/+5
| | | | Notes: svn path=/head/; revision=198381
* Update to 1.27Mathieu Arnold2007-06-192-4/+4
| | | | Notes: svn path=/head/; revision=193861
* Update to 1.26Mathieu Arnold2007-04-102-4/+4
| | | | Notes: svn path=/head/; revision=189670
* Update to 1.25Mathieu Arnold2006-06-132-4/+4
| | | | | | | | PR: 98664 Submitted by: Rong-En Fan <rafan@infor.org> Notes: svn path=/head/; revision=165337
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* Update to 1.24Mathieu Arnold2005-11-142-4/+4
| | | | | | | | PR: 87780 Submitted by: tobez Notes: svn path=/head/; revision=148257
* Update the description of CGI::Minimal module port from vague to something moreMathieu Arnold2005-11-141-2/+6
| | | | | | | | | | | particular (appropriated from the port's documentation). Also, add the URL too. PR: 87157 Submitted by: Parv <parv at pair dot com> Notes: svn path=/head/; revision=148248
* Be hipe and add SHA256Mathieu Arnold2005-11-141-0/+1
| | | | Notes: svn path=/head/; revision=148240
* Update to 1.22Mathieu Arnold2005-09-143-3/+4
| | | | Notes: svn path=/head/; revision=142717
* Update to 1.17Mathieu Arnold2005-09-062-3/+3
| | | | Notes: svn path=/head/; revision=142097
* Update to 1.16Mathieu Arnold2004-11-172-3/+3
| | | | Notes: svn path=/head/; revision=121825
* Update to 1.15Mathieu Arnold2004-11-123-3/+15
| | | | Notes: svn path=/head/; revision=121447
* Update to 1.14Mathieu Arnold2004-10-172-3/+3
| | | | Notes: svn path=/head/; revision=119660
* Update to 1.13Mathieu Arnold2004-10-123-6/+6
| | | | Notes: svn path=/head/; revision=118914
* Add SIZE fieldMathieu Arnold2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99406
* utilize SITE_PERLYing-Chieh Liao2003-10-241-6/+6
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* Update to 1.11Mathieu Arnold2003-10-212-4/+3
| | | | Notes: svn path=/head/; revision=91820
* Update to 1.10Ade Lovett2003-06-172-2/+2
| | | | Notes: svn path=/head/; revision=83133
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75976
* Update Port: www/p5-CGI-minimalEdwin Groothuis2003-02-053-2/+3
| | | | | | | | | | | | Update to version 1.09 Noticed by http://www.freebsdsecurity.com/ports/index.pl?category=old PR: ports/47369 Submitted by: Ulrich Spoerlein <q@uni.de> Notes: svn path=/head/; revision=74715
* 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
* Remove do-configure section, use PERL_CONFIGURE now.Vanilla I. Shu2001-03-011-4/+1
| | | | Notes: svn path=/head/; revision=38917
* Some spaces -> tabs for ports/www.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37985
* Add p5-CGI-Minimal, an extremely lightweight perl5 CGI processingAde Lovett2000-12-265-0/+34
package designed to provide form decoding and related services with low overhead. Notes: svn path=/head/; revision=36392