# Created by: alfred@FreeBSD.org # $FreeBSD$ PORTNAME= devel-replay PORTVERSION= 1.0.4 CATEGORIES= devel MASTER_SITES= http://people.freebsd.org/~alfred/sources/replay/ DISTNAME= replay-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Program that helps you fix a build interactively USES= tar:bzip2 uidfix MAKE_ENV= NO_MAN=yes NO_WERROR="defined" PLIST_FILES= bin/replay .include ttp://tfcis.org/~lantw44/cgit/cgit.cgi/freebsd-ports-gnome/commit/?id=2ff80f55375ee2811ca2895a06b853699c3e0915'/> 2ff80f55375ee2811ca2895a06b853699c3e0915 With hat: portmgr Sponsored by: Absolight
With hat:	portmgr
Sponsored by:	Absolight
Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26T13:08:24+00:00 mat mat@FreeBSD.org 2014-11-26T13:08:24+00:00 9debac461b7729b783ca5a0f5e46461ddac07173 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
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
Support STAGEDIR. 2013-11-06T01:32:11+00:00 vanilla vanilla@FreeBSD.org 2013-11-06T01:32:11+00:00 e97b0dac9b888787524432c28a3fd8b138f83232

Add NO_STAGE all over the place in preparation for the staging support (cat: science) 2013-09-20T22:48:30+00:00 bapt bapt@FreeBSD.org 2013-09-20T22:48:30+00:00 c9f43f3f2d8d3b0b2723a94708dc395c68fdacd4

- Convert to new perl framework 2013-08-02T18:52:07+00:00 mat mat@FreeBSD.org 2013-08-02T18:52:07+00:00 f47f83f9c8923b3b0f740482331aab0d0aa669e9 - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
- Trim Makefile headers 2012-12-06T02:12:52+00:00 wen wen@FreeBSD.org 2012-12-06T02:12:52+00:00 49440bdf1bd9e3940f363b543877a184197256db - Pass maintainership to perl@ Feature safe: yes > Description of fields to fill in above: 76 columns --| > PR: If a GNATS PR is affected by the change. > Submitted by: If someone else sent in the change. > Reviewed by: If someone else reviewed your modification. > Approved by: If you needed approval for this commit. > Obtained from: If the change is from a third party. > MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email. > Security: Vulnerability reference (one per line) or description. > Empty fields above will be automatically removed. M p5-Chemistry-Mol/Makefile
- Pass maintainership to perl@

Feature safe:	yes
> Description of fields to fill in above:                     76 columns --|
> PR:            If a GNATS PR is affected by the change.
> Submitted by:  If someone else sent in the change.
> Reviewed by:   If someone else reviewed your modification.
> Approved by:   If you needed approval for this commit.
> Obtained from: If the change is from a third party.
> MFC after:     N [day[s]|week[s]|month[s]].  Request a reminder email.
> Security:      Vulnerability reference (one per line) or description.
> Empty fields above will be automatically removed.

M    p5-Chemistry-Mol/Makefile
Chemistr-Mol is a toolkit includes basic objects and methods to 2009-05-16T23:29:15+00:00 miwi miwi@FreeBSD.org 2009-05-16T23:29:15+00:00 1cd70f7a809ae8d2ad20b188858bc1db5f4e1e1e describe molecules. It consists of several modules: Chemistry::Mol, Chemistry::Atom, Chemistry::Bond, and Chemistry::File. WWW: http://search.cpan.org/dist/Chemistry-Mol/ PR: ports/134462 Submitted by: Wen Heping <wenheping at gmail.com>
describe molecules. It consists of several modules: Chemistry::Mol,
Chemistry::Atom, Chemistry::Bond, and Chemistry::File.

WWW: http://search.cpan.org/dist/Chemistry-Mol/

PR:		ports/134462
Submitted by:	Wen Heping <wenheping at gmail.com>