View | Details | Raw Unified | Return to bug 63639
Collapse All | Expand All

(-)/usr/home/noackjr/enscript-letter/Makefile (-4 / +9 lines)
Lines 6-26 Link Here
6
#
6
#
7
7
8
PORTNAME=	enscript-${PAPERSIZE}
8
PORTNAME=	enscript-${PAPERSIZE}
9
PORTVERSION=	1.6.1
9
PORTVERSION=	1.6.4
10
PORTREVISION=	2
11
CATEGORIES+=	print
10
CATEGORIES+=	print
12
MASTER_SITES=	${MASTER_SITE_GNU}
11
MASTER_SITES=	${MASTER_SITE_GNU}
13
MASTER_SITE_SUBDIR=	enscript
12
#MASTER_SITE_SUBDIR=	enscript
13
MASTER_SITES=	http://people.ssh.com/mtr/genscript/
14
DISTNAME=	enscript-${PORTVERSION}
14
DISTNAME=	enscript-${PORTVERSION}
15
15
16
MAINTAINER=	kline@thought.org
16
MAINTAINER=	kline@thought.org
17
COMMENT=	ASCII-to-PostScript filter
17
COMMENT=	ASCII-to-PostScript filter
18
18
19
# Work around configure issue
20
CC=
21
19
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
20
USE_GMAKE=	yes
23
USE_GMAKE=	yes
21
CONFIGURE_ARGS=	--disable-nls --with-media=${PS}
24
CONFIGURE_ARGS=	--disable-nls --with-media=${PS}
25
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
22
MAKE_FLAGS=	WIDTH=${WIDTH} HEIGHT=${HEIGHT} A4_PAPERSIZE=${A4_PAPERSIZE} -f
26
MAKE_FLAGS=	WIDTH=${WIDTH} HEIGHT=${HEIGHT} A4_PAPERSIZE=${A4_PAPERSIZE} -f
23
27
28
INFO=		enscript
24
MAN1=		diffpp.1 enscript.1 sliceprint.1 states.1
29
MAN1=		diffpp.1 enscript.1 sliceprint.1 states.1
25
STRIP=
30
STRIP=
26
31
Lines 28-34 Link Here
28
#LDFLAGS+=-static
33
#LDFLAGS+=-static
29
34
30
PAPERSIZE?=	letter
35
PAPERSIZE?=	letter
31
PS!=		echo ${PAPERSIZE} | tr l L | tr a A
36
PS!=		${ECHO} ${PAPERSIZE} | tr l L | tr a A
32
37
33
.if ${PAPERSIZE} == a4
38
.if ${PAPERSIZE} == a4
34
WIDTH=8.27
39
WIDTH=8.27
(-)/usr/home/noackjr/enscript-letter/distinfo (-1 / +2 lines)
Line 1 Link Here
1
MD5 (enscript-1.6.1.tar.gz) = 5ebcd29011806fb038b088a6adbda8b2
1
MD5 (enscript-1.6.4.tar.gz) = b5174b59e4a050fb462af5dbf28ebba3
2
SIZE (enscript-1.6.4.tar.gz) = 1036734
(-)/usr/home/noackjr/enscript-letter/files/patch-Makefile.in (+15 lines)
Line 0 Link Here
1
--- states/hl/Makefile.in.orig	Wed Mar  5 01:40:07 2003
2
+++ states/hl/Makefile.in	Tue Mar  2 06:33:27 2004
3
@@ -186,9 +186,9 @@
4
 diffs.st diffu.st elisp.st fortran.st fortran_pp.st haskell.st html.st	\
5
 idl.st inf.st java.st javascript.st ksh.st m4.st mail.st makefile.st	\
6
 matlab.st nroff.st objc.st outline.st pascal.st passthrough.st perl.st	\
7
-postscript.st python.st pyrex.st rfc.st scheme.st sh.st skill.st	\
8
-sql.st states.st synopsys.st tcl.st tcsh.st tex.st vba.st verilog.st	\
9
-vhdl.st vrml.st wmlscript.st zsh.st
10
+postscript.st python.st pyrex.st rfc.st ruby.st scheme.st sh.st		\
11
+skill.st sql.st states.st synopsys.st tcl.st tcsh.st tex.st vba.st	\
12
+verilog.st vhdl.st vrml.st wmlscript.st zsh.st
13
 
