From ad195853612fa4454200ccbf1162b787bf7b8227 Mon Sep 17 00:00:00 2001 From: shell Date: Tue, 6 Nov 2001 08:32:19 +0000 Subject: [PATCH] Upgrade to 1.30, add no_x11 flavor, ok jakob@ --- graphics/gifsicle/Makefile | 25 +++++++++++++++++-------- graphics/gifsicle/files/md5 | 6 +++--- graphics/gifsicle/pkg/PFRAG.no-no_x11 | 3 +++ graphics/gifsicle/pkg/PLIST | 5 ++--- 4 files changed, 25 insertions(+), 14 deletions(-) create mode 100644 graphics/gifsicle/pkg/PFRAG.no-no_x11 diff --git a/graphics/gifsicle/Makefile b/graphics/gifsicle/Makefile index 5b47ad3be09..046f8f8fb27 100644 --- a/graphics/gifsicle/Makefile +++ b/graphics/gifsicle/Makefile @@ -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 @@ -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 diff --git a/graphics/gifsicle/files/md5 b/graphics/gifsicle/files/md5 index a9456ee0519..82d6db76723 100644 --- a/graphics/gifsicle/files/md5 +++ b/graphics/gifsicle/files/md5 @@ -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 diff --git a/graphics/gifsicle/pkg/PFRAG.no-no_x11 b/graphics/gifsicle/pkg/PFRAG.no-no_x11 new file mode 100644 index 00000000000..209f7d1d4d1 --- /dev/null +++ b/graphics/gifsicle/pkg/PFRAG.no-no_x11 @@ -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 diff --git a/graphics/gifsicle/pkg/PLIST b/graphics/gifsicle/pkg/PLIST index c920190b50b..b47be9c9ad2 100644 --- a/graphics/gifsicle/pkg/PLIST +++ b/graphics/gifsicle/pkg/PLIST @@ -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