1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

- This module provides functions for handlink unicode byt order marks, which are to be found at the beginning of some files and streams.

PR:		ports/145386
Submitted by:	Eric Freeman <freebsdports@chillibear.com>
This commit is contained in:
Sylvio Cesar Teixeira 2010-05-22 15:18:29 +00:00
parent fcb2483463
commit 8f4ca4ca8f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=254839
5 changed files with 44 additions and 0 deletions

View File

@ -1546,6 +1546,7 @@
SUBDIR += p5-File-Append-TempFile
SUBDIR += p5-File-Attributes
SUBDIR += p5-File-Attributes-Recursive
SUBDIR += p5-File-BOM
SUBDIR += p5-File-BaseDir
SUBDIR += p5-File-BasicFlock
SUBDIR += p5-File-Binary

View File

@ -0,0 +1,27 @@
# Ports collection makefile for: devel-p5-File-BOM
# Date created: 02 April 2010
# Whom: Eric Freeman <freebsdports@chillibear.com>
#
# $FreeBSD$
#
PORTNAME= File-BOM
PORTVERSION= 0.14
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= File
PKGNAMEPREFIX= p5-
MAINTAINER= freebsdports@chillibear.com
COMMENT= Perl module to handle unicode byte order marks
RUN_DEPENDS= p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception \
p5-Readonly>0:${PORTSDIR}/devel/p5-Readonly \
p5-Module-Build>=0.3607:${PORTSDIR}/devel/p5-Module-Build
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= File::BOM.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (File-BOM-0.14.tar.gz) = e55642294d8ab369b4dda4e9d57c8e41
SHA256 (File-BOM-0.14.tar.gz) = 4c9877ceb2e97619a6f7943ca8e0a034900577337e41e65915f2aa29c2ca8cd1
SIZE (File-BOM-0.14.tar.gz) = 15273

View File

@ -0,0 +1,8 @@
This module provides functions for handling unicode byte order
marks, which are to be found at the beginning of some files and
streams.
The intention of File::BOM is for files with BOMs to be readable
as seamlessly as possible, regardless of the encoding used.
WWW: http://search.cpan.org/dist/File-BOM/lib/File/BOM.pm

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/File/BOM.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/BOM/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/BOM
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File
@dirrmtry %%SITE_PERL%%/File