mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
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:
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
|
@ -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
|
||||||
|
|
31
textproc/p5-SGMLSpm/Makefile
Normal file
31
textproc/p5-SGMLSpm/Makefile
Normal 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>
|
3
textproc/p5-SGMLSpm/distinfo
Normal file
3
textproc/p5-SGMLSpm/distinfo
Normal 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
|
11
textproc/p5-SGMLSpm/files/patch-Makefile
Normal file
11
textproc/p5-SGMLSpm/files/patch-Makefile
Normal 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 \
|
4
textproc/p5-SGMLSpm/pkg-descr
Normal file
4
textproc/p5-SGMLSpm/pkg-descr
Normal 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
|
7
textproc/p5-SGMLSpm/pkg-plist
Normal file
7
textproc/p5-SGMLSpm/pkg-plist
Normal 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
|
Loading…
Add table
Reference in a new issue