From 017e939c519e0f1c8cc6a513b94325f1409bff27 Mon Sep 17 00:00:00 2001 From: edwin Date: Thu, 16 Jan 2003 03:12:21 +0000 Subject: New port: Apache::Gallery - mod_perl handler to create an image gallery PR: ports/44434 Submitted by: Erwin Lansing --- www/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'www/Makefile') diff --git a/www/Makefile b/www/Makefile index 7bb0d08eb962..8f375c18e59b 100644 --- a/www/Makefile +++ b/www/Makefile @@ -254,6 +254,7 @@ SUBDIR += p5-Apache-DBI SUBDIR += p5-Apache-DumpHeaders SUBDIR += p5-Apache-Filter + SUBDIR += p5-Apache-Gallery SUBDIR += p5-Apache-Icon SUBDIR += p5-Apache-Language SUBDIR += p5-Apache-MP3 -- cgit 'freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* mail/p5-Email-Address: update 1.909 -> 1.912, undeprecate by upstreampi2019-01-052-8/+4
| | | | | Reported by: Benjamin Connelly <ben@electricembers.coop> Relnotes: https://metacpan.org/changes/distribution/Email-Address
* Update WWWsunpoet2018-05-281-1/+1
| | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
* Update to 1.909sunpoet2018-03-072-3/+8
| | | | | | - Mark DEPRECATED and set EXPIRATION_DATE to 2018-12-31 Changes: http://search.cpan.org/dist/Email-Address/Changes
* Fix license information for portgs that use "the same license as Perl".mat2017-09-151-1/+1
| | | | Sponsored by: Absolight
* Use real PORTVERSION and update dependent portssunpoet2017-02-282-3/+3
| | | | | - Add LICENSE_FILE - Sort PLIST
* - Update to 1.90.8wen2015-09-202-4/+7
| | | | | | Changes: http://cpansearch.perl.org/src/RJBS/Email-Address-1.908/Changes - Add LICENSE - Add NO_ARCH=yes
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-262-4/+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
* - update to 1.905leeym2014-07-202-5/+3
|
* Support STAGEDIR.vanilla2013-11-05