Commit graph

15 commits

Author SHA1 Message Date
Mathieu Arnold
7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00
Sunpoet Po-Chuan Hsieh
26759f3fce - Cleanup CHMOD after r390893 2015-06-29 15:37:14 +00:00
Sunpoet Po-Chuan Hsieh
4b3001e911 - Strip shared library
- Bump PORTREVISION for package change
2015-06-15 14:44:05 +00:00
Sunpoet Po-Chuan Hsieh
be04d970e5 - Update to 0.24
Changes:	http://search.cpan.org/dist/Compress-Snappy/Changes
2015-05-13 19:01:01 +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
Sunpoet Po-Chuan Hsieh
c608026127 - Update to 0.23
Changes:	http://search.cpan.org/dist/Compress-Snappy/Changes
2014-02-10 15:04:40 +00:00
Sunpoet Po-Chuan Hsieh
01721bbe46 - Remove LIB_DEPENDS: Compress::Snappy uses bundle snappy library
- Bump PORTREVISION for dependency change

Submitted by:	vanilla
2014-01-19 09:27:22 +00:00
Sunpoet Po-Chuan Hsieh
8dcfc5fcab - Update to 0.22
- Support STAGEDIR

Changes:	http://search.cpan.org/dist/Compress-Snappy/Changes
2013-09-26 16:47:22 +00:00
Baptiste Daroussin
b80ec3e204 Add NO_STAGE all over the place in preparation for the staging support (cat: archivers) 2013-09-20 13:11:20 +00:00
Sunpoet Po-Chuan Hsieh
27b5749636 - Update to 0.21
Changes:	http://search.cpan.org/dist/Compress-Snappy/Changes
2013-09-20 11:30:57 +00:00
Sunpoet Po-Chuan Hsieh
c9cf6c6113 - Convert to new perl framework 2013-08-21 14:08:06 +00:00
Sunpoet Po-Chuan Hsieh
7dddb7e075 - Update to 0.20
Changes:	http://search.cpan.org/dist/Compress-Snappy/Changes
Feature safe:	yes
2013-04-16 16:51:47 +00:00
Sunpoet Po-Chuan Hsieh
94aeec2393 - Remove outdated PERL_LEVEL check
- Cleanup Makefile header
2013-03-02 15:46:05 +00:00
Sunpoet Po-Chuan Hsieh
c40d191505 - Update to 0.19
- Add LICENSE

Changes:	http://search.cpan.org/dist/Compress-Snappy/Changes
2012-09-11 02:14:52 +00:00
Sunpoet Po-Chuan Hsieh
310beeb63c - Add p5-Compress-Snappy 0.18
Compress::Snappy provides an interface to Google's Snappy (de)compressor.

Snappy does not aim for maximum compression, or compatibility with any other
compression library; instead, it aims for very high speeds and reasonable
compression. For instance, compared to the fastest mode of zlib, Snappy is an
order of magnitude faster for most inputs, but the resulting compressed files
are anywhere from 20% to 100% bigger.

WWW: http://search.cpan.org/dist/Compress-Snappy/
2012-04-18 17:51:38 +00:00