Commit graph

3332 commits

Author SHA1 Message Date
dmcmahill
cb4a7c6c68 fix up garbled sed command 2007-02-16 23:49:43 +00:00
rillig
9376f1922a Disabled the CHECK_INTERPRETER warning. 2007-02-15 21:31:29 +00:00
adam
6f82968b44 Update MASTER_SITES, xmlsoft.org seems to have problems 2007-02-05 17:42:40 +00:00
wiz
7e61b8303a Update to 1.72.0:
Common

The following changes have been made to the common code since the 1.71.1
release.

  * Add empty template for sidebar in label.markup mode.

  * Add utility template tabstyle to return the tabstyle from
    any table element.

  * Add support for arabicindic numbering to autolabel.format template.

  * Moved the index entity declarations to a separate common file.

  * Add title.markup mode for glossdiv to support info/title.

  * Remove link.title.attribute, replaced in html/html.xsl

  * Fixed typo in xsl:with-param

  * Use number() in some comparisons to ensure number data type.

  * Fix bug #1596737 extra white space introduced by olink.
    Now output indent="no" for target data.

  * Use copy-of instead of value-of for xreftext to preserve markup.

  * Add template link.title.attribute.

  * Modify gentext.template to respect parameter verbose = 0.
    Modify gentext.template.exists to use gentext.template with verbose = 0.

  * Finish support for @xml:id everywhere @id is used.

  * replace name() with local-name() in most cases.

  * Add support for info.

  * Fixed add-xml-base for Windows and Xalan case.

  * Added NodeInfo prefix to list of exclude-result-prefixes

FO

The following changes have been made to the fo code since the 1.71.1 release.

  * Added index.page.number.properties attribute set to the set of
    reference documentation for the FO stylesheets.

  * Changed VERSION file to include distro title (DocBook XSL
    Stylesheets), and updated HTML, FO, and manpages stylesheets to
    use that in their metadata sections (e.g., in HTML, the
    <meta name="generator" ...> contents).

  * Remove duplicate orgname template.
    Switch org templates to using inline.charseq which
    handles simple.xlink.

  * Add index.page.number.properties attribute-set to format page numbers.

  * Pass the toc-context down to the toc.line template.

  * Fixed bug in use of isogen key.

  * Add support for crop marks in Antenna House.

  * Obsolete now that info is supported.

  * Move show-destination="replace" property from template to attribute-set
    so it can be customized.

  * Add table.row.properties template to customize table rows.

  * Moved the entities declarations to a separate common file.

  * Add support for sorting glossary entries

  * Remove obsolete dobookng.xsl, since info now supported.

  * Fix bug #1614469 for citation linking to biblioentry.

  * Moved all properties to attribute-sets so can be customized more easily.

  * Fixed bug #1603790: no space between package and classname.

  * include stub file for annotations.xsl

  * Add simple.xlink processing to term and member elements.

  * Initial checkin of file for annotation processing.

  * Some more inlines to use simple.xlink.

  * xref now supports xlink:href, using simple.xlink template.

  * modified link template to use simple.xlink now.

  * Use number() in some comparisons to ensure number data type.

  * Rewrote simple.xlink, and call it with all charseq templates.

  * Finish support for @xml:id everywhere @id is used.

  * replace name() with local-name() in most cases.

  * Add support for info element.

  * support title in info too.

HTML

