non port: www/p5-Catalyst-Model-Memcached/Makefile |
SVNWeb
|
Number of commits found XX: 14 |
Sat, 9 Mar 2019
|
[ 09:00 amdmi3 ] 
495109 www/p5-Catalyst-Model-Memcached/Makefile
- Add LICENSE
- Add NO_ARCH
Approved by: portmgr blanket
|
Mon, 9 Jul 2018
|
[ 08:40 mat ] 
474242 audio/p5-Filesys-Virtual-DAAP/Makefile
474242 audio/p5-Net-DAAP-Client/Makefile
474242 benchmarks/p5-Benchmark-Stopwatch/Makefile
474242 cad/pcb/Makefile
474242 chinese/p5-Text-Greeking-zh_TW/Makefile
474242 chinese/scim-fcitx/Makefile
474242 comms/p5-SMS-Send-TW-PChome/Makefile
474242 comms/p5-SMS-Send-TW-Qma/Makefile
474242 comms/p5-SMS-Send-TW-Socket2Air/Makefile
474242 comms/p5-SMS-Send-TW-chtsns/Makefile
(Only the first 10 of 429 ports in this commit are shown above. )
Remove all := from BUILD_DEPENDS, here are never needed.
While there, cleanup, and sort depends.
When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are:
1) use RUN_DEPENDS to set BUILD_DEPENDS:
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= foo:bar/baz
2) create another variable and use it:
MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS= ${MY_DEPENDS}
RUN_DEPENDS= ${MY_DEPENDS}
3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:
BUILD_DEPENDS= foo:bar/baz
RUN_DEPENDS:= ${BUILD_DEPENDS}
Sponsored by: Absolight
|
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
|
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 )
|
Tue, 29 Jul 2014
|
[ 19:11 adamw ] 
363374 archivers/ha/Makefile
363374 archivers/unalz/Makefile
363374 astro/gpsman/Makefile
363374 audio/amrcoder/Makefile
363374 audio/chordpack/Makefile
363374 audio/cmt/Makefile
363374 audio/enscribe/Makefile
363374 audio/funktrackergold/Makefile
363374 audio/ladspa/Makefile
363374 audio/libconvolve/Makefile
(Only the first 10 of 436 ports in this commit are shown above. )
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports)
|
Fri, 11 Apr 2014
|
[ 04:49 culot ] 
350888 converters/p5-JSON-XS-VersionOneAndTwo/Makefile
350888 devel/p5-AnyEvent-DBI-Abstract/Makefile
350888 devel/p5-AnyEvent-DBI/Makefile
350888 devel/p5-AnyEvent-Run/Makefile
350888 devel/p5-AnyEvent-Subprocess/Makefile
350888 devel/p5-Class-C3-Adopt-NEXT/Makefile
350888 devel/p5-Data-ClearSilver-HDF/Makefile
350888 devel/p5-Date-Calc-XS/Makefile
350888 devel/p5-Event-Join/Makefile
350888 devel/p5-MooseX-Types-Signal/Makefile
(Only the first 10 of 20 ports in this commit are shown above. )
- Take Denis Pokataev's Perl ports maintainership
Approved by: Denis Pokataev <catone@cpan.org> (maintainer, via email)
|
Sun, 5 Jan 2014
|
[ 13:41 az ] 
338773 www/p5-CGI-Struct/Makefile
338773 www/p5-CGI-Struct/pkg-plist
338773 www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile
338773 www/p5-Catalyst-Authentication-Store-DBIx-Class/pkg-plist
338773 www/p5-Catalyst-Model-Memcached/Makefile
338773 www/p5-Catalyst-Model-Memcached/pkg-plist
338773 www/p5-Catalyst-Plugin-CookiedSession/Makefile
338773 www/p5-Catalyst-Plugin-CookiedSession/pkg-plist
338773 www/p5-Catalyst-Plugin-Session-FastMmap/Makefile
338773 www/p5-Catalyst-Plugin-Session-FastMmap/pkg-plist
(Only the first 10 of 31 ports in this commit are shown above. )
- stage support
Approved by: portmgr (blanket infrastructure)
|
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)
|
Tue, 3 Sep 2013
|
[ 13:06 az ] 
326148 www/fswiki/Makefile
326148 www/jdresolve/Makefile
326148 www/p5-CGI-EncryptForm/Makefile
326148 www/p5-Catalyst-Engine-PSGI/Makefile
326148 www/p5-Catalyst-Model-Memcached/Makefile
326148 www/p5-Catalyst-Plugin-Session-Store-Memcached-Fast/Makefile
326148 www/p5-GunghoX-FollowLinks/Makefile
326148 www/p5-HTML-Adsense/Makefile
326148 www/p5-HTML-Query/Makefile
326148 www/p5-HTML-Template-Associate/Makefile
(Only the first 10 of 19 ports in this commit are shown above. )
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
|
Sun, 16 Dec 2012
|
[ 06:12 az ] 
308985 archivers/rpm5/Makefile
308985 audio/gnump3d/Makefile
308985 audio/gnupod/Makefile
308985 audio/p5-Audio-MPD/Makefile
308985 audio/shairport/Makefile
308985 chinese/p5-Encode-CNMap/Makefile
308985 chinese/p5-Encode-HanConvert/Makefile
308985 comms/p5-SMS-Send-TW-chtsns/Makefile
308985 converters/p5-Storable-AMF/Makefile
308985 databases/drizzle/Makefile
(Only the first 10 of 113 ports in this commit are shown above. )
- Set default perl version for ports which currently using
(5.x+ and x < 12) scheme.
Approved by: bapt@ (portmgr@)
|
Sun, 10 Jun 2012
|
[ 18:42 swills ]
1.8 arabic/arabtex/Makefile
1.5 archivers/p5-Archive-SimpleExtractor/Makefile
1.20 archivers/p5-POE-Filter-Zlib/Makefile
1.7 archivers/p5-PerlIO-via-Bzip2/Makefile
1.12 audio/gigedit/Makefile
1.8 audio/p5-Filesys-Virtual-DAAP/Makefile
1.9 audio/p5-Net-DAAP-Client/Makefile
1.6 benchmarks/p5-Benchmark-Stopwatch/Makefile
1.28 biology/p5-AcePerl/Makefile
1.28 biology/p5-Bio-Das/Makefile
(Only the first 10 of 639 ports in this commit are shown above. )
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi)
|
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
|
Fri, 26 Mar 2010
|
[ 01:28 wen ]
1.2568 www/Makefile
1.1 www/p5-Catalyst-Model-Memcached/Makefile
1.1 www/p5-Catalyst-Model-Memcached/distinfo
1.1 www/p5-Catalyst-Model-Memcached/pkg-descr
1.1 www/p5-Catalyst-Model-Memcached/pkg-plist
Catalyst::Model::Memcached is a simple Model for Catalyst for storing
data in memcached.
WWW: http://search.cpan.org/dist/Catalyst-Model-Memcached/
|
Number of commits found XX: 14 |