Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
and now bundled in ruby18-base pacakges.
|
|
- version: 3.0.4
date: 2005-02-18
changes:
- The caps class doesn't swallow spaces.
- Horizontal rules required to be on an empty line.
- Hard breaks don't screw with Markdown headers any longer.
- Fixed error triggered by complex lists.
- Inline markups need to be butted up against enclosing text, no spaces.
- Fixed problem with intermingled single and double quotes.
- Brought back lite_mode.
|
|
- rdrt2 command no longer depends on setting of .rd2rc.
- Some characters now could be escaped.
- English documentation.
- Stop warning with Ruby 1.8 and lator.
|
|
devel/ruby-rd-mode pacakge, too.
= CHANGES
:0.6.18
* bin/rd2 UTF-8 support.
* support Ruby 1.9.
* makerdtools.rb fixed some bugs.
* fixed install dot.rd2rc problem
* fixed some bugs.
:0.6.17
* utils/rd-mode.el patch from <shirai@p1jp.com>
:0.6.16
* utils/rd-mode.el font-face patch from HIRAOKA by MoonWolf <moonwolf@moonwolf.com>
:0.6.15
* re-packaging by MoonWolf <moonwolf@moonwolf.com>
|
|
- Use USE_RUBY_INSTALL.
2001-07-10
Fix array concatination statement in install_rb() of the install.rb
for Ruby 1.6.2 or later. Reported by Ed L Cashin <ecashin@terry.uga.edu>
|
|
|
|
|
|
by Ruby 1.8.3 updates.
|
|
ruby18-base packages.
|
|
|
|
in PR pkg/31968.
Changes since 1.0.1:
- "[ID]" and "[URI]" were added.
- "%VECTOR" was to be handled.
- width of snippets was to be able to be changed.
- "-kw" and "-ec" options was added.
- disadvantage bias of hiragana was added.
- interruption was implemented.
- Many other new functions and improvements.
|
|
version: 0.39
date: Tue Apr 12 15:28:40 PDT 2005
changes:
- Need newer Test::More or tests hang.
|
|
host idoru.mine.nu[82.31.78.41] said: 550 sorry,
never heard of you (in reply to RCPT TO command)
|
|
Removed the extra LIBS for the SunPro compiler from the Makefile, as
they made the build fail for me.
|
|
package still does not build on Solaris, but at least it's making
progress.
|
|
|
|
lang/ruby/rubyversion.mk changes.
|
|
|
|
|
|
|
|
WARN: xt/Makefile:18: NO_CONFIGURE should be set to YES or yes.
WARN: xt/Makefile:19: NO_BUILD should be set to YES or yes.
|
|
WARN: xp/Makefile:16: NO_CONFIGURE should be set to YES or yes.
WARN: xp/Makefile:17: NO_BUILD should be set to YES or yes.
|
|
|
|
|
|
Hyper Estraier is a full-text search system. You can search lots of
documents for some documents including specified words. If you run a
web site, it is useful as your own search engine for pages in your
site. Also, it is useful as search utilities of mail boxes and file
servers.
|
|
Patch from Matthew Clarke in rubber's darcs archive
|
|
|
|
|
|
iso-codes provides the list of the country, language and currency names in
one place, rather than repeated in many third-party programs. This was
originally done to centralize this data in Debian systems.
The aim of iso-codes is to create a single "gettext" domain "iso-639" which
contains the translations of language names, and one "iso-3166" listing the
translations of country names.
|
|
indentation problem.
|
|
Bump PKGREVISION as the share library versioning changes.
Bump BUILDLINK_DEPENDS.gdome2 required.
And bump PKGREVISION for its only dependency: ntop.
This fixes build issue for ntop. (Before this fix,
gdome2's libgdome.la file listed .la files for libiconv
and libz, but on some systems using native versions they
didn't exist.)
This will close PR #29525.
|
|
|
|
double quotes (breaks on older NetBSD make and bootstrap/bmake).
|
|
|
|
Add build dependencies on GNU make and GNU sed for 'test' target's benefit.
Support for input chroot, via make variable SOURCE_HIGHLIGHT_INPUT_CHROOT,
deactivated otherwise the build is broken.
XXX Is 'TOOLS_PLATFORM.gsed= # empty' the proper way to override a
the platform sed tool ?
Relinquish stewardship.
Changes since last packaged version (1.11):
Version 2.1.2
* fixed conversion of hexadecimal characters in output language
definitions
* fixed compilation error with regex 1.33
* include man page
* fixed a bug with LaTeX output of " with some inputencs
Version 2.1.1
* fixed a bug that sigsegv when more than one input file
is provided
* fixed a compilation error with gcc 4.0
Version 2.1
* Included obsolete man page.
* output language format specifications are read at run-time
so that new output languages can be easily added dynamically
(without recompiling the sources) by using a simple syntax.
* "fixed" and "notfixed" styles can be specified.
* fixed the handling of end-of-line (processed only once)
* LaTeX output
* TeXinfo output
* debug of a language definition
* tags.j2h files are now called style files.
* renamed --tags-file option in --style-file
* allows to specify a prefix for the generated line number anchors
* --header and --footer do not imply --doc
* language definition for LogTalk and LaTeX
Version 2.0
* Language specifications are read at run-time, so that
new languages can be easily added dynamically (without recompiling
the sources) by using a simple syntax.
* "nonsensitive" for simple definitions
* cgi version not built automatically
* failsafe option to simply output the input file when no
language definition is found
* functionalities with less improved.
Version 1.11.1
* fixed compilations problems on some Unix compilers
|
|
been reported upstream. Bumped PKGREVISION.
|
|
This configure doesn't know --mandir.
|
|
CPPFLAGS+= -DHAVE_STRERROR
which I just added a few minutes ago.
I had previously received an error:
previous declaration of `sys_errlist'
on Linux.
But once I configure using ncurses on Linux
it appears to have fixed that (because it
was using its LIBS which had non-existent -ltermcap).
|
|
Update PKGREVISION.
Add INSTALLATION_DIRS and do-install target instead of
using its own installer. It was broken for custom INFO_DIR
and for new PKGMANDIR. (It is a very old autoconf/automake
I assume).
Also, this uses -ltermcap. So if /usr/lib/libtermcap.so does
not exist, then use BUILDLINK_TRANSFORM to use ncurses instead
and include ncurses buildlink3.mk.
|
|
CONFIGURE_HAS_MANDIR=no, just like CONFIGURE_HAS_INFODIR=no
is already defined.
(This package has two other build problems for me though ...
lookimg now.)
|
|
Version 0.34.1
* automake/autoconf fixes and improvements
(Rodney Dawes, Stepan Kasal)
* extraction of XML attributes fixed
(Danilo Segan)
Version 0.34
* Fix the regex for stripping the intltool type tags in POTFILES.in
-- bug #171330 (Stepan Kasal)
* Add notice about using DISTCLEANFILES for toplevel Makefile.am
-- bug #309455 (Tim-Philipp Muller)
* Discard not-well-formed translations when merging XML
-- bug #170471 (Danilo Segan)
* Correct handling of xml:space inheritance
-- bug #160262 (Danilo Segan)
* Merge multiple comments for the same string in XML files
-- bug #171579 (Danilo Segan)
* Update sed script to be more practictal for translatable XML
-- bug #304365 (Nickolay V. Shmyrev)
* Support disting files that may not exist for all packages via EXTRA_DISTFILES
-- bugs #168788 and #171327 (Rodney Dawes)
* Do not create the pot file during dist, but do build it for check
(Stepan Kasal)
* Add support for use on win32 native perl (Tor Lillqvist)
* Do not dist .gmo files, and remove them with distclean
Remove Makefile.in.in with maintainer-clean
-- bug #166724 (Rodney Dawes)
* Minor fixes to Makefile.in.in (Stepan Kasal)
* Use --verbose instead of --statistics for msgfmt
-- bug #165881
* Remove the need for patching Makefile.in.in and just copy in our own
-- bug #165066 (Rodney Dawes)
|
|
o Use the new style.css stylesheet instead of hard-wiring the styles.
o Updated the documentation and example build files.
o Added support for a gallery of widget images.
o Output default values for widget properties and allowed ranges.
o Only underline links in the docs when the mouse hovers over them.
o Added support for placing the parameter table anywhere within the function
documentation (using the "<!--PARAMETERS-->" marker).
o Handle more variations of C syntax.
|
|
define them if we are on pre-ANSI C.
|
|
changes:
* Only take one input file for xsldoc
* Added well-formedness check to l10n.xml Makefile rule
* Changes to make block indents not nest
* Added formalpara support
* Pass the PO file to xml2po, not just the language code
* Updated translations
-fixes
* Added datarootdir variable
|
|
|
|
|
|
unless not defined, and put in the make environment.)
|