Bug 47545

Summary: New port: jpegoptim is an command-line jpeg compressor which supports lossy and lossless optimisations.
Product: Ports & Packages Reporter: Fabien.Devaux <Fabien.Devaux>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: devaux.fabien
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
jpegoptim.shar none

Description Fabien.Devaux 2003-01-27 12:10:02 UTC
	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.
Comment 1 corecode@corecode.ath.cx 2003-01-27 16:12:50 UTC
Lately Fabien.Devaux@asus.fr told:

> sed 's/^X//' >jpegoptim/Makefile << 'END-of-jpegoptim/Makefile'
> X# New ports collection makefile for:	DirectFB
> X# Date created:				24 January 2003
> X# Whom:					Devaux Fabien <fab@gcu.info>
> X#
> X# $FreeBSD$
> X#
> X
> XPORTNAME=	jpegoptim
> XPORTVERSION=	1.2.2
> XCATEGORIES=	graphics
> XMASTER_SITES=	http://www.cc.jyu.fi/~tjko/src/
> X
> XMAINTAINER=	fab@gcu.info
> X
> XLIB_DEPENDS=jpeg.9:${PORTSDIR}/graphics/jpeg
               ^ add tab
> X
> XGNU_CONFIGURE= yes
                 ^ use tab
> XCONFIGURE_ARGS+= --with-libjpeg=${LOCALBASE}
                   ^ use tab
> X
> XMAN1= jpegoptim.1
        ^ tab
> XMAN1PREFIX=    ${PREFIX}/share
              ^^^^ replace with tab
> X
> X.include <bsd.port.mk>
> END-of-jpegoptim/Makefile
> exit

use portlint -abNt to test new ports submissions

cheers
  simon

-- 
/"\   http://corecode.ath.cx/#donate
\ /
 \     ASCII Ribbon Campaign
/ \  Against HTML Mail and News
Comment 2 Mathieu Arnold freebsd_committer freebsd_triage 2003-09-03 08:48:16 UTC
Class Changed
From-To: update->change-request

wrong class
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2003-10-03 13:06:30 UTC
State Changed
From-To: open->closed

Commited, thanks! 
Removed the MAN1PATH and added a small patch