aboutsummaryrefslogtreecommitdiff
path: root/databases/WWWdb
Commit message (Collapse)AuthorAgeFilesLines
* - Add LICENSEDmitry Marakasov2015-06-091-2/+7
| | | | | | | | | | - Fix shebangs - Add NO_ARCH MFH: 2015Q2 (blanket) Notes: svn path=/head/; revision=388989
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-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 Notes: svn path=/head/; revision=373448
* Cleanup plistBaptiste Daroussin2014-10-201-4/+0
| | | | Notes: svn path=/head/; revision=371255
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-06-101-1/+1
| | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories D-F. CR: D196 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357277
* Convert all :U to :tu and :L to :tlBaptiste Daroussin2014-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 Notes: svn path=/head/; revision=352986
* - add stage supportAndrej Zverev2014-01-292-5/+9
| | | | | | | Approved by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=341762
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* - Convert to new perl frameworkAndrej Zverev2013-08-021-1/+2
| | | | Notes: svn path=/head/; revision=324171
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with D Notes: svn path=/head/; revision=240068
* - Remove old Perl support from unmaintained ports in categories startingGabor Kovesdan2007-04-021-8/+2
| | | | | | | with letter b-f Notes: svn path=/head/; revision=189024
* - Add SHA256Pav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149245
* - Update to 0.8.3Pav Lucistnik2005-03-202-14/+13
| | | | | | | | | | - Unbreak plist PR: ports/79026 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Notes: svn path=/head/; revision=131677
* Remove maintainer per his request. Mark BROKEN because of an incompleteKris Kennaway2005-02-131-1/+3
| | | | | | | pkg-plist. Notes: svn path=/head/; revision=128664
* Add missing @dirrmKris Kennaway2004-04-131-0/+1
| | | | Notes: svn path=/head/; revision=106854
* Trim whitespace.Trevor Johnson2004-04-101-1/+0
| | | | Notes: svn path=/head/; revision=106662
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* utilize SITE_PERLYing-Chieh Liao2003-10-241-36/+36
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* new port database/WWWdb-0.8.2Edwin Groothuis2003-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> Notes: svn path=/head/; revision=88749