Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Nov 2001 16:20:01 -0800 (PST)
From:      John Merryweather Cooper <john_m_cooper@yahoo.com>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/32093: [MAINTAINER-UPDATE] Add full HTML documentation and adjust build
Message-ID:  <200111210020.fAL0K1A59818@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/32093; it has been noted by GNATS.

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--

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?200111210020.fAL0K1A59818>