import OLE::Storage_Lite 0.14
OLE::Storage_Lite allows you to read and write an OLE structured file.
This commit is contained in:
parent
f4bc210854
commit
f960902d38
24
devel/p5-OLE-Storage_Lite/Makefile
Normal file
24
devel/p5-OLE-Storage_Lite/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2006/07/15 19:43:12 steven Exp $
|
||||
|
||||
COMMENT= "simple class for OLE document interface"
|
||||
|
||||
DISTNAME= OLE-Storage_Lite-0.14
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
|
||||
# GPL/Artistic
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=OLE/}
|
||||
|
||||
CONFIGURE_STYLE=perl
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
post-extract:
|
||||
@find ${WRKDIST} -type f -exec perl -pi -e 's/\r$$//' {} \;
|
||||
|
||||
.include <bsd.port.mk>
|
4
devel/p5-OLE-Storage_Lite/distinfo
Normal file
4
devel/p5-OLE-Storage_Lite/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (OLE-Storage_Lite-0.14.tar.gz) = 376118e3061bf4370b1a286dd7a0bb07
|
||||
RMD160 (OLE-Storage_Lite-0.14.tar.gz) = 60ad448f4d664294eca8ac3836ffd4fa4b1b0047
|
||||
SHA1 (OLE-Storage_Lite-0.14.tar.gz) = a9d928b37fc80eee2c0f693fb24658578eab7cc1
|
||||
SIZE (OLE-Storage_Lite-0.14.tar.gz) = 17592
|
4
devel/p5-OLE-Storage_Lite/pkg/DESCR
Normal file
4
devel/p5-OLE-Storage_Lite/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
||||
OLE::Storage_Lite allows you to read and write an OLE structured file.
|
||||
Please refer to OLE::Storage by Martin Schwartz.
|
||||
|
||||
OLE::Storage_Lite::PPS is a class representing PPS.
|
4
devel/p5-OLE-Storage_Lite/pkg/PLIST
Normal file
4
devel/p5-OLE-Storage_Lite/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/07/15 19:43:12 steven Exp $
|
||||
${P5SITE}/OLE/
|
||||
${P5SITE}/OLE/Storage_Lite.pm
|
||||
@man man/man3p/OLE::Storage_Lite.3p
|
Loading…
Reference in New Issue
Block a user