<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/graphics/ocaml-lablgl, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/'/>
<entry>
<title>graphics/ocaml-lablgl: fix build on powerpc</title>
<updated>2025-01-12T21:37:16+00:00</updated>
<author>
<name>Piotr Kubaj</name>
<email>pkubaj@FreeBSD.org</email>
</author>
<published>2025-01-11T15:28:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=ba2551057f54f815a4732396cbfed593269f780d'/>
<id>ba2551057f54f815a4732396cbfed593269f780d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Mk/**ocaml.mk: Convert remaining bsd.ocaml.mk to Uses/ocaml.mk</title>
<updated>2024-12-31T07:41:54+00:00</updated>
<author>
<name>Muhammad Moinur Rahman</name>
<email>bofh@FreeBSD.org</email>
</author>
<published>2024-12-30T21:21:06+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=c79c88017bf5ed4603cd14c2890910f40f53c847'/>
<id>c79c88017bf5ed4603cd14c2890910f40f53c847</id>
<content type='text'>
- Instead of USE_OCAML=yes use USES=ocaml. If empty USES=ocaml implies
  build and run
- Instead of USE_OCAMLFIND_PLIST use USES=ocaml:findplist which also
  implies USES=ocaml:findlib
- Instead of USE_OCAML_CAMLP4 use USES=ocaml:camlp4
- Instead of USE_OCAML_FINDLIB use USES=ocaml:findlib
- Instead of USE_OCAML_LDCONFIG use USES=ocaml:ldconfig
- Instead of USE_OCAML_WASH use USES=ocaml:wash
- Instead of NO_OCAML_BUILDDEPENDS use USES=ocaml:run
- Instead of NO_OCAML_RUNDDEPENDS use USES=ocaml:build
- Instead of USE_OCAML_TK use USES=ocaml:tk which actually implies
  USES=ocaml:tkbuild and USES=ocaml:tkrun
- Instead of NO_OCAMLTK_BUILDDEPENDS use USES=ocaml:tkrun
- Instead of NO_OCAMLTK_RUNDEPENDS use USES=ocaml:tkbuild
- USES=ocaml:dune remains unchanged
- Prepare to add/remove keywords easily

Approved by: mat (portmgr)
Reviewed by: freebsd@dev.thsi.be
Differential Revision: https://reviews.freebsd.org/D48227
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Instead of USE_OCAML=yes use USES=ocaml. If empty USES=ocaml implies
  build and run
- Instead of USE_OCAMLFIND_PLIST use USES=ocaml:findplist which also
  implies USES=ocaml:findlib
- Instead of USE_OCAML_CAMLP4 use USES=ocaml:camlp4
- Instead of USE_OCAML_FINDLIB use USES=ocaml:findlib
- Instead of USE_OCAML_LDCONFIG use USES=ocaml:ldconfig
- Instead of USE_OCAML_WASH use USES=ocaml:wash
- Instead of NO_OCAML_BUILDDEPENDS use USES=ocaml:run
- Instead of NO_OCAML_RUNDDEPENDS use USES=ocaml:build
- Instead of USE_OCAML_TK use USES=ocaml:tk which actually implies
  USES=ocaml:tkbuild and USES=ocaml:tkrun
- Instead of NO_OCAMLTK_BUILDDEPENDS use USES=ocaml:tkrun
- Instead of NO_OCAMLTK_RUNDEPENDS use USES=ocaml:tkbuild
- USES=ocaml:dune remains unchanged
- Prepare to add/remove keywords easily

Approved by: mat (portmgr)
Reviewed by: freebsd@dev.thsi.be
Differential Revision: https://reviews.freebsd.org/D48227
</pre>
</div>
</content>
</entry>
<entry>
<title>ocaml: Updates to ocaml compiler and several ocaml ports</title>
<updated>2024-05-22T17:16:28+00:00</updated>
<author>
<name>Benjamin Jacobs</name>
<email>freebsd@dev.thsi.be</email>
</author>
<published>2024-05-22T17:06:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=bb2bea65dbac365184f0efd68e9b79201fe5c533'/>
<id>bb2bea65dbac365184f0efd68e9b79201fe5c533</id>
<content type='text'>
- Update devel/ocaml to 4.14.2 [1]
- Specify runtime dependency on GNU AS as full path, this fixes
  build on armv6 - armv7 [1] [2]
- converters/ocaml-base64: Update to 3.5.1, add LICENSE, other
  improvements
- converters/ocaml-jsonm: Strip shared objects [3]
- databases/ocaml-dbm: Update to 1.3, move to gitlub, other
  improvements
- devel/menhir: Update to 20231231
- devel/ocaml-base: Unbreak non-x86 [2]
- devel/ocaml-camlp-streams: Silence patch and strip commands
- devel/ocaml-ipaddr: Update to 5.5.0
- devel/ocaml-lwt: Update to 5.7.0 [4]
- devel/ocaml-result: Set package version, strip shared objects [5]
- devel/ocaml-sexplib: Resurrect and update to 0.16.0.
- devel/ocaml-stdio: Update to 0.17.0
- security/ocaml-cryptokit: Update to 1.19, add LICENSE, other
  improvements
- security/ocaml-ssl: Update to 0.7.0, install stublibs in package
  directory [6]
- x11-toolkits/ocaml-graphics: Reorder Makefile, silence patch
  command
- Bump PORTREVISION on ports requiring it after update.

Adding ports:

- devel/ocaml-cstruct
- devel/ocaml-compiler-libs [7]
- devel/ocaml-ppx_derivers [7]
- devel/ocaml-ppxlib [7]
- devel/ocaml-domain-name
- devel/ocaml-ocplib-endian [8]
- devel/ocaml-parsexp
- devel/ocaml-ppx_sexp_conv
- security/ocaml-lwt_ssl [9]

Resetting maintainership from michipili@gmail.com due to multiple
timeouts and long term unresponsiveness.

Assigning maintainership of lang/ocaml to author of this patch.
Many thanks to him for his work!

PR:			278300 [1], 278791 [2], 277818 [3], 277781 [4],
			277775 [6], 277779 [7], 277780 [8], 277782 [9]
Approved by:		michipili@gmail.com (maintainer timeout) [1],
			danfe@FreeBSD.org (maintainer timeout) [3] [4] [6],
			fixit, avoid breakage [5]
Differential Revision:	https://reviews.freebsd.org/D45254
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Update devel/ocaml to 4.14.2 [1]
- Specify runtime dependency on GNU AS as full path, this fixes
  build on armv6 - armv7 [1] [2]
- converters/ocaml-base64: Update to 3.5.1, add LICENSE, other
  improvements
- converters/ocaml-jsonm: Strip shared objects [3]
- databases/ocaml-dbm: Update to 1.3, move to gitlub, other
  improvements
- devel/menhir: Update to 20231231
- devel/ocaml-base: Unbreak non-x86 [2]
- devel/ocaml-camlp-streams: Silence patch and strip commands
- devel/ocaml-ipaddr: Update to 5.5.0
- devel/ocaml-lwt: Update to 5.7.0 [4]
- devel/ocaml-result: Set package version, strip shared objects [5]
- devel/ocaml-sexplib: Resurrect and update to 0.16.0.
- devel/ocaml-stdio: Update to 0.17.0
- security/ocaml-cryptokit: Update to 1.19, add LICENSE, other
  improvements
- security/ocaml-ssl: Update to 0.7.0, install stublibs in package
  directory [6]
- x11-toolkits/ocaml-graphics: Reorder Makefile, silence patch
  command
- Bump PORTREVISION on ports requiring it after update.

Adding ports:

- devel/ocaml-cstruct
- devel/ocaml-compiler-libs [7]
- devel/ocaml-ppx_derivers [7]
- devel/ocaml-ppxlib [7]
- devel/ocaml-domain-name
- devel/ocaml-ocplib-endian [8]
- devel/ocaml-parsexp
- devel/ocaml-ppx_sexp_conv
- security/ocaml-lwt_ssl [9]

Resetting maintainership from michipili@gmail.com due to multiple
timeouts and long term unresponsiveness.

Assigning maintainership of lang/ocaml to author of this patch.
Many thanks to him for his work!

PR:			278300 [1], 278791 [2], 277818 [3], 277781 [4],
			277775 [6], 277779 [7], 277780 [8], 277782 [9]
Approved by:		michipili@gmail.com (maintainer timeout) [1],
			danfe@FreeBSD.org (maintainer timeout) [3] [4] [6],
			fixit, avoid breakage [5]
Differential Revision:	https://reviews.freebsd.org/D45254
</pre>
</div>
</content>
</entry>
<entry>
<title>lang/ocaml: Update to 4.14.1</title>
<updated>2024-03-11T21:50:58+00:00</updated>
<author>
<name>Benjamin Jacobs</name>
<email>freebsd@dev.thsi.be</email>
</author>
<published>2024-03-11T21:43:46+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=8025aa10ceb960b62c9a826fb56eb1ac68ea1ce3'/>
<id>8025aa10ceb960b62c9a826fb56eb1ac68ea1ce3</id>
<content type='text'>
The 'force-safe-string; setting is NOT enabled, as opposed to the
new upstream default. OCaml users are encouraged to migrate to safe
strings as soon as possible.

- The X11 library isn't part of lang/ocaml anymore, users should
install x11-toolkits/ocaml-graphics.
- Add new 'ocaml' USES
- Bump PORTREVISION on dependent ports, due to ABI Change.

The update includes the following updates to existing ports (needed
to keep them working):

- devel/ocaml-camlp4: Updated to 4.14+1
- devel/ocaml-camlp5: Updated to 8.02.01, homepage updated
- devel/ocaml-dune: Patch to allow overriding the stublibs directory,
  strip binary and shared libraries
- devel/ocaml-findlib: Improve port
- devel/ocaml-lwt: Fix build with OCaml 4.14
- deve/ocaml-re: Update to 1.11.0, use new dune USES
- devel/ocaml-sdl: Fix build with new ocaml
- games/freetennis: Fix build, tidy Makefile
- graphics/ocaml-images: Updated to 5.0.4, new homepage, use new
  dune USES, undeprecate
- graphics/ocaml-lablgl: Moved into site-lib, dynamic objects
  stripped, add missing GL dependencies
- math/coq: Updated to 8.19.0
- math/ocaml-zarith: strip shared libraries, fixed usage of
  USE_OCAML_LDCONFIG, use new dune USES
- math/teyjus: Fix build
- net/unison240: Fix build with new compiler
- net/unison248: Fix build with new compiler, add MAKE_JOBS_UNSAFE
- net-p2p/mldonkey: Fix build with new compiler, fix build on i386
- sysutils/ledit: Updated to 2.06, install native binary, Use github,
  fix man page installation
- www/geneweb: Build fix for OCaml and Camlp5 updates
- x11-toolkits/ocaml-lablgtk2: Fix build with new compiler
- x11-toolkits/ocaml-lablgtk3: Updated to 3.1.4, added ocaml-camlp-stream
  dependency, build fix patch
- x11-toolkits/ocaml-labltk: Updated to 8.06.12, Improve Makefile

Added the following ports:

- devel/ocaml-astring
- devel/ocaml-base
- devel/ocaml-bos
- devel/ocaml-camlp-streams
- devel/ocaml-csexp
- devel/ocaml-fmt
- devel/ocaml-fpath
- devel/ocaml-logs
- devel/ocaml-mtime
- devel/ocaml-pcre2
- devel/ocaml-rresult
- devel/ocaml-seq
- devel/ocaml-stdio
- x11-toolkits/ocaml-graphics

PR:                     250408 [1], 262781 [1], 262788 [3], 262789 [1],
			262792 [1], 263006 [1], 263162 [3], 263206 [2],
			276893 [1], 276945 [4], 276953 [1], 277026 [5],
			277241 [1], 277242 [1], 277243 [1], 277244 [1],
			277245 [1], 277246 [1], 277247 [1], 277248 [1],
			277249 [1], 277250 [1], 277251 [1], 277252 [1],
			277253 [1], 277254 [1], 277255 [1], 277256 [4],
			277257 [1], 277258 [1]
Approved by:		maintainer timeout [1],
			yuri (maintainer) [2],
			overcome by events, fixit [3],
			madpilot (maintainer) [4]
Reviewed by:		madpilot
Exp-run by:		antoine [5]
Differential Revision:	https://reviews.freebsd.org/D43861
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The 'force-safe-string; setting is NOT enabled, as opposed to the
new upstream default. OCaml users are encouraged to migrate to safe
strings as soon as possible.

- The X11 library isn't part of lang/ocaml anymore, users should
install x11-toolkits/ocaml-graphics.
- Add new 'ocaml' USES
- Bump PORTREVISION on dependent ports, due to ABI Change.

The update includes the following updates to existing ports (needed
to keep them working):

- devel/ocaml-camlp4: Updated to 4.14+1
- devel/ocaml-camlp5: Updated to 8.02.01, homepage updated
- devel/ocaml-dune: Patch to allow overriding the stublibs directory,
  strip binary and shared libraries
- devel/ocaml-findlib: Improve port
- devel/ocaml-lwt: Fix build with OCaml 4.14
- deve/ocaml-re: Update to 1.11.0, use new dune USES
- devel/ocaml-sdl: Fix build with new ocaml
- games/freetennis: Fix build, tidy Makefile
- graphics/ocaml-images: Updated to 5.0.4, new homepage, use new
  dune USES, undeprecate
- graphics/ocaml-lablgl: Moved into site-lib, dynamic objects
  stripped, add missing GL dependencies
- math/coq: Updated to 8.19.0
- math/ocaml-zarith: strip shared libraries, fixed usage of
  USE_OCAML_LDCONFIG, use new dune USES
- math/teyjus: Fix build
- net/unison240: Fix build with new compiler
- net/unison248: Fix build with new compiler, add MAKE_JOBS_UNSAFE
- net-p2p/mldonkey: Fix build with new compiler, fix build on i386
- sysutils/ledit: Updated to 2.06, install native binary, Use github,
  fix man page installation
- www/geneweb: Build fix for OCaml and Camlp5 updates
- x11-toolkits/ocaml-lablgtk2: Fix build with new compiler
- x11-toolkits/ocaml-lablgtk3: Updated to 3.1.4, added ocaml-camlp-stream
  dependency, build fix patch
- x11-toolkits/ocaml-labltk: Updated to 8.06.12, Improve Makefile

Added the following ports:

- devel/ocaml-astring
- devel/ocaml-base
- devel/ocaml-bos
- devel/ocaml-camlp-streams
- devel/ocaml-csexp
- devel/ocaml-fmt
- devel/ocaml-fpath
- devel/ocaml-logs
- devel/ocaml-mtime
- devel/ocaml-pcre2
- devel/ocaml-rresult
- devel/ocaml-seq
- devel/ocaml-stdio
- x11-toolkits/ocaml-graphics

PR:                     250408 [1], 262781 [1], 262788 [3], 262789 [1],
			262792 [1], 263006 [1], 263162 [3], 263206 [2],
			276893 [1], 276945 [4], 276953 [1], 277026 [5],
			277241 [1], 277242 [1], 277243 [1], 277244 [1],
			277245 [1], 277246 [1], 277247 [1], 277248 [1],
			277249 [1], 277250 [1], 277251 [1], 277252 [1],
			277253 [1], 277254 [1], 277255 [1], 277256 [4],
			277257 [1], 277258 [1]
Approved by:		maintainer timeout [1],
			yuri (maintainer) [2],
			overcome by events, fixit [3],
			madpilot (maintainer) [4]
Reviewed by:		madpilot
Exp-run by:		antoine [5]
Differential Revision:	https://reviews.freebsd.org/D43861
</pre>
</div>
</content>
</entry>
<entry>
<title>lang/ocaml: Update to 4.08.1</title>
<updated>2023-07-05T09:55:16+00:00</updated>
<author>
<name>Guido Falsi</name>
<email>madpilot@FreeBSD.org</email>
</author>
<published>2023-07-05T09:51:47+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=2b40e4609399858e2bfbddcf961bd7c947f6ed2c'/>
<id>2b40e4609399858e2bfbddcf961bd7c947f6ed2c</id>
<content type='text'>
This update allows (and for some requires) to also update dependencies
to newer versions. Where possible I updated to the latest version.

The ocaml port now is MAKE_JOBS safe.

Changes to dependent ports included in this commit:

- devel/ocaml-sexplib: Rename to devel/ocaml-sexplib0 adapting to
  upstream. Update to 0.16.0
- devel/coccinelle: Update to 1.1.1, moved to github
- devel/ocaml-camlp4: Update to 4.08+1
- devel/ocaml-camomile: Use dune for build, adapt port
- devel/ocaml-cppo: Fix lib files installation [1]
- devel/ocaml-dune: Update to 3.7.1 [2]
- devel/ocaml-findlib: Update to 1.9.6 [3]
- devel/ocaml-ipaddr: Update to 3.1.0
- devel/ocaml-parmap: Update to 1.2.4, use dune for build [4]
- devel/ocaml-ppx-tools: Update to 6.6, use dune for build
- graphics/ocaml-cairo: Update to 0.6.4
- net-p2p/mldonkey: Update to 3.1.7-2 [2]
- net/unison: Remove ocaml 4.07 compatibility patches
- net/unison232: Mark broken, fails to build with newer ocaml [5]
- security/ocaml-ssl: Update to 0.5.13 [2]
- x11-toolkits/ocaml-labltk: Update to 8.06.7 [2]

Dune now requires full path as argument to --libdir, so various
ports have been patched accordingly.

Bumping PORTREVISION for all dependent ports that were not updated.

PR:			272067
Approved by:		michipili@gmail.com (maintainer timeout),
			eduardo (maintainer timeout) [1],
			danfe [2],
			hrs (maintainer timeout) [3],
			dumbbell (maintainer timeout) [4],
			mandree (implicit) [5]
Differential Revision:	https://reviews.freebsd.org/D40599
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This update allows (and for some requires) to also update dependencies
to newer versions. Where possible I updated to the latest version.

The ocaml port now is MAKE_JOBS safe.

Changes to dependent ports included in this commit:

- devel/ocaml-sexplib: Rename to devel/ocaml-sexplib0 adapting to
  upstream. Update to 0.16.0
- devel/coccinelle: Update to 1.1.1, moved to github
- devel/ocaml-camlp4: Update to 4.08+1
- devel/ocaml-camomile: Use dune for build, adapt port
- devel/ocaml-cppo: Fix lib files installation [1]
- devel/ocaml-dune: Update to 3.7.1 [2]
- devel/ocaml-findlib: Update to 1.9.6 [3]
- devel/ocaml-ipaddr: Update to 3.1.0
- devel/ocaml-parmap: Update to 1.2.4, use dune for build [4]
- devel/ocaml-ppx-tools: Update to 6.6, use dune for build
- graphics/ocaml-cairo: Update to 0.6.4
- net-p2p/mldonkey: Update to 3.1.7-2 [2]
- net/unison: Remove ocaml 4.07 compatibility patches
- net/unison232: Mark broken, fails to build with newer ocaml [5]
- security/ocaml-ssl: Update to 0.5.13 [2]
- x11-toolkits/ocaml-labltk: Update to 8.06.7 [2]

Dune now requires full path as argument to --libdir, so various
ports have been patched accordingly.

Bumping PORTREVISION for all dependent ports that were not updated.

PR:			272067
Approved by:		michipili@gmail.com (maintainer timeout),
			eduardo (maintainer timeout) [1],
			danfe [2],
			hrs (maintainer timeout) [3],
			dumbbell (maintainer timeout) [4],
			mandree (implicit) [5]
Differential Revision:	https://reviews.freebsd.org/D40599
</pre>
</div>
</content>
</entry>
<entry>
<title>graphics/ocaml-lablgl: fix build with clang 16</title>
<updated>2023-06-16T18:05:43+00:00</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2023-06-15T19:31:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=0e77cfcef8a5677cff1ba81430b767a1089fd083'/>
<id>0e77cfcef8a5677cff1ba81430b767a1089fd083</id>
<content type='text'>
Clang 16 has a new error about incompatible function types, which shows
up when building graphics/ocaml-lablgl:

  togl.c:820:26: error: incompatible function pointer types assigning to 'void (*)(Tk_Window, Tk_ClassProcs *, ClientData)' (aka 'void (*)(struct Tk_Window_ *, struct Tk_ClassProcs *, void *)') from 'void (Tk_Window, const Tk_ClassProcs *, ClientData)' (aka 'void (struct Tk_Window_ *, const struct Tk_ClassProcs *, void *)') [-Wincompatible-function-pointer-types]
          SetClassProcsPtr = Tk_SetClassProcs;
                           ^ ~~~~~~~~~~~~~~~~

This is because Tk_SetClassProcs() now takes a const Tk_ClassProcs
pointer as its second parameter. Fix the SetClassProcsPtr declaration to
match.

PR:		272019
Approved by:	fernape
MFH:		2023Q2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Clang 16 has a new error about incompatible function types, which shows
up when building graphics/ocaml-lablgl:

  togl.c:820:26: error: incompatible function pointer types assigning to 'void (*)(Tk_Window, Tk_ClassProcs *, ClientData)' (aka 'void (*)(struct Tk_Window_ *, struct Tk_ClassProcs *, void *)') from 'void (Tk_Window, const Tk_ClassProcs *, ClientData)' (aka 'void (struct Tk_Window_ *, const struct Tk_ClassProcs *, void *)') [-Wincompatible-function-pointer-types]
          SetClassProcsPtr = Tk_SetClassProcs;
                           ^ ~~~~~~~~~~~~~~~~

This is because Tk_SetClassProcs() now takes a const Tk_ClassProcs
pointer as its second parameter. Fix the SetClassProcsPtr declaration to
match.

PR:		272019
Approved by:	fernape
MFH:		2023Q2
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove WWW entries moved into port Makefiles</title>
<updated>2022-09-07T21:58:51+00:00</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-09-07T21:30:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4'/>
<id>fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4</id>
<content type='text'>
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)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add WWW entries to port Makefiles</title>
<updated>2022-09-07T21:10:59+00:00</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-09-07T21:06:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=b7f05445c00f2625aa19b4154ebcbce5ed2daa52'/>
<id>b7f05445c00f2625aa19b4154ebcbce5ed2daa52</id>
<content type='text'>
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
</pre>
</div>
</content>
</entry>
<entry>
<title>graphics: remove 'Created by' lines</title>
<updated>2022-07-20T14:22:04+00:00</updated>
<author>
<name>Tobias C. Berner</name>
<email>tcberner@FreeBSD.org</email>
</author>
<published>2022-07-20T14:22:04+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=022e658bd10b8753ede87b3dfda087efabddac98'/>
<id>022e658bd10b8753ede87b3dfda087efabddac98</id>
<content type='text'>
A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" &lt;uzimac@da3m0n8t3r.com&gt;
  *  Aaron Dalton &lt;aaron@FreeBSD.org&gt;
  *  Abel Chow &lt;ozsanh45vds001@sneakemail.com&gt;
  *  Adam Weinberger &lt;adamw@FreeBSD.org&gt;
  *  Ade Lovett &lt;ade@FreeBSD.org&gt;
  *  Ade Lovett &lt;ade@lovett.com&gt;
  *  Akinori MUSHA aka knu &lt;knu@idaemons.org&gt;
  *  Aldis Berjoza &lt;aldis@bsdroot.lv&gt;
  *  Alex Hayward &lt;xelah@xelah.com&gt;
  *  Alex Ivasyuv &lt;siegerstein@pochta.ru&gt;
  *  Alex Samorukov &lt;samm@os2.kiev.ua&gt;
  *  Alexander Gromnitsky
  *  Alexander Kojevnikov &lt;alexander@kojevnikov.com&gt;
  *  Alexander Logvinov &lt;ports@logvinov.com&gt;
  *  Alexander Nedotsukov &lt;bland@FreeBSD.org&gt;
  *  Alexander Nedotsukov &lt;bland@mail.ru&gt;
  *  Alexander Y. Grigoryev &lt;alexander.4mail@gmail.com&gt;
  *  Alexey Dokuchaev &lt;danfe@FreeBSD.org&gt;
  *  Alonso Cardenas Marquez &lt;acm@FreeBSD.org&gt;
  *  Anatoliy Dmytriyev &lt;tolid@plab.ku.dk&gt;
  *  Anatoly Borodin &lt;anatoly.borodin@gmail.com&gt;
  *  Anders Nordby &lt;anders@fix.no&gt;
  *  Andras Horvath &lt;han@log69.com&gt;
  *  Andreas Daehn &lt;ad001@uni-rostock.de&gt;
  *  Andrew Pantyukhin &lt;infofarmer@FreeBSD.org&gt;
  *  Andrey Slusar &lt;anray@FreeBSD.org&gt;
  *  Andrey Zakhvatov
  *  Anes Mukhametov &lt;anes@anes.su&gt;
  *  Anonymous &lt;swell.k@gmail.com&gt;
  *  Anton Berezin &lt;tobez@FreeBSD.org&gt;
  *  Antonio Carlos Venancio Junior (&lt;antonio@inf.ufsc.br&gt;)
  *  Arjan van Leeuwen &lt;avleeuwen@piwebs.com&gt;
  *  Ashish SHUKLA &lt;ashish@FreeBSD.org&gt;
  *  Bill Fumerola &lt;billf@chc-chimes.com&gt;
  *  Björn König &lt;bkoenig@alpha-tierchen.de&gt;
  *  Brad Hendrickse &lt;bradh@iafrica.com&gt;
  *  Bruce M Simpson &lt;bms@FreeBSD.org&gt;
  *  Carlos Eduardo G. Carvalho &lt;cartola@openit.com.br&gt;
  *  Charlie Kester &lt;corky1951@comcast.net&gt;
  *  Choe, Cheng-Dae
  *  Choe, Cheng-Dae &lt;whitekid@gmail.com&gt;
  *  Chris D. Faulhaber &lt;jedgar@FreeBSD.org&gt;
  *  Chris D. Faulhaber &lt;jedgar@fxp.org&gt;
  *  Chris Piazza &lt;cpiazza@FreeBSD.org&gt;
  *  Christopher Key &lt;cjk32@cam.ac.uk&gt;
  *  Chuck Robey &lt;chuckr@FreeBSD.org&gt;
  *  Corey Smith &lt;corsmith@gmail.com&gt;
  *  Dan Langille &lt;dvl@FreeBSD.org&gt;
  *  Daniel O'Connor &lt;darius@dons.net.au&gt;
  *  Daniel Roethlisberger &lt;daniel@roe.ch&gt;
  *  Danilo Egea Gondolfo &lt;danilo@FreeBSD.org&gt;
  *  Dave Cottlehuber &lt;dch@skunkwerks.at&gt;
  *  David Bremner &lt;bremner@unb.ca&gt;
  *  David Gilbert &lt;dgilbert@velocet.ca&gt;
  *  David Naylor &lt;dbn@FreeBSD.org&gt;
  *  David Yeske &lt;dyeske@gmail.com&gt;
  *  Denis Barov &lt;dindin@dindin.ru&gt;
  *  Denis Podolskiy &lt;bytestore@yandex.ru&gt;
  *  Dennis Herrmann &lt;adox@mcx2.org&gt;
  *  Devaux Fabien &lt;fab@gcu.info&gt;
  *  Dmitry Sivachenko &lt;dima@Chg.RU&gt;
  *  Dominik Brettnacher &lt;domi@nonsensss.de&gt;
  *  Donn Miller &lt;dmmiller@cvzoom.net&gt;
  *  Douglas Carmichael &lt;dcarmich@mcs.com&gt;
  *  Douglas K. Rand &lt;rand@meridian-enviro.com&gt;
  *  Edwin Groothuis &lt;edwin@mavetju.org&gt;
  *  Emanuel Haupt &lt;ehaupt@FreeBSD.org&gt;
  *  Emanuel Haupt &lt;ehaupt@critical.ch&gt;
  *  Emil J.V. Björsell (Jev)
  *  Emmanuel Vadot &lt;manu@FreeBSD.org&gt;
  *  Eric Anholt &lt;anholt@FreeBSD.org&gt;
  *  Eric Freeman &lt;freebsdports@chillibear.com&gt;
  *  Eric P. Scott &lt;eps+pbug0703@ana.com&gt;
  *  Erwin Lansing &lt;erwin@FreeBSD.org&gt;
  *  Eugene Mychlo &lt;myc@barev.net&gt;
  *  Fernan Aguero &lt;fernan@iib.unsam.edu.ar&gt;
  *  Franz Klammer &lt;klammer@webonaut.com&gt;
  *  FreeBSD GNOME Team &lt;gnome@FreeBSD.org&gt;
  *  G. Adam Stanislav &lt;adam@whizkidtech.net&gt;
  *  Garrett Wollman &lt;wollman@lcs.mit.edu&gt;
  *  Gea-Suan Lin &lt;gslin@gslin.org&gt;
  *  George Reid &lt;greid@ukug.uk.freebsd.org&gt;
  *  Gerrit Beine (&lt;gerrit.beine@gmx.de&gt;)
  *  Gerrit Beine (&lt;tux@pinguru.net&gt;)
  *  Glenn Johnson
  *  Greg Lewis &lt;glewis@FreeBSD.org&gt;
  *  Gustau Perez &lt;gustau.perez@gmail.com&gt;
  *  Gustau Pérez i Querol &lt;gustau.perez@gmail.com&gt;
  *  Gvozdikov Veniamin &lt;g.veniamin@googlemail.com&gt;
  *  Hernan Di Pietro &lt;hernan.di.pietro@gmail.com&gt;
  *  Hiroto Kagotani &lt;hiroto.kagotani@gmail.com&gt;
  *  Horia Racoviceanu &lt;horia@racoviceanu.com&gt;
  *  Hye-Shik Chang &lt;perky@fallin.lv&gt;
  *  Hye-Shik Chang &lt;perky@python.or.kr&gt;
  *  Igor Pokrovsky &lt;ip@doom.homeunix.org&gt;
  *  Igor Pokrovsky &lt;tiamat@comset.net&gt;
  *  James FitzGibbon &lt;jfitz@FreeBSD.org&gt;
  *  Jamie Hermans &lt;jamie@hermans.ca&gt;
  *  Jan Henrik Sylvester &lt;me@janh.de&gt;
  *  Janni
  *  Janos Mohacsi &lt;janos.mohacsi@bsd.hu&gt;
  *  Jason Helfman &lt;jgh@FreeBSD.org&gt;
  *  Jean-Marc Zucconi &lt;jmz@FreeBSD.org&gt;
  *  Jean-Sébastien Pédron &lt;dumbbell@FreeBSD.org&gt;
  *  Jean-Yves Lefort &lt;jylefort@FreeBSD.org&gt;
  *  Jean-Yves Lefort &lt;jylefort@brutele.be&gt;
  *  Jeff Molofee
  *  Jeremy Norris &lt;ishmael127@home.com&gt;
  *  Jeremy Norris &lt;ishmael27@home.com&gt;
  *  Joe Marcus Clarke &lt;marcus@FreeBSD.org&gt;
  *  Johannes Dieterich &lt;jmd@FreeBSD.org&gt;
  *  Johannes Jost Meixner &lt;johannes@perceivon.net&gt;
  *  Johannes Meixner &lt;johannes@perceivon.net&gt;
  *  John Hay
  *  John McAree &lt;john@mcaree.org&gt;
  *  John Prather
  *  John Reynolds &lt;johnjen@reynoldsnet.org&gt;
  *  Joris Dedieu &lt;joris.dedieu@gmail.com&gt;
  *  Jose Alonso Cardenas Marquez &lt;acardenas@bsd.org.pe&gt;
  *  Jose Jachuf &lt;jjachuf@gmail.com&gt;
  *  Joseph Koshy &lt;koshy@india.hp.com&gt;
  *  Juergen Unger &lt;j.unger@choin.net&gt;
  *  KANOU Hiroki &lt;kanou@mil.allnet.ne.jp&gt;
  *  KIRIYAMA Kazuhiko
  *  Kay Lehmann
  *  Kevin Golding &lt;ports@caomhin.org&gt;
  *  Kimura Fuyuki &lt;fuyuki@hadaly.org&gt;
  *  Koop Mast &lt;kwm@FreeBSD.org&gt;
  *  Kris Kennaway &lt;kris@FreeBSD.org&gt;
  *  Kris Moore &lt;kmoore@FreeBSD.org&gt;
  *  Kubilay Kocak &lt;koobs@FreeBSD.org&gt;
  *  Kurt Kanzenbach &lt;kurt@kmk-computers.de&gt;
  *  Kyle Martin &lt;mkm@ieee.org&gt;
  *  Laurent Courty
  *  Leonardo Martins &lt;lmartins@nepe.eee.ufg.br&gt;
  *  Lev Serebryakov &lt;lev@FreeBSD.org&gt;
  *  Malte Lance &lt;malte.lance@gmx.net&gt;
  *  Marc Fonvieille &lt;blackend@FreeBSD.org&gt;
  *  Mario Sergio Fujikawa Ferreira &lt;lioux@FreeBSD.org&gt;
  *  Mario Sergio Fujikawa Ferreira &lt;lioux@FreeBSD.org&gt; et al.
  *  Mark Atkinson &lt;atkin901@gmail.com&gt;
  *  Mark Murray &lt;markm@FreeBSD.org&gt;
  *  Mark Pulford &lt;mark@kyne.com.au&gt;
  *  Markus Brueffer &lt;markus@FreeBSD.org&gt;
  *  Martin Dieringer &lt;martin.dieringe@gmx.de&gt;
  *  Martin Dieringer &lt;martin.dieringer@gmx.de&gt;
  *  Martin Matuska &lt;mm@FreeBSD.org&gt;
  *  Martin Neubauer &lt;m.ne@gmx.net&gt;
  *  Martin Sugioarto &lt;martin.sugioarto@udo.edu&gt;
  *  Martin Tournoij &lt;carpetsmoker@rwxrwxrwx.net&gt;
  *  Martin Tournoij &lt;carpetsmoker@xs4all.nl&gt;
  *  Martin Wilke &lt;miwi@FreeBSD.org&gt;
  *  Mateusz Piotrowski &lt;0mp@FreeBSD.org&gt;
  *  Mathieu Arnold
  *  Matthew Luckie &lt;mjl@luckie.org.nz&gt;
  *  Matthew X. Economou &lt;xenophon+fbsdports@irtnog.org&gt;
  *  Matthias Fechner &lt;mfechner@FreeBSD.org&gt;
  *  Matthieu Volat &lt;mazhe@alkumuna.eu&gt;
  *  Maurice Castro &lt;maurice@serc.rmit.edu.au&gt;
  *  Maxim Sobolev &lt;sobomax@FreeBSD.org&gt;
  *  Michael Gmelin &lt;freebsd@grem.de&gt;
  *  Michael Johnson &lt;ahze@FreeBSD.org&gt;
  *  Michael Johnson &lt;ahze@ahze.net&gt;
  *  Michael Nottebrock &lt;lofi@FreeBSD.org&gt;
  *  Michael Reifenberger &lt;mr@FreeBSD.org&gt;
  *  Mike Krutov &lt;neko@takino.org&gt;
  *  Mikhail T. &lt;mi@aldan.algebra.com&gt;
  *  Mikhail Teterin &lt;mi@aldan.algebra.com&gt;
  *  Muhammad Moinur Rahman &lt;5u623l20@gmail.com&gt;
  *  NAKATA Maho &lt;maho@FreeBSD.org&gt;
  *  Naram Qashat &lt;cyberbotx@cyberbotx.com&gt;
  *  Nick Hilliard &lt;nick@foobar.org&gt;
  *  Nicola Vitale &lt;nivit@FreeBSD.org&gt;
  *  Nicola Vitale &lt;nivit@email.it&gt;
  *  Nikolay Korotkiy &lt;sikmir@gmail.com&gt;
  *  Norio Suzuki &lt;nosuzuki@e-mail.ne.jp&gt;
  *  Oliver Heesakkers &lt;dev2@heesakkers.info&gt;
  *  Oliver Lehmann &lt;oliver@FreeBSD.org&gt;
  *  Olivier Duchateau
  *  Paul Everlund
  *  Pav Lucistnik &lt;pav@FreeBSD.org&gt;
  *  Pedro F. Giffuni
  *  Pedro Garcia Freitas &lt;sawp@sawp.com.br&gt;
  *  Pedro Giffuni
  *  Pedro Giffuni &lt;pfg@FreeBSD.org&gt;
  *  Pete Fritchman &lt;petef@FreeBSD.org&gt;
  *  Pete Fritchman &lt;petef@databits.net&gt;
  *  Peter Ankerstal &lt;peter@pean.org&gt;
  *  Peter Jeremy &lt;peterjeremy@optushome.com.au&gt;
  *  Peter Schmiedeskamp &lt;pschmied@qwest.net&gt;
  *  Phil Phillips &lt;pphillips@experts-exchange.com&gt;
  *  Pietro Cerutti &lt;gahr@FreeBSD.org&gt;
  *  Pietro Cerutti &lt;gahr@gahr.ch&gt;
  *  Piotr Kubaj &lt;pkubaj@anongoth.pl&gt;
  *  Piotr Smyrak &lt;smyru@heron.pl&gt;
  *  Piotr Smyrak, piotr.smyrak@heron.pl
  *  Po-Chuan Hsieh &lt;sunpoet@FreeBSD.org&gt;
  *  Quentin Stievenart &lt;acieroid@awesom.eu&gt;
  *  R Joseph Wright &lt;rjoseph@mammalia.org&gt;
  *  Radim Kolar
  *  Rainer Hurling &lt;rhurlin@gwdg.de&gt;
  *  Randall Hopper
  *  Randall Hopper &lt;aa8vb@ipass.net&gt;
  *  Randall Hopper &lt;aa8vb@nc.rr.com&gt;
  *  Reinier de Blois &lt;rddeblois@gmail.com&gt;
  *  Richard Hwang &lt;rhwang@bigpanda.com&gt;, Mikhail Teterin &lt;mi@aldan.algebra.com&gt;, Jun-ichiro itojun Itoh &lt;itojun@itojun.org&gt;
  *  Rick Elrod &lt;codeblock@eighthbit.net&gt;
  *  Rob Farmer &lt;rfarmer@predatorlabs.net&gt;
  *  Rod Person &lt;rodperson@rodperson.com&gt;
  *  Roland Jesse &lt;roland.jesse@gmx.net&gt;
  *  Romain Tartiere &lt;romain@FreeBSD.org&gt;
  *  Ron van Daal
  *  Ronald Kuehn &lt;rk@ronald.org&gt;
  *  Rong-En Fan &lt;rafan@infor.org&gt;
  *  Rusmir Dusko &lt;nemysis@FreeBSD.org&gt;
  *  Rusty Nejdl &lt;rnejdl@ringofsaturn.com&gt;
  *  Ryan Melcer &lt;rmelcer@iteris.com&gt;
  *  Ryan Steinmetz &lt;zi@FreeBSD.org&gt;
  *  Sahil Tandon &lt;sahil@FreeBSD.org&gt;
  *  Sam Lawrance
  *  Satoshi Asami &lt;asami@FreeBSD.org&gt;
  *  Satoshi Taoka &lt;taoka@FreeBSD.org&gt;
  *  Seiichirou Hiraoka
  *  Serge Negodyuck &lt;petr@petrovich.kiev.ua&gt;
  *  Sergey A. Osokin &lt;osa@FreeBSD.org&gt;
  *  Sergey Skvortsov &lt;skv@protey.ru&gt;
  *  Sergey V. Dyatko &lt;sergey.dyatko@gmail.com&gt;
  *  Shane Ambler
  *  Shaun Amott &lt;shaun@inerd.com&gt;
  *  Shell Hung &lt;shell@shellhung.org&gt;
  *  Shigeyuki FUKUSHIMA &lt;shige@FreeBSD.org&gt;
  *  Simun Mikecin &lt;numisemis@yahoo.com&gt;
  *  Sofian Brabez &lt;sbrabez@gmail.com&gt;
  *  Stanislav Sedov &lt;ssedov@mbsd.msk.ru&gt;
  *  Stanislav Sedov &lt;stas@FreeBSD.org&gt;
  *  Stas Timokhin &lt;devel@stasyan.com&gt;
  *  Stas Timokhin &lt;stast@bsdportal.ru&gt;
  *  Stefan Walter &lt;sw@gegenunendlich.de&gt;
  *  Stephen Roome &lt;steve@pepcross.com&gt;
  *  Steve Wills &lt;steve@meatwad.mouf.net&gt;
  *  Steve Wills &lt;swills@FreeBSD.org&gt;
  *  Steven Kreuzer &lt;skreuzer@FreeBSD.org&gt;
  *  Steven Wallace &lt;swallace@FreeBSD.org&gt;
  *  Sunpoet Po-Chuan Hsieh &lt;sunpoet@FreeBSD.org&gt;
  *  TAKAHASHI Kaoru &lt;kaoru@kaisei.org&gt;
  *  TAKATSU Tomonari &lt;tota@FreeBSD.org&gt;
  *  TAKATSU Tomonari &lt;tota@rtfm.jp&gt;
  *  TAOKA Fumiyoshi
  *  TATEISHI Katsuyuki &lt;katsu@iec.hiroshima-u.ac.jp&gt;
  *  Tassilo Philipp &lt;tphilipp@potion-studios.com&gt;
  *  Thibault Payet &lt;monwarez@mailoo.org&gt;
  *  Thierry Thomas &lt;thierry@pompo.net&gt;
  *  Thomas Dreibholz &lt;dreibh@iem.uni-due.de&gt;
  *  Thomas Gellekum &lt;tg@FreeBSD.org&gt;
  *  Thomas Hurst &lt;tom@hur.st&gt;
  *  Tilman Linneweh &lt;arved@FreeBSD.org&gt;
  *  Tim Bishop &lt;tim@bishnet.net&gt;
  *  Tod McQuillin &lt;devin@spamcop.net&gt;
  *  Tomoyuki Sakurai &lt;cherry@trombik.org&gt;
  *  Tsung-Han Yeh &lt;snowfly@yuntech.edu.tw&gt;
  *  UMENO Takashi &lt;umeno@rr.iij4u.or.jp&gt;
  *  Ulrich Spoerlein &lt;q@uni.de&gt;
  *  Vasil Dimov &lt;vd@FreeBSD.org&gt;
  *  Veniamin Gvozdikov &lt;vg@FreeBSD.org&gt;
  *  Vincent Tantardini &lt;vinc@FreeBSD-fr.org&gt;
  *  Vladimir Chukharev
  *  Wen Heping &lt;wen@FreeBSD.org&gt;
  *  Wen Heping &lt;wenheping@gmail.com&gt;
  *  Wen heping &lt;wenheping@gmail.com&gt;
  *  Wen heping&lt;wenheping@gmail.com&gt;
  *  Will Andrews &lt;andrews@technologist.com&gt;
  *  Yi-Jheng Lin &lt;yzlin@cs.nctu.edu.tw&gt;
  *  Ying-Chieh Liao &lt;ijliao@FreeBSD.org&gt;
  *  Yinghong Liu &lt;relaxbsd@gmail.com&gt;
  *  Yinghong.Liu &lt;relaxbsd@gmail.com&gt;
  *  Yuan-Chung Hsiao &lt;ychsiao@ychsiao.org&gt;
  *  Yukihiro Nakai &lt;Nakai@Mlab.t.u-tokyo.ac.jp&gt;
  *  Yukihiro Nakai &lt;nacai@iname.com&gt;
  *  Yukihiro Nakai &lt;nakai@mlab.t.u-tokyo.ac.jp&gt;
  *  Yuri Victorovich &lt;yuri@FreeBSD.org&gt;
  *  Yuri Victorovich &lt;yuri@rawbw.com&gt;
  *  Yuu Yashiki
  *  Yuzo FURUKAWA &lt;hurukawa@kuee.kyoto-u.ac.jp&gt;
  *  Zhihao Yuan &lt;lichray@gmail.com&gt;
  *  Zsolt Udvari &lt;udvzsolt@gmail.com&gt;
  *  ache
  *  alepulver
  *  anhot
  *  antonakis@gmail.com
  *  argv[0] (Iouri V. Ivliev)
  *  arved
  *  asami
  *  bf &lt;bf@FreeBSD.org&gt;
  *  bmc@WillsCreek.COM
  *  buganini@gmail.com
  *  cacho@mexicano.gdl.iteso.mx
  *  cartola (Carlos E. G. Carvalho)
  *  cartola@openit.com.br
  *  cfs@ing.puc.cl (original)
  *  chinsan
  *  chinsan &lt;chinsan.tw@gmail.com&gt;
  *  coryking
  *  cracauer@cons.org "Martin Cracauer"
  *  demon@FreeBSD.org
  *  dillon
  *  dom@happygiraffe.net
  *  erich@FreeBSD.org
  *  fenner
  *  fernan@iib.unsam.edu.ar
  *  frankch@waru.life.nthu.edu.tw
  *  gahr
  *  gary@hotlava.com
  *  gerard
  *  giffunip@asme.org
  *  glebius@FreeBSD.org
  *  gurkan@phys.ethz.ch
  *  hsu
  *  ijliao
  *  jamie
  *  jedgar@FreeBSD.org
  *  jeff@cetlink.net
  *  jjachuf@gmail.com
  *  jmz
  *  johalun
  *  johan
  *  johans
  *  kwm@FreeBSD.org
  *  lbartoletti &lt;lbartoletti@FreeBSD.org&gt;
  *  lesi@FreeBSD.org
  *  lichray@gmail.com
  *  luigi@FreeBSD.org
  *  maho@FreeBSD.org
  *  marcus@FreeBSD.org
  *  mb@imp.ch
  *  mi
  *  mm@FreeBSD.org
  *  nemysis &lt;nemysis@gmx.ch&gt;
  *  nik
  *  nork@FreeBSD.org
  *  olgeni@FreeBSD.org
  *  paulo@isr.uc.pt
  *  petef@FreeBSD.org
  *  pgs
  *  ports@FreeBSD.org
  *  proff@iq.org
  *  punkt.de Hosting Team &lt;mops@punkt.de&gt;
  *  rfarmer@predatorlabs.net
  *  roberto
  *  roland.jesse@gmx.net
  *  rpsfa@rit.edu
  *  saper@system.pl
  *  smace
  *  sobomax
  *  stas
  *  stb@lassitu.de
  *  theraven@FreeBSD.org
  *  thierry@pompo.net
  *  tobez
  *  trasz &lt;trasz@pin.if.uz.zgora.pl&gt;
  *  trevor
  *  vanilla
  *  will
  *  wolman@cs.washington.edu
  *  yukinopo@livedoor.com

With hat:	portmgr
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" &lt;uzimac@da3m0n8t3r.com&gt;
  *  Aaron Dalton &lt;aaron@FreeBSD.org&gt;
  *  Abel Chow &lt;ozsanh45vds001@sneakemail.com&gt;
  *  Adam Weinberger &lt;adamw@FreeBSD.org&gt;
  *  Ade Lovett &lt;ade@FreeBSD.org&gt;
  *  Ade Lovett &lt;ade@lovett.com&gt;
  *  Akinori MUSHA aka knu &lt;knu@idaemons.org&gt;
  *  Aldis Berjoza &lt;aldis@bsdroot.lv&gt;
  *  Alex Hayward &lt;xelah@xelah.com&gt;
  *  Alex Ivasyuv &lt;siegerstein@pochta.ru&gt;
  *  Alex Samorukov &lt;samm@os2.kiev.ua&gt;
  *  Alexander Gromnitsky
  *  Alexander Kojevnikov &lt;alexander@kojevnikov.com&gt;
  *  Alexander Logvinov &lt;ports@logvinov.com&gt;
  *  Alexander Nedotsukov &lt;bland@FreeBSD.org&gt;
  *  Alexander Nedotsukov &lt;bland@mail.ru&gt;
  *  Alexander Y. Grigoryev &lt;alexander.4mail@gmail.com&gt;
  *  Alexey Dokuchaev &lt;danfe@FreeBSD.org&gt;
  *  Alonso Cardenas Marquez &lt;acm@FreeBSD.org&gt;
  *  Anatoliy Dmytriyev &lt;tolid@plab.ku.dk&gt;
  *  Anatoly Borodin &lt;anatoly.borodin@gmail.com&gt;
  *  Anders Nordby &lt;anders@fix.no&gt;
  *  Andras Horvath &lt;han@log69.com&gt;
  *  Andreas Daehn &lt;ad001@uni-rostock.de&gt;
  *  Andrew Pantyukhin &lt;infofarmer@FreeBSD.org&gt;
  *  Andrey Slusar &lt;anray@FreeBSD.org&gt;
  *  Andrey Zakhvatov
  *  Anes Mukhametov &lt;anes@anes.su&gt;
  *  Anonymous &lt;swell.k@gmail.com&gt;
  *  Anton Berezin &lt;tobez@FreeBSD.org&gt;
  *  Antonio Carlos Venancio Junior (&lt;antonio@inf.ufsc.br&gt;)
  *  Arjan van Leeuwen &lt;avleeuwen@piwebs.com&gt;
  *  Ashish SHUKLA &lt;ashish@FreeBSD.org&gt;
  *  Bill Fumerola &lt;billf@chc-chimes.com&gt;
  *  Björn König &lt;bkoenig@alpha-tierchen.de&gt;
  *  Brad Hendrickse &lt;bradh@iafrica.com&gt;
  *  Bruce M Simpson &lt;bms@FreeBSD.org&gt;
  *  Carlos Eduardo G. Carvalho &lt;cartola@openit.com.br&gt;
  *  Charlie Kester &lt;corky1951@comcast.net&gt;
  *  Choe, Cheng-Dae
  *  Choe, Cheng-Dae &lt;whitekid@gmail.com&gt;
  *  Chris D. Faulhaber &lt;jedgar@FreeBSD.org&gt;
  *  Chris D. Faulhaber &lt;jedgar@fxp.org&gt;
  *  Chris Piazza &lt;cpiazza@FreeBSD.org&gt;
  *  Christopher Key &lt;cjk32@cam.ac.uk&gt;
  *  Chuck Robey &lt;chuckr@FreeBSD.org&gt;
  *  Corey Smith &lt;corsmith@gmail.com&gt;
  *  Dan Langille &lt;dvl@FreeBSD.org&gt;
  *  Daniel O'Connor &lt;darius@dons.net.au&gt;
  *  Daniel Roethlisberger &lt;daniel@roe.ch&gt;
  *  Danilo Egea Gondolfo &lt;danilo@FreeBSD.org&gt;
  *  Dave Cottlehuber &lt;dch@skunkwerks.at&gt;
  *  David Bremner &lt;bremner@unb.ca&gt;
  *  David Gilbert &lt;dgilbert@velocet.ca&gt;
  *  David Naylor &lt;dbn@FreeBSD.org&gt;
  *  David Yeske &lt;dyeske@gmail.com&gt;
  *  Denis Barov &lt;dindin@dindin.ru&gt;
  *  Denis Podolskiy &lt;bytestore@yandex.ru&gt;
  *  Dennis Herrmann &lt;adox@mcx2.org&gt;
  *  Devaux Fabien &lt;fab@gcu.info&gt;
  *  Dmitry Sivachenko &lt;dima@Chg.RU&gt;
  *  Dominik Brettnacher &lt;domi@nonsensss.de&gt;
  *  Donn Miller &lt;dmmiller@cvzoom.net&gt;
  *  Douglas Carmichael &lt;dcarmich@mcs.com&gt;
  *  Douglas K. Rand &lt;rand@meridian-enviro.com&gt;
  *  Edwin Groothuis &lt;edwin@mavetju.org&gt;
  *  Emanuel Haupt &lt;ehaupt@FreeBSD.org&gt;
  *  Emanuel Haupt &lt;ehaupt@critical.ch&gt;
  *  Emil J.V. Björsell (Jev)
  *  Emmanuel Vadot &lt;manu@FreeBSD.org&gt;
  *  Eric Anholt &lt;anholt@FreeBSD.org&gt;
  *  Eric Freeman &lt;freebsdports@chillibear.com&gt;
  *  Eric P. Scott &lt;eps+pbug0703@ana.com&gt;
  *  Erwin Lansing &lt;erwin@FreeBSD.org&gt;
  *  Eugene Mychlo &lt;myc@barev.net&gt;
  *  Fernan Aguero &lt;fernan@iib.unsam.edu.ar&gt;
  *  Franz Klammer &lt;klammer@webonaut.com&gt;
  *  FreeBSD GNOME Team &lt;gnome@FreeBSD.org&gt;
  *  G. Adam Stanislav &lt;adam@whizkidtech.net&gt;
  *  Garrett Wollman &lt;wollman@lcs.mit.edu&gt;
  *  Gea-Suan Lin &lt;gslin@gslin.org&gt;
  *  George Reid &lt;greid@ukug.uk.freebsd.org&gt;
  *  Gerrit Beine (&lt;gerrit.beine@gmx.de&gt;)
  *  Gerrit Beine (&lt;tux@pinguru.net&gt;)
  *  Glenn Johnson
  *  Greg Lewis &lt;glewis@FreeBSD.org&gt;
  *  Gustau Perez &lt;gustau.perez@gmail.com&gt;
  *  Gustau Pérez i Querol &lt;gustau.perez@gmail.com&gt;
  *  Gvozdikov Veniamin &lt;g.veniamin@googlemail.com&gt;
  *  Hernan Di Pietro &lt;hernan.di.pietro@gmail.com&gt;
  *  Hiroto Kagotani &lt;hiroto.kagotani@gmail.com&gt;
  *  Horia Racoviceanu &lt;horia@racoviceanu.com&gt;
  *  Hye-Shik Chang &lt;perky@fallin.lv&gt;
  *  Hye-Shik Chang &lt;perky@python.or.kr&gt;
  *  Igor Pokrovsky &lt;ip@doom.homeunix.org&gt;
  *  Igor Pokrovsky &lt;tiamat@comset.net&gt;
  *  James FitzGibbon &lt;jfitz@FreeBSD.org&gt;
  *  Jamie Hermans &lt;jamie@hermans.ca&gt;
  *  Jan Henrik Sylvester &lt;me@janh.de&gt;
  *  Janni
  *  Janos Mohacsi &lt;janos.mohacsi@bsd.hu&gt;
  *  Jason Helfman &lt;jgh@FreeBSD.org&gt;
  *  Jean-Marc Zucconi &lt;jmz@FreeBSD.org&gt;
  *  Jean-Sébastien Pédron &lt;dumbbell@FreeBSD.org&gt;
  *  Jean-Yves Lefort &lt;jylefort@FreeBSD.org&gt;
  *  Jean-Yves Lefort &lt;jylefort@brutele.be&gt;
  *  Jeff Molofee
  *  Jeremy Norris &lt;ishmael127@home.com&gt;
  *  Jeremy Norris &lt;ishmael27@home.com&gt;
  *  Joe Marcus Clarke &lt;marcus@FreeBSD.org&gt;
  *  Johannes Dieterich &lt;jmd@FreeBSD.org&gt;
  *  Johannes Jost Meixner &lt;johannes@perceivon.net&gt;
  *  Johannes Meixner &lt;johannes@perceivon.net&gt;
  *  John Hay
  *  John McAree &lt;john@mcaree.org&gt;
  *  John Prather
  *  John Reynolds &lt;johnjen@reynoldsnet.org&gt;
  *  Joris Dedieu &lt;joris.dedieu@gmail.com&gt;
  *  Jose Alonso Cardenas Marquez &lt;acardenas@bsd.org.pe&gt;
  *  Jose Jachuf &lt;jjachuf@gmail.com&gt;
  *  Joseph Koshy &lt;koshy@india.hp.com&gt;
  *  Juergen Unger &lt;j.unger@choin.net&gt;
  *  KANOU Hiroki &lt;kanou@mil.allnet.ne.jp&gt;
  *  KIRIYAMA Kazuhiko
  *  Kay Lehmann
  *  Kevin Golding &lt;ports@caomhin.org&gt;
  *  Kimura Fuyuki &lt;fuyuki@hadaly.org&gt;
  *  Koop Mast &lt;kwm@FreeBSD.org&gt;
  *  Kris Kennaway &lt;kris@FreeBSD.org&gt;
  *  Kris Moore &lt;kmoore@FreeBSD.org&gt;
  *  Kubilay Kocak &lt;koobs@FreeBSD.org&gt;
  *  Kurt Kanzenbach &lt;kurt@kmk-computers.de&gt;
  *  Kyle Martin &lt;mkm@ieee.org&gt;
  *  Laurent Courty
  *  Leonardo Martins &lt;lmartins@nepe.eee.ufg.br&gt;
  *  Lev Serebryakov &lt;lev@FreeBSD.org&gt;
  *  Malte Lance &lt;malte.lance@gmx.net&gt;
  *  Marc Fonvieille &lt;blackend@FreeBSD.org&gt;
  *  Mario Sergio Fujikawa Ferreira &lt;lioux@FreeBSD.org&gt;
  *  Mario Sergio Fujikawa Ferreira &lt;lioux@FreeBSD.org&gt; et al.
  *  Mark Atkinson &lt;atkin901@gmail.com&gt;
  *  Mark Murray &lt;markm@FreeBSD.org&gt;
  *  Mark Pulford &lt;mark@kyne.com.au&gt;
  *  Markus Brueffer &lt;markus@FreeBSD.org&gt;
  *  Martin Dieringer &lt;martin.dieringe@gmx.de&gt;
  *  Martin Dieringer &lt;martin.dieringer@gmx.de&gt;
  *  Martin Matuska &lt;mm@FreeBSD.org&gt;
  *  Martin Neubauer &lt;m.ne@gmx.net&gt;
  *  Martin Sugioarto &lt;martin.sugioarto@udo.edu&gt;
  *  Martin Tournoij &lt;carpetsmoker@rwxrwxrwx.net&gt;
  *  Martin Tournoij &lt;carpetsmoker@xs4all.nl&gt;
  *  Martin Wilke &lt;miwi@FreeBSD.org&gt;
  *  Mateusz Piotrowski &lt;0mp@FreeBSD.org&gt;
  *  Mathieu Arnold
  *  Matthew Luckie &lt;mjl@luckie.org.nz&gt;
  *  Matthew X. Economou &lt;xenophon+fbsdports@irtnog.org&gt;
  *  Matthias Fechner &lt;mfechner@FreeBSD.org&gt;
  *  Matthieu Volat &lt;mazhe@alkumuna.eu&gt;
  *  Maurice Castro &lt;maurice@serc.rmit.edu.au&gt;
  *  Maxim Sobolev &lt;sobomax@FreeBSD.org&gt;
  *  Michael Gmelin &lt;freebsd@grem.de&gt;
  *  Michael Johnson &lt;ahze@FreeBSD.org&gt;
  *  Michael Johnson &lt;ahze@ahze.net&gt;
  *  Michael Nottebrock &lt;lofi@FreeBSD.org&gt;
  *  Michael Reifenberger &lt;mr@FreeBSD.org&gt;
  *  Mike Krutov &lt;neko@takino.org&gt;
  *  Mikhail T. &lt;mi@aldan.algebra.com&gt;
  *  Mikhail Teterin &lt;mi@aldan.algebra.com&gt;
  *  Muhammad Moinur Rahman &lt;5u623l20@gmail.com&gt;
  *  NAKATA Maho &lt;maho@FreeBSD.org&gt;
  *  Naram Qashat &lt;cyberbotx@cyberbotx.com&gt;
  *  Nick Hilliard &lt;nick@foobar.org&gt;
  *  Nicola Vitale &lt;nivit@FreeBSD.org&gt;
  *  Nicola Vitale &lt;nivit@email.it&gt;
  *  Nikolay Korotkiy &lt;sikmir@gmail.com&gt;
  *  Norio Suzuki &lt;nosuzuki@e-mail.ne.jp&gt;
  *  Oliver Heesakkers &lt;dev2@heesakkers.info&gt;
  *  Oliver Lehmann &lt;oliver@FreeBSD.org&gt;
  *  Olivier Duchateau
  *  Paul Everlund
  *  Pav Lucistnik &lt;pav@FreeBSD.org&gt;
  *  Pedro F. Giffuni
  *  Pedro Garcia Freitas &lt;sawp@sawp.com.br&gt;
  *  Pedro Giffuni
  *  Pedro Giffuni &lt;pfg@FreeBSD.org&gt;
  *  Pete Fritchman &lt;petef@FreeBSD.org&gt;
  *  Pete Fritchman &lt;petef@databits.net&gt;
  *  Peter Ankerstal &lt;peter@pean.org&gt;
  *  Peter Jeremy &lt;peterjeremy@optushome.com.au&gt;
  *  Peter Schmiedeskamp &lt;pschmied@qwest.net&gt;
  *  Phil Phillips &lt;pphillips@experts-exchange.com&gt;
  *  Pietro Cerutti &lt;gahr@FreeBSD.org&gt;
  *  Pietro Cerutti &lt;gahr@gahr.ch&gt;
  *  Piotr Kubaj &lt;pkubaj@anongoth.pl&gt;
  *  Piotr Smyrak &lt;smyru@heron.pl&gt;
  *  Piotr Smyrak, piotr.smyrak@heron.pl
  *  Po-Chuan Hsieh &lt;sunpoet@FreeBSD.org&gt;
  *  Quentin Stievenart &lt;acieroid@awesom.eu&gt;
  *  R Joseph Wright &lt;rjoseph@mammalia.org&gt;
  *  Radim Kolar
  *  Rainer Hurling &lt;rhurlin@gwdg.de&gt;
  *  Randall Hopper
  *  Randall Hopper &lt;aa8vb@ipass.net&gt;
  *  Randall Hopper &lt;aa8vb@nc.rr.com&gt;
  *  Reinier de Blois &lt;rddeblois@gmail.com&gt;
  *  Richard Hwang &lt;rhwang@bigpanda.com&gt;, Mikhail Teterin &lt;mi@aldan.algebra.com&gt;, Jun-ichiro itojun Itoh &lt;itojun@itojun.org&gt;
  *  Rick Elrod &lt;codeblock@eighthbit.net&gt;
  *  Rob Farmer &lt;rfarmer@predatorlabs.net&gt;
  *  Rod Person &lt;rodperson@rodperson.com&gt;
  *  Roland Jesse &lt;roland.jesse@gmx.net&gt;
  *  Romain Tartiere &lt;romain@FreeBSD.org&gt;
  *  Ron van Daal
  *  Ronald Kuehn &lt;rk@ronald.org&gt;
  *  Rong-En Fan &lt;rafan@infor.org&gt;
  *  Rusmir Dusko &lt;nemysis@FreeBSD.org&gt;
  *  Rusty Nejdl &lt;rnejdl@ringofsaturn.com&gt;
  *  Ryan Melcer &lt;rmelcer@iteris.com&gt;
  *  Ryan Steinmetz &lt;zi@FreeBSD.org&gt;
  *  Sahil Tandon &lt;sahil@FreeBSD.org&gt;
  *  Sam Lawrance
  *  Satoshi Asami &lt;asami@FreeBSD.org&gt;
  *  Satoshi Taoka &lt;taoka@FreeBSD.org&gt;
  *  Seiichirou Hiraoka
  *  Serge Negodyuck &lt;petr@petrovich.kiev.ua&gt;
  *  Sergey A. Osokin &lt;osa@FreeBSD.org&gt;
  *  Sergey Skvortsov &lt;skv@protey.ru&gt;
  *  Sergey V. Dyatko &lt;sergey.dyatko@gmail.com&gt;
  *  Shane Ambler
  *  Shaun Amott &lt;shaun@inerd.com&gt;
  *  Shell Hung &lt;shell@shellhung.org&gt;
  *  Shigeyuki FUKUSHIMA &lt;shige@FreeBSD.org&gt;
  *  Simun Mikecin &lt;numisemis@yahoo.com&gt;
  *  Sofian Brabez &lt;sbrabez@gmail.com&gt;
  *  Stanislav Sedov &lt;ssedov@mbsd.msk.ru&gt;
  *  Stanislav Sedov &lt;stas@FreeBSD.org&gt;
  *  Stas Timokhin &lt;devel@stasyan.com&gt;
  *  Stas Timokhin &lt;stast@bsdportal.ru&gt;
  *  Stefan Walter &lt;sw@gegenunendlich.de&gt;
  *  Stephen Roome &lt;steve@pepcross.com&gt;
  *  Steve Wills &lt;steve@meatwad.mouf.net&gt;
  *  Steve Wills &lt;swills@FreeBSD.org&gt;
  *  Steven Kreuzer &lt;skreuzer@FreeBSD.org&gt;
  *  Steven Wallace &lt;swallace@FreeBSD.org&gt;
  *  Sunpoet Po-Chuan Hsieh &lt;sunpoet@FreeBSD.org&gt;
  *  TAKAHASHI Kaoru &lt;kaoru@kaisei.org&gt;
  *  TAKATSU Tomonari &lt;tota@FreeBSD.org&gt;
  *  TAKATSU Tomonari &lt;tota@rtfm.jp&gt;
  *  TAOKA Fumiyoshi
  *  TATEISHI Katsuyuki &lt;katsu@iec.hiroshima-u.ac.jp&gt;
  *  Tassilo Philipp &lt;tphilipp@potion-studios.com&gt;
  *  Thibault Payet &lt;monwarez@mailoo.org&gt;
  *  Thierry Thomas &lt;thierry@pompo.net&gt;
  *  Thomas Dreibholz &lt;dreibh@iem.uni-due.de&gt;
  *  Thomas Gellekum &lt;tg@FreeBSD.org&gt;
  *  Thomas Hurst &lt;tom@hur.st&gt;
  *  Tilman Linneweh &lt;arved@FreeBSD.org&gt;
  *  Tim Bishop &lt;tim@bishnet.net&gt;
  *  Tod McQuillin &lt;devin@spamcop.net&gt;
  *  Tomoyuki Sakurai &lt;cherry@trombik.org&gt;
  *  Tsung-Han Yeh &lt;snowfly@yuntech.edu.tw&gt;
  *  UMENO Takashi &lt;umeno@rr.iij4u.or.jp&gt;
  *  Ulrich Spoerlein &lt;q@uni.de&gt;
  *  Vasil Dimov &lt;vd@FreeBSD.org&gt;
  *  Veniamin Gvozdikov &lt;vg@FreeBSD.org&gt;
  *  Vincent Tantardini &lt;vinc@FreeBSD-fr.org&gt;
  *  Vladimir Chukharev
  *  Wen Heping &lt;wen@FreeBSD.org&gt;
  *  Wen Heping &lt;wenheping@gmail.com&gt;
  *  Wen heping &lt;wenheping@gmail.com&gt;
  *  Wen heping&lt;wenheping@gmail.com&gt;
  *  Will Andrews &lt;andrews@technologist.com&gt;
  *  Yi-Jheng Lin &lt;yzlin@cs.nctu.edu.tw&gt;
  *  Ying-Chieh Liao &lt;ijliao@FreeBSD.org&gt;
  *  Yinghong Liu &lt;relaxbsd@gmail.com&gt;
  *  Yinghong.Liu &lt;relaxbsd@gmail.com&gt;
  *  Yuan-Chung Hsiao &lt;ychsiao@ychsiao.org&gt;
  *  Yukihiro Nakai &lt;Nakai@Mlab.t.u-tokyo.ac.jp&gt;
  *  Yukihiro Nakai &lt;nacai@iname.com&gt;
  *  Yukihiro Nakai &lt;nakai@mlab.t.u-tokyo.ac.jp&gt;
  *  Yuri Victorovich &lt;yuri@FreeBSD.org&gt;
  *  Yuri Victorovich &lt;yuri@rawbw.com&gt;
  *  Yuu Yashiki
  *  Yuzo FURUKAWA &lt;hurukawa@kuee.kyoto-u.ac.jp&gt;
  *  Zhihao Yuan &lt;lichray@gmail.com&gt;
  *  Zsolt Udvari &lt;udvzsolt@gmail.com&gt;
  *  ache
  *  alepulver
  *  anhot
  *  antonakis@gmail.com
  *  argv[0] (Iouri V. Ivliev)
  *  arved
  *  asami
  *  bf &lt;bf@FreeBSD.org&gt;
  *  bmc@WillsCreek.COM
  *  buganini@gmail.com
  *  cacho@mexicano.gdl.iteso.mx
  *  cartola (Carlos E. G. Carvalho)
  *  cartola@openit.com.br
  *  cfs@ing.puc.cl (original)
  *  chinsan
  *  chinsan &lt;chinsan.tw@gmail.com&gt;
  *  coryking
  *  cracauer@cons.org "Martin Cracauer"
  *  demon@FreeBSD.org
  *  dillon
  *  dom@happygiraffe.net
  *  erich@FreeBSD.org
  *  fenner
  *  fernan@iib.unsam.edu.ar
  *  frankch@waru.life.nthu.edu.tw
  *  gahr
  *  gary@hotlava.com
  *  gerard
  *  giffunip@asme.org
  *  glebius@FreeBSD.org
  *  gurkan@phys.ethz.ch
  *  hsu
  *  ijliao
  *  jamie
  *  jedgar@FreeBSD.org
  *  jeff@cetlink.net
  *  jjachuf@gmail.com
  *  jmz
  *  johalun
  *  johan
  *  johans
  *  kwm@FreeBSD.org
  *  lbartoletti &lt;lbartoletti@FreeBSD.org&gt;
  *  lesi@FreeBSD.org
  *  lichray@gmail.com
  *  luigi@FreeBSD.org
  *  maho@FreeBSD.org
  *  marcus@FreeBSD.org
  *  mb@imp.ch
  *  mi
  *  mm@FreeBSD.org
  *  nemysis &lt;nemysis@gmx.ch&gt;
  *  nik
  *  nork@FreeBSD.org
  *  olgeni@FreeBSD.org
  *  paulo@isr.uc.pt
  *  petef@FreeBSD.org
  *  pgs
  *  ports@FreeBSD.org
  *  proff@iq.org
  *  punkt.de Hosting Team &lt;mops@punkt.de&gt;
  *  rfarmer@predatorlabs.net
  *  roberto
  *  roland.jesse@gmx.net
  *  rpsfa@rit.edu
  *  saper@system.pl
  *  smace
  *  sobomax
  *  stas
  *  stb@lassitu.de
  *  theraven@FreeBSD.org
  *  thierry@pompo.net
  *  tobez
  *  trasz &lt;trasz@pin.if.uz.zgora.pl&gt;
  *  trevor
  *  vanilla
  *  will
  *  wolman@cs.washington.edu
  *  yukinopo@livedoor.com

With hat:	portmgr
</pre>
</div>
</content>
</entry>
<entry>
<title>*/*: Remove redundant '-[0-9]*' from CONFLICTS</title>
<updated>2021-10-29T09:50:18+00:00</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2021-10-28T12:28:24+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=819f25b36d45b8ac5593ec8e6f470d9ad454b08a'/>
<id>819f25b36d45b8ac5593ec8e6f470d9ad454b08a</id>
<content type='text'>
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".

Approved by:	portmgr (blanket)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".

Approved by:	portmgr (blanket)
</pre>
</div>
</content>
</entry>
</feed>
