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.
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
Class Changed From-To: update->change-request wrong class
State Changed From-To: open->closed Commited, thanks! Removed the MAN1PATH and added a small patch