aboutsummaryrefslogtreecommitdiffstats
path: root/databases/WWWdb
Commit message (Collapse)AuthorAgeFilesLines
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-262-1/+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
* Cleanup plistbapt2014-10-201-4/+0
|
* Remove indefinite articles and trailing periods from COMMENT, plusolgeni2014-06-101-1/+1
| | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories D-F. CR: D196 Approved by: portmgr (bapt)
* Convert all :U to :tu and :L to :tlbapt2014-05-051-1/+1
| | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr
* - add stage supportaz2014-01-302-5/+9
| | | | Approved by: portmgr (blanket infrastructure)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | databases)
* - Convert to new perl frameworkaz2013-08-031-1/+2
|
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-2/+1
| | | | starting with D
* - Remove old Perl support from unmaintained ports in categories startinggabor2007-04-031-8/+2
| | | | with letter b-f
* - Add SHA256pav2005-11-241-0/+1
|
* - Update to 0.8.3pav2005-03-202-14/+13
| | | | | | | - Unbreak plist PR: ports/79026 Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
* Remove maintainer per his request. Mark BROKEN because of an incompletekris2005-02-131-1/+3
| | | | pkg-plist.
* Add missing @dirrmkris2004-04-131-0/+1
|
* Trim whitespace.trevor2004-04-111-1/+0
|
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* utilize SITE_PERLijliao2003-10-241-36/+36
| | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* new port database/WWWdb-0.8.2edwin2003-09-084-0/+70
A flexible web-enabled frontend and application-server for different databases ... that is WWWdb PR: ports/45522 Submitted by: Jens Rehsack <rehsack@liwing.de>