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

(-)print/a2ps/Makefile (-19 / +16 lines)
Lines 2-11 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	a2ps
4
PORTNAME=	a2ps
5
PORTVERSION=	4.13b
5
PORTVERSION=	4.14
6
PORTREVISION=	12
7
CATEGORIES=	print
6
CATEGORIES=	print
8
MASTER_SITES=	GNU LOCAL/hrs/a2ps/:i18n
7
MASTER_SITES=	GNU \
8
		LOCAL/hrs/a2ps/:i18n
9
9
10
MAINTAINER=	dinoex@FreeBSD.org
10
MAINTAINER=	dinoex@FreeBSD.org
11
COMMENT=	Formats an ASCII file for printing on a postscript printer
11
COMMENT=	Formats an ASCII file for printing on a postscript printer
Lines 14-33 LICENSE= GPLv2 Link Here
14
14
15
LIB_DEPENDS=	libpaper.so:print/libpaper
15
LIB_DEPENDS=	libpaper.so:print/libpaper
16
16
17
USES=		cpe gperf perl5
18
17
PORTSCOUT=	skipv:4.14
19
PORTSCOUT=	skipv:4.14
18
20
19
USES=		perl5 cpe
20
USE_CSTD=	gnu89
21
USE_CSTD=	gnu89
21
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
22
USE_LDCONFIG=	yes
23
INFO=		a2ps ogonkify regex
23
INFO=		a2ps ogonkify regex
24
WRKSRC=		${WRKDIR}/${PORTNAME}-4.13
25
I18N_PACKAGE=	i18n-fonts-0.1
24
I18N_PACKAGE=	i18n-fonts-0.1
26
CPE_VENDOR=	gnu
25
CPE_VENDOR=	gnu
27
26
28
CONFIGURE_ARGS=	--with-medium=libpaper --sharedstatedir=${PREFIX}/share \
27
CONFIGURE_ARGS=	--datadir=${PREFIX}/share \
29
	--sysconfdir=${PREFIX}/etc --datadir=${PREFIX}/share \
28
		--localstatedir=${PREFIX}/share \
30
	--localstatedir=${PREFIX}/share
29
		--sharedstatedir=${PREFIX}/share \
30
		--sysconfdir=${PREFIX}/etc \
31
		--with-medium=libpaper
31
LIBS+=		-L${LOCALBASE}/lib
32
LIBS+=		-L${LOCALBASE}/lib
32
33
33
PAPERSIZE?=
34
PAPERSIZE?=
Lines 35-45 PAPERSIZE?= Link Here
35
RUN_DEPENDS+=	${LOCALBASE}/etc/papersize:print/papersize-default-a4
36
RUN_DEPENDS+=	${LOCALBASE}/etc/papersize:print/papersize-default-a4
36
.endif
37
.endif
37
38
38
OPTIONS_DEFINE=NLS I18N EMACS
39
OPTIONS_DEFINE=	EMACS I18N NLS
39
NO_OPTIONS_SORT=yes
40
NO_OPTIONS_SORT=	yes
40
OPTIONS_SUB=	yes
41
OPTIONS_SUB=	yes
41
EMACS_DESC=Enable Emacs support
42
EMACS_DESC=	Enable Emacs support
42
I18N_DESC=Enable I18N support
43
I18N_DESC=	Enable I18N support
43
44
44
NLS_USES=		gettext
45
NLS_USES=		gettext
45
NLS_CONFIGURE_ENABLE=	nls
46
NLS_CONFIGURE_ENABLE=	nls
Lines 52-64 EMACS_CONFIGURE_ON= --with-lispdir=${LOCALBASE}/${EMACS_SITE_LISPDIR} Link Here
52
CONFIGURE_ENV+=	EMACS=no
53
CONFIGURE_ENV+=	EMACS=no
53
.endif
54
.endif
54
55
55
post-patch:
56
	${REINPLACE_CMD} -e 's|^DESTDIR|#DESTDIR|' \
57
		`${FIND} ${WRKSRC} -name "Makefile.in"`
58
59
.if ${PORT_OPTIONS:MI18N}
56
.if ${PORT_OPTIONS:MI18N}
60
#DISTFILES+=	${I18N_PACKAGE}${EXTRACT_SUFX}:i18n
57
DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
61
DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${I18N_PACKAGE}${EXTRACT_SUFX}:i18n
58
		${I18N_PACKAGE}${EXTRACT_SUFX}:i18n
