MESSAGE -> README

This commit is contained in:
ajacoutot 2012-11-23 07:47:48 +00:00
parent 08b68fbd9e
commit 0ffd576800
3 changed files with 22 additions and 12 deletions

View File

@ -1,19 +1,15 @@
# $OpenBSD: Makefile,v 1.38 2012/08/23 16:02:37 sthen Exp $
# $OpenBSD: Makefile,v 1.39 2012/11/23 07:47:48 ajacoutot Exp $
SHARED_ONLY= Yes
COMMENT= perl interface to the libxml2 library
DISTNAME= XML-LibXML-1.69
REVISION= 1
EPOCH= 0
CATEGORIES= textproc
USE_GROFF = Yes
LIB_DEPENDS= textproc/libxml
RUN_DEPENDS= textproc/p5-LibXML-Common \
textproc/p5-XML-SAX
BUILD_DEPENDS= ${RUN_DEPENDS}
REVISION= 2
CATEGORIES= textproc
# GPL/Artistic
PERMIT_PACKAGE_CDROM= Yes
@ -21,9 +17,16 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += c m z xml2>=6
WANTLIB += m xml2 z
MODULES= cpan \
converters/libiconv
MODULES= converters/libiconv \
cpan
USE_GROFF = Yes
LIB_DEPENDS= textproc/libxml
RUN_DEPENDS= textproc/p5-LibXML-Common \
textproc/p5-XML-SAX
BUILD_DEPENDS= ${RUN_DEPENDS}
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.17 2008/12/08 15:18:20 simon Exp $
@comment $OpenBSD: PLIST,v 1.18 2012/11/23 07:47:48 ajacoutot Exp $
${P5ARCH}/XML/LibXML.pm
${P5ARCH}/XML/LibXML.pod
${P5ARCH}/XML/LibXML/Attr.pod
@ -70,3 +70,4 @@ ${P5ARCH}/auto/XML/LibXML/LibXML.so
@man man/man3p/XML::LibXML::Text.3p
@man man/man3p/XML::LibXML::XPathContext.3p
@man man/man3p/XML::LibXML::XPathExpression.3p
share/doc/pkg-readmes/${FULLPKGNAME}

View File

@ -1,3 +1,9 @@
$OpenBSD: README,v 1.1 2012/11/23 07:47:48 ajacoutot Exp $
+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
+-----------------------------------------------------------------------
In order to use the Parser by XML::LibXML, you may need to add the
following lines :