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
Fabien.Devaux
2003-01-27 12:10:02 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 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 |