The following changes have been made to the html code since the 1.71.1
release.

  * Changed VERSION file to include distro title (DocBook XSL
    Stylesheets), and updated HTML, FO, and manpages stylesheets to
    use that in their metadata sections (e.g., in HTML, the
    <meta name="generator" ...> contents).

  * Add support in imageobjectco for otherunits="imagemap" to allow
    direct authoring of imagemap units.

  * Use areaspec id as imagemap map name.

  * Fixed imagemaps so they work properly going from calspair coords
    to HTML area coords.

  * qandaset was not outputting an anchor id, now it is.

  * Obsolete now that info is supported.

  * Moved the entities declarations to a separate common file.

  * Add support for sorting glossary entries

  * Remove docbookng.xsl since info now supported.

  * Add support for qanda.in.toc to add qandaentry questions to document TOC.

  * Fix bug #1614469 for citation linking to biblioentry.

  * Fixed bug #1603790: no space between package and classname.

  * Fixed two next/prev bugs.

  * *.propagates.style now handled in class.attribute mode.

  * add simple.xlink support to variablelist term and simplelist member.

  * fix class attribute on sgmltag.

  * add class parameter to class.attribute mode to set default class.

  * Convert all class attributes to use the class.attribute mode
    so class names can be customized more easily.

  * Add class.attribute mode to generate class attributes.

  * Added simple.xlink to most remaining inlines.
    Changed class attributes to applying class.attributes mode.

  * Changed xref template to use simple.xlink tempalte.

  * Improve generate.html.title to work with link targets too.

  * Improved simple.xlink to support link and xref.

  * Use number() in some comparisons to ensure number data type.

  * Convert link element template to use simple.xlink.

  * Improvements in simple.xlink.

  * Use new link.title.attribute now.

  * Rewrote simple.xlink to handle linkend also.
    Better computation of title attribute on link too.

  * Fix syntax errors.

  * Finish support for @xml:id everywhere @id is used.

  * replace name() with local-name() in most cases.

  * Handle Xalan quirk as special case.

  * Add support for info.

Manpages

The following changes have been made to the manpages code since the 1.71.1
release.

  * Changed VERSION file to include distro title (DocBook XSL
    Stylesheets), and updated HTML, FO, and manpages stylesheets to
    use that in their metadata sections (e.g., in HTML, the
    <meta name="generator" ...> contents).

  * Removed single-pass namespace stripping from manpages stylesheet.
    To process DocBook 5 instances, either use the experimental
    namespace-aware DocBook 5 XSL 1.0 stylesheets, or pre-process your
    source to do the namespace stripping (two-pass processing).

  * Added doc for man.output.lang.in.name.enabled parameter. This
    checkin completes support for writing file/pathnames for man-pages
    with $lang include in the names. Closes #1585967. knightly
    accolades to Daniel Leidert for providing the feature request.

  * Added new param man.output.lang.in.name.enabled, which
    controls whether $LANG value is included in manpages
    filenames and pathnames. It works like this:

    If the value of man.output.lang.in.name.enabled is non-zero,
    man-page files are output with the $lang value included in
    their filenames or pathnames as follows;

    - if man.output.subdirs.enabled is non-zero, each file is
      output to, e.g., a /$lang/man8/foo.8 pathname

    - if man.output.subdirs.enabled is zero, each file is output
      with a foo.$lang.8 filename

  * Use "\e" instead of "\\" for backslash output, because the
    groff docs say that's the correct thing to do; also because
    testing (thanks, Paul Dubois) shows that "\\" doesn't always
    work as expected; for example, "\\" within a table seems to
    mess things up.

  * Added the man.string.subst.map.local.pre and
    man.string.subst.map.local.post parameters. Those parameters
    enable local additions and changes to string-substitution mappings
    without the need to change the value of man.string.subst.map
    parameter (which is for standard system mappings). Closes
    #1456738. Thanks to Sam Steingold for constructing a true
    stylesheet torture test (the clisp docs) that exposed the need for
    these params.

  * Use U+2592 as an internal marker for linebreak around sbr output
    (to prevent the break from getting eaten by some normalization
    that the stylesheet does on synopses).
    Use U+2580 as an internal marker for no-break space (to work
    around a similar issue). Closes bug #1612808. Thanks to Simon
    Walter for reporting it (the sbr bug).

  * Adjusted manpages stylesheet to use U+2593 as the internal
    representation for the backslash character within the stylesheet.
    This prevents backslashes in source content from getting eaten.
    Closes #1609425. Thanks to Paul DuBois for reporting the bug.

  * Changed manpages stylesheet to always output a U+2591 character as
    the internal representation of a dash. The string-substitution
    map is then used to output a real dash when the final contents are
    serialized. Also, made a change that causes dots and dashes in the
    top comment to be unescaped.

  * Output newline after admonitions (Note, Warning, etc.)

  * Added the Markup element to the list of elements that get output
    in bold. Thanks to Eric S. Raymond.

  * Changed dot output to mark end of tbl(1) table format sections
    (changed from real dot to internal U+2302 representation).

  * Replaced all dots in roff requests with U+2302 ("house"
    character), and added escaping in output for all instances of dot
    that are not in roff requests. This fixes the problem case where a
    string beginning with a dot (for example, the string ".bashrc")
    might occur at the beginning of a line in output, in which case
    would mistakenly get interpreted as a roff request. Thanks to Eric
    S. Raymond for pushing to fix this.

  * This is a first attempt at ensuring that list content nested in
    itemizedlist and orderedlist instances is properly indented. This
    is a switch from using .TP to format those lists to using .RS/.RE
    to format them instead (because .TP does not allow nesting). This
    probably breaks something else and therefore will likely need some
    refinement after more testing. Closes bug #1602616. Thanks to
    Daniel Leidert.

  * Fix bug: change <text> to <xsl:text>

  * Fixed two element name typos.

