Age | Commit message (Collapse) | Author | Files | Lines |
|
* version 1.0.7 "Winter beauty" 02-10-2005
- added all languages listed by gnome-spell (Andre Klapper)
- code cleanups by (Yanko Kaneti)
- additional support for South African languages (Dwayne Bailey)
- win build fixes (Tor Lillqvist)
- added gl language (Ignacio Casal Quinteiro)
- translation updates (Takeshi Aihana, Tommi Vainikainen, Artur
Flinta, Adam Weinberger, Alessio Frusciante, Pablo Saratxaga, Adi
Attar, Steve Murphy, Pawan Chitrakar, Changwoo Ryu, Ignacio Casal
Quinteiro, Josep Puigdemont i Casamajó, Clytie Siddall, Francisco
Javier F. Serrador)
|
|
|
|
A vCard is an electronic business card.
This package is for a single vCard (person / record / set of address
information). It provides an API to editing and creating vCards,
or supplied a specific piece of the Text::vFile::asData results it
generates a vCard with that content.
You should really use Text::vCard::Addressbook as this handles
creating vCards from an existing file for you.
|
|
|
|
Text::vFile::asData reads vFile format files, such as vCard (RFC 2426)
and vCalendar (RFC 2445).
|
|
Changes in 0.10.3:
------------------
* Fixed build issue with --disable-scrollkeeper, bug #427939 (Shaun McCance)
Changes in 0.10.2:
------------------
** general:
* Use gawk -W compat whenever $(AWK) is gawk (Shaun McCance)
** tools:
* Don's call ScrollKeeper when it's not installed; bug #410715 (Shaun McCance)
** xml2po:
* Display xsltproc invocation, honor its exit status, and pull
the source from srcdir; bug #169324 (Danilo Šegan)
** Updated translations:
gl (Ignacio Casal Quinteiro)
sq (Laurent Dhima)
|
|
and fix the issue in po/Makefile.in.in directly.
|
|
pkgsrc change: make SGML output optional, off per default, which saves
the heavyweight dependency on jade
other changes:
o Made it easier to include example code in the source code comment blocks.
"|[ ... ]|" can be used to delineate example code (it just gets converted
to "<informalexample><programlisting>"), and most of the text in example
code is left as it is. The only thing that is still expanded is
'#' to allow links to a symbol's documentation, e.g. '#GtkWidget'.
o Made the field widths wider for the HTML output, so it looks a bit nicer.
o Added a '--rebuild-sections' option to gtkdoc-scan to automatically rebuild
the MODULE-sections.txt file. This only works if all the header files are
organized neatly and functions don't need rearranging in the docs.
o Added a '--rebuild-types' option to gtkdoc-scan to automatically rebuild
the MODULE.types file, so you don't need to add new types manually.
o Leave CDATA sections as they are, in the extra XML content files and within
source code comment blocks.
o Allow the section id and #include's to be set within the "SECTION:" comment
block, using "@Section_ID:xxx" and "@Include:".
o Added "--default-includes" option to specify the default #include's (for
people who are using --rebuild-sections and so can't specify it in
MODULE-sections.txt).
o Added a '--query-child-properties' argument to help document child
properties of arbitrary GObjects (used by things like canvas widgets).
o Fixed documentation of signals of interfaces.
|
|
iso-codes 1.0
-------------
Tobias Toedter <t.toedter@gmx.net>
Mon, 4 Dec 2006
[ ISO-3166 translations ]
* Bulgarian (bg.po) updated by Damyan Ivanov. Closes: #396368
* Bosnian (bs.po) updated by Safir Šećerović. Closes: #396395
* Portuguese (pt.po) updated by Miguel Figueiredo. Closes: #399233
* Norwegian Nynorsk (nn.po) updated by Håvard Korsvoll. Closes: #401343
* Malayalam (ml.po) added by Praveen. Closes: #401438
[Alastair McKinstry]
* New major version number. The XML Schema is now considered stable
(has not changed in over 1 year) and v1.0 is now released.
Note that this is identical to 0.5*; only the version number has changed.
[ Tobias Toedter ]
* Fix typo for GB-SOM in iso_3166_2.xml and update all .po files.
Thanks to Freek de Kruijf for the bug report.
|
|
|
|
|
|
|
|
|
|
Bump PKGREVISION for the PLIST change.
|
|
|
|
Sonnenberger and Jeremy C. Reed for reminding me about this.
|
|
content remained exactly the same.
|
|
|
|
The package was created by Hiramatsu Yoshifumi, with some very small changes
by me:
- different wording in COMMENT
- BUILD_DEPENDS instead of DEPENDS. The required version of
p5-ExtUtils-CBuilder is not specified in Build.PL, so I left it that way.
- Added USE_LANGUAGES.
=====================================
This Perl module is an Encode::Encoding subclass that uses
Encode::Detect::Detector to determine the charset of the input data
and then decodes it using the encoder of the detected charset.
It is similar to Encode::Guess, but does not require the configuration
of a set of expected encodings. Like Encode::Guess, it only supports
decoding--it cannot encode.
|
|
|
|
|
|
|
|
Major changes in ICU 3.6 include the following:
- Unicode: ICU uses and supports Unicode 5.0, which is the latest major release of Unicode. Unicode 5.0 will be used in many operating systems and applications, and this version of ICU is important maintain interoperability with these new operating systems and applications. More information about Unicode 5.0 can be found in the Unicode press release.
- Locale Data: ICU uses and supports data from Common Locale Data Repository (CLDR) 1.4, which includes many improvements in quality and quantity of data. There is 25% more CLDR locale data in 245 locales in ICU.
- ICU4C Specific Changes
- Charset Detection: A charset detection framework was added, which provides heuristics for detecting the charset for unlabeled sequences of bytes.
- Layout: The font layout engine has support added for Tibetan, Sinhala and Old Hangul.
- BiDi: The BiDi algorithm was enhanced to be more flexible and efficient
- ICU Data Management: The new icupkg tool provides an easier way to manage ICU's data library. This tool allows you to add, update or remove data from ICU's data archive.
- Time Zones The time zone data is modularized to allow easier building and updating of the data.
- Word Boundaries: The Thai word break iteration was improved to be more accurate. Also dictionary based detection of Thai word boundaries is now active for all locales.
- UText
- The BreakIterator uses UText for abstract text processing.
- 64-bit indexing is now used to allow access to larger chunks of text.
- API for read-only locking for security and robustness was added.
- Performance
- The u_sprintf/u_sscanf performance from the icuio library has been improved for number formatting/parsing.
- Constructing a DateFormat is significantly faster for many locales.
- Opening and closing a charset converter is significantly faster.
- The UTF-8 transformation functions and macros are faster.
- The UText API was improved for performance.
- The collation open and close functions have a small performance improvement.
|
|
|
|
|
|
Changes in 0.10.1:
------------------
* Fixed a bootstrapping issue, #416933 (Elijah Newren)
Changes in 0.10.0:
------------------
** general:
* Fixed buildir/srcdir issue with autogen, #409292 (Loïc Minier)
** tools:
* Fixed some brokenness with relative paths, #409341 (Loïc Minier)
* Fixed some brokenness with absolute patsh, #169324 (Shaun McCance)
** xml2po:
* Fixed bug #413602 (Eduardo Habkost)
** Updated translations:
it (Luca Ferretti)
lt (Gintautas Miliauskas)
pl (GNOME PL Team)
pt_BR (Leonardo Ferreira Fontenelle)
uk (Maxim Dziumanenko)
Changes in 0.9.2:
-----------------
* Skip SK category code checks if the param is not passed [#402159]
Changes in 0.9.1:
-----------------
** general:
* Fixed various circular dependency problems (Christian Persch)
* Use po/LINGUAS [#337987] (Brian Pepple)
* Added documentation templates (Joachim Noreiko)
* Removed some GNUisms [#378739 #378763 #366203] (Shaun McCance)
* New bootstrapping mechanism, using gnome-common [#340128] (Shaun McCance)
* Added ACLOCAL_AMFLAGS for autoreconf [#355521] (dmacks)
* Use $(AWK) instead of awk [#358161] (James Andrewartha)
* Fixed non-portable test expression [#362505] (Thomas Klausner)
* Removed the never-really-worked xsldoc and rngdoc (Shaun McCance)
* Install the .pc file when build utils are disabled [#355553] (Mariano Suárez-Alvarez)
** xml2po:
* Updates to tests (Danilo Šegan)
* Added some caching of values (Danilo Šegan)
* Added an XHTML mode (Claude Paroz, Danilo Šegan)
* Really ignore ignored tags [#378073] (Danilo Šegan)
* Ignore untranslated message in reuse mode [#381607] (Danilo Šegan)
* Speed improvements [#363451] (Alexander Nedotsukov)
** tools:
* Added gnome-doc-tool for processing documentation (Shaun McCance)
* Provide a 3-argument variant of GNOME_DOC_INIT [#392424 #350441] (Christian Persch)
** xslt:
* Allow pubdate and edition instead of revision in db2omf (Shaun McCance)
* Added an explicit check for scrollkeeper_cl.xml in db2omf (Shaun McCance)
* Made all db2omf errors error out, for great justice (Shaun McCance)
* Check for invalid category codes in db2omf (Shaun McCance)
* Added new inline documentation to XSLT (Shaun McCance)
* Added xi and fxi to exclude-result-prefixes (Mariano Suárez-Alvarez)
* Python classsynopsis elements no longer act like C++ (Shaun McCance)
* Fixed some documentation typos (Shaun McCance)
* Added a utility XSLT file to list media files (Shaun McCance)
* Removed excessive alpha-thai elements [#323249] (Theppitak Karoonboonyanan)
** Updated translations:
ar (Djihed Afifi)
en_GB (David Lodge)
et (Ivar Smolin)
fi (Ilkka Tuohela)
he (Yaniv Abir)
it (Luca Ferretti)
|
|
|
|
|
|
error message:
=> Checking for portability problems in extracted files
/usr/pkg/bin/ruby18: 1: Syntax error: "(" unexpected
|
|
|
|
Overview of Changes in Namazu 2.0.17 - Mar 12, 2007
* filter/win32/ole*.pl: correspondence Office 2007. [for Windows]
* filter/win32/olevisio.pl: It corresponds to Visio 2000 of another type.
For Visio 2007/.vdx file. [for Windows]
* OOo bug correction.
* for Office Open XML file. [for Windows]
* nmzcat: SJIS output. [For Windows]
* mailutime: Bug correction related to passing.
* To the code in which it considers after 2038(In the direction that doesn't
correspond).
* File-MMagic: Imported 1.27.
* For eml file.
* libnmz: Speed-up of retrieval.
* nmzchkw.pl: New addition. (contrib)
* libnmz: The bug around the memory is corrected. (users-ja#821).
* namazu and namazu.cgi: The bug that falls into an infinite loop is corrected.
* namazu and namazu.cgi: Correction of HTML emphasis tag. (for Windows)
* gcnmz and nmzmerge: The output of the log is corrected and the format is
corrected.
* namazu and namazu.cgi: The possibility that the buffer overflow
cuts it when the template is corrected is corrected.
* filter/mp3.pl: MP3-Info 1.21.
* namazu.spec.in: add nmzcat, nmzegrep.
* namazu.spec.in: fix filter-requires-namazu.sh.
* conf/namazurc-sample: It is added to the comment that Suicide_Time
is only UNIX.
* scripts/mknmz.in: The mistake of the number of dummy arguments of
process_file() is corrected.
* filter/pdf.pl: 'Unable to convert pdf file (maybe copying
protection)' was corrected at option --debug.
* filter/msofficexml.pl: Added new fiter.
* filter/visio.pl: Added a new filter.
* filter/mp3.pl: Support MP3-Info 1.21's behavior.
* tests/*: It deals with trouble in which make check fails
because of the environment of Mac + gettext 0.14.2.
* tests/data/ja/*: Added new file.
* Fix some bugs.
|
|
|
|
Pakcaged by Aleksey Cheusov and requested in PR 35469.
This distribution contains the Net::Dict module for Perl.
Net::Dict is a class implementing a simple client API
for the DICT protocol defined in RFC2229.
|
|
|
|
each of which patches one source file. [port2pkg conversion]
|
|
|
|
Sed 4.1.5
* fix parsing of a negative character class not including a closed bracket,
like [^]] or [^]a-z].
* fix parsing of [ inside an y command, like y/[/A/.
* output the result of commands a, r, R when a q command is found.
----------------------------------------------------------------------------
Sed 4.1.4
* \B correctly means "not on a word boundary" rather than "inside a word"
* bugfixes for platform without internationalization
* more thorough testing framework for tarballs (`make full-distcheck')
----------------------------------------------------------------------------
Sed 4.1.3
* regex addresses do not use leftmost-longest matching. In other words,
/.\+/ only looks for a single character, and does not try to find as
many of them as possible like it used to do.
* added a note to BUGS and the manual about changed interpretation
of `s|abc\|def||', and about localization issues.
* fixed --disable-nls build problems on Solaris.
* fixed `make check' in non-English locales.
* `make check' tests the regex library by default if the included regex
is used (regex tests had to be enabled separately up to now).
----------------------------------------------------------------------------
Sed 4.1.2
* fix bug in 'y' command in multi-byte character sets
* fix severe bug in parsing of ranges with an embedded open bracket
* fix off-by-one error when printing a "bad command" error
|
|
REG_STARTEND macro, it doesn't work as expected. A simple test case is:
printf '\0\n\0\n' | nbsed /a/d
This test does not yet work as expected, but at least it doesn't cause
segmentation faults anymore. Handling of '\0' bytes must be improved.
|
|
this before. Most likly a broken upstream macro.
|
|
to the versions corresponding to the 2006-09 release. This should have
been done when the main hugs package was updated to this version back in
October of past year.
|
|
Changes:
2006-11-11 Mikio Hirabayashi
* estraier.c (est_set_ecode): new function.
* estraier.c (est_search_union): scoring of ASIS mode was modified.
* estraier.c (est_resmap_add, est_resmap_dump_keys): new functions.
* estraier.c (est_narrow_scores): efficiency of narrowing index was improved.
* estraier.c (est_utime): new function.
* estraier.c (est_cond_scores, est_cond_set_narrowing_scores): new functions.
* estraier.c (est_rescc_put): a bug of memory leak was fixed.
* estnode.c: the function "est_datum_printf" was replaced by "cbdatumprintf".
* estmaster.c (sendnodecmdsearch): accuracy of hints was improved.
* estfraud.c (sendnodecmdputdoc): accuracy of hints was improved.
* estfraud.c (sendnodecmdputdoc): morphological analyzer support was added.
* estfraud.c (sendnodecmdputdoc): accuracy of hints was improved.
* estwaver.c (runinit, procinit): "-apn", "-acc", "-sv", "-si", "-sa" options was added.
* estscout.c: new file.
* estsupt.c: new file.
- Release: 1.4.10
|
|
|
|
Collection.
The Perl 5 module Text::RewriteRules uses a simplified syntax for
regexp-based rules for rewriting text. You define a set of rules,
and the system applies them until no more rule can be applied
|
|
1.62
- interface to libxml2's pull-parser XML::LibXML::Reader
(initiated by Heiko Klein)
- make error messages intended to the user report the line of the
application call rather than that of the internal XS call
- XML::LibXML::Attr->serializeContent added (convenience function)
- fix getAttributeNode etc. w.r.t. #FIXED attributes (as well as some
cases with old buggy libxml2 versions)
- warn if runtime libxml2 is older than the one used at the compile time
- if compiled against libxml2 >= 2.6.27, new parse_html_* implementation is used
allowing encoding and other options to be passed to the parser
- DOM-compliant nodeNames: #comment, #text, #cdata, #document, #document-fragment
- toString on empty text node returns empty string, not undef
- cloneNode copies attributes on an element as required by the DOM spec
|
|
0.15 08 Feb 2007 Grant McLean
- Fixed handling of entities in attribute values
- Cleaned up some benign warnings
0.14 23 Apr 2006 Matt Sergeant
- Fixed CDATA section parsing (Uwe Voelker)
- Fix Makefile.PL for VMS
- Support calling set_handler() mid-parse
- Fix for when random modules overload UNIVERSAL::AUTOLOAD()
- Fix case when ParserDetails.ini isn't being updated but we are doing an
upgrade.
0.13 24 Oct 2005 Matt Sergeant
- Complete re-write of XML::SAX::PurePerl for performance
- Support Encoding & XMLVersion in DocumentLocator interface
- A few conformance tweaks to match perl SAX 2.1.
|
|
Version 0.35.5
* Don't hardcode fallback path to intltool-extract
-- bug #399476 (Rodney Dawes)
* Fix mkdir race in inltool-merge.in.in
-- bug #400788 (Rodney Dawes, Leonardo Boshell)
* Update an additional check to use $SRCDIR properly for POTFILES.skip
-- bug #391892 (Rodney Dawes)
* Handle extracting comments from ini-style files
-- bug #390271 (Takao Fujiwara)
|
|
|
|
wonder how this ever compiled.
|
|
2.02 Wed Feb 20 2007
- fix a missing test in MANIFEST
2.01 Wed Feb 20 2007
- fix a problem with $VERSION
|
|
|