| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Approved by: wg/culot (mentors, implicit)
Notes:
svn path=/head/; revision=329571
|
|
|
|
|
|
|
|
|
| |
- Add stage support
Approved by: culot (mentor)
Notes:
svn path=/head/; revision=329187
|
|
|
|
|
|
|
| |
net)
Notes:
svn path=/head/; revision=327755
|
|
|
|
|
|
|
| |
Approved by: portmgr (bapt@, blanket)
Notes:
svn path=/head/; revision=326384
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Trim header
- Pass maintainership to submitter
PR: ports/177700
Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com>
Feature safe: yes
Notes:
svn path=/head/; revision=315863
|
|
|
|
|
|
|
| |
Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
Notes:
svn path=/head/; revision=315487
|
|
|
|
|
|
|
| |
PR: ports/170928
Notes:
svn path=/head/; revision=303861
|
|
|
|
| |
Notes:
svn path=/head/; revision=303033
|
|
|
|
| |
Notes:
svn path=/head/; revision=271346
|
|
|
|
|
|
|
|
|
| |
so standarize and remove it
With Hat: perl@
Notes:
svn path=/head/; revision=261743
|
|
|
|
|
|
|
|
|
|
|
| |
- Changes: http://search.cpan.org/dist/Daemon-Generic/CHANGELOG
PR: ports/149640
Submitted by: Frederic Culot <frederic@culot.org>
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=260150
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=241951
|
|
|
|
|
|
|
|
|
| |
PR: ports/136548
Approved by: maintainer
Submitted by: myself (pgollucci@)
Notes:
svn path=/head/; revision=237542
|
|
daemon-like programs. The framework provides for standard commands that work
for as init.d files and as apachectl-like commands.
Programs that use Daemon::Generic subclass Daemon::Generic to override its
behavior. Almost everything that Genric::Daemon does can be overridden as
needed.
WWW: http://search.cpan.org/dist/Daemon-Generic/
PR: ports/124133
Submitted by: BluePex Security Solutions <freebsd-ports at bluepex.com>
Notes:
svn path=/head/; revision=213941
|