| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Approved by: portmgr (blanket)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
improving accessibility.
I think people who want to just find the port/package and install it are
more likely to look for "spamassassin the program" than "spamassassin the
perl module collection."
|
|
|
|
| |
Approved by: portmgr (infrastructure blanket)
|
|
|
|
|
|
|
|
| |
* Add license
* pet portlint
* Fixup missing options and includes
Sponsored by: Absolight
|
|
|
|
| |
textproc)
|
| |
|
|
|
|
| |
Submitted by: az
|
|
|
|
|
|
| |
textproc/p5-KinoSearch1
With hat: perl@
|
|
|
|
|
|
|
| |
and remove where is no need in this anymore.
- trim Makefile header
Approved by: bapt@ (portmrg@)
|
|
|
|
|
|
|
|
| |
- trim historical header
- convert NOPORTDOCS that install to EXAMPLESDIR to $PORT_OPTIONS:MEXAMPLES
- adjust pkg-plist for PORTEXAMPLES
Approved by: portmgr (miwi)
|
|
|
|
| |
Approved by: sumikawa (maintainer)
|
|
|
|
| |
Approved by: portmgr@ (bapt@)
|
|
|
|
|
|
|
|
|
|
| |
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr
|
|
|
|
|
|
|
| |
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
With perl@ hat
|
| |
|
| |
|
|
|
|
| |
Reported by: pointyhat
|
|
|
|
|
| |
PR: ports/133724
From: TERAMOTO Masahiro <markun@onohara.to>
|
|
|
|
| |
removed and the second one includes Text::CVS_PP.
|
| |
|
|
|
|
|
|
|
|
| |
(2) Make binding ports to be real ports, which installs only bindings and
depend on subversion.
(3) Rename bindings ports to reflect perl5/python/ruby modules naming scheme.
(4) Re-base subversion-freebsd to `devel/subversion'.
(5) Fix all ports, which depends on subversion bindings.
|
|
|
|
|
|
|
|
|
| |
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav)
|
| |
|
| |
|
|
|
|
| |
Hat: portmgr
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Fix plist.
PR: ports/103643
Submitted by: Masahiro Teramoto <markun@onohara.to>
|
| |
|
| |
|
|
|
|
|
|
| |
- Trrn off BETTERENCODING in default to sync with orignal distribution.
Submitted by: otsune@gmail.com
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- Add warning on pkg-descr
|
| |
|
| |
|
|
|
|
| |
- Chage default knobs to repect defaults in plagger.
|
|
Perl. Everything is implemented as a small plugin and you can mash
them up together using Plagger core API and plugin hooks. You can
think of Plagger as a blosxom or qpsmtpd for RSS aggregator.
WWW: http://plagger.org/
WARNING: This port depends on thousands of ports spececially with
full options.
|