Skip site navigation (1)Skip section navigation (2)
Date:      1 Sep 2002 21:42:22 -0000
From:      Sergei Kolobov <sergei@kolobov.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/42299: [PATCH] mail/abook: fix manpage, remove some doc files
Message-ID:  <20020901214222.44130.qmail@outpost.globcon.net>

next in thread | raw e-mail | index | archive | help

>Number:         42299
>Category:       ports
>Synopsis:       [PATCH] mail/abook: fix manpage, remove some doc files
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 01 14:50:04 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Sergei Kolobov
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD outpost.globcon.net 4.6-STABLE FreeBSD 4.6-STABLE #0: Thu Aug 1 02:44:26 MSD 2002 sgk@outpost.globcon.net:/data/FreeBSD/obj/data/FreeBSD/src/sys/OUTPOST i386
>Description:
- Add patch to update abook(1) manpage (submitted to SourceForge)
- Remove INSTALL and NEWS from the list of installed documantaion files
  (INSTALL contains standard installation instruction from autoconf package,
  NOTES is empty)


abook(1) manpage included in the port does not list the following input and 
output formats:

input:
- mutt

output:
- ldif
- spruce

Sync the manpage with abook --help output.
>How-To-Repeat:
>Fix:
Patch included.
I have also submitted the manpage patch to SourceForge (request #603255).

--- abook-0.4.17.patch begins here ---
diff -urN /usr/ports/mail/abook/Makefile /home/sgk/ports/mail/abook/Makefile
--- /usr/ports/mail/abook/Makefile	Tue Aug 20 04:08:51 2002
+++ /home/sgk/ports/mail/abook/Makefile	Mon Sep  2 00:47:28 2002
@@ -23,12 +23,12 @@
 
 MAN1=		abook.1
 MAN5=		abookrc.5
+DOCS=		ANNOUNCE AUTHORS BUGS COPYING ChangeLog FAQ README THANKS TODO
 
 post-install:
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
-.for file in ANNOUNCE AUTHORS BUGS COPYING ChangeLog FAQ INSTALL NEWS README \
-	THANKS TODO
+.for file in ${DOCS}
 	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
 .endfor
 .endif
diff -urN /usr/ports/mail/abook/files/patch-abook.1 /home/sgk/ports/mail/abook/files/patch-abook.1
--- /usr/ports/mail/abook/files/patch-abook.1	Thu Jan  1 03:00:00 1970
+++ /home/sgk/ports/mail/abook/files/patch-abook.1	Mon Sep  2 01:19:00 2002
@@ -0,0 +1,29 @@
+--- abook.1.orig	Mon Sep  2 00:50:11 2002
++++ abook.1	Mon Sep  2 00:53:12 2002
+@@ -40,6 +40,8 @@
+ .br
+ - \fBldif\fP ldif / Netscape addressbook
+ .br
++- \fBmutt\fP mutt alias
++.br
+ - \fBpine\fP pine addressbook
+ .br
+ - \fBcsv\fP comma separated values
+@@ -49,6 +51,8 @@
+ .br
+ - \fBabook\fP abook native format
+ .br
++- \fBldif\fP ldif / Netscape addressbook (.4ld)
++.br
+ - \fBmutt\fP mutt alias
+ .br
+ - \fBhtml\fP html document
+@@ -62,6 +66,8 @@
+ - \fBelm\fP elm alias
+ .br
+ - \fBtext\fP plain text
++.br
++- \fBspruce\fP Spruce address book
+ .TP
+ \fB\-\-add-email\fP
+ Read an e-mail message from stdin and add the sender to the addressbook.
diff -urN /usr/ports/mail/abook/pkg-plist /home/sgk/ports/mail/abook/pkg-plist
--- /usr/ports/mail/abook/pkg-plist	Wed Nov  7 04:09:40 2001
+++ /home/sgk/ports/mail/abook/pkg-plist	Mon Sep  2 01:26:15 2002
@@ -5,8 +5,6 @@
 %%PORTDOCS%%share/doc/abook/COPYING
 %%PORTDOCS%%share/doc/abook/ChangeLog
 %%PORTDOCS%%share/doc/abook/FAQ
-%%PORTDOCS%%share/doc/abook/INSTALL
-%%PORTDOCS%%share/doc/abook/NEWS
 %%PORTDOCS%%share/doc/abook/README
 %%PORTDOCS%%share/doc/abook/THANKS
 %%PORTDOCS%%share/doc/abook/TODO
--- abook-0.4.17.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020901214222.44130.qmail>