Port details |
- jpegpixi Useful to correct images from digital camera with CCD defects
- 1.1.1_5 graphics
=0 1.1.1_5Version of this port present on the latest quarterly branch.
- DEPRECATED: No more public distfiles
This port expired on: 2012-10-20
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2002-06-20 04:53:03
- Last Update: 2012-10-25 22:36:44
- SVN Revision: 306407
- License: not specified in port
- WWW:
- http://www.zero-based.org/software/jpegpixi/
- Description:
- "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://www.zero-based.org/software/jpegpixi/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- jpegpixi>0:graphics/jpegpixi
- No installation instructions:
- This port has been deleted.
- PKGNAME: jpegpixi
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Library dependencies:
-
- jpeg.11 : graphics/jpeg
- intl : devel/gettext
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.1_5 25 Oct 2012 22:36:44 |
bapt |
2012-10-20 lang/ironpython: No more public distfiles
2012-10-20 lang/cu-prolog: No more public distfiles
2012-10-20 japanese/stardict-dict-ja: No more public distfiles
2012-10-20 japanese/otojiro-fpw: No more public distfiles
2012-10-20 japanese/hex: No more public distfiles
2012-10-20 japanese/gxditview: No more public distfiles
2012-10-20 graphics/view3ds: No more public distfiles
2012-10-20 graphics/photoclip: No more public distfiles
2012-10-20 graphics/multivideo: Abandonware, no more upstream, depends on the
deprecated wxGTK 2.4
2012-10-20 graphics/kphotoalbum: No more public distfiles
2012-10-20 graphics/jpegpixi: No more public distfiles
2012-10-20 graphics/gimp-manual-pdf: No more public distfiles
2012-10-20 graphics/exifprobe: No more public distfiles
Feature safe: yes |
1.1.1_5 21 Sep 2012 06:52:45 |
bapt |
Deprecated a bunch a ports with no more public distfiles (thanks ehaupt's
distilator |
1.1.1_5 29 Jul 2012 11:17:04 |
cs |
Fix typos in COMMENT
Approved by: portmgr@ (implicit) |
1.1.1_5 24 Oct 2011 03:33:20 |
stas |
- Return my ports back to the pool. I was unable to make any fixes to
my ports in the past 3 weeks while ports were broken on any 10.x
machines, which means I'm unable to maintain them. So let people know
that there's no available support for them until things are back to
normal (which also means that anyone with spare time will be able
to fix them without getting approval). |
1.1.1_5 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
1.1.1_5 03 Jul 2011 14:12:23 |
ohauer |
-remove MD5 |
1.1.1_5 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
1.1.1_4 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.1.1_3 18 Jul 2009 11:11:29 |
dinoex |
- update to jpeg7
Tested by: pav on pointyhat |
1.1.1_2 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
1.1.1_2 06 Jun 2008 13:35:04 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
1.1.1_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.1.1 27 Mar 2007 22:12:03 |
stas |
- Change my email.
Suggested by: skv |
1.1.1 15 Aug 2006 08:23:59 |
rafan |
- Pass maintainership to submitter
PR: ports/101586
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru> |
1.1.1 15 Aug 2006 07:56:23 |
rafan |
- Remove directories that are not in mtree file
Note that these directories are be removed by other dependency ports,
so I do not bump PORTREVISION for them. These affected ports are
belong to ports@.
PR: ports/101586
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru> |
1.1.1 28 Nov 2005 16:56:48 |
pav |
- Update to 1.1.1
PR: ports/89582
Submitted by: Ports Fury |
1.1.0 26 Nov 2005 01:48:16 |
pav |
- Add SHA256 |
1.1.0 05 Jun 2005 12:57:06 |
sem |
- Update to 1.1.0
PR: ports/81862
Submitted by: Ports Fury |
1.0.3 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
1.0.3 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
1.0.3 31 Jan 2005 23:02:29 |
krion |
Update to version 1.0.3
PR: ports/76897
Submitted by: Ports Fury |
0.14 18 Dec 2004 21:46:46 |
kris |
Reset bouncing maintainer address:
<verm@drunkmonk.net>: host beatrix.drunkmonk.net[206.75.218.3] said: 550 5.1.1
<verm@drunkmonk.net>... User unknown (in reply to RCPT TO command) |
0.14 18 Mar 2004 02:27:55 |
trevor |
Add size data.
Approved by: maintainers |
0.14 12 Jan 2004 20:55:06 |
pav |
- Update to 0.14
PR: ports/61236
Submitted by: verm@drunkmonk.net <verm@drunkmonk.net> (maintainer) |
0.3 21 Feb 2003 12:15:34 |
knu |
De-pkg-comment. |
0.3 20 Jun 2002 04:47:47 |
ijliao |
add jpegpixi 0.3
Useful to correct images from digtal camera with CCD defects
PR: 39157
Submitted by: Amar Takhar <verm@drunkmonk.net> |