non port: archivers/p5-IO-Zlib/Makefile |
Number of commits found: 29 |
Monday, 30 Jan 2023
|
13:01 Po-Chuan Hsieh (sunpoet)
archivers/p5-IO-Zlib: Update to 1.14
Changes: https://metacpan.org/dist/IO-Zlib/changes
9b94ca3 |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Sunday, 17 Apr 2022
|
23:58 Po-Chuan Hsieh (sunpoet)
archivers/p5-IO-Zlib: Update to 1.11
Changes: https://metacpan.org/dist/IO-Zlib/changes
2ed458a |
Monday, 4 Oct 2021
|
19:58 Rene Ladan (rene)
*: re-assign kuriyama@s ports to the pool, commit bit safekept
With hat: portmgr-secretary
e56a7da |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Tuesday, 10 Oct 2017
|
11:20 sunpoet
Add LICENSE
Approved by: portmgr (blanket)
 |
Wednesday, 26 Aug 2015
|
02:00 amdmi3
- Add some NO_ARCH'es
Approved by: portmgr blanket
 |
Thursday, 14 May 2015
|
10:15 mat
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
 |
Wednesday, 26 Nov 2014
|
13:08 mat
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
 |
Saturday, 4 Jan 2014
|
18:50 bapt
Support stage
 |
Friday, 20 Sep 2013
|
13:11 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
archivers)
 |
Friday, 6 Sep 2013
|
17:55 az
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
 |
Tuesday, 18 Jun 2013
|
13:49 az
- Cleanup outdated checks. (PERL_LEVEL < 5.12)
- Assign some p5- ports under perl@ maintainership.
Approved by: portmgr@ (bapt@)
 |
Tuesday, 13 Mar 2012
|
16:15 pgollucci
- Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.
PR: ports/165605
Approved by: portmgr (bapt)
Feature safe: yes (I sure hope so)
 |
Thursday, 8 Mar 2012
|
18:45 pgollucci
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index
 |
Tuesday, 21 Sep 2010
|
07:56 mm
Change dependency on old p5-Compress-Zlib, p5-IO-Compress-Base,
p5-IO-Compress-Zlib and p5-IO-Compress-Bzip2 modules to p5-IO-Compress.
Explicitly depend on p5-IO-Compress only if PERL_LEVEL < 500903
Bump PORTREVISION
 |
Wednesday, 22 Jul 2009
|
16:27 pgollucci
- 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)
 |
Wednesday, 15 Jul 2009
|
05:12 kuriyama
Upgrade to 1.10.
 |
Thursday, 27 Mar 2008
|
11:03 kuriyama
- Use CPAN macro.
PR: ports/121993
Submitted by: "Philip M. Gollucci" <pgollucci@p6m7g8.com>
 |
Wednesday, 13 Feb 2008
|
22:24 kuriyama
- Upgrade to 1.09.
PR: ports/120011, ports/120387, ports/120617
Submitted by: leeym, Felippe de Meirelles Motta <lippemail@gmail.com>, ismail
yenigul <ismail@enderunix.org>
 |
Thursday, 13 Sep 2007
|
21:11 leeym
- Update to 1.07
PR: 115663
Submitted by: leeym
Approved by: maintainer timeout
 |
Thursday, 8 Mar 2007
|
05:30 kuriyama
- Upgrade to 1.05.
PR: ports/110056
Submitted by: Steven Kreuzer<skreuzer@f2o.org>
Committed from: AsiaBSDCon Registration Desk
 |
Sunday, 3 Dec 2006
|
12:45 demon
Correct path to Compress::Zlib.pm after recent p5-Compress-Zlib update.
 |
Sunday, 13 Feb 2005
|
03:37 kuriyama
Add a patch to work around on 4-stable (perl-5.00503's Fcntl.pm does
not export SEEK_SET symbol).
Doing "make test" on 4-stable will fail because perl-5.005 does not
support EOF method in TIE HANDLE.
Submitted by: lth
 |
Tuesday, 11 Jan 2005
|
02:57 kuriyama
Update to 1.04.
 |
Friday, 24 Oct 2003
|
12:05 ijliao
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
 |
Saturday, 22 Feb 2003
|
07:48 kuriyama
de-pkg-comment.
 |
Friday, 15 Feb 2002
|
14:33 kuriyama
IO:: style interface to Compress::Zlib.
 |
Number of commits found: 29 |