Commit graph

14 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
b216bd791c - Update to 1.014.3
- Add LICENSE
- Add BUILD_DEPENDS

Changes:	http://search.cpan.org/dist/MIME-EncWords/Changes
Approved by:	maintainer (blanket)
2015-01-04 17:12:38 +00:00
Mathieu Arnold
eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
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
2014-11-26 13:08:24 +00:00
Lars Engels
934f74e518 Fix several typos in the ports tree.
PR:		ports/176378
Submitted by:	Christoph Mallon <christoph.mallon@gmx.de>
2014-02-04 20:09:29 +00:00
Andrej Zverev
32fbdf5e2a - support stage
Approved by:	portmgr (blanket infrastructure)
2014-01-05 16:33:44 +00:00
Baptiste Daroussin
fd61959c15 Add NO_STAGE all over the place in preparation for the staging support (cat: mail) 2013-09-20 19:59:12 +00:00
Andrej Zverev
676d298ee1 - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-04 12:28:16 +00:00
Doug Barton
989772c9ac The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
2011-10-24 09:11:38 +00:00
Olli Hauer
c5284f2b4e - remove MD5 2011-07-03 13:53:52 +00:00
Philip M. Gollucci
cf00cdacfb - Update to 1.011.1
PR:             ports/136541
Approved by:    maintainer timeout (Olivier.Girard@univ-angers.fr; 14 days)
Submitted by:   myself (pgollucci@)
2009-07-23 17:26:34 +00:00
Philip M. Gollucci
c10f314307 - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)
2009-07-22 16:27:08 +00:00
Yen-Ming Lee
9ebf1f1000 - add missing files
- bump PORTREVISION
2008-10-02 16:06:20 +00:00
Yen-Ming Lee
5bbd5a54e2 - update to 1.010.101
PR:		127801
Submitted by:	leeym
Approved by:	maintainer
2008-10-02 15:51:10 +00:00
Marcelo Araujo
4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${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)
2008-04-17 14:30:31 +00:00
Martin Wilke
d7cc438037 MIME::EncWords is aimed to be another implimentation of MIME::Words so
that it will achive more exact conformance with MIME specifications.
Additionally, it contains some improvements. Following synopsis and
descriptions are inherited from its inspirer, with description of
improvements and clarifications added.*

WWW: http://search.cpan.org/dist/MIME-EncWords/

PR:		113365
Submitted by:	Olivier Girard <Olivier.Girard@univ-angers.fr>
2007-07-02 17:18:07 +00:00