mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Update to 2.0
- Pass maintainership to submitter PR: ports/121552 Submitted by: Wen heping <wenheping@gmail.com> (maintainer)
This commit is contained in:
parent
7e627ae432
commit
c82f528fb2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=208708
2 changed files with 14 additions and 9 deletions
|
@ -6,15 +6,20 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= info2html
|
PORTNAME= info2html
|
||||||
PORTVERSION= 1.1
|
PORTVERSION= 2.0
|
||||||
CATEGORIES= textproc
|
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
|
COMMENT= Translate GNU info files into HTML pages
|
||||||
|
|
||||||
MAN1= info2html.1
|
NO_BUILD= yes
|
||||||
MANCOMPRESSED= yes
|
PLIST_FILES= bin/info2html bin/infocat bin/info2html.css bin/info2html.conf
|
||||||
PLIST_FILES= bin/info2html
|
|
||||||
|
|
||||||
|
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>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (info2html-1.1.tar.gz) = 60af0b13f18ab1deee654f947d9fde71
|
MD5 (info2html-2.0.tar) = fc265a8f5347805689b27c31e85ccc08
|
||||||
SHA256 (info2html-1.1.tar.gz) = 5a1e3bb37abab0282b6b98737b9677aba9f4b736a0b344fb6cc4d33fbb41de98
|
SHA256 (info2html-2.0.tar) = 553f4d17e7edc13e5d27ae66e27b8702e1e83691adb3505a26e3af70276f84a5
|
||||||
SIZE (info2html-1.1.tar.gz) = 3779
|
SIZE (info2html-2.0.tar) = 51200
|
||||||
|
|
Loading…
Add table
Reference in a new issue