View | Details | Raw Unified | Return to bug 207299 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-21 / +12 lines)
Lines 1-27 Link Here
1
# Created by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
1
# Created by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME?=	muttprint
4
PORTNAME=	muttprint
5
PORTVERSION=	0.72d
5
PORTVERSION=	0.73
6
PORTREVISION=	11
7
CATEGORIES?=	print mail
6
CATEGORIES?=	print mail
8
MASTER_SITES=	SF/muttprint/muttprint/muttprint-${PORTVERSION}
7
MASTER_SITES=	SF/muttprint/muttprint/muttprint-${PORTVERSION}
9
8
10
MAINTAINER?=	guru@unixarea.de
9
MAINTAINER=	guru@unixarea.de
11
COMMENT?=	Utility to print mail for most any mail client
10
COMMENT=	Utility to print mail for most any mail client
12
11
12
LICENSE=	GPLv2
13
14
BUILD_DEPENDS=	docbook2pdf:${PORTSDIR}/textproc/docbook-utils \
15
		docbook-sgml>0:${PORTSDIR}/textproc/docbook-sgml
13
RUN_DEPENDS=	psnup:${PORTSDIR}/print/psutils \
16
RUN_DEPENDS=	psnup:${PORTSDIR}/print/psutils \
14
		uncompface:${PORTSDIR}/mail/faces \
17
		uncompface:${PORTSDIR}/mail/faces \
15
		p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \
18
		p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \
16
		p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv
19
		p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv
17
20
18
USES=		perl5 gmake
21
USES=		autoreconf gmake perl5
19
USE_TEX=	latex dvipsk
22
USE_TEX=	latex dvipsk
20
23
24
GNU_CONFIGURE=	yes
25
21
NO_BUILD=	yes
26
NO_BUILD=	yes
22
REINPLACE_ARGS=	-i ""
27
REINPLACE_ARGS=	-i ""
23
28
24
OPTIONS_DEFINE=		CUPS DOCS X11
29
OPTIONS_DEFINE=		CUPS X11
25
OPTIONS_DEFAULT=	X11
30
OPTIONS_DEFAULT=	X11
26
X11_DESC=		graphics/ImageMagick[-nox11] dependency
31
X11_DESC=		graphics/ImageMagick[-nox11] dependency
27
32
Lines 40-49 Link Here
40
PRINT_COMMAND=lpr -P$$PRINTER
45
PRINT_COMMAND=lpr -P$$PRINTER
41
.endif
46
.endif
42
47
43
.if ${PORT_OPTIONS:MDOCS}
44
INSTALL_TARGET=install-with-doc
45
.endif
46
47
.if ${PORT_OPTIONS:MX11}
48
.if ${PORT_OPTIONS:MX11}
48
RUN_DEPENDS+=	convert:${PORTSDIR}/graphics/ImageMagick
49
RUN_DEPENDS+=	convert:${PORTSDIR}/graphics/ImageMagick
49
.else
50
.else
Lines 57-71 Link Here
57
58
58
post-patch:
59
post-patch:
59
	@${RM} -f ${WRKSRC}/pics/*.orig
60
	@${RM} -f ${WRKSRC}/pics/*.orig
60
	@${GUNZIP_CMD} ${WRKSRC}/doc/manpages/*/muttprint.1.gz
61
	@${REINPLACE_CMD} -e 's|/usr/share/doc/packages|${PREFIX}/share/doc|g ; \
62
		s|/usr/share|${PREFIX}/share|g ; \
63
		s|/usr/bin|${PREFIX}/bin|g ; \
64
		s|/etc|${PREFIX}/etc|g ; \
65
		s|/usr/lib|${PREFIX}/lib|g' \
66
			${WRKSRC}/doc/manpages/*/muttprint.1 \
67
			${WRKSRC}/doc/manual/*/manual-*/*.html
68
	@${REINPLACE_CMD} -e '/\.css/d' ${WRKSRC}/doc/manual/*/Makefile
69
.if ${PAPERSIZE}==a4
61
.if ${PAPERSIZE}==a4
70
	@${REINPLACE_CMD} 's|%%PAPERSIZE%%|${PAPERSIZE:tu}|' \
62
	@${REINPLACE_CMD} 's|%%PAPERSIZE%%|${PAPERSIZE:tu}|' \
71
		${WRKSRC}/muttprint
63
		${WRKSRC}/muttprint
Lines 79-84 Link Here
79
.if ${PORT_OPTIONS:MCUPS}
71
.if ${PORT_OPTIONS:MCUPS}
80
	@${REINPLACE_CMD} 's|lpr $$CUPS_OPTIONS|${PREFIX}/bin/lpr $$CUPS_OPTIONS|' ${WRKSRC}/muttprint
72
	@${REINPLACE_CMD} 's|lpr $$CUPS_OPTIONS|${PREFIX}/bin/lpr $$CUPS_OPTIONS|' ${WRKSRC}/muttprint
