Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Mar 2008 04:28:53 GMT
From:      Wen heping <wenheping@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/121552: [Update] ports: textproc/info2html 2.0
Message-ID:  <200803100428.m2A4SrnP043873@www.freebsd.org>
Resent-Message-ID: <200803100440.m2A4e1l9054761@freefall.freebsd.org>

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

>Number:         121552
>Category:       ports
>Synopsis:       [Update] ports: textproc/info2html 2.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 10 04:40:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Wen heping
>Release:        FreeBSD 7.0-RELEASE
>Organization:
ChangAn Middle School
>Environment:
FreeBSD fb7.wenjing.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008     root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
summary of changes:
  1 update to 2.0 from 1.1
  2 rewrite the do-install script    
  3 I shall maintain this unmaintained ports 

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ncu /usr/ports/textproc/info2html/Makefile wen_info2html/Makefile
--- /usr/ports/textproc/info2html/Makefile	2004-02-05 20:37:56.000000000 +0000
+++ wen_info2html/Makefile	2008-03-08 22:52:53.000000000 +0000
@@ -6,15 +6,20 @@
 #
 
 PORTNAME=	info2html
-PORTVERSION=	1.1
+PORTVERSION=	2.0
 CATEGORIES=	textproc
-MASTER_SITES=	http://wolfram.schneider.org/src/
+MASTER_SITES=	SF
+EXTRACT_SUFX=	.tar
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	wenheping@gmail.com
 COMMENT=	Translate GNU info files into HTML pages
 
-MAN1=		info2html.1
-MANCOMPRESSED=	yes
-PLIST_FILES=	bin/info2html
+NO_BUILD=	yes
+PLIST_FILES=	bin/info2html bin/infocat bin/info2html.css bin/info2html.conf
 
+do-install:
+	${INSTALL_SCRIPT} ${WRKSRC}/info2html ${LOCALBASE}/bin
+	${INSTALL_SCRIPT} ${WRKSRC}/infocat ${LOCALBASE}/bin
+	${INSTALL_DATA} ${WRKSRC}/info2html.conf ${LOCALBASE}/bin
+	${INSTALL_DATA} ${WRKSRC}/info2html.css ${LOCALBASE}/bin
 .include <bsd.port.mk>
diff -ncu /usr/ports/textproc/info2html/distinfo wen_info2html/distinfo
--- /usr/ports/textproc/info2html/distinfo	2005-11-25 18:40:33.000000000 +0000
+++ wen_info2html/distinfo	2008-03-08 22:36:23.000000000 +0000
@@ -1,3 +1,3 @@
-MD5 (info2html-1.1.tar.gz) = 60af0b13f18ab1deee654f947d9fde71
-SHA256 (info2html-1.1.tar.gz) = 5a1e3bb37abab0282b6b98737b9677aba9f4b736a0b344fb6cc4d33fbb41de98
-SIZE (info2html-1.1.tar.gz) = 3779
+MD5 (info2html-2.0.tar) = fc265a8f5347805689b27c31e85ccc08
+SHA256 (info2html-2.0.tar) = 553f4d17e7edc13e5d27ae66e27b8702e1e83691adb3505a26e3af70276f84a5
+SIZE (info2html-2.0.tar) = 51200


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803100428.m2A4SrnP043873>