Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Since not even ftp.netbsd.org got the old one, let's just bump PKGREVISION
and forget about it.
The diff is between the two versions is:
--- latex2html-2002-2.old/versions/unicode.pl Thu Jul 4 07:15:02 2002
+++ latex2html-2002-2/versions/unicode.pl Sun Sep 15 07:15:02 2002
@@ -401,7 +401,32 @@
'upsih', 'ϒ',
'piv', 'ϖ',
-#<!-- Hebrew -->
+#<!-- Hebrew vocalization points -->
+ 'sheva', 'ְ',
+ 'hatafsegol', 'ֱ',
+ 'hatafpatah', 'ֲ',
+ 'hatafqamats', 'ֳ',
+ 'hiriq', 'ִ',
+ 'tzere', 'ֵ',
+ 'segol', 'ֶ',
+ 'patah', 'ַ',
+ 'qamats', 'ָ',
+ 'holam', 'ֹ',
+# '', 'ֺ',
+ 'qubuts', 'ֻ',
+ 'dagesh', 'ּ',
+ 'meteg', 'ֽ',
+ 'maqaf', '־',
+ 'rafe', 'ֿ',
+ 'paseq', '׀',
+ 'sofpasuq', '׃',
+ 'gershayim', '׈',
+ 'doublevav', 'װ',
+ 'vavyod', 'ױ',
+ 'doubleyod', 'ײ',
+ 'geresh', '׳',
+
+#<!-- Hebrew letters -->
'alef', 'א',
'bet', 'ב',
'gimel', 'ג',
|
|
This prevents the compiler to bail out if the user has set
CFLAGS=-O2 -mcpu=pentiumpro -march=pentium
for example.
|
|
PERL5_CONFIGURE set to NO and perl5-configure target is run only at
post-configure stage.
Thanks Johnny!
|
|
Now a package using this file can be configured by the regular
do-configure target if PERL5_CONFIGURE is _not_ set to YES (which is
the default), and then have a the standard perl configuration step
done by say the post-configure target.
Example:
PERL5_CONFIGURE= NO
post-configure: perl5-configure
Usually in such a case PERL5_CONFIGURE_DIRS would have to be
adjusted, as well as other directory variables. See following commit
to graphics/p5-PerlMagick package for a complete example.
The previous behavior is preserved if PERL5_CONFIGURE default
value is left untouched, i.e. the do-configure target does the
standard perl configuration.
Please note that this new feature was made up by Johnny Lam. Thanks again!
|
|
|
|
* Install some documentation.
* Honor PKG_SYSCONFDIR (and warn user that the config file directory may
have changed).
* Allow for compiling with OSS support on NetBSD, though it is currently
commented out.
|
|
remove unwanted paths to headers and libraries when invoking the
compiler. Also remove patches that are no longer needed with the
complete conversion of this package to buildlink2.
* Also run cdda2wav.1 through tbl to make "man cdda2wav" readable for the
-v option.
* Rearrange logic to simplify/shorten the package Makefile.
|
|
Use perl5/module.mk
|
|
Use perl5/module.mk
|
|
Use perl5/module.mk
|
|
Use perl5/module.mk
|
|
No changes found in CHANGELOG - just updating distfile to current
postgresql package.
|
|
No changes found in CHANGELOG - just updating distfile to current
postgresql package.
|
|
do make it, make it with the same permissions as outlined in the *.pkg.dist
files.
|
|
on do-build
|
|
|
|
Fixes build breakage under sun-jdk14. PKGREVISION not bumped.
|
|
correct number of arguments is preserved. With thanks to Stoned
Elipot for noticing the bug.
|
|
|
|
in bsd.pkg.mk revision 1.1045. Fixes pkg/18332
|
|
|
|
|
|
|
|
|
|
problems when it is not enabled, notably mod_perl. Fixes pkg/18070
from myself, ok'd by wiz.
Bump PKGREVISION.
|
|
from patches to textproc/jade by mycroft.
|
|
|
|
Version 0.96
September 5, 2002
-------------
- XSLT debugger implemented (sabcmd --debugger)
- API fixes for PHP extension
- log() function added to write to Sablot's log from JS scripts
- conflicts of top-level elements (variable, key, script)
initializations resolved
- fixed xslt_process buffer overflow
- fixed a bug of duplicate NS qualified attributes
- minor SXP bug fixes [using patches by Tim Crook]
- fixed a bug of the 'mod' operator [report by Jork Behrends]
- fixed a bug of sorting with multiple keys [report by Jork Behrends]
- fixed a bug of comparison [report by Jork Behrends]
- DOM: fixed a bug of the default XML namespace
[report by Albert Micheev]
- DOM: fixed a bug of PIs [report by Albert Micheev]
- improved configuration [by Melvyn Sopacua]
- fragment identifiers allowed in document() for custom
schemes [report by Bob Kline]
Version 0.95
June 24, 2002
-------------
- DOM support upgraded to DOM Level2
- xsl:strip-space and xsl:preserve-space implemented
- XSLT on external documents (accessed via callbacks)
- esxlt:document instruction implemented
- unparsed-entity-uri() function implemented
- added a manual page for sabcmd
- added a batch mode (multiple sources/stylesheets)
for sabcmd [by Stefan Behnel]
- added a system property to display version
- added a flag for document() to return an empty node-set when
it refers to non-existing document
- fixed a bug in relative paths to ext. entities
- fixed a sorting bug on Solaris
- fixed matching precedence for processing-instruction('lit')
- fixed a bug in xsl:decimal-format/format-number()
- fixed a bug in string() - comments excluded
- fixed a bug of RTFs in xsl:attribute (comment, pi)
- fixed a bug of generate-id for multiple documents
- various minor fixes
Version 0.90
March 8, 2002
-------------
- xsl:import implemented
- fixed a bug in boolean expressions with nodesets
[reported by John Holland]
- current() implementation redesigned
- variables not allowed in 'match' attributes of templates
- fixed a bug in attribute value escaping [Christian Lefebvre]
- fixed a bug in ext. entities base URI [Christian Lefebvre]
- fixed a bug in sabcmd --base option [Christian Lefebvre]
- span not indented with html method
- processing-instruction() node test allows literal arguments
- only top-level variables and params visible in xsl:attribute-set
- fixed a bug in xsl:number
- fixed a bug in master situation cleanup
[patch proposed by Bill Hofmann and Bob Kline]
- fixed a bug in error reports from included files
- correct name of element, attribute and pi is checked
Version 0.82
January 30, 2002
----------------
- fixed the text output method
(nothing but text nodes are outputted)
- SCRIPT and STYLE escaped for xhtml
- fixed a bug in escaping attributtes (src, href)
- fixed a bug in aliasing doctype declaration
- fixed bugs related to Sun CC compiler [Tim Crook, Greg Cope]
- fixed a memory management bug [Tim Crook]
Version 0.81
January 16, 2002
----------------
- PUBLIC URLs in doctypes and ext. entities not parsed
by default (SAB_PARSE_PUBLIC_ENTITIES situation option)
- non-xsl elements allowed inside xsl:stylesheet
- xsl attributes not outputted anymore
- xsl:namespace-alias translates attributes as well
- content of SCRIPT and STYLE not escaped for html/xhtml
- Boolean attributes are abbreviated for html output method
Version 0.80
January 8, 2002
---------------
- implemented extensions (JavaScript functions + DOM,
extension-element-prefixes, xsl:fallback, function-available(),
element-available())
- fixed a bux in the 'following' axis
- fixed current() assertion fault
- fixed "META tag placed outside HEAD" bug
- fixed a bug in abbreviated [position] expression in
template 'match' attribute
- implemented lang () function
- added 'namespace' attribute of xsl:element
- implemented 'exclude-result-prefixes'
- implemented xsl:attribute-set and 'use-attribute-sets'
- added 'namespace' attribute of xsl:attribute
- fixed translate() bug
- key() now works with document()
- fixed short stylesheet notation output bugs
- added use-attribute-sets attribute to xsl:copy
- minor bugs fixed
|
|
available. Just bump PKG_REVISION for this, since it's not a 'real'
new version.
|
|
|
|
|
|
|
|
Changes:
o Added support for DB version 3.1.x.
|
|
|
|
Changes:
* Support for AM_INIT_GETTEXT([external])
* Bug fixes, including:
- Fix Automake's own `make install' so it works even if `ln' doesn't.
- nobase_ programs and scripts honor --program-transform correctly.
- Erase configure.lineno during `make distclean'.
- Erase YACC and LEX outputs during `make maintainer-clean'.
|
|
|
|
Changes:
* Versioned install support back-ported from 1.6
|
|
|
|
* Major changes in Autoconf 2.54 -*- outline -*-
** Executables
- autoreconf no longer changes the version of the gettext/po/intl
support files. It now adds the files the correspond to the
AM_GNU_GETTEXT_VERSION declared in configure.ac.
Warning: It now relies on the 'autopoint' program, which is part
of GNU gettext 0.11.4 and newer.
Please note that you need to have a GNU gettext version that
corresponds at least to the AM_GNU_GETTEXT_VERSION declared
in configure.ac. You can upgrade to newer GNU gettext versions,
though, without needing to change configure.ac.
- The -I DIR or --include=DIR option now appends DIR to the include path
instead of prepending; this is for consistency with other GNU tools.
The new -B DIR or --prepend-include=DIR option has the old behavior.
** Macros
- AC_OUTPUT
Now handles all the gory details about LIBOBJS and LTLIBOBJS.
Please, remove lines such as
# This is necessary so that .o files in LIBOBJS are also
# built via the ANSI2KNR-filtering rules.
LIBOBJS=`echo $LIBOBJS|sed 's/\.o /\$U.o /g;s/\.o$/\$U.o/'`
and read the `AC_LIBOBJ vs LIBOBJS' section. Do not define U in
your Makefiles either.
- AC_CONFIG_LINKS now makes copies if it can't make links.
- AC_FUNC_FNMATCH now tests only for POSIX compatibility, reverting to
Autoconf 2.13 behavior. The new macro AC_FUNC_FNMATCH_GNU also
tests for GNU extensions to fnmatch, and replaces fnmatch if needed.
- AC_FUNC_SETVBUF_REVERSED no longer fails when cross-compiling.
- AC_PROG_CC_STDC is integrated into AC_PROG_CC.
- AC_PROG_F77 default search no longer includes cf77 and cfg77.
- New macros
AC_C_BACKSLASH_A, AC_CONFIG_LIBOBJ_DIR, AC_GNU_SOURCE,
AC_PROG_EGREP, AC_PROG_FGREP, AC_REPLACE_FNMATCH,
AC_FUNC_FNMATCH_GNU, AC_FUNC_REALLOC, AC_TYPE_MBSTATE_T.
- AC_FUNC_GETLOADAVG
looks for getloadavg.c in the CONFIG_LIBOBJ_DIR.
- AC_FUNC_MALLOC
Now defines HAVE_MALLOC to 0 if `malloc' does not work, and asks
for an AC_LIBOBJ replacement.
** Bug fixes
- Spurious complaints from `m4_bmatch' about invalid regular
expressions are suppressed.
- Empty top_builddirs are properly handled.
- AC_CHECK_MEMBER works correctly when the member is an aggregate.
- AC_PATH_PROG
Now colon in the optional path arguments are properly handled.
** Improved portability
- Both Autoconf the package, and the scripts it produces, should run
more reliably with Zsh. Bear in mind it is the default Bourne shell
on Darwin.
- Autoconf and the scripts it produces no longer assume the existence of
the obsolescent commands egrep and fgrep.
** Documentation
- Limitations of Make
More of them.
- GNATS
The GNATS base has moved to
http://bugs.gnu.org/cgi-bin/gnatsweb.pl?database=autoconf
** Misc.
- config.log
Now contains the list of ouput variables and files (AC_SUBST,
AC_SUBST_FILES).
|
|
|
|
|
|
|
|
|
|
patch from Julio Merino. Begin new sentences on new lines.
|
|
This may not be grammatically correct, but prevents users from
copy'n pasting an invalid URL.
|
|
|
|
Changes list not provided and not found.
|
|
|
|
[which is an older version of the same source]. Remove it.
Noted by Andrew Brown in connection with PR 18280.
|