- Initial import of Text-Quoted-1.8
Text::Quoted examines the structure of some text which may contain multiple different levels of quoting, and turns the text into a nested data structure.
This commit is contained in:
parent
3ee347d18b
commit
e1dbb0bdc6
26
textproc/p5-Text-Quoted/Makefile
Normal file
26
textproc/p5-Text-Quoted/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2004/12/22 02:58:44 msf Exp $
|
||||
|
||||
COMMENT= "extract the structure of a quoted mail message"
|
||||
|
||||
DISTNAME= Text-Quoted-1.8
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= textproc perl5
|
||||
|
||||
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
||||
|
||||
# Artistic
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
|
||||
|
||||
BUILD_DEPENDS= ::textproc/p5-Text-Autoformat
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/p5-Text-Quoted/distinfo
Normal file
3
textproc/p5-Text-Quoted/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Text-Quoted-1.8.tar.gz) = cab9d462b480437bab72b6044ac6c788
|
||||
RMD160 (Text-Quoted-1.8.tar.gz) = d3a2430919aa6eaa515d1f398f1939f3cb819f7e
|
||||
SHA1 (Text-Quoted-1.8.tar.gz) = ad778701b394336502a91f3c3f3adde940935c89
|
3
textproc/p5-Text-Quoted/pkg/DESCR
Normal file
3
textproc/p5-Text-Quoted/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
Text::Quoted examines the structure of some text which
|
||||
may contain multiple different levels of quoting, and
|
||||
turns the text into a nested data structure.
|
3
textproc/p5-Text-Quoted/pkg/PLIST
Normal file
3
textproc/p5-Text-Quoted/pkg/PLIST
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/12/22 02:58:44 msf Exp $
|
||||
${P5SITE}/Text/Quoted.pm
|
||||
@man man/man3p/Text::Quoted.3p
|
Loading…
Reference in New Issue
Block a user