# Created by: Vsevolod Stakhov # $FreeBSD$ PORTNAME= cgiirc PORTVERSION= 0.5.10 CATEGORIES= irc www perl5 MASTER_SITES= http://cgiirc.org/releases/ \ SF/${PORTNAME}/cgi-irc/${PORTVERSION} MAINTAINER= rodrigo@FreeBSD.org COMMENT= IRC web gateway written in Perl LICENSE= GPLv2 USES= perl5 NO_BUILD= yes NO_STAGE= yes pre-install: @${MV} ${WRKSRC}/cgiirc.config ${WRKSRC}/cgiirc.config.sample 2>/dev/null || true do-install: ${MKDIR} ${PREFIX}/www/cgiirc ${CP} -rp ${WRKSRC}/* ${PREFIX}/www/cgiirc ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/www/cgiirc @[ -f ${PREFIX}/www/cgiirc/cgiirc.config ] || \ ${CP} ${WRKSRC}/cgiirc.config.sample ${PREFIX}/www/cgiirc/cgiirc.config .include 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
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
- Stage support 2014-01-29T07:58:24+00:00 miwi miwi@FreeBSD.org 2014-01-29T07:58:24+00:00 28cdddf174cb3679cc463e8230be7f643fb203e4

- Fix Build 2013-06-11T03:14:03+00:00 miwi miwi@FreeBSD.org 2013-06-11T03:14:03+00:00 fecef2391a65b3f4d678ba114d0d6b2342b15118 Reported by: pkg (DEVELOPER_MODE)
Reported by:	pkg (DEVELOPER_MODE)
Add www/p5-CGI-Compress-Gzip, a Perl module to extend CGI.pm with 2008-09-24T11:20:35+00:00 tobez tobez@FreeBSD.org 2008-09-24T11:20:35+00:00 f275d88a5fb210615b10b50d7577000653068b17 an ability to produce automatically compressed output when appropriate.
an ability to produce automatically compressed output when appropriate.