Params

The following changes have been made to the params code since the 1.71.1
release.

  * Repaired bizarro-superman talk.

  * Added doc for man.output.lang.in.name.enabled parameter. This
    checkin completes support for writing file/pathnames for man-pages
    with $lang include in the names. Closes #1585967. knightly
    accolades to Daniel Leidert for providing the feature request.

  * Use "\e" instead of "\\" for backslash output, because the
    groff docs say that's the correct thing to do; also because
    testing (thanks, Paul Dubois) shows that "\\" doesn't always
    work as expected; for example, "\\" within a table seems to
    mess things up.

  * Added the man.string.subst.map.local.pre and
    man.string.subst.map.local.post parameters. Those parameters
    enable local additions and changes to string-substitution mappings
    without the need to change the value of man.string.subst.map
    parameter (which is for standard system mappings). Closes
    #1456738. Thanks to Sam Steingold for constructing a true
    stylesheet torture test (the clisp docs) that exposed the need for
    these params.

  * Use U+2592 as an internal marker for linebreak around sbr output
    (to prevent the break from getting eaten by some normalization
    that the stylesheet does on synopses).
    Use U+2580 as an internal marker for no-break space (to work
    around a similar issue). Closes bug #1612808. Thanks to Simon
    Walter for reporting it (the sbr bug).

  * Changed order of string replacements so that backslash is escaped
    and replaced after backslash and dot (as it needs to be).

  * Adjusted manpages stylesheet to use U+2593 as the internal
    representation for the backslash character within the stylesheet.
    This prevents backslashes in source content from getting eaten.
    Closes #1609425. Thanks to Paul DuBois for reporting the bug.

  * Changed manpages stylesheet to always output a U+2591 character as
    the internal representation of a dash. The string-substitution
    map is then used to output a real dash when the final contents are
    serialized. Also, made a change that causes dots and dashes in the
    top comment to be unescaped.

  * output "\&." instead of just plain "\." (because plain "\." does
    not work...)

  * Fixed problem where newlines were dropped before dots.

  * Only escape dot if it actually occurs at the beginning of a line.

  * fixed well-formedness errors

  * Replaced all dots in roff requests with U+2302 ("house"
    character), and added escaping in output for all instances of dot
    that are not in roff requests. This fixes the problem case where a
    string beginning with a dot (for example, the string ".bashrc")
    might occur at the beginning of a line in output, in which case
    would mistakenly get interpreted as a roff request. Thanks to Eric
    S. Raymond for pushing to fix this.

  * Add index.page.number.properties by default.

  * Added to allow customizations of page numbers in indexes.

  * Improved wording.

  * Move show-destination="replace" property from template to attribute-set
    so it can be customized.

  * dd support for sorting glossary entries

  * Improved wording.

  * Add option to include qanda in tables of contents.

  * This is a first attempt at ensuring that list content nested in
    itemizedlist and orderedlist instances is properly indented. This
    is a switch from using .TP to format those lists to using .RS/.RE
    to format them instead (because .TP does not allow nesting). This
    probably breaks something else and therefore will likely need some
    refinement after more testing. Closes bug #1602616. Thanks to
    Daniel Leidert.

  * Moved all properties to attribute-sets so can be customized more easily.

