mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
add roap 0.1.2
Region Oriented Ascii Processor
This commit is contained in:
parent
7a289c7fbc
commit
ae7ca7fd2c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57714
@ -233,6 +233,7 @@
|
||||
SUBDIR += replaceit
|
||||
SUBDIR += resume
|
||||
SUBDIR += rman
|
||||
SUBDIR += roap
|
||||
SUBDIR += rot
|
||||
SUBDIR += rotix
|
||||
SUBDIR += rtf2htm
|
||||
|
39
textproc/roap/Makefile
Normal file
39
textproc/roap/Makefile
Normal file
@ -0,0 +1,39 @@
|
||||
# ex:ts=8
|
||||
# Ports collection Makefile for: roap
|
||||
# Date created: Apr 15, 2002
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= roap
|
||||
PORTVERSION= 0.1.2
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
USE_PYTHON= yes
|
||||
|
||||
SETUP_CMD= cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
DOCS= README README.ja USAGE USAGE.ja
|
||||
|
||||
do-build:
|
||||
@${SETUP_CMD} build
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/roap ${PREFIX}/bin
|
||||
@${SETUP_CMD} install
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for file in ${DOCS}
|
||||
${CP} ${WRKSRC}/${file} ${DOCSDIR}
|
||||
.endfor
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
${CP} -R ${WRKSRC}/examples/ ${EXAMPLESDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
textproc/roap/distinfo
Normal file
1
textproc/roap/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (roap_0.1.2.tar.gz) = 9b2e074e554ffac5a04039bf121d7929
|
1
textproc/roap/pkg-comment
Normal file
1
textproc/roap/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Region Oriented Ascii Processor
|
4
textproc/roap/pkg-descr
Normal file
4
textproc/roap/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Roap scans a text file, extracts regions that matches specified patterns
|
||||
from it, and processes them with specified executables sequentially. Each
|
||||
executable reads the region as the stdin, and whole their stdouts are
|
||||
written out as the stdout of Roap.
|
27
textproc/roap/pkg-plist
Normal file
27
textproc/roap/pkg-plist
Normal file
@ -0,0 +1,27 @@
|
||||
bin/roap
|
||||
lib/%%PYTHON_VERSION%%/site-packages/roaplib/__init__.py
|
||||
lib/%%PYTHON_VERSION%%/site-packages/roaplib/__init__.pyc
|
||||
lib/%%PYTHON_VERSION%%/site-packages/roaplib/datasource.py
|
||||
lib/%%PYTHON_VERSION%%/site-packages/roaplib/datasource.pyc
|
||||
lib/%%PYTHON_VERSION%%/site-packages/roaplib/generate.py
|
||||
lib/%%PYTHON_VERSION%%/site-packages/roaplib/generate.pyc
|
||||
lib/%%PYTHON_VERSION%%/site-packages/roaplib/matchobject.py
|
||||
lib/%%PYTHON_VERSION%%/site-packages/roaplib/matchobject.pyc
|
||||
lib/%%PYTHON_VERSION%%/site-packages/roaplib/roapxml.py
|
||||
lib/%%PYTHON_VERSION%%/site-packages/roaplib/roapxml.pyc
|
||||
@dirrm lib/%%PYTHON_VERSION%%/site-packages/roaplib
|
||||
%%PORTDOCS%%share/doc/roap/README
|
||||
%%PORTDOCS%%share/doc/roap/README.ja
|
||||
%%PORTDOCS%%share/doc/roap/USAGE
|
||||
%%PORTDOCS%%share/doc/roap/USAGE.ja
|
||||
%%PORTDOCS%%@dirrm share/doc/roap
|
||||
%%PORTDOCS%%share/examples/roap/a2h.py
|
||||
%%PORTDOCS%%share/examples/roap/a2h.xml
|
||||
%%PORTDOCS%%share/examples/roap/cat.xml
|
||||
%%PORTDOCS%%share/examples/roap/deflist.py
|
||||
%%PORTDOCS%%share/examples/roap/header.py
|
||||
%%PORTDOCS%%share/examples/roap/list.py
|
||||
%%PORTDOCS%%share/examples/roap/paragraph.py
|
||||
%%PORTDOCS%%share/examples/roap/preformat.py
|
||||
%%PORTDOCS%%share/examples/roap/title.py
|
||||
%%PORTDOCS%%@dirrm share/examples/roap
|
Loading…
Reference in New Issue
Block a user