diff options
author | beech <beech@FreeBSD.org> | 2008-03-10 13:26:10 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2008-03-10 13:26:10 +0800 |
commit | 3105b3f6a015b623c29432ee5f07c30565c0574f (patch) | |
tree | fca31a4eb6ff1855476a0d3aab53098c3110be1a /textproc | |
parent | 31db73163582154ade285d99d5716d92011ae6c1 (diff) | |
download | freebsd-ports-gnome-3105b3f6a015b623c29432ee5f07c30565c0574f.tar.gz freebsd-ports-gnome-3105b3f6a015b623c29432ee5f07c30565c0574f.tar.zst freebsd-ports-gnome-3105b3f6a015b623c29432ee5f07c30565c0574f.zip |
- Update to 2.0
- Pass maintainership to submitter
PR: ports/121552
Submitted by: Wen heping <wenheping@gmail.com> (maintainer)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/info2html/Makefile | 17 | ||||
-rw-r--r-- | textproc/info2html/distinfo | 6 |
2 files changed, 14 insertions, 9 deletions
diff --git a/textproc/info2html/Makefile b/textproc/info2html/Makefile index 29e855f1ab1e..510bdd438699 100644 --- a/textproc/info2html/Makefile +++ b/textproc/info2html/Makefile @@ -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 --git a/textproc/info2html/distinfo b/textproc/info2html/distinfo index 6c2a53fe0ea2..6bd3fb7c2443 100644 --- a/textproc/info2html/distinfo +++ b/textproc/info2html/distinfo @@ -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 |