Skip site navigation (1)Skip section navigation (2)
Date:      21 Sep 2000 17:33:33 -0000
From:      "Peter Pentchev" <roam@orbitel.bg>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/21456: 3 port updates (appr.by: maintainer)
Message-ID:  <20000921173333.3101.qmail@ringwraith.office1>

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

>Number:         21456
>Category:       ports
>Synopsis:       3 port updates, assume maintainership? (appr-by: MAINTAINER)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 21 10:40:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     "Peter Pentchev" <roam@orbitel.bg>
>Release:        FreeBSD 4.1-STABLE i386
>Organization:
Orbitel JSCo.
>Environment:

current ports tree

>Description:

The devel/makedepend, textproc/texi2html and www/cgihtml ports are all
maintained by Ian Vaudrey <i.vaudrey@bigfoot.com>, and all appear on
Bill Fenner's unfetchable distfiles list.  I have submitted upgrade
patches to the maintainer sometime ago, he replied with the following:

-------- forwarded message

From: "Ian Vaudrey" <ivaudrey@talk-radio.co.uk>
To: "Peter Pentchev" <roam@orbitel.bg>
Subject: Re: cgihtml FreeBSD port upgrade to 1.69
Date: Tue, 12 Sep 2000 06:56:02 +0100

Peter,
Many thanks for your patches to the cgihtml, makedepend and texi2html ports.

Unfortunately I have not had a FreeBSD system available to me for some time
and it doesn't look as if that will change in the near future, so could you
submit your patches directly to ports@freebsd.org?

If you would like to take over as maintainer for any of these ports, then
FWIW you would have my blessing!

Thanks again,
 - Ian

--------- end forwarded message

>How-To-Repeat:

look at Bill Fenner's unfetchable distfiles' list ;)

>Fix:

Here are the patches needed to the three ports (no newlines between
the patches so they can be applied cleanly at once, without the need
to manually divide them).

Files added:
	devel/texi2html/patches/patch-ab - install docs in share/doc/texi2html

Files removed:
	devel/texi2html/patches/patch-aa - no longer needed with new ver

Files changed:
	devel/makedepend/Makefile	 - distsite, version
	devel/makedepend/files/md5	 - regen
	textproc/texi2html/Makefile	 - distsite, version
	textproc/texi2html/files/md5	 - regen
	textproc/texi2html/pkg/PLIST	 - add texi2html.info
	www/cgihtml/Makefile		 - distfile only, same version

diff -urN ports/devel/makedepend/Makefile myports/devel/makedepend/Makefile
--- ports/devel/makedepend/Makefile	Thu Sep 21 09:34:21 2000
+++ myports/devel/makedepend/Makefile	Thu Sep 21 20:21:22 2000
@@ -6,12 +6,12 @@
 #
 
 PORTNAME=	makedepend
-PORTVERSION=	1995.07.05
+PORTVERSION=	2000.09.07
 CATEGORIES=	devel
 MASTER_SITES=	ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/
-DISTNAME=	cyrus-imapd-v1.5.14
+DISTNAME=	cyrus-imapd-2.0.7
 
-MAINTAINER=	i.vaudrey@bigfoot.com
+MAINTAINER=	roam@orbitel.bg
 
 WRKSRC=		${WRKDIR}/${DISTNAME}/makedepend
 GNU_CONFIGURE=	YES
@@ -23,3 +23,4 @@
 	${INSTALL_MAN} ${WRKSRC}/mkdepend.man ${PREFIX}/man/man1/makedepend.1
 
 .include <bsd.port.mk>
+# DO NOT DELETE
diff -urN ports/devel/makedepend/files/md5 myports/devel/makedepend/files/md5
--- ports/devel/makedepend/files/md5	Thu Sep 21 09:34:21 2000
+++ myports/devel/makedepend/files/md5	Thu Sep 21 20:21:02 2000
@@ -1 +1 @@
-MD5 (cyrus-imapd-v1.5.14.tar.gz) = e90555be60ec3a647f1661e10cc16458
+MD5 (cyrus-imapd-2.0.7.tar.gz) = a80870882128cd1ed99c203846f164a1
diff -urN ports/textproc/texi2html/Makefile myports/textproc/texi2html/Makefile
--- ports/textproc/texi2html/Makefile	Sat Apr 15 13:03:23 2000
+++ myports/textproc/texi2html/Makefile	Thu Sep 21 20:25:36 2000
@@ -6,27 +6,16 @@
 #
 
 PORTNAME=	texi2html
-PORTVERSION= 	1.52
+PORTVERSION= 	1.64
 CATEGORIES=	textproc
-MASTER_SITES=	http://wwwcn.cern.ch/dci/texi2html/
-DISTNAME=	${PORTNAME}
-EXTRACT_SUFX=	.shar.Z
+MASTER_SITES=	http://www.mathematik.uni-kl.de/~obachman/Texi2html/Distrib/
 
-MAINTAINER=	i.vaudrey@bigfoot.com
+MAINTAINER=	roam@orbitel.bg
 