14
 
15
 states = $(misc) $(styles) $(languages) $(highlightings)
(-)/usr/home/noackjr/enscript-letter/files/patch-enscript.st (-239 / +19 lines)
Lines 1-239 Link Here
1
*** states/enscript.st.bak	Mon Feb  5 14:38:08 2001
1
--- states/hl/enscript.st.orig	Wed Mar  5 02:31:31 2003
2
--- states/enscript.st	Wed Feb  7 08:51:50 2001
2
+++ states/hl/enscript.st	Tue Mar  2 06:09:12 2004
3
***************
3
@@ -489,6 +489,7 @@
4
*** 1285,1290 ****
4
   /\.idl$/					idl;
5
--- 1285,1291 ----
5
   /\.(hs|lhs|gs|lgs)$/				haskell;
6
    /\.idl$/				idl;
6
   /\.(pm|pl)$/					perl;
7
    /\.(hs|lhs|gs|lgs)$/			haskell;
7
+  /\.(rb|rbw)$/					ruby;
8
    /\.(pm|pl)$/				perl;
8
   /\.(eps|EPS|ps|PS)$/				postscript;
9
+   /\.(rb|rbw)$/				ruby;
9
   /\.py$/					python;
10
    /\.(eps|EPS|ps|PS)$/			postscript;
10
   /\.pyx$/					pyrex;
11
    /\.py$/				python;
11
@@ -530,6 +531,8 @@
12
    /\.js$/				javascript;
12
   /-\*- [Ii][Dd][Ll] -\*-/				idl;
13
***************
13
   /-\*- [Pp][Ee][Rr][Ll] -\*-/				perl;
14
*** 1313,1318 ****
14
   /^#![ \t]*\/.*\/perl/					perl;
15
--- 1314,1321 ----
15
+  /-\*- [Rr][Uu][Bb][Yy] -\*-/				ruby;
16
    /-\*- [Ii][Dd][Ll] -\*-/				idl;
16
+  /^#![ \t]*\/.*\/(env )?ruby/				ruby;
17
    /-\*- [Pp][Ee][Rr][Ll] -\*-/				perl;
17
   /^From:/						mail;
18
    /^#![ \t]*\/.*\/perl/					perl;
18
   /^#![ \t]*(\/usr)?\/bin\/[ngmt]?awk/			awk;
19
+   /-\*- [Rr][Uu][Bb][Yy] -\*-/                          ruby;
19
   /^#![ \t]*(\/usr)?\/bin\/sh/				sh;
20
+   /^#![ \t]*\/.*\/(env )?ruby/                                 ruby;
21
    /^\04?%!/						postscript;
22
    /^From:/						mail;
23
    /^#![ \t]*(\/usr)?\/bin\/[ngmt]?awk/			awk;
24
***************
25
*** 4530,4535 ****
26
--- 4533,4745 ----
27
  
28
  }
29
  
