notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: graphics/jpeginfo/Makefile
SVNWeb

Number of commits found: 28

Fri, 28 Jul 2023
[ 17:13 Daniel Engberg (diizzy) search for other commits by this committer ]    commit hash:664a2fa1e56e670a356f54c94389bdb47d868f3f  commit hash:664a2fa1e56e670a356f54c94389bdb47d868f3f  commit hash:664a2fa1e56e670a356f54c94389bdb47d868f3f  664a2fa  (Only the first 10 of 502 ports in this commit are shown above. View all ports for this commit)
*/*: Bump jpeg-turbo users treewide

New major version 3.0.0
Mon, 30 Jan 2023
[ 12:59 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:eddd0735d3b7140db0384464df41b58ba851fe1d  commit hash:eddd0735d3b7140db0384464df41b58ba851fe1d  commit hash:eddd0735d3b7140db0384464df41b58ba851fe1d  eddd073 
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
Mon, 9 Jan 2023
[ 21:55 Fernando Apesteguía (fernape) search for other commits by this committer ]    commit hash:c69c1c53cceea335f1d9305f0fd2b2f98012c92e  commit hash:c69c1c53cceea335f1d9305f0fd2b2f98012c92e  commit hash:c69c1c53cceea335f1d9305f0fd2b2f98012c92e  c69c1c5 
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
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:022e658bd10b8753ede87b3dfda087efabddac98  commit hash:022e658bd10b8753ede87b3dfda087efabddac98  commit hash:022e658bd10b8753ede87b3dfda087efabddac98  022e658  (Only the first 10 of 771 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Mon, 19 Oct 2020
[ 09:37 amdmi3 search for other commits by this committer ] Original commit   Revision:552727
- Fix LICENSE
- Add LICENSE_FILE
- Switch to USES=localbase
- Silence stripping
- Update WWW

Approved by:	portmgr blanket
Mon, 22 Jun 2015
[ 18:33 antoine search for other commits by this committer ] Original commit   Revision:390310 (Only the first 10 of 374 ports in this commit are shown above. View all ports for this commit)
Convert to USES=jpeg
Wed, 17 Jun 2015
[ 14:55 sunpoet search for other commits by this committer ] Original commit   Revision:389935
- Add LICENSE
- Remove superfluous space
[ 12:54 amdmi3 search for other commits by this committer ] Original commit   Revision:389910
- Strip binary
Wed, 11 Jun 2014
[ 14:50 tijl search for other commits by this committer ] Original commit   Revision:357486 (Only the first 10 of 297 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Sun, 27 Apr 2014
[ 19:27 pawel search for other commits by this committer ] Original commit   Revision:352453
- Add staging support
- Convert to new LIB_DEPENDS format
Fri, 20 Sep 2013
[ 18:35 bapt search for other commits by this committer ] Original commit   Revision:327733 (Only the first 10 of 1084 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
Fri, 23 Sep 2011
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- 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
Tue, 30 Aug 2011
[ 07:47 ache search for other commits by this committer ] Original commit 
Remove myself from MAINTAINER
Sat, 25 Dec 2010
[ 16:55 sunpoet search for other commits by this committer ] Original commit  (Only the first 10 of 180 ports in this commit are shown above. View all ports for this commit)
- 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)
Fri, 5 Feb 2010
[ 11:46 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4271 ports in this commit are shown above. View all ports for this commit)
- update to jpeg-8
Sat, 17 Oct 2009
[ 22:52 ache search for other commits by this committer ] Original commit 
Upgrade to 1.6.1
Sat, 18 Jul 2009
[ 11:11 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 337 ports in this commit are shown above. View all ports for this commit)
- update to jpeg7
Tested by:      pav on pointyhat
Fri, 29 Feb 2008
[ 15:46 ache search for other commits by this committer ] Original commit 
Update master site & www page
Mon, 23 Jul 2007
[ 09:36 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 437 ports in this commit are shown above. View all ports for this commit)
- 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
Fri, 8 Sep 2006
[ 23:33 ache search for other commits by this committer ] Original commit 
Replace mastersite which is gone
Fri, 25 Nov 2005
[ 03:17 edwin search for other commits by this committer ] Original commit 
big whitespace cleanup (see ports/65409)

        Ache's ports whitespace cleanup

PR:             ports/65829
Submitted by:   trevor
Approved by:    ache
Mon, 23 May 2005
[ 08:46 vs search for other commits by this committer ] Original commit 
Use MAKE_ARGS instead of patch to makefile

Approved by: maintainer
Fri, 11 Mar 2005
[ 11:46 ache search for other commits by this committer ] Original commit 
Upgrade to 1.6.0
Fri, 6 Feb 2004
[ 13:12 trevor search for other commits by this committer ] Original commit  (Only the first 10 of 1568 ports in this commit are shown above. View all ports for this commit)
Use PLIST_FILES (bento-tested, marcus-reviewed).
Fri, 7 Mar 2003
[ 06:04 ade search for other commits by this committer ] Original commit  (Only the first 10 of 238 ports in this commit are shown above. View all ports for this commit)
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
Thu, 9 Aug 2001
[ 09:40 ache search for other commits by this committer ] Original commit 
Test jpegs for errors, generate MD5 and listing    

Number of commits found: 28