mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to upstream version 1.0.5
- Update pkg-descr - Pet portlint PR: 193294 Submitted by: portmaster@bsdforge.com (maintainer)
This commit is contained in:
parent
b5e649b51d
commit
834ee52f3e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369436
3 changed files with 13 additions and 9 deletions
|
@ -2,21 +2,19 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= repng2jpeg
|
PORTNAME= repng2jpeg
|
||||||
PORTVERSION= 1.0.4
|
PORTVERSION= 1.0.5
|
||||||
PORTREVISION= 5
|
|
||||||
CATEGORIES= graphics
|
CATEGORIES= graphics
|
||||||
MASTER_SITES= http://bsdforge.com/projects/source/graphics/repng2jpeg/
|
MASTER_SITES= http://bsdforge.com/projects/source/graphics/repng2jpeg/
|
||||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
||||||
|
|
||||||
MAINTAINER= portmaster@bsdforge.com
|
MAINTAINER= portmaster@bsdforge.com
|
||||||
COMMENT= Tool to recompress JPEG/PNG/GIF
|
COMMENT= Small tool to recompress JPEG, PNG, and GIF images
|
||||||
|
|
||||||
LICENSE= GPLv1
|
LICENSE= GPLv1
|
||||||
|
|
||||||
USES= tar:xz
|
|
||||||
|
|
||||||
LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd
|
LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd
|
||||||
|
|
||||||
|
USES= tar:xz
|
||||||
|
|
||||||
CFLAGS+= -I${LOCALBASE}/include
|
CFLAGS+= -I${LOCALBASE}/include
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib -lgd
|
LDFLAGS+= -L${LOCALBASE}/lib -lgd
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (repng2jpeg_1.0.4.tar.xz) = 5bd37c43c03c1068aee74e36dc0ab4bc8c4245fe2f9b2b17d062e55d5d13f56e
|
SHA256 (repng2jpeg-1.0.5.tar.xz) = 4870c50e77c501deec4ca01363e194f4b8d16f530701a1322db3e3e5e635d0ca
|
||||||
SIZE (repng2jpeg_1.0.4.tar.xz) = 938180
|
SIZE (repng2jpeg-1.0.5.tar.xz) = 938240
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
Tool to recompress JPEG/PNG/GIF.
|
A small tool to recompress JPEG, PNG, and GIF images.
|
||||||
|
repng2jpeg is a single binary, which makes it readily available, and simple
|
||||||
|
for use in scripts, and other utilities. Some of the possibilities include
|
||||||
|
|
||||||
|
- mass recompression of entire directory/ies
|
||||||
|
- scripted via Perl, as an online utility
|
||||||
|
- your-creative-usage-here...
|
||||||
|
|
||||||
WWW: http://BSDforge.COM/projects/graphics/repng2jpeg/
|
WWW: http://BSDforge.COM/projects/graphics/repng2jpeg/
|
||||||
|
|
Loading…
Add table
Reference in a new issue