| non port: textproc/Makefile |
Number of commits found: 3259 (showing only 100 on this page) |
|
Thursday, 18 Oct 2007
|
16:05 garga
This library provides an engine to interpret compiled
(textproc/kmflcomp) KMFL keyboard tables written in Keyman keyboard
language for use with SCIM KMFL IMEngine
(textproc/scim-kmfl-imengine).
KMFL aims to bring Tavultesoft Keyman functionality to *nix operating
systems. KMFL is being jointly developed by SIL International
(http://www.sil.org) and Tavultesoft (http://www.tavultesoft.com).
WWW: http://kmfl.sourceforge.net/
PR: ports/117169
Submitted by: Nikola Lecic <nikola.lecic at anthesphoria.net>
 |
12:29 garga
KMFL aims to bring Tavultesoft Keyman functionality to *nix operating
systems. KMFL is being jointly developed by SIL International
(http://www.sil.org) and Tavultesoft (http://www.tavultesoft.com).
This is compiler for keyboard sources written in Keyman keyboard
language (.kmn files). Resulting binaries (.kmfl) can be used with
SCIM KMFL IMEngine (textproc/scim-kmfl-imengine).
The powerful KMN keyboard language supports contextual deadkeys,
pre- and post-processing of keystrokes, rules grouping, 'storing'
of character classes for use in similar rules, custom and Unicode
character constants, SIL Ethnologue language codes, etc.
Official Tavultesoft repository contains keyboards that cover more
than 220 languages. Significant number of them are open source.
Ported keyboards are textproc/scim-kmfl-*.
WWW: http://kmfl.sourceforge.net/
PR: ports/117167
Submitted by: Nikola Lecic <nikola.lecic at anthesphoria.net>
 |
|
Tuesday, 16 Oct 2007
|
08:39 clsung
utf8proc is a library for processing UTF-8 encoded Unicode strings.
Some features are Unicode normalization, stripping of default ignorable
characters, case folding and detection of grapheme cluster boundaries.
A special character mapping is available, which converts for example the
characters "Hyphen" (U+2010), "Minus" (U+2212) and
"Hyphen-Minus" (U+002D, ASCII Minus) all into the ASCII minus sign, to
make them equal for comparisons.
WWW: http://www.flexiguided.de/publications.utf8proc.en.html
 |
|
Friday, 12 Oct 2007
|
22:23 miwi
Mini-XML is a small XML parsing library that you can use to
read XML and XML-like data files in your application without
requiring large non-standard libraries.
WWW: http://www.minixml.org/
 |
|
Friday, 5 Oct 2007
|
23:33 sat
- Sort category Makefiles
Inspired by: Jason Harris <jharris@widomaker.com>
Howto: http://twiki.cenkes.org/Cenkes/SortingCategoryMakefiles
 |
|
Thursday, 4 Oct 2007
|
03:03 tabthorpe
fxp is a validating XML parser written completely in the functional
programming language SML. fxp can validate both XML 1.0 and XML 1.1
documents. It has a programming interface allowing for production of XML
applications based on fxp. It is installed with four example applications.
WWW: http://www2.informatik.tu-muenchen.de/~berlea/Fxp
PR: ports/116572
Submitted by: Timothy Bourke <timbob at bigpond.com>
 |
|
Tuesday, 2 Oct 2007
|
19:43 thierry
Aspell Malayalam dictionary.
WWW: https://savannah.nongnu.org/task/?6787
 |
|
Saturday, 22 Sep 2007
|
14:54 vanilla
Add xqilla, it's an XQuery & XPath2 library.
 |
|
Wednesday, 19 Sep 2007
|
12:21 tabthorpe
Xaira is an XML Aware Indexing and Retrieval Application
designed to allow fast access to large corpora marked up
in XML.
Xaira is the current name for a new version of SARA, the text
searching software originally developed at OUCS for use with
the British National Corpus.
This new version has been entirely re-written as a general
purpose XML search engine, which will operate on any corpus
of well-formed XML documents. It is however best used with
TEI-conformant documents.
Xaira has full Unicode support. This means you can use it to
search and display text in any language, provided you have a
suitable Unicode font installed on your system.
WWW: http://www.xaira.org
PR: ports/116259
Submitted by: Mathias Monnerville <mathias at monnerville.com>
 |
|
Friday, 7 Sep 2007
|
23:24 edwin
[New Port] texproc/yaml-mode.el: Simple major mode to edit YAML file for Emacsen
Simple major mode to edit YAML file for Emacsen.
WWW: http://yaml-mode.clouder.jp/
PR: ports/114383
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
 |
23:23 edwin
[New Port] texproc/yaml-mode.el: Simple major mode to edit YAML file for Emacsen
Simple major mode to edit YAML file for Emacsen.
WWW: http://yaml-mode.clouder.jp/
PR: ports/114383
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
 |
|
Monday, 3 Sep 2007
|
16:16 sat
Add port textproc/supercat:
Supercat (spc) is a program that colorizes text based on matching
regular expressions/strings/characters. Supercat supports html output
as well as standard ASCII text. Unlike some text-colorizing programs
that exist, Supercat does not require you to have to be a programmer to
make colorization rules.
WWW: http://supercat.nosredna.net/
Author: Thomas G. Anderson <bug-spc@nosredna.net>
 |
|
Thursday, 30 Aug 2007
|
19:20 sat
Add port textproc/translate-toolkit:
The Translate Toolkit is a set of software and documentation designed
to help make the lives of localizers both more productive and less
frustrating. The software includes programs to covert localization
formats to the common PO format and programs to check and manage PO
files. The documentation includes guides on using the tools, running a
localization project and how to localize various projects from
OpenOffice.org to Mozilla.
At its core the software contains a set of classes for handling various
localization storage formats: DTD, properties, OpenOffice.org GSI/SDF,
CSV and of course PO and XLIFF. It also provides scripts to convert
between these formats.
Also part of the Toolkit are Python programs to create word counts,
merge translations and perform various checks on PO and XLIFF files.
WWW: http://translate.sourceforge.net/
Based on: Gentoo Portage ebuild (bug #153512)
 |
|
Wednesday, 29 Aug 2007
|
06:59 clsung
MetaUML is a GNU GPL MetaPost library for typesetting UML diagrams,
using a human-friendly textual notation.
Here's what you can do with MetaUML (also see the FAQ):
* Create UML diagrams readily usable in a LaTeX article or book.
* Create independent PDF-s
* Create jpeg-s, png-s etc.
WWW: http://metauml.sourceforge.net/
PR: ports/115910
Submitted by: TAKATSU Tomonari <tota at rtfm.jp>
 |
|
Saturday, 25 Aug 2007
|
12:26 chinsan
Add p5-HTML-Copy, Copy a HTML file without breaking links.
Submitted by: chinsan
Approved by: rafan (mentor, implicit)
 |
|
Tuesday, 21 Aug 2007
|
09:23 clsung
YASA is a simple implementation of Suffix Array for counting
frequency of given text/string.
This module provides a Perl interface to YASA via REST.
WWW: http://search.cpan.org/dist/Net-YASA/
 |
09:13 miwi
HTML::Entities::ImodePictogram handles HTML entities for i-mode
pictogram (emoji), which are assigned in Shift_JIS private area.
See http://www.nttdocomo.co.jp/i/tag/emoji/index.html for details
about i-mode pictogram.
WWW: http://search.cpan.org/dist/HTML-Entities-ImodePictogram/
PR: ports/115594
Submitted by: Shinsuke Matsui <smatsui at karashi.org>
 |
08:58 miwi
The syck extension is a binding to the Syck library which facilitates
YAML parsing.
YAML(tm) (rhymes with "camel") is a straightforward machine parsable
data serialization format designed for human readability and
interaction with scripting languages. YAML is optimized for data
serialization, configuration settings, log files, Internet
messaging and filtering.
WWW: http://pecl.php.net/package/syck/
PR: ports/115252
Submitted by: Ditesh Shashikant Gathani <ditesh at gathani.org>
 |
08:36 miwi
HTML::FormatText::WithLinks takes HTML and turns it into plain text
but prints all the links in the HTML as footnotes. By default, it
attempts to mimic the format of the lynx text based web browser's
--dump option.
Author: Struan Donald. <struan@cpan.org>
WWW: http://search.cpan.org/~struan/HTML-FormatText-WithLinks-0.09/
PR: ports/115358
Submitted by: loader <loader at freebsdmall.com>
 |
|
Thursday, 16 Aug 2007
|
21:58 skv
Add p5-Data-FormValidator-Constraints-DateTime 1.09, data::FormValidator
constraints for dates and times.
 |
|
Thursday, 9 Aug 2007
|
11:02 sat
Add port textproc/yould:
Yould is a generator for pronounceable random words. The engine uses
Markov chains with two letter transitions. This distribution includes
trained engines for several languages: English, Dutch, Finnish, Italian,
French and German.
WWW: http://ygingras.net/yould
Author: Yannick Gingras <ygingras@ygingras.net>
Based on: OpenBSD port
 |
|
Tuesday, 7 Aug 2007
|
12:11 sat
Add port textproc/soothsayer:
Soothsayer is an intelligent predictive text entry platform. Soothsayer
exploits redundant information embedded in natural languages to generate
predictions. Soothsayer's modular and pluggable architecture allows its
language model to be extended and customized to utilize statistical,
syntactic, and semantic information sources.
A predictive text entry system attempts to improve ease and speed of
textual input. Word prediction consists in computing which word tokens
or word completions are most likely to be entered next. The system
analyses the text already entered and combines the information thus
extracted with other information sources to calculate a set of most
probable tokens.
WWW: http://soothsayer.sourceforge.net/
 |
|
Sunday, 5 Aug 2007
|
12:42 skv
Add p5-Text-Highlight 0.04, syntax highlighting framework.
 |
|
Saturday, 4 Aug 2007
|
07:30 nobutaka
Add uim-el-emacs21, Emacs lisp for uim input method library for emacs21.
 |
|
Tuesday, 31 Jul 2007
|
12:00 ijliao
add rubygem-formosa 0.0.1
A collection of libraries for Taiwanese languages processing
pass maintainership to author
 |
06:44 ijliao
add p5-Text-Greeking 0.11
Generate meaningless text that creates the illusion of the document
 |
|
Monday, 30 Jul 2007
|
02:24 clsung
Search::Odeum is an interface to the Odeum API. Odeum is the inverted
index API which is a part of qdbm database library.
WWW: http://search.cpan.org/dist/Search-Odeum/
PR: ports/114939
Submitted by: Gea-Suan Lin <gslin at gslin.org>
 |
02:08 clsung
Ah yes, INI files. We love them. We hate them. We cannot escape
them. Originally made popular by Windows, INI files are everywhere
including in Samba[www.samba.org] and Trac[trac.edgewall.org]. This
gem has one goal: make INI file, structure, and stream manipulation
as fast, safe, and simple as possible. We take a modal approach
with a pluggable parser class.
WWW: http://IniFile.RubyForge.org/
PR: ports/114786
Submitted by: Yarema <yds at CoolRat.org>
 |
|
Sunday, 29 Jul 2007
|
14:07 chinsan
Add pear-File_Fortune 1.0.0, an interface for reading from and writing
to fortune files.
PR: ports/114518
Submitted by: Zhen REN <bg1tpt at gmail.com>
Approved by: rafan (mentor, implicit)
 |
|
Saturday, 28 Jul 2007
|
19:31 chinsan
Add p5-SGML-Parser-OpenSP 0.100r1, parse SGML documents using OpenSP.
PR: ports/114975
Submitted by: Naram Qashat <cyberbotx at cyberbotx.com>
Approved by: rafan (mentor, implicit)
 |
14:17 chinsan
Add p5-Google-Data-JSON, Google::Data::JSON provides several methods to
convert an XML feed into a JSON feed, and vice versa. The JSON format is
defined in Google Data APIs, http://code.google.com/apis/gdata/json.html .
Approved by: rafan (mentor, implicit)
 |
11:47 chinsan
Add p5-Test-Perl-Critic, Test::Perl::Critic wraps the Perl::Critic engine in
a convenient subroutine suitable for test programs written using the
Test::More framework.
This makes it easy to integrate coding-standards enforcement into the build
process.
Approved by: rafan (mentor, implicit)
 |
|
Monday, 23 Jul 2007
|
03:09 clsung
This module provides an implementation of Canonical XML Recommendation
(Version 1, 15 March 2001). It uses XML::GDOME for its DOM tree and
XPath nodes.
It provides a XS wrapper around libxml2's Canonical XML code.
WWW: http://search.cpan.org/dist/XML-Canonical/
PR: ports/114596
Submitted by: Gea-Suan Lin <gslin at gslin.org>
 |
|
Saturday, 21 Jul 2007
|
19:16 sat
Add port textproc/humanzip:
humanzip is a compression program that operates on text files. Unlike
most compression algorithms, its output is human readable. Indeed, it
is explictly meant to be read by humans and might even be easier to read
than the original.
humanzip compresses files by looking for common strings of words and
replacing them with single symbols. The idea is to reduce the screen and
print size of documents. Humanzip does not explictly try to reduce the
size of the file as measured in bytes, although this usually happens
incidentally.
WWW: http://savannah.nongnu.org/projects/humanzip/
Author: Matthew Strait
 |
|
Friday, 20 Jul 2007
|
05:26 rafan
QStarDict is a StarDict clone written with using Qt4.
The user interface is similar to StarDict.
Main features
* Full support of StarDict dictionaries
* Working in system tray
* Scanning mouse selection and showing popup window
with translation of selected word
WWW: http://qstardict.ylsoftware.com/
Note that it is a GPLv3 software.
PR: ports/114556
Submitted by: Yinghong.Liu <relaxbsd at gmail.com>
 |
|
Monday, 16 Jul 2007
|
11:19 mm
deplate is a ruby based tool for converting documents written in wiki-like
markup to LaTeX, HTML, "HTML slides", or docbook. It supports page templates,
embedded LaTeX code, footnotes, citations, bibliographies, automatic generation
of an index, table of contents etc. It can be used to create web pages and (via
LaTeX or Docbook) high-quality printouts from the same source. In this respect
it is similar to tools like remoteaft or remotetxt2tags.
WWW: http://deplate.sourceforge.net
Approved by: garga (mentor)
 |
|
Sunday, 15 Jul 2007
|
22:16 pav
SXML is a skimpy XML parsing and grafting C library that you can use to read
and write XML-like configuration file for your application.
Author: Kouichi ABE (WALL) <kouichi@MysticWALL.COM>
WWW: http://www.MysticWALL.COM/software/sxml/index.html
PR: ports/113994
Submitted by: Kouichi ABE (WALL) <kouichi@mysticwall.com>
 |
|
Monday, 9 Jul 2007
|
05:16 clsung
This is a text analyzer for analyzing CJK texts. Plucene does not
support CJK texts natively. This module encodes terms in MIME::Base64
format to get around this problem. Texts are assumbed to be in UTF-8
encoding.
WWW: http://search.cpan.org/dist/Plucene-Analysis-CJKAnalyzer/
PR: ports/114376
Submitted by: Gea-Suan Lin <gslin at gslin.org>
 |
01:57 clsung
- repocopy ruby-spreadsheet-excel to rubygem-spreadsheet-excel
- remove ruby-spreadsheet-excel
PR: ports/114148
 |
|
Saturday, 7 Jul 2007
|
16:19 miwi
Text::Report - Perl extension for generating mixed columnar formatted reports
and report templates
Author: David Huggins <davidius@cpan.org>
WWW: http://search.cpan.org/dist/Text-Report/
PR: ports/114373
Submitted by: Tsung-Han Yeh <snowfly at yuntech.edu.tw>
 |
|
Tuesday, 19 Jun 2007
|
21:21 gabor
This is the BSD-licensed version of the well-known sort utility, obtained from
OpenBSD. It lacks some features of GNU sort. It is a proposed project idea
to replace the GNU sort with this one, but it needs to be completed first.
Patches are highly appreciated.
WWW: http://www.freebsd.org/projects/ideas/#p-bsdtexttools
Obtained from: OpenBSD
 |
21:20 gabor
This is the BSD-licensed version of the well-known grep utility, obtained from
OpenBSD. It lacks some features of GNU grep. It is a proposed project idea
to replace the GNU grep with this one, but it needs to be completed first.
Patches are highly appreciated.
WWW: http://www.freebsd.org/projects/ideas/#p-bsdtexttools
Obtained from: OpenBSD
 |
21:18 gabor
This is the BSD-licensed version of the well-known diff utility, obtained from
OpenBSD. It lacks some features of GNU diff. It is a proposed project idea
to replace the GNU diff with this one, but it needs to be completed first.
Patches are highly appreciated.
WWW: http://www.freebsd.org/projects/ideas/#p-bsdtexttools
Obtained from: OpenBSD
 |
|
Tuesday, 12 Jun 2007
|
19:50 thierry
Add Aspell Frisian (Frysk) dictionary.
<http://borel.slu.edu/crubadan/>
 |
|
Saturday, 9 Jun 2007
|
18:25 sat
Add port textproc/ots:
The Open Text Summarizer is an open source tool for summarizing texts.
The program reads a text and decides which sentences are important and
which are not.
WWW: http://libots.sourceforge.net/
Inspired by: Debian Package of the Day
Based on: OpenBSD port
 |
|
Tuesday, 5 Jun 2007
|
09:38 miwi
This is a SCIM IMEngine module which uses m17n library as the backend.
WWW: http://www.scim-im.org/
PR: ports//112587
Submitted by: Yinghong.Liu <liu_yinghong at yahoo.com.cn>
 |
|
Monday, 4 Jun 2007
|
15:42 gabor
Remove expired ports:
2007-01-01 textproc/ruby-html-parser: distfile and homepage disappeared
2007-03-10 textproc/ruby-libxslt: Broken on all supported versions of FreeBSD
2007-05-26 www/py-htmltestcase: Upstream site disappeared and dependency is set
to expire
 |
|
Thursday, 31 May 2007
|
11:29 demon
New port: MARC::Lint.
A mechanism for validating MARC records.
Asked for by: Marten Richter<marten.richter@freenet.de>
PR: 112718
 |
|
Saturday, 26 May 2007
|
16:12 lth
Add p5-PPI-XS 0.900, XS acceleration for the PPI perl parser.
 |
|
Thursday, 3 May 2007
|
10:21 lth
Add p5-UML-Class-Simple 0.09, render simple UML class diagrams, by
loading the code.
 |
|
Tuesday, 1 May 2007
|
19:10 miwi
XML_Feed_Parser is a parser for (the various) RSS and Atom format XML feeds.
It attempts to provide a somewhat unified API while still allowing access to
the full details of each feed type.
WWW: http://pear.php.net/package/XML_Feed_Parser/
 |
02:03 clsung
Add p5-XML-MyXML 0.09766, a simple-to-use XML module parsing and
creating XML documents.
PR: ports/112261
Submitted by: Gea-Suan Lin <gslin at gslin.org>
 |
|
Tuesday, 24 Apr 2007
|
14:25 miwi
texttable is a module to generate a formatted text table, using ASCII
characters.
WWW: http://cheeseshop.python.org/pypi?name=texttable&:action=display
 |
|
Monday, 23 Apr 2007
|
11:15 sat
Add port textproc/py-html2text:
html2text is a Python script that convers a page of HTML into clean,
easy-to-read plain ASCII text. Better yet, that ASCII also happens to
be valid Markdown (a text-to-HTML format).
WWW: http://www.aaronsw.com/2002/html2text/
Author: Aaron Swartz <me@aaronsw.com>
Inspired by: pkgsrc package
 |
08:49 tobez
Add textproc/p5-Template-Declare 0.07, yet another Perl templating
module.
 |
05:00 dryice
New port for py-mako. This is a template library written in Python.
Approved by: itetcu (mentor, implicit)
 |
|
Sunday, 22 Apr 2007
|
22:52 sobomax
Remove this port - it's already exists as textproc/wbxml2.
Pointy hat to: sobomax
 |
|
Friday, 20 Apr 2007
|
00:39 sobomax
Add libwbxml 0.9.2, library and tools to parse, encode and handle WBXML
documents.
 |
|
Tuesday, 10 Apr 2007
|
17:59 miwi
2007-04-06 sysutils/tct: this port is obsolete, please use sysutils/sleuthkit
instead
2007-04-10 textproc/ocaml-yaxi: Does not build
2007-04-10 ukrainian/pine.language: Leaves behind config file on deinstall
2007-04-10 www/mod_zap: Incomplete pkg-plist
2007-04-10 www/sahana2: Conflicting dependencies: php4 vs php5
2007-04-10 www/urchin5: Does not install
2007-04-07 databases/cyrus-smlacapd: this software is obsolete
 |
|
Friday, 6 Apr 2007
|
07:02 lwhsu
Add py-hyperestraier-python 0.9.2, pure Python HyperEstraier library.
PR: ports/111267
Submitted by: Junji NAKANISHI <jun-g at daemonfreaks.com>
Approved by: clsung (mentor)
 |
|
Thursday, 5 Apr 2007
|
17:57 tobez
Add textproc/p5-Template-Plugin-Lingua-EN-Inflect 0.02, a Perl modules
that interfaces Template Toolkit with Lingua::EN::Inflect.
 |
12:54 tobez
Add textproc/p5-HTML-SBC 0.15.
Simple Blog Code is a simple markup language. You can use it for guest
books, blogs, wikis, boards and various other web applications. It
produces valid and semantic (X)HTML from input and is patterned on that
tiny usenet markups like *bold* and _underline_.
 |
|
Wednesday, 4 Apr 2007
|
12:58 sat
Add port textproc/pdfoutline:
pdfoutline adds outlines (aka bookmarks) to PDF files. It reads input
file given as first argument, adds outlines from text file given as
second argument, and saves result to file with name given as third
argument.
WWW: http://sourceforge.net/projects/fntsample/
Author: Eugeniy Meshcheryakov <eugeniy@users.sourceforge.net>
 |
|
Monday, 2 Apr 2007
|
21:35 nivit
Pygments is a syntax highlighting package written in Python.
It is a generic syntax highlighter for general use in all kinds of software
such as forum systems, wikis or other applications that need to prettify
source code. Highlights are:
* a wide range of common languages and markup formats is supported
* special attention is paid to details, increasing quality by a fair amount
* support for new languages and formats are added easily
* a number of output formats, presently HTML, LaTeX, RTF and ANSI sequences
* it is usable as a command-line tool and as a library
WWW: http://pygments.org/
 |
|
Tuesday, 27 Mar 2007
|
09:59 miwi
PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework.
This package provides the QtXml module.
WWW: http://www.riverbankcomputing.co.uk/pyqt/
PR: ports/109622
Submitted by: Danny Pansters <danny at ricin.com>
 |
|
Thursday, 22 Mar 2007
|
18:00 lth
Add p5-Text-FixEOL 1.05, canonicalizes text to a specified EOL/EOF
convention.
 |
15:52 miwi
Perl module for page numbering and spread pagination. The object produced by
Data::SpreadPagination can be used to create an easy to use spread pagination
navigator. It inherits from Data::Page, and in addition provides methods to
create a pagination spread, keeping pagenumbers displayed within a sensible
limit.
WWW: http://search.cpan.org/dist/Data-SpreadPagination/
PR: ports/110677
Submitted by: Sergei Vyshenski <svysh@pn.sinp.msu.ru>
 |
09:41 ijliao
add scss 0.2.3
A Scheme module for W3C Cascading Stylesheets recommendation
 |
09:40 ijliao
add sdom 0.4.1
An implementation of the W3C DOM recommendation in Scheme
 |
|
Wednesday, 21 Mar 2007
|
20:40 nivit
JaLingo is a free OS independent dictionary application.
It understands 4 dictionary formats:
* DSL
* Mova
* PtkDict/phpMyLingvo MySQL dumps
* Sdictionary (249)
WWW: http://jalingo.sourceforge.net/
 |
|
Tuesday, 13 Mar 2007
|
12:22 miwi
Add dictem-emacs22 , dictEm is a dict client for [X]Emacs.
PR: ports/110254
Submitted by: Max N. Boyarov <m.boyarov at bsd.by>
 |
|
Sunday, 11 Mar 2007
|
16:42 miwi
Library for automatic morphological analysis of English,
Russian and German Languages. Version 2.
Finds the lemmas (all forms) of a word.
Written in C++.
WWW: http://www.aot.ru/
- Andrei V. Shetuhin
slonik-v-domene@mail.ru
reki@reki.ru
PR: ports/110137
Submitted by: Andrei V. Shetuhin
 |
|
Saturday, 10 Mar 2007
|
20:22 nobutaka
Add uim-kde, KDE panel applet of uim input method.
PR: ports/109399
Submitted by: Yamashiro Jun<yamajun@ofug.net>
 |
|
Monday, 5 Mar 2007
|
02:14 clsung
- XML::Tiny is a simple lightweight parser for a subset of XML
 |
|
Monday, 26 Feb 2007
|
11:19 miwi
Dblatex started as a DB2LaTeX clone. So, why this project? The purpose
is a bit different on these points:
(1) The project is end-user oriented, that is, it tries to hide as much
as possible the latex compiling stuff by providing a single clean
script to produce directly DVI, PostScript and PDF output.
(2) The actual output rendering is done not only by the XSL stylesheets
transformation, but also by a dedicated LaTeX package. The purpose is
to allow a deep LaTeX customisation without changing the XSL
stylesheets.
(3) Post-processing is done by Python, to make publication faster,
convert the images if needed, and do the whole compilation.
WWW: http://dblatex.sourceforge.net/
PR: ports/109520
Submitted by: Peter Johnson <johnson.peter at gmail.com>
 |
|
Thursday, 22 Feb 2007
|
11:52 skv
Add asm-xml 0.2, very fast XML parser and decoder written in pure
assembler.
 |
|
Wednesday, 21 Feb 2007
|
14:48 rafan
Add p5-Number-Spell 0.04, perl extension for spelling out numbers.
PR: ports/109382
Submitted by: chinsan
 |
|
Tuesday, 20 Feb 2007
|
03:49 clsung
The purpose of the module is to export the C++ Lucene API to perl
and at the same time be as close as possible to the original Java API.
This has the combined advantage of providing perl programmers with a
well-documented API and giving them access to a C++ search engine
library that is supposedly faster than the original.
WWW: http://search.cpan.org/dist/Lucene/
WWW: http://sourceforge.net/projects/clucene/
 |
|
Sunday, 18 Feb 2007
|
19:20 gabor
Remove expired ports:
2006-12-30 textproc/ruby-htmlcompact: distfile and homepage disappeared
2006-12-30 textproc/ruby-rwv2: distfile disappeared and has no homepage
Approved by: erwin (mentor, implicit)
 |
14:03 rafan
Add eqe 1.3.0, LaTeX equation editor.
PR: ports/109216
Submitted by: chinsan
 |
13:29 gabor
Remove expired port:
2007-02-01 textproc/p5-Pod-LaTeX: Incorrect pkg-plist
Approved by: erwin (mentor, implicit)
 |
|
Friday, 16 Feb 2007
|
11:45 dinoex
Ruby-htmltools tools for parsing and manipulating HTML text in Ruby.
It can be used for programmatically access outside HTML-pages.
I hope to extend it to become a web-publishing framework in the future.
Author: Johannes Brodwall <johannes@brodwall.com>
WWW: http://rubyforge.org/projects/ruby-htmltools/
 |
|
Wednesday, 14 Feb 2007
|
03:45 clsung
Add rubygem-tidy 1.1.2, ruby interface to HTML Tidy Library Project.
PR: ports/108716
Submitted by: IWATSUKI Hiroyuki <don at na.rim.or.jp>
 |
|
Tuesday, 13 Feb 2007
|
04:20 clsung
Pod::Strip, a subclass of Pod::Simple. It parses perl files,
strips all POD from Perl Code.
WWW: http://search.cpan.org/dist/Pod-Strip/
 |
|
Monday, 12 Feb 2007
|
22:28 thierry
Add Aspell Kurdi dictionary.
 |
22:26 thierry
Add Aspell Armenian dictionary.
 |
|
Sunday, 11 Feb 2007
|
17:21 nox
Pandoc is a command-line tool for converting from one markup format
to another. It can read markdown and (subsets of) reStructuredText,
HTML, and LaTeX, and it can write markdown, reStructuredText, HTML,
LaTeX, DocBook, RTF, and S5 HTML slide shows.
Pandoc extends standard markdown syntax with footnotes, embedded LaTeX,
and other features. A compatibility mode is provided for those who
need a drop-in replacement for Markdown.pl. Included wrapper scripts
make it easy to convert markdown documents to PDFs and to convert web
pages to markdown documents.
In contrast to existing tools for converting markdown to HTML, which
use regex substitutions, pandoc has a modular design: it consists of a
set of readers, which parse text in a given format and produce a native
representation of the document, and a set of writers, which convert
this native representation into a target format. Thus, adding an input
or output format requires only adding a reader or writer.
WWW: http://sophos.berkeley.edu/macfarlane/pandoc/
PR: ports/109028
Submitted by: John MacFarlane <jgm at berkeley.edu>
Approved by: miwi (mentor)
 |
00:55 kris
Remove ports depending on expired devel/cl-asdf-cmucl port.
 |
|
Monday, 5 Feb 2007
|
20:56 lofi
Add qt4, a multiplatform C++ application framework
 |
01:08 pav
Populate a new ports-mgmt category. List of moved ports:
devel/portcheckout -> ports-mgmt/portcheckout
devel/portlint -> ports-mgmt/portlint
devel/portmk -> ports-mgmt/portmk
devel/porttools -> ports-mgmt/porttools
misc/instant-tinderbox -> ports-mgmt/instant-tinderbox
misc/porteasy -> ports-mgmt/porteasy
misc/portell -> ports-mgmt/portell
misc/portless -> ports-mgmt/portless
misc/tinderbox -> ports-mgmt/tinderbox
security/jailaudit -> ports-mgmt/jailaudit
security/portaudit -> ports-mgmt/portaudit
security/portaudit-db -> ports-mgmt/portaudit-db
security/vulnerability-test-port -> ports-mgmt/vulnerability-test-port
sysutils/barry -> ports-mgmt/barry
sysutils/bpm -> ports-mgmt/bpm
sysutils/kports -> ports-mgmt/kports
sysutils/managepkg -> ports-mgmt/managepkg
sysutils/newportsversioncheck -> ports-mgmt/newportsversioncheck
sysutils/pib -> ports-mgmt/pib
sysutils/pkgfe -> ports-mgmt/pkgfe
sysutils/pkg-orphan -> ports-mgmt/pkg-orphan
sysutils/pkg_cutleaves -> ports-mgmt/pkg_cutleaves
sysutils/pkg_install -> ports-mgmt/pkg_install
sysutils/pkg_install-devel -> ports-mgmt/pkg_install-devel
sysutils/pkg_remove -> ports-mgmt/pkg_remove
sysutils/pkg_rmleaves -> ports-mgmt/pkg_rmleaves
sysutils/pkg_trackinst -> ports-mgmt/pkg_trackinst
sysutils/pkg_tree -> ports-mgmt/pkg_tree
sysutils/portbrowser -> ports-mgmt/portbrowser
sysutils/portconf -> ports-mgmt/portconf
sysutils/portdowngrade -> ports-mgmt/portdowngrade
sysutils/portcheck -> ports-mgmt/portcheck
sysutils/portmanager -> ports-mgmt/portmanager
sysutils/portmaster -> ports-mgmt/portmaster
sysutils/portscout -> ports-mgmt/portscout
sysutils/portsearch -> ports-mgmt/portsearch
sysutils/portsman -> ports-mgmt/portsman
sysutils/portsnap -> ports-mgmt/portsnap
sysutils/portsopt -> ports-mgmt/portsopt
sysutils/portupgrade -> ports-mgmt/portupgrade
sysutils/portupgrade-devel -> ports-mgmt/portupgrade-devel
sysutils/port-authoring-tools -> ports-mgmt/port-authoring-tools
sysutils/port-maintenance-tools -> ports-mgmt/port-maintenance-tools
sysutils/psearch -> ports-mgmt/psearch
sysutils/p5-FreeBSD-Portindex -> ports-mgmt/p5-FreeBSD-Portindex
sysutils/qtpkg -> ports-mgmt/qtpkg
textproc/p5-FreeBSD-Ports -> ports-mgmt/p5-FreeBSD-Ports
Repocopies by: marcus
 |
|
Friday, 26 Jan 2007
|
11:43 vd
Remove expired leaf port:
2006-12-30 textproc/ruby-text-format: distfile and homepage disappeared
 |
|
Wednesday, 24 Jan 2007
|
09:15 nivit
Genshi is a Python library that provides an integrated set of components
for parsing, generating, and processing HTML, XML or other textual content
for output generation on the web. The major feature is a template language,
which is heavily inspired by Kid.
WWW: http://genshi.wedgewall.org/
Approved by: alexbl (mentor, implicit)
 |
|
Tuesday, 23 Jan 2007
|
16:30 oliver
Xfce Plugin for searching for the translation or explanation of a word
 |
|
Monday, 22 Jan 2007
|
07:51 miwi
Weka is a collection of machine learning algorithms for data mining tasks. The
algorithms can either be applied directly to a dataset or called from your own
Java code. Weka contains tools for data pre-processing, classification,
regression, clustering, association rules, and visualization. It is also
well-suited for developing new machine learning schemes.
WWW: http://www.cs.waikato.ac.nz/ml/weka/
PR: ports/108143
Submitted by: Simon Olofsson <simon at olofsson.de>
 |
|
Wednesday, 17 Jan 2007
|
08:38 miwi
- add xmlada-gps
 |
|
Sunday, 7 Jan 2007
|
07:17 rafan
Add odt2txt 0.2, a simple (and stupid) converter from OpenDocument Text
to plain text.
PR: ports/107606
Submitted by: chinsan
 |
|
Friday, 5 Jan 2007
|
20:26 miwi
2006-12-23 www/emp: project is shutting down
2006-12-01 textproc/nfbtrans: Unfetchable
 |
|
Tuesday, 2 Jan 2007
|
08:42 clsung
mRss is a C library for parsing, writing and creating RSS files or streams.
WWW: http://www2.autistici.org/bakunin/libmrss/doc/
 |
|
Saturday, 30 Dec 2006
|
09:22 dinoex
This is a small service which converts a LaTeX text into an image.
Just select the text, click on the service item menu, choose
"Return the LaTeX rendering" and voila! Your text is replaced by
its LaTeX rendering.
WWW: http://www.roard.com/latexservice/
 |
|
Friday, 29 Dec 2006
|
20:22 miwi
XML/Ada is a set of modules that provide a simple manipulation of XML
streams. It supports the whole XML 1.0 specifications, and can parse
any file that follows this standard (including the contents of the
DTD).
It also provides support for a number of other standard associated
with XML, like SAX and DOM.
In addition, It includes a module to manipulate Unicode streams, since
this is required by the XML standard.
This version of GtkAda is designed to be used with lang/gnat-gcc41.
WWW: https://libre2.adacore.com/xmlada/
WWW: http://gnuada.sourceforge.net/
Author: Petr Holub <hopet@ics.muni.cz>
PR: ports/107180
Submitted by: hopet at ics.muni.cz
 |
Number of commits found: 3259 (showing only 100 on this page) |