62
59
63
pre-configure:
60
pre-configure:
64
	cd ${WRKDIR}/${I18N_PACKAGE}/afm && \
61
	cd ${WRKDIR}/${I18N_PACKAGE}/afm && \
(-)print/a2ps/distinfo (-4 / +3 lines)
Lines 1-4 Link Here
1
SHA256 (a2ps-4.13b.tar.gz) = f4d2ac6f09f44eeb82621530b1970afe88fd97cfe82da43b61069800d0c06d12
1
TIMESTAMP = 1615391588
2
SIZE (a2ps-4.13b.tar.gz) = 1944289
2
SHA256 (a2ps-4.14.tar.gz) = f3ae8d3d4564a41b6e2a21f237d2f2b104f48108591e8b83497500182a3ab3a4
3
SHA256 (i18n-fonts-0.1.tar.gz) = 20628df682359044b8e5241c97a3c8da7a098aa260a7d281a87f67486a531786
3
SIZE (a2ps-4.14.tar.gz) = 2552507
4
SIZE (i18n-fonts-0.1.tar.gz) = 352530
(-)print/a2ps/files/patch-contrib-emacs-Makefile.in (-24 lines)
Removed Link Here
1
--- contrib/emacs/Makefile.in.orig	2000-02-24 18:01:08 UTC
2
+++ contrib/emacs/Makefile.in
3
@@ -159,8 +159,9 @@ Makefile: $(srcdir)/Makefile.in  $(top_b
4
 
5
 install-dist_lispLISP: $(dist_lisp_LISP) $(ELCFILES)
6
 	@$(NORMAL_INSTALL)
7
-	$(mkinstalldirs) $(DESTDIR)$(lispdir)
8
-	@list='$(dist_lisp_LISP)'; for p in $$list; do \
9
+	if test $(EMACS) != no; then \
10
+	$(mkinstalldirs) $(DESTDIR)$(lispdir); \
11
+	list='$(dist_lisp_LISP)'; for p in $$list; do \
12
 	  if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
13
 	  f="`echo $$p | sed -e 's|^.*/||'`"; \
14
 	  echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(lispdir)/$$f"; \
15
@@ -169,7 +170,8 @@ install-dist_lispLISP: $(dist_lisp_LISP)
16
 	    echo " $(INSTALL_DATA) $${p}c $(DESTDIR)$(lispdir)/$${f}c"; \
17
 	    $(INSTALL_DATA) $${p}c $(DESTDIR)$(lispdir)/$${f}c; \
18
 	  else : ; fi; \
19
-	done
20
+	done; \
21
+	fi
22
 
23
 uninstall-dist_lispLISP:
24
 	@$(NORMAL_UNINSTALL)
(-)print/a2ps/files/patch-contrib-tmpdircreation (-116 lines)
Removed Link Here
1
diff -ru contrib.orig/card.in contrib/card.in
2
--- contrib.orig/card.in	2000-01-27 00:42:36 UTC
3
+++ contrib/card.in
4
@@ -38,7 +38,7 @@
5
 LC_ALL="${LC_ALL-C}" export LC_ALL
6
 print_form_feeds=:
7
 RM="/bin/rm -rf"
8
-tmp_dir=${TMPDIR-/tmp}/$program.$$
9
+tmp_dir=$(mktemp -d -t ${program}) || exit 1
10
 tmp_file=$tmp_dir/card
11
 success=false
12
 verbose=:
13
@@ -190,7 +190,6 @@
14
 
15
 # Create a tmp dir and be ready to clean up
16
 trap "$RM $tmp_dir" 0 1 2 15
17
-(umask 077 && mkdir $tmp_dir) || exit 1
18
 
19
 case $LC_ALL in
20
   fr) footer="Engendré par $version_short" ;;
21
diff -ru contrib.orig/fixps.in contrib/fixps.in
22
--- contrib.orig/fixps.in	2000-02-21 08:16:15 UTC
23
+++ contrib/fixps.in
24
@@ -38,7 +38,7 @@
25
 run_gs=0
26
 # What action to perform: fixps, cat, check, and gs
27
 task=fixps
28
-tmpdir=/tmp/$program.$$
29
+tmpdir=$(mktemp -d -t ${program}) || exit 1
30
 verbose=echo
31
 
32
 # The version/usage strings
33
@@ -191,7 +191,6 @@
34
   trap "/bin/rm -rf $tmpdir" 0 1 2 3 13 15
35
 fi
36
 
