View | Details | Raw Unified | Return to bug 193294 | Differences between
and this patch

Collapse All | Expand All

(-)repng2jpeg/Makefile (-6 / +4 lines)
Lines 2-22 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	repng2jpeg
4
PORTNAME=	repng2jpeg
5
PORTVERSION=	1.0.4
5
PORTVERSION=	1.0.5
6
PORTREVISION=	5
7
CATEGORIES=	graphics
6
CATEGORIES=	graphics
8
MASTER_SITES=	http://bsdforge.com/projects/source/graphics/repng2jpeg/
7
MASTER_SITES=	http://bsdforge.com/projects/source/graphics/repng2jpeg/
9
DISTNAME=	${PORTNAME}_${PORTVERSION}
10
8
11
MAINTAINER=	portmaster@bsdforge.com
9
MAINTAINER=	portmaster@bsdforge.com
12
COMMENT=	Tool to recompress JPEG/PNG/GIF
10
COMMENT=	Small tool to recompress JPEG, PNG, and GIF images
13
11
14
LICENSE=	GPLv1
12
LICENSE=	GPLv1
15
13
14
LIB_DEPENDS=	libgd.so:${PORTSDIR}/graphics/gd
15
16
USES=		tar:xz
16
USES=		tar:xz
17
17
18
LIB_DEPENDS=	libgd.so:${PORTSDIR}/graphics/gd
19
20
CFLAGS+=	-I${LOCALBASE}/include
18
CFLAGS+=	-I${LOCALBASE}/include
21
LDFLAGS+=	-L${LOCALBASE}/lib -lgd
19
LDFLAGS+=	-L${LOCALBASE}/lib -lgd
22
20
(-)repng2jpeg/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (repng2jpeg_1.0.4.tar.xz) = 5bd37c43c03c1068aee74e36dc0ab4bc8c4245fe2f9b2b17d062e55d5d13f56e
1
SHA256 (repng2jpeg-1.0.5.tar.xz) = 4870c50e77c501deec4ca01363e194f4b8d16f530701a1322db3e3e5e635d0ca
2
SIZE (repng2jpeg_1.0.4.tar.xz) = 938180
2
SIZE (repng2jpeg-1.0.5.tar.xz) = 938240
(-)repng2jpeg/pkg-descr (-1 / +7 lines)
Lines 1-3 Link Here
1
Tool to recompress JPEG/PNG/GIF.
1
A small tool to recompress JPEG, PNG, and GIF images.
2
repng2jpeg is a single binary, which makes it readily available, and simple
3
for use in scripts, and other utilities. Some of the possibilities include
2
4
5
 - mass recompression of entire directory/ies
6
 - scripted via Perl, as an online utility
7
 - your-creative-usage-here...
8
3
WWW: http://BSDforge.COM/projects/graphics/repng2jpeg/
9
WWW: http://BSDforge.COM/projects/graphics/repng2jpeg/

Return to bug 193294