| non port: converters/p5-MIME-Base64/Makefile |
|
CVSWeb
|
Number of commits found: 27 |
|
Thu, 17 Apr 2008
|
[ 15:30 araujo ]
1.9 archivers/p5-Archive-Extract/Makefile
1.8 archivers/p5-Compress-Bzip2/Makefile
1.5 archivers/p5-Compress-LZW/Makefile
1.5 archivers/p5-PerlIO-gzip/Makefile
1.3 archivers/p5-PerlIO-via-Bzip2/Makefile
1.12 astro/p5-Astro-Catalog/Makefile
1.10 astro/p5-Astro-MoonPhase/Makefile
1.6 astro/p5-Astro-Sunrise/Makefile
1.8 astro/p5-GPS/Makefile
1.3 audio/p5-Audio-Beep/Makefile
(Only the first 10 of 2168 ports in this commit are shown above. )
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav)
|
|
Sat, 8 Sep 2007
|
[ 01:53 linimon ]
1.2 benchmarks/p5-Benchmark-Stopwatch/Makefile
1.17 biology/p5-AcePerl/Makefile
1.2 biology/p5-Bio-ASN1-EntrezGene/Makefile
1.7 biology/p5-Bio-Phylo/Makefile
1.11 biology/p5-bioperl-devel/Makefile
1.3 biology/p5-bioperl-run-devel/Makefile
1.3 biology/p5-bioperl-run/Makefile
1.16 biology/p5-bioperl/Makefile
1.2 cad/p5-GDS2/Makefile
1.13 chinese/oicq/Makefile
(Only the first 10 of 30 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
|
|
Wed, 21 Dec 2005
|
[ 12:48 leeym ]
1.41 converters/p5-MIME-Base64/Makefile
- require devel/p5-XSLoader and unbreak it on perl 5.005
Submitted by: skv
|
|
Fri, 2 Dec 2005
|
[ 10:05 erwin ]
1.40 converters/p5-MIME-Base64/Makefile
1.23 converters/p5-MIME-Base64/distinfo
1.2 converters/p5-MIME-Base64/files/patch-Makefile.PL
1.12 converters/p5-MIME-Base64/pkg-plist
- Update to 3.07
- Reassign to perl@
- Mark for perl 5.6.x or higher.
|
|
Sat, 11 Jun 2005
|
[ 17:13 skv ]
1.707 MOVED
1.18 archivers/p5-Archive-Tar/Makefile
1.25 archivers/p5-Archive-Zip/Makefile
1.2 archivers/p5-PerlIO-gzip/Makefile
1.6 comms/p5-Device-SerialPort/Makefile
1.39 converters/p5-MIME-Base64/Makefile
1.3 databases/p5-POE-Component-LaDBI/Makefile
1.6 databases/p5-SQL-Translator/Makefile
1.3 databases/wfb2sql/Makefile
1.1903 devel/Makefile
(Only the first 10 of 144 ports in this commit are shown above. )
* reflect renaming on CPAN File-Spec to PathTools
+ add devel/p5-PathTools, remove devel/p5-File-Spec
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
+ add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
* for all changed ports make dependencies on File::Temp, Digest::MD5,
Storable unconditional
* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
(this variable is forced by bsd.port.mk now)
* update Class-Autouse to 1.17
* update POE-API-Hooks to 1.05
* make portlint happy (clean IGNORE, convert spaces to tabs and so on)
|
|
Wed, 13 Oct 2004
|
[ 18:11 mat ]
1.38 converters/p5-MIME-Base64/Makefile
1.21 converters/p5-MIME-Base64/distinfo
Update to 3.05
Approved by: maintainer
|
|
Wed, 25 Aug 2004
|
[ 13:26 mbr ]
1.37 converters/p5-MIME-Base64/Makefile
1.20 converters/p5-MIME-Base64/distinfo
Update to 3.03.
Fix data corruption for binary data.
rt.cpan.org: Bug #7456
|
|
Fri, 16 Jul 2004
|
[ 14:06 ache ]
1.36 converters/p5-MIME-Base64/Makefile
Back out prev. commit. Too many ports depends on it and IGNORE
fails with error exit code for 'make -DINSTALLS_DEPENDS install' called
when depending file is not found.
|
[ 13:41 ache ]
1.35 converters/p5-MIME-Base64/Makefile
Don't install this port, if ${PERL_LEVEL} >= 500804
|
|
Tue, 30 Mar 2004
|
[ 18:51 erwin ]
1.34 converters/p5-MIME-Base64/Makefile
1.19 converters/p5-MIME-Base64/distinfo
Update to 3.01
|
|
Thu, 18 Mar 2004
|
[ 15:53 mat ]
1.33 converters/p5-MIME-Base64/Makefile
Fix installation with perl 5.8
PR which triggered this discover : 64380
|
|
Thu, 15 Jan 2004
|
[ 07:16 erwin ]
1.32 converters/p5-MIME-Base64/Makefile
1.17 converters/p5-MIME-Base64/distinfo
1.2 converters/p5-MIME-Base64/files/patch-Base64.xs
Update to 3.00
Drop the pure Perl implementations of the encoders and
decoders. They are bloat that hides real problems in
the XS implementations. I will re-release them separately
in the new MIME-Base64-Perl distribution.
The 'gcc -Wall' fix in 2.22 broke support for perl5.005,
as the isXDIGIT() macro is not available in that perl.
This problem has now been fixed.
|
|
Mon, 12 Jan 2004
|
[ 19:45 erwin ]
1.31 converters/p5-MIME-Base64/Makefile
1.1 converters/p5-MIME-Base64/files/patch-Base64.xs
- Fix usage of isXDIGIT() by calling the isxdigit() macro
- Remove BORKEN and bump PORTREVISION
Submitted by: Barney Wolff <barney@databus.com>
Tested by: pav
|
[ 14:38 erwin ]
1.30 converters/p5-MIME-Base64/Makefile
Somehow, 'make test' doesn't catch all problems. Mark broken
with perl 5.005_03 until I can figure out what the exact problem i.s
Submitted by: Michel Gravey <admin@the-e-management.com>,
"Michel Gravey" <michel.gravey@orange.fr>,
pav
|
[ 08:50 erwin ]
1.29 converters/p5-MIME-Base64/Makefile
1.16 converters/p5-MIME-Base64/distinfo
Update to 2.23, which somehow ended uncommitted in my tree.
Reminded by: Barney Wolff <barney@databus.com>, pav
|
|
Thu, 8 Jan 2004
|
[ 18:36 erwin ]
1.28 converters/p5-MIME-Base64/Makefile
1.15 converters/p5-MIME-Base64/distinfo
Update to 2.22
|
|
Thu, 9 Oct 2003
|
[ 22:22 erwin ]
1.27 converters/p5-MIME-Base64/Makefile
1.14 converters/p5-MIME-Base64/distinfo
Update to 2.21
|
|
Thu, 12 Jun 2003
|
[ 17:41 erwin ]
1.6 archivers/nomarch/Makefile
1.14 archivers/p5-Archive-Zip/Makefile
1.6 converters/base64/Makefile
1.26 converters/p5-MIME-Base64/Makefile
1.13 databases/p5-DBD-CSV/Makefile
1.6 databases/p5-MLDBM-Sync/Makefile
1.19 databases/p5-MLDBM/Makefile
1.3 databases/p5-ResourcePool-Resource-DBI/Makefile
1.4 devel/p5-Attribute-Handlers/Makefile
1.4 devel/p5-Cache-Mmap/Makefile
(Only the first 10 of 100 ports in this commit are shown above. )
Change to my FreeBSD.org address
|
|
Fri, 16 May 2003
|
[ 03:33 petef ]
1.25 converters/p5-MIME-Base64/Makefile
1.13 converters/p5-MIME-Base64/distinfo
Update to 2.20.
PR: 52208
Submitted by: maintainer
|
|
Sun, 23 Mar 2003
|
[ 10:01 nork ]
1.24 converters/p5-MIME-Base64/Makefile
1.12 converters/p5-MIME-Base64/distinfo
Update to 2.18.
PR: ports/50184
Submitted by: Erwin Lansing <erwin@lansing.dk>
|
|
Fri, 21 Feb 2003
|
[ 11:08 knu ]
1.5 converters/base64/Makefile
1.13 converters/btoa/Makefile
1.6 converters/enca/Makefile
1.5 converters/i18ntools/Makefile
1.5 converters/iconv-extra/Makefile
1.5 converters/iconv-rfc1345/Makefile
1.8 converters/libutf-8/Makefile
1.2 converters/mimelib/Makefile
1.6 converters/p5-Convert-TNEF/Makefile
1.23 converters/p5-MIME-Base64/Makefile
(Only the first 10 of 40 ports in this commit are shown above. )
De-pkg-comment.
|
|
Tue, 7 Jan 2003
|
[ 13:26 edwin ]
1.22 converters/p5-MIME-Base64/Makefile
1.11 converters/p5-MIME-Base64/distinfo
Maintainer update to 2.16
PR: ports/46797
Submitted by: Erwin Lansing <erwin@lansing.dk>
|
|
Fri, 3 Jan 2003
|
[ 20:05 ijliao ]
1.21 converters/p5-MIME-Base64/Makefile
1.10 converters/p5-MIME-Base64/distinfo
1.2 converters/p5-MIME-Base64/pkg-descr
1.10 converters/p5-MIME-Base64/pkg-plist
upgrade to 2.14
claim maintainership
PR: 46572
Submitted by: Erwin Lansing <erwin@lansing.dk> (new maintainer)
|
|
Thu, 1 Mar 2001
|
[ 09:32 vanilla ]
unknown archivers/p5-Compress-Zlib/Makefile
unknown converters/p5-MIME-Base64/Makefile
unknown net/p5-URI/Makefile
unknown www/p5-HTML-Parser/Makefile
unknown archivers/p5-Compress-Zlib/distinfo
unknown converters/p5-MIME-Base64/distinfo
unknown net/p5-URI/distinfo
unknown www/p5-HTML-Parser/distinfo
Upgrade p5-Compress-Zlib => 1.11 p5-HTML-Parser => 3.18
p5-MIME-Base64 => 2.12 p5-URI => 1.11
|
[ 06:39 vanilla ]
unknown archivers/p5-Archive-Tar/Makefile
unknown archivers/p5-Archive-Zip/Makefile
unknown archivers/p5-Compress-Zlib/Makefile
unknown archivers/p5-Mac-Macbinary/Makefile
unknown astro/p5-Astro-MoonPhase/Makefile
unknown astro/p5-Astro-SunTime/Makefile
unknown astro/p5-GPS/Makefile
unknown astro/p5-Geo-METAR/Makefile
unknown audio/p5-Audio-CD/Makefile
unknown audio/p5-MP3-ID3v1Tag/Makefile
(Only the first 10 of 329 ports in this commit are shown above. )
Remove do-configure section, use PERL_CONFIGURE now.
|
|
Sat, 10 Jun 2000
|
[ 01:59 will ]
unknown converters/p5-MIME-Base64/Makefile
unknown converters/p5-MIME-Base64/patches/patch-aa
Argh! I screwed up with the last commit, bigtime! Now it respects CC/CFLAGS
without the patch and PKGNAMESUFFIX->PKGNAMEPREFIX.
|
|
Fri, 9 Jun 2000
|
[ 22:57 will ]
unknown converters/p5-MIME-Base64/Makefile
unknown converters/p5-MIME-Base64/patches/patch-aa
Make this port respect CC/CFLAGS.
|
Number of commits found: 27 |