From root@johncoop.MSHOME.bmi.net  Sun Nov 18 14:37:31 2001
Return-Path: <root@johncoop.MSHOME.bmi.net>
Received: from yoda.bmi.net (yoda.bmi.net [204.57.191.163])
	by hub.freebsd.org (Postfix) with ESMTP
	id 8681637B416; Sun, 18 Nov 2001 14:37:30 -0800 (PST)
Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged))
	by yoda.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id OAA25098;
	Sun, 18 Nov 2001 14:34:06 -0800
Received: by johncoop.MSHOME (Postfix, from userid 0)
	id 665F515503; Sun, 18 Nov 2001 14:37:21 -0800 (PST)
Message-Id: <20011118223721.665F515503@johncoop.MSHOME>
Date: Sun, 18 Nov 2001 14:37:21 -0800 (PST)
From: John Merryweather Cooper <john_m_cooper@yahoo.com>
Reply-To: John Merryweather Cooper <john_m_cooper@yahoo.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: sobomax@freebsd.org, gnome@freebsd.org
Subject: [MAINTAINER-UPDATE] Add full HTML documentation and adjust build
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         32093
>Category:       ports
>Synopsis:       [MAINTAINER-UPDATE] Add full HTML documentation and adjust build
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 18 14:40:01 PST 2001
>Closed-Date:    Sun Dec 2 19:11:54 PST 2001
>Last-Modified:  Sun Dec 02 19:12:51 PST 2001
>Originator:     John Merryweather Cooper
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD johncoop.MSHOME 4.4-STABLE FreeBSD 4.4-STABLE #9: Fri Nov 16 02:04:07 PST 2001 jmcoopr@johncoop.MSHOME:/usr/obj/usr/src/sys/JOHNCOOP i386


	
>Description:
	One of the authors of screem, David Knight, graciously provided
	me with a tarball of the pre-built HTML documentation.  Currently,
	screem-0.4.1 contains only SGML documentation.  Mr. Knight tells
	me that this should work fine if nautilus is setup as your help
	browser, but precious few FreeBSD systems are built this way
	(at least on -STABLE) because of problems with nautilus that have
	happily gone away with time.

	I have uploaded the tarball to my site and included the URL in the
	Makefile.  This is the only site where the tarball for the docs
	may be found.  The committer may wish to acquire additional sites
	at his/her discretion.

	A port revision bump is in order because the results on clicking
	on "Manual" under the Help menu are very unpleasant without this
	revision.  :)

>How-To-Repeat:
	N/A

>Fix:

	makepatch -nomanifest -diff "diff -u" screem screem.new follows
	(you can build it from textproc/makepatch -- is someone going
	to commit my patch to it one day ??):

# This is a patch for screem to update it to screem.new
# 
# To apply this patch:
# STEP 1: Chdir to the source directory.
# STEP 2: Run the 'applypatch' program with this patch file as input.
#
# If you do not have 'applypatch', it is part of the 'makepatch' package
# that you can fetch from the Comprehensive Perl Archive Network:
# http://www.perl.com/CPAN/authors/Johan_Vromans/makepatch-x.y.tar.gz
# In the above URL, 'x' should be 2 or higher.
#
# To apply this patch without the use of 'applypatch':
# STEP 1: Chdir to the source directory.
# STEP 2: Run the 'patch' program with this file as input.
#
#### End of Preamble ####

#### Patch data follows ####
diff -u 'screem/Makefile' 'screem.new/Makefile'
Index: ./Makefile
--- ./Makefile	Wed Nov 14 01:38:37 2001
+++ ./Makefile	Sun Nov 18 13:56:15 2001
@@ -2,15 +2,18 @@
 # Date created:		05 Nov 1999
 # Whom:			Will Andrews <andrews@technologist.com>
 #
-# $FreeBSD: ports/www/screem/Makefile,v 1.23 2001/11/14 09:38:37 sobomax Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	screem
 PORTVERSION=	0.4.1
+PORTREVISION=	1
 CATEGORIES=	www gnome
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
-		http://www.screem.org/src/
+		http://www.screem.org/src/ \
+		http://www.borgsdemons.com/distfiles/screem/
 MASTER_SITE_SUBDIR=	${PORTNAME}
+DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${PORTNAME}-docs${EXTRACT_SUFX}
 
 MAINTAINER=	jmcoopr@webmail.bmi.net
 
@@ -31,5 +34,9 @@
 		's|\@GNOME_DATA_PREFIX\@|\$$\(datadir\)|g ; \
 		 s|\$\(datadir\)/gnome|\$\(datadir\)|g ; \
 		 s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