-EXTRACT_CMD=	uncompress
-EXTRACT_BEFORE_ARGS=	-c
-EXTRACT_AFTER_ARGS=	| sh
-NO_WRKSUBDIR=	yes
-NO_BUILD=	yes
+USE_AUTOMAKE=	yes
+USE_AUTOCONF=	yes
+GNU_CONFIGURE=	yes
 
 MAN1=		texi2html.1
-
-post-extract:
-	@cd ${WRKSRC}; split -l 1940 texi2html texi2html.
-
-do-install:
-	${INSTALL_SCRIPT} ${WRKDIR}/texi2html.aa ${PREFIX}/bin/texi2html
-	${INSTALL_MAN} ${WRKDIR}/texi2html.ab ${PREFIX}/man/man1/${MAN1}
 
 .include <bsd.port.mk>
diff -urN ports/textproc/texi2html/files/md5 myports/textproc/texi2html/files/md5
--- ports/textproc/texi2html/files/md5	Mon Jan 19 15:18:54 1998
+++ myports/textproc/texi2html/files/md5	Thu Sep 21 20:24:43 2000
@@ -1 +1 @@
-MD5 (texi2html.shar.Z) = a0292ee56320bbbd79afc74555bd69ee
+MD5 (texi2html-1.64.tar.gz) = f0fa30e58ed930431c43a07d907593f5
diff -urN ports/textproc/texi2html/patches/patch-aa myports/textproc/texi2html/patches/patch-aa
--- ports/textproc/texi2html/patches/patch-aa	Mon Jan 19 15:18:55 1998
+++ myports/textproc/texi2html/patches/patch-aa	Thu Jan  1 02:00:00 1970
@@ -1,33 +0,0 @@
---- texi2html.aa.orig	Mon Jan  5 21:10:38 1998
-+++ texi2html.aa	Mon Jan  5 21:12:14 1998
-@@ -1,6 +1,4 @@
--#!/usr/local/bin/perl
--'di ';
--'ig 00 ';
-+#!/usr/bin/perl
- #+##############################################################################
- #                                                                              #
- # File: texi2html                                                              #
-@@ -11,8 +9,6 @@
- 
- # @(#)texi2html	1.52 01/05/98	Written (mainly) by Lionel Cons, Lionel.Cons@cern.ch
- 
--# The man page for this program is included at the end of this file and can be
--# viewed using the command 'nroff -man texi2html'.
- # Please read the copyright at the end of the man page.
- 
- #+++############################################################################
-@@ -1928,13 +1924,3 @@
-     $key2alpha{$a} cmp $key2alpha{$b};
- }
- 
--##############################################################################
--
--	# These next few lines are legal in both Perl and nroff.
--
--.00 ;			# finish .ig
-- 
--'di			\" finish diversion--previous line must be blank
--.nr nl 0-1		\" fake up transition to first page again
--.nr % 0			\" start at page 1
--'; __END__ ############# From here on it's a standard manual page ############
diff -urN ports/textproc/texi2html/patches/patch-ab myports/textproc/texi2html/patches/patch-ab
--- ports/textproc/texi2html/patches/patch-ab	Thu Jan  1 02:00:00 1970
+++ myports/textproc/texi2html/patches/patch-ab	Thu Sep 21 20:24:43 2000
@@ -0,0 +1,11 @@
+--- Makefile.am.orig	Tue Jul 11 13:04:34 2000
++++ Makefile.am	Thu Sep  7 21:52:29 2000
+@@ -8,7 +8,7 @@
+               MySimple.pm MySimple.pod version.texi
+ info_TEXINFOS = texi2html.texi
+ 
+-htmldir = $(prefix)/html
++htmldir = $(prefix)/share/doc/texi2html
+ html_DATA    = texi2html.html
+ 
+ TEXI2HTML = texi2html
diff -urN ports/textproc/texi2html/pkg/PLIST myports/textproc/texi2html/pkg/PLIST
--- ports/textproc/texi2html/pkg/PLIST	Wed Aug 19 23:48:44 1998
+++ myports/textproc/texi2html/pkg/PLIST	Thu Sep 21 20:24:43 2000
@@ -1 +1,6 @@
 bin/texi2html
+@unexec install-info --delete %D/info/texi2html.info %D/info/dir
+info/texi2html.info
+@exec install-info %D/info/texi2html.info %D/info/dir
+share/doc/texi2html/texi2html.html
+@dirrm share/doc/texi2html
diff -urN ports/www/cgihtml/Makefile myports/www/cgihtml/Makefile
--- ports/www/cgihtml/Makefile	Sat Jun 17 00:52:05 2000
+++ myports/www/cgihtml/Makefile	Thu Sep 21 20:27:44 2000
@@ -8,9 +8,9 @@
 PORTNAME=	cgihtml
 PORTVERSION= 	1.69
 CATEGORIES=	devel www
-MASTER_SITES=	ftp://ftp.eekim.com/pub/users/eekim/cgihtml/
+MASTER_SITES=	ftp://hcs.harvard.edu/pub/web/tools/cgihtml/
 
-MAINTAINER=	i.vaudrey@bigfoot.com
+MAINTAINER=	roam@orbitel.bg
 
 INSTALLS_SHLIB=	yes
 

>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?20000921173333.3101.qmail>