Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Nov 2001 14:37:21 -0800 (PST)
From:      John Merryweather Cooper <john_m_cooper@yahoo.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        sobomax@freebsd.org, gnome@freebsd.org
Subject:   ports/32093: [MAINTAINER-UPDATE] Add full HTML documentation and adjust build
Message-ID:  <20011118223721.665F515503@johncoop.MSHOME>

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

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 18 14:40:01 PST 2001
>Closed-Date:
>Last-Modified:
>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:
>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?20011118223721.665F515503>