graphics/png2html: Unbreak fetch (new site, same author)
PR: 199239 Submitted by: ports fury
This commit is contained in:
parent
0141e47e5a
commit
9ffb87a7ca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383793
2 changed files with 2 additions and 5 deletions
|
@ -5,15 +5,12 @@ PORTNAME= png2html
|
|||
PORTVERSION= 1.1
|
||||
PORTREVISION= 10
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://www.geoffholden.com/content/projects/png2html/
|
||||
MASTER_SITES= http://www.engr.mun.ca/~holden/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Takes a PNG image and transforms it into HTML
|
||||
|
||||
LICENSE= GPLv2 # (or later)
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BROKEN= No public distfiles
|
||||
|
||||
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \
|
||||
libgd.so:${PORTSDIR}/graphics/gd
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
png2html takes a PNG image and transforms it into a Web page with the
|
||||
use of a text file.
|
||||
|
||||
WWW: http://www.geoffholden.com/content/projects/png2html/
|
||||
WWW: http://www.engr.mun.ca/~holden/png2html.html
|
||||
|
|
Loading…
Reference in a new issue