37
-mkdir $tmpdir
38
 fixps_sed=$tmpdir/fixps.sed
39
 
40
 # If printing from stdin, save into a tmp file
41
diff -ru contrib.orig/pdiff.in contrib/pdiff.in
42
--- contrib.orig/pdiff.in	1999-10-24 15:07:51 UTC
43
+++ contrib/pdiff.in
44
@@ -34,7 +34,7 @@
45
 diff_options='-u'
46
 file=
47
 output=
48
-tmpdir=/tmp/$program.$$
49
+tmpdir=$(mktemp -d -t ${program}) || exit 1
50
 verbose=echo
51
 wdiff_prog=${WDIFF:-wdiff}
52
 wdiff_options='-w[wd- -x-wd] -y{wd+ -z+wd}'
53
diff -ru contrib.orig/psmandup.in contrib/psmandup.in
54
--- contrib.orig/psmandup.in	1999-10-24 13:06:42 UTC
55
+++ contrib/psmandup.in
56
@@ -36,7 +36,7 @@
57
 message=
58
 psselect=${PSSELECT:-psselect}
59
 psset=${PSSET:-psset}
60
-tmpdir=/tmp/$program.$$
61
+tmpdir=$(mktemp -d -t ${program}) || exit 1
62
 
63
 # These two must be kept in synch.  They are opposed.
64
 verbose=echo
65
@@ -184,8 +184,6 @@
66
   # Temp dir.  Get ready not to leave junk (if not debugging)
67
   trap "/bin/rm -rf $tmpdir" 0 1 2 3 13 15
68
 fi
69
-
70
-mkdir $tmpdir
71
 
72
 # If printing from stdin, save into a tmp file
73
 if test $file = '-'; then
74
diff -ru contrib.orig/psset.in contrib/psset.in
75
--- contrib.orig/psset.in	1999-10-24 12:41:46 UTC
76
+++ contrib/psset.in
77
@@ -33,7 +33,7 @@
78
 output=-
79
 pagedevices=	# `;' separated list of `key:value'
80
 quiet=:         # i.e., verbose
81
-tmpdir=${TMPDIR:-/tmp}/$program.$$
82
+tmpdir=$(mktemp -d -t ${program}) || exit 1
83
 sedscript=$tmpdir/psset.sed
84
 
85
 # The version/usage strings
86
@@ -185,8 +185,6 @@
87
       echo "$help"  1>&2
88
       exit 1;;
89
 esac
90
-
91
-mkdir $tmpdir
92
 
93
 if test -n "$debug"; then
94
   # Set -x now if debugging
95
diff -ru contrib.orig/texi2dvi4a2ps contrib/texi2dvi4a2ps
96
--- contrib.orig/texi2dvi4a2ps	2000-02-24 17:45:31 UTC
97
+++ contrib/texi2dvi4a2ps
98
@@ -91,7 +91,7 @@
99
 quiet=          # by default let the tools' message be displayed
100
 set_language=
101
 textra=
102
-tmpdir=${TMPDIR:-/tmp}/t2d$$  # avoid collisions on 8.3 filesystems.
103
+tmpdir=$(mktemp -d -t ${program}) || exit 1
104
 txincludes=     # TEXINPUTS extensions
105
 txiprereq=19990129 # minimum texinfo.tex version to have macro expansion
106
 verbose=false   # echo for verbose mode
107
@@ -202,9 +202,6 @@
108
 if test -z "$debug"; then
109
   trap "cd / && rm -rf $tmpdir" 0 1 2 15
110
 fi
111
-
112
-# Create the temporary directory with strict rights
113
-(umask 077 && mkdir $tmpdir) || exit 1
114
 
115
 # Prepare the tools we might need.  This may be extra work in some
116
 # cases, but improves the readibility of the script.
(-)print/a2ps/files/patch-etc_Makefile.in (-6 / +6 lines)
Lines 1-11 Link Here
1
--- etc/Makefile.in.orig	2000-02-24 17:55:34 UTC
1
--- etc/Makefile.in.orig	2007-12-29 03:28:07 UTC
2
+++ etc/Makefile.in
2
+++ etc/Makefile.in
3
@@ -131,7 +131,7 @@ l = @l@
3
@@ -261,7 +261,7 @@ subdirs = @subdirs@
4
 lispdir = @lispdir@
4
 sysconfdir = @sysconfdir@
5
 
5
 target_alias = @target_alias@
6
 
6
 tex = @tex@
