Age | Commit message (Collapse) | Author | Files | Lines |
|
jpg, jpeg commands. Bug fixes.
Bl3'ify.
|
|
|
|
|
|
|
|
by moving the inclusion of buildlink3.mk files outside of the protected
region. This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.
BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list. This ordering property is used to check for builtin
packages in the correct order. The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end. However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
|
|
BUILDLINK_PACKAGES, then set BUILDLINK_PKGBASE.<pkg> explicitly so that
we can map from <pkg> to BUILDLINK_PKGBASE.<pkg>.
|
|
|
|
|
|
1.1.4: Feb 23 2004:
- bugfixes: attributes without doc (Mariano Suárez-Alvarez), problem with
Yelp, extension problem
- display extension modules (Steve Little)
- Windows compilation patch (Mark Vadoc), Mingw (Mikhail Grushinskiy)
|
|
1.21
* Fix output for 7.2 in regards to indexes. ( Rod)
* Correct a configure issue with some non-standard versions of Bash. ( Rod)
1.20
* Use View heading for views rather than calling them tables. ( Andrew)
* Add an option to specify the template location during execution. ( Andrew)
* Add an option to specify a specific output type, rather than
receiving all possible types. ( Andrew)
* Display limited function information in HTML and DocBook output formats.
( Andrew, Rod)
* Output limited information about non-unique table indexes in DocBook
output. Unique indexes are already displayed as constraint output. ( Rod)
|
|
and also install ngerman.{aff,hash} links
changes since 20021114:
- "Wiederstand ist zwecklos" (thanks to Roland Wingerter) and minor
other fixes
- some fem. flags added
|
|
|
|
(I'm sorry that I noticed ruby-amrita exists on pkgsrc-wip after made
this pkgsrc.)
amrita is an HTML/XHTML template library for Ruby.
It makes html documents from a template and a model data.
|
|
Changes from 0.9.7:
Wed Dec 24 00:11:19 2003 Shugo Maeda <shugo@modruby.net>
* version 1.0.5 released.
Wed Dec 24 00:09:51 2003 Shugo Maeda <shugo@modruby.net>
* eruby_main.c (eruby_xmalloc): new function.
* eruby_main.c (prog_args): use eruby_xmalloc().
* eruby_main.c (guess_mode): ditto.
Sat Dec 6 00:53:29 2003 Shugo Maeda <shugo@modruby.net>
* eruby_main.c (proc_args): copy the return value of getenv().
Thanks, Kaspar Schiess.
* eruby_main.c (guess_mode): use ALLOCA_N().
Sat Dec 6 00:34:11 2003 Shugo Maeda <shugo@modruby.net>
* eruby_main.c (guess_mode): use strncpy() instead of strcpy().
Tue Aug 26 17:17:00 2003 Shugo Maeda <shugo@modruby.net>
* version 1.0.4 released.
Tue Aug 19 11:54:43 2003 Shugo Maeda <shugo@modruby.net>
* eruby_main.c (run): do not call ruby_finalize() before
error_print().
Tue Jul 29 12:41:01 2003 Shugo Maeda <shugo@modruby.net>
* eruby_lib.c (eruby_compile): process multibyte characters
correctly. Thanks to MoonWolf
Tue Jul 29 12:19:24 2003 U.Nakamura <usa@osb.att.ne.jp>
* eruby_main.c: fix for ruby-1.8.0-preview5.
Sat Jul 26 19:20:38 2003 U.Nakamura <usa@osb.att.ne.jp>
* Makefile.in: fix sitearch.
Wed Feb 19 11:22:34 2003 Shugo Maeda <shugo@modruby.net>
* version 1.0.3 released.
Mon Jan 27 13:28:25 2003 Shugo Maeda <shugo@modruby.net>
* configure.rb: rebuild with new autoconf.rb.
Fri Jan 24 12:21:41 2003 Shugo Maeda <shugo@modruby.net>
* version 1.0.2 released.
Mon Jan 20 16:19:14 2003 U.Nakamura <usa@osb.att.ne.jp>
* Makefile.in: fix for mswin32.
* configure.rb.in: fix for mswin32.
Mon Jan 20 14:08:39 2003 Akinori MUSHA <knu@iDaemons.org>
* Makefile.in: fix for ruby 1.8.
Mon Jan 20 12:14:07 2003 Akinori MUSHA <knu@iDaemons.org>
* Makefile.in: fix to find libruby.
* configure.rb.in: ditto.
Fri Jan 17 14:13:48 2003 Shugo Maeda <shugo@modruby.net>
* version 1.0.1 released.
Wed Jan 8 17:23:51 2003 Shugo Maeda <shugo@modruby.net>
* configure.rb: regenerated by new autoconf.rb.
Fri Dec 6 15:08:42 2002 Shugo Maeda <shugo@modruby.net>
* version 1.0.0 released.
Fri Dec 6 15:07:04 2002 Shugo Maeda <shugo@modruby.net>
* Makefile.in: fix for Ruby 1.7.
* configure.rb: ditto.
Tue May 7 14:25:39 2002 Shugo Maeda <shugo@modruby.net>
* Makefile.in: added datadir.
* configure.rb: added datadir support.
Fri Apr 19 17:29:54 2002 Shugo Maeda <shugo@modruby.net>
* version 0.9.8 released.
Mon Jan 7 18:06:08 2002 Shugo Maeda <shugo@modruby.net>
* eruby_lib.c (eruby_parse_options): handle -M option correctly.
|
|
|
|
|
|
|
|
|
|
|
|
- Avoid choking on malformed tables in Qt pages. Fix minor bug in handling
of nested .if/.ie requests. Process Fa macro correctly.
|
|
is included by not checking its value explicitly.
|
|
built-in or not into a separate builtin.mk file. The code to deal
checking for built-in software is much simpler to deal with in pkgsrc.
The buildlink3.mk file for a package will be of the usual format
regardless of the package, which makes it simpler for packagers to
update a package.
The builtin.mk file for a package must define a single yes/no variable
USE_BUILTIN.<pkg> that is used by bsd.buildlink3.mk to decide whether
to use the built-in software or to use the pkgsrc software.
|
|
|
|
|
|
- sort Python versions
- sort PLIST
- bl3ify
|
|
|
|
|
|
with 8.4 will be updated to depend on x11/tk after Tk update.
|
|
be updated to depend on lang/tcl after Tcl/Tk update.
|
|
appear are errors and/or warnings, and we want these to be shown to catch
possible problems ASAP.
|
|
documentation available from yelp, for example).
|
|
find them. Bump PKGREVISION to 2.
|
|
|
|
|
|
- Make dependency with racc to build time only.
- Remove extra dependency to ruby-strscan package.
|
|
|
|
|
|
|
|
from pkgsrc-wip
Gnosis Utilities contains several subpackages for working with XML,
as well as other generally useful tools. The major modules are:
gnosis.indexer (Full-text indexing/searching)
gnosis.xml.pickle (XML pickling of Python objects)
gnosis.xml.objectify (Any XML to "native" Python objects)
gnosis.xml.validity (Enforce validity constraints)
gnosis.xml.relax (Tools for working with RelaxNG)
gnosis.xml.indexer (XPATH indexing of XML documents)
[...].convert.txt2html (Convert ASCII source files to HTML)
gnosis.util.dtd2sql (DTD -> SQL 'CREATE TABLE' statements)
gnosis.util.sql2dtd (SQL query -> DTD for query results)
gnosis.util.xml2sql (XML -> SQL 'INSERT INTO' statements)
gnosis.util.combinators (Combinatorial higher-order functions)
gnosis.util.introspect (Introspect Python objects)
gnosis.magic (Multimethods, metaclasses, etc)
|
|
|
|
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
|
|
|
|
and slightly modified by me.
By default, this module exports a single hash (`%RE') that stores or
generates commonly needed regular expressions. Patterns currently
provided include:
* balanced parentheses and brackets
* delimited text (with escapes)
* integers and floating-point numbers in any base (up to 36)
* comments in 44 languages
* offensive language
* lists of any pattern
* IPv4 addresses
* URIs.
* Zip codes.
|
|
|
|
|
|
bugfixes and compatibility improvements
|
|
|
|
|
|
Changes to xsl/*
| 2004-02-27 Norman Walsh <nwalsh@users.sourceforge.net>
|
| * RELEASE-NOTES.xml: Updated
|
| * VERSION: Version 1.65.0 released.
|
| * VERSION: No really, version 1.65.0 released.
|
| 2004-02-24 Norman Walsh <nwalsh@users.sourceforge.net>
|
| * .cvsignore: Don't ignore debian anymore, it's gone
|
| 2004-01-08 Norman Walsh <nwalsh@users.sourceforge.net>
|
| * Makefile, VERSION: Tweaks for freshmeat-submit
|
| 2003-12-31 Jirka Kosek <kosek@users.sourceforge.net>
|
| * RELEASE-NOTES.xml: Info about new indexing method
|
| 2003-12-19 Norman Walsh <nwalsh@users.sourceforge.net>
|
| * Makefile: Check for DIFFVER and make sure tags happen
|
| * RELEASE-NOTES.xml: Not terribly interesting RELEASE NOTES
| file for 1.64.1
|
| 2003-12-17 Norman Walsh <nwalsh@users.sourceforge.net>
|
| * Makefile, VERSION: Prepare to support freshmeat-submit for
| next release
|
Changes to xsl/common/*
| 2004-02-18 Robert Stayton <bobstayton@users.sourceforge.net>
|
| * labels.xsl: Turn off procedure number when formal.procedures
| = 0.
|
| 2004-01-29 Norman Walsh <nwalsh@users.sourceforge.net>
|
| * subtitles.xsl, titles.xsl: Support 'info'
|
| 2004-01-26 Robert Stayton <bobstayton@users.sourceforge.net>
|
| * targets.xsl: Pass empty doctype parameters to write.chunk so
| the output can be used as an entity without DOCTYPE.
|
| 2003-12-31 Jirka Kosek <kosek@users.sourceforge.net>
|
| * autoidx-ng.xsl, l10n.dtd: Added support for new i18n
| friendly indexing method
|
Changes to xsl/fo/*
| 2004-02-26 Norman Walsh <nwalsh@users.sourceforge.net>
|
| * verbatim.xsl: Bug #875229: add
| white-space-treatment=preserve
|
| 2004-02-11 Robert Stayton <bobstayton@users.sourceforge.net>
|
| * formal.xsl: informal.object template now handles
| informalequation.
|
| 2004-02-06 Robert Stayton <bobstayton@users.sourceforge.net>
|
| * component.xsl: Add force-page-count="no-force" to preface
| when double.sided is off to prevent extra blank page.
|
| * component.xsl, division.xsl: Added
| force-page-count="no-force" when double.sided = 0 to prevent
| extra blank pages.
|
| 2004-01-30 Robert Stayton <bobstayton@users.sourceforge.net>
|
| * formal.xsl: calsTable template should use table.properties
| instead of formal.object.properties.
|
| 2004-01-29 Norman Walsh <nwalsh@users.sourceforge.net>
|
| * autotoc.xsl: Use titleabbrev in ToC
|
| * biblio.xsl: Support 'info' and 'personblurb'
|
| * docbook.xsl: Support DocBook NG by way of the following
| hack: if we find an NG document, do an identity transform to
| throw away the NG namespace and then process the result.
| Requires exsl:node-set().
|
| * docbookng.xsl: New file.
|
| * qandaset.xsl, titlepage.xsl: Support 'info'
|
| 2004-01-29 Robert Stayton <bobstayton@users.sourceforge.net>
|
| * titlepage.xsl: Fix for multiple editor elements running
| together.
|
| 2004-01-26 Robert Stayton <bobstayton@users.sourceforge.net>
|
| * pagesetup.xsl, param.ent, param.xweb: Added
| header.column.widths and footer.column.widths to permit
| adjustment of the header and footer widths.
|
| 2004-01-17 Robert Stayton <bobstayton@users.sourceforge.net>
|
| * xep.xsl: Added 'chapter' to test for adding TOC bookmark.
|
| 2004-01-16 Robert Stayton <bobstayton@users.sourceforge.net>
|
| * formal.xsl: Fixed bug in evaluation of @float in figure.
|
| 2004-01-13 Robert Stayton <bobstayton@users.sourceforge.net>
|
| * inline.xsl: Inline sequences now output id attribute if
| found.
|
| 2004-01-08 Norman Walsh <nwalsh@users.sourceforge.net>
|
| * biblio.xsl: Initial support for bibliolist
|
| * table.xsl: Abort if there's no @cols
|
| 2003-12-31 Jirka Kosek <kosek@users.sourceforge.net>
|
| * autoidx-ng.xsl: New file.
|
| 2003-12-30 Robert Stayton <bobstayton@users.sourceforge.net>
|
| * biblio.xsl, xref.xsl: Changed
| document($bibliography.collection) to
| document($bibliography.collection,.) so it will look in the
| current directory instead of the stylesheet directory.
|
| * graphics.xsl: Fixed test for graphic inside inlineequation.
|
| * xref.xsl: Added refsection to mode="xref-to" to support xref
| to refsection.
|
| 2003-12-16 Robert Stayton <bobstayton@users.sourceforge.net>
|
| * index.xsl, pagesetup.xsl, titlepage.templates.xml: Fixed bug
| in index title indents when $title.margin.left is non-zero.
|
Changes to xsl/html/*
| 2004-02-13 Robert Stayton <bobstayton@users.sourceforge.net>
|
| * biblio.xsl, glossary.xsl, index.xsl: Removed obsolete
| component.title.mode templates.
|
| 2004-01-29 Norman Walsh <nwalsh@users.sourceforge.net>
|
| * autotoc.xsl: Use titleabbrev in ToC
|
| * biblio.xsl: Support info in bibliography mode; support
| personblurb as an alternative to authorblurb
|
| * component.xsl: Support 'info'
|
| * docbook.xsl: Support DocBook NG by way of the following
| hack: if we find an NG document, do an identity transform to
| throw away the NG namespace and then process the result.
| Requires exsl:node-set().
|
| * docbookng.xsl: New file.
|
| * inline.xsl: Support 'tag' as a synonym for 'sgmltag'
|
| * lists.xsl: Make simpara in callout magic; don't output a p
| inside the li. Sigh.
|
| * table.xsl: Support bgcolor and class dbhtml PIs on table
| rows
|
| * titlepage.xsl: Support personblurb as a synonym for
| authorblurb
|
| * xref.xsl: Support xref to personblurb the same way as
| authorblurb
|
| 2004-01-08 Norman Walsh <nwalsh@users.sourceforge.net>
|
| * biblio.xsl: Initial support for bibliolist
|
| * table.xsl: Abort if there's no @cols
|
| 2003-12-31 Jirka Kosek <kosek@users.sourceforge.net>
|
| * autoidx-ng.xsl: New file.
|
| 2003-12-30 Robert Stayton <bobstayton@users.sourceforge.net>
|
| * biblio.xsl, xref.xsl: Changed
| document($bibliography.collection) to
| document($bibliography.collection,.) so it will look in the
| current directory instead of the stylesheet directory.
|
| * graphics.xsl: Fixed test for graphic inside inlineequation.
|
| * xref.xsl: Added refsection to mode="xref-to" to support xref
| to refsection.
|
Changes to xsl/htmlhelp/*
| 2004-02-19 Jirka Kosek <kosek@users.sourceforge.net>
|
| * htmlhelp-common.xsl: Added anchors to bibliodivs
|
Changes to xsl/javahelp/*
| 2003-12-21 Jirka Kosek <kosek@users.sourceforge.net>
|
| * javahelp.xsl: Fixed bug #864018
|
Changes to xsl/manpages/*
| 2004-02-04 <twaugh@users.sourceforge.net>
|
| * docbook.xsl, lists.xsl: Place-holder implementation for
| simplelist.
|
| 2004-01-30 <twaugh@users.sourceforge.net>
|
| * docbook.xsl: Add replacement dingbat characters.
|
| 2003-12-24 <twaugh@users.sourceforge.net>
|
| * lists.xsl: .RS/.RE doesn't nest precisely. Use .IP to fix up
| the environment. Part of bug #852714.
|
| * lists.xsl: Handle comments inside lists (part of bug
| #852714).
|
Changes to xsl/params/*
| 2004-02-13 Michael Smith <xmldoc@users.sourceforge.net>
|
| * htmlhelp.hhp.windows.xml, htmlhelp.show.toolbar.text.xml:
| remove stray single quotes for ID values; was causing
| generation of invalid filenames & breaking downstream builds
|
| 2004-01-31 Norman Walsh <nwalsh@users.sourceforge.net>
|
| * footer.column.widths.xml, header.column.widths.xml: Add
| quotes to make the parameters strings; '1 1 1' is not a
| valid number
|
| 2004-01-29 Robert Stayton <bobstayton@users.sourceforge.net>
|
| * footer.column.widths.xml, header.column.widths.xml: New
| file.
|
Changes to xsl/template/*
| 2004-01-29 Norman Walsh <nwalsh@users.sourceforge.net>
|
| * titlepage.xsl: Support 'info' everywhere
|
Changes to xsl/extensions/xalan2/.classes/*
| 2003-12-17 Norman Walsh <nwalsh@users.sourceforge.net>
|
| * Makefile.common: Support unicode.font in Xalan extensions
|
Changes to xsl/extensions/xalan2/com/nwalsh/xalan/*
| 2003-12-17 Norman Walsh <nwalsh@users.sourceforge.net>
|
| * FormatCallout.java, FormatUnicodeCallout.java, Params.java,
| Verbatim.java: Support unicode.font in Xalan extensions
|
|
|
|