Upgrade to 1.30, add no_x11 flavor, ok jakob@

This commit is contained in:
shell 2001-11-06 08:32:19 +00:00
parent 5a16e1a235
commit ad19585361
4 changed files with 25 additions and 14 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.15 2001/05/12 16:57:17 jakob Exp $
# $OpenBSD: Makefile,v 1.16 2001/11/06 08:32:19 shell Exp $
COMMENT= "creating & editing GIF images and animations"
DISTNAME= gifsicle-1.27
DISTNAME= gifsicle-1.30
CATEGORIES= graphics
NEED_VERSION= 1.363
NEED_VERSION= 1.488
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
@ -13,14 +13,23 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.lcdf.org/gifsicle/ \
ftp://ftp.lcdf.org/pub/ \
ftp://ftp.lcdf.org/pub/OLD-VERSIONS/
HOMEPAGE= http://www.lcdf.org/gifsicle/
HOMEPAGE= http://www.lcdf.org/gifsicle/
MASTER_SITES= ${HOMEPAGE}/ \
ftp://ftp.lcdf.org/pub/ \
ftp://ftp.lcdf.org/pub/OLD-VERSIONS/
FLAVORS= no_x11
FLAVOR?=
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --enable-gifdiff
SEPARATE_BUILD= concurrent
USE_X11= Yes
.if ${FLAVOR:L:Mno_x11}
USE_X11= Yes
CONFIGURE_ARGS+= --disable-gifview
.endif
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (gifsicle-1.27.tar.gz) = 6f614b5e615c4aa7be077f0f5a6c9a19
RMD160 (gifsicle-1.27.tar.gz) = afd726c1dc6d553b78df76de46309a3f8f156c09
SHA1 (gifsicle-1.27.tar.gz) = b58ff8e53f3c17c6aace4fbdbbdac560f1018191
MD5 (gifsicle-1.30.tar.gz) = 1470eb221cbda90c7bcecb9f020e4a04
RMD160 (gifsicle-1.30.tar.gz) = 9793aa70a2a8a5d33d3547658c496cae445c650a
SHA1 (gifsicle-1.30.tar.gz) = 4f233df5cf0d68259ecf8e35d4d206b47919b93f

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PFRAG.no-no_x11,v 1.1 2001/11/06 08:32:19 shell Exp $
bin/gifview
man/man1/gifview.1

View File

@ -1,7 +1,6 @@
@comment $OpenBSD: PLIST,v 1.2 2000/06/20 20:00:24 jakob Exp $
@comment $OpenBSD: PLIST,v 1.3 2001/11/06 08:32:19 shell Exp $
bin/gifdiff
bin/gifsicle
bin/gifview
!%%no_x11%%
man/man1/gifdiff.1
man/man1/gifsicle.1
man/man1/gifview.1