Add cost, a structure-controlled SGML/XML application programming tool.
PR: 18855 Submitted by: Allan Bowhill <bowhill@bowhill.vservers.com>
This commit is contained in:
parent
b0f84b2bf4
commit
27c85675a7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29493
6 changed files with 68 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
SUBDIR += cocoon
|
||||
SUBDIR += code2html
|
||||
SUBDIR += cole
|
||||
SUBDIR += cost
|
||||
SUBDIR += de-ispell
|
||||
SUBDIR += dealt-ispell
|
||||
SUBDIR += deneu-ispell
|
||||
|
|
39
textproc/cost/Makefile
Normal file
39
textproc/cost/Makefile
Normal file
|
@ -0,0 +1,39 @@
|
|||
# New ports collection makefile for: costsh
|
||||
# Date created: May 22, 2000
|
||||
# Whom: Allan Bowhill <kosmos@blarg.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= cost
|
||||
PORTVERSION= 2.2p1
|
||||
CATEGORIES= textproc tk82
|
||||
MASTER_SITES= http://www.flightlab.com/~joe/cost/ \
|
||||
ftp://bowhill.vservers.com/pub/
|
||||
|
||||
MAINTAINER= kosmos@blarg.net
|
||||
|
||||
LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82
|
||||
BUILD_DEPENDS= ${WRKDIRPREFIXPORTSDIR}/lang/tcl82/work/tcl-8.2.3/src:${PORTSDIR}/lang/tcl82:patch
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
||||
HAS_CONFIGURE= YES
|
||||
CONFIGURE_ARGS= --with-tcl=${PREFIX}/lib/tcl8.2 \
|
||||
--with-docdir=${PREFIX}/share/doc/cost --with-charmaps
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/lib/cost2.2
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME}/lib/*.tcl ${PREFIX}/lib/cost2.2
|
||||
${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/lib/*.spec ${PREFIX}/lib/cost2.2
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME}/lib/*.itcl ${PREFIX}/lib/cost2.2
|
||||
${INSTALL_DATA} ${WRKSRC}/libcost2.2.so ${PREFIX}/lib/cost2.2
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/costsh ${PREFIX}/bin/costsh
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${ECHO} "===> Installing Cost documentation"
|
||||
@${MKDIR} ${PREFIX}/share/doc/cost && ${CHMOD} a+rx ${PREFIX}/share/doc/cost
|
||||
@cd ${WRKDIR}/${DISTNAME}/doc; && ${INSTALL_MAN} manual.html manual.ps rtflib.html simple.html \
|
||||
${PREFIX}/share/doc/cost
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
textproc/cost/distinfo
Normal file
1
textproc/cost/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (cost-2.2p1.tar.gz) = 8249c0558e7df158245a9b0f1f40bebe
|
1
textproc/cost/pkg-comment
Normal file
1
textproc/cost/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
SGML/XML application programming tool
|
5
textproc/cost/pkg-descr
Normal file
5
textproc/cost/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Cost is a structure-controlled SGML/XML application programming tool.
|
||||
It is implemented as a Tcl extension, and works in conjunction
|
||||
with James Clark's nsgmls, sgmls, and/or expat parsers.
|
||||
|
||||
WWW: http://www.flightlab.com/cost/
|
21
textproc/cost/pkg-plist
Normal file
21
textproc/cost/pkg-plist
Normal file
|
@ -0,0 +1,21 @@
|
|||
bin/costsh
|
||||
lib/cost2.2/libcost2.2.so
|
||||
lib/cost2.2/Core.tcl
|
||||
lib/cost2.2/Counters.tcl
|
||||
lib/cost2.2/Numerals.tcl
|
||||
lib/cost2.2/Simple.tcl
|
||||
lib/cost2.2/auxfile.tcl
|
||||
lib/cost2.2/costinit.tcl
|
||||
lib/cost2.2/htmllib.tcl
|
||||
lib/cost2.2/pkgIndex.tcl
|
||||
lib/cost2.2/rtflib.tcl
|
||||
lib/cost2.2/textutil.tcl
|
||||
lib/cost2.2/winhelp-stylesheet.tcl
|
||||
lib/cost2.2/RTF.spec
|
||||
lib/cost2.2/EventHandler.itcl
|
||||
share/doc/cost/manual.html
|
||||
share/doc/cost/manual.ps
|
||||
share/doc/cost/rtflib.html
|
||||
share/doc/cost/simple.html
|
||||
@dirrm share/doc/cost
|
||||
@dirrm lib/cost2.2
|
Loading…
Reference in a new issue