| non port: devel/p5-Config-Std/Makefile |
|
CVSWeb
|
Number of commits found: 8 |
|
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.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
1.26 astro/p5-Astro-satpass/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.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
1.24 astro/p5-Astro-satpass/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
|
|
Tue, 17 Feb 2009
|
[ 03:38 tabthorpe ]
1.27 devel/p5-Config-IniFiles/Makefile
1.7 devel/p5-Config-Record/Makefile
1.9 devel/p5-Config-Simple/Makefile
1.6 devel/p5-Config-Std/Makefile
1.17 devel/p5-ConfigReader/Makefile
1.20 net/gspoof/Makefile
1.9 net/wakeonlan/Makefile
1.30 net/wol/Makefile
- Pass maintainership to submitter
Submitted by: Cezary Morga via freebsd-ports@
|
|
Wed, 22 Oct 2008
|
[ 11:35 leeym ]
1.5 devel/p5-Config-Std/Makefile
- simplify dependency
- bump PORTREVISION
|
|
Sun, 7 Sep 2008
|
[ 00:19 linimon ]
1.4 archivers/grzip/Makefile
1.27 archivers/lzma/Makefile
1.15 archivers/pbzip2/Makefile
1.5 archivers/ppmd-7z/Makefile
1.2 archivers/unfoo/Makefile
1.7 astro/ptiger/Makefile
1.12 astro/tclgeomap/Makefile
1.14 astro/tkgeomap/Makefile
1.6 astro/weatherget/Makefile
1.7 astro/xeartk/Makefile
(Only the first 10 of 279 ports in this commit are shown above. )
Reset infofarmer due to maintainer-timeouts and no response to email.
Hat: portmgr
|
|
Sat, 8 Sep 2007
|
[ 00:56 linimon ]
1.58 devel/avr-gcc-3/Makefile
1.63 devel/avr-gcc/Makefile
1.16 devel/cil/Makefile
1.84 devel/cvsweb3/Makefile
1.3 devel/deputy/Makefile
1.27 devel/hs-haddock/Makefile
1.5 devel/libpperl/Makefile
1.8 devel/p5-AI-Pathfinding-AStar/Makefile
1.4 devel/p5-Algorithm-Bucketizer/Makefile
1.10 devel/p5-Algorithm-C3/Makefile
(Only the first 10 of 101 ports in this commit are shown above. )
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr
|
|
Sun, 30 Jul 2006
|
[ 22:46 sat ]
1.13 archivers/linux-unace/Makefile
1.7 archivers/lzma/Makefile
1.3 audio/bmp-mac/Makefile
1.6 audio/bmp-modplug/Makefile
1.2 audio/kexis/Makefile
1.3 audio/laudio/Makefile
1.2 audio/lpac/Makefile
1.3 audio/optimfrog/Makefile
1.2 audio/p5-Audio-FLAC-Header/Makefile
1.2 audio/p5-Audio-Musepack/Makefile
(Only the first 10 of 58 ports in this commit are shown above. )
- Provide additional mirrors where needed
- Convert to "magic" master sites
- Various minor portlint-prodded fixes
|
|
Tue, 30 May 2006
|
[ 18:16 sat ]
1.2237 devel/Makefile
1.1 devel/p5-Config-Std/Makefile
1.1 devel/p5-Config-Std/distinfo
1.1 devel/p5-Config-Std/pkg-descr
1.1 devel/p5-Config-Std/pkg-plist
Add port devel/p5-Config-Std:
This module implements yet another damn configuration-file system.
The configuration language is deliberately simple and limited, and the
module works hard to preserve as much information (section order,
comments, etc.) as possible when a configuration file is updated.
See Chapter 19 of "Perl Best Practices" (O'Reilly, 2005) for the
rationale for this approach.
The configuration language is a slight extension of the Windows INI
format.
WWW: http://search.cpan.org/dist/Config-Std/
Approved by: krion (mentor)
|
Number of commits found: 8 |