non port: graphics/dcraw/Makefile |
SVNWeb
|
Number of commits found: 94 |
Tue, 2 May 2023
|
[ 16:17 Po-Chuan Hsieh (sunpoet) ] b1c370e (Only the first 10 of 30 ports in this commit are shown above. )
graphics/jasper: Update to 4.0.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/jasper-software/jasper/releases
Security: CVE-2022-2963, CVE-2022-40755
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 022e658 (Only the first 10 of 771 ports in this commit are shown above. )
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 )
|
Sat, 16 Apr 2022
|
[ 20:55 Po-Chuan Hsieh (sunpoet) ] 735ea04 (Only the first 10 of 29 ports in this commit are shown above. )
graphics/jasper: Bump PORTREVISION of dependent ports for shlib change after
cdcedd316da6d7c8509c394474160c683489a3ae
|
Sun, 23 Jan 2022
|
[ 18:17 Po-Chuan Hsieh (sunpoet) ] a4a86fb
graphics/dcraw: Update maintainer section and WWW
|
Mon, 10 Jan 2022
|
[ 15:15 Stefan Eßer (se) ] bcaf25a (Only the first 10 of 491 ports in this commit are shown above. )
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above )
|
Wed, 13 Oct 2021
|
[ 05:35 Po-Chuan Hsieh (sunpoet) ] 7efc68a
graphics/dcraw: Cosmetic change
|
Fri, 8 Oct 2021
|
[ 11:14 Bernhard Froehlich (decke) ] 0a26319
graphics/dcraw: Add CPE information
Approved by: portmgr (blanket)
|
Sun, 18 Apr 2021
|
[ 05:41 Po-Chuan Hsieh (sunpoet) ] 5aad1eb
graphics/dcraw: Cosmetic change
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 19 Jan 2020
|
[ 11:09 sunpoet ]
Update manpage location (r523104)
|
Fri, 27 Dec 2019
|
[ 13:43 bapt ] (Only the first 10 of 32 ports in this commit are shown above. )
Update jasper to 2.0.16
This is needed to be able to update gegl to latest version.
Bump revision of all consumer as the ABI is not 100% backward compatible.
Provide a patch for graphics/devil to properly build with latest jasper.
While here add a missing USES=xorg to graphics/devil
|
Thu, 6 Sep 2018
|
[ 18:23 sunpoet ]
Update to 9.28
Changes: https://people.FreeBSD.org/~sunpoet/dcraw-9.28.diff
|
Sat, 15 Jul 2017
|
[ 17:22 sunpoet ]
Add LICENSE
- Update WWW
|
Mon, 21 Nov 2016
|
[ 17:35 sunpoet ]
- Update to 9.27
Changes: http://people.FreeBSD.org/~sunpoet/dcraw-9.27.diff
|
Fri, 30 Sep 2016
|
[ 19:24 tijl ] (Only the first 10 of 60 ports in this commit are shown above. )
Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.
USES=localbase:ldflags can be used to set LDFLAGS. Normally LDFLAGS
appears too early on the command line causing some ports to link with
their own libraries in LOCALBASE (if installed) instead of WRKSRC.
Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as
possible after anything a port Makefile might set. Use _USES_POST
instead of .include in libedit.mk and libarchive.mk so things like
'USES=libedit localbase:ldflags' work correctly.
Fix some issues with LIBS in some ports.
Switch ports that don't support LIBS to localbase:ldflags.
PR: 212987
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Sat, 17 Oct 2015
|
[ 18:08 sunpoet ]
- Use USES=localbase
- Sort LDFLAGS
|
Mon, 22 Jun 2015
|
[ 18:33 antoine ] (Only the first 10 of 374 ports in this commit are shown above. )
Convert to USES=jpeg
|
Mon, 1 Jun 2015
|
[ 19:37 sunpoet ]
- Update to 9.26
Changes: http://people.FreeBSD.org/~sunpoet/dcraw-9.26.diff
|
Sat, 16 May 2015
|
[ 13:34 sunpoet ]
- Update to 9.25
Changes: http://people.FreeBSD.org/~sunpoet/dcraw-9.25.diff
|
Fri, 27 Mar 2015
|
[ 13:46 sunpoet ]
- Update to 9.24
Changes: http://people.FreeBSD.org/~sunpoet/dcraw-9.24.diff
|
Sun, 28 Dec 2014
|
[ 13:14 sunpoet ]
- Silence maintainer section
|
Thu, 4 Dec 2014
|
[ 15:08 sunpoet ]
- Update to 9.22
Changes: http://people.FreeBSD.org/~sunpoet/dcraw-9.22.diff
|
Mon, 5 May 2014
|
[ 14:40 sunpoet ]
- Update to 9.21
Changes: http://people.FreeBSD.org/~sunpoet/dcraw-9.21.diff
|
Fri, 4 Apr 2014
|
[ 09:52 sunpoet ]
- Use MAKE_CMD
|
Fri, 14 Mar 2014
|
[ 15:20 sunpoet ]
- Update to 9.20
- Use USES=tar:xz
Changes: http://people.FreeBSD.org/~sunpoet/dcraw-9.20.diff
|
Thu, 10 Oct 2013
|
[ 14:36 sunpoet ]
- Convert to new LIB_DEPENDS format
- Support STAGEDIR
|
Fri, 20 Sep 2013
|
[ 18:35 bapt ] (Only the first 10 of 1084 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
|
Mon, 19 Aug 2013
|
[ 09:34 sunpoet ]
- Update maintainer section: change permission
|
Fri, 9 Aug 2013
|
[ 14:18 sunpoet ]
- Update to 9.19
- Cleanup Makefile header
- Update maintainer section
Changes: http://people.FreeBSD.org/~sunpoet/dcraw-9.19.diff
|
Sun, 21 Apr 2013
|
[ 10:19 sunpoet ]
- Update to 9.17
Changes: http://people.FreeBSD.org/~sunpoet/dcraw-9.17.diff
Feature safe: yes
|
Tue, 7 Aug 2012
|
[ 11:48 sunpoet ]
- Update to 9.16
- Add maintainer section
- Cosmetic change
|
Sat, 12 Nov 2011
|
[ 07:02 sunpoet ]
- Update to 9.11
- Cosmetic change
- Take maintainership
Feature safe: yes
|
Mon, 24 Oct 2011
|
[ 03:33 stas ] (Only the first 10 of 258 ports in this commit are shown above. )
- 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).
|
Sat, 22 Jan 2011
|
[ 00:04 stas ]
- Update to 9.05.
Feature safe: yes
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Fri, 16 Oct 2009
|
[ 09:35 stas ]
- Update to 8.98.
|
Sat, 18 Jul 2009
|
[ 11:11 dinoex ] (Only the first 10 of 337 ports in this commit are shown above. )
- update to jpeg7
Tested by: pav on pointyhat
|
Mon, 6 Apr 2009
|
[ 20:02 stas ]
- Update to 8.93.
PR: ports/132600
Submitted by: Boris Samorodov <bsam@freebsd.org>
|
Sun, 19 Oct 2008
|
[ 16:17 stas ]
- Update to 8.88.
- Take maintainership.
|
Sun, 7 Sep 2008
|
[ 00:19 linimon ] (Only the first 10 of 279 ports in this commit are shown above. )
Reset infofarmer due to maintainer-timeouts and no response to email.
Hat: portmgr
|
Sat, 3 May 2008
|
[ 18:55 sat ]
- Update to 8.86
|
Tue, 8 Apr 2008
|
[ 06:11 sat ]
- Update to 8.85
|
Thu, 27 Mar 2008
|
[ 06:22 sat ]
- Update to 0.83
|
Wed, 27 Feb 2008
|
[ 20:58 sat ]
- Update to 8.82
|
Wed, 12 Dec 2007
|
[ 12:25 sat ]
- Update to 8.81
|
Tue, 24 Jul 2007
|
[ 13:19 sat ]
- Update to 8.77
|
Mon, 25 Jun 2007
|
[ 17:00 sat ]
- Update to 8.76
|
Sun, 10 Jun 2007
|
[ 21:29 sat ]
- Update to 8.74
|
Wed, 6 Jun 2007
|
[ 17:47 sat ]
- Update to 8.73
|
Fri, 25 May 2007
|
[ 16:15 sat ]
- Update to 8.72
|
Wed, 2 May 2007
|
[ 19:04 sat ]
- Update to 8.70
|
Tue, 27 Mar 2007
|
[ 06:19 sat ]
- Update to 8.69
|
Mon, 19 Mar 2007
|
[ 22:40 sat ]
- Update to 8.68
|
Sun, 18 Mar 2007
|
[ 23:46 sat ]
- Update to 8.67
|
Fri, 16 Mar 2007
|
[ 05:24 sat ]
- Update to 8.66
|
Mon, 12 Mar 2007
|
[ 03:05 sat ]
- Update to 8.63
|
Sat, 3 Mar 2007
|
[ 23:21 sat ]
- Update to 8.62
|
Mon, 26 Feb 2007
|
[ 22:41 sat ]
- Update to 8.61
|
Sat, 24 Feb 2007
|
[ 12:22 sat ]
- Update to 8.60
|
Tue, 20 Feb 2007
|
[ 21:14 sat ]
- Update to 8.54
|
Mon, 5 Feb 2007
|
[ 12:05 sat ]
- Update to 8.53
|
Sat, 20 Jan 2007
|
[ 17:39 sat ]
- Update to 8.52
|
Sat, 6 Jan 2007
|
[ 12:46 sat ]
- Update to 8.49
|
Thu, 23 Nov 2006
|
[ 20:56 sat ]
- Update to 8.43
|
Tue, 31 Oct 2006
|
[ 17:41 sat ]
- Update to 8.41
|
Tue, 10 Oct 2006
|
[ 09:56 sat ]
- Update to 8.40
|
Thu, 21 Sep 2006
|
[ 14:08 sat ]
- Update to 8.39
|
Mon, 18 Sep 2006
|
[ 11:48 sat ]
- Update to 8.38
|
Sat, 2 Sep 2006
|
[ 11:37 sat ]
- Update to 8.33
|
Wed, 30 Aug 2006
|
[ 13:59 sat ]
- Update to 8.32
|
Sat, 19 Aug 2006
|
[ 07:23 sat ]
- Update to 8.30
|
Sat, 12 Aug 2006
|
[ 05:38 sat ]
- Update to 8.29
|
Fri, 4 Aug 2006
|
[ 04:34 sat ]
- Update to 8.28
|
Mon, 31 Jul 2006
|
[ 11:19 sat ]
- Update to 8.27
|
Sun, 30 Jul 2006
|
[ 22:46 sat ] (Only the first 10 of 58 ports in this commit are shown above. )
- Provide additional mirrors where needed
- Convert to "magic" master sites
- Various minor portlint-prodded fixes
|
Sun, 23 Jul 2006
|
[ 12:15 sat ]
- Update to 8.25
|
Thu, 22 Jun 2006
|
[ 13:57 sat ]
- Update to 8.22
|
Tue, 30 May 2006
|
[ 04:23 sat ]
- Update to v8.21
Approved by: krion (mentor, implicit)
|
Fri, 19 May 2006
|
[ 10:46 sat ]
- Update to v8.18
Approved by: krion (mentor, implicit)
|
Mon, 8 May 2006
|
[ 21:41 sat ] (Only the first 10 of 38 ports in this commit are shown above. )
Update my e-mail address
Approved by: krion (mentor, implicit)
|
Fri, 5 May 2006
|
[ 23:50 mnag ]
- Update to 8.15.
- Added more master sites.
PR: 96817
Submitted by: maintainer
|
Sat, 15 Apr 2006
|
[ 15:47 arved ]
Update to 8.13
PR: 95790
Submitted by: Andrew Pantyukhin <infofarmer@gmail.com>
|
Sun, 2 Apr 2006
|
[ 01:11 pav ]
- Update to 8.11
PR: ports/95207
Submitted by: Andrew Pantyukhin <infofarmer@gmail.com> (maintainer)
|
Sat, 1 Apr 2006
|
[ 15:23 pav ]
- Update to 8.10
PR: ports/95144
Submitted by: Andrew Pantyukhin <infofarmer@gmail.com> (maintainer)
|
Wed, 22 Feb 2006
|
[ 20:29 ehaupt ]
- Update to 8.05
- Pass maintainer-ship to submitter
PR: 92495
Submitted by: Andrew Pantyukhin <infofarmer@gmail.com>
Approved by: Arjan van Leeuwen <avleeuwen@gmail.com> (maintainer)
|
Mon, 23 Jan 2006
|
[ 15:26 pav ]
- Update to 8.00
PR: ports/92158
Submitted by: Andrew Pantyukhin <infofarmer@gmail.com>
Approved by: Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer)
|
Sun, 8 Jan 2006
|
[ 00:08 pav ]
- Update to 7.94
PR: ports/91432
Submitted by: Andrew Pantyukhin <infofarmer@gmail.com>
Approved by: Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer)
|
Sat, 15 Oct 2005
|
[ 01:57 mnag ]
Update to 1.289
PR: 87453
Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com>
|
Sun, 6 Mar 2005
|
[ 21:19 arved ]
Update to 1.236
PR: 78456
Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com>
|
Thu, 24 Jun 2004
|
[ 14:07 arved ]
Update to 1.195
PR: 68274
Submitted by: Arjan van Leeuwen
|
Tue, 13 Apr 2004
|
[ 20:29 lofi ]
This patch updates the graphics/dcraw port to the dcraw
version with CVS revision 1.181. This version fixes some
problems with newer cameras, like the Nikon D70.
Reported by: Wayne Pascoe (wayne@penguinpowered.org)
PR: ports/65503
Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com>
|
Wed, 18 Feb 2004
|
[ 12:33 lofi ]
Add dcraw, a decoder for RAW files from digital cameras.
PR: ports/62928
Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com>
|
Number of commits found: 94 |