7
-ogonkifydir = $(datadir)/ogonkify
7
-ogonkifydir = $(datadir)/ogonkify
8
+ogonkifydir = $(datadir)/a2ps/ogonkify
8
+ogonkifydir = $(datadir)/a2ps/ogonkify
9
 libpath = $(pkgdatadir)/sheets:$(pkgdatadir)/ps:$(pkgdatadir)/encoding:$(pkgdatadir)/afm:$(ogonkifydir)/afm:$(pkgdatadir)/ppd:$(pkgdatadir)/fonts:$(ogonkifydir)/fonts:$(pkgdatadir)
9
 libpath = $(pkgdatadir)/sheets:$(pkgdatadir)/ps:$(pkgdatadir)/encoding:$(pkgdatadir)/afm:$(ogonkifydir)/afm:$(pkgdatadir)/ppd:$(pkgdatadir)/fonts:$(ogonkifydir)/fonts:$(pkgdatadir)
10
 
11
 pkgdata_DATA = README
10
 pkgdata_DATA = README
11
 dsysconf = $(DESTDIR)$(sysconfdir)
(-)print/a2ps/files/patch-localealias.c (-20 lines)
Removed Link Here
1
--- intl/localealias.c.orig	1999-08-31 17:29:35 UTC
2
+++ intl/localealias.c
3
@@ -329,6 +329,17 @@ read_alias_file (fname, fname_len)
4
 		      FREE_BLOCKS (block_list);
5
 		      return added;
6
 		    }
7
+		  if (string_space != new_pool)
8
+		    {
9
+		      size_t i;
10
+
11
+		      for (i = 0; i < nmap; i++)
12
+			{
13
+			  map[i].alias += new_pool - string_space;
14
+			  map[i].value += new_pool - string_space;
15
+			}
16
+		    }
17
+
18
 		  string_space = new_pool;
19
 		  string_space_max = new_size;
20
 		}
(-)print/a2ps/files/patch-ogonkify-Makefile.in (-6 / +6 lines)
Lines 1-11 Link Here
1
--- ogonkify/Makefile.in.orig	2000-01-07 13:00:49 UTC
1
--- ogonkify/Makefile.in.orig	2007-12-29 03:27:58 UTC
2
+++ ogonkify/Makefile.in
2
+++ ogonkify/Makefile.in
3
@@ -33,7 +33,7 @@ mandir = @mandir@
3
@@ -18,7 +18,7 @@
4
 
4
 srcdir = @srcdir@
5
 DESTDIR =
5
 top_srcdir = @top_srcdir@
6
 
6
 VPATH = @srcdir@
7
-pkgdatadir = $(datadir)/@PACKAGE@
7
-pkgdatadir = $(datadir)/@PACKAGE@
8
+pkgdatadir = $(datadir)/a2ps/@PACKAGE@
8
+pkgdatadir = $(datadir)/a2ps/@PACKAGE@
9
 pkglibdir = $(libdir)/@PACKAGE@
9
 pkglibdir = $(libdir)/@PACKAGE@
10
 pkgincludedir = $(includedir)/@PACKAGE@
10
 pkgincludedir = $(includedir)/@PACKAGE@
11
 
11
 top_builddir = .
(-)print/a2ps/files/patch-printlen.c (-27 lines)
Removed Link Here
1
--- lib/printlen.c.orig	1999-08-31 17:42:42 UTC
2
+++ lib/printlen.c
3
@@ -28,14 +28,11 @@ Foundation, Inc., 59 Temple Place - Suit
4
 unsigned long strtoul ();
5
 
6
 static int
