Bug 47545 - New port: jpegoptim is an command-line jpeg compressor which supports lossy and lossless optimisations.
Summary: New port: jpegoptim is an command-line jpeg compressor which supports lossy a...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-27 12:10 UTC by Fabien.Devaux
Modified: 2003-10-03 13:06 UTC (History)
1 user (show)

See Also:


Attachments
jpegoptim.shar (1.81 KB, text/plain)
2003-01-27 12:10 UTC, Fabien.Devaux
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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