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

(-)wen_info2html/Makefile (-6 / +11 lines)
Lines 6-20 Link Here
6
#
6
#
7
7
8
PORTNAME=	info2html
8
PORTNAME=	info2html
9
PORTVERSION=	1.1
9
PORTVERSION=	2.0
10
CATEGORIES=	textproc
10
CATEGORIES=	textproc
11
MASTER_SITES=	http://wolfram.schneider.org/src/
11
MASTER_SITES=	SF
12
EXTRACT_SUFX=	.tar
12
13
13
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	wenheping@gmail.com
14
COMMENT=	Translate GNU info files into HTML pages
15
COMMENT=	Translate GNU info files into HTML pages
15
16
16
MAN1=		info2html.1
17
NO_BUILD=	yes
17
MANCOMPRESSED=	yes
18
PLIST_FILES=	bin/info2html bin/infocat bin/info2html.css bin/info2html.conf
18
PLIST_FILES=	bin/info2html
19
19
20
do-install:
21
	${INSTALL_SCRIPT} ${WRKSRC}/info2html ${LOCALBASE}/bin
22
	${INSTALL_SCRIPT} ${WRKSRC}/infocat ${LOCALBASE}/bin
23
	${INSTALL_DATA} ${WRKSRC}/info2html.conf ${LOCALBASE}/bin
24
	${INSTALL_DATA} ${WRKSRC}/info2html.css ${LOCALBASE}/bin
20
.include <bsd.port.mk>
25
.include <bsd.port.mk>
(-)wen_info2html/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (info2html-1.1.tar.gz) = 60af0b13f18ab1deee654f947d9fde71
1
MD5 (info2html-2.0.tar) = fc265a8f5347805689b27c31e85ccc08
2
SHA256 (info2html-1.1.tar.gz) = 5a1e3bb37abab0282b6b98737b9677aba9f4b736a0b344fb6cc4d33fbb41de98
2
SHA256 (info2html-2.0.tar) = 553f4d17e7edc13e5d27ae66e27b8702e1e83691adb3505a26e3af70276f84a5
3
SIZE (info2html-1.1.tar.gz) = 3779
3
SIZE (info2html-2.0.tar) = 51200

Return to bug 121552