<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/textproc/p5-Syntax-Highlight-Perl-Improved/Makefile, branch 2021Q2</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=2021Q2</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=2021Q2'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2021-04-06T14:31:07Z</updated>
<entry>
<title>Remove # $FreeBSD$ from Makefiles.</title>
<updated>2021-04-06T14:31:07Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2021-04-06T11:55:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=305f148f482daf30dcf728039d03d019f88344eb'/>
<id>urn:sha1:305f148f482daf30dcf728039d03d019f88344eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change the way Perl modules are installed, update the default Perl to 5.18.</title>
<updated>2014-11-26T13:08:24Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2014-11-26T13:08:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=eee58d187e2c55fca6f53b9e482d33cf5346fe81'/>
<id>urn:sha1:eee58d187e2c55fca6f53b9e482d33cf5346fe81</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>* Convert to staging</title>
<updated>2014-01-22T11:47:22Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2014-01-22T11:47:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=580056663cb59bf7a2403f5f4831e9e8f9b84998'/>
<id>urn:sha1:580056663cb59bf7a2403f5f4831e9e8f9b84998</id>
<content type='text'>
* Add license
* pet portlint

Sponsored by:	Absolight
</content>
</entry>
<entry>
<title>Add NO_STAGE all over the place in preparation for the staging support (cat: textproc)</title>
<updated>2013-09-20T23:17:30Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2013-09-20T23:17:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=0068f2d47fabca8b05218243fb099000a6413c86'/>
<id>urn:sha1:0068f2d47fabca8b05218243fb099000a6413c86</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- convert to the new perl5 framework</title>
<updated>2013-09-10T17:26:57Z</updated>
<author>
<name>Andrej Zverev</name>
<email>az@FreeBSD.org</email>
</author>
<published>2013-09-10T17:26:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=f900846e5260dc5d66ccd323d0da759c95e2d6bb'/>
<id>urn:sha1:f900846e5260dc5d66ccd323d0da759c95e2d6bb</id>
<content type='text'>
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
</content>
</entry>
<entry>
<title>- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.</title>
<updated>2011-09-08T08:36:43Z</updated>
<author>
<name>Andrej Zverev</name>
<email>az@FreeBSD.org</email>
</author>
<published>2011-09-08T08:36:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a015f2e5d01914a78ae49e52b8ede1ad288b54a4'/>
<id>urn:sha1:a015f2e5d01914a78ae49e52b8ede1ad288b54a4</id>
<content type='text'>
  See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.

With perl@ hat
</content>
</entry>
<entry>
<title>- Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.</title>
<updated>2008-04-17T14:30:31Z</updated>
<author>
<name>Marcelo Araujo</name>
<email>araujo@FreeBSD.org</email>
</author>
<published>2008-04-17T14:30:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4aaab89f578233fc117be25797258ca7e2ed882d'/>
<id>urn:sha1:4aaab89f578233fc117be25797258ca7e2ed882d</id>
<content type='text'>
PR:		ports/122674
Submitted by:	Philip M. Gollucci &lt;pgollucci@p6m7g8.com&gt;
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
</content>
</entry>
<entry>
<title>Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.</title>
<updated>2007-09-08T01:12:10Z</updated>
<author>
<name>Mark Linimon</name>
<email>linimon@FreeBSD.org</email>
</author>
<published>2007-09-08T01:12:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=9839011ec3910790376ce9ace5e2a1c5bcb2781f'/>
<id>urn:sha1:9839011ec3910790376ce9ace5e2a1c5bcb2781f</id>
<content type='text'>
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
</content>
</entry>
<entry>
<title>Add p5-Syntax-Highlight-Perl-Improved 1.01, syntax highlighting for Perl</title>
<updated>2005-09-27T20:03:37Z</updated>
<author>
<name>Lars Thegler</name>
<email>lth@FreeBSD.org</email>
</author>
<published>2005-09-27T20:03:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=0cfc2b3290ccbf2e1632b56fe937e286a6a760c5'/>
<id>urn:sha1:0cfc2b3290ccbf2e1632b56fe937e286a6a760c5</id>
<content type='text'>
code.

PR:		ports/84487
Submitted by:	Mauricio Herrera Cuadra &lt;mauricio@arareko.net&gt;
</content>
</entry>
</feed>