+
+post-install:
+	@${INSTALL_DATA} ${WRKSRC}/../${PORTNAME}-docs/* \
+		${PREFIX}/share/gnome/help/screem/C/
 
 .include <bsd.port.mk>
diff -u 'screem/distinfo' 'screem.new/distinfo'
Index: ./distinfo
--- ./distinfo	Tue Nov 13 08:34:05 2001
+++ ./distinfo	Sun Nov 18 13:48:32 2001
@@ -1 +1,2 @@
 MD5 (screem-0.4.1.tar.gz) = 8424eb59a232e976f9dd276320727f5b
+MD5 (screem-docs.tar.gz) = 4afc0446ed4e876ea004d08043751760
diff -u 'screem/pkg-plist' 'screem.new/pkg-plist'
Index: ./pkg-plist
--- ./pkg-plist	Wed Feb 28 02:51:58 2001
+++ ./pkg-plist	Sun Nov 18 14:07:01 2001
@@ -13,8 +13,16 @@
 lib/screem/plugins/tableWizard.so
 lib/screem/plugins/uploadWizard.so
 share/gnome/apps/Development/screem.desktop
+share/gnome/help/screem/C/authors.html
 share/gnome/help/screem/C/authors.sgml
+share/gnome/help/screem/C/bugs.html
 share/gnome/help/screem/C/bugs.sgml
+share/gnome/help/screem/C/cvs.html
+share/gnome/help/screem/C/dnd.html
+share/gnome/help/screem/C/documentstructure.html
+share/gnome/help/screem/C/dtd.html
+share/gnome/help/screem/C/externalbrowsers.html
+share/gnome/help/screem/C/features.html
 share/gnome/help/screem/C/features.sgml
 share/gnome/help/screem/C/figs/color.png
 share/gnome/help/screem/C/figs/copybutton.png
@@ -48,14 +56,50 @@
 share/gnome/help/screem/C/figs/todo.png
 share/gnome/help/screem/C/figs/upload.png
 share/gnome/help/screem/C/figs/wizardbutton.png
+share/gnome/help/screem/C/guilescripting.html
+share/gnome/help/screem/C/highlighting.html
+share/gnome/help/screem/C/index.html
+share/gnome/help/screem/C/inlinetagginginfo.html
+share/gnome/help/screem/C/install-install.html
+share/gnome/help/screem/C/install-uninstall.html
+share/gnome/help/screem/C/install-what.html
+share/gnome/help/screem/C/install.html
 share/gnome/help/screem/C/install.sgml
+share/gnome/help/screem/C/intelliclose.html
+share/gnome/help/screem/C/intellientity.html
+share/gnome/help/screem/C/internationalisation.html
+share/gnome/help/screem/C/intro.html
 share/gnome/help/screem/C/intro.sgml
+share/gnome/help/screem/C/keymacros.html
+share/gnome/help/screem/C/libraryrequirements.html
+share/gnome/help/screem/C/linkfix.html
+share/gnome/help/screem/C/linkview.html
+share/gnome/help/screem/C/multiprojects.html
+share/gnome/help/screem/C/plugins.html
+share/gnome/help/screem/C/previewwindow.html
+share/gnome/help/screem/C/printing.html
+share/gnome/help/screem/C/requirements.html
 share/gnome/help/screem/C/requirements.sgml
 share/gnome/help/screem/C/screem.sgml
 share/gnome/help/screem/C/screemDev.sgml
 share/gnome/help/screem/C/screemGuiRef.sgml
+share/gnome/help/screem/C/searchreplace.html
+share/gnome/help/screem/C/setup-helpers.html
+share/gnome/help/screem/C/setup-import.html
+share/gnome/help/screem/C/setup.html
 share/gnome/help/screem/C/setup.sgml
+share/gnome/help/screem/C/sitewidetemplates.html
+share/gnome/help/screem/C/spellchecking.html
+share/gnome/help/screem/C/started-editing.html
+share/gnome/help/screem/C/started-previewing.html
+share/gnome/help/screem/C/started-uploading.html
+share/gnome/help/screem/C/started.html
 share/gnome/help/screem/C/started.sgml
+share/gnome/help/screem/C/taghelp.html
+share/gnome/help/screem/C/taglist.html
+share/gnome/help/screem/C/tagproperties.html
+share/gnome/help/screem/C/todolist.html
+share/gnome/help/screem/C/tooltips.html
 share/gnome/help/screem/C/topic.dat
 share/gnome/mc/templates/screem.desktop
 share/gnome/mime-info/screem.keys
@@ -259,35 +303,35 @@
 share/locale/sv/LC_MESSAGES/screem.mo
 share/locale/tr/LC_MESSAGES/screem.mo
 share/locale/uk/LC_MESSAGES/screem.mo
-@dirrm share/gnome/screem/syntax
-@dirrm share/gnome/screem/resources/Templates
-@dirrm share/gnome/screem/resources/PHP3
-@dirrm share/gnome/screem/resources/Javascript
-@dirrm share/gnome/screem/resources/Images
-@dirrm share/gnome/screem/resources/HTML
-@dirrm share/gnome/screem/resources/Applets
-@dirrm share/gnome/screem/resources
-@dirrm share/gnome/screem/htmlhelp/tables
-@dirrm share/gnome/screem/htmlhelp/special
-@dirrm share/gnome/screem/htmlhelp/phrase
-@dirrm share/gnome/screem/htmlhelp/lists
-@dirrm share/gnome/screem/htmlhelp/html
-@dirrm share/gnome/screem/htmlhelp/head
-@dirrm share/gnome/screem/htmlhelp/frames
-@dirrm share/gnome/screem/htmlhelp/forms
-@dirrm share/gnome/screem/htmlhelp/fontstyle
-@dirrm share/gnome/screem/htmlhelp/entities
-@dirrm share/gnome/screem/htmlhelp/block
-@dirrm share/gnome/screem/htmlhelp
-@dirrm share/gnome/screem/hints
-@dirrm share/gnome/screem/glade
-@dirrm share/gnome/screem/frames
-@dirrm share/gnome/screem/dtd
-@dirrm share/gnome/screem
-@dirrm share/gnome/pixmaps/screem/splash
-@dirrm share/gnome/pixmaps/screem
+@dirrm lib/screem/plugins
+@dirrm lib/screem
 @dirrm share/gnome/help/screem/C/figs
 @dirrm share/gnome/help/screem/C
 @dirrm share/gnome/help/screem
-@dirrm lib/screem/plugins
-@dirrm lib/screem
+@dirrm share/gnome/pixmaps/screem/splash
+@dirrm share/gnome/pixmaps/screem
+@dirrm share/gnome/screem/dtd
+@dirrm share/gnome/screem/frames
+@dirrm share/gnome/screem/glade
+@dirrm share/gnome/screem/hints
+@dirrm share/gnome/screem/htmlhelp/block
+@dirrm share/gnome/screem/htmlhelp/entities
+@dirrm share/gnome/screem/htmlhelp/fontstyle
+@dirrm share/gnome/screem/htmlhelp/forms
+@dirrm share/gnome/screem/htmlhelp/frames
+@dirrm share/gnome/screem/htmlhelp/head
+@dirrm share/gnome/screem/htmlhelp/html
+@dirrm share/gnome/screem/htmlhelp/lists
+@dirrm share/gnome/screem/htmlhelp/phrase
+@dirrm share/gnome/screem/htmlhelp/special
+@dirrm share/gnome/screem/htmlhelp/tables
+@dirrm share/gnome/screem/htmlhelp
+@dirrm share/gnome/screem/resources/Applets
+@dirrm share/gnome/screem/resources/HTML
+@dirrm share/gnome/screem/resources/Images
+@dirrm share/gnome/screem/resources/Javascript
+@dirrm share/gnome/screem/resources/PHP3
+@dirrm share/gnome/screem/resources/Templates
+@dirrm share/gnome/screem/resources
+@dirrm share/gnome/screem/syntax
+@dirrm share/gnome/screem
#### End of Patch data ####

#### ApplyPatch data follows ####
# Data version        : 1.0
# Date generated      : Sun Nov 18 14:27:35 2001
# Generated by        : makepatch 2.00
# Recurse directories : Yes
# p 'Makefile' 984 1006120575 0100644
# p 'distinfo' 61 1006120112 0100644
# p 'pkg-plist' 12141 1006121221 0100644
#### End of ApplyPatch data ####

#### End of Patch kit [created: Sun Nov 18 14:27:35 2001] ####
#### Checksum: 210 7914 39719 ####
>Release-Note:
>Audit-Trail:

From: John Merryweather Cooper <john_m_cooper@yahoo.com>
To: freebsd-gnats-submit@FreeBSD.org
Cc: Maxim Sobolev <sobomax@FreeBSD.org>, gnome@FreeBSD.org
Subject: Re: ports/32093: [MAINTAINER-UPDATE] Add full HTML documentation and adjust build
Date: Tue, 20 Nov 2001 16:09:07 -0800

 --=_/1gGOGAbQceqfd
 Content-Type: text/plain; format=flowed; charset=ISO-8859-1
 Content-Transfer-Encoding: 8bit
 
 Attached is a revised patchset from screem-0.4.1 to 0.4.1_1.  This 
 patch introduces a dependency on www/neon and disables the build (of 
 the much eariler) internal version of neon that comes with screem.
 
 -- 
 jmc                               ||   MacroHard --                    \
                                    ||       the perfection of form over 
 |
 ----------------------------------||       substance, marketing over   |
 Web:  http://www.borgsdemons.com  ||       performance, and greed over |
                                    ||       design . . .                
 |
 =======================================================================/
 Public Key:  http://www.borgsdemons.com/Personal/pgpkey.asc            |
 =======================================================================\
 
 --=_/1gGOGAbQceqfd
 Content-Type: application/octet-stream; charset=us-ascii
 Content-Disposition: attachment; filename="revise-screem-0.4.1_1.patch"
 Content-Transfer-Encoding: base64
 
 IyBUaGlzIGlzIGEgcGF0Y2ggZm9yIHNjcmVlbSB0byB1cGRhdGUgaXQgdG8gc2NyZWVtLm5l
 dwojIAojIFRvIGFwcGx5IHRoaXMgcGF0Y2g6CiMgU1RFUCAxOiBDaGRpciB0byB0aGUgc291
 cmNlIGRpcmVjdG9yeS4KIyBTVEVQIDI6IFJ1biB0aGUgJ2FwcGx5cGF0Y2gnIHByb2dyYW0g
 d2l0aCB0aGlzIHBhdGNoIGZpbGUgYXMgaW5wdXQuCiMKIyBJZiB5b3UgZG8gbm90IGhhdmUg
 J2FwcGx5cGF0Y2gnLCBpdCBpcyBwYXJ0IG9mIHRoZSAnbWFrZXBhdGNoJyBwYWNrYWdlCiMg
 dGhhdCB5b3UgY2FuIGZldGNoIGZyb20gdGhlIENvbXByZWhlbnNpdmUgUGVybCBBcmNoaXZl
 IE5ldHdvcms6CiMgaHR0cDovL3d3dy5wZXJsLmNvbS9DUEFOL2F1dGhvcnMvSm9oYW5fVnJv
 bWFucy9tYWtlcGF0Y2gteC55LnRhci5negojIEluIHRoZSBhYm92ZSBVUkwsICd4JyBzaG91
 bGQgYmUgMiBvciBoaWdoZXIuCiMKIyBUbyBhcHBseSB0aGlzIHBhdGNoIHdpdGhvdXQgdGhl
 IHVzZSBvZiAnYXBwbHlwYXRjaCc6CiMgU1RFUCAxOiBDaGRpciB0byB0aGUgc291cmNlIGRp
 cmVjdG9yeS4KIyBTVEVQIDI6IFJ1biB0aGUgJ3BhdGNoJyBwcm9ncmFtIHdpdGggdGhpcyBm
 aWxlIGFzIGlucHV0LgojCiMjIyMgRW5kIG9mIFByZWFtYmxlICMjIyMKCiMjIyMgUGF0Y2gg
 ZGF0YSBmb2xsb3dzICMjIyMKZGlmZiAtdSAnc2NyZWVtL01ha2VmaWxlJyAnc2NyZWVtLm5l
 dy9NYWtlZmlsZScKSW5kZXg6IC4vTWFrZWZpbGUKLS0tIC4vTWFrZWZpbGUJV2VkIE5vdiAx
 NCAwMTozODozNyAyMDAxCisrKyAuL01ha2VmaWxlCVR1ZSBOb3YgMjAgMTU6NDE6NTAgMjAw
 MQpAQCAtMiwxOCArMiwyNCBAQAogIyBEYXRlIGNyZWF0ZWQ6CQkwNSBOb3YgMTk5OQogIyBX
 aG9tOgkJCVdpbGwgQW5kcmV3cyA8YW5kcmV3c0B0ZWNobm9sb2dpc3QuY29tPgogIwotIyAk
 RnJlZUJTRDogcG9ydHMvd3d3L3NjcmVlbS9NYWtlZmlsZSx2IDEuMjMgMjAwMS8xMS8xNCAw
 OTozODozNyBzb2JvbWF4IEV4cCAkCisjICRGcmVlQlNEJAogIwogCiBQT1JUTkFNRT0Jc2Ny
 ZWVtCiBQT1JUVkVSU0lPTj0JMC40LjEKK1BPUlRSRVZJU0lPTj0JMQogQ0FURUdPUklFUz0J
 d3d3IGdub21lCiBNQVNURVJfU0lURVM9CSR7TUFTVEVSX1NJVEVfU09VUkNFRk9SR0V9IFwK
 LQkJaHR0cDovL3d3dy5zY3JlZW0ub3JnL3NyYy8KKwkJaHR0cDovL3d3dy5zY3JlZW0ub3Jn
 L3NyYy8gXAorCQlodHRwOi8vd3d3LmJvcmdzZGVtb25zLmNvbS9kaXN0ZmlsZXMvc2NyZWVt
 LwogTUFTVEVSX1NJVEVfU1VCRElSPQkke1BPUlROQU1FfQorRElTVEZJTEVTPQkke0RJU1RO
 QU1FfSR7RVhUUkFDVF9TVUZYfSAke1BPUlROQU1FfS1kb2NzJHtFWFRSQUNUX1NVRlh9CiAK
 IE1BSU5UQUlORVI9CWptY29vcHJAd2VibWFpbC5ibWkubmV0CiAKK0JVSUxEX0RFUEVORFM9
 CSR7TE9DQUxCQVNFfS9iaW4vbmVvbi1jb25maWc6JHtQT1JUU0RJUn0vd3d3L25lb24KK1JV
 Tl9ERVBFTkRTPQkke0xPQ0FMQkFTRX0vYmluL25lb24tY29uZmlnOiR7UE9SVFNESVJ9L3d3
 dy9uZW9uCisKIFVTRV9HTUFLRT0JeWVzCiBVU0VfWF9QUkVGSVg9CXllcwogVVNFX1hQTT0J
 eWVzCkBAIC0yMiw3ICsyOCw3IEBACiBVU0VfT1BFTlNTTD0JeWVzCiBDT05GSUdVUkVfRU5W
 PQlDUFBGTEFHUz0iLUkke0xPQ0FMQkFTRX0vaW5jbHVkZSIgXAogCQlMSUJTPSItTCR7TE9D
 QUxCQVNFfS9saWIiCi1DT05GSUdVUkVfQVJHUz0JLS13aXRoLWdub21ldmZzIC0td2l0aC1z
 c2wKK0NPTkZJR1VSRV9BUkdTPQktLXdpdGgtZ25vbWV2ZnMgLS13aXRoLXNzbCAtLXdpdGhv
 dXQtaW5jbHVkZWQtbmVvbgogCiBwcmUtcGF0Y2g6CiAJQCR7UEVSTH0gLXBpIC1lICdzfC1s
 cHRocmVhZHwke1BUSFJFQURfTElCU318ZyA7IFwKQEAgLTMxLDUgKzM3LDkgQEAKIAkJJ3N8
 XEBHTk9NRV9EQVRBX1BSRUZJWFxAfFwkJFwoZGF0YWRpclwpfGcgOyBcCiAJCSBzfFwkXChk
 YXRhZGlyXCkvZ25vbWV8XCRcKGRhdGFkaXJcKXxnIDsgXAogCQkgc3xcJFwoZGF0YWRpclwp
 L2xvY2FsZXxcJFwocHJlZml4XCkvc2hhcmUvbG9jYWxlfGcnCisKK3Bvc3QtaW5zdGFsbDoK
 KwlAJHtJTlNUQUxMX0RBVEF9ICR7V1JLU1JDfS8uLi8ke1BPUlROQU1FfS1kb2NzLyogXAor
 CQkke1BSRUZJWH0vc2hhcmUvZ25vbWUvaGVscC9zY3JlZW0vQy8KIAogLmluY2x1ZGUgPGJz
 ZC5wb3J0Lm1rPgpkaWZmIC11ICdzY3JlZW0vZGlzdGluZm8nICdzY3JlZW0ubmV3L2Rpc3Rp
 bmZvJwpJbmRleDogLi9kaXN0aW5mbwotLS0gLi9kaXN0aW5mbwlUdWUgTm92IDEzIDA4OjM0
 OjA1IDIwMDEKKysrIC4vZGlzdGluZm8JU3VuIE5vdiAxOCAxMzo0ODozMiAyMDAxCkBAIC0x
 ICsxLDIgQEAKIE1ENSAoc2NyZWVtLTAuNC4xLnRhci5neikgPSA4NDI0ZWI1OWEyMzJlOTc2
 ZjlkZDI3NjMyMDcyN2Y1YgorTUQ1IChzY3JlZW0tZG9jcy50YXIuZ3opID0gNGFmYzA0NDZl
 ZDRlODc2ZWEwMDRkMDgwNDM3NTE3NjAKZGlmZiAtdSAnc2NyZWVtL3BrZy1wbGlzdCcgJ3Nj
 cmVlbS5uZXcvcGtnLXBsaXN0JwpJbmRleDogLi9wa2ctcGxpc3QKLS0tIC4vcGtnLXBsaXN0
 CVdlZCBGZWIgMjggMDI6NTE6NTggMjAwMQorKysgLi9wa2ctcGxpc3QJU3VuIE5vdiAxOCAx
 NDowNzowMSAyMDAxCkBAIC0xMyw4ICsxMywxNiBAQAogbGliL3NjcmVlbS9wbHVnaW5zL3Rh
 YmxlV2l6YXJkLnNvCiBsaWIvc2NyZWVtL3BsdWdpbnMvdXBsb2FkV2l6YXJkLnNvCiBzaGFy
 ZS9nbm9tZS9hcHBzL0RldmVsb3BtZW50L3NjcmVlbS5kZXNrdG9wCitzaGFyZS9nbm9tZS9o
 ZWxwL3NjcmVlbS9DL2F1dGhvcnMuaHRtbAogc2hhcmUvZ25vbWUvaGVscC9zY3JlZW0vQy9h
 dXRob3JzLnNnbWwKK3NoYXJlL2dub21lL2hlbHAvc2NyZWVtL0MvYnVncy5odG1sCiBzaGFy
 ZS9nbm9tZS9oZWxwL3NjcmVlbS9DL2J1Z3Muc2dtbAorc2hhcmUvZ25vbWUvaGVscC9zY3Jl
 ZW0vQy9jdnMuaHRtbAorc2hhcmUvZ25vbWUvaGVscC9zY3JlZW0vQy9kbmQuaHRtbAorc2hh
 cmUvZ25vbWUvaGVscC9zY3JlZW0vQy9kb2N1bWVudHN0cnVjdHVyZS5odG1sCitzaGFyZS9n
 bm9tZS9oZWxwL3NjcmVlbS9DL2R0ZC5odG1sCitzaGFyZS9nbm9tZS9oZWxwL3NjcmVlbS9D
 L2V4dGVybmFsYnJvd3NlcnMuaHRtbAorc2hhcmUvZ25vbWUvaGVscC9zY3JlZW0vQy9mZWF0
 dXJlcy5odG1sCiBzaGFyZS9nbm9tZS9oZWxwL3NjcmVlbS9DL2ZlYXR1cmVzLnNnbWwKIHNo
 YXJlL2dub21lL2hlbHAvc2NyZWVtL0MvZmlncy9jb2xvci5wbmcKIHNoYXJlL2dub21lL2hl
 bHAvc2NyZWVtL0MvZmlncy9jb3B5YnV0dG9uLnBuZwpAQCAtNDgsMTQgKzU2LDUwIEBACiBz
 aGFyZS9nbm9tZS9oZWxwL3NjcmVlbS9DL2ZpZ3MvdG9kby5wbmcKIHNoYXJlL2dub21lL2hl
 bHAvc2NyZWVtL0MvZmlncy91cGxvYWQucG5nCiBzaGFyZS9nbm9tZS9oZWxwL3NjcmVlbS9D
 L2ZpZ3Mvd2l6YXJkYnV0dG9uLnBuZworc2hhcmUvZ25vbWUvaGVscC9zY3JlZW0vQy9ndWls
 ZXNjcmlwdGluZy5odG1sCitzaGFyZS9nbm9tZS9oZWxwL3NjcmVlbS9DL2hpZ2hsaWdodGlu
 Zy5odG1sCitzaGFyZS9nbm9tZS9oZWxwL3NjcmVlbS9DL2luZGV4Lmh0bWwKK3NoYXJlL2du
 b21lL2hlbHAvc2NyZWVtL0MvaW5saW5ldGFnZ2luZ2luZm8uaHRtbAorc2hhcmUvZ25vbWUv
 aGVscC9zY3JlZW0vQy9pbnN0YWxsLWluc3RhbGwuaHRtbAorc2hhcmUvZ25vbWUvaGVscC9z
 Y3JlZW0vQy9pbnN0YWxsLXVuaW5zdGFsbC5odG1sCitzaGFyZS9nbm9tZS9oZWxwL3NjcmVl
 bS9DL2luc3RhbGwtd2hhdC5odG1sCitzaGFyZS9nbm9tZS9oZWxwL3NjcmVlbS9DL2luc3Rh
 bGwuaHRtbAogc2hhcmUvZ25vbWUvaGVscC9zY3JlZW0vQy9pbnN0YWxsLnNnbWwKK3NoYXJl
 L2dub21lL2hlbHAvc2NyZWVtL0MvaW50ZWxsaWNsb3NlLmh0bWwKK3NoYXJlL2dub21lL2hl
 bHAvc2NyZWVtL0MvaW50ZWxsaWVudGl0eS5odG1sCitzaGFyZS9nbm9tZS9oZWxwL3NjcmVl
 bS9DL2ludGVybmF0aW9uYWxpc2F0aW9uLmh0bWwKK3NoYXJlL2dub21lL2hlbHAvc2NyZWVt
 L0MvaW50cm8uaHRtbAogc2hhcmUvZ25vbWUvaGVscC9zY3JlZW0vQy9pbnRyby5zZ21sCitz
 aGFyZS9nbm9tZS9oZWxwL3NjcmVlbS9DL2tleW1hY3Jvcy5odG1sCitzaGFyZS9nbm9tZS9o
 ZWxwL3NjcmVlbS9DL2xpYnJhcnlyZXF1aXJlbWVudHMuaHRtbAorc2hhcmUvZ25vbWUvaGVs
 cC9zY3JlZW0vQy9saW5rZml4Lmh0bWwKK3NoYXJlL2dub21lL2hlbHAvc2NyZWVtL0MvbGlu
 a3ZpZXcuaHRtbAorc2hhcmUvZ25vbWUvaGVscC9zY3JlZW0vQy9tdWx0aXByb2plY3RzLmh0
 bWwKK3NoYXJlL2dub21lL2hlbHAvc2NyZWVtL0MvcGx1Z2lucy5odG1sCitzaGFyZS9nbm9t
 ZS9oZWxwL3NjcmVlbS9DL3ByZXZpZXd3aW5kb3cuaHRtbAorc2hhcmUvZ25vbWUvaGVscC9z
 Y3JlZW0vQy9wcmludGluZy5odG1sCitzaGFyZS9nbm9tZS9oZWxwL3NjcmVlbS9DL3JlcXVp
 cmVtZW50cy5odG1sCiBzaGFyZS9nbm9tZS9oZWxwL3NjcmVlbS9DL3JlcXVpcmVtZW50cy5z
 Z21sCiBzaGFyZS9nbm9tZS9oZWxwL3NjcmVlbS9DL3NjcmVlbS5zZ21sCiBzaGFyZS9nbm9t
 ZS9oZWxwL3NjcmVlbS9DL3NjcmVlbURldi5zZ21sCiBzaGFyZS9nbm9tZS9oZWxwL3NjcmVl
 bS9DL3NjcmVlbUd1aVJlZi5zZ21sCitzaGFyZS9nbm9tZS9oZWxwL3NjcmVlbS9DL3NlYXJj
 aHJlcGxhY2UuaHRtbAorc2hhcmUvZ25vbWUvaGVscC9zY3JlZW0vQy9zZXR1cC1oZWxwZXJz
 Lmh0bWwKK3NoYXJlL2dub21lL2hlbHAvc2NyZWVtL0Mvc2V0dXAtaW1wb3J0Lmh0bWwKK3No
 YXJlL2dub21lL2hlbHAvc2NyZWVtL0Mvc2V0dXAuaHRtbAogc2hhcmUvZ25vbWUvaGVscC9z
 Y3JlZW0vQy9zZXR1cC5zZ21sCitzaGFyZS9nbm9tZS9oZWxwL3NjcmVlbS9DL3NpdGV3aWRl
 dGVtcGxhdGVzLmh0bWwKK3NoYXJlL2dub21lL2hlbHAvc2NyZWVtL0Mvc3BlbGxjaGVja2lu
 Zy5odG1sCitzaGFyZS9nbm9tZS9oZWxwL3NjcmVlbS9DL3N0YXJ0ZWQtZWRpdGluZy5odG1s
 CitzaGFyZS9nbm9tZS9oZWxwL3NjcmVlbS9DL3N0YXJ0ZWQtcHJldmlld2luZy5odG1sCitz
 aGFyZS9nbm9tZS9oZWxwL3NjcmVlbS9DL3N0YXJ0ZWQtdXBsb2FkaW5nLmh0bWwKK3NoYXJl
 L2dub21lL2hlbHAvc2NyZWVtL0Mvc3RhcnRlZC5odG1sCiBzaGFyZS9nbm9tZS9oZWxwL3Nj
 cmVlbS9DL3N0YXJ0ZWQuc2dtbAorc2hhcmUvZ25vbWUvaGVscC9zY3JlZW0vQy90YWdoZWxw
 Lmh0bWwKK3NoYXJlL2dub21lL2hlbHAvc2NyZWVtL0MvdGFnbGlzdC5odG1sCitzaGFyZS9n
 bm9tZS9oZWxwL3NjcmVlbS9DL3RhZ3Byb3BlcnRpZXMuaHRtbAorc2hhcmUvZ25vbWUvaGVs
 cC9zY3JlZW0vQy90b2RvbGlzdC5odG1sCitzaGFyZS9nbm9tZS9oZWxwL3NjcmVlbS9DL3Rv
 b2x0aXBzLmh0bWwKIHNoYXJlL2dub21lL2hlbHAvc2NyZWVtL0MvdG9waWMuZGF0CiBzaGFy
 ZS9nbm9tZS9tYy90ZW1wbGF0ZXMvc2NyZWVtLmRlc2t0b3AKIHNoYXJlL2dub21lL21pbWUt
 aW5mby9zY3JlZW0ua2V5cwpAQCAtMjU5LDM1ICszMDMsMzUgQEAKIHNoYXJlL2xvY2FsZS9z
 di9MQ19NRVNTQUdFUy9zY3JlZW0ubW8KIHNoYXJlL2xvY2FsZS90ci9MQ19NRVNTQUdFUy9z
 Y3JlZW0ubW8KIHNoYXJlL2xvY2FsZS91ay9MQ19NRVNTQUdFUy9zY3JlZW0ubW8KLUBkaXJy
 bSBzaGFyZS9nbm9tZS9zY3JlZW0vc3ludGF4Ci1AZGlycm0gc2hhcmUvZ25vbWUvc2NyZWVt
 L3Jlc291cmNlcy9UZW1wbGF0ZXMKLUBkaXJybSBzaGFyZS9nbm9tZS9zY3JlZW0vcmVzb3Vy
 Y2VzL1BIUDMKLUBkaXJybSBzaGFyZS9nbm9tZS9zY3JlZW0vcmVzb3VyY2VzL0phdmFzY3Jp
 cHQKLUBkaXJybSBzaGFyZS9nbm9tZS9zY3JlZW0vcmVzb3VyY2VzL0ltYWdlcwotQGRpcnJt
 IHNoYXJlL2dub21lL3NjcmVlbS9yZXNvdXJjZXMvSFRNTAotQGRpcnJtIHNoYXJlL2dub21l
 L3NjcmVlbS9yZXNvdXJjZXMvQXBwbGV0cwotQGRpcnJtIHNoYXJlL2dub21lL3NjcmVlbS9y
 ZXNvdXJjZXMKLUBkaXJybSBzaGFyZS9nbm9tZS9zY3JlZW0vaHRtbGhlbHAvdGFibGVzCi1A
 ZGlycm0gc2hhcmUvZ25vbWUvc2NyZWVtL2h0bWxoZWxwL3NwZWNpYWwKLUBkaXJybSBzaGFy
 ZS9nbm9tZS9zY3JlZW0vaHRtbGhlbHAvcGhyYXNlCi1AZGlycm0gc2hhcmUvZ25vbWUvc2Ny
 ZWVtL2h0bWxoZWxwL2xpc3RzCi1AZGlycm0gc2hhcmUvZ25vbWUvc2NyZWVtL2h0bWxoZWxw
 L2h0bWwKLUBkaXJybSBzaGFyZS9nbm9tZS9zY3JlZW0vaHRtbGhlbHAvaGVhZAotQGRpcnJt
 IHNoYXJlL2dub21lL3NjcmVlbS9odG1saGVscC9mcmFtZXMKLUBkaXJybSBzaGFyZS9nbm9t
 ZS9zY3JlZW0vaHRtbGhlbHAvZm9ybXMKLUBkaXJybSBzaGFyZS9nbm9tZS9zY3JlZW0vaHRt
 bGhlbHAvZm9udHN0eWxlCi1AZGlycm0gc2hhcmUvZ25vbWUvc2NyZWVtL2h0bWxoZWxwL2Vu
 dGl0aWVzCi1AZGlycm0gc2hhcmUvZ25vbWUvc2NyZWVtL2h0bWxoZWxwL2Jsb2NrCi1AZGly
 cm0gc2hhcmUvZ25vbWUvc2NyZWVtL2h0bWxoZWxwCi1AZGlycm0gc2hhcmUvZ25vbWUvc2Ny
 ZWVtL2hpbnRzCi1AZGlycm0gc2hhcmUvZ25vbWUvc2NyZWVtL2dsYWRlCi1AZGlycm0gc2hh
 cmUvZ25vbWUvc2NyZWVtL2ZyYW1lcwotQGRpcnJtIHNoYXJlL2dub21lL3NjcmVlbS9kdGQK
 LUBkaXJybSBzaGFyZS9nbm9tZS9zY3JlZW0KLUBkaXJybSBzaGFyZS9nbm9tZS9waXhtYXBz
 L3NjcmVlbS9zcGxhc2gKLUBkaXJybSBzaGFyZS9nbm9tZS9waXhtYXBzL3NjcmVlbQorQGRp
 cnJtIGxpYi9zY3JlZW0vcGx1Z2lucworQGRpcnJtIGxpYi9zY3JlZW0KIEBkaXJybSBzaGFy
 ZS9nbm9tZS9oZWxwL3NjcmVlbS9DL2ZpZ3MKIEBkaXJybSBzaGFyZS9nbm9tZS9oZWxwL3Nj
 cmVlbS9DCiBAZGlycm0gc2hhcmUvZ25vbWUvaGVscC9zY3JlZW0KLUBkaXJybSBsaWIvc2Ny
 ZWVtL3BsdWdpbnMKLUBkaXJybSBsaWIvc2NyZWVtCitAZGlycm0gc2hhcmUvZ25vbWUvcGl4
 bWFwcy9zY3JlZW0vc3BsYXNoCitAZGlycm0gc2hhcmUvZ25vbWUvcGl4bWFwcy9zY3JlZW0K
 K0BkaXJybSBzaGFyZS9nbm9tZS9zY3JlZW0vZHRkCitAZGlycm0gc2hhcmUvZ25vbWUvc2Ny
 ZWVtL2ZyYW1lcworQGRpcnJtIHNoYXJlL2dub21lL3NjcmVlbS9nbGFkZQorQGRpcnJtIHNo
 YXJlL2dub21lL3NjcmVlbS9oaW50cworQGRpcnJtIHNoYXJlL2dub21lL3NjcmVlbS9odG1s
 aGVscC9ibG9jaworQGRpcnJtIHNoYXJlL2dub21lL3NjcmVlbS9odG1saGVscC9lbnRpdGll
 cworQGRpcnJtIHNoYXJlL2dub21lL3NjcmVlbS9odG1saGVscC9mb250c3R5bGUKK0BkaXJy
 bSBzaGFyZS9nbm9tZS9zY3JlZW0vaHRtbGhlbHAvZm9ybXMKK0BkaXJybSBzaGFyZS9nbm9t
 ZS9zY3JlZW0vaHRtbGhlbHAvZnJhbWVzCitAZGlycm0gc2hhcmUvZ25vbWUvc2NyZWVtL2h0
 bWxoZWxwL2hlYWQKK0BkaXJybSBzaGFyZS9nbm9tZS9zY3JlZW0vaHRtbGhlbHAvaHRtbAor
 QGRpcnJtIHNoYXJlL2dub21lL3NjcmVlbS9odG1saGVscC9saXN0cworQGRpcnJtIHNoYXJl
 L2dub21lL3NjcmVlbS9odG1saGVscC9waHJhc2UKK0BkaXJybSBzaGFyZS9nbm9tZS9zY3Jl
 ZW0vaHRtbGhlbHAvc3BlY2lhbAorQGRpcnJtIHNoYXJlL2dub21lL3NjcmVlbS9odG1saGVs
 cC90YWJsZXMKK0BkaXJybSBzaGFyZS9nbm9tZS9zY3JlZW0vaHRtbGhlbHAKK0BkaXJybSBz
 aGFyZS9nbm9tZS9zY3JlZW0vcmVzb3VyY2VzL0FwcGxldHMKK0BkaXJybSBzaGFyZS9nbm9t
 ZS9zY3JlZW0vcmVzb3VyY2VzL0hUTUwKK0BkaXJybSBzaGFyZS9nbm9tZS9zY3JlZW0vcmVz
 b3VyY2VzL0ltYWdlcworQGRpcnJtIHNoYXJlL2dub21lL3NjcmVlbS9yZXNvdXJjZXMvSmF2
 YXNjcmlwdAorQGRpcnJtIHNoYXJlL2dub21lL3NjcmVlbS9yZXNvdXJjZXMvUEhQMworQGRp
 cnJtIHNoYXJlL2dub21lL3NjcmVlbS9yZXNvdXJjZXMvVGVtcGxhdGVzCitAZGlycm0gc2hh
 cmUvZ25vbWUvc2NyZWVtL3Jlc291cmNlcworQGRpcnJtIHNoYXJlL2dub21lL3NjcmVlbS9z
 eW50YXgKK0BkaXJybSBzaGFyZS9nbm9tZS9zY3JlZW0KIyMjIyBFbmQgb2YgUGF0Y2ggZGF0
 YSAjIyMjCgojIyMjIEFwcGx5UGF0Y2ggZGF0YSBmb2xsb3dzICMjIyMKIyBEYXRhIHZlcnNp
 b24gICAgICAgIDogMS4wCiMgRGF0ZSBnZW5lcmF0ZWQgICAgICA6IFR1ZSBOb3YgMjAgMTY6
 MDU6MDEgMjAwMQojIEdlbmVyYXRlZCBieSAgICAgICAgOiBtYWtlcGF0Y2ggMi4wMAojIFJl
 Y3Vyc2UgZGlyZWN0b3JpZXMgOiBZZXMKIyBwICdNYWtlZmlsZScgOTg0IDEwMDYyOTk3MTAg
 MDEwMDY0NAojIHAgJ2Rpc3RpbmZvJyA2MSAxMDA2MTIwMTEyIDAxMDA2NDQKIyBwICdwa2ct
 cGxpc3QnIDEyMTQxIDEwMDYxMjEyMjEgMDEwMDY0NAojIyMjIEVuZCBvZiBBcHBseVBhdGNo
 IGRhdGEgIyMjIwoKIyMjIyBFbmQgb2YgUGF0Y2gga2l0IFtjcmVhdGVkOiBUdWUgTm92IDIw
 IDE2OjA1OjAxIDIwMDFdICMjIyMKIyMjIyBDaGVja3N1bTogMjI1IDgzOTEgMTA5NjYgIyMj
 Iwo=
 
 --=_/1gGOGAbQceqfd--

From: John Merryweather Cooper <john_m_cooper@yahoo.com>
To: freebsd-gnats-submit@FreeBSD.org
Cc: Maxim Sobolev <sobomax@FreeBSD.org>, gnome@FreeBSD.org
Subject: Re: ports/32093: [MAINTAINER-UPDATE] Add full HTML documentation and adjust build
Date: Tue, 20 Nov 2001 16:18:45 -0800

 --=_ZEv+FvjWPGNNI9
 Content-Type: text/plain; format=flowed; charset=ISO-8859-1
 Content-Transfer-Encoding: 8bit
 
 Damn!  Sorry about the base64.
 
 This should work better.
 
 --
 jmc
 
 --=_ZEv+FvjWPGNNI9
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="revise-screem-0.4.1_1.txt"
 
 # This is a patch for screem to update it to screem.new
 # 
 # To apply this patch:
 # STEP 1: Chdir to the source directory.
 # STEP 2: Run the 'applypatch' program with this patch file as input.
 #
 # If you do not have 'applypatch', it is part of the 'makepatch' package
 # that you can fetch from the Comprehensive Perl Archive Network:
 # http://www.perl.com/CPAN/authors/Johan_Vromans/makepatch-x.y.tar.gz
 # In the above URL, 'x' should be 2 or higher.
 #
 # To apply this patch without the use of 'applypatch':
 # STEP 1: Chdir to the source directory.
 # STEP 2: Run the 'patch' program with this file as input.
 #
 #### End of Preamble ####
 
 #### Patch data follows ####
 diff -u 'screem/Makefile' 'screem.new/Makefile'
 Index: ./Makefile
 --- ./Makefile	Wed Nov 14 01:38:37 2001
 +++ ./Makefile	Tue Nov 20 15:41:50 2001
 @@ -2,18 +2,24 @@
  # Date created:		05 Nov 1999
  # Whom:			Will Andrews <andrews@technologist.com>
  #
 -# $FreeBSD: ports/www/screem/Makefile,v 1.23 2001/11/14 09:38:37 sobomax Exp $
 +# $FreeBSD$
  #
  
  PORTNAME=	screem
  PORTVERSION=	0.4.1
 +PORTREVISION=	1
  CATEGORIES=	www gnome
  MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
 -		http://www.screem.org/src/
 +		http://www.screem.org/src/ \
 +		http://www.borgsdemons.com/distfiles/screem/
  MASTER_SITE_SUBDIR=	${PORTNAME}
 +DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${PORTNAME}-docs${EXTRACT_SUFX}
  
  MAINTAINER=	jmcoopr@webmail.bmi.net
  
 +BUILD_DEPENDS=	${LOCALBASE}/bin/neon-config:${PORTSDIR}/www/neon
 +RUN_DEPENDS=	${LOCALBASE}/bin/neon-config:${PORTSDIR}/www/neon
 +
  USE_GMAKE=	yes
  USE_X_PREFIX=	yes
  USE_XPM=	yes
 @@ -22,7 +28,7 @@
  USE_OPENSSL=	yes
  CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
  		LIBS="-L${LOCALBASE}/lib"
 -CONFIGURE_ARGS=	--with-gnomevfs --with-ssl
 +CONFIGURE_ARGS=	--with-gnomevfs --with-ssl --without-included-neon
  
  pre-patch:
  	@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
 @@ -31,5 +37,9 @@
  		's|\@GNOME_DATA_PREFIX\@|\$$\(datadir\)|g ; \
  		 s|\$\(datadir\)/gnome|\$\(datadir\)|g ; \
  		 s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
 +
 +post-install:
 +	@${INSTALL_DATA} ${WRKSRC}/../${PORTNAME}-docs/* \
 +		${PREFIX}/share/gnome/help/screem/C/
  
  .include <bsd.port.mk>
 diff -u 'screem/distinfo' 'screem.new/distinfo'
 Index: ./distinfo
 --- ./distinfo	Tue Nov 13 08:34:05 2001
 +++ ./distinfo	Sun Nov 18 13:48:32 2001
 @@ -1 +1,2 @@
  MD5 (screem-0.4.1.tar.gz) = 8424eb59a232e976f9dd276320727f5b
 +MD5 (screem-docs.tar.gz) = 4afc0446ed4e876ea004d08043751760
 diff -u 'screem/pkg-plist' 'screem.new/pkg-plist'
 Index: ./pkg-plist
 --- ./pkg-plist	Wed Feb 28 02:51:58 2001
 +++ ./pkg-plist	Sun Nov 18 14:07:01 2001
 @@ -13,8 +13,16 @@
  lib/screem/plugins/tableWizard.so
  lib/screem/plugins/uploadWizard.so
  share/gnome/apps/Development/screem.desktop
 +share/gnome/help/screem/C/authors.html
  share/gnome/help/screem/C/authors.sgml
 +share/gnome/help/screem/C/bugs.html
  share/gnome/help/screem/C/bugs.sgml
 +share/gnome/help/screem/C/cvs.html
 +share/gnome/help/screem/C/dnd.html
 +share/gnome/help/screem/C/documentstructure.html
 +share/gnome/help/screem/C/dtd.html
 +share/gnome/help/screem/C/externalbrowsers.html
 +share/gnome/help/screem/C/features.html
  share/gnome/help/screem/C/features.sgml
  share/gnome/help/screem/C/figs/color.png
  share/gnome/help/screem/C/figs/copybutton.png
 @@ -48,14 +56,50 @@
  share/gnome/help/screem/C/figs/todo.png
  share/gnome/help/screem/C/figs/upload.png
  share/gnome/help/screem/C/figs/wizardbutton.png
 +share/gnome/help/screem/C/guilescripting.html
 +share/gnome/help/screem/C/highlighting.html
 +share/gnome/help/screem/C/index.html
 +share/gnome/help/screem/C/inlinetagginginfo.html
 +share/gnome/help/screem/C/install-install.html
 +share/gnome/help/screem/C/install-uninstall.html
 +share/gnome/help/screem/C/install-what.html
 +share/gnome/help/screem/C/install.html
  share/gnome/help/screem/C/install.sgml
 +share/gnome/help/screem/C/intelliclose.html
 +share/gnome/help/screem/C/intellientity.html
 +share/gnome/help/screem/C/internationalisation.html
 +share/gnome/help/screem/C/intro.html
  share/gnome/help/screem/C/intro.sgml
 +share/gnome/help/screem/C/keymacros.html
 +share/gnome/help/screem/C/libraryrequirements.html
 +share/gnome/help/screem/C/linkfix.html
 +share/gnome/help/screem/C/linkview.html
 +share/gnome/help/screem/C/multiprojects.html
 +share/gnome/help/screem/C/plugins.html
 +share/gnome/help/screem/C/previewwindow.html
 +share/gnome/help/screem/C/printing.html
 +share/gnome/help/screem/C/requirements.html
  share/gnome/help/screem/C/requirements.sgml
  share/gnome/help/screem/C/screem.sgml
  share/gnome/help/screem/C/screemDev.sgml
  share/gnome/help/screem/C/screemGuiRef.sgml
 +share/gnome/help/screem/C/searchreplace.html
 +share/gnome/help/screem/C/setup-helpers.html
 +share/gnome/help/screem/C/setup-import.html
 +share/gnome/help/screem/C/setup.html
  share/gnome/help/screem/C/setup.sgml
 +share/gnome/help/screem/C/sitewidetemplates.html
 +share/gnome/help/screem/C/spellchecking.html
 +share/gnome/help/screem/C/started-editing.html
 +share/gnome/help/screem/C/started-previewing.html
 +share/gnome/help/screem/C/started-uploading.html
 +share/gnome/help/screem/C/started.html
  share/gnome/help/screem/C/started.sgml
 +share/gnome/help/screem/C/taghelp.html
 +share/gnome/help/screem/C/taglist.html
 +share/gnome/help/screem/C/tagproperties.html
 +share/gnome/help/screem/C/todolist.html
 +share/gnome/help/screem/C/tooltips.html
  share/gnome/help/screem/C/topic.dat
  share/gnome/mc/templates/screem.desktop
  share/gnome/mime-info/screem.keys
 @@ -259,35 +303,35 @@
  share/locale/sv/LC_MESSAGES/screem.mo
  share/locale/tr/LC_MESSAGES/screem.mo
  share/locale/uk/LC_MESSAGES/screem.mo
 -@dirrm share/gnome/screem/syntax
 -@dirrm share/gnome/screem/resources/Templates
 -@dirrm share/gnome/screem/resources/PHP3
 -@dirrm share/gnome/screem/resources/Javascript
 -@dirrm share/gnome/screem/resources/Images
 -@dirrm share/gnome/screem/resources/HTML
 -@dirrm share/gnome/screem/resources/Applets
 -@dirrm share/gnome/screem/resources
 -@dirrm share/gnome/screem/htmlhelp/tables
 -@dirrm share/gnome/screem/htmlhelp/special
 -@dirrm share/gnome/screem/htmlhelp/phrase
 -@dirrm share/gnome/screem/htmlhelp/lists
 -@dirrm share/gnome/screem/htmlhelp/html
 -@dirrm share/gnome/screem/htmlhelp/head
 -@dirrm share/gnome/screem/htmlhelp/frames
 -@dirrm share/gnome/screem/htmlhelp/forms
 -@dirrm share/gnome/screem/htmlhelp/fontstyle
 -@dirrm share/gnome/screem/htmlhelp/entities
 -@dirrm share/gnome/screem/htmlhelp/block
 -@dirrm share/gnome/screem/htmlhelp
 -@dirrm share/gnome/screem/hints
 -@dirrm share/gnome/screem/glade
 -@dirrm share/gnome/screem/frames
 -@dirrm share/gnome/screem/dtd
 -@dirrm share/gnome/screem
 -@dirrm share/gnome/pixmaps/screem/splash
 -@dirrm share/gnome/pixmaps/screem
 +@dirrm lib/screem/plugins
 +@dirrm lib/screem
  @dirrm share/gnome/help/screem/C/figs
  @dirrm share/gnome/help/screem/C
  @dirrm share/gnome/help/screem
 -@dirrm lib/screem/plugins
 -@dirrm lib/screem
 +@dirrm share/gnome/pixmaps/screem/splash
 +@dirrm share/gnome/pixmaps/screem
 +@dirrm share/gnome/screem/dtd
 +@dirrm share/gnome/screem/frames
 +@dirrm share/gnome/screem/glade
 +@dirrm share/gnome/screem/hints
 +@dirrm share/gnome/screem/htmlhelp/block
 +@dirrm share/gnome/screem/htmlhelp/entities
 +@dirrm share/gnome/screem/htmlhelp/fontstyle
 +@dirrm share/gnome/screem/htmlhelp/forms
 +@dirrm share/gnome/screem/htmlhelp/frames
 +@dirrm share/gnome/screem/htmlhelp/head
 +@dirrm share/gnome/screem/htmlhelp/html
 +@dirrm share/gnome/screem/htmlhelp/lists
 +@dirrm share/gnome/screem/htmlhelp/phrase
 +@dirrm share/gnome/screem/htmlhelp/special
 +@dirrm share/gnome/screem/htmlhelp/tables
 +@dirrm share/gnome/screem/htmlhelp
 +@dirrm share/gnome/screem/resources/Applets
 +@dirrm share/gnome/screem/resources/HTML
 +@dirrm share/gnome/screem/resources/Images
 +@dirrm share/gnome/screem/resources/Javascript
 +@dirrm share/gnome/screem/resources/PHP3
 +@dirrm share/gnome/screem/resources/Templates
 +@dirrm share/gnome/screem/resources
 +@dirrm share/gnome/screem/syntax
 +@dirrm share/gnome/screem
 #### End of Patch data ####
 
 #### ApplyPatch data follows ####
 # Data version        : 1.0
 # Date generated      : Tue Nov 20 16:05:01 2001
 # Generated by        : makepatch 2.00
 # Recurse directories : Yes
 # p 'Makefile' 984 1006299710 0100644
 # p 'distinfo' 61 1006120112 0100644
 # p 'pkg-plist' 12141 1006121221 0100644
 #### End of ApplyPatch data ####
 
 #### End of Patch kit [created: Tue Nov 20 16:05:01 2001] ####
 #### Checksum: 225 8391 10966 ####
 
 --=_ZEv+FvjWPGNNI9--

From: John Merryweather Cooper <john_m_cooper@yahoo.com>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/32093: [MAINTAINER-UPDATE] Add full HTML documentation and adjust build
Date: Tue, 27 Nov 2001 10:47:21 -0800

 Please revert to the originally submitted patch (with one modification). 
  I've talked to the developer of sitecopy/neon and the release of 
 0.11/0.18 respectively will eliminate the incompatibilities between 
 sitecopy-0.10.15 and the neon-0.17.2.
 
 Until then, only the internally built, statically linked neon should be 
 used.  Therefore, --with-included-neon should be added to the original 
 patch's CONFIGURE_ARGS.  This should also be done for sitecopy-0.10.15. 
  If neon-0.17.2 has previously been built and is installed, the 
 neon-config file will mung the CFLAGS up and cause "unexpected results."
 
 Finally, for some reason, someone linked the results of the distfile 
 survey with this PR.  They probably meant the PR I had submitted earlier 
 to patch makepatch to 2.00a_1.  In that PR, I pointed out that makepatch 
 relies solely on the Perl MASTER_SITES--and it appears some of the URL's 
 in the Perl MASTER_SITES list are now dead.
 
 --
 jmc
 
 

From: Steve Price <steve@freebsd.org>
To: John Merryweather Cooper <john_m_cooper@yahoo.com>
Cc: freebsd-gnats-submit@freebsd.org
Subject: Re: ports/32093: [MAINTAINER-UPDATE] Add full HTML documentation and adjust build
Date: Sun, 2 Dec 2001 18:55:11 -0600

 Can you send me a copy of the final patch that you would like for
 this port?  I'd be happy to commit it for you just want to make
 sure I get it right. :)
 
 -steve

From: John Merryweather Cooper <john_m_cooper@yahoo.com>
To: Steve Price <steve@freebsd.org>
Cc: John Merryweather Cooper <john_m_cooper@yahoo.com>,
	freebsd-gnats-submit@freebsd.org
Subject: Re: ports/32093: [MAINTAINER-UPDATE] Add full HTML documentation and adjust build
Date: Sun, 2 Dec 2001 17:08:23 -0800

 --=_rwEMma7ioTxnRz
 Content-Type: text/plain; format=flowed; charset=ISO-8859-1
 Content-Transfer-Encoding: 8bit
 
 
 On 2001.12.02 16:55 Steve Price wrote:
 > Can you send me a copy of the final patch that you would like for
 > this port?  I'd be happy to commit it for you just want to make
 > sure I get it right. :)
 > 
 > -steve
 > 
 
 Sure, see attached.  Note that the sitecopy port, with the advent of 
 the more recent neon port, also needs the --with-included-neon flag to 
 prevent the wrong header files and CFLAGS from being used.  Also note, 
 that HTML help tarball presently exists ONLY on my site--no one else 
 (besides the author) has it.
   -- 
 jmc                               ||  MacroHard --                   \
                                    ||     the perfection of form over |
 ----------------------------------||     substance, marketing over   |
 Web:  http://www.borgsdemons.com  ||     performance, and greed over |
                                    ||     design . . .                |
 =====================================================================/
 Public Key:  http://www.borgsdemons.com/Personal/pgpkey.asc          |
 =====================================================================\
 
 --=_rwEMma7ioTxnRz
 Content-Type: application/x-gzip
 Content-Disposition: attachment; filename="fix-screem-0.4.1_1.gz"
 Content-Transfer-Encoding: base64
 
 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
 2O8g02ijc1Nvgd/Ntp4i/wPbiqGHMiAAAA==
 
 --=_rwEMma7ioTxnRz--
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Sun Dec 2 19:11:54 PST 2001 
State-Changed-Why:  
Committed, thanks! 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=32093 
>Unformatted:
