Index: head/graphics/jpegpixi/Makefile =================================================================== --- head/graphics/jpegpixi/Makefile (revision 149803) +++ head/graphics/jpegpixi/Makefile (revision 149804) @@ -1,34 +1,34 @@ # New ports collection makefile for: jpegpixi # Date created: 28 May 2002 # Whom: verm@drunkmonk.net # # $FreeBSD$ # PORTNAME= jpegpixi -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.1 CATEGORIES= graphics MASTER_SITES= http://www.zero-based.org/software/jpegpixi/ MAINTAINER= ports@FreeBSD.org COMMENT= Useful to correct images from digtal camera with CCD defects LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MANLANG= "" de fi fr MAN1= jpeghotp.1 jpegpixi.1 .if defined(WITHOUT_NLS) CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .else USE_GETTEXT= yes PLIST_SUB+= NLS="" .endif .include Property changes on: head/graphics/jpegpixi/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/graphics/jpegpixi/distinfo =================================================================== --- head/graphics/jpegpixi/distinfo (revision 149803) +++ head/graphics/jpegpixi/distinfo (revision 149804) @@ -1,3 +1,3 @@ -MD5 (jpegpixi-1.1.0.tar.gz) = b8a325d464d4bcfafe35ff0fa81eb337 -SHA256 (jpegpixi-1.1.0.tar.gz) = accf37bdc40b7f4e2646274f550923d5d20510882ccc7288bab6a5b2c6e289b4 -SIZE (jpegpixi-1.1.0.tar.gz) = 154823 +MD5 (jpegpixi-1.1.1.tar.gz) = c888abdb58ff63d634215d4d5b160d5d +SHA256 (jpegpixi-1.1.1.tar.gz) = e8507e07383d7b30b8ea9a7958f307b7a4ef38c80e6e2615460b07afd3407bed +SIZE (jpegpixi-1.1.1.tar.gz) = 155045 Property changes on: head/graphics/jpegpixi/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/graphics/jpegpixi/pkg-descr =================================================================== --- head/graphics/jpegpixi/pkg-descr (revision 149803) +++ head/graphics/jpegpixi/pkg-descr (revision 149804) @@ -1,17 +1,17 @@ "Jpegpixi" is short for "JPEG pixel interpolator". The intent of the program is to interpolate pixels in JFIF images (commonly refered to as "JPEG images"). This is useful to correct images from a digital camera with CCD defects. For example, if one pixel is always bright green, this pixel can be interpolated away with jpegpixi. Jpegpixi is unique in that it tries to preserve the quality of the JFIF image as much as possible. Usual graphics programs decode JFIF images when they are loaded, and re-encode them when they are saved, which results in an overall loss of quality. Jpegpixi, on the other hand, does not decode and re-encode the image, but manipulates the encoded image data (known as the "DCT coefficients"). Therefore, the blocks (typically 8x8, 8x16, or 16x16 pixel areas) which contain the pixels to be interpolated are minimally disturbed, and other blocks remain pixel-by-pixel identical to the original image. -WWW: http://jpegpixi.sourceforge.net/ +WWW: http://www.zero-based.org/software/jpegpixi/ Property changes on: head/graphics/jpegpixi/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property