View | Details | Raw Unified | Return to bug 21456
Collapse All | Expand All

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

Return to bug 21456