notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: devel/goffice/Makefile

Number of commits found: 100

Saturday, 23 Dec 2023
18:14 Nuno Teixeira (eduardo) search for other commits by this committer
*/*: Bump consumers of x11-toolkits/gtk30

New version of gtk3 in tree
commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 3572ca3
Saturday, 26 Aug 2023
21:03 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
*: Rename GTK+ to GTK

GTK+ has been renamed to GTK since 2019.

Reference:	https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html
Approved by:	portmgr (blanket)
commit hash: 7a4777dc53583a897fb8bc1328c6be87bfed8047 commit hash: 7a4777dc53583a897fb8bc1328c6be87bfed8047 commit hash: 7a4777dc53583a897fb8bc1328c6be87bfed8047 commit hash: 7a4777dc53583a897fb8bc1328c6be87bfed8047 7a4777d
Thursday, 2 Mar 2023
05:23 Tobias C. Berner (tcberner) search for other commits by this committer
accessibility/at-spi2-core: update to 2.46.0

What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
  interface.

What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
  events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).

What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments.
* xml: Add some missing DeviceEventController methods.
* Bind the AT-SPI bus to the graphical session.
* Mark bus service as belonging to the session slice.
* Add ATSPI_ROLE_PUSH_BUTTON_MENU.
* Add an "announcement" event/signal to allow objects to send
  notifications (!63).
* Various code clean-ups and test improvements.

What's new in at-spi2-core 2.45.1:
* Atk and at-spi2-atk are now merged into this project.
* Now requires meson 0.56.2 and glib 2.67.4.
* at-spi2-atk: Expose the accessible hierarchy via dbus introspection.
* Properly escape the AT-SPI bus address; fixes warnings about the address
  not containing a colon (!55).
* Add a text value to AtspiValue, so that a value can expose a textual
  description, as in the new Atk value API.
* Add atspi_event_listener_register_with_app, to allow an event listener
  to be registered only for a given application (!52).

- accessibility/atk and accessibility/at-spi2-atk have been merged into
  accessibility/at-spi2-core

- accessibility/at-spi2-core: bump consumers of removed ports atk and
at-spi2-atk

PR:		269704
Exp-run by:	antoine
---
commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 fa81a4f
Saturday, 12 Nov 2022
22:50 Dima Panov (fluffy) search for other commits by this committer
devel/goffice: update to 0.10.53 release (+)

Changelog:	https://gitlab.gnome.org/GNOME/goffice/-/blob/GOFFICE_0_10_53/ChangeLog
commit hash: 143036cc0bab773fef8dff3a3c05612c66a12a0a commit hash: 143036cc0bab773fef8dff3a3c05612c66a12a0a commit hash: 143036cc0bab773fef8dff3a3c05612c66a12a0a commit hash: 143036cc0bab773fef8dff3a3c05612c66a12a0a 143036c
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:21 Tobias C. Berner (tcberner) search for other commits by this committer
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Ade Lovett <ade@lovett.com>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Alan Somers <asomers@FreeBSD.org>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alessando Sagratini <ale_sagra@hotmail.com>
  *  Alessandro Sagratini <ale_sagra@hotmail.com>
  *  Alex Bakhtin <Alex.Bakhtin@gmail.com>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Kapranoff <alex@kapranoff.ru>
  *  Alex Kapranoff <ka@nadoby.ru>
  *  Alex Kapranoff <kappa@FreeBSD.org.ua>
  *  Alex Kapranoff <kappa@rambler-co.ru>
  *  Alex Kapranoff <kapr@crosswinds.net>
  *  Alex Miller (<asm@asm.kiev.ua>)
  *  Alex Pesternikov <apesternikov@page2rss.com>
  *  Alex Semenyaka <alex@rinet.ru>
  *  Alex Varju <freebsd-ports@varju.ca>
  *  Alexander Botero-Lowry <alex@foxybanana.com>
  *  Alexander Botero-Lowry <alexbl@FreeBSD.org>
  *  Alexander Churannov <churanov.port.maintainer@gmail.com>
  *  Alexander Churanov <churanov.port.maintainer@gmail.com>
  *  Alexander Leidinger <netchild@FreeBSD.org>
  *  Alexander Logvinov <avl@FreeBSD.org>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexander Nedotsukov <bland@FreeBSD.org>
  *  Alexander Nedotsukov <bland@mail.ru>
  *  Alexander Novitsky <alecn2002@yandex.ru>
  *  Alexander Nusov <alexander.nusov@nfvexpress.com>
  *  Alexandros Kosiaris <akosiaris+ports@gmail.com>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@regency.nsu.ru>
  *  Alexey V. Antipovsky <kemm@in-line.ru>
  *  Alexey V. Degtyarev
  *  Alexey V. Degtyarev <alexey@renatasystems.org>
  *  Alfred Perlstein <alfred@FreeBSD.org>
  *  Alfred Perlstein <alfred@freebsd.org>
  *  Alistair King <alistair@caida.org>
  *  Alonso Cardenas Marquez <acm@FreeBSD.org>
  *  Anatoliy Dmytriyev
  *  Anatoliy Dmytriyev <tolid@plab.ku.dk>
  *  Anatoliy Dmytriyev <tolid@tolid.eu.org>
  *  Andre Rikkert de Koe - ARK-ICT <andre@ark-ict.nl>
  *  Andreas Klemm <andreas@klemm.gtn.com>
  *  Andreas Kohn
  *  Andreas Kohn <andreas@syndrom23.de>
  *  Andreas Kohout <shanee@augusta.de>
  *  Andreev Maxim <andreevmaxim@gmail.com>
  *  Andrej Ebert <andrej@ebert.su>
  *  Andrew Baznikin <dikiy@scn.ru>
  *  Andrew Elble <aweits@rit.edu>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrew Turner <andrew+ports@fubar.geek.nz>
  *  Andrew Wingorodov <mail@andr.ru>
  *  Andrey <gugu@zoo.rambler.ru>
  *  Andrey Chernov <ache@FreeBSD.org>
  *  Andrey Ignatov <rdna@rdna.ru>
  *  Andrey Kostenko <andrey@kostenko.name>
  *  Andrey V. Elsukov <bu7cher@yandex.ru>
  *  Andrey Zakhvatov
  *  Andrey Zonov <andrey@zonov.org>
  *  Andriy Gapon
  *  Andriy Pylypenko <bamby@sippysoft.com>
  *  Anes Muhametov <anes@anes.su>
  *  Anes Mukhametov <anes@anes.su>
  *  Anish Mistry (<amistry@am-productions.biz>)
  *  Anish Mistry <amistry@am-productions.biz>
  *  Antoine Brodin <antoine@FreeBSD.org>
  *  Anton Berezin
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Anton Berezin <tobez@tobez.org>
  *  Anton Tornqvist <antont@inbox.lv>
  *  Anton tornqvist <antont@inbox.lv>
  *  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
  *  Antonio Carlos Venancio Junior (<antonio@php.net>)
  *  Archie Cobbs
  *  Armin Pirkovitsch <armin@frozen-zone.org>
  *  Arun Sharma <arun@sharma-home.net>
  *  Ashish SHUKLA <ashish@FreeBSD.org>
  *  Ashish SHUKLA <wahjava@gmail.com>
  *  Autrijus Tang <autrijus@autrijus.org>
  *  Axel Rau <axel.rau@chaos1.de>
  *  Babak Farrokhi <farrokhi@FreeBSD.org>
  *  Balwinder S "bsd" Dheeman <bsd@rubyforge.org>
  *  Balwinder S Dheeman <bdheeman@gmail.com>
  *  Baptiste Daroussin
  *  Bartek Rutkowski <ports@robakdesign.com>
  *  Bartek Rutkowski <robak@FreeBSD.org>
  *  Ben Haga <tuximus@tuximus.mine.nu>
  *  Ben Woods <woodsb02@FreeBSD.org>
  *  Bill Brinzer <bill.brinzer@gmail.com>
  *  Bill Fumerola <billf@chc-chimes.com>
  *  Björn König <bkoenig@alpha-tierchen.de>
  *  Boris B. Samorodov <bsam@ipt.ru>
  *  Boris Samorodov <bsam@FreeBSD.org>
  *  Brad Davis <brd@FreeBSD.org>
  *  Brad Hendrickse <bradh@uunet.co.za>
  *  Brad Jones <brad@kazrak.com>
  *  Brendan Molloy <brendan+freebsd@bbqsrc.net>
  *  Brian Dean <bsd@FreeBSD.org>
  *  Brian Minard <bminard@flatfoot.ca>
  *  Brian Skrab <brian@quynh-and-brian.org>
  *  Brooks Davis
  *  Bruce M Simpson
  *  Bruce M Simpson <bms@spc.org>
  *  Bruce M. Simpson
  *  Bruce M. Simpson <bms@FreeBSD.org>
  *  Bruce Simpson
  *  Bryan Drewery <bryan@shatow.net>
  *  Carlo Strub
  *  Carlo Strub <cs@FreeBSD.org>
  *  Carlos A M dos Santos <unixmania@gmail.com>
  *  Carlos J Puga Medina <cpm@fbsd.es>
  *  Carlos J. Puga Medina <cpm@FreeBSD.org>
  *  Cezary Morga <cm@therek.net>
  *  Charlie & <root@meatwad.mouf.net>
  *  Cheng-Lung Sung
  *  Cheng-Lung Sung <clsung@FreeBSD.org>
  *  Cheng-Lung Sung <clsung@dragon2.net>
  *  Choe, Cheng-Dae
  *  Chris D. Faulhaber <jedgar@fxp.org>
  *  Chris St Denis <chris@ctgameinfo.com>
  *  Chris St Denis <chris@smartt.com>
  *  Christer Edwards <christer.edwards@gmail.com>
  *  Christian Geier <geier@lostpackets.de>
  *  Christoph Kick
  *  Christoph Mallon <christoph.mallon@gmx.de>
  *  Christoph Moench-Tegeder <cmt@burggraben.net>
  *  Christopher Boumenot <boumenot@gmail.com>
  *  Christopher Elkins <chrise@scardini.com>
  *  Christopher Key <cjk32@cam.ac.uk>
  *  Christopher Nehren <apeiron+ports@coitusmentis.info>
  *  Christopher Nehren <apeiron@coitusmentis.info>
  *  Christopher Nehren <apeiron@comcast.net>
  *  Chuck Swiger <chuck@pkix.net>
  *  Conrad Meyer <cem@FreeBSD.org>
  *  Cory R. King <coryking@mozimedia.com>
  *  Cory R. King <coryking@mozimediacom>
  *  Craig Leres <leres@FreeBSD.org>
  *  Craig Leres <leres@freebsd.org>
  *  Craig Manley
  *  Cristiano Rolim Pereira <cristianorolim@hotmail.com>
  *  Cristiano Rolim Pereira <cristianorolim@outlook.com>
  *  Cyrille Lefevre <clefevre@citeweb.net>
  *  D'Arcy J.M. Cain <darcy@druid.net>
  *  Daichi GOTO <daichi@FreeBSD.org>
  *  Dan Langille
  *  Dan Langille <dvl@FreeBSD.org>
  *  Dan Rench <citric@cubicone.tmetic.com>
  *  Daniel Gerzo <danger@FreeBSD.org>
  *  Daniel Roethlisberger <daniel@roe.ch>
  *  Danilo Egea Gondolfo <danilo@FreeBSD.org>
  *  Danny Warren <danny@dannywarren.com>
  *  Dave Cottlehuber <dch@skunkwerks.at>
  *  Dave Grochowski
  *  Dave Grochowski <malus.x@gmail.com>
  *  David Chaplin-Loebell <direct@klatha.com>
  *  David Kalliecharan <dave@dal.ca>
  *  David Naylor <dbn@FreeBSD.org>
  *  David Naylor <dbn@dragon.local>
  *  David Naylor <naylor.b.david@gmail.com>
  *  David O'Brien (obrien@FreeBSD.org)
  *  David O'Brien (obrien@NUXI.com)
  *  David Romano <unobe@cpan.org>
  *  David Shane Holden <dpejesh@yahoo.com>
  *  David Sugar <dyfet@gnu.org>
  *  David Thiel <lx@freebsd.org>
  *  David Thiel <lx@redundancy.redundancy.org>
  *  David Xu
  *  David Yeske <dyeske@gmail.com>
  *  David Yeske <dyeske@yahoo.com>
  *  Davíð Steinn Geirsson <david@isnic.is>
  *  Denis Pokataev <catone@cpan.org>
  *  Denis Shaposhnikov <dsh@vlink.ru>
  *  Denise H. G. <darcsis@gmail.com>
  *  Dennis Herrmann <adox@mcx2.org>
  *  Derek Schrock <dereks@lifeofadishwasher.com>
  *  Devaux Fabien <fab@gcu.info>
  *  Dikshie <dikshie@sfc.wide.ad.jp>
  *  Dima Panov <fluffy@FreeBSD.org>
  *  Dima Sivachenko <dima@chg.ru>
  *  Dimitry Andric <dim@FreeBSD.org>
  *  Dirk Jagdmann <doj@cubic.org>
  *  Ditesh Shashikant Gathani <ditesh@gathani.org>
  *  Dmitry Karasik (<dk@catpipe.net>)
  *  Dmitry Karasik <dmitry@karasik.eu.org>
  *  Dmitry Sivachenko <demon@FreeBSD.org>
  *  Dmitry Sivachenko <dima@Chg.RU>
  *  Dominic Marks <d.marks@student.umist.ac.uk>
  *  Don Croyle <croyle@gelemna.org>
  *  Donald Burr <dburr@FreeBSD.org>
  *  Douglas Thrift
  *  Douglas Thrift <douglas@douglasthrift.net>
  *  Dryice Liu
  *  Dryice Liu <dryice@dryice.name>
  *  Dusan Vejnovic <freebsd@dussan.org>
  *  Ed Schouten <ed@FreeBSD.org>
  *  Ed Schouten <ed@fxq.nl>
  *  Edward Chuang <edwardchuang@gmail.com>
  *  Edward Tomasz Napierala <trasz@FreeBSD.org>
  *  Edwin Groothuis (edwin@mavetju.org)
  *  Edwin Groothuis <edwin2mavetju.org>
  *  Eivind Eklund <eivind@FreeBSD.org>
  *  Elvis Chiang <elvis@sslab.cs.ccu.edu.tw>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Emanuel Haupt <ehaupt@critical.ch>
  *  Eric Anholt
  *  Eric Anholt <anholt@FreeBSD.org>
  *  Eric Freeman <freebsdports@chillibear.com>
  *  Eric Schnoebelen <eric@cirr.com>
  *  Erik Greenwald <erik@smluc.org>
  *  Ernst de Haan <znerd@FreeBSD.org>
  *  Erwin Lansing <erwin@FreeBSD.org>
  *  Espen Skoglund <esk@ira.uka.de>
  *  Espen Volden aka voldern <voldern@hoeggen.net>
  *  Euan Thoms <euan@potensol.com>
  *  Eugene Grosbein <ports@grosbein.net>
  *  Evan Sarmiento <bsdports@wayfair.com>
  *  Evgeniy Kosov <evgeniy@kosov.su>
  *  Evgueni V. Gavrilov <aquatique@rusunix.org>
  *  Eygene Ryabinkin <rea-fbsd@codelabs.ru>
  *  Fabian Keil <fk@fabiankeil.de>
  *  Felippe M. Motta <lippe@shire.freebsd.org>
  *  Felippe de Meirelles Motta <lippemail@gmail.com>
  *  Felix Hanley
  *  Felix Palmen <felix@palmen-it.de>
  *  Fernan Aguero <fernan@iib.unsam.edu.ar>
  *  Florian Limberger <flo@snakeoilproductions.net>
  *  Frank Laszlo <laszlof@vonostingroup.com>
  *  Frank Mayhar <frank@exit.com>
  *  Frank Steinborn <steinex@nognu.de>
  *  Frank Wall <freebsd@moov.de>
  *  Frank Wall <fw@moov.de>
  *  Franz Klammer <klammer@webonaut.com>
  *  Frederic Culot <culot@FreeBSD.org>
  *  Frederic Culot <frederic@culot.org>
  *  Frederic Praca <frederic.praca@freebsd-fr.org>
  *  FreeBSD GNOME Team <gnome@FreeBSD.org>
  *  FreeBSD GNOME Team <gnome@freebsd.org>
  *  Frerich Raabe <frerich.raabe@gmx.de>
  *  Fukang Chen <loader@FreeBSD.org>
  *  G. Adam Stanislav <adam@whizkidtech.net>
  *  Gabor Kovesdan <gabor@FreeBSD.org>
  *  Gabor Pali <pgj@FreeBSD.org>
  *  Gabriel M. Dutra <0xdutra@gmail.com>
  *  Garrett Rooney <rooneg@electricjellyfish.net>
  *  Garrett Wollman <wollman@lcs.mit.edu>
  *  Gasol Wu <gasol.wu@gmail.com>
  *  Gea-Suan Lin
  *  Gea-Suan Lin <gslin@gslin.org>
  *  Geistteufel <geistteufel@yahoo.fr>
  *  Geoffrey Mainland <mainland@apeiron.net>
  *  Geoffroy Desvernay <dgeo@centrale-marseille.fr>
  *  George Hartzell <hartzell@alerce.com>
  *  George Reid <greid@ukug.uk.freebsd.org>
  *  Gerald Pfeifer <gerald@FreeBSD.org>
  *  Geraud CONTINSOUZAS <geraud@gcu.info>
  *  Geraud Continsouzas <geraud@gcu.info>
  *  Gerrit Beine (<gerrit.beine@gmx.de>)
  *  Gerrit Beine (<gerrit@beine-computer.de>)
  *  Gerrit Beine (<tux@pinguru.net>)
  *  Gerrit Beine <mail+freebsd@gerritbeine.de>
  *  Giacomo Mariani <giacomomariani_at_yahoo_dot_it>
  *  Gilbert Morgan <gmm@tutanota.com>
  *  Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
  *  Glenn Johnson
  *  Green Dog <fiziologus@gmail.com>
  *  Greg Larkin <glarkin@FreeBSD.org>
  *  Gregory Shapiro <gshapiro@FreeBSD.org>
  *  Grzegorz Blach <gblach@FreeBSD.org>
  *  Guangyuan Yang <ygy@FreeBSD.org>
  *  Gustau Perez <gustau.perez@gmail.com>
  *  Gustau Perez i Querol <gustau.perez@gmail.com>
  *  Hajimu UMEMOTO <ume@FreeBSD.org>
  *  Hakisho Nukama <nukama@gmail.com>
  *  Hardy Schumacher <hardy.schumacher@gmx.de>
  *  Hardy Schumacher <lowmaster@web.de>
  *  Henk van Oers <hvo.pm@xs4all.nl>
  *  Henrik Motakef <henrik.motakef@web.de>
  *  Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
  *  Herve Quiroz <hq@FreeBSD.org>
  *  Hirohisa Yamaguchi <umq@ueo.co.jp>
  *  Hiroyuki Iwatsuki <don@na.rim.or.jp>
  *  Horance Chou <horance@freedom.ie.cycu.edu.tw>
  *  Hung-Yi Chen <gaod@hychen.org>
  *  Hye-Shik Chang
  *  Hye-Shik Chang <perky@FreeBSD.org>
  *  IWATSUKI Hiroyuki <don@na.rim.or.jp>
  *  Ian Vaudrey <i.vaudrey@bigfoot.com>
  *  Iblis Lin <iblis@hs.ntnu.edu.tw>
  *  Igor Vinokurov <igor@zynaps.ru>
  *  Ilia Chipitsine <ilia@cgu.chel.su>
  *  Ion-Mihai "IOnut" Tetcu <itetcu@FreeBSD.org>
  *  J Han <hjh@photino.com>
  *  J. Giovannangeli
  *  J.R. Oldroyd <fbsd@opal.com>
  *  Jaap Boender <jaapb@kerguelen.org>
  *  Jacob Atzen <jatzen@gmail.com>
  *  Jacques Marneweck <jacques@php.net>
  *  Jake Smith <jake@xz.cx>
  *  James Bailie <jimmy@mammothcheese.ca>
  *  James E Keenan <jkeenan@cpan.org>
  *  James FitzGibbon <jfitz@FreeBSD.org>
  *  Jan Siml <jsi@jules.de>
  *  Janni
  *  Janni <jannisan@t-online.de>
  *  Janos Mohacsi
  *  Jase Thew <freebsd@beardz.net>
  *  Jason Heiss <jheiss@aput.biz>
  *  Jason Helfman <jgh@FreeBSD.org>
  *  Jason Portwood <jason@iac.net>
  *  Jean Milanez Melo <jmelo@FreeBSD.org>
  *  Jean-Sébastien Pédron <dumbbell@FreeBSD.org>
  *  Jean-Yves Lefort <jylefort@brutele.be>
  *  Jeffrey Hsu <hsu@FreeBSD.org>
  *  Jens Grassel <freebsd-ports@jan0sch.de>
  *  Jeremy Norris <ishmael27@home.com>
  *  Jeremy Norris <ishmael27x@yahoo.com>
  *  Jeremy Shaffner <jeremy@external.org>
  *  Jerry A! <jerry@thehutt.org>
  *  Jerry Hicks
  *  Jerry Hicks <wghicks@bellsouth.net>
  *  Jesper Dalberg <jesper@jdn.dk>
  *  Jesse Kempf (jessekempf@gmail.com)
  *  Jesse McConnell <jesse@gallup.com>
  *  Jim Pirzyk <pirzyk@uiuc.edu>
  *  Jim Riggs <ports@christianserving.org>
  *  Jimmy Olgeni <olgeni@FreeBSD.org>
  *  Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
  *  Jin-Sih, Lin <linpct@gmail.com>
  *  Joachim Strombergson
  *  Jochen Neumeister (<joneum@bsdproject.de>)
  *  Joe Horn <joehorn@gmail.com>
  *  Joe Kelsey
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  Joep Grooten <joep@di.nl>
  *  Joerg Wunsch <joerg@FreeBSD.org>
  *  Johan Kerckaert <kirk@bricsnet.com>
  *  Johan Str??m <johan@stromnet.se>
  *  Johann Visagie <johann@egenetics.com>
  *  Johann Visagie <wjv@FreeBSD.org>
  *  Johannes Dieterich <jmd@freebsd.org>
  *  Johannes Jost Meixner <xmj@FreeBSD.org>
  *  Johannes Lundberg <johalun0@gmail.com>
  *  Johannes M Dieterich <jmd@FreeBSD.org>
  *  Johannes Meixner <johannes@perceivon.net>
  *  Johannes Meixner <xmj@FreeBSD.org>
  *  John Alden + Eric Freeman <freebsdports@chillibear.com>
  *  John Chen <johnpupu@gmail.com>
  *  John Hein <jhein@symmetricom.com>
  *  John Hood <cgull@glup.org>
  *  John Marino <marino@FreeBSD.org>
  *  John Merryweather Cooper
  *  John Merryweather Cooper et al
  *  Johnny Sorocil <jsorocil@gmail.com>
  *  Jon M. Dugan <jdugan@x1024.net>
  *  Jon Nistor <nistor@snickers.org>
  *  Jona Joachim <walkingshadow@grummel.net>
  *  Jonas Palm <jonaspalm@posteo.de>
  *  Jonathan Anderson <jonathan@FreeBSD.org>
  *  Jonathan Weiss (<jw@innerewut.de>)
  *  Jordi Haarman
  *  Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
  *  Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
  *  Jose Jachuf <jjachuf@gmail.com>
  *  Joseph Benden <joe@thrallingpenguin.com>
  *  Joseph Scott <joseph@randomnetworks.com>
  *  Josh Tiefenbach <josh@zipperup.org>
  *  Jov <amutu@amutu.com>
  *  Ju Pengfei <jupengfei@gmail.com>
  *  Juergen Lock <nox@FreeBSD.org>
  *  Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw>
  *  Julien Laffaye <kimelto@gmail.com>
  *  Jun Kuriyama <kuriyama@FreeBSD.org>
  *  Jun Kuriyama <kuriyama@opt.phys.waseda.ac.jp>
  *  June-Yen Huang <jihuang@gate.sinica.edu.tw>
  *  Juraj Lutter <otis@sk.freebsd.org>
  *  Justin Stanford <jus@security.za.net>
  *  KIMURA Yasuhiro <yasu@utahime.org>
  *  Kan Sasaki <sasaki@fcc.ad.jp>
  *  Kapil Chowksey <kchowksey@hss.hns.com>
  *  Karsten Pedersen <kpedersen@opencde.org>
  *  Keith Gaughan <k@stereochro.me>
  *  Kelly Hays <kelly.hays@jkhfamily.org>
  *  Kevin Lo <kevlo@FreeBSD.org>
  *  Khairil Yusof <kaeru@inigo-tech.com>
  *  Kimo <kimor79@yahoo.com>
  *  Kimura Fuyuki <fuyuki@hadaly.org>
  *  Kimura Fuyuki <fuyuki@mj.0038.net>
  *  Kimura Fuyuki <fuyuki@nigredo.org>
  *  Kirill Ponomarev <krion@FreeBSD.org>
  *  Kirill Ponomarew <ponomarew@oberon.net>
  *  Kiyoshi Matsui <kmatsui@t3.rim.or.jp>
  *  Klaus Aehlig <aehlig@linta.de>
  *  Klaus Goger <klaus.goger@reflex.at>
  *  Klaus T. Aehlig <aehlig@linta.de>
  *  Koichiro IWAO <meta@FreeBSD.org>
  *  Konstantin Lepa <konstantin.lepa@gmail.com>
  *  Konstantinos Konstantinidis <kkonstan@daemon.gr>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Kris Moore <kris@pcbsd.org>
  *  Kubilay Kocak <koobs@FreeBSD.org>
  *  Kurt Jaeger <fbsd-ports@opsec.eu>
  *  Kurt Kanzenbach <kurt@kmk-computers.de>
  *  Kurt Lidl <kurt.lidl@cello.com>
  *  Kyle Evans <kevans@FreeBSD.org>
  *  Kyle Martin <mkm@ieee.org>
  *  Landon Fuller <landonf@opendarwin.org>
  *  Lapo Luchini <lapo@lapo.it>
  *  Lars Balker Rasmussen <lbr@FreeBSD.org>
  *  Lars Eggert <lars.eggert@gmx.net>
  *  Lars Thegler <lars@thegler.dk>
  *  Lars Thegler <lth@FreeBSD.org>
  *  Leif Pedersen <pedersen@meridian-enviro.com>
  *  Leo Kim <leo@florida.sarang.net>
  *  Leo Vandewoestijne <freebsd@dns.company>
  *  Lev A. Serebryakov <lev@serebryakov.spb.ru>
  *  Lev Serebryakov <lev@serebryakov.spb.ru>
  *  Lev Walkin <vlm@lionet.info>
  *  Lewis Thompson <purple@lewiz.net>
  *  Li-Wen Hsu <lwhsu@FreeBSD.org>
  *  Li-Wen Hsu <lwhsu@lwhsu.org>
  *  Loic Pefferkorn <loic-freebsd@loicp.eu>
  *  Loïc BARTOLETTI <lbartoletti@FreeBSD.org>
  *  Luca Pizzamiglio <luca.pizzamiglio@trivago.com>
  *  Luke Jee <lukejee@gmail.com>
  *  Lung-Pin Chang <changlp@cs.nctu.edu.tw>
  *  Lutz Boehne <lboehne@damogran.de>
  *  MANTANI Nobutaka <nobutaka@FreeBSD.org>
  *  Mahdi Mokhtari <mokhi64@gmail.com>
  *  Manuel Giraud <manuel.giraud@gmail.com>
  *  Marc E.E. van Woerkom <marc.vanwoerkom@fernuni-hagen.de>
  *  Marcello Coutinho <marcellocoutinho@gmail.com>
  *  Marco Broeder <marco.broeder@posteo.eu>
  *  Marco Molteni <molterSPAM@gufiSPAM.org>
  *  Mario S F Ferreira <lioux@linf.unb.br> et al.
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Mark Felder <feld@FreeBSD.org>
  *  Markus Dolze <bsdfan@nurfuerspam.de>
  *  Martin Jackson (mhjacks@swbell.net)
  *  Martin Jackson <mhjacks@swbell.net>
  *  Martin Kammerhofer
  *  Martin Kammerhofer <mkamm@gmx.net>
  *  Martin Matuska <martin@matuska.org>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Martin Preuss <martin@libchipcard.de>
  *  Martin Tournoij <carpetsmoker@gmail.com>
  *  Martin Waschbuesch <martin@waschbuesch.de>
  *  Martin Wilke (miwi@FreeBSD.org)
  *  Martin Wilke <miwi@FreeBSD.org
  *  Martin Wilke <miwi@FreeBSD.org>
  *  Marzhan Mykola <delgod@portaone.com>
  *  Masahiro Teramoto <markun@onohara.to>
  *  Mathieu Arnold
  *  Mathieu Arnold <m@absolight.net>
  *  Matt Harris <mattdharris@users.sourceforge.net>
  *  Matt Peterson <matt@peterson.org>
  *  Matthew Hunt <mph@pobox.com>
  *  Matthew Seaman <matthew@FreeBSD.org>
  *  Matthew Will <mwill@spingen.com>
  *  Matthias Andree <matthias.andree@gmx.de>
  *  Matthias Fechner <mfechner@FreeBSD.org>
  *  Matthias Sund <m.sund@arcor.de>
  *  Mauricio Herrera Cuadra <mauricio@arareko.net>
  *  Max Campos <mcampos@bpsw.biz>
  *  Max Khon <fjoe@FreeBSD.org>
  *  Maxim Maximov (mcsi@agava.com)
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Meikel Brandmeyer <ocaml-ounit-port@kotka.de>
  *  Michael Beer <beerml@sigma6audio.de>
  *  Michael Gmelin <grembo@FreeBSD.org>
  *  Michael Grunewald
  *  Michael Grünewald <michipili@gmail.com>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Michael Johnson <ahze@ahze.net>
  *  Michael L. Hostbaek (mich@freebsdcluster.org)
  *  Michael L. Hostbaek <mich@freebsdcluster.org>
  *  Michael Le Barbier Grünewald <michipili@gmail.com>
  *  Michael Lyngbøl <lyngbol@wheel.dk>
  *  Michael Moll <kvedulv at kvedulv.de>
  *  Michael Moll <kvedulv@kvedulv.de>
  *  Michael Schout <mschout@gkg.net>
  *  Michael Winking <mwfp@foldl.net>
  *  Michal Bielicki <m.bielicki@llizardfs.com>
  *  Michaël Grünewald
  *  Miguel Mendez <flynn@energyhq.homeip.net>
  *  Mike Buchanon <buchanon@msu.edu>
  *  Mike Fisher <Michael_Fisher@URMC.Rochester.edu>
  *  Mike McGaughey <mmcg@cs.monash.edu.au>
  *  Mikhail T. <m.tsatsenko@gmail.com>
  *  Mikhail T. <michael@fun-box.ru>
  *  Mikhail Teterin
  *  Mikhail Teterin <mi@aldan.algebra.com>
  *  Mikolaj Golub <to.my.trociny@gmail.com>
  *  Mirko Zinn <mail@derzinn.de>
  *  Mitsuru YOSHIDA
  *  Mons Anderson <mons@cpan.org>
  *  Motoyuki Kasahara <m-kasahr@sra.co.jp>
  *  Muhammad Moinur Rahman <5u623l20@gmail.com>
  *  Muhammad Moinur Rahman <bofh@FreeBSD.org>
  *  Muhammad Moinur Rahman<5u623l20@gmail.com>
  *  Muhammad Moinur Rahman<bofh@FreeBSD.org>
  *  Murilo Opsfelder <mopsfelder@gmail.com>
  *  Murray Stokely <murray@cdrom.com>
  *  Mykola Marzhan <delgod@portaone.com>
  *  NAKATA Maho <maho@FreeBSD.org>
  *  NECDET COKYAZICI <cokyazici@yahoo.co.uk>
  *  Neal Nelson <neal@nelson.name>
  *  Nemo Liu <nemoliu@FreeBSD.org>
  *  Nicholas Esborn <nick@netdot.net>
  *  Nick Hilliard <nick@foobar.org>
  *  Nicola Vitale <nivit@FreeBSD.org>
  *  Nicolas Embriz <nbari@tequila.io>
  *  Nicolas Jombart <Nicolas.Jombart@hsc-labs.com>
  *  Niels Kristensen <niels@kristensen.io>
  *  Nik Clayton <nik@FreeBSD.org>
  *  Nikolay Dachev <freebsd@dacehv.info>
  *  Nikos Ntarmos <ntarmos@ceid.upatras.gr>
  *  Nobutaka Mantani <nobutaka@FreeBSD.org>
  *  Oleg A. Mamontov <oleg@mamontov.net>
  *  Oleg Mamontov <oleg@mamontov.net>
  *  Oleg Ukraincev <oleg@ht-systems.ru>
  *  Oleh Hushchenkov <o.hushchenkov@gmail.com>
  *  Oleksii Tsai <oleksii.tsai@gmail.com>
  *  Oliver Braun
  *  Oliver Braun <obraun@FreeBSD.org>
  *  Oliver Fromme
  *  Oliver Lehmann
  *  Oliver Lehmann <lehmann@ans-netz.de>
  *  Oliver Lehmann <oliver@FreeBSD.org>
  *  Olivier Cochard-Labbe <olivier@FreeBSD.org>
  *  Olivier Duchateau
  *  Olivier Duchateau <duchateau.olivier@gmail.com>
  *  Otacilio de Araujo Ramos Neto <otacilio.neto@bsd.com.br>
  *  Palle Girgensohn <girgen@FreeBSD.org>
  *  Palle Girgensohn <girgen@pingpong.net>
  *  Parv <parv@pair.org>
  *  Patrice Clement <monsieurp@gentoo.org>
  *  Patrick Alken <alken@colorado.edu>
  *  Patrick Li <pat@databits.net>
  *  Patrick MARIE <mycroft@virgaria.org>
  *  Paul Mather <paul@gromit.dlib.vt.edu>
  *  Pav Lucistnik <pav@FreeBSD.org>
  *  Pawel Pekala <pawel@FreeBSD.org>
  *  Pedro F Giffuni
  *  Pedro F. Giffuni
  *  Pedro F. Giffuni <giffunip@asme.org>
  *  Pedro Giffuni
  *  Pedro Giffuni <pfg@FreeBSD.org>
  *  Pete Fritchman <petef@databits.net>
  *  Peter Bozarov (kingofgib@users.sourceforge.net)
  *  Peter Haight <peterh@sapros.com>
  *  Peter Jeremy <peterjeremy@acm.org>
  *  Peter Johnson <johnson.peter@gmail.com>
  *  Peter Pentchev <roam@FreeBSD.org>
  *  Peter Schuller <peter.schuller@infidyne.com>
  *  Peter Vereshagin <peter@vereshagin.org>
  *  Petr Holub <hopet@ics.muni.cz>
  *  Petri Totterman <petri.totterman@hmv.fi>
  *  Phil Maker <pjm@gnu.org>
  *  Phil Oleson <oz@nixil.net>
  *  Philip Drapeau <pdrapeau@advanis.ca>
  *  Philip M. Gollucci
  *  Philip Paeps <philip@FreeBSD.org>
  *  Philip Paeps <philip@paeps.cx>
  *  Philip Schulz <phs@deadc0.de>
  *  Philippe Audeoud <jadawin@tuxaco.net>
  *  Pietro Cerutti <gahr@FreeBSD.org>
  *  Piotr Florczyk <p.florczyk@adminworkshop.pl>
  *  Piotr Kubaj <emulation@FreeBSD.org$
  *  Piotr Kubaj <pkubaj@anongoth.pl>
  *  Po-Chien Lin <linpc@cs.nctu.edu.tw>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Rainer Hurling <rhurlin@gwdg.de>
  *  Ralf Gebhart <gebhart@secnetix.de>
  *  Ralf S. Engelschall
  *  Ralf S. Engelschall <rse@gnu.org>
  *  Randall Hopper <aa8vb@nc.rr.com>
  *  Remington Lang <MrL0Lz@gmail.com>
  *  René Ladan <rene@freebsd.org>
  *  Richard Gallamore <ultima@freebsd.org>
  *  Robert Gogolok <gogo@cs.uni-sb.de>
  *  Robert Noland <rnoland@FreeBSD.org>
  *  Robert Schlotterbeck <robert@rs.tarrant.tx.us>
  *  Rod Person <rodperson@rodperson.com>
  *  Rod Taylor <ports@rbt.ca>
  *  Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl>
  *  Rodrigo OSORIO <rodrigo@FreeBSD.org>
  *  Roger Hardiman <roger@freebsd.org>
  *  Roland van Laar <roland@micite.net>
  *  Romain Tartiere <romain@FreeBSD.org>
  *  Romain Tartiere <romain@blogreen.org>
  *  Roman Bogorodskiy <novel@FreeBSD.org>
  *  Roman Shterenzon <romanbsd@yahoo.com>
  *  Ronald Klop <ronald@echteman.nl>
  *  Rong-En Fan <rafan@FreeBSD.org>
  *  Rong-En Fan <rafan@infor.org>
  *  Ross Timson <ross@rosstimson.com>
  *  Rouslan Iskhakov <rouslan@rshell.net>
  *  Rozhuk Ivan
  *  Ruben de Groot <rdg@bzerk.org>
  *  Ruben van Staveren
  *  Rui Lopes (<rgl ruilopes com>)
  *  Rui Lopes (rgl ruilopes com)
  *  Rui Lopes <rgl ruilopes com>
  *  Rui Lopes <rui@ruilopes.com>
  *  Rui Paulo <rpaulo@FreeBSD.org>
  *  Rusmir Dusko <nemysis@FreeBSD.org>
  *  Russell Francis <johntabularasa@users.sf.net>
  *  Ryan Steinmetz (<rpsfa@rit.edu>)
  *  Ryan Steinmetz <rpsfa@rit.edu>
  *  Ryan Steinmetz <zi@FreeBSD.org>
  *  SADA Kenji <sada@FreeBSD.org>
  *  Sahil Tandon <sahil@FreeBSD.org>
  *  Sahil Tandon <sahil@tandon.net>
  *  Sam Lawrance <boris@brooknet.com.au>
  *  Samuel Tardieu <sam@rfc1149.net>
  *  Samy Al Bahra <samy@kerneled.com>
  *  Samy Al Bahra <samy@kerneled.org>
  *  Sander Vesik <sander@haldjas.folklore.ee>
  *  Sandro Sigala
  *  Seamus Venasse <svenasse@polaris.ca>
  *  Sean Chittenden <sean@chittenden.org>
  *  Sean Chittenden <seanc@FreeBSD.org>
  *  Sean Farley <sean-freebsd@farley.org>
  *  Sean McLaughlin <sigma.zx@gmail.com>
  *  Serge Gagnon <serge.gagnon.1@ulaval.ca>
  *  Serge Gagnon <serge.gagnon@b2b2c.ca>
  *  Sergei Gnezdov <sergeiga@yahoo.com>
  *  Sergei Kolobov <sergei@kolobov.com>
  *  Sergei Vyshenski
  *  Sergei Vyshenski <svysh.fbsd@gmail.com>
  *  Sergei Vyshenski <svysh@pn.sinp.msu.ru>
  *  Sergey A. Osokin <osa@FreeBSD.org>
  *  Sergey Golyashov <svvord@soft-wizard.ru>
  *  Sergey Kozlov <kozlov.sergey.404@gmail.com>
  *  Sergey Matveychuk <sem@ciam.ru>
  *  Sergey Skvortsov <skv@FreeBSD.org>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Sergey V. Dyatko <Sergey.Dyatko@gmail.com>
  *  Sergey V. Dyatko <sergey.dyatko@gmail.com>
  *  Serguei Okladnikov <oklaspec@gmail.com>
  *  Shane Ambler <FreeBSD@Shaneware.biz>
  *  Shaun Amott <shaun@FreeBSD.org>
  *  Sheldon Hearn <sheldonh@FreeBSD.org>
  *  Shell Hung <shell@shellhung.org>
  *  Shin-ya MURAKAMI <murashin@gfd-dennou.org>
  *  Shinsuke Matsui <smatsui@karashi.org>
  *  Simon Barner <barner@gmx.de>
  *  Simon Marlow <simonmar@microsoft.com>
  *  Simon Olofsson <simon@olofsson.de>
  *  Simun Mikecin <numisemis@yahoo.com>
  *  Sir l33tname <sirl33tname@gmail.com>
  *  Sofian Brabez <sbrabez@gmail.com>
  *  Sofian Brabez <sbz@FreeBSD.org>
  *  Stanislav Sedov <ssedov@mbsd.msk.ru>
  *  Stanislav Sedov <stas@FreeBSD.org>
  *  Stanislav Sedov <stas@fonon.realnet>
  *  Stefan Bethke <stb@lassitu.de>
  *  Stefan Ehmann <shoesoft@gmx.net>
  *  Stefan Pauly <stefan@fh-mainz.de>
  *  Stefan Wendler <stefan.wendler@tngtech.com>
  *  Stephen J. Roznowski <sjr@home.net>
  *  Stephon Chen <stephon@gmail.com>
  *  Steve Franks <stevefranks@ieee.org>
  *  Steve Wills <steve@mouf.net>
  *  Steve Wills <swills@FreeBSD.org>
  *  Steve Wills <swills@rubick>
  *  Steven Kreuzer <skreuzer@FreeBSD.org>
  *  Steven Kreuzer <skreuzer@exit2shell.com>
  *  Stéphane D'Alu <sdalu@sdalu.com>
  *  Sulev-Madis Silber <madis555@hot.ee>
  *  Sun Chang-Ming
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
  *  Sutra Zhou <zhoushuqun@gmail.com>
  *  Svyatoslav Lempert <svyatoslav.lempert@gmail.com>
  *  Sylvio Cesar <sylvio@FreeBSD.org>
  *  Sébastien Santoro <dereckson@gmail.com>
  *  TAKAHASHI Kaoru <kaoru@kaisei.org>
  *  TAKATSU Tomonari <tota@FreeBSD.org>
  *  TAKATSU Tomonari <tota@rtfm.jp>
  *  TERAMOTO Masahiro <markun@onohara.to>
  *  Takefu
  *  Takumi Takahashi <takumiiinn@gmail.com>
  *  Takuya Tsuchida <tsucchi@cpan.org>
  *  Tatsuya Ueda <ml+freebsd@tatsuya.info>
  *  Terry Sposato <terry@sucked-in.com>
  *  Thaddeus Covert <tcovert@grimmy.sahuagin.net>
  *  Thawatchai Piyawat <piyawat@usablelabs.com>
  *  Thierry Thomas (<thierry@FreeBSD.org>)
  *  Thierry Thomas (<thierry@pompo.net>)
  *  Thierry Thomas <thierry@pompo.net>
  *  Thinker K.F. Li <thinker@eeebox.branda.to>
  *  Thomas Abthorpe <thomas@goodking.ca>
  *  Thomas Gellekum <tg@FreeBSD.org>
  *  Thomas Gellekum <tg@freebsd.org>
  *  Thomas Zander <riggs@FreeBSD.org>
  *  Thomas-Martin Seck <tmseck@netcologne.de>
  *  Tillman Hodgson <tillman@seekingfire.com>
  *  Tim Bishop <tdb@FreeBSD.org>
  *  Tim Bishop <tim@bishnet.net>
  *  Tim Niemueller <tim@niemueller.de>
  *  Tim Vanderhoek <hoek@FreeBSD.org>
  *  Timothy Beyer <beyert@cs.ucr.edu>
  *  Timur I. Bakeyev <bat@cpan.org>
  *  Ting-Wei Lan <lantw44@gmail.com>
  *  Tobias Gion <freebsd@gionet.de>
  *  Tobias Roth <ports@fsck.ch>
  *  Tom Judge <tj@FreeBSD.org>
  *  Tom Judge <tom@tomjudge.com>
  *  Tom McLaughlin <tmclaugh@sdf.lonestar.org>
  *  Tomoyuki Sakurai <cherry@trombik.org>
  *  Toni Andjelkovic <toni@soth.at>
  *  Toni Viemerö <toni.viemero@iki.fi>
  *  Tony Maher <tonym@biolateral.com.au>
  *  Tony Narlock <tony@git-pull.com>
  *  Torsten Zuehlsdorff <ports@toco-domains.de>
  *  Torsten Zuehlsdorff <tz@FreeBSD.org>
  *  Torsten Zuhlsdorff <ports@toco-domains.de>
  *  Torsten Zühlsdorff <ports@toco-domains.de>
  *  Travis Campbell <hcoyote@ghostar.org>
  *  Trevor Caira <trevor@bitba.se>
  *  Tsung-Han Yeh <snowfly@yuntech.edu.tw>
  *  Uffe Jakobsen <uffe@uffe.org>
  *  Ulrich Spoerlein <uspoerlein@gmail.com>
  *  Vadim Vatlin
  *  Valery Komarov <komarov@valerka.net>
  *  Vanilla I. Shu <vanilla@FreeBSD.org>
  *  Vany Serezhkin <ivan@serezhkin.com>
  *  Vasil Dimov <vd@datamax.bg>
  *  Veniamin Gvozdikov <vg@FreeBSD.org>
  *  Viacheslav Mikerov <SlavaMikerov@gmail.com>
  *  Vitaly Magerya <vmagerya@gmail.com>
  *  Vivek Khera <vivek@khera.org>
  *  Vladimir Chukharev
  *  Vladimir Gorelov <virtual.lark@gmail.com>
  *  Vladimir Kondratiev <wulf@mail.mipt.ru>
  *  Vladimir Kondratyev <wulf@FreeBSD.org>
  *  Vladimir Perepelitsa <mons@cpan.org>
  *  Vladimir Timofeev <vovkasm@gmail.com>
  *  Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
  *  Volker Stolz <vs@FreeBSD.org>
  *  Volodymyr Kostyrko <c.kworr@gmail.com>
  *  Vsevolod Stakhov <vsevolod@highsecure.ru>
  *  Waitman Gobble <waitman@waitman.net>
  *  Warner Losh <imp@FreeBSD.org>
  *  Warren Block <wblock@wonkity.com>
  *  Wen Heping <ruby@FreeBSD.org>
  *  Wen Heping <wen@FreeBSD.org>
  *  Wen Heping <wenheping@gmail.com>
  *  Wen Heping<wen@FreeBSD.org>
  *  Wen Heping<wenheping@gmail.com>
  *  Wes Peters <@FreeBSD.org>
  *  Wes Peters <wes@FreeBSD.org>
  *  Will Andrews <andrews@technologist.com>
  *  Will Andrews <will@FreeBSD.org>
  *  William Grzybowski
  *  William Grzybowski <sunpoet@FreeBSD.org>
  *  William Grzybowski <wg@FreeBSD.org>
  *  William Grzybowski <william88@gmail.com>
  *  Xavier Beaudouin <kiwi@oav.net>
  *  Xin LI <delphij@FreeBSD.org>
  *  Xin Li <delphij@FreeBSD.org>
  *  Yarema <yds@CoolRat.org>
  *  Yasuhiro KIMURA <yasu@utahime.org>
  *  Yen-Ming Lee <leeym@FreeBSD.org>
  *  Yen-Ming Lee <leeym@leeym.com>
  *  Yevgen Drachenko <geka@sippysoft.com>
  *  Yi-Huan Chan <yhchan@csie.nctu.edu.tw>
  *  Yi-Jheng Lin <yzlin@FreeBSD.org>
  *  Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
  *  Ying-Chieh Chen
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
  *  Yinghong Liu <relaxbsd@gmail.com>
  *  Yoshihiko Sarumaru <mistral@imasy.or.jp>
  *  Yuan-Chen Cheng <ycheng@sinica.edu.tw>
  *  Yuan-Chung Hsiao & <ychsiao@ychsiao.org>
  *  Yuan-Chung Hsiao <ychsiao@ychsiao.idv.tw>
  *  Yuan-Chung Hsiao <ychsiao@ychsiao.org>
  *  Yuichiro NAITO <naito.yuichiro@gmail.com>
  *  Yukihiro Nakai <nakai@FreeBSD.org>
  *  Yuri Victorovich <yuri@rawbw.com>
  *  Zach Thompson <hideo@lastamericanempire.com>
  *  Zane C, Bowers <vvelox@vvelox.net>
  *  Zane C. Bowers-Hadley <vvelox@vvelox.net>
  *  Zeus Panchenko <zeus@gnu.org.ua>
  *  aaron@FreeBSD.org
  *  ache
  *  adamw
  *  ade@FreeBSD.org
  *  alan <Alan@Wave2.org>
  *  alepulver
  *  alexander smishlajev
  *  alfred
  *  alfred@FreeBSD.org
  *  andreas@syndrom23.de
  *  andrew morton
  *  andrew@scoop.co.nz
  *  andrey@kostenko.name
  *  antoine@FreeBSD.org
  *  arved
  *  asmith
  *  aturetta@commit.it
  *  autrijus@autrijus.org
  *  b.f. <bf@FreeBSD.org>
  *  bf <bf2006a@yahoo.com>
  *  bf <bf@FreeBSD.org>
  *  bland@FreeBSD.org
  *  blubee <hello@blubee.me>
  *  bms
  *  bms@FreeBSD.org
  *  bra@fsn.hu
  *  brix@FreeBSD.org
  *  buganini@gmail.com
  *  chinsan
  *  chinsan <chinsan.tw@gmail.com>
  *  christian
  *  chuckr@FreeBSD.org
  *  clsung
  *  clsung@dragon2.net
  *  darius@dons.net.au
  *  dcf@aracnet.com
  *  dchapes@zeus.leitch.com
  *  devin@spamcop.net
  *  dlowe
  *  dom
  *  dom@happygiraffe.net
  *  dpejesh@yahoo.com
  *  dwm
  *  ejc@bazzle.com
  *  elbarto
  *  erik@habatech.no
  *  estith
  *  frase@frase.id.au
  *  gahr
  *  gahr@FreeBSD.org
  *  gebhart@secnetix.de
  *  giffunip
  *  glarkin
  *  glarkin@
  *  glewis
  *  gno@yahoo-inc.com
  *  gordon@FreeBSD.org
  *  gugu
  *  iblis <iblis@hs.ntnu.edu.tw>
  *  ijliao
  *  ijliao@FreeBSD.org
  *  is grammatically incorrect in this context.
  *  jaapb@kerguelen.org
  *  jagapen@home.com
  *  jaharkes
  *  janos.mohacsi@bsd.hu
  *  jasone
  *  jeffhung
  *  jesse@cs.uni-magdeburg.de
  *  jessekempf@gmail.com
  *  jhanna@home.com
  *  jkh
  *  jkoshy
  *  jnlin@freebsd.cs.nctu.edu.tw
  *  joerg
  *  joerg@FreeBSD.org
  *  jraynard
  *  jupengfei <jupengfei@gmail.com>
  *  kargl@apl.washington.edu
  *  kevit
  *  kipz <somicide@gmail.com>
  *  knu@FreeBSD.org
  *  kris@FreeBSD.org
  *  kuriyama
  *  lars.eggert@gmx.net
  *  lbartoletti <lbartoletti@FreeBSD.org>
  *  lbr
  *  lbr@FreeBSD.org
  *  lightside <lightside@gmx.com>
  *  lippe
  *  lonewolf@flame.org
  *  lth@FreeBSD.org
  *  matthew.closson@gmail.com
  *  meka
  *  mfechner@FreeBSD.org
  *  mi@aldan.algebra.com
  *  michael johnson <ahze@ahze.net>
  *  mig
  *  mikeh@FreeBSD.org
  *  milki <milki@rescomp.berkeley.edu>
  *  milki@rescomp.berkeley.edu
  *  mk
  *  mm
  *  moeding
  *  mp39590@gmail.com
  *  mr
  *  mr@freebsd.org
  *  mukai
  *  mwest@uct.ac.za
  *  nbm
  *  ndewing@experts-exchange.com
  *  netchild@FreeBSD.org
  *  never@nevermind.kiev.ua
  *  nils@guru.ims.uni-stuttgart.de
  *  nork@FreeBSD.org
  *  nork@cityfujisawa.ne.jp
  *  novator24 <novator24@gmail.com>
  *  nox@FreeBSD.org
  *  obraun@FreeBSD.org
  *  olevole@olevole.ru
  *  olgeni@FreeBSD.org
  *  osa
  *  petef
  *  petef@FreeBSD.org
  *  philip@FreeBSD.org
  *  ports@c0decafe.net
  *  ports@c0decafe.net <ports@c0decafe.net>
  *  pst@FreeBSD.org
  *  pvh@egenetics.com
  *  rafan@FreeBSD.org
  *  redcrash@gmail.com
  *  renchap@cocoa-x.com
  *  roam@FreeBSD.org
  *  roberto
  *  rooneg@electricjellyfish.net
  *  rousskov
  *  rpsfa@rit.edu
  *  rv@FreeBSD.org
  *  rv@gnu.org
  *  simond@irrelevant.org
  *  skreuzer@FreeBSD.org
  *  skreuzer@exit2shell.com
  *  sobomax
  *  stas
  *  stas@FreeBSD.org
  *  sunghyuk
  *  tdb
  *  thierry@pompo.net
  *  thinker@branda.to
  *  tiger <tiger@whitetigersd.com>
  *  tiger@whitetigersd.com
  *  tobez
  *  tobez@FreeBSD.org
  *  torstenb@FreeBSD.org
  *  trasz <trasz@pin.if.uz.zgora.pl>
  *  trevor
  *  trociny
  *  vanilla
  *  vanilla@
  *  vazquez@iqm.unicamp.br
  *  vsevolod
  *  wahjava
  *  wenheping@gmail.com
  *  wghicks@bellsouth.net
  *  will
  *  ws Christoph Kick
  *  xenophon+fbsdports@irtnog.org
  * # Created by Matthias Fechner <mfechner@FreeBSD.org>
  * # Created by johalun0@gmail.com
  * //www.tomek.cedro.info)
  * org>

With hat:	portmgr
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 aa6eefd
Tuesday, 26 Apr 2022
21:01 Neel Chauhan (nc) search for other commits by this committer
devel/goffice: Update to 0.10.52
commit hash: f22670b035806ec3d999f0bb5e91cf5068b8b02c commit hash: f22670b035806ec3d999f0bb5e91cf5068b8b02c commit hash: f22670b035806ec3d999f0bb5e91cf5068b8b02c commit hash: f22670b035806ec3d999f0bb5e91cf5068b8b02c f22670b
Sunday, 10 Apr 2022
19:11 Charlie Li (vishwin) search for other commits by this committer
textproc/libxml2: bump all LIB_DEPENDS consumers

This is a separate commit to facilitate easier cherry-picking for
quarterly.

PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 d63665f
Saturday, 26 Mar 2022
08:27 Matthias Fechner (mfechner) search for other commits by this committer
textproc/libxml2: bump all dependencies

This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 247c7db
Thursday, 2 Sep 2021
03:45 Neel Chauhan (nc) search for other commits by this committer
devel/goffice: Update to 0.10.50
commit hash: d771a2b32a294bf377a266534bef597cacd13d27 commit hash: d771a2b32a294bf377a266534bef597cacd13d27 commit hash: d771a2b32a294bf377a266534bef597cacd13d27 commit hash: d771a2b32a294bf377a266534bef597cacd13d27 d771a2b
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Monday, 9 Nov 2020
17:08 tcberner search for other commits by this committer
Prefer graphics/ligvrsvg2-rust over graphics/librsvg2

- switch to the more modern version of librsvg2 on architectures
  supporting rust
- this will fix some graphical issues on these architectures

PR:		250276
Exp-run by:	antoine
Submitted by:	tobik
Differential Revision:	https://reviews.freebsd.org/D18878
Original commitRevision:554733 
Wednesday, 16 Sep 2020
14:07 bapt search for other commits by this committer
Update to 0.10.48
Original commitRevision:548786 
Monday, 15 Jun 2020
14:55 bapt search for other commits by this committer
Update to 0.10.47
Original commitRevision:538883 
Monday, 16 Dec 2019
17:06 bapt search for other commits by this committer
Update to 0.10.46 and only keep one libgoffice version

libgoffice 0.10 has been introduced long enough ago 6 years ago, stopping
support
for libgoffice 0.8, it is now more than time, to remove libgoffice 0.8 and only
keep 0.10.

Remove the optionnal goffice option for projects not supporting 0.10.
Original commitRevision:520273 
Friday, 8 Nov 2019
11:39 tobik search for other commits by this committer
devel: Add missing USES={gl,gnome,php,sdl}
Original commitRevision:517048 
Thursday, 8 Dec 2016
19:52 tijl search for other commits by this committer
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
Original commitRevision:428152 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Saturday, 18 Apr 2015
17:30 kwm search for other commits by this committer
Fix portscout macro.
Original commitRevision:384243 
Monday, 19 May 2014
13:50 tijl search for other commits by this committer
Remove .la files again now that abiword has been fixed.

Approved by:	kwm
Original commitRevision:354541 
Sunday, 18 May 2014
13:06 kwm search for other commits by this committer
Switch to USES=libtool:keepla instead of plain USES=libtool.

Fixes:
editors/abiword: libtool: link: cannot find the library
`/usr/local/lib/libgoffice-0.8.la' or unhandled argument
`/usr/local/lib/libgoffice-0.8.la'

PR:		ports/189909
Submitted by:	"O. Hartmann" <ohartman@zedat.fu-berlin.de>
Original commitRevision:354416 
Saturday, 17 May 2014
21:43 tijl search for other commits by this committer
- USES=libtool tar:xz.
- INSTALL_TARGET=install-strip.
Original commitRevision:354380 
Wednesday, 27 Nov 2013
17:12 kwm search for other commits by this committer
Resolve pkgname conflict.
Stageify and switch to libtool-less ltverhack.
Original commitRevision:335038 
Friday, 20 Sep 2013
17:04 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2)
Original commitRevision:327723 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Friday, 28 Jun 2013
16:53 kwm search for other commits by this committer
Mark ignore for portscout, there will be no more new versions of this branch.
Original commitRevision:321967 
Thursday, 6 Jun 2013
20:24 ohauer search for other commits by this committer
- fix OPTIONS spelling
Original commitRevision:320125 
Sunday, 5 May 2013
23:08 kwm search for other commits by this committer
Update header.
Use USES=pathfix and add pkgconfig.
Convert to OptionsNG.
Add patch to fix the build with glib 2.36.x

Obtained by:	GNOME stage repo
Original commitRevision:317449 
Wednesday, 24 Apr 2013
18:10 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Original commitRevision:316464 
Wednesday, 13 Mar 2013
20:54 kwm search for other commits by this committer
Fix unresolved symbol pcre_info from pcre. This symbol was deprecated for a
while now and in a recent update removed. The check to enable replacement code
from using glib functions doesn't work quite correctly. So enable it manualy.

Tested by:	madpilot@
Original commitRevision:314112 
Monday, 10 Dec 2012
19:11 mm search for other commits by this committer
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
Original commitRevision:308630 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Tuesday, 14 Feb 2012
12:45 mm search for other commits by this committer
Bump pcre library dependency due to 8.30 update
Original commit
Tuesday, 22 Nov 2011
14:46 kwm search for other commits by this committer
Update to 0.8.17.
Move LICENSE section to please portlint.

PR:             ports/161585
Submitted by:   Zhihao Yuan <lichray@gmail.com>
Feature safe:   yes
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- 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
Original commit
Thursday, 23 Jun 2011
18:32 kwm search for other commits by this committer
Update to 0.8.16.

Switch to xz distfile.
Original commit
Tuesday, 14 Jun 2011
03:55 mezz search for other commits by this committer
Update to 0.8.15.

PR:             ports/157745
Submitted by:   Zhihao Yuan <lichray@gmail.com>
Original commit
Saturday, 4 Jun 2011
22:36 mezz search for other commits by this committer
- Make gconf optional.
- Mark MAKE_JOBS_SAFE.
- Move CPPFLAGS outside the CONFIGURE_ENV.

PR:             ports/156708
Submitted by:   Zhihao Yuan <lichray@gmail.com>
Original commit
Friday, 25 Mar 2011
12:31 kwm search for other commits by this committer
Update to 0.8.14.
Original commit
Monday, 28 Feb 2011
12:12 kwm search for other commits by this committer
Update to 0.8.13.
Original commit
Saturday, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Monday, 29 Nov 2010
05:57 marcus search for other commits by this committer
Update to 0.8.12.
Original commit
Monday, 22 Nov 2010
01:05 marcus search for other commits by this committer
Update goffice to 0.8.11.
Original commit
Sunday, 12 Sep 2010
19:50 kwm search for other commits by this committer
Update to 0.8.10.
Original commit
Wednesday, 18 Aug 2010
14:24 kwm search for other commits by this committer
Update to 0.8.9.
Original commit
Sunday, 25 Jul 2010
10:35 kwm search for other commits by this committer
Update to 0.8.7.
Add license
Original commit
Tuesday, 8 Jun 2010
12:19 kwm search for other commits by this committer
Update to 0.8.5.
Original commit
Monday, 31 May 2010
02:01 ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Original commit
Friday, 21 May 2010
23:07 kwm search for other commits by this committer
Update to 0.8.4.
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Saturday, 13 Mar 2010
23:30 marcus search for other commits by this committer
Update to 0.8.1.
Original commit
Sunday, 14 Feb 2010
20:46 marcus search for other commits by this committer
Update to 0.8.0.
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Saturday, 30 Jan 2010
23:07 marcus search for other commits by this committer
Update to 0.7.18.
Original commit
Friday, 18 Dec 2009
06:38 marcus search for other commits by this committer
Update to 0.7.17.
Original commit
Sunday, 6 Dec 2009
12:02 kwm search for other commits by this committer
Update to 0.7.16.
Original commit
Thursday, 26 Nov 2009
18:02 marcus search for other commits by this committer
Update to 0.7.15.
Original commit
Sunday, 11 Oct 2009
19:17 marcus search for other commits by this committer
Update to 0.7.14.
Original commit
Friday, 25 Sep 2009
01:45 marcus search for other commits by this committer
Update to 0.7.13.

Feature safe:   yes
Original commit
Sunday, 6 Sep 2009
13:24 kwm search for other commits by this committer
Update to 0.7.12.
Original commit
Thursday, 3 Sep 2009
21:34 kwm search for other commits by this committer
Update to 0.7.11.
Original commit
Sunday, 16 Aug 2009
22:59 marcus search for other commits by this committer
Update to 0.7.9.
Original commit
Sunday, 2 Aug 2009
19:36 mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
Original commit
Friday, 31 Jul 2009
13:57 dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Original commit
Sunday, 5 Jul 2009
04:14 marcus search for other commits by this committer
Update to 0.7.8.
Original commit
Sunday, 24 May 2009
19:43 marcus search for other commits by this committer
Update to 0.7.7.
Original commit
Saturday, 9 May 2009
04:56 marcus search for other commits by this committer
Update to 0.7.6.
Original commit
Sunday, 3 May 2009
00:37 marcus search for other commits by this committer
Update to 0.7.5.
Original commit
Saturday, 28 Mar 2009
03:04 marcus search for other commits by this committer
Update to 0.7.4.
Original commit
Tuesday, 24 Feb 2009
19:09 marcus search for other commits by this committer
Gnumeric still installs goffice plug-ins.

Pointyhat to:   me
Original commit
02:17 marcus search for other commits by this committer
Update to 0.7.3.
Original commit
Tuesday, 13 Jan 2009
18:18 pav search for other commits by this committer
- Change the annotation of ports that need plist updates
Original commit
Saturday, 10 Jan 2009
05:22 marcus search for other commits by this committer
Presenting GNOME 2.24 for FreeBSD.

See http://library.gnome.org/misc/release-notes/2.24/ for the general
release notes.  On the FreeBSD front, this release introduces Fuse support
in HAL, adds multi-CPU support to libgtop, WebKit updates, and fixes some
long-standing seahorse and gnome-keyring bugs.  The documentation updates
to the website are forthcoming.

This release features commits by adamw, ahze, kwm, mezz, and myself.  It would
not have been possible without are contributors and testers:

Alexander Loginov
Craig Butler [1]
Dmitry Marakasov [6]
Eric L. Chen
Joseph S. Atkinson
Kris Moore
Lapo Luchini [7]
Nikos Ntarmos
Pawel Worach
Romain Tartiere
TAOKA Fumiyoshi [3]
Yasuda Keisuke
Zyl
aZ [4]
bf [2] [5]
Florent Thoumie
Peter Wemm
pluknet

PR:             125857 [1]
                126993 [2]
                130031 [3]
                127399 [4]
                127661 [5]
                124302 [6]
                129570 [7]
                129936
                123790
Original commit
Sunday, 7 Sep 2008
17:05 ahze search for other commits by this committer
Update to 0.6.5
Original commit
Friday, 6 Jun 2008
13:21 edwin search for other commits by this committer
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)
Original commit
Wednesday, 14 May 2008
18:29 mezz search for other commits by this committer
Update to 0.6.4.
Original commit
Friday, 9 May 2008
20:48 marcus search for other commits by this committer
Update to 0.6.3.
Original commit
Saturday, 19 Apr 2008
17:56 miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
Original commit
Friday, 7 Mar 2008
07:24 marcus search for other commits by this committer
Update to 0.6.2.
Original commit
Thursday, 10 Jan 2008
07:07 marcus search for other commits by this committer
Update to 0.6.1.
Original commit
Friday, 21 Dec 2007
22:07 pav search for other commits by this committer
- Add dependency on libgnomeui to make this GNOME-enabled
Original commit
Wednesday, 24 Oct 2007
23:37 marcus search for other commits by this committer
Presenting GNOME 2.20.1 and all related works for FreeBSD.  The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).

The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy.  We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD.  This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.

This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully.  Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).

The FreeBSD GNOME team would also like to thank our various testers and
contributors:

Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)

PRs fixed in this release:

111272, 113470, 115995, 116338
Original commit
Thursday, 6 Sep 2007
04:48 marcus search for other commits by this committer
Update to 0.4.3.
Original commit
Sunday, 29 Jul 2007
07:35 marcus search for other commits by this committer
Update to 0.4.2.
Original commit
Sunday, 15 Jul 2007
14:58 pav search for other commits by this committer
- Expand annotation from previous rev.
Original commit
13:11 pav search for other commits by this committer
- Annotate the quirk with gnumeric plist hardcoding goffice version
Original commit
Wednesday, 11 Jul 2007
19:08 mezz search for other commits by this committer
Update to 0.4.1.
Original commit
Thursday, 24 May 2007
22:21 pav search for other commits by this committer
- Update to 0.4.0
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Saturday, 21 Apr 2007
17:56 ahze search for other commits by this committer
Update to 0.3.8
Original commit
Monday, 19 Mar 2007
05:14 marcus search for other commits by this committer
Presenting GNOME 2.18 for FreeBSD.  GNOME 2.18 is a departure from recent GNOME
releases in that it focuses more on stability and functionality than on
new features.  Not that it doesn't have its share of new and exciting
items.  See http://www.gnome.org/start/2.18/ for all the goodies in
this release.

GNOME 2.18 for FreeBSD would not have been possible without the hard work
of the FreeBSD GNOME Team and our intrepid band of testers including
J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi,
Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen,
Phillip Neumann, Franz Klammer, and Neal Delmonico.
Original commit
Tuesday, 7 Nov 2006
12:49 ahze search for other commits by this committer
Update to 0.2.2
Original commit
Sunday, 5 Nov 2006
03:22 mezz search for other commits by this committer
INSTALLS_SHLIB -> USE_LDCONFIG.

Found by:       portlint (cports.sh)
Original commit
Monday, 15 May 2006
22:23 mezz search for other commits by this committer
Add USE_GETTEXT to appease portlint.
Original commit
Saturday, 25 Mar 2006
17:53 marcus search for other commits by this committer
Update to 0.2.1.
Original commit
Thursday, 23 Feb 2006
10:40 ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Original commit
Tuesday, 31 Jan 2006
22:48 ahze search for other commits by this committer
- Update to 0.2.0
Original commit
Monday, 14 Nov 2005
23:36 marcus search for other commits by this committer
Update to 0.1.2.
Original commit
Monday, 7 Nov 2005
05:47 ahze search for other commits by this committer
- Update to 0.1.1
Original commit
Saturday, 5 Nov 2005
05:59 marcus search for other commits by this committer
Add goffice, a set of document centric components for GLib and GTK+.

There are common operations for document centric applications that are
conceptually simple, but complex to implement fully.
        - plugins
        - load/save documents
        - undo/redo

Goffice provides a single library for performing such operations.
Original commit

Number of commits found: 100