FreshPorts -- The Place For Ports Sat, 4 Jul 2009 12:00 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
xmlroff 0.6.1 textproc on this many watch lists=1 search for ports that depend on this port
XSL formatter that produces PDF and PostScript
Maintained by: hrs@FreeBSD.org search for ports maintained by this maintainer
Port Added: 10 Jan 2005 00:48:19


xmlroff is an XSL formatter written in C that produces PDF and PostScript.

WWW: http://xmlroff.org
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: devel/gmake, devel/libtool15, textproc/intltool, devel/pkg-config
Required To Run: devel/pkg-config, devel/gio-fam-backend
Required Libraries: graphics/cairo, accessibility/atk, devel/glib20, x11-toolkits/gtk20, graphics/libart_lgpl, devel/libbonobo, print/libgnomeprint, devel/libIDL, textproc/libxml2, textproc/libxslt, devel/ORBit2, x11-toolkits/pango

To install the port: cd /usr/ports/textproc/xmlroff/ && make install clean
To add the package: pkg_add -r xmlroff


Configuration Options
     No options to configure

Master Sites:
http://xmlroff.org/download/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 21

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
08 Nov 2008 10:12:34
Original commit files touched by this commit  0.6.1
hrs search for other commits by this committer
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 View all of this commit message)
06 Jun 2008 15:05:09
Original commit files touched by this commit  0.5.5_1
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)
05 May 2008 14:27:22
Original commit files touched by this commit  0.5.5
hrs search for other commits by this committer
Update to 0.5.5.
02 Sep 2007 17:22:14
Original commit files touched by this commit  0.5.2
hrs search for other commits by this committer
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'
23 Jun 2007 16:36:58
Original commit files touched by this commit  0.5.0
hrs search for other commits by this committer
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
19 May 2007 21:32:57
Original commit files touched by this commit  0.3.9_1
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}.
01 Feb 2007 02:42:06
Original commit files touched by this commit  0.3.9
kris search for other commits by this committer
Use libtool port instead of included version to avoid objformat a.out botch
03 Jun 2006 19:24:15
Original commit files touched by this commit  0.3.9
hrs search for other commits by this committer
Update to 0.3.9.

Submitted by:   Martin Wilke (freebsd at unixfreunde dot de)
PR:             ports/98444
23 Feb 2006 10:40:45
Original commit files touched by this commit  0.3.8_1
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
30 Jan 2006 15:06:14
Original commit files touched by this commit  0.3.8
hrs search for other commits by this committer
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 View all of this commit message)
24 Jan 2006 03:10:24
Original commit files touched by this commit  0.3.3_1
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
22 Jan 2006 02:55:05
Original commit files touched by this commit  0.3.3_1
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
15 Nov 2005 06:52:12
Original commit files touched by this commit  0.3.3_1
ade search for other commits by this committer
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.
05 Nov 2005 05:22:06
Original commit files touched by this commit  0.3.3_1
marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared library update.
14 Jun 2005 19:17:57
Original commit files touched by this commit  0.3.3
hrs search for other commits by this committer
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
12 Mar 2005 10:54:27
Original commit files touched by this commit  0.3.2_1
marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared lib version change.
03 Mar 2005 02:16:03
Original commit files touched by this commit  0.3.2
hrs search for other commits by this committer
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
07 Feb 2005 02:28:41
Original commit files touched by this commit  0.3.1
hrs search for other commits by this committer
Update to 0.3.1 and take maintainership.

Approved by:    James Earl (maintainer)
13 Jan 2005 20:12:39
Original commit files touched by this commit  0.3.0_2
mezz search for other commits by this committer
Fix the pkg-plist.

Reported by:    pointyhat via kris
Submitted by:   James Earl <chero7@telus.net> (maintainer)
11 Jan 2005 02:48:09
Original commit files touched by this commit  0.3.0_1
mezz search for other commits by this committer
-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)
10 Jan 2005 00:39:56
Original commit files touched by this commit  0.3.0
mezz search for other commits by this committer
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>

Number of commits found: 21

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
nfsenJul 03
nagios*Jul 01
nagios-devel*Jul 01
nagios2*Jul 01
syslog-ng*Jul 01
syslog-ng2*Jul 01
phpmyadminJun 30
tor*Jun 23
tor*Jun 23
cscopeJun 16
cscopeJun 16
finchJun 16
joomla15Jun 16
libpurpleJun 16
pidginJun 16

6 vulnerabilities affecting 11 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 20375
Broken 145
Deprecated 44
Ignore 763
Forbidden 5
Restricted 387
No CDROM 139
Vulnerable 56
Expired 17
Set to expire 25
Interactive 81
new 24 hours 2
new 48 hours4
new 7 days69
new fortnight98
new month180

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.236 seconds.