import p5-File-BOM
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. ok simon@
This commit is contained in:
parent
58748f13ec
commit
2b24984cfc
19
devel/p5-File-BOM/Makefile
Normal file
19
devel/p5-File-BOM/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/10/25 21:59:34 sthen Exp $
|
||||
COMMENT= utilities for handling Byte Order Marks
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= File-BOM-0.14
|
||||
CATEGORIES= devel
|
||||
|
||||
BUILD_DEPENDS= ::devel/p5-Readonly \
|
||||
::devel/p5-Test-Exception
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
CONFIGURE_STYLE=modbuild
|
||||
|
||||
.include <bsd.port.mk>
|
5
devel/p5-File-BOM/distinfo
Normal file
5
devel/p5-File-BOM/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (File-BOM-0.14.tar.gz) = 5VZCKU2Ks2m03aTp1XyOQQ==
|
||||
RMD160 (File-BOM-0.14.tar.gz) = 21Z+8cGkLVew/vuPULHritEGDLQ=
|
||||
SHA1 (File-BOM-0.14.tar.gz) = w5OKzDG4hO6dREX8uCMSZxMK/s8=
|
||||
SHA256 (File-BOM-0.14.tar.gz) = TJh3zrLpdhmm95Q8qOCgNJAFdzN+QeZZFfKqKcLKjNE=
|
||||
SIZE (File-BOM-0.14.tar.gz) = 15273
|
6
devel/p5-File-BOM/pkg/DESCR
Normal file
6
devel/p5-File-BOM/pkg/DESCR
Normal file
@ -0,0 +1,6 @@
|
||||
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.
|
4
devel/p5-File-BOM/pkg/PLIST
Normal file
4
devel/p5-File-BOM/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/10/25 21:59:34 sthen Exp $
|
||||
${P5SITE}/File/
|
||||
${P5SITE}/File/BOM.pm
|
||||
@man man/man3p/File::BOM.3p
|
Loading…
Reference in New Issue
Block a user