summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2001-11-30 14:31:11 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2001-11-30 14:31:11 +0000
commita2c2418b51448cc0677cd897592770153de96fa3 (patch)
treee9e076afa9376b49811c47b7cead548fe38df4c7 /mail
parentNew port: p5-DBD-ODBC, DBD module interfacing the ODBC databases. (diff)
Stop people complaining about the absence of plain text versions of
the documentation by installing them. Update the post-install notes to reflect the presence of the new exim-doc-* ports for alternative documentation formats. Bump PORTREVISION.
Notes
Notes: svn path=/head/; revision=50767
Diffstat (limited to 'mail')
-rw-r--r--mail/exim-devel/Makefile5
-rw-r--r--mail/exim-devel/files/POST-INSTALL-NOTES19
-rw-r--r--mail/exim-devel/pkg-plist3
-rw-r--r--mail/exim-old/Makefile5
-rw-r--r--mail/exim-old/files/POST-INSTALL-NOTES19
-rw-r--r--mail/exim-old/pkg-plist3
-rw-r--r--mail/exim/Makefile5
-rw-r--r--mail/exim/files/POST-INSTALL-NOTES19
-rw-r--r--mail/exim/pkg-plist3
9 files changed, 72 insertions, 9 deletions
diff --git a/mail/exim-devel/Makefile b/mail/exim-devel/Makefile
index 96d4fa0b3179..0ff2b2c452b5 100644
--- a/mail/exim-devel/Makefile
+++ b/mail/exim-devel/Makefile
@@ -7,7 +7,7 @@
PORTNAME= exim
PORTVERSION= 3.33
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= mail
MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim3/ \
http://www.exim.org/ftp/exim3/ \
@@ -194,6 +194,9 @@ post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/exim
${INSTALL_DATA} ${FILESDIR}/POST-INSTALL-NOTES ${PREFIX}/share/doc/exim
+ ${INSTALL_DATA} ${WRKSRC}/doc/filter.txt ${PREFIX}/share/doc/exim
+ ${INSTALL_DATA} ${WRKSRC}/doc/oview.txt ${PREFIX}/share/doc/exim
+ ${INSTALL_DATA} ${WRKSRC}/doc/spec.txt ${PREFIX}/share/doc/exim
.endif
@${CAT} ${PKGMESSAGE}
diff --git a/mail/exim-devel/files/POST-INSTALL-NOTES b/mail/exim-devel/files/POST-INSTALL-NOTES
index fda40dc3c7bf..0139dd29bd04 100644
--- a/mail/exim-devel/files/POST-INSTALL-NOTES
+++ b/mail/exim-devel/files/POST-INSTALL-NOTES
@@ -4,8 +4,23 @@ The following documentation has been installed:
info Exim -> Exim Specification (User Guide)
info 'Exim Filtering' -> Exim Filter Specification (for end-users)
-Postscript, PDF, HTML and plain text versions of these documents, as well
-as a comprehensive FAQ list, are available at http://www.exim.org/ .
+In addition, plain text versions of these documents have been installed
+as:
+
+ ${PREFIX}/share/doc/exim/oview.txt
+ ${PREFIX}/share/doc/exim/filter.txt
+ ${PREFIX}/share/doc/exim/spec.txt
+
+Postscript, PDF and HTML versions of these documents are available in
+the ports tree as:
+
+ ports/mail/exim-doc-postscript
+ ports/mail/exim-doc-pdf
+ ports/mail/exim-doc-html
+
+In addition, a comprehensive FAQ list is available at:
+
+ http://www.exim.org/
To run Exim instead of sendmail on startup:
diff --git a/mail/exim-devel/pkg-plist b/mail/exim-devel/pkg-plist
index 11c6842fa92f..996ab003b2a9 100644
--- a/mail/exim-devel/pkg-plist
+++ b/mail/exim-devel/pkg-plist
@@ -15,6 +15,9 @@ sbin/exigrep
sbin/eximstats
sbin/exiqsumm
%%PORTDOCS%%share/doc/exim/POST-INSTALL-NOTES
+%%PORTDOCS%%share/doc/exim/filter.txt
+%%PORTDOCS%%share/doc/exim/oview.txt
+%%PORTDOCS%%share/doc/exim/spec.txt
@unexec install-info --delete %D/info/exim_overview.info %D/info/dir
@unexec install-info --delete %D/info/exim.info %D/info/dir
@unexec install-info --delete %D/info/exim_filter.info %D/info/dir
diff --git a/mail/exim-old/Makefile b/mail/exim-old/Makefile
index 96d4fa0b3179..0ff2b2c452b5 100644
--- a/mail/exim-old/Makefile
+++ b/mail/exim-old/Makefile
@@ -7,7 +7,7 @@
PORTNAME= exim
PORTVERSION= 3.33
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= mail
MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim3/ \
http://www.exim.org/ftp/exim3/ \
@@ -194,6 +194,9 @@ post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/exim
${INSTALL_DATA} ${FILESDIR}/POST-INSTALL-NOTES ${PREFIX}/share/doc/exim
+ ${INSTALL_DATA} ${WRKSRC}/doc/filter.txt ${PREFIX}/share/doc/exim
+ ${INSTALL_DATA} ${WRKSRC}/doc/oview.txt ${PREFIX}/share/doc/exim
+ ${INSTALL_DATA} ${WRKSRC}/doc/spec.txt ${PREFIX}/share/doc/exim
.endif
@${CAT} ${PKGMESSAGE}
diff --git a/mail/exim-old/files/POST-INSTALL-NOTES b/mail/exim-old/files/POST-INSTALL-NOTES
index fda40dc3c7bf..0139dd29bd04 100644
--- a/mail/exim-old/files/POST-INSTALL-NOTES
+++ b/mail/exim-old/files/POST-INSTALL-NOTES
@@ -4,8 +4,23 @@ The following documentation has been installed:
info Exim -> Exim Specification (User Guide)
info 'Exim Filtering' -> Exim Filter Specification (for end-users)
-Postscript, PDF, HTML and plain text versions of these documents, as well
-as a comprehensive FAQ list, are available at http://www.exim.org/ .
+In addition, plain text versions of these documents have been installed
+as:
+
+ ${PREFIX}/share/doc/exim/oview.txt
+ ${PREFIX}/share/doc/exim/filter.txt
+ ${PREFIX}/share/doc/exim/spec.txt
+
+Postscript, PDF and HTML versions of these documents are available in
+the ports tree as:
+
+ ports/mail/exim-doc-postscript
+ ports/mail/exim-doc-pdf
+ ports/mail/exim-doc-html
+
+In addition, a comprehensive FAQ list is available at:
+
+ http://www.exim.org/
To run Exim instead of sendmail on startup:
diff --git a/mail/exim-old/pkg-plist b/mail/exim-old/pkg-plist
index 11c6842fa92f..996ab003b2a9 100644
--- a/mail/exim-old/pkg-plist
+++ b/mail/exim-old/pkg-plist
@@ -15,6 +15,9 @@ sbin/exigrep
sbin/eximstats
sbin/exiqsumm
%%PORTDOCS%%share/doc/exim/POST-INSTALL-NOTES
+%%PORTDOCS%%share/doc/exim/filter.txt
+%%PORTDOCS%%share/doc/exim/oview.txt
+%%PORTDOCS%%share/doc/exim/spec.txt
@unexec install-info --delete %D/info/exim_overview.info %D/info/dir
@unexec install-info --delete %D/info/exim.info %D/info/dir
@unexec install-info --delete %D/info/exim_filter.info %D/info/dir
diff --git a/mail/exim/Makefile b/mail/exim/Makefile
index 96d4fa0b3179..0ff2b2c452b5 100644
--- a/mail/exim/Makefile
+++ b/mail/exim/Makefile
@@ -7,7 +7,7 @@
PORTNAME= exim
PORTVERSION= 3.33
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= mail
MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim3/ \
http://www.exim.org/ftp/exim3/ \
@@ -194,6 +194,9 @@ post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/exim
${INSTALL_DATA} ${FILESDIR}/POST-INSTALL-NOTES ${PREFIX}/share/doc/exim
+ ${INSTALL_DATA} ${WRKSRC}/doc/filter.txt ${PREFIX}/share/doc/exim
+ ${INSTALL_DATA} ${WRKSRC}/doc/oview.txt ${PREFIX}/share/doc/exim
+ ${INSTALL_DATA} ${WRKSRC}/doc/spec.txt ${PREFIX}/share/doc/exim
.endif
@${CAT} ${PKGMESSAGE}
diff --git a/mail/exim/files/POST-INSTALL-NOTES b/mail/exim/files/POST-INSTALL-NOTES
index fda40dc3c7bf..0139dd29bd04 100644
--- a/mail/exim/files/POST-INSTALL-NOTES
+++ b/mail/exim/files/POST-INSTALL-NOTES
@@ -4,8 +4,23 @@ The following documentation has been installed:
info Exim -> Exim Specification (User Guide)
info 'Exim Filtering' -> Exim Filter Specification (for end-users)
-Postscript, PDF, HTML and plain text versions of these documents, as well
-as a comprehensive FAQ list, are available at http://www.exim.org/ .
+In addition, plain text versions of these documents have been installed
+as:
+
+ ${PREFIX}/share/doc/exim/oview.txt
+ ${PREFIX}/share/doc/exim/filter.txt
+ ${PREFIX}/share/doc/exim/spec.txt
+
+Postscript, PDF and HTML versions of these documents are available in
+the ports tree as:
+
+ ports/mail/exim-doc-postscript
+ ports/mail/exim-doc-pdf
+ ports/mail/exim-doc-html
+
+In addition, a comprehensive FAQ list is available at:
+
+ http://www.exim.org/
To run Exim instead of sendmail on startup:
diff --git a/mail/exim/pkg-plist b/mail/exim/pkg-plist
index 11c6842fa92f..996ab003b2a9 100644
--- a/mail/exim/pkg-plist
+++ b/mail/exim/pkg-plist
@@ -15,6 +15,9 @@ sbin/exigrep
sbin/eximstats
sbin/exiqsumm
%%PORTDOCS%%share/doc/exim/POST-INSTALL-NOTES
+%%PORTDOCS%%share/doc/exim/filter.txt
+%%PORTDOCS%%share/doc/exim/oview.txt
+%%PORTDOCS%%share/doc/exim/spec.txt
@unexec install-info --delete %D/info/exim_overview.info %D/info/dir
@unexec install-info --delete %D/info/exim.info %D/info/dir
@unexec install-info --delete %D/info/exim_filter.info %D/info/dir