non port: www/p5-HTTP-Response-Encoding/Makefile |
SVNWeb
|
Number of commits found XX: 19 |
Sat, 6 Oct 2018
|
[ 13:06 des ] 
481365 archivers/p5-Archive-Any-Plugin-Rar/Makefile
481365 archivers/p5-Archive-Any/Makefile
481365 archivers/p5-Archive-Extract-Libarchive/Makefile
481365 archivers/p5-Archive-Peek/Makefile
481365 archivers/p5-Archive-Rar/Makefile
481365 archivers/p5-Archive-SimpleExtractor/Makefile
481365 archivers/p5-Archive-Tar-Wrapper/Makefile
481365 archivers/p5-Compress-LZW/Makefile
481365 archivers/p5-IO-Compress-Lzf/Makefile
481365 archivers/p5-IO-Compress-Lzma/Makefile
(Only the first 10 of 2492 ports in this commit are shown above. )
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw)
|
Fri, 15 Sep 2017
|
[ 08:58 mat ] 
449893 archivers/p5-Archive-Extract/Makefile
449893 archivers/p5-Archive-Peek/Makefile
449893 archivers/p5-Archive-Tar/Makefile
449893 archivers/p5-Archive-Zip/Makefile
449893 archivers/p5-Compress-LZ4/Makefile
449893 archivers/p5-Compress-LZF/Makefile
449893 archivers/p5-Compress-LZW/Makefile
449893 archivers/p5-Compress-Raw-Bzip2/Makefile
449893 archivers/p5-Compress-Raw-Lzma/Makefile
449893 archivers/p5-Compress-Raw-Zlib/Makefile
(Only the first 10 of 2495 ports in this commit are shown above. )
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight
|
Sun, 18 Jun 2017
|
[ 05:52 sunpoet ] 
443814 www/p5-HTTP-Response-Encoding/Makefile
443814 www/p5-HTTP-Response-Encoding/pkg-plist
Remove Perl core modules
- Add LICENSE
- Add NO_ARCH
- Sort PLIST
- Bump PORTREVISION for dependency change
|
Fri, 1 Apr 2016
|
[ 14:33 mat ] 
412351 vietnamese/vn7to8/Makefile
412351 www/R-cran-RgoogleMaps/Makefile
412351 www/R-cran-htmlwidgets/Makefile
412351 www/R-cran-httpuv/Makefile
412351 www/R-cran-httr/Makefile
412351 www/R-cran-rvest/Makefile
412351 www/R-cran-scrapeR/Makefile
412351 www/R-cran-selectr/Makefile
412351 www/R-cran-shiny/Makefile
412351 www/WebMagick/Makefile
(Only the first 10 of 2136 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
|
Thu, 14 May 2015
|
[ 10:15 mat ] 
386312 Mk/bsd.sites.mk
386312 accessibility/py-atspi/Makefile
386312 accessibility/py3-atspi/Makefile
386312 archivers/dpkg/Makefile
386312 archivers/fastjar/Makefile
386312 archivers/gcpio/Makefile
386312 archivers/lbrate/Makefile
386312 archivers/lha-ac/Makefile
386312 archivers/macutils/Makefile
386312 archivers/mscompress/Makefile
(Only the first 10 of 1814 ports in this commit are shown above. )
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
|
Thu, 26 Feb 2015
|
[ 16:54 adamw ] 
380025 biology/p5-Bio-Das-Lite/Makefile
380025 databases/p5-Data-Pageset/Makefile
380025 devel/p5-Class-C3-Componentised/Makefile
380025 devel/p5-Log-Dispatch-Perl/Makefile
380025 devel/p5-POE-Session-MultiDispatch/Makefile
380025 devel/p5-Time-Duration-Parse/Makefile
380025 security/p5-POE-Filter-SSL/Makefile
380025 textproc/p5-Text-Trim/Makefile
380025 textproc/p5-XML-DoubleEncodedEntities/Makefile
380025 www/p5-HTTP-Response-Encoding/Makefile
(Only the first 10 of 11 ports in this commit are shown above. )
Remove TEST dependency on p5-Test-Simple when the version in core is
sufficient.
Thanks to az for showing me the light here.
|
Wed, 26 Nov 2014
|
[ 13:08 mat ] 
373448 CHANGES
373448 Mk/Uses/perl5.mk
373448 Mk/bsd.default-versions.mk
373448 Mk/bsd.port.mk
373448 UPDATING
373448 archivers/dpkg/Makefile
373448 archivers/p5-Archive-Any-Lite/Makefile
373448 archivers/p5-Archive-Any-Lite/pkg-plist
373448 archivers/p5-Archive-Any-Plugin-Rar/Makefile
373448 archivers/p5-Archive-Any-Plugin-Rar/pkg-plist
(Only the first 10 of 10077 ports in this commit are shown above. )
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 (Only the first 15 lines of the commit message are shown above )
|
Thu, 7 Nov 2013
|
[ 13:55 vanilla ] 
333099 www/p5-HTML-Breadcrumbs/Makefile
333099 www/p5-HTML-Breadcrumbs/pkg-plist
333099 www/p5-HTML-CalendarMonthSimple/Makefile
333099 www/p5-HTML-CalendarMonthSimple/pkg-plist
333099 www/p5-HTML-Clean/Makefile
333099 www/p5-HTML-Clean/pkg-plist
333099 www/p5-HTML-Element-Extended/Makefile
333099 www/p5-HTML-Element-Extended/pkg-plist
333099 www/p5-HTML-Element-Library/Makefile
333099 www/p5-HTML-Element-Library/pkg-plist
(Only the first 10 of 112 ports in this commit are shown above. )
support STAGEDIR.
|
Fri, 20 Sep 2013
|
[ 23:36 bapt ] 
327776 www/MT/Makefile
327776 www/R-cran-RgoogleMaps/Makefile
327776 www/R-cran-Rpad/Makefile
327776 www/R-cran-httpuv/Makefile
327776 www/R-cran-scrapeR/Makefile
327776 www/R-cran-shiny/Makefile
327776 www/WebMagick/Makefile
327776 www/abyssws/Makefile
327776 www/ach/Makefile
327776 www/admuser/Makefile
(Only the first 10 of 2206 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
|
Fri, 2 Aug 2013
|
[ 18:52 mat ] 
324174 archivers/p5-Archive-Any/Makefile
324174 archivers/p5-Archive-Extract/Makefile
324174 archivers/p5-Archive-Rar/Makefile
324174 archivers/p5-Archive-SimpleExtractor/Makefile
324174 archivers/p5-Archive-Zip/Makefile
324174 archivers/p5-Compress-LZF/Makefile
324174 archivers/p5-Compress-LZO/Makefile
324174 archivers/p5-Compress-LZW/Makefile
324174 archivers/p5-Mac-Macbinary/Makefile
324174 archivers/p5-POE-Filter-Bzip2/Makefile
(Only the first 10 of 1871 ports in this commit are shown above. )
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
|
Fri, 29 Mar 2013
|
[ 00:44 eadler ] 
315509 astro/p5-Astro-ADS/Makefile
315509 astro/p5-Astro-Catalog/Makefile
315509 astro/p5-Astro-DSS/Makefile
315509 astro/p5-Astro-SIMBAD-Client/Makefile
315509 astro/p5-Astro-SIMBAD/Makefile
315509 astro/p5-Astro/Makefile
315509 astro/p5-Geo-METAR/Makefile
315509 audio/p5-CDDB/Makefile
315509 audio/p5-CDDB_get/Makefile
315509 audio/p5-Test-Corpus-Audio-MPD/Makefile
(Only the first 10 of 303 ports in this commit are shown above. )
For perl@ owned ports:
- Fix COMMENT
- Trim header
|
Mon, 17 Dec 2012
|
[ 12:15 az ] 
309085 www/p5-Catalyst-View-Email/Makefile
309085 www/p5-Catalyst-View-Mason/Makefile
309085 www/p5-HTTP-Body/Makefile
309085 www/p5-HTTP-Message/Makefile
309085 www/p5-HTTP-Response-Encoding/Makefile
309085 www/p5-Mojolicious-Plugin-Mongodb/Makefile
309085 www/p5-Tatsumaki/Makefile
309085 www/p5-WWW-AtMovies-TV/Makefile
309085 www/p5-WWW-Facebook-API/Makefile
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
|
Tue, 13 Mar 2012
|
[ 16:15 pgollucci ]
1.7 archivers/p5-Archive-Any/Makefile
1.6 archivers/p5-Archive-Extract-Libarchive/Makefile
1.32 archivers/p5-Archive-Extract/Makefile
1.4 archivers/p5-Archive-Peek/Makefile
1.57 archivers/p5-Archive-Tar/Makefile
1.9 archivers/p5-Archive-Tar/pkg-plist
1.41 archivers/p5-Archive-Zip/Makefile
1.15 archivers/p5-IO-Zlib/Makefile
1.19 archivers/p5-POE-Filter-Zlib/Makefile
1.39 astro/p5-Astro-SpaceTrack/Makefile
(Only the first 10 of 391 ports in this commit are shown above. )
- 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)
|
Thu, 8 Mar 2012
|
[ 18:45 pgollucci ]
1.6 archivers/p5-Archive-Any/Makefile
1.5 archivers/p5-Archive-Extract-Libarchive/Makefile
1.31 archivers/p5-Archive-Extract/Makefile
1.3 archivers/p5-Archive-Peek/Makefile
1.56 archivers/p5-Archive-Tar/Makefile
1.8 archivers/p5-Archive-Tar/pkg-plist
1.40 archivers/p5-Archive-Zip/Makefile
1.14 archivers/p5-IO-Zlib/Makefile
1.18 archivers/p5-POE-Filter-Zlib/Makefile
1.38 astro/p5-Astro-SpaceTrack/Makefile
(Only the first 10 of 403 ports in this commit are shown above. )
- 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
|
Thu, 12 Jan 2012
|
[ 02:01 swills ]
1.5 www/p5-HTTP-Response-Encoding/Makefile
- Add missing BUILD_DEPENDS and RUN_DEPENDS
- Add TEST_DEPENDS to enable testing
|
Sat, 17 Sep 2011
|
[ 07:06 sunpoet ]
1.4 chinese/p5-Lingua-ZH-Segment/Makefile
1.16 converters/p5-Convert-Morse/Makefile
1.15 databases/p5-Cache-Memcached-Fast/Makefile
1.5 databases/p5-Cache-Memcached-XS/Makefile
1.33 databases/p5-DBD-CSV/Makefile
1.10 databases/p5-DBD-Mock/Makefile
1.3 databases/p5-DBIx-Class-Cursor-Cached/Makefile
1.6 databases/p5-DBIx-Class-MooseColumns/Makefile
1.6 databases/p5-DBIx-Class-QueryProfiler/Makefile
1.70 databases/p5-DBIx-Class/Makefile
(Only the first 10 of 152 ports in this commit are shown above. )
- Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+
Suggested by: az
With hat: perl
|
Wed, 5 Aug 2009
|
[ 12:17 miwi ]
1.3 www/p5-HTTP-Response-Encoding/Makefile
1.2 www/p5-HTTP-Response-Encoding/distinfo
- Update to 0.06
- Pass maintainership to perl
PR: 137449
Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
|
Wed, 29 Oct 2008
|
[ 01:21 leeym ]
1.2 www/p5-HTTP-Response-Encoding/Makefile
1.2 www/p5-HTTP-Response-Encoding/pkg-descr
- fix dependency to build on perl 5.7.3 - 5.8.5
- add more descriptions
- bump PORTREVISION
PR: 128438
Submitted by: leeym
Approved by: maintainer
|
Tue, 30 Oct 2007
|
[ 01:29 clsung ]
1.1914 www/Makefile
1.1 www/p5-HTTP-Response-Encoding/Makefile
1.1 www/p5-HTTP-Response-Encoding/distinfo
1.1 www/p5-HTTP-Response-Encoding/pkg-descr
1.1 www/p5-HTTP-Response-Encoding/pkg-plist
This module adds the following methods to HTTP::Response objects.
WWW: http://search.cpan.org/dist/HTTP-Response-Encoding/
PR: ports/117553
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
Number of commits found XX: 19 |