New port: jpegoptim is an command-line jpeg compressor which supports
lossy and lossless optimisations. new port for the jpegoptim program, permits stripping comments of jpeg files, can do lossless optimisations as lossy ones. powerfull for scripting and batch recompressions. PR: ports/47545 Submitted by: User & <fab@gcu.info>
This commit is contained in:
parent
c5a2bb82d1
commit
cab1565c5f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90105
6 changed files with 42 additions and 0 deletions
|
@ -162,6 +162,7 @@
|
|||
SUBDIR += jpeg2ps-a4
|
||||
SUBDIR += jpeg2ps-letter
|
||||
SUBDIR += jpeginfo
|
||||
SUBDIR += jpegoptim
|
||||
SUBDIR += jpegpixi
|
||||
SUBDIR += jpgraph
|
||||
SUBDIR += jpgtn
|
||||
|
|
23
graphics/jpegoptim/Makefile
Normal file
23
graphics/jpegoptim/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# New ports collection makefile for: DirectFB
|
||||
# Date created: 24 January 2003
|
||||
# Whom: Devaux Fabien <fab@gcu.info>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= jpegoptim
|
||||
PORTVERSION= 1.2.2
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://www.cc.jyu.fi/~tjko/src/
|
||||
|
||||
MAINTAINER= fab@gcu.info
|
||||
COMMENT= An utility to optimize jpeg files
|
||||
|
||||
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--with-libjpeg=${LOCALBASE}
|
||||
|
||||
MAN1= jpegoptim.1
|
||||
|
||||
.include <bsd.port.mk>
|
1
graphics/jpegoptim/distinfo
Normal file
1
graphics/jpegoptim/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (jpegoptim-1.2.2.tar.gz) = c7e92417badac7dcffab4245c113871c
|
11
graphics/jpegoptim/files/patch-Makefile.in
Normal file
11
graphics/jpegoptim/files/patch-Makefile.in
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- Makefile.in.orig Fri Oct 3 05:03:55 2003
|
||||
+++ Makefile.in Fri Oct 3 05:05:14 2003
|
||||
@@ -26,7 +26,7 @@
|
||||
infodir = $(prefix)/share/info
|
||||
|
||||
# Where to put the manual pages.
|
||||
-mandir = $(prefix)/share/man
|
||||
+mandir = $(prefix)/man
|
||||
|
||||
|
||||
|
5
graphics/jpegoptim/pkg-descr
Normal file
5
graphics/jpegoptim/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Jpegoptim is an utility to optimize jpeg files.
|
||||
Provides:
|
||||
* lossless optimization
|
||||
* lossy optimization based on setting maximum quality factor
|
||||
* selective strip of comments and Exif markers
|
1
graphics/jpegoptim/pkg-plist
Normal file
1
graphics/jpegoptim/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
bin/jpegoptim
|
Loading…
Reference in a new issue