Port details |
- jpeginfo Generate listing and MD5, check jpegs for error, delete broken ones
- 1.7.1 graphics =6 1.7.1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2001-08-09 05:40:58
- Last Update: 2023-11-02 07:37:19
- Commit Hash: afba71e
- People watching this port, also watch:: gdbm, unzip, libxml2, t1lib, freetype2
- License: GPLv3+
- WWW:
- https://www.kokkonen.net/tjko/projects.html
- https://github.com/tjko/jpeginfo
- Description:
- Jpeginfo is an utility to generate informative listings from JPEG files, and to
check JPEG files for errors. Program also supports automatic deletion of broken
JPEG files.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- jpeginfo>0:graphics/jpeginfo
- To install the port:
- cd /usr/ports/graphics/jpeginfo/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/jpeginfo
- pkg install jpeginfo
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: jpeginfo
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1698848700
SHA256 (jpeginfo-1.7.1.tar.gz) = 274f6be23fd089bd9e8715b67643a66ca2f63a503028bdea3e571228d50b669e
SIZE (jpeginfo-1.7.1.tar.gz) = 448213
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- Library dependencies:
-
- libjpeg.so : graphics/jpeg-turbo
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- graphics_jpeginfo
- USES:
- gmake jpeg localbase
- 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.7.1 02 Nov 2023 07:37:19 |
Po-Chuan Hsieh (sunpoet) |
graphics/jpeginfo: Update to 1.7.1
Changes: https://github.com/tjko/jpeginfo/releases |
1.7.0_1 28 Jul 2023 17:13:17 |
Daniel Engberg (diizzy) |
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0 |
1.7.0 30 Jan 2023 12:59:04 |
Po-Chuan Hsieh (sunpoet) |
graphics/jpeginfo: Update to 1.7.0
- Update MASTER_SITES
- Update WWW
- Update LICENSE
- Update LICENSE_FILE
- Update manpage location (003a571d1d6585196545295efc181514f171c4c4, r523104)
- Update pkg-descr
- Take maintainership
Changes: https://github.com/tjko/jpeginfo/releases |
1.6.2 09 Jan 2023 21:55:00 |
Fernando Apesteguía (fernape) |
graphics/jpenginfo: update to 1.6.2
ChangeLog: https://github.com/tjko/jpeginfo/releases/tag/v1.6.2
* Add SHA256 digest support (--sha256 or -2)
* Improved Win32 support thanks to tumagonx
* Other minor fixes |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.6.1_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.6.1_2 20 Jul 2022 14:22:04 |
Tobias C. Berner (tcberner) |
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
1.6.1_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.6.1_2 19 Oct 2020 09:37:11 |
amdmi3 |
- Fix LICENSE
- Add LICENSE_FILE
- Switch to USES=localbase
- Silence stripping
- Update WWW
Approved by: portmgr blanket |
1.6.1_2 22 Jun 2015 18:33:22 |
antoine |
Convert to USES=jpeg |
1.6.1_2 17 Jun 2015 14:55:15 |
sunpoet |
- Add LICENSE
- Remove superfluous space |
1.6.1_2 17 Jun 2015 12:54:50 |
amdmi3 |
- Strip binary |
1.6.1_1 11 Jun 2014 14:50:00 |
tijl |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
1.6.1_1 27 Apr 2014 19:27:59 |
pawel |
- Add staging support
- Convert to new LIB_DEPENDS format |
1.6.1_1 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
1.6.1_1 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.6.1_1 30 Aug 2011 07:47:41 |
ache |
Remove myself from MAINTAINER |
1.6.1_1 25 Dec 2010 16:55:41 |
sunpoet |
- Use canonical format for FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here
PR: ports/152844
Submitted by: sunpoet (myself)
Approved by: miwi (with portmgr hat) |
1.6.1_1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.6.1 17 Oct 2009 22:52:48 |
ache |
Upgrade to 1.6.1 |
1.6.0_1 18 Jul 2009 11:11:29 |
dinoex |
- update to jpeg7
Tested by: pav on pointyhat |
1.6.0 29 Feb 2008 15:46:24 |
ache |
Update master site & www page |
1.6.0 23 Jul 2007 09:36:52 |
rafan |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
1.6.0 08 Sep 2006 23:33:47 |
ache |
Replace mastersite which is gone |
1.6.0 22 Jan 2006 12:35:18 |
edwin |
SHA256ify
Approved by: krion@ |
1.6.0 25 Nov 2005 03:17:11 |
edwin |
big whitespace cleanup (see ports/65409)
Ache's ports whitespace cleanup
PR: ports/65829
Submitted by: trevor
Approved by: ache |
1.6.0 23 May 2005 08:46:09 |
vs |
Use MAKE_ARGS instead of patch to makefile
Approved by: maintainer |
1.6.0 11 Mar 2005 11:46:05 |
ache |
Upgrade to 1.6.0 |
1.5a 20 Mar 2004 21:03:41 |
trevor |
Add size data, approved by maintainers. |
1.5a 06 Feb 2004 13:12:53 |
trevor |
Use PLIST_FILES (bento-tested, marcus-reviewed). |
1.5a 07 Mar 2003 06:04:15 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
09 Aug 2001 09:40:58 |
ache |
Test jpegs for errors, generate MD5 and listing |