summaryrefslogtreecommitdiff
path: root/graphics/prag
diff options
context:
space:
mode:
authoritojun <itojun>2000-02-09 17:47:01 +0000
committeritojun <itojun>2000-02-09 17:47:01 +0000
commit33a03ebb1e718d809dd7e8bca5228192cb6030b9 (patch)
tree63ad115b53a743c282a15ffd58a83fc3f1de464d /graphics/prag
parent504b6b4a8d09334cc7200e04db0d26f66840f246 (diff)
downloadpkgsrc-33a03ebb1e718d809dd7e8bca5228192cb6030b9.tar.gz
comment out examples from manpage, as man(1) will not run pic.
Diffstat (limited to 'graphics/prag')
-rw-r--r--graphics/prag/Makefile5
-rw-r--r--graphics/prag/files/patch-sum3
-rw-r--r--graphics/prag/patches/patch-aa310
3 files changed, 316 insertions, 2 deletions
diff --git a/graphics/prag/Makefile b/graphics/prag/Makefile
index 876c5f254a0..333efd34b6f 100644
--- a/graphics/prag/Makefile
+++ b/graphics/prag/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/02/09 17:36:19 itojun Exp $
+# $NetBSD: Makefile,v 1.2 2000/02/09 17:47:01 itojun Exp $
DISTNAME= prag-1.0pl2
PKGNAME= prag-1.0.2
@@ -9,12 +9,13 @@ EXTRACT_SUFX= .shar
MAINTAINER= itojun@kame.net
WRKSRC= ${WRKDIR}/prag-1.0
+NO_BUILD= yes
do-extract:
${MKDIR} ${WRKDIR}
(cd ${WRKDIR}; ${SH} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
-do-patch:
+post-patch:
(cd ${WRKSRC}; ${MV} prag prag.orig)
(cd ${WRKSRC}; ${SED} -e "1s,/bin/nawk,${AWK}," < prag.orig >prag)
diff --git a/graphics/prag/files/patch-sum b/graphics/prag/files/patch-sum
new file mode 100644
index 00000000000..6413da7f350
--- /dev/null
+++ b/graphics/prag/files/patch-sum
@@ -0,0 +1,3 @@
+$NetBSD: patch-sum,v 1.1 2000/02/09 17:47:01 itojun Exp $
+
+MD5 (patch-aa) = 2dbc5107088a15b2806f045df9a5b304
diff --git a/graphics/prag/patches/patch-aa b/graphics/prag/patches/patch-aa
new file mode 100644
index 00000000000..b502c7ac744
--- /dev/null
+++ b/graphics/prag/patches/patch-aa
@@ -0,0 +1,310 @@
+$NetBSD: patch-aa,v 1.1 2000/02/09 17:47:02 itojun Exp $
+--- prag.1- Thu Feb 10 02:37:37 2000
++++ prag.1 Thu Feb 10 02:37:52 2000
+@@ -273,156 +273,156 @@
+ .B eqn
+ character or special character or sequence of characters can be used.
+ .RE
+-.SH EXAMPLES
+-.SS "Example 1
+-.RS
+-.Cs
+-.nf
+-.na
+-frame invis
+-pic { line from FRAME.sw to FRAME.se }
+-pic { line from FRAME.sw to FRAME.nw }
+-draw invis
+-0 \e&
+-2.9 NY
+-7.8 NJ
+-3.4 CA
+-1.8 MI
+-3.7 FL
+-.Ce
+-.RE
+-will produce:
+-.G1
+-.so ex01.prag
+-.G2
+-.SS "Example 2
+-.RS
+-.Cs
+-.nf
+-.na
+-wid 4
+-ht 3
+-grid dotted
+-label left "execution" "time / sec"
+-label bot "# of msgs"
+-range 0 0 5000 25
+-ticks left 0 5 10 15 20 25
+-ticks right 0 5 10 15 20 25
+-ticks top 0 1000 2000 3000 4000 5000
+-ticks bot 0 1000 2000 3000 4000 5000
+-new marked MSG "\es-2MSG\es+2" above
+-100 0.19 \e(*D
+-\&.\|.\|.
+-next TLITCP at 5000 20.09 \e(mu
+-3000 18.08 \e(mu
+-4000 19.12 \e(mu
+-.Ce
+-.RE
+-will produce:
+-.G1
+-.so ex02.prag
+-.G2
+-.SS "Example 3
+-.RS
+-.Cs
+-.nf
+-.na
+-grid dotted
+-draw marked
+-100 0.19
+-\&.\|.\|.
+-5000 3.69
+-new marked
+-0 0
+-400 0.45
+-\&.\|.\|.
+-5000 3.5
+-.Ce
+-.RE
+-will produce:
+-.G1
+-.so ex03.prag
+-.G2
+-.SS "Example 4
+-.RS
+-.Cs
+-.nf
+-.na
+-label left "execution time" "seconds"
+-label right "\e(ua message size"
+-label bot "messages sent"
+-range 0 0 10000 25
+-ticks left 0 5 10 15 20 25
+-ticks bot 0 1000 5000 10000
+-100 1.3
+-\&.\|.\|.
+-10000 24.6
+-.Ce
+-.RE
+-will produce:
+-.G1
+-.so ex04.prag
+-.G2
+-.SS "Example 5
+-.RS
+-.Cs
+-.nf
+-.na
+-label bot "time (in seconds)"
+-label left "memory" "available"
+-range 0 0 365 1800
+-ticks left 200 400 600 800 1000 1200 1400 1600
+-ticks bot 40 80 120 160 200 240 280 320 360
+-new
+-0 141
+-\&.\|.\|.
+-365 1309
+-new dashed
+-nospline
+-0 12
+-150 247
+-\&.\|.\|.
+-new dashed
+-nospline
+-210 824
+-360 1508
+-.Ce
+-.RE
+-will produce:
+-.G1
+-.so ex05.prag
+-.G2
+-.SS "Example 6
+-.RS
+-.Cs
+-.nf
+-.na
+-draw invis
+-1896 54.2
+-1900 49.4
+-\&.\|.\|.
+-1988 43.8
+-.Ce
+-.RE
+-will produce:
+-.G1
+-.so ex06.prag
+-.G2
+-.SS "Example 6
+-.RS
+-.Cs
+-.nf
+-.na
+-40 72
+-45 76
+-\&.\|.\|.
+-65 79
+-.Ce
+-.RE
+-will produce:
+-.G1
+-.so ex07.prag
+-.G2
++.\".SH EXAMPLES
++.\".SS "Example 1
++.\".RS
++.\".Cs
++.\".nf
++.\".na
++.\"frame invis
++.\"pic { line from FRAME.sw to FRAME.se }
++.\"pic { line from FRAME.sw to FRAME.nw }
++.\"draw invis
++.\"0 \e&
++.\"2.9 NY
++.\"7.8 NJ
++.\"3.4 CA
++.\"1.8 MI
++.\"3.7 FL
++.\".Ce
++.\".RE
++.\"will produce:
++.\".G1
++.\".so ex01.prag
++.\".G2
++.\".SS "Example 2
++.\".RS
++.\".Cs
++.\".nf
++.\".na
++.\"wid 4
++.\"ht 3
++.\"grid dotted
++.\"label left "execution" "time / sec"
++.\"label bot "# of msgs"
++.\"range 0 0 5000 25
++.\"ticks left 0 5 10 15 20 25
++.\"ticks right 0 5 10 15 20 25
++.\"ticks top 0 1000 2000 3000 4000 5000
++.\"ticks bot 0 1000 2000 3000 4000 5000
++.\"new marked MSG "\es-2MSG\es+2" above
++.\"100 0.19 \e(*D
++.\"\&.\|.\|.
++.\"next TLITCP at 5000 20.09 \e(mu
++.\"3000 18.08 \e(mu
++.\"4000 19.12 \e(mu
++.\".Ce
++.\".RE
++.\"will produce:
++.\".G1
++.\".so ex02.prag
++.\".G2
++.\".SS "Example 3
++.\".RS
++.\".Cs
++.\".nf
++.\".na
++.\"grid dotted
++.\"draw marked
++.\"100 0.19
++.\"\&.\|.\|.
++.\"5000 3.69
++.\"new marked
++.\"0 0
++.\"400 0.45
++.\"\&.\|.\|.
++.\"5000 3.5
++.\".Ce
++.\".RE
++.\"will produce:
++.\".G1
++.\".so ex03.prag
++.\".G2
++.\".SS "Example 4
++.\".RS
++.\".Cs
++.\".nf
++.\".na
++.\"label left "execution time" "seconds"
++.\"label right "\e(ua message size"
++.\"label bot "messages sent"
++.\"range 0 0 10000 25
++.\"ticks left 0 5 10 15 20 25
++.\"ticks bot 0 1000 5000 10000
++.\"100 1.3
++.\"\&.\|.\|.
++.\"10000 24.6
++.\".Ce
++.\".RE
++.\"will produce:
++.\".G1
++.\".so ex04.prag
++.\".G2
++.\".SS "Example 5
++.\".RS
++.\".Cs
++.\".nf
++.\".na
++.\"label bot "time (in seconds)"
++.\"label left "memory" "available"
++.\"range 0 0 365 1800
++.\"ticks left 200 400 600 800 1000 1200 1400 1600
++.\"ticks bot 40 80 120 160 200 240 280 320 360
++.\"new
++.\"0 141
++.\"\&.\|.\|.
++.\"365 1309
++.\"new dashed
++.\"nospline
++.\"0 12
++.\"150 247
++.\"\&.\|.\|.
++.\"new dashed
++.\"nospline
++.\"210 824
++.\"360 1508
++.\".Ce
++.\".RE
++.\"will produce:
++.\".G1
++.\".so ex05.prag
++.\".G2
++.\".SS "Example 6
++.\".RS
++.\".Cs
++.\".nf
++.\".na
++.\"draw invis
++.\"1896 54.2
++.\"1900 49.4
++.\"\&.\|.\|.
++.\"1988 43.8
++.\".Ce
++.\".RE
++.\"will produce:
++.\".G1
++.\".so ex06.prag
++.\".G2
++.\".SS "Example 6
++.\".RS
++.\".Cs
++.\".nf
++.\".na
++.\"40 72
++.\"45 76
++.\"\&.\|.\|.
++.\"65 79
++.\".Ce
++.\".RE
++.\"will produce:
++.\".G1
++.\".so ex07.prag
++.\".G2
+ .SH "SEE ALSO"
+ AT&T Bell Laboratories, Computing Science Technical Report No.\ 116,
+ GRAP \- A Graphics Language for Typesetting.