View | Details | Raw Unified | Return to bug 181270
Collapse All | Expand All

(-)./Makefile (-8 / +2 lines)
Lines 1-13 Link Here
1
# New ports collection makefile for:	webp
2
# Date created:		1 October 2010
3
# Whom:			johans
4
#
5
# $FreeBSD: ports/graphics/webp/Makefile,v 1.12 2012/11/17 05:58:24 svnexp Exp $
1
# $FreeBSD: ports/graphics/webp/Makefile,v 1.12 2012/11/17 05:58:24 svnexp Exp $
6
#
7
2
8
PORTNAME=	webp
3
PORTNAME=	webp
9
PORTVERSION=	0.1.3
4
PORTVERSION=	0.3.1
10
PORTREVISION=	1
11
CATEGORIES=	graphics
5
CATEGORIES=	graphics
12
MASTER_SITES=	GOOGLE_CODE
6
MASTER_SITES=	GOOGLE_CODE
13
DISTNAME=	lib${PORTNAME}-${PORTVERSION}
7
DISTNAME=	lib${PORTNAME}-${PORTVERSION}
Lines 15-21 Link Here
15
MAINTAINER=	johans@FreeBSD.org
9
MAINTAINER=	johans@FreeBSD.org
16
COMMENT=	Google WebP image format conversion tool
10
COMMENT=	Google WebP image format conversion tool
17
11
18
LIB_DEPENDS=	jpeg.11:${PORTSDIR}/graphics/jpeg \
12
LIB_DEPENDS=	jpeg:${PORTSDIR}/graphics/jpeg \
19
		png15:${PORTSDIR}/graphics/png
13
		png15:${PORTSDIR}/graphics/png
20
14
21
USE_LDCONFIG=	yes
15
USE_LDCONFIG=	yes
(-)./distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (libwebp-0.1.3.tar.gz) = 40b18456e39b2822311b0ea161d6f09507cf5e8e937b02b9be3ee994ded67aba
1
SHA256 (libwebp-0.3.1.tar.gz) = b37932c625322a69fe4e9b88884b5c7aed2b3eaf9fd5e5b480aee339a92e6ee7
2
SIZE (libwebp-0.1.3.tar.gz) = 544552
2
SIZE (libwebp-0.3.1.tar.gz) = 844799
(-)./pkg-plist (-2 / +1 lines)
Lines 1-11 Link Here
1
bin/dwebp
1
bin/dwebp
2
bin/cwebp
2
bin/cwebp
3
include/webp/decode.h
3
include/webp/decode.h
4
include/webp/decode_vp8.h
5
include/webp/types.h
4
include/webp/types.h
6
include/webp/encode.h
5
include/webp/encode.h
7
lib/libwebp.so
6
lib/libwebp.so
8
lib/libwebp.so.2
7
lib/libwebp.so.4
9
lib/libwebp.la
8
lib/libwebp.la
10
lib/libwebp.a
9
lib/libwebp.a
11
libdata/pkgconfig/libwebp.pc
10
libdata/pkgconfig/libwebp.pc

Return to bug 181270