7
-int_printflen (const char *format, va_list *args)
8
+int_printflen (const char *format, va_list ap)
9
 {
10
   const char *cp;
11
   int total_width = 0;
12
   int width = 0;
13
-  va_list ap;
14
-
15
-  memcpy (&ap, args, sizeof (va_list));
16
 
17
   for (cp = format ; *cp ; cp++)
18
     {
19
@@ -99,7 +96,7 @@ int_printflen (const char *format, va_li
20
 int
21
 vprintflen (const char *format,  va_list args)
22
 {
23
-  return int_printflen (format, &args);
24
+  return int_printflen (format, args);
25
 }
26
 
27
 int
(-)print/a2ps/files/patch-select.c (-57 lines)
Removed Link Here
1
--- src/select.c.orig	1999-12-16 01:04:56 UTC
2
+++ src/select.c
3
@@ -131,6 +131,36 @@ sheets_map_load_main (void)
4
   return 1;
5
 }
6
 
7
+/* escapes the name of a file so that the shell groks it in 'single' q.marks. 
8
+   The resulting pointer has to be free()ed when not longer used. */
9
+char *
10
+shell_escape(const char *fn)
11
+{
12
+  size_t len = 0;
13
+  const char *inp;
14
+  char *retval, *outp;
15
+
16
+  for(inp = fn; *inp; ++inp)
17
+    switch(*inp)
18
+    {
19
+      case '\'': len += 4; break;
20
+      default:   len += 1; break;
21
+    }
22
+
23
+  outp = retval = malloc(len + 1);
24
+  if(!outp)
25
+    return NULL; /* perhaps one should do better error handling here */
26
+  for(inp = fn; *inp; ++inp)
27
+    switch(*inp)
28
+    {
29
+      case '\'': *outp++ = '\''; *outp++ = '\\'; *outp++ = '\'', *outp++ = '\''; break;
30
+      default:   *outp++ = *inp; break;
31
+    }
32
+  *outp = 0;
33
+
34
+  return retval;
35
+}
36
+
37
 /* What says file about the type of a file (result is malloc'd).  NULL
38
   if could not be run.  */
39
 
40
@@ -144,11 +174,15 @@ file_verdict_on (const uchar *filename)
41
   if (IS_EMPTY (job->file_command))
42
     return NULL;
43
 
44
+  filename = shell_escape(filename);
45
+  if(filename == NULL)
46
+    return NULL;
47
   /* Call file(1) with the correct option */
48
-  command = ALLOCA (char, (2
49
+  command = ALLOCA (char, (4
50
 			   + strlen (job->file_command)
51
 			   + ustrlen (filename)));
52
-  sprintf (command, "%s %s", job->file_command, (const char *) filename);
53
+  sprintf (command, "%s '%s'", job->file_command, (const char *) filename);
54
+  free(filename);
55
   message (msg_tool, (stderr, "Reading pipe: `%s'\n", command));
56
   file_out = popen (command, "r");
57
 
(-)print/a2ps/files/patch-title.c (-11 lines)
Removed Link Here
1
--- lib/title.c.orig	1999-08-28 16:54:19 UTC
2
+++ lib/title.c
3
@@ -88,6 +88,8 @@ title (stream, c, center_p, format, va_a
4
   if (center_p)
5
     for (padding = 0 ; padding < 79 - len ; padding += 2)
6
       putc (' ', stream);
7
+  va_end(args);
8
+  VA_START(args, format);
9
 # if HAVE_VPRINTF || _LIBC
10
   vfprintf (stream, format, args);
11
 # else
(-)print/a2ps/pkg-plist (-1 / +19 lines)
Lines 23-28 man/man1/texi2dvi4a2ps.1.gz Link Here
23
%%DATADIR%%/README
23
%%DATADIR%%/README
24
%%DATADIR%%/afm/fonts.map
24
%%DATADIR%%/afm/fonts.map
25
%%DATADIR%%/afm/make_fonts_map.sh
25
%%DATADIR%%/afm/make_fonts_map.sh
26
%%DATADIR%%/afm/pagb.afm
27
%%DATADIR%%/afm/pagbo.afm
28
%%DATADIR%%/afm/pagd.afm
29
%%DATADIR%%/afm/pagdo.afm
26
%%DATADIR%%/afm/pbkd.afm
30
%%DATADIR%%/afm/pbkd.afm
27
%%DATADIR%%/afm/pbkdi.afm
31
%%DATADIR%%/afm/pbkdi.afm
28
%%DATADIR%%/afm/pbkl.afm
32
%%DATADIR%%/afm/pbkl.afm
Lines 83-88 man/man1/texi2dvi4a2ps.1.gz Link Here
83
%%DATADIR%%/encoding/koi8.edf
87
%%DATADIR%%/encoding/koi8.edf
84
%%DATADIR%%/encoding/mac.edf
88
%%DATADIR%%/encoding/mac.edf
85
%%DATADIR%%/encoding/ms-cp1250.edf
89
%%DATADIR%%/encoding/ms-cp1250.edf
90
%%DATADIR%%/encoding/ms-cp1251.edf
86
%%DATADIR%%/fonts/pcfont.pfa
91
%%DATADIR%%/fonts/pcfont.pfa
87
%%I18N%%%%DATADIR%%/fonts/colle10.pfb
92
%%I18N%%%%DATADIR%%/fonts/colle10.pfb
88
%%I18N%%%%DATADIR%%/fonts/colle8.pfb
93
%%I18N%%%%DATADIR%%/fonts/colle8.pfb
Lines 160-165 man/man1/texi2dvi4a2ps.1.gz Link Here
160
%%DATADIR%%/ps/color.hdr
165
%%DATADIR%%/ps/color.hdr
161
%%DATADIR%%/ps/color.pro
166
%%DATADIR%%/ps/color.pro
162
%%DATADIR%%/ps/diff.pro
167
%%DATADIR%%/ps/diff.pro
168
%%DATADIR%%/ps/diffcolor.pro
163
%%DATADIR%%/ps/ehandler.ps
169
%%DATADIR%%/ps/ehandler.ps
164
%%DATADIR%%/ps/fixed.pro
170
%%DATADIR%%/ps/fixed.pro
165
%%DATADIR%%/ps/gray.pro
171
%%DATADIR%%/ps/gray.pro
Lines 180-185 man/man1/texi2dvi4a2ps.1.gz Link Here
180
%%DATADIR%%/sheets/chlog.ssh
186
%%DATADIR%%/sheets/chlog.ssh
181
%%DATADIR%%/sheets/cidl.ssh
187
%%DATADIR%%/sheets/cidl.ssh
182
%%DATADIR%%/sheets/claire.ssh
188
%%DATADIR%%/sheets/claire.ssh
189
%%DATADIR%%/sheets/csharp.ssh
190
%%DATADIR%%/sheets/matlab.ssh
191
%%DATADIR%%/sheets/nasm.ssh
192
%%DATADIR%%/sheets/php.ssh
193
%%DATADIR%%/sheets/pic16f84.ssh
194
%%DATADIR%%/sheets/rd.ssh
195
%%DATADIR%%/sheets/ruby.ssh
196
%%DATADIR%%/sheets/s.ssh
197
%%DATADIR%%/sheets/small.ssh
198
%%DATADIR%%/sheets/specc.ssh
199
%%DATADIR%%/sheets/st.ssh
200
%%DATADIR%%/sheets/stratego.ssh
183
%%DATADIR%%/sheets/clisp.ssh
201
%%DATADIR%%/sheets/clisp.ssh
184
%%DATADIR%%/sheets/coqv.ssh
202
%%DATADIR%%/sheets/coqv.ssh
185
%%DATADIR%%/sheets/cpp.ssh
203
%%DATADIR%%/sheets/cpp.ssh
Lines 268-278 man/man1/texi2dvi4a2ps.1.gz Link Here
268
%%DATADIR%%/sheets/yacc.ssh
286
%%DATADIR%%/sheets/yacc.ssh
269
%%DATADIR%%/sheets/zsh.ssh
287
%%DATADIR%%/sheets/zsh.ssh
270
%%NLS%%share/locale/ca/LC_MESSAGES/a2ps.mo
288
%%NLS%%share/locale/ca/LC_MESSAGES/a2ps.mo
289
%%NLS%%share/locale/ja/LC_MESSAGES/a2ps.mo
271
%%NLS%%share/locale/cs/LC_MESSAGES/a2ps.mo
290
%%NLS%%share/locale/cs/LC_MESSAGES/a2ps.mo
272
%%NLS%%share/locale/da/LC_MESSAGES/a2ps.mo
291
%%NLS%%share/locale/da/LC_MESSAGES/a2ps.mo
273
%%NLS%%share/locale/de/LC_MESSAGES/a2ps.mo
292
%%NLS%%share/locale/de/LC_MESSAGES/a2ps.mo
274
%%NLS%%share/locale/es/LC_MESSAGES/a2ps.mo
293
%%NLS%%share/locale/es/LC_MESSAGES/a2ps.mo
275
%%NLS%%share/locale/et/LC_MESSAGES/a2ps.mo
276
%%NLS%%share/locale/fr/LC_MESSAGES/a2ps.mo
294
%%NLS%%share/locale/fr/LC_MESSAGES/a2ps.mo
277
%%NLS%%share/locale/it/LC_MESSAGES/a2ps.mo
295
%%NLS%%share/locale/it/LC_MESSAGES/a2ps.mo
278
%%NLS%%share/locale/ko/LC_MESSAGES/a2ps.mo
296
%%NLS%%share/locale/ko/LC_MESSAGES/a2ps.mo

Return to bug 254202