prag, a preprocessor for pic
This commit is contained in:
parent
a8785be70a
commit
f5ea42c1f7
5 changed files with 48 additions and 0 deletions
25
graphics/prag/Makefile
Normal file
25
graphics/prag/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2000/02/09 17:36:19 itojun Exp $
|
||||
|
||||
DISTNAME= prag-1.0pl2
|
||||
PKGNAME= prag-1.0.2
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://www.kohala.com/start/troff/
|
||||
EXTRACT_SUFX= .shar
|
||||
|
||||
MAINTAINER= itojun@kame.net
|
||||
|
||||
WRKSRC= ${WRKDIR}/prag-1.0
|
||||
|
||||
do-extract:
|
||||
${MKDIR} ${WRKDIR}
|
||||
(cd ${WRKDIR}; ${SH} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
|
||||
|
||||
do-patch:
|
||||
(cd ${WRKSRC}; ${MV} prag prag.orig)
|
||||
(cd ${WRKSRC}; ${SED} -e "1s,/bin/nawk,${AWK}," < prag.orig >prag)
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/prag ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/prag.1 ${PREFIX}/man/man1
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
graphics/prag/files/md5
Normal file
3
graphics/prag/files/md5
Normal file
|
@ -0,0 +1,3 @@
|
|||
$NetBSD: md5,v 1.1.1.1 2000/02/09 17:36:20 itojun Exp $
|
||||
|
||||
MD5 (prag-1.0pl2.shar) = d589f403fe292e205c4d806116d5c374
|
1
graphics/prag/pkg/COMMENT
Normal file
1
graphics/prag/pkg/COMMENT
Normal file
|
@ -0,0 +1 @@
|
|||
replacement to "grap" graph generator backend to pic
|
17
graphics/prag/pkg/DESCR
Normal file
17
graphics/prag/pkg/DESCR
Normal file
|
@ -0,0 +1,17 @@
|
|||
Prag is a simple grap(DWB) replacement. It implements an extended
|
||||
subset of grap(DWB)'s input language (sorry:). You can draw several
|
||||
graphs within one diagram, label it, set tick marks, use a grid, etc.
|
||||
|
||||
It is written in nawk(1) and you get the whole source code. It's
|
||||
available via anonymous ftp service from
|
||||
|
||||
ftp.informatik.uni-rostock.de:/pub/local/software
|
||||
|
||||
Bug reports or suggested improvements should go to
|
||||
|
||||
hme@informatik.uni-rostock.de
|
||||
|
||||
Aside some simple examples you got a rudimentary manual page.
|
||||
Nevertheless the source is the best documentation.
|
||||
|
||||
Holger Meyer
|
2
graphics/prag/pkg/PLIST
Normal file
2
graphics/prag/pkg/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
bin/prag
|
||||
man/man1/prag.1
|
Loading…
Reference in a new issue