30
+ 
31
+ /**
32
+  * Name: ruby
33
+  * Description: Ruby programming language.
34
+  * Author: Mike Wilson <m.v.wilson@home.com>
35
+  */
36
+ 
37
+ state ruby_comment
38
+ {
39
+   /\*\\\// {
40
+     language_print ($0);
41
+     return;
42
+   }
43
+   LANGUAGE_SPECIALS {
44
+    language_print ($0);
45
+   }
46
+ }
47
+ 
48
+ state ruby_dquot_string
49
+ {
50
+   /\\\\./ {
51
+     language_print ($0);
52
+   }
53
+   /\"/ {
54
+     language_print ($0);
55
+     return;
56
+   }
57
+   LANGUAGE_SPECIALS {
58
+     language_print ($0);
59
+   }
60
+ }
61
+ 
62
+ state ruby_quot_string
63
+ {
64
+   /\\\\./ {
65
+     language_print ($0);
66
+   }
67
+   /[\']/ {
68
+     language_print ($0);
69
+     return;
70
+   }
71
+   LANGUAGE_SPECIALS {
72
+     language_print ($0);
73
+   }
74
+ }
75
+ 
76
+ state ruby_bquot_string
77
+ {
78
+   /\\\\./ {
79
+     language_print ($0);
80
+   }
81
+   /`/ {
82
+     language_print ($0);
83
+     return;
84
+   }
85
+   LANGUAGE_SPECIALS {
86
+     language_print ($0);
87
+   }
88
+ }
89
+ 
90
+ state ruby
91
+ {
92
+   BEGIN {
93
+     header ();
94
+   }
95
+   END {
96
+     trailer ();
97
+   }
98
+ 
99
+   /* Comments. */
100
+   /#[^{].*$/ {
101
+     comment_face (true);
102
+     language_print ($0);
103
+     comment_face (false);
104
+   }
105
+ 
106
+   /* Ignore escaped quote marks */
107
+   /\\\"/ {
108
+     language_print ($0);
109
+   }
110
+   /\\\'/ {
111
+     language_print ($0);
112
+   }
113
+   /\\\`/ {
114
+     language_print ($0);
115
+   }
116
+ 
117
+   /* In cgi files, JavaScript might be imbedded, so we need to look out
118
+    * for the JavaScript comments, because they might contain something
119
+    * we don't like, like a contraction (don't, won't, etc.)
120
+    * We won't put them in comment face, because they are not ruby
121
+    * comments.
122
+    */
123
+   /\/\// {
124
+     language_print ($0);
125
+     call (eat_one_line);
126
+   }
127
+ 
128
+   /* String constants. */
129
+   /\"/ {
130
+     string_face (true);
131
+     language_print ($0);
132
+     call (ruby_dquot_string);
133
+     string_face (false);
134
+   }
135
+   /[\']/ {
136
+     string_face (true);
137
+     language_print ($0);
138
+     call (ruby_quot_string);
139
+     string_face (false);
140
+   }
141
+ 
142
+   /* Backquoted command string */
143
+   /`/ {
144
+     string_face (true);
145
+     language_print ($0);
146
+     call (ruby_bquot_string);
147
+     string_face (false);
148
+   }
149
+ 
150
+   /* Variables globals and instance */
151
+   /[$@]\w+/ {
152
+     variable_name_face (true);
153
+     language_print ($0);
154
+     variable_name_face (false);
155
+   }
156
+ 
157
+   /* Variables class variable */
158
+   /@@\w+/ {
159
+     variable_name_face (true);
160
+     language_print ($0);
161
+     variable_name_face (false);
162
+   }
163
+ 
164
+    /([ \t]*)(def)([ \t]+)([^(]*)/ {
165
+     /* indentation */
166
+     language_print ($1);
167
+ 
168
+     /* def */
169
+     keyword_face (true);
170
+     language_print ($2);
171
+     keyword_face (false);
172
+ 
173
+     /* middle */
174
+     language_print ($3);
175
+ 
176
+     /* Function name. */
177
+     function_name_face (true);
178
+     language_print ($4);
179
+     function_name_face (false);
180
+   }
181
+ 
182
+   /\$[!@&`'+~=\/\\,;.<>_*$?:"]/ {
183
+     variable_name_face (true);
184
+     language_print ($0);
185
+     variable_name_face (false);
186
+   }
187
+ 
188
+   /* Highlighting
189
+ 	--Type face
190
+  	private protected public
191
+ 
192
+ 	--Builtin face (I consider these to be somewhat special)
193
+ 	alias alias_method attr attr_accessor attr_reader attr_writer 
194
+ 	module_alias module_function self super
195
+ 
196
+ 	--Reference face
197
+ 	require include
198
+ 
199
+ 	--Keyword face
200
+ 	and begin break case class def defined? do else elsif end 
201
+ 	ensure eval extend false for if in method module next nil not 
202
+ 	or redo rescue retry return then true undef unless until when
203
+ 	while yield
204
+    */
205
+ /\\b(private|protected|public)\\b/ {
206
+     type_face (true);
207
+     language_print ($0);
208
+     type_face (false);
209
+   }
210
+ 
211
+ /\\b(alias|alias_method|attr|attr_accessor|attr_reader|attr_writer\\
212
+ |module_alias|module_function|self|super)\\b/ {
213
+     builtin_face (true);
214
+     language_print ($0);
215
+     builtin_face (false);
216
+   }
217
+ 
218
+ /\\b(include|require)\\b/ {
219
+     reference_face (true);
220
+     language_print ($0);
221
+     reference_face (false);
222
+   }
223
+ 
224
+ /\\b(and|begin|break|case|class|def|defined?|do|else|elsif|end|ensure|eval\\
225
+ |extend|false|for|if|in|method|module|next|nil|not|or|raise|redo|rescue|retry\\
226
+ |return|then|true|undef|unless|until|when|while|yield)\\b/ {
227
+     keyword_face (true);
228
+     language_print ($0);
229
+     keyword_face (false);
230
+   }
231
+ 
232
+   LANGUAGE_SPECIALS {
233
+     language_print ($0);
234
+   }
235
+ }
236
+ 
237
  
238
  /**
239
   * Name: scheme
(-)/usr/home/noackjr/enscript-letter/files/patch-ruby.st (+208 lines)
Line 0 Link Here
1
--- states/hl/ruby.st.orig	Wed Dec 31 18:00:00 1969
2
+++ states/hl/ruby.st	Tue Mar  2 06:11:05 2004
3
@@ -0,0 +1,205 @@
4
+/**
5
+ * Name: ruby
6
+ * Description: Ruby programming language.
7
+ * Author: Mike Wilson <m.v.wilson@home.com>
8
+ */
9
+
10
+state ruby_comment
11
+{
12
+  /\*\\\// {
13
+    language_print ($0);
14
+    return;
15
+  }
16
+  LANGUAGE_SPECIALS {
17
+   language_print ($0);
18
+  }
19
+}
20
+
21
+state ruby_dquot_string
22
+{
23
+  /\\\\./ {
24
+    language_print ($0);
25
+  }
26
+  /\"/ {
27
+    language_print ($0);
28
+    return;
29
+  }
30
+  LANGUAGE_SPECIALS {
31
+    language_print ($0);
32
+  }
33
+}
34
+
35
+state ruby_quot_string
36
+{
37
+  /\\\\./ {
38
+    language_print ($0);
39
+  }
40
+  /[\']/ {
41
+    language_print ($0);
42
+    return;
43
+  }
44
+  LANGUAGE_SPECIALS {
45
+    language_print ($0);
46
+  }
47
+}
48
+
49
+state ruby_bquot_string
50
+{
51
+  /\\\\./ {
52
+    language_print ($0);
53
+  }
54
+  /`/ {
55
+    language_print ($0);
56
+    return;
57
+  }
58
+  LANGUAGE_SPECIALS {
59
+    language_print ($0);
60
+  }
61
+}
62
+
63
+state ruby
64
+{
65
+  BEGIN {
66
+    header ();
67
+  }
68
+  END {
69
+    trailer ();
70
+  }
71
+
72
+  /* Comments. */
73
+  /#[^{].*$/ {
74
+    comment_face (true);
75
+    language_print ($0);
76
+    comment_face (false);
77
+  }
78
+
79
+  /* Ignore escaped quote marks */
80
+  /\\\"/ {
81
+    language_print ($0);
82
+  }
83
+  /\\\'/ {
84
+    language_print ($0);
85
+  }
86
+  /\\\`/ {
87
+    language_print ($0);
88
+  }
89
+
90
+  /* In cgi files, JavaScript might be imbedded, so we need to look out
91
+   * for the JavaScript comments, because they might contain something
92
+   * we don't like, like a contraction (don't, won't, etc.)
93
+   * We won't put them in comment face, because they are not ruby
94
+   * comments.
95
+   */
96
+  /\/\// {
97
+    language_print ($0);
98
+    call (eat_one_line);
99
+  }
100
+
101
+  /* String constants. */
102
+  /\"/ {
103
+    string_face (true);
104
+    language_print ($0);
105
+    call (ruby_dquot_string);
106
+    string_face (false);
107
+  }
108
+  /[\']/ {
109
+    string_face (true);
110
+    language_print ($0);
111
+    call (ruby_quot_string);
112
+    string_face (false);
113
+  }
114
+
115
+  /* Backquoted command string */
116
+  /`/ {
117
+    string_face (true);
118
+    language_print ($0);
119
+    call (ruby_bquot_string);
120
+    string_face (false);
121
+  }
122
+
123
+  /* Variables globals and instance */
124
+  /[$@]\w+/ {
125
+    variable_name_face (true);
126
+    language_print ($0);
127
+    variable_name_face (false);
128
+  }
129
+
130
+  /* Variables class variable */
131
+  /@@\w+/ {
132
+    variable_name_face (true);
133
+    language_print ($0);
134
+    variable_name_face (false);
135
+  }
136
+
137
+   /([ \t]*)(def)([ \t]+)([^(]*)/ {
138
+    /* indentation */
139
+    language_print ($1);
140
+
141
+    /* def */
142
+    keyword_face (true);
143
+    language_print ($2);
144
+    keyword_face (false);
145
+
146
+    /* middle */
147
+    language_print ($3);
148
+
149
+    /* Function name. */
150
+    function_name_face (true);
151
+    language_print ($4);
152
+    function_name_face (false);
153
+  }
154
+
155
+  /\$[!@&`'+~=\/\\,;.<>_*$?:"]/ {
156
+    variable_name_face (true);
157
+    language_print ($0);
158
+    variable_name_face (false);
159
+  }
160
+
161
+  /* Highlighting
162
+        --Type face
163
+        private protected public
164
+
165
+        --Builtin face (I consider these to be somewhat special)
166
+        alias alias_method attr attr_accessor attr_reader attr_writer
167
+        module_alias module_function self super
168
+
169
+        --Reference face
170
+        require include
171
+
172
+        --Keyword face
173
+        and begin break case class def defined? do else elsif end
174
+        ensure eval extend false for if in method module next nil not
175
+        or redo rescue retry return then true undef unless until when
176
+        while yield
177
+   */
178
+/\\b(private|protected|public)\\b/ {
179
+    type_face (true);
180
+    language_print ($0);
181
+    type_face (false);
182
+  }
183
+
184
+/\\b(alias|alias_method|attr|attr_accessor|attr_reader|attr_writer\\
185
+|module_alias|module_function|self|super)\\b/ {
186
+    builtin_face (true);
187
+    language_print ($0);
188
+    builtin_face (false);
189
+  }
190
+
191
+/\\b(include|require)\\b/ {
192
+    reference_face (true);
193
+    language_print ($0);
194
+    reference_face (false);
195
+  }
196
+
197
+/\\b(and|begin|break|case|class|def|defined?|do|else|elsif|end|ensure|eval\\
198
+|extend|false|for|if|in|method|module|next|nil|not|or|raise|redo|rescue|retry\\
199
+|return|then|true|undef|unless|until|when|while|yield)\\b/ {
200
+    keyword_face (true);
201
+    language_print ($0);
202
+    keyword_face (false);
203
+  }
204
+
205
+  LANGUAGE_SPECIALS {
206
+    language_print ($0);
207
+  }
208
+}
(-)/usr/home/noackjr/enscript-letter/pkg-plist (-41 / +117 lines)
Lines 6-73 Link Here
6
bin/states
6
bin/states
7
etc/enscript.cfg
7
etc/enscript.cfg
8
share/enscript/88591.enc
8
share/enscript/88591.enc
9
share/enscript/885910.enc
9
share/enscript/88592.enc
10
share/enscript/88592.enc
10
share/enscript/88593.enc
11
share/enscript/88593.enc
11
share/enscript/88594.enc
12
share/enscript/88594.enc
12
share/enscript/88595.enc
13
share/enscript/88595.enc
13
share/enscript/88597.enc
14
share/enscript/88597.enc
15
share/enscript/88599.enc
14
share/enscript/a2ps.hdr
16
share/enscript/a2ps.hdr
15
share/enscript/agd.afm
17
share/enscript/afm/agd.afm
16
share/enscript/agdo.afm
18
share/enscript/afm/agdo.afm
17
share/enscript/agw.afm
19
share/enscript/afm/agw.afm
18
share/enscript/agwo.afm
20
share/enscript/afm/agwo.afm
21
share/enscript/afm/bkd.afm
22
share/enscript/afm/bkdi.afm
23
share/enscript/afm/bkl.afm
24
share/enscript/afm/bkli.afm
25
share/enscript/afm/cob.afm
26
share/enscript/afm/cobo.afm
27
share/enscript/afm/com.afm
28
share/enscript/afm/coo.afm
29
share/enscript/afm/font.map
30
share/enscript/afm/hv.afm
31
share/enscript/afm/hvb.afm
32
share/enscript/afm/hvbo.afm
33
share/enscript/afm/hvc.afm
34
share/enscript/afm/hvcb.afm
35
share/enscript/afm/hvcbo.afm
36
share/enscript/afm/hvcdo.afm
37
share/enscript/afm/hvn.afm
38
share/enscript/afm/hvnb.afm
39
share/enscript/afm/hvnbo.afm
40
share/enscript/afm/hvno.afm
41
share/enscript/afm/hvo.afm
42
share/enscript/afm/matrix.afm
43
share/enscript/afm/matrix.pfa
44
share/enscript/afm/ncb.afm
45
share/enscript/afm/ncbi.afm
46
share/enscript/afm/nci.afm
47
share/enscript/afm/ncr.afm
48
share/enscript/afm/pob.afm
49
share/enscript/afm/pobi.afm
50
share/enscript/afm/poi.afm
51
share/enscript/afm/por.afm
52
share/enscript/afm/sy.afm
53
share/enscript/afm/tib.afm
54
share/enscript/afm/tibi.afm
55
share/enscript/afm/tii.afm
56
share/enscript/afm/tir.afm
57
share/enscript/afm/zcmi.afm
58
share/enscript/afm/zd.afm
19
share/enscript/ascii.enc
59
share/enscript/ascii.enc
20
share/enscript/asciidkno.enc
60
share/enscript/asciidkno.enc
21
share/enscript/asciifise.enc
61
share/enscript/asciifise.enc
22
share/enscript/bkd.afm
23
share/enscript/bkdi.afm
24
share/enscript/bkl.afm
25
share/enscript/bkli.afm
26
share/enscript/cob.afm
27
share/enscript/cobo.afm
28
share/enscript/com.afm
29
share/enscript/coo.afm
30
share/enscript/edd.hdr
62
share/enscript/edd.hdr
31
share/enscript/emacs.hdr
63
share/enscript/emacs.hdr
64
share/enscript/enscript-color.hdr
32
share/enscript/enscript.hdr
65
share/enscript/enscript.hdr
33
share/enscript/enscript.pro
66
share/enscript/enscript.pro
34
share/enscript/enscript.st
35
share/enscript/font.map
36
share/enscript/frame.hdr
67
share/enscript/frame.hdr
68
share/enscript/hl/ada.st
69
share/enscript/hl/asm.st
70
share/enscript/hl/awk.st
71
share/enscript/hl/bash.st
72
share/enscript/hl/c.st
73
share/enscript/hl/c_comment.st
74
share/enscript/hl/c_ppline.st
75
share/enscript/hl/c_string.st
76
share/enscript/hl/changelog.st
77
share/enscript/hl/cpp.st
78
share/enscript/hl/csh.st
79
share/enscript/hl/default_faces.st
80
share/enscript/hl/delphi.st
81
share/enscript/hl/describe_languages.st
82
share/enscript/hl/diff.st
83
share/enscript/hl/diffs.st
84
share/enscript/hl/diffu.st
85
share/enscript/hl/elisp.st
86
share/enscript/hl/enscript.st
87
share/enscript/hl/fortran.st
88
share/enscript/hl/fortran_pp.st
89
share/enscript/hl/haskell.st
90
share/enscript/hl/html.st
91
share/enscript/hl/idl.st
92
share/enscript/hl/inf.st
93
share/enscript/hl/java.st
94
share/enscript/hl/javascript.st
95
share/enscript/hl/ksh.st
96
share/enscript/hl/lang_ansi.st
97
share/enscript/hl/lang_enscript.st
98
share/enscript/hl/lang_html.st
99
share/enscript/hl/lang_overstrike.st
100
share/enscript/hl/lang_rtf.st
101
share/enscript/hl/lang_texinfo.st
102
share/enscript/hl/m4.st
103
share/enscript/hl/mail.st
104
share/enscript/hl/makefile.st
105
share/enscript/hl/matlab.st
106
share/enscript/hl/nroff.st
107
share/enscript/hl/objc.st
108
share/enscript/hl/outline.st
109
share/enscript/hl/pascal.st
110
share/enscript/hl/passthrough.st
111
share/enscript/hl/perl.st
112
share/enscript/hl/postscript.st
113
share/enscript/hl/pyrex.st
114
share/enscript/hl/python.st
115
share/enscript/hl/rfc.st
116
share/enscript/hl/ruby.st
117
share/enscript/hl/scheme.st
118
share/enscript/hl/sh.st
119
share/enscript/hl/skill.st
120
share/enscript/hl/sql.st
121
share/enscript/hl/states.st
122
share/enscript/hl/style_a2ps.st
123
share/enscript/hl/style_emacs.st
124
share/enscript/hl/style_emacs_verbose.st
125
share/enscript/hl/style_ifh.st
126
share/enscript/hl/style_msvc.st
127
share/enscript/hl/synopsys.st
128
share/enscript/hl/tcl.st
129
share/enscript/hl/tcsh.st
130
share/enscript/hl/tex.st
131
share/enscript/hl/vba.st
132
share/enscript/hl/verilog.st
133
share/enscript/hl/vhdl.st
134
share/enscript/hl/vrml.st
135
share/enscript/hl/wmlscript.st
136
share/enscript/hl/zsh.st
37
share/enscript/hp8.enc
137
share/enscript/hp8.enc
38
share/enscript/hv.afm
39
share/enscript/hvb.afm
40
share/enscript/hvbo.afm
41
share/enscript/hvc.afm
42
share/enscript/hvcb.afm
43
share/enscript/hvcbo.afm
44
share/enscript/hvcdo.afm
45
share/enscript/hvn.afm
46
share/enscript/hvnb.afm
47
share/enscript/hvnbo.afm
48
share/enscript/hvno.afm
49
share/enscript/hvo.afm
50
share/enscript/ibmpc.enc
138
share/enscript/ibmpc.enc
51
share/enscript/koi8.enc
139
share/enscript/koi8.enc
52
share/enscript/mac.enc
140
share/enscript/mac.enc
53
share/enscript/mp.hdr
141
share/enscript/mp.hdr
54
share/enscript/ncb.afm
55
share/enscript/ncbi.afm
56
share/enscript/nci.afm
57
share/enscript/ncr.afm
58
share/enscript/pob.afm
59
share/enscript/pobi.afm
60
share/enscript/poi.afm
61
share/enscript/por.afm
62
share/enscript/ps.enc
142
share/enscript/ps.enc
63
share/enscript/pslatin1.enc
143
share/enscript/pslatin1.enc
64
share/enscript/simple.hdr
144
share/enscript/simple.hdr
65
share/enscript/sy.afm
145
share/enscript/squeeze.hdr
66
share/enscript/tib.afm
67
share/enscript/tibi.afm
68
share/enscript/tii.afm
69
share/enscript/tir.afm
70
share/enscript/vms.enc
146
share/enscript/vms.enc
71
share/enscript/zcmi.afm
147
@dirrm share/enscript/afm
72
share/enscript/zd.afm
148
@dirrm share/enscript/hl
73
@dirrm share/enscript
149
@dirrm share/enscript

Return to bug 63639