81
.endif
73
.endif
82
	@${GZIP_CMD} ${WRKSRC}/doc/manpages/*/muttprint.1
83
74
84
.include <bsd.port.mk>
75
.include <bsd.port.mk>
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (muttprint-0.72d.tar.gz) = a2672950739c26c83777b6842e3500e145e8bcdd8552ec14e2d90ab4d43c2bc8
1
SHA256 (muttprint-0.73.tar.gz) = 7cabe6a0aa59849f84914a2da33320611a2fcf5896b94ff957cfade8a325deb6
2
SIZE (muttprint-0.72d.tar.gz) = 746660
2
SIZE (muttprint-0.73.tar.gz) = 361268
(-)files/patch-Makefile (-76 lines)
Lines 1-76 Link Here
1
--- ./Makefile.orig	2005-05-16 14:14:09.000000000 +0300
2
+++ ./Makefile	2009-04-21 20:35:11.000000000 +0300
3
@@ -7,53 +7,53 @@
4
 
5
 # Change this for local installation, 
6
 # e. g. /home/user or /usr/local
7
-prefix = /usr/local
8
+#prefix = /usr/local
9
 
10
 # Change this for some distributions (current setting
11
 # is OK for SuSE)
12
-docdir = /usr/share/doc/packages
13
+docdir = $(DESTDIR)${PREFIX}/share/doc
14
 
15
 # Change this to $(prefix)/man for older distributions
16
 # (current setting is correct according to LSB)
17
-mandir = $(prefix)/share/man
18
+mandir = $(DESTDIR)${PREFIX}/man
19
 
20
 #
21
 # Muttprint needs GNU make. If you installed GNU make
22
 # as `gmake', you have to change this
23
-MAKE = make
24
+#MAKE = make
25
 
26
 # Change this three directories only if you're know
27
 # what you do
28
-sharedir = $(prefix)/share
29
-libdir = $(prefix)/lib
30
-bindir = $(prefix)/bin
31
-sysconfdir = /etc
32
+sharedir = $(DESTDIR)${PREFIX}/share
33
+libdir = $(DESTDIR)${PREFIX}/lib
34
+bindir = $(DESTDIR)${PREFIX}/bin
35
+sysconfdir = $(DESTDIR)${PREFIX}/etc
36
 docdirname = muttprint
37
 
38
 #####################################################
39
 #####################################################
40
 
41
-install = install
42
-INSTALLBIN = $(install) -m 0755 
43
-INSTALL = $(install) -m 0644 
44
+#install = install
45
+#INSTALLBIN = $(install) -m 0755 
46
+#INSTALL = $(install) -m 0644 
47
 
48
 
49
 all:
50
 	$(MAKE) -C langinfo 
51
 
52
 install: 
53
-	mkdir -p $(docdir)/$(docdirname) $(bindir) $(sharedir)/muttprint/translations \
54
-		$(mandir)/man1 $(mandir)/de/man1 $(mandir)/es/man1 \
55
-		$(mandir)/cs/man1 $(mandir)/it/man1 
56
-	$(INSTALLBIN) muttprint $(bindir)/
57
-	$(INSTALL) CHANGES COPYING INSTALL README* sample-muttprintrc-* \
58
+	mkdir -p $(bindir) $(sharedir)/muttprint/translations $(mandir)/man1
59
+	${BSD_INSTALL_SCRIPT} muttprint $(bindir)/
60
+	${BSD_INSTALL_DATA} `find pics -type f -print` $(sharedir)/muttprint/
61
+	${BSD_INSTALL_DATA} `find translations -type f -print` $(sharedir)/muttprint/translations
62
+	$(MAKE) -C doc/manpages mandir=$(mandir) install
63
+
64
+install-with-doc: install
65
+	mkdir -p $(docdir)/$(docdirname)
66
+	${BSD_INSTALL_DATA} CHANGES COPYING INSTALL README* sample-muttprintrc-* \
67
 		$(docdir)/$(docdirname)
68
-	$(INSTALL) `find pics -type f -print` $(sharedir)/muttprint/
69
-	$(INSTALL) `find translations -type f -print` $(sharedir)/muttprint/translations
70
 	$(MAKE) -C langinfo bindir=$(bindir) install
71
 	$(MAKE) -C doc/manual docdir=$(docdir) docdirname=$(docdirname) install
72
-	$(MAKE) -C doc/manpages mandir=$(mandir) install
73
-
74
 
75
 uninstall:
76
 	rm $(bindir)/muttprint*
(-)files/patch-Makefile.am (+15 lines)
Line 0 Link Here
1
--- Makefile.am.orig	2006-05-06 09:13:46.000000000 +0200
2
+++ Makefile.am	2016-02-18 08:45:16.859074000 +0100
3
@@ -10,4 +10,11 @@
4
 		sample-muttprintrc-fr \
5
 		sample-muttprintrc-it \
6
 		sample-muttprintrc-nl \
7
-		sample-muttprintrc-si
8
+		sample-muttprintrc-si \
9
+		CHANGES	\
10
+		COPYING	\
11
+		README	\
12
+		README.Gnus	\
13
+		README.Latex	\
14
+		README.es	\
15
+		README.translations
(-)files/patch-configure.ac (+11 lines)
Line 0 Link Here
1
--- configure.ac.orig	2008-12-25 15:27:57.000000000 +0100
2
+++ configure.ac	2016-02-17 15:15:50.968708000 +0100
3
@@ -4,7 +4,7 @@
4
 dnl Information on the package
5
 dnl Checks for programs
6
 AC_PROG_CC
7
-AC_CHECK_PROG([have_docbook], [db2pdf], [true])
8
+AC_CHECK_PROG([have_docbook], [docbook2pdf], [true])
9
 AM_CONDITIONAL([DOCBOOK], test x$have_docbook = xtrue)
10
 AC_CHECK_PROG([have_pod2man], [pod2man], [true])
11
 AM_CONDITIONAL([POD2MAN], test x$have_pod2man = xtrue)
(-)files/patch-doc_manpages_Makefile (-40 lines)
Lines 1-40 Link Here
1
--- doc/manpages/Makefile.orig	Tue May 27 21:07:05 2003
2
+++ doc/manpages/Makefile	Tue May 27 21:58:04 2003
3
@@ -4,16 +4,6 @@
4
 
5
 VERSION = 0.71
6
 POD2MAN = pod2man --section=1 --release=$(VERSION)
7
-prefix = /usr
8
-bindir = $(prefix)/bin
9
-tempdir = /tmp
10
-sysconfdir = /etc
11
-docdir = /usr/share/doc/packages
12
-docdirname = muttprint
13
-sharedir = $(prefix)/share
14
-libdir = $(prefix)/lib
15
-mandir = $(prefix)/share/man
16
-INSTALL = install -m 0644 
17
 gzip = gzip -f
18
 rm = rm
19
 
20
@@ -23,7 +13,7 @@
21
 TITLE_IT = "Breve manuale di Muttprint"
22
 
23
 
24
-all: german english spanish italian
25
+all: english
26
 german: de/muttprint.1.gz
27
 english: en/muttprint.1.gz
28
 italian: it/muttprint.1.gz
29
@@ -104,10 +94,7 @@
30
 ##install: de/muttprint.1.gz en/muttprint.1.gz es/muttprint.1.gz \
31
 ## 			it/muttprint.1.gz 
32
 install:
33
-	$(INSTALL) en/muttprint.1.gz $(mandir)/man1/
34
-	$(INSTALL) de/muttprint.1.gz $(mandir)/de/man1/
35
-	$(INSTALL) es/muttprint.1.gz $(mandir)/es/man1/
36
-	$(INSTALL) it/muttprint.1.gz $(mandir)/it/man1/
37
+	${BSD_INSTALL_MAN} en/muttprint.1.gz $(mandir)/man1/
38
 
39
 uninstall:
40
 	rm -f $(mandir)/man1/muttprint.1.gz
(-)files/patch-doc_manpages_de_muttprint.pod (+17 lines)
Line 0 Link Here
1
--- doc/manpages/de/muttprint.pod.orig	2006-05-06 09:13:46.000000000 +0200
2
+++ doc/manpages/de/muttprint.pod	2016-02-17 12:00:59.415601000 +0100
3
@@ -1,3 +1,5 @@
4
+=encoding latin1
5
+
6
 =head1 NAME
7
 
8
 muttprint - schöner Ausdruck von Mails mit Mutt
9
@@ -399,7 +401,7 @@
10
 
11
 =head1 COPYRIGHT
12
 
13
-© 2000-03 Bernhard Walle
14
+(c) 2000-03 Bernhard Walle
15
 
16
 
17
 This is free software; see the source for  copying  conditions.
(-)files/patch-doc_manpages_en_muttprint.pod (+11 lines)
Line 0 Link Here
1
--- doc/manpages/en/muttprint.pod.orig	2006-05-06 09:13:46.000000000 +0200
2
+++ doc/manpages/en/muttprint.pod	2016-02-17 12:00:59.415601000 +0100
3
@@ -397,7 +397,7 @@
4
 
5
 =head1 COPYRIGHT
6
 
7
-© 2000-03 Bernhard Walle
8
+(c) 2000-03 Bernhard Walle
9
 
10
 
11
 This is free software; see the source for  copying  conditions.
(-)files/patch-doc_manpages_es_muttprint.pod (+8 lines)
Line 0 Link Here
1
--- doc/manpages/es/muttprint.pod.orig	2006-05-06 09:13:46.000000000 +0200
2
+++ doc/manpages/es/muttprint.pod	2016-02-20 09:55:36.922047000 +0100
3
@@ -1,3 +1,5 @@
4
+=encoding latin1
5
+
6
 =head1 NOMBRE
7
 
8
 muttprint - impresión elegante de mensajes de correo con Mutt
(-)files/patch-doc_manpages_it_muttprint.pod (+8 lines)
Line 0 Link Here
1
--- doc/manpages/it/muttprint.pod.orig	2006-05-06 09:13:46.000000000 +0200
2
+++ doc/manpages/it/muttprint.pod	2016-02-20 09:55:36.922047000 +0100
3
@@ -1,3 +1,5 @@
4
+=encoding latin1
5
+
6
 =head1 NOMBRE
7
 
8
 muttprint - impresión elegante de mensajes de correo con Mutt
(-)files/patch-doc_manual_Makefile (-15 lines)
Lines 1-15 Link Here
1
--- doc/manual/Makefile.orig	Tue Mar 18 16:30:54 2003
2
+++ doc/manual/Makefile	Sat Apr 26 23:38:34 2003
3
@@ -1,11 +1,7 @@
4
 #
5
 # This is the main makefile for documentation
6
 
7
-prefix = /usr
8
-docdir = $(prefix)/share/doc/packages
9
-INSTALL = install -m 0644
10
-INSTALLDIR = install -d 
11
-MAKE = make
12
+docdir = ${PREFIX}/share/doc
13
 
14
 default: 
15
 	$(MAKE) -C de
(-)files/patch-doc_manual_de_Makefile.am (+33 lines)
Line 0 Link Here
1
--- doc/manual/de/Makefile.am.orig	2006-05-06 09:13:46.000000000 +0200
2
+++ doc/manual/de/Makefile.am	2016-02-20 09:09:37.829715000 +0100
3
@@ -18,24 +18,24 @@
4
 	$(do_subst) < $(srcdir)/manual-de.sgml > manual-de-sed.sgml
5
 
6
 manual-de.pdf : manual-de-sed.sgml
7
-	db2pdf -s ../stylesheet.dsl manual-de-sed.sgml
8
+	docbook2pdf -d ../stylesheet.dsl manual-de-sed.sgml
9
 	mv manual-de-sed.pdf manual-de.pdf
10
 
11
 manual-de.ps : manual-de-sed.sgml
12
-	db2ps -s ../stylesheet.dsl manual-de-sed.sgml
13
+	docbook2ps -d ../stylesheet.dsl manual-de-sed.sgml
14
 	mv manual-de-sed.ps manual-de.ps
15
 
16
 manual-de.dvi : manual-de-sed.sgml
17
-	db2dvi -s ../stylesheet.dsl manual-de-sed.sgml
18
+	docbook2dvi -d ../stylesheet.dsl manual-de-sed.sgml
19
 	mv manual-de-sed.dvi manual-de.dvi
20
 
21
 manual-de.rtf : manual-de-sed.sgml
22
-	db2rtf -s ../stylesheet.dsl manual-de-sed.sgml
23
+	docbook2rtf -d ../stylesheet.dsl manual-de-sed.sgml
24
 	mv manual-de-sed.rtf manual-de.rtf
25
 
26
 manual-de.html : manual-de-sed.sgml
27
-	db2html -u -s ../stylesheet.dsl manual-de-sed.sgml
28
-	mv manual-de-sed/manual-de-sed.html manual-de.html
29
+	docbook2html -u -d ../stylesheet.dsl manual-de-sed.sgml
30
+	mv manual-de-sed.html manual-de.html
31
 	rm -rf manual-de-sed
32
 	rm -rf manual-de-sed.junk
33
 
(-)files/patch-doc_manual_en_Makefile.am (+33 lines)
Line 0 Link Here
1
--- doc/manual/en/Makefile.am.orig	2006-05-06 09:13:46.000000000 +0200
2
+++ doc/manual/en/Makefile.am	2016-02-17 20:51:40.928061000 +0100
3
@@ -18,24 +18,24 @@
4
 	$(do_subst) < $(srcdir)/manual-en.sgml > manual-en-sed.sgml
5
 
6
 manual-en.pdf : manual-en-sed.sgml
7
-	db2pdf -s ../stylesheet.dsl manual-en-sed.sgml
8
+	docbook2pdf -d ../stylesheet.dsl manual-en-sed.sgml
9
 	mv manual-en-sed.pdf manual-en.pdf
10
 
11
 manual-en.ps : manual-en-sed.sgml
12
-	db2ps -s ../stylesheet.dsl manual-en-sed.sgml
13
+	docbook2ps -d ../stylesheet.dsl manual-en-sed.sgml
14
 	mv manual-en-sed.ps manual-en.ps
15
 
16
 manual-en.dvi : manual-en-sed.sgml
17
-	db2dvi -s ../stylesheet.dsl manual-en-sed.sgml
18
+	docbook2dvi -d ../stylesheet.dsl manual-en-sed.sgml
19
 	mv manual-en-sed.dvi manual-en.dvi
20
 
21
 manual-en.rtf : manual-en-sed.sgml
22
-	db2rtf -s ../stylesheet.dsl manual-en-sed.sgml
23
+	docbook2rtf -d ../stylesheet.dsl manual-en-sed.sgml
24
 	mv manual-en-sed.rtf manual-en.rtf
25
 
26
 manual-en.html : manual-en-sed.sgml
27
-	db2html -u -s ../stylesheet.dsl manual-en-sed.sgml
28
-	mv manual-en-sed/manual-en-sed.html manual-en.html
29
+	docbook2html -u manual-en-sed.sgml
30
+	mv manual-en-sed.html manual-en.html
31
 	rm -rf manual-en-sed
32
 	rm -rf manual-en-sed.junk
33
 
(-)files/patch-doc_manual_en_manual-en.sgml (+18 lines)
Line 0 Link Here
1
--- doc/manual/en/manual-en.sgml.orig	2005-05-16 14:38:51.000000000 +0200
2
+++ doc/manual/en/manual-en.sgml	2016-02-17 20:39:53.059774000 +0100
3
@@ -190,6 +190,7 @@
4
 
5
 			<para>As mentioned above, there must be a small C program compiled. If you use Perl
6
 				5.8 and/or Linux, you could skip this step. For this, just execute 
7
+			</para>
8
 
9
 			<para>
10
 				<prompt>$ </prompt>
11
@@ -1023,6 +1024,7 @@
12
 			<para>For this, you can assign the variable <literal>BACKGROUND</literal>
13
 				the value <literal>on</literal>. In the debug mode (see <xref
14
 				linkend="debug">) this option has no effect.</para>
15
+		</sect3>
16
 		
17
 		<sect3 id="debug">
18
 			<title>Error messages</title>
(-)files/patch-doc_manual_es_Makefile.am (+33 lines)
Line 0 Link Here
1
--- doc/manual/es/Makefile.am.orig	2006-05-06 09:13:46.000000000 +0200
2
+++ doc/manual/es/Makefile.am	2016-02-17 20:51:40.928061000 +0100
3
@@ -18,24 +18,24 @@
4
 	$(do_subst) < $(srcdir)/manual-es.sgml > manual-es-sed.sgml
5
 
6
 manual-es.pdf : manual-es-sed.sgml
7
-	db2pdf -s ../stylesheet.dsl manual-es-sed.sgml
8
+	docbook2pdf -d ../stylesheet.dsl manual-es-sed.sgml
9
 	mv manual-es-sed.pdf manual-es.pdf
10
 
11
 manual-es.ps : manual-es-sed.sgml
12
-	db2ps -s ../stylesheet.dsl manual-es-sed.sgml
13
+	docbook2ps -d ../stylesheet.dsl manual-es-sed.sgml
14
 	mv manual-es-sed.ps manual-es.ps
15
 
16
 manual-es.dvi : manual-es-sed.sgml
17
-	db2dvi -s ../stylesheet.dsl manual-es-sed.sgml
18
+	docbook2dvi -d ../stylesheet.dsl manual-es-sed.sgml
19
 	mv manual-es-sed.dvi manual-es.dvi
20
 
21
 manual-es.rtf : manual-es-sed.sgml
22
-	db2rtf -s ../stylesheet.dsl manual-es-sed.sgml
23
+	docbook2rtf -d ../stylesheet.dsl manual-es-sed.sgml
24
 	mv manual-es-sed.rtf manual-es.rtf
25
 
26
 manual-es.html : manual-es-sed.sgml
27
-	db2html -u -s ../stylesheet.dsl manual-es-sed.sgml
28
-	mv manual-es-sed/manual-es-sed.html manual-es.html
29
+	docbook2html -u manual-es-sed.sgml
30
+	mv manual-es-sed.html manual-es.html
31
 	rm -rf manual-es-sed
32
 	rm -rf manual-es-sed.junk
33
 
(-)files/patch-doc_manual_it_Makefile.am (+33 lines)
Line 0 Link Here
1
--- doc/manual/it/Makefile.am.orig	2006-05-06 09:13:46.000000000 +0200
2
+++ doc/manual/it/Makefile.am	2016-02-17 20:51:40.928061000 +0100
3
@@ -18,24 +18,24 @@
4
 	$(do_subst) < $(srcdir)/manual-it.sgml > manual-it-sed.sgml
5
 
6
 manual-it.pdf : manual-it-sed.sgml
7
-	db2pdf -s ../stylesheet.dsl manual-it-sed.sgml
8
+	docbook2pdf -d ../stylesheet.dsl manual-it-sed.sgml
9
 	mv manual-it-sed.pdf manual-it.pdf
10
 
11
 manual-it.ps : manual-it-sed.sgml
12
-	db2ps -s ../stylesheet.dsl manual-it-sed.sgml
13
+	docbook2ps -d ../stylesheet.dsl manual-it-sed.sgml
14
 	mv manual-it-sed.ps manual-it.ps
15
 
16
 manual-it.dvi : manual-it-sed.sgml
17
-	db2dvi -s ../stylesheet.dsl manual-it-sed.sgml
18
+	docbook2dvi -d ../stylesheet.dsl manual-it-sed.sgml
19
 	mv manual-it-sed.dvi manual-it.dvi
20
 
21
 manual-it.rtf : manual-it-sed.sgml
22
-	db2rtf -s ../stylesheet.dsl manual-it-sed.sgml
23
+	docbook2rtf -d ../stylesheet.dsl manual-it-sed.sgml
24
 	mv manual-it-sed.rtf manual-it.rtf
25
 
26
 manual-it.html : manual-it-sed.sgml
27
-	db2html -u -s ../stylesheet.dsl manual-it-sed.sgml
28
-	mv manual-it-sed/manual-it-sed.html manual-it.html
29
+	docbook2html -u manual-it-sed.sgml
30
+	mv manual-it-sed.html manual-it.html
31
 	rm -rf manual-it-sed
32
 	rm -rf manual-it-sed.junk
33
 
(-)files/patch-doc_manual_it_manual-it.sgml (+11 lines)
Line 0 Link Here
1
--- doc/manual/it/manual-it.sgml.orig	2005-05-16 14:38:51.000000000 +0200
2
+++ doc/manual/it/manual-it.sgml	2016-02-20 09:33:23.732880000 +0100
3
@@ -1079,7 +1079,7 @@
4
             <row>
5
               <entry>ISO-8859-4</entry>
6
               <entry><literal>latin4</literal></entry>
7
-              <entry>Lingue Europa sud-orientale ed altre lingue/entry>
8
+              <entry>Lingue Europa sud-orientale ed altre lingue</entry>
9
             </row>
10
             <row>
11
               <entry>ISO-8859-9</entry>
(-)files/patch-doc_manual_sl_Makefile.am (+33 lines)
Line 0 Link Here
1
--- doc/manual/sl/Makefile.am.orig	2006-05-06 09:13:46.000000000 +0200
2
+++ doc/manual/sl/Makefile.am	2016-02-17 20:51:40.928061000 +0100
3
@@ -18,24 +18,24 @@
4
 	$(do_subst) < $(srcdir)/manual-sl.sgml > manual-sl-sed.sgml
5
 
6
 manual-sl.pdf : manual-sl-sed.sgml
7
-	db2pdf -s ../stylesheet.dsl manual-sl-sed.sgml
8
+	docbook2pdf -d ../stylesheet.dsl manual-sl-sed.sgml
9
 	mv manual-sl-sed.pdf manual-sl.pdf
10
 
11
 manual-sl.ps : manual-sl-sed.sgml
12
-	db2ps -s ../stylesheet.dsl manual-sl-sed.sgml
13
+	docbook2ps -d ../stylesheet.dsl manual-sl-sed.sgml
14
 	mv manual-sl-sed.ps manual-sl.ps
15
 
16
 manual-sl.dvi : manual-sl-sed.sgml
17
-	db2dvi -s ../stylesheet.dsl manual-sl-sed.sgml
18
+	docbook2dvi -d ../stylesheet.dsl manual-sl-sed.sgml
19
 	mv manual-sl-sed.dvi manual-sl.dvi
20
 
21
 manual-sl.rtf : manual-sl-sed.sgml
22
-	db2rtf -s ../stylesheet.dsl manual-sl-sed.sgml
23
+	docbook2rtf -d ../stylesheet.dsl manual-sl-sed.sgml
24
 	mv manual-sl-sed.rtf manual-sl.rtf
25
 
26
 manual-sl.html : manual-sl-sed.sgml
27
-	db2html -u -s ../stylesheet.dsl manual-sl-sed.sgml
28
-	mv manual-sl-sed/manual-sl-sed.html manual-sl.html
29
+	docbook2html -u manual-sl-sed.sgml
30
+	mv manual-sl-sed.html manual-sl.html
31
 	rm -rf manual-sl-sed
32
 	rm -rf manual-sl-sed.junk
33
 
(-)files/patch-langinfo_Makefile (-11 lines)
Lines 1-11 Link Here
1
--- langinfo/Makefile.orig	Fri Aug  1 13:58:17 2003
2
+++ langinfo/Makefile	Sun May 23 19:17:48 2004
3
@@ -18,7 +18,7 @@
4
 rm = rm
5
 
6
 
7
-all: muttprint-langinfo
8
+all: clean muttprint-langinfo
9
 
10
 muttprint-langinfo: main.o muttprint-langinfo.o muttprint-langinfo.h
11
 	$(CC) $(CCFLAGS) -o muttprint-langinfo muttprint-langinfo.o main.o
(-)files/patch-muttprint (-6 / +6 lines)
Lines 1-6 Link Here
1
--- muttprint.orig	Wed Apr  7 19:27:31 2004
1
--- muttprint.orig	2008-12-26 01:33:36.000000000 +0100
2
+++ muttprint	Sun May 23 17:37:08 2004
2
+++ muttprint	2016-02-17 12:27:58.437344000 +0100
3
@@ -92,13 +92,13 @@
3
@@ -105,13 +105,13 @@
4
 ######## 'private' variables for the rest
4
 ######## 'private' variables for the rest
5
 %Config = (
5
 %Config = (
6
 	PRINTER			=> 	'',
6
 	PRINTER			=> 	'',
Lines 16-28 Link Here
16
 	DEBUG			=>	'0',
16
 	DEBUG			=>	'0',
17
 	REM_SIG			=>	'off',
17
 	REM_SIG			=>	'off',
18
 	REM_QUOTE		=>	'off',
18
 	REM_QUOTE		=>	'off',
19
@@ -196,16 +196,16 @@
19
@@ -211,16 +211,16 @@
20
 	}
20
 	}
21
 }
21
 }
22
 
22
 
23
-$Config{PAPER} = getPaperConfig ();
23
-$Config{PAPER} = getPaperConfig ();
24
-readConfig ("/etc/Muttprintrc", "$ENV{HOME}/.muttprintrc");
24
-readConfig ("/etc/Muttprintrc", "$ENV{HOME}/.muttprintrc");
25
+#$Config{PAPER} = getPaperConfig ();
25
+# $Config{PAPER} = getPaperConfig ();
26
+readConfig ("%%PREFIX%%/etc/Muttprintrc", "$ENV{HOME}/.muttprintrc");
26
+readConfig ("%%PREFIX%%/etc/Muttprintrc", "$ENV{HOME}/.muttprintrc");
27
 
27
 
28
 
28
 
Lines 37-43 Link Here
37
 			: "off";
37
 			: "off";
38
 }
38
 }
39
 
39
 
40
@@ -1978,7 +1978,7 @@
40
@@ -2027,7 +2027,7 @@
41
 Options:
41
 Options:
42
 
42
 
43
 PLEASE NOTICE: These options override the corresponding settings in 
43
 PLEASE NOTICE: These options override the corresponding settings in 
(-)files/patch-pics_Makefile.am (+20 lines)
Line 0 Link Here
1
--- pics/Makefile.am.orig	2006-05-06 09:13:46.000000000 +0200
2
+++ pics/Makefile.am	2016-02-17 11:28:07.681020000 +0100
3
@@ -1,16 +1,3 @@
4
 dist_pkgdata_DATA = \
5
-		    BabyTuX_color.eps \
6
-		    BabyTuX_color.png \
7
-		    BabyTuX.eps \
8
-		    BabyTuX.png \
9
-		    Debian_color.eps \
10
-		    Debian_color.png \
11
-		    Debian.eps \
12
-		    Debian.png \
13
-		    Gentoo_color.eps \
14
-		    Gentoo_color.png \
15
-		    Gentoo.eps \
16
-		    Gentoo.png \
17
-		    penguin.eps \
18
-		    penguin.jpg \
19
+		    Beastie.eps \
20
 		    README.pics
(-)pkg-descr (-1 lines)
Lines 5-8 Link Here
5
Unix/Linux system.
5
Unix/Linux system.
6
6
7
WWW: http://muttprint.sourceforge.net/
7
WWW: http://muttprint.sourceforge.net/
8
(-)pkg-plist (-47 / +40 lines)
Lines 1-40 Link Here
1
bin/muttprint
1
bin/muttprint
2
bin/muttprint-langinfo
2
man/man1/muttprint.1.gz
3
man/man1/muttprint.1.gz
4
man/de/man1/muttprint.1.gz
5
man/es/man1/muttprint.1.gz
6
man/it/man1/muttprint.1.gz
3
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
7
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
4
%%PORTDOCS%%%%DOCSDIR%%/COPYING
8
%%PORTDOCS%%%%DOCSDIR%%/COPYING
5
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
6
%%PORTDOCS%%%%DOCSDIR%%/README
9
%%PORTDOCS%%%%DOCSDIR%%/README
7
%%PORTDOCS%%%%DOCSDIR%%/README.Gnus
10
%%PORTDOCS%%%%DOCSDIR%%/README.Gnus
8
%%PORTDOCS%%%%DOCSDIR%%/README.Latex
11
%%PORTDOCS%%%%DOCSDIR%%/README.Latex
9
%%PORTDOCS%%%%DOCSDIR%%/README.es
12
%%PORTDOCS%%%%DOCSDIR%%/README.es
10
%%PORTDOCS%%%%DOCSDIR%%/README.translations
13
%%PORTDOCS%%%%DOCSDIR%%/README.translations
14
%%PORTDOCS%%%%DOCSDIR%%/manual-de.dvi
15
%%PORTDOCS%%%%DOCSDIR%%/manual-de.html
11
%%PORTDOCS%%%%DOCSDIR%%/manual-de.pdf
16
%%PORTDOCS%%%%DOCSDIR%%/manual-de.pdf
12
%%PORTDOCS%%%%DOCSDIR%%/manual-de/index.html
17
%%PORTDOCS%%%%DOCSDIR%%/manual-de.ps
13
%%PORTDOCS%%%%DOCSDIR%%/manual-de/x23.html
18
%%PORTDOCS%%%%DOCSDIR%%/manual-de.rtf
14
%%PORTDOCS%%%%DOCSDIR%%/manual-de/x231.html
19
%%PORTDOCS%%%%DOCSDIR%%/manual-en.dvi
15
%%PORTDOCS%%%%DOCSDIR%%/manual-de/x647.html
20
%%PORTDOCS%%%%DOCSDIR%%/manual-en.html
16
%%PORTDOCS%%%%DOCSDIR%%/manual-de/x664.html
17
%%PORTDOCS%%%%DOCSDIR%%/manual-en.pdf
21
%%PORTDOCS%%%%DOCSDIR%%/manual-en.pdf
18
%%PORTDOCS%%%%DOCSDIR%%/manual-en/index.html
22
%%PORTDOCS%%%%DOCSDIR%%/manual-en.ps
19
%%PORTDOCS%%%%DOCSDIR%%/manual-en/x23.html
23
%%PORTDOCS%%%%DOCSDIR%%/manual-en.rtf
20
%%PORTDOCS%%%%DOCSDIR%%/manual-en/x230.html
24
%%PORTDOCS%%%%DOCSDIR%%/manual-es.dvi
21
%%PORTDOCS%%%%DOCSDIR%%/manual-en/x647.html
25
%%PORTDOCS%%%%DOCSDIR%%/manual-es.html
22
%%PORTDOCS%%%%DOCSDIR%%/manual-en/x662.html
23
%%PORTDOCS%%%%DOCSDIR%%/manual-es.pdf
26
%%PORTDOCS%%%%DOCSDIR%%/manual-es.pdf
24
%%PORTDOCS%%%%DOCSDIR%%/manual-es/index.html
27
%%PORTDOCS%%%%DOCSDIR%%/manual-es.ps
25
%%PORTDOCS%%%%DOCSDIR%%/manual-es/x191.html
28
%%PORTDOCS%%%%DOCSDIR%%/manual-es.rtf
26
%%PORTDOCS%%%%DOCSDIR%%/manual-es/x23.html
29
%%PORTDOCS%%%%DOCSDIR%%/manual-it.dvi
27
%%PORTDOCS%%%%DOCSDIR%%/manual-es/x650.html
30
%%PORTDOCS%%%%DOCSDIR%%/manual-it.html
28
%%PORTDOCS%%%%DOCSDIR%%/manual-it.pdf
31
%%PORTDOCS%%%%DOCSDIR%%/manual-it.pdf
29
%%PORTDOCS%%%%DOCSDIR%%/manual-it/index.html
32
%%PORTDOCS%%%%DOCSDIR%%/manual-it.ps
30
%%PORTDOCS%%%%DOCSDIR%%/manual-it/x194.html
33
%%PORTDOCS%%%%DOCSDIR%%/manual-it.rtf
31
%%PORTDOCS%%%%DOCSDIR%%/manual-it/x23.html
34
%%PORTDOCS%%%%DOCSDIR%%/manual-sl.dvi
32
%%PORTDOCS%%%%DOCSDIR%%/manual-it/x683.html
35
%%PORTDOCS%%%%DOCSDIR%%/manual-sl.html
33
%%PORTDOCS%%%%DOCSDIR%%/manual-sl.pdf
36
%%PORTDOCS%%%%DOCSDIR%%/manual-sl.pdf
34
%%PORTDOCS%%%%DOCSDIR%%/manual-sl/index.html
37
%%PORTDOCS%%%%DOCSDIR%%/manual-sl.ps
35
%%PORTDOCS%%%%DOCSDIR%%/manual-sl/x195.html
38
%%PORTDOCS%%%%DOCSDIR%%/manual-sl.rtf
36
%%PORTDOCS%%%%DOCSDIR%%/manual-sl/x23.html
37
%%PORTDOCS%%%%DOCSDIR%%/manual-sl/x700.html
38
%%PORTDOCS%%%%DOCSDIR%%/sample-muttprintrc-de
39
%%PORTDOCS%%%%DOCSDIR%%/sample-muttprintrc-de
39
%%PORTDOCS%%%%DOCSDIR%%/sample-muttprintrc-en
40
%%PORTDOCS%%%%DOCSDIR%%/sample-muttprintrc-en
40
%%PORTDOCS%%%%DOCSDIR%%/sample-muttprintrc-es
41
%%PORTDOCS%%%%DOCSDIR%%/sample-muttprintrc-es
Lines 42-68 Link Here
42
%%PORTDOCS%%%%DOCSDIR%%/sample-muttprintrc-it
43
%%PORTDOCS%%%%DOCSDIR%%/sample-muttprintrc-it
43
%%PORTDOCS%%%%DOCSDIR%%/sample-muttprintrc-nl
44
%%PORTDOCS%%%%DOCSDIR%%/sample-muttprintrc-nl
44
%%PORTDOCS%%%%DOCSDIR%%/sample-muttprintrc-si
45
%%PORTDOCS%%%%DOCSDIR%%/sample-muttprintrc-si
45
share/muttprint/BabyTuX.eps
46
%%DATADIR%%/Beastie.eps
46
share/muttprint/BabyTuX_color.eps
47
%%DATADIR%%/README.pics
47
share/muttprint/Beastie.eps
48
%%DATADIR%%/translations/translation-cs.pl
48
share/muttprint/Debian.eps
49
%%DATADIR%%/translations/translation-de.pl
49
share/muttprint/Debian_color.eps
50
%%DATADIR%%/translations/translation-es.pl
50
share/muttprint/Gentoo.eps
51
%%DATADIR%%/translations/translation-example.pl
51
share/muttprint/Gentoo_color.eps
52
%%DATADIR%%/translations/translation-fi.pl
52
share/muttprint/README.pics
53
%%DATADIR%%/translations/translation-fr.pl
53
share/muttprint/penguin.eps
54
%%DATADIR%%/translations/translation-hu.pl
54
share/muttprint/translations/README
55
%%DATADIR%%/translations/translation-it.pl
55
share/muttprint/translations/translation-cs.pl
56
%%DATADIR%%/translations/translation-nl.pl
56
share/muttprint/translations/translation-de.pl
57
%%DATADIR%%/translations/translation-pl.pl
57
share/muttprint/translations/translation-es.pl
58
%%DATADIR%%/translations/translation-pt.pl
58
share/muttprint/translations/translation-example.pl
59
%%DATADIR%%/translations/translation-ru.pl
59
share/muttprint/translations/translation-fi.pl
60
%%DATADIR%%/translations/translation-sl.pl
60
share/muttprint/translations/translation-fr.pl
61
%%DATADIR%%/translations/translation-sv.pl
61
share/muttprint/translations/translation-hu.pl
62
share/muttprint/translations/translation-it.pl
63
share/muttprint/translations/translation-nl.pl
64
share/muttprint/translations/translation-pl.pl
65
share/muttprint/translations/translation-pt.pl
66
share/muttprint/translations/translation-ru.pl
67
share/muttprint/translations/translation-sl.pl
68
share/muttprint/translations/translation-sv.pl

Return to bug 207299