Age | Commit message (Collapse) | Author | Files | Lines |
|
to fetch the file. This completes the renaming described in revision
1.1799 of bsd.pkg.mk.
|
|
engine for Python.
|
|
cmTemplate is a Python module that allows CGI programmers to separate code
from HTML. It is much more powerful than a simple HTML preprocessor, and
can be used to generate any type of formatted text output.
cmTemplate converts the template code into Python code, which is
byte-compiled afterwards. This makes the template processing extremely
fast.
|
|
changes:
-Fixed plurals for fr, wa, nso
-translation updates
|
|
being here, update to 3.4.1
changes:
-Updated timezone data
-Improved portability
-Improved default codepage and default locale detection.
-A number of collation bug fixes.
|
|
|
|
When turning it off, you can get rid of the netpbm, psutils,
and ghostscript dependencies. Might help in bootstrapping some
platforms. Based on a patch from schmonz@.
While here, improve PLIST by trying to remove an additional directory
and bump PKGREVISION for that.
|
|
|
|
since they always need a C compiler, even when the source code is
completely in C++.
For some other packages, stated in the comment that a C compiler is
really not needed.
|
|
NO_CONFIGURE.
|
|
1.10 - March 11, 2006
- Module (for now) maintained by Ask Bjoern Hansen
- Fixed category output in RSS 2.0 (RT#17303, Yasuhiro Onishi)
- Update documentation with new Subversion server and bug tracking
- Clean up distribution (tests, Makefile.PL, file locations, ...)
|
|
0.78
Thu Mar 30 06:13:42 UTC 2006 ($Rev: 14494 $, $Author: chromatic $)
- fixed merge_blocks() bug reported by Richard Harman
- moved developer tests to t/developer and skipped them for everyone else
- updated copyright notices
0.77
Sat Oct 29 02:54:02 UTC 2005 (Rev: 9337, Author: chromatic)
- removed MANIFEST.SKIP (hopefully fixing Test::Signature errors)
0.76
Mon Jul 25 05:58:24 UTC 2005 (Rev: 6518, Author: chromatic)
- bumped up version number
- added documentation to Text::WikiFormat::Blocks
- checked in t/pod.t
Thu Jul 14 06:45:57 UTC 2005 (Rev: 6309, Author: chromatic)
- fixed CAMELCASE linking bug reported by punkish on Perl Monks
- fixed inadvertent $title reuse in find_link_title()
Wed Jul 13 03:16:14 UTC 2005 (Rev: 6249, Author: chromatic)
- fixed a bug in list detection (find paragraphs correctly)
- removed unnecessary .t files in top-level directory (not distributed)
- removed unused functions:
- get_block()
- get_indentation()
- find_list()
- end_list()
- end_all_lists()
- added POD and POD coverage tests
- added stub documentation to Text::WikiFormat::Blocks
- modified tests to work better with Devel::Cover
0.75
Sat Jul 2 19:48:00 UTC 2005 (Rev: 5727, Author: chromatic)
- support absolute_links (Alex Vandiver and Best Practical)
- edited documentation to use better English
- added tests for a few undertested functions (t/subs.t)
- signed distribution
- added passthrough Makefile
- bumped up copyright year
Sun Apr 17 05:10:19 UTC 2005 (Rev: 5727, Author: chromatic)
- added t/embedded-links.t from Art Henry
- allowed nested embedded links (MediaWiki support)
Sun Nov 28 23:58:18 UTC 2004 (Rev: 16, Author: chromatic)
- re-set properties on Changes
- bumped up version number (also stringify it)
- added Text::WikiFormat::Blocks to MANIFEST (oops)
Sun Nov 28 23:38:20 UTC 2004 (Rev: 15, chromatic)
- added more nesting tests (Teun van Eijsden)
- fix multiple levels of nesting (Teun van Eijsden)
Sun Nov 28 08:39:37 UTC 2004 (Rev: 14, chromatic)
- moved blocks into their own classes
- added Text::WikiFormat::Blocks
- fixed up failing tests from that fallout
- simplified lots of Text::WikiFormat internals
Sat Nov 27 16:44:38 UTC 2004
- mark build_requires in Build.PL
- use Scalar::Util::reftype() for checking ref
- added missing t/links.t test (don't know where it came from)
|
|
1.95 Mon Apr 28 00:22:04 2003
- Constrainted _match_quote to only match at word boundaries
(so "exemplum(hic)" doesn't match "m(hic)")
(thanks Craig)
|
|
had actually been ignoring LTCONFIG_OVERRIDE anyway and just using
the default LIBTOOL_OVERRIDE to replace libtool scripts in packages.
This just formalizes the fact that LTCONFIG_OVERRIDE is not used
meaningfully by pkgsrc.
|
|
2006-07-13 Mikio Hirabayashi
* estraier.c (est_db_search): a but about union of natural scores was fixed.
* estraier.c (est_cond_set_mask, est_cond_mask): new functions.
* estnode.c (est_node_admins, est_node_users, est_node_links): new functions.
* estmaster.c (getnodeoptions): new function.
* estmaster.c (syncnodes): a trying lock was replaced by a usual lock.
* estmaster.c (communicate): a CSRF vulnerability was cleared.
* estmaster.c (sendnodecmdsearchui, sendnodecmdsearchui): masks was added.
* estcall.c (runsearch, procsearch): "-mask" option was added.
- Release: 1.3.3
2006-07-07 Mikio Hirabayashi
* estraier.c (est_db_repair): new function.
* estnode.c (est_node_sync, est_node_optimize): new functions.
* estmaster.c (sendnodecmdsync, sendnodecmdoptimize): new functions.
* estmaster.c (refreshnode, flushnode, syncnodes): mutex was to be shared.
* estcmd.c (runrepair, procrepair): new functions.
* estcall.c (procsync, procoptimize): new functions.
* mymorph.c (est_mecab_analyze): accuracy of extracting complex words was improved.
- Release: 1.3.2
2006-06-30 Mikio Hirabayashi
* estraier.c (est_db_search_meta): new function.
* estseek.c (realmain): a bug about the file separator was fixed.
* estmttest.c (runregression, procregression): new functions.
- Release: 1.3.1
2006-06-25 Mikio Hirabayashi
* estraier.c (est_db_open): "ESTDBSCVOID" option and so on were added.
* estraier.c (est_db_open): database format was modified.
* estraier.c (est_inodes_delete_informer): new function.
* estraier.c (est_doc_set_score): new function.
* estraier.c (est_narrow_scores): sorting operators for ID numbers and scores were added.
* estraier.c (est_db_merge): new function.
* estcmd.c (runcreate, proccreate): "-sv" option and so on were added.
* estcmd.c (rungather, procgather): "-ss" option was added.
* estcmd.c (runmerge, procmerge): new functions.
- Release: 1.3.0
2006-06-03 Mikio Hirabayashi
* estraier.c (est_db_set_informer): arguments of the callback were increased.
* estraier.c (est_db_flush): frequency of disk access was reduced.
* estmaster.c (sendnodecmdsearch): hints for "TIME#n" were added.
- The Java binding and the Ruby binding were to support callback for database events.
- Perl binding using XS (not SWIG) was added.
- Release: 1.2.9
2006-05-20 Mikio Hirabayashi
* estraier.c (est_db_open): databases were tuned for QDBM 1.8.58 or later.
* estraier.c (est_db_close): the order of flushing was optimized for no-lock mode.
* estraier.c (est_idx_memsync): new function.
* estcmd.c (runsearch, procsearch): no-lock mode and non-blocking mode were added.
* estseek.c (realmain): "lockdb" attribute was added.
* wavermod.c (waver_current_node_load): new function.
- Release: 1.2.8
2006-05-16 Mikio Hirabayashi
* estraier.c (est_proc_env_reset): new function.
* estraier.c (est_db_flush): a flag to be under flushing was added.
* estraier.c (est_db_open): databases were tuned to curb ballooning.
* estnode.c (est_node_cache_usage): new function.
* estnode.c (est_noderes_mdate): new function.
* estmaster.c (startup): "bindaddr" attribute was added.
* estmaster.c (sendnodecmdcacheusage): new function.
* estmaster.c (sendnodecmdsearch): a bug of race condition was fixed.
* estmaster.c (die): dying messages was to be written into the log file.
* estcmd.c (runsearch, procsearch): "-aux" option was added.
* estcall.c (procsearch): a bug about "-max" option was fixed.
* estcall.c (runsearch, procsearch): "-aux" option was added.
* wavermod.c (waver_init, waver_open): "seedkeynum" and "savekeynum" attributes were added.
* wavermod.c (waver_set_current_node, waver_node_put_doc): new functions.
* estwaver.c (geturldoc): saving files and postprocessor calling were added.
- The Java binding and the Ruby binding were to support setting auxiliary permission.
- Release: 1.2.7
2006-05-10 Mikio Hirabayashi
* estraier.c (est_cond_set_eclipse): option constants were added.
* estraier.c (est_url_sameness): new function.
* estcmd.c (rungather, procgather, runextkeys, procextkeys): "-ncm" option was added.
* estcmd.c (runextkeys, proxectkeys): "-ws" option was added.
* estseek.c (showform): options to clip documents by URL were added.
* estseek.c (main, showform): "perpage" attribute was deleted.
* estwaver.c (seedurldocs): new function.
* estwaver.c (geturldoc): checking mass visit was added.
* wavermod.c (waver_open, waver_close): trace database was changed from Villa to Curia.
* estmaster.c (startup, communicate): "recvmax" attribute was added.
- The Java binding and the Ruby binding were to support wild card configuration.
- Release: 1.2.6
|
|
(exposed with current's gcc 4.1.2).
|
|
need mtree to pre-generate any directories for them.
|
|
New in 1.2.3:
Bug fixes.
New in 1.2.1:
Better support for aspell-0.50 and greater
Hunspell support
Better Hspell support
The usual pile of bugfixes
(other changes unknown)
|
|
|
|
Text::Reflow is a Perl module for reflowing paragraphs of text using
Knuth's paragraphing algorithm. The program looks for "optimal"
places to insert line breaks in order to avoid breaking up phrases.
This results in more ragged, but more readable paragraphs.
|
|
|
|
|
|
The asciidoc command translates specially formatted text files into
various output formats such as HTML, man pages, nicely formatted text.
|
|
|
|
|
|
- pkgsrc change; update HOMEPAGE and fix one pkglint warning.
:0.6.20
* corrected copyright.
:0.6.19
* corrected file permission.
* setup.rb version up -> 3.4.0
* remove 'changes'
|
|
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.
For example, "make show-buildlink3" in fonts/Xft2 displays:
zlib
fontconfig
iconv
zlib
freetype2
expat
freetype2
Xrender
renderproto
|
|
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
|
|
|
|
o3read is a standalone converter for the OpenOffice.org swriter (*.sxw) and
scalc (*.sxc) formats. It doesn't depend on OpenOffice or any other external
tools or libraries.
Example: unzip -p filformat.sxw content.xml | o3read | utf8tolatin1
There are three output modules:
* o3read displays a dump of the parse tree
* o3totxt creates plain text
* o3tohtml creates html code
The utility utf8tolatin1 converts from utf8 to 8859-1.
|
|
to use instead "USE_TOOLS+=intltool". Remove now unused
intltool/buildlink3.mk
|
|
changes since 1.2:
- use 32k buffer when calculating CRC.
|
|
|
|
|
|
|
|
32bit platforms, breaking the struct.pack call for the magic number.
Force it to use an unsigned value instead. Bump revision.
|
|
Changes in OpenSP 1.5.2
* Support for version 4.0 and 4.1 of the GNU C++ compiler.
* Added doc building and config option.
* Updated local gettext.
* Added config option to turn off DTDDECL support.
* Update 'de' and 'fr' translations; add new 'tr' translation.
* Add more tests. (Karl Eichwalder)
|
|
|
|
others).
|
|
|
|
unprivileged builds. Bumped PKGREVISION.
|
|
Add definitions of friend functions to outside of class scope.
|
|
|
|
|
|
|
|
|
|
|
|
Bumped PKGREVISION.
|
|
the pkglint warning:
As {INSTALL,DEINSTALL}_TEMPLATE is modified using "+=", its name
should indicate plural.
This does make the variables a bit more suggestive of the fact that they
hold lists of values.
|
|
This avoids the need for a confusing line of the form:
DEINSTALL_TEMPLATE+= path/to/INSTALL
in the package Makefile, and actually removes the need to specify it
altogether since by convention, the existence of the DEINSTALL script
is enough to add it to DEINSTALL_TEMPLATE.
|