upgrade to gif2png 2.4.7
-- Most of the changes from: Xavier Santolaria <xavier at santolaria dot net>
This commit is contained in:
parent
7ee0675dbc
commit
f982fd9f3b
@ -1,38 +1,33 @@
|
||||
# $OpenBSD: Makefile,v 1.30 2002/07/30 13:43:36 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.31 2003/10/16 22:06:49 brad Exp $
|
||||
|
||||
COMMENT= "converts GIF images to the PNG format"
|
||||
|
||||
DISTNAME= gif2png-2.4.5
|
||||
DISTNAME= gif2png-2.4.7
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://www.tuxedo.org/~esr/gif2png/ \
|
||||
ftp://ftp.ccil.org/pub/esr/
|
||||
|
||||
HOMEPAGE= http://www.tuxedo.org/~esr/gif2png/
|
||||
|
||||
LIB_DEPENDS= png.2::graphics/png
|
||||
|
||||
MAINTAINER= Brad Smith <brad@openbsd.org>
|
||||
HOMEPAGE= http://www.catb.org/~esr/gif2png/
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}
|
||||
|
||||
LIB_DEPENDS= png.2::graphics/png
|
||||
|
||||
USE_GMAKE= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= --with-png-inc="${LOCALBASE}/include/libpng" \
|
||||
--with-png-lib="${LOCALBASE}/lib"
|
||||
|
||||
|
||||
DOCS= COPYING README
|
||||
|
||||
pre-patch:
|
||||
@sed -e "s|@PREFIX@|${LOCALBASE}|" \
|
||||
pre-build:
|
||||
@sed -e "s|@PREFIX@|${LOCALBASE}|g" \
|
||||
${FILESDIR}/web2png > ${WRKDIR}/web2png
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gif2png
|
||||
cd ${WRKSRC}; ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/gif2png
|
||||
cd ${WRKSRC}; ${INSTALL_DATA} README ${PREFIX}/share/doc/gif2png
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/web2png ${PREFIX}/libexec/web2png.bin
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/web2png ${PREFIX}/bin
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (gif2png-2.4.5.tar.gz) = d6cd892be965d7cf84ebf913e8957c39
|
||||
RMD160 (gif2png-2.4.5.tar.gz) = 868341cbb3cea088e800c853d5d0928836dd7c17
|
||||
SHA1 (gif2png-2.4.5.tar.gz) = bb22db98064f18fd2fc853bc02c6327489648a7d
|
||||
MD5 (gif2png-2.4.7.tar.gz) = 3e2a98655bf49a92dfa50629d3983cb7
|
||||
RMD160 (gif2png-2.4.7.tar.gz) = 981553499408d48216467b07dd1c5e8b8d07d93a
|
||||
SHA1 (gif2png-2.4.7.tar.gz) = 5136dc37f11c80d465481397600e91d144b21f9e
|
||||
|
@ -1,3 +1 @@
|
||||
a program to convert CompuServe GIF images to the PNG format.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
||||
|
@ -1,9 +1,8 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2000/06/15 18:53:44 brad Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2003/10/16 22:06:49 brad Exp $
|
||||
bin/gif2png
|
||||
bin/web2png
|
||||
libexec/web2png.bin
|
||||
man/man1/gif2png.1
|
||||
man/man1/web2png.1
|
||||
share/doc/gif2png/COPYING
|
||||
share/doc/gif2png/README
|
||||
@dirrm share/doc/gif2png
|
||||
|
Loading…
x
Reference in New Issue
Block a user