- update p5-Text-Reform to 1.20
- add examples - regen PLIST ok Sam Smith (MAINTAINER)
This commit is contained in:
parent
819967abb7
commit
fbaa4b86c2
@ -1,10 +1,9 @@
|
|||||||
# $OpenBSD: Makefile,v 1.10 2010/12/03 11:46:49 ajacoutot Exp $
|
# $OpenBSD: Makefile,v 1.11 2011/01/01 12:57:23 benoit Exp $
|
||||||
|
|
||||||
COMMENT= perl module to formating plaintext
|
COMMENT= perl module to formating plaintext
|
||||||
|
|
||||||
MODULES= cpan
|
MODULES= cpan
|
||||||
DISTNAME= Text-Reform-1.11
|
DISTNAME= Text-Reform-1.20
|
||||||
REVISION= 1
|
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
USE_GROFF = Yes
|
USE_GROFF = Yes
|
||||||
|
|
||||||
@ -16,4 +15,10 @@ PERMIT_PACKAGE_FTP= Yes
|
|||||||
PERMIT_DISTFILES_CDROM= Yes
|
PERMIT_DISTFILES_CDROM= Yes
|
||||||
PERMIT_DISTFILES_FTP= Yes
|
PERMIT_DISTFILES_FTP= Yes
|
||||||
|
|
||||||
|
DEMOS_DIR = ${PREFIX}/share/examples/p5-Text-Reform
|
||||||
|
|
||||||
|
post-install:
|
||||||
|
${INSTALL_DATA_DIR} ${DEMOS_DIR}
|
||||||
|
@cd ${WRKSRC}/demo/ && pax -rw . ${DEMOS_DIR}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
MD5 (Text-Reform-1.11.tar.gz) = GGRrn+49Ld7NrN4dkhDYPQ==
|
MD5 (Text-Reform-1.20.tar.gz) = 839YNPPcIh6s0Jvfz+QJGA==
|
||||||
RMD160 (Text-Reform-1.11.tar.gz) = +jB2BFsgZ8NzN4DYhmDF1W3tOdI=
|
RMD160 (Text-Reform-1.20.tar.gz) = xL/UXNoyLmlwKDThn7cIGaDqGzk=
|
||||||
SHA1 (Text-Reform-1.11.tar.gz) = I1xoKI4IBFRPs6Y+eYfCLbBerEE=
|
SHA1 (Text-Reform-1.20.tar.gz) = r5acfe2wmK2vgO++hvN95NNExbg=
|
||||||
SHA256 (Text-Reform-1.11.tar.gz) = cVH5rwDO7rOJPUPY0lmQR0ugfenOJ5C5DZ0dsKjFwXQ=
|
SHA256 (Text-Reform-1.20.tar.gz) = qHkt2MGqyXABAyM3s2o1a+luLXTE8DnvmjY7ZB20rmE=
|
||||||
SIZE (Text-Reform-1.11.tar.gz) = 20902
|
SIZE (Text-Reform-1.20.tar.gz) = 29521
|
||||||
|
@ -1,9 +1,19 @@
|
|||||||
@comment $OpenBSD: PLIST,v 1.3 2004/09/15 18:44:05 espie Exp $
|
@comment $OpenBSD: PLIST,v 1.4 2011/01/01 12:57:26 benoit Exp $
|
||||||
${P5SITE}/Text/
|
${P5SITE}/Text/
|
||||||
${P5SITE}/Text/Reform.pm
|
${P5SITE}/Text/Reform.pm
|
||||||
${P5SITE}/Text/demo.pl
|
|
||||||
${P5SITE}/Text/demo_columns.pl
|
|
||||||
${P5SITE}/Text/demo_filler.pl
|
|
||||||
${P5SITE}/Text/demo_table.pl
|
|
||||||
${P5SITE}/Text/demo_ws.pl
|
|
||||||
@man man/man3p/Text::Reform.3p
|
@man man/man3p/Text::Reform.3p
|
||||||
|
share/examples/p5-Text-Reform/
|
||||||
|
share/examples/p5-Text-Reform/demo.pl
|
||||||
|
share/examples/p5-Text-Reform/demo_badheader.pl
|
||||||
|
share/examples/p5-Text-Reform/demo_cols.pl
|
||||||
|
share/examples/p5-Text-Reform/demo_columns.pl
|
||||||
|
share/examples/p5-Text-Reform/demo_filler.pl
|
||||||
|
share/examples/p5-Text-Reform/demo_footer.pl
|
||||||
|
share/examples/p5-Text-Reform/demo_leader1.pl
|
||||||
|
share/examples/p5-Text-Reform/demo_locale.pl
|
||||||
|
share/examples/p5-Text-Reform/demo_reentrant.pl
|
||||||
|
share/examples/p5-Text-Reform/demo_simple.pl
|
||||||
|
share/examples/p5-Text-Reform/demo_single.pl
|
||||||
|
share/examples/p5-Text-Reform/demo_table.pl
|
||||||
|
share/examples/p5-Text-Reform/demo_warnings.pl
|
||||||
|
share/examples/p5-Text-Reform/demo_ws.pl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user