Add p5-SGMLSpm 1.03, perl module for postprocessing the output from

sgmls and nsgmls.

PR:		ports/66246
Submitted by:	Brian Candler <B.Candler@pobox.com>
This commit is contained in:
Sam Lawrance 2005-11-10 02:49:33 +00:00
parent 93b6037bf7
commit ae45b6d237
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=147776
6 changed files with 57 additions and 0 deletions

View file

@ -368,6 +368,7 @@
SUBDIR += p5-Regexp-Common SUBDIR += p5-Regexp-Common
SUBDIR += p5-Regexp-Log SUBDIR += p5-Regexp-Log
SUBDIR += p5-Regexp-Log-Common SUBDIR += p5-Regexp-Log-Common
SUBDIR += p5-SGMLSpm
SUBDIR += p5-SVG SUBDIR += p5-SVG
SUBDIR += p5-Search-Saryer SUBDIR += p5-Search-Saryer
SUBDIR += p5-Search-VectorSpace SUBDIR += p5-Search-VectorSpace

View file

@ -0,0 +1,31 @@
# New ports collection makefile for: SGMLSpm
# Date created: 4 May 2004
# Whom: Brian Candler <B.Candler@pobox.com>
#
# $FreeBSD$
#
PORTNAME= SGMLSpm
PORTVERSION= 1.03
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= SGMLS
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION}ii
MAINTAINER= B.Candler@pobox.com
COMMENT= Perl module for postprocessing the output from sgmls and nsgmls
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
pre-install:
${MKDIR} ${DOCSDIR} ${EXAMPLESDIR}
INSTALL_TARGET= install PERL5DIR=${SITE_PERL} SPECDIR=${EXAMPLESDIR}
.ifndef(NOPORTDOCS)
PORTDOCS= *
INSTALL_TARGET+=docs install_html HTMLDIR=${DOCSDIR}
.endif
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (SGMLSpm-1.03ii.tar.gz) = 5bcb197fd42e67d51c739b1414d514a7
SHA256 (SGMLSpm-1.03ii.tar.gz) = f06895c0206dada9f9e7f07ecaeb6a3651fd648f4820f49c1f76bfeaec2f2913
SIZE (SGMLSpm-1.03ii.tar.gz) = 93250

View file

@ -0,0 +1,11 @@
--- Makefile.orig Tue May 4 10:39:40 2004
+++ Makefile Tue May 4 10:39:57 2004
@@ -36,7 +36,7 @@
# End of user options.
#
-HTML_SOURCES = DOC/HTML/SGMLSpm/ DOC/HTML/sgmlspl/
+HTML_SOURCES = DOC/HTML/SGMLSpm DOC/HTML/sgmlspl
FILES = ${BINDIR}/sgmlspl \
${PERL5DIR}/SGMLS.pm \

View file

@ -0,0 +1,4 @@
This distribution contains SGMLS.pm, a perl5 class library for parsing
the output from James Clark's SGMLS and NSGMLS parsers.
WWW: http://search.cpan.org/search?dist=SGMLSpm

View file

@ -0,0 +1,7 @@
bin/sgmlspl
%%SITE_PERL%%/SGMLS.pm
%%SITE_PERL%%/SGMLS/Output.pm
%%SITE_PERL%%/SGMLS/Refs.pm
%%EXAMPLESDIR%%/SGMLSpm/skel.pl
@dirrm %%SITE_PERL%%/SGMLS
@dirrm %%EXAMPLESDIR%%/SGMLSpm