Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.6.3_3 22 Mar 2024 22:05:28 |
Nuno Teixeira (eduardo) |
textproc/xmlroff: Move man pages to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.6.3_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.6.3_2 20 Jul 2022 14:23:14 |
Tobias C. Berner (tcberner) |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.6.3_2 10 Apr 2022 19:11:41 |
Charlie Li (vishwin) |
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) |
0.6.3_1 26 Mar 2022 08:27:27 |
Matthias Fechner (mfechner) |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
0.6.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.6.3 26 Dec 2019 21:36:12 |
bapt |
Drop support for the deprecated gnomeprint
While here update to 0.6.3 |
0.6.2_7 30 Sep 2018 11:58:31 |
kwm |
The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.
The offical GNOME 3.28 release notes can be found at
https://help.gnome.org/misc/release-notes/3.28/
Thanks to Antoine Brodin for running the exp-runs.
PR: 229761 |
0.6.2_7 02 Apr 2017 16:13:37 |
bapt |
More fixes after gtk-doc that does not generate anymore index.sgml |
0.6.2_7 02 Apr 2017 13:43:07 |
bapt |
Fix build with new gtk-doc |
0.6.2_6 03 Jan 2017 18:12:13 |
mat |
Never set WRKSRC when using USE_GITHUB.
If you want to set WRKSRC, set GH_PROJECT instead.
- The GitHub URLs are case insensitive, but the distribution files you
get out of them are not.
- If the repository was renamed, the old URL will still work, but the
distribution name will be ith the new name.
Sponsored by: Absolight |
0.6.2_6 21 Oct 2016 15:21:13 |
mat |
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093 |
0.6.2_6 12 Jun 2016 17:14:41 |
hrs |
Fix build when DOCS=on. |
0.6.2_6 11 Jun 2016 12:38:00 |
hrs |
Fix build. |
0.6.2_6 10 Jun 2016 19:37:47 |
hrs |
- Use Github to fetch the distfile.
- Split library part of textproc/xmlroff into textproc/libfo. |
0.6.2_5 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.6.2_5 15 Nov 2014 16:26:33 |
antoine |
Cleanup plist |
0.6.2_5 22 Jun 2014 21:17:27 |
amdmi3 |
- Use new LIB_DEPENDS syntax
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket |
0.6.2_4 16 Apr 2014 18:28:50 |
zeising |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
0.6.2_3 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
0.6.2_3 02 Nov 2013 18:11:29 |
hrs |
Add STAGEDIR support. |
0.6.2_3 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
0.6.2_3 02 Sep 2013 21:04:01 |
bapt |
Add an explicit dependency on pkgconf |
0.6.2_3 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
0.6.2_3 28 Apr 2013 20:50:13 |
hrs |
- Add LICENSE.
- Add MAKE_JOBS_SAFE=yes.
- Trim old-style header. |
0.6.2_3 08 Mar 2013 10:51:36 |
kwm |
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
eliminate pkg-config run dependency completely, a second phase is needed
and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
versions for some ports.
* Fix other ports so they build with the new glib version.
Thanks to miwi and crees for helping out with some exp-runs.
Approved by: portmgr (miwi & bapt)
Obtained from: gnome team repo |
0.6.2_3 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.6.2_2 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
0.6.2_2 11 Aug 2011 19:20:17 |
kwm |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
0.6.2_2 03 Jul 2011 14:40:25 |
ohauer |
-remove MD5 |
0.6.2_2 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.6.2_2 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.6.2_1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.6.2 29 Nov 2009 18:32:28 |
hrs |
Update to 0.6.2. |
0.6.1_1 02 Aug 2009 19:36:34 |
mezz |
-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 |
0.6.1_1 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
0.6.1 08 Nov 2008 10:12:34 |
hrs |
Update to 0.6.1. Changes include:
|Changes between 0.6.0 and 0.6.1
|
| * SVG external graphics rendered as vectors in Cairo backend (#113,
| lode leroy)
| * Fixed CFLAGS usage in configure.ac (#124, Asmodai)
| * Table column order respects writing mode (#131)
| * Added table fix from Debian 494227 (#99, Thomas Viehmann)
|
| All xmlroff 0.6.1 tickets are listed at
| http://xmlroff.org/query?milestone=xmlroff+0.6.1
|
|Changes between 0.5.5 and 0.6.0
| (Only the first 15 lines of the commit message are shown above ) |
0.5.5_1 06 Jun 2008 14:05:09 |
edwin |
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) |
0.5.5 05 May 2008 13:27:22 |
hrs |
Update to 0.5.5. |
0.5.2 02 Sep 2007 16:22:14 |
hrs |
Update to 0.5.2. Changes include:
* Fixed crash in locales with comma as decimal separator (#49)
* Cleaned up all compiler warnings (#51)
* >99% reduction in 'permanently lost' memory leaks (#52)
* Fixed compilation error when GNOME Print not installed (#34)
* Fixed segfaults when media-usage not 'paginate' |
0.5.0 23 Jun 2007 15:36:58 |
hrs |
Update to 0.5.0. Changes include:
- Does not require PangoXSL
- Uses GOption instead of popt
- Defaults to using compatibility stylesheet
- xmlroff manpage in DocBook XML
- Cairo backend is less experimental
- Added Cairo backend SVG output that is really experimental
- Added handling of base for relative URIs when '--compat' is used
- Handles 'auto' for page width and height
- Added '--compat' option for running compatibility stylesheet
- Added '-w' option for setting warning mode
- Added handling empty fo:wrapper
- Simplified creating FoXmlDoc and running XSLT transformations
- Removed support for SGML catalogs |
0.3.9_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.3.9 01 Feb 2007 02:42:06 |
kris |
Use libtool port instead of included version to avoid objformat a.out botch |
0.3.9 03 Jun 2006 18:24:15 |
hrs |
Update to 0.3.9.
Submitted by: Martin Wilke (freebsd at unixfreunde dot de)
PR: ports/98444 |
0.3.8_1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.3.8 30 Jan 2006 15:06:14 |
hrs |
Update to 0.3.8. Changes include:
- Changes between 0.3.7 and 0.3.8
* Corrected endless loop if area won't fit on page
* Added handling 'overflow' property of fo:region-body
* xmlroff stops at first error instead of continuing
- Changes between 0.3.6 and 0.3.7
* Corrected placement of fo:external-graphic if not first on line
* Added setting pixels-per-inch (for graphics without intrinsic size)
as configure option
* Working on averting endless loop if area won't fit on page.
(Only the first 15 lines of the commit message are shown above ) |
0.3.3_1 24 Jan 2006 03:10:24 |
edwin |
SHA256ify
Approved by: krion@ |
0.3.3_1 22 Jan 2006 02:55:05 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.3.3_1 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
0.3.3_1 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
0.3.3 14 Jun 2005 18:17:57 |
hrs |
Update to 0.3.3. Changes include:
- Added support for 'border', 'border-left', 'border-right',
'border-top', 'border-bottom', 'border-style', 'border-width', and
'border-color' properties (Julian Rosse)
- Removed border-related properties and 'padding'from libfo-compat.xsl
- Corrected whitespace handling in libfo-compat.xsl
- Added removal of more unsupported properties in libfo-compat.xsl
- Corrected drawing 'dashed', 'dotted', 'groove', and 'hidden' border
styles
- Partially re-implemented fo:external-graphic support |
0.3.2_1 12 Mar 2005 10:54:27 |
marcus |
Bump PORTREVISION to chase the glib20 shared lib version change. |
0.3.2 03 Mar 2005 02:16:03 |
hrs |
Update to 0.3.2. Changes between 0.3.1 and 0.3.2:
* Added support for X11 colour names as 'color' keywords
* Removed rewriting of 'color' and similar properties' from libfo-compat.xsl
* Improved documentation
* Minor bug fixes |
0.3.1 07 Feb 2005 02:28:41 |
hrs |
Update to 0.3.1 and take maintainership.
Approved by: James Earl (maintainer) |
0.3.0_2 13 Jan 2005 20:12:39 |
mezz |
Fix the pkg-plist.
Reported by: pointyhat via kris
Submitted by: James Earl <chero7@telus.net> (maintainer) |
0.3.0_1 11 Jan 2005 02:48:09 |
mezz |
-Add a missing dependency. [1]
-Fix the build on FreeBSD 4.x.
Reported by: pointyhat via kris [1]
Submitted by: hrs and James Earl <james@icionline.ca> (maintainer) |
0.3.0 10 Jan 2005 00:39:56 |
mezz |
xmlroff is an XSL formatter written in C that produces PDF and PostScript.
WWW: http://xmlroff.org
PR: ports/75972
Submitted by: James Earl <james@icionline.ca> |