Template

The following changes have been made to the template code since the 1.71.1
release.

  * Added workaround for Xalan bug: use for-each and copy instead of copy-of (#1604770).

Tools

The following changes have been made to the tools code since the 1.71.1
release.

  * Updated master makefile to enable docbook5-xsl build and
    packaging.

  * Updated automated xsl-param markup system to handle
    wordml->roundtrip name change.

  * wordml->roundtrip name change

  * Replaced all dots in roff requests with U+2302 ("house"
    character), and added escaping in output for all instances of dot
    that are not in roff requests. This fixes the problem case where a
    string beginning with a dot (for example, the string ".bashrc")
    might occur at the beginning of a line in output, in which case
    would mistakenly get interpreted as a roff request. Thanks to Eric
    S. Raymond for pushing to fix this.

Roundtrip

The following changes have been made to the roundtrip code since the 1.71.1
release.

  * wordml->roundtrip name change

  * rename to roundtrip, add OpenOffice support
2007-02-02 19:13:49 +00:00
drochner
5207dc1a5b include bl3 files for libxml2 and glibmm 2007-02-02 09:23:44 +00:00
joerg
991bc8a844 Let Xaw take care of the X11 dependency. 2007-02-02 00:21:37 +00:00
drochner
6ade88b839 sync w/ libxslt 2007-02-01 18:46:41 +00:00
drochner
dd08b7f5b5 update to 1.1.20
changes:
-Portability fixes
-Bug fixes
-python stylesheet compare and transform context access
-EXSLT string replace support
-xsltproc better low level error handling

mostly from Blair Sadewitz per mail to tech-pkg
2007-02-01 18:01:39 +00:00
wiz
29abbd1c1b Mark as BROKEN_IN pkgsrc-2006Q4, based on
ftp://asim.lip6.fr/outgoing/packages/i386/3.1/20070114.1132/broken.html
(latest 3.1/i386 bulk build of 2006Q4).

Feel free to fix them...
2007-01-31 00:04:11 +00:00
wiz
4ae113218a Accept emacs22. 2007-01-30 23:41:40 +00:00
minskim
f7aab16a26 Add c2html 2007-01-29 16:43:59 +00:00
minskim
12e4632d1b Remove TODO, which was imported from wip accidentally. 2007-01-29 16:42:08 +00:00
minskim
3935813241 Import c2html from pkgsrc-wip. Packaged by Lubomir Kundrak.
c2html is a simple program which converts a C source code tree into
HTML which can be easily navigated using a web browser.

Features:
 * Colorized output
 * Hyperlinks between files are created for functions and, in some cases,
   macro definitions.
 * A file called .index can contain one-line comments about each file in a
   directory; it will be included in the HTML-ized directory listing.
 * HTML "header" and "footer" files can be included. href-links pointing
   to local files (relative to the current directory) are automatically
   updated.
 * A "web bug" can be included on each page.
2007-01-29 16:40:58 +00:00
taca
a04fc91fba Fix permission of some directories in examples. 2007-01-28 15:25:11 +00:00
taca
94ec013d6c Update ruby-rttool to 1.0.2.
=== [2006/09/20] 1.0.2 released
* Bugfix about linefeed.
2007-01-28 15:24:21 +00:00
taca
922992b327 Fix ruby-build-ri-db option related problem.
- Include options.mk before rubyversion.mk, so PLIST for ri database
  should be created suitably.

- make RUBY_RIDIR and its friends relative path to ${PREFIX}.

- Fix and improve handling of ${RUBY_RIDIR} handling and should
  be fixed remaining ${RUBY_RIDIR} after pkg_delete ruby18-base.
  (Noted by private mail from wiz@.)

Bump PKGREVISION of ruby18-base package.
2007-01-28 15:15:57 +00:00
wiz
ed4ded9422 Do not unconditionally remove share/sgml/jade, tex-jadtex uses it too.
Bump PKGREVISION.
2007-01-24 19:45:09 +00:00
reed
ad0b6bd0fb Fix typo (or bad copy and paste?). 2007-01-24 17:41:43 +00:00
reed
f3343a6096 Remove blank lines at end. 2007-01-24 17:11:02 +00:00
reed
11263f390b Update to version 0.94.2.
Removed four patches.

Improved DESCRiptions.

Improved COMMENT. catdoc is now:
COMMENT=Converts MS Word, Excel and Powerpoint files to plain text
catdoc-tk's COMMENT is made to stay the same.

The catdoc-tk package now installs manpage also.
And don't waste time building catdoc and binaries in catdoc-tk.
(Should catdoc-tk package be renamed to "wordview?")

The changelog is at
http://www.45.free.net/~vitus/software/catdoc/changelog.html

A lot of fixes plus now adds catppt utility to process powerpoint files.

Also has many new character encodings and doesn't install xlsview.
2007-01-24 17:07:00 +00:00
obache
60190bb3f1 Update MASTER_SITES and HOMEPAGE. 2007-01-23 17:45:02 +00:00
dmcmahill
14f37cfe76 add missing header which gets the build a little further with sunpro
compilers.
2007-01-23 12:56:41 +00:00
drochner
14932a289d add one 2007-01-22 17:20:45 +00:00
schmonz
9647cc5421 Apply small cleanup patch from Debian. Bump PKGREVISION. 2007-01-19 00:55:06 +00:00
schmonz
567fad1c02 Update to 2.25. From the changelog:
* output unicode better (tx s s)
2007-01-18 22:31:17 +00:00
rillig
e47d7214b7 Updated libxslt to 1.1.19.
Changes since 1.1.18:

1.1.19: Nov 29 2006:
   - Bug fixes: entities within attributes (William Brack), Python detection
      problem (Joseph Sacco), in-scope namespace bug (Mike Hommey), Result
      value tree caching bug (William Brack)
2007-01-16 19:49:43 +00:00
wiz
55750574ca Update to 1.7m:
Release 1.7m, Wed Aug 23 11:37:05 CEST 2006 (Manuel Serrano):

        *** Instead of using the hard-wire "-l" ispell option, Flyspell.el
        now checks is Ispell.el defines the variable ISPELL-LISP-COMMAND.
        If it does, the value of this variable is used instead of the string
        "-l".


Release 1.7l, Mon Jul 24 16:50:06 CEST 2006 (Manuel Serrano):

        *** Fix a simple Xemacs bug. The function
        FLYSPELL-AFTER-CHANGE-FUNCTION was missing a guard. It has to
        check on Xemacs if this-command is a symbol or not!?
2007-01-15 23:49:46 +00:00
wiz
35956979e5 Update to 2.3:
* Mon Dec 25 2006 Eric S. Raymond - 2.3-1
- Work around a bug in db2man.xsl.  Implement Markus Hoenicka's
  requested behavior for multiple-file conversions. Implement
  translation of groff extended .cc and .c2 requests.  Ignore
  the .TA macro that occurs duplicatively with .ta in X.org
  manual pages.  Cope with unresolved .Sx refererences in mdoc.
  Handle .Ex and .Ee.  Cope with X consortium macro preamble better.
  .RS/.RE is now fully handled, no more spurious warnings.

* Sat Jan 15 2005 Eric S. Raymond - 2.2-1
- Have manlifter create subdirectories and the xslfragment
  only in batch mode.  Use current list indent on block start/end.
2007-01-15 23:40:46 +00:00
tonio
20c57bea6c Update textproc/hevea to 1.09
version 1.09
     - primitives \push@styles,\pop@styles to save,restore styles
       accross blocks (mathpartir)
     - Esponja removes unreferenced style classes.
     - Notice : horiz bars in table -> <TD CLASS="hbar" STYLE="height=..">
       is the most simple and works for both moz and IE.
     - added winfonts.hva, to replace a few entities by ascii art
     - initial value of 'true' for extendedchars (listings)
     - adopt most recent mac encoding 0xDB -> euro sign
     - added three window codepages and applemac in inputenc, useful ?
     - suppress -symbols option !
     - include imagen options as comment in image file -> force
       production of images when options change. Then, Misc also
       has a checkpointed state, so as to avoid double inclusion
       of options with -fix.
     - added xspace.hva
     - added bibhva executable, so as to call bibtex on .haux files
       yielding .hbbl files
     - styled theorem-like envs
     - added ifpdf package
     - option -dv
     - chngcntr package.
     - latin encoding support, through the inputenc package and
       checked numerical entities (\@print@u)
       Defaut charset is now US-ASCII.
     - Added eurosym package
     - Added textcomp package
     - supertable completed.
     - longtable package, a nightmare
     - a few changes in graphics/graphicx to allow loading both
       (and \@imagecommand in html/hevea.hva uses \def)
     - show/noshow option for package figcut.
     - figcut and deepcut packages.
     - Basic chapterbib (works for included files only, no top level
       bibliography).
    - new option -pdf for imagen.
    - new -t option for imagen (doc pending) -> dvips
    - added delim, moredelim, deletedelim, should now implement
      new interface for comments and strinsg, and normalize style
      command names... Semantics of 'delete' key is somehow radical...
    - -w Z warning -> quite a lot of corrections.
    - Huge bug (all ' -> - in text mode).
    - <<-o - >> redirects html output to stdout.
    - \title, \author and \date now work after \begin{document}
2007-01-15 21:12:13 +00:00
rillig
f274e9c071 This package doesn't provide a Perl packlist. 2007-01-15 05:32:40 +00:00
wiz
fd4c431fdb Update to 0.35.4:
Version 0.35.4

* Fix logic of checking for leftout files in builddir or srcdir (Rodney Dawes)
2007-01-14 09:58:56 +00:00
bad
18f485ab86 Fix a typo. 2007-01-10 23:20:54 +00:00
bad
646fa49f05 Add and enable p5-YAML-Syck. 2007-01-10 22:12:53 +00:00
bad
7a61b6aa13 Initial import of textproc/p5-YAML-Syck 0.72.
YAMl::Syck provides a Perl interface to the libsyck data serialization
library. It exports the Dump and Load functions for converting Perl data
structures to YAML strings, and the other way around.

Necessary for SVK-v2.0.0.
2007-01-10 22:06:08 +00:00
obache
61d2de7d8b +dictem 2007-01-10 14:57:32 +00:00
obache
f6d6156a98 Import dictem version 0.81 from pkgsrc-wip, packaged by Aleksey Cheusov.
This is newer version than PR 33203.

DictEm is a customizable DICT client for (X)Emacs. It implements all
functions of the client part of the DICT protocol (RFC-2229). Unlike
dictionary.el, it widely uses autocompletion that is used for
selecting a dictionary and search strategy. It also provides several
hooks that may be used for buffer postprocessing. Built-in
hyperlinking and a highlighting mechanisms are based on this
ability. Also, DictEm supports the mechanism of virtual dictionaries
that can be used for grouping dictionaries from _different_ DICT
servers into the client-side virtual dictionary.

Fore information about dictionary protocol and DICT project, see
http://www.dict.org.
2007-01-10 14:53:11 +00:00
drochner
213b4cb57b add one 2007-01-10 10:44:46 +00:00
wiz
da0bdf6b75 Update to 0.35.3:
Version 0.35.3

* Check for leftout files in builddir, for for generated files (Rodney Dawes)
* Load POTFILES.{skip,ignore} from $SRCDIR in intltool-update
  -- bug #391892 (Rodney Dawes)
* Ignore files in POTFILES.{skip,ignore} when looking for leftout files
  -- bug #391892 (Rodney Dawes)
* Match $LINGUAS with LINGUAS file more precisely
  -- bug #342500 (Jürg Billeter)

Version 0.35.2

* Create builddir if it doesn't exist when generating header files
  -- bug #348952 (Rodney Dawes)
* Update checks for leftout files with intltool-update -m
  -- bug #386118 (Rodney Dawes)
* Better support for using $srcdir (Rodney Dawes)
* Run intltool-update -m in make check (Rodney Dawes)
* Handle LINGUAS environment variable properly
  -- bug #342500 (Rodney Dawes)
* Make sure that we always call FindPackageName so variables get set properly
  -- bug #350013 (Rodney Dawes)
* Set $top_builddir in Makefile.in.in for stamp-it rule
  -- bug #345560 (Daniel Leidert)
2007-01-07 14:40:17 +00:00
rillig
2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
2007-01-07 09:13:46 +00:00
wiz
0cd4d5dd5e Update to 0.60.5:
* Compile fix for gcc 4.1

   * Updated to Gettext 0.16.1, Libtool 1.5.22, Automake 1.10, Autoconf
     2.61

   * Documentation improvements, including an updated `man' page.

   * Complain if more than one file is specified when checking files
     using the `aspell check' command, rather than ignoring the other
     files.

   * Large number of bug fixes.
2007-01-06 22:07:42 +00:00
dmcmahill
b08b566c66 Fix building this with sun studio compilers. Patch submitted upstream. 2007-01-05 13:48:14 +00:00
adrianp
0fab269c3e Fix what turned out to be a incomplete PLIST
Ride the recent import
2007-01-03 15:16:45 +00:00
adrianp
5b6c9b6ee0 +py-X 2007-01-03 14:51:51 +00:00
adrianp
f587b81e66 PyX is a Python package for the creation of PostScript and PDF files. It
combines an abstraction of the PostScript drawing model with a TeX/LaTeX
interface. Complex tasks like 2d and 3d plots in publication-ready quality
are built out of these primitives.

Features
* PostScript and PDF output for device independent, freely scalable figures
* seamless TeX/LaTeX integration
* full access to PostScript features like paths, linestyles, fill patterns,
  transformations, clipping, bitmap inclusion, etc.
* advanced geometric operations on paths like intersections, transformations,
  splitting, smoothing, etc.
* sophisticated graph generation: modular design, pluggable axes, axes
  partitioning based on rational number arithmetics, flexible graph styles, etc.
2007-01-03 14:51:07 +00:00
drochner
ee4c4a9c88 update to 0.35.1
changes:
-Make regex patterns greedier, to avoid perl stack overflows
-Add code to detect DATADIRNAME
-Support older/non-GNU versions of diff when validating tests
-Add new mode to support quoted text in any file
-Fix the warning message for missing IT_PROG_INTLTOOL and error out
2006-12-15 19:31:46 +00:00
wiz
b20d01b785 Reset maintainer, ben@ has resigned. 2006-12-15 14:34:18 +00:00
joerg
5e43280b23 Replace mk/bsd.prefs.mk includes with bsd.fast.prefs.mk includes.
The redundant parsing of bsd.prefs.mk is mostly avoided now and
parse time e.g. for x11/kdebase3 gets reduced by up to 10%.
2006-12-12 21:52:34 +00:00
minskim
2d6db54b4d Make this package build on Darwin.
- Link with the C++ compiler because this is written in C++.
  - Link with all the required libraries to prevent undefined symbols.
  - Add only libtool libraries to LT_LIBS.

Based on patches provided by Ben Collver in PR 34495.
2006-12-10 23:02:39 +00:00
joerg
51bf492f3d py-libxml2 needs Python 2.3+, so py-libxslt has the same limitation. 2006-12-07 14:38:12 +00:00
joerg
a481826ad7 Needs msgfmt and msgmerge. 2006-12-06 17:18:49 +00:00