Commit graph

825 commits

Author SHA1 Message Date
Kevin Lo
d0b29567b6 Initial import of libextractor 0.5
Libextractor is a library used to extract meta-data from files of
arbitrary type.
2005-05-25 13:36:28 +00:00
Pav Lucistnik
e1af3c2a48 New port: textproc/pear-Numbers_Roman PEAR methods for converting to and from Roman Numerals
PEAR::Numbers_Roman provides static methods for converting to and from Roman
numerals. It supports Roman numerals in both uppercase and lowercase
styles and conversion for and to numbers up to 5 999 999.

PR:		ports/81447
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net>
2005-05-24 21:24:17 +00:00
Jeremy Messenger
fe3cd0525f The Link Grammar Parser is a syntactic parser of English, based on link
grammar, an original theory of English syntax. Given a sentence, the system
assigns to it a syntactic structure, which consists of a set of labeled links
connecting pairs of words. The parser also produces a "constituent"
representation of a sentence (showing noun phrases, verb phrases, etc.).

WWW: http://www.link.cs.cmu.edu/link/
2005-05-22 08:24:33 +00:00
Pav Lucistnik
907c955c07 This is a small shell script intended to be used in portable Unix install
scripts for showing progress bars.

PR:		ports/81216
Submitted by:	Erik Greenwald <erik@smluc.org>
2005-05-20 18:01:27 +00:00
Pav Lucistnik
86b69b7fe7 RefDB is a client-server database system for storing, retrieving and
formatting bibliographic references.  It is a front-end for an SQL
database backend---either SQLite, MySQL, or PostgreSQL.

PR:		ports/81251
Submitted by:	Paul A. Hoadley <paulh@logicsquad.net>
2005-05-20 09:24:04 +00:00
Jean-Yves Lefort
772d4e8f95 Add py-xlwriter.
pyXLWriter is a Python library for generating Excel-compatible spreadsheets.
It's a port of John McNamara's Perl Spreadsheet::WriteExcel module (see
http://www.cpan.org) to Python.

WWW: http://pyxlwriter.sourceforge.net/

PR:		ports/80930
Submitted by:	Choe Cheng-Dae <whitekid@gmail.com>
2005-05-14 16:31:39 +00:00
Jean-Yves Lefort
c2a049a09c Add py-excelerator.
pyExcelerator is a Python library that can generate Excel 97+ files and import
Excel 95+ files. It supports Unicode in Excel files, and can use a variety of
formatting features and printing options. It can dump Excel and OLE2 compound
files.

WWW: http://sourceforge.net/projects/pyexcelerator

PR:		ports/80962
Submitted by:	Choe Cheng-Dae <whitekid@gmail.com>
2005-05-14 12:09:56 +00:00
Vanilla I. Shu
6cfbbfa380 Add scim-input-pad 0.1.0, SCIM add-on to input various symbols with
on-screen pad.

PR:		ports/80747
Submitted by:	chinsan	<chinsan@mail2000.com.tw>
2005-05-08 22:59:07 +00:00
Mario Sergio Fujikawa Ferreira
3d6fb3e466 New port python-xmltv version 0.5.21: A Python module that provides
access to XMLTV TV listings
2005-05-08 21:46:35 +00:00
Mario Sergio Fujikawa Ferreira
b8b5a95a06 New port py-TVGrab version 0.5.1: A xmltv python library to write
grabbers of tv scheduling collections
2005-05-08 08:02:12 +00:00
Lars Thegler
a2c3080897 Add p5-Text-Textile 0.7, a perl-based implementation of the Textile
syntax by Dean Allen.

PR:		ports/80635
Submitted by:	Travis Campbell <hcoyote@ghostar.org>
2005-05-07 14:54:46 +00:00
Ying-Chieh Liao
3c8c8b5ab2 add p5-XML-Parser-Lite-Tree 0.03
Lightweight XML tree builder
2005-04-27 15:29:21 +00:00
Ying-Chieh Liao
4cb05a3959 add re_graph 0.2
Regular Expression Graphing Program
2005-04-22 10:32:59 +00:00
Lars Thegler
b036e51828 Add p5-Text-ASCIITable 0.15, create a nice formatted table using ASCII
characters.
2005-04-20 12:10:41 +00:00
Sergey Skvortsov
5a65a8cfeb Add docbook-xml-440 4.4,
DocBook/XML DTD V4.4, designed for
technical documentation.
2005-04-18 11:36:00 +00:00
Florent Thoumie
8d7a7e48d7 - Add py-twistedFlow, Documentation generator with HTML and LaTeX support.
PR:		ports/79927
Submitted by:	Neal Nelson <neal@nelson.name>
2005-04-15 04:54:37 +00:00
Anton Berezin
6f68b12264 Remove p5-Sort-PolySort.
Forgotten by:	tobez
Noticed by:	boris^H^H^H^H^Hlawrance
2005-04-14 08:14:15 +00:00
Pav Lucistnik
94e51b04ae New port: textproc/pear-XML_Wddx PEAR Wddx pretty serializer and deserializer
PEAR::XML_Wddx does 2 things:
a) a drop in replacement for the XML_Wddx extension (if it's not built in)
b) produce an editable wddx file (with indenting etc.) and uses CDATA, rather
than char tags

PR:		ports/79367
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net>
2005-04-11 21:41:12 +00:00
Pav Lucistnik
ced14b5483 PEAR::XML_Beautifier will add indentation and linebreaks to you XML files,
replace all entities, format your comments and makes your document easier to
read.

You can influence the way your document is beautified with several options.

PR:		ports/79402
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net>
2005-04-11 19:59:42 +00:00
Pav Lucistnik
a6037d8db8 PEAR::XML_HTMLSax provides an API very similar to the native PHP XML
extension (http://www.php.net/xml), allowing handlers using one to be easily
adapted to the other.

The key difference is HTMLSax will not break on badly formed XML, allowing it
to be used for parsing HTML documents. Otherwise HTMLSax supports all the
handlers available from Expat except namespace and external entity handlers.

PR:		ports/79403
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net>
2005-04-11 19:09:35 +00:00
Pav Lucistnik
180ef443a6 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.

PR:		ports/79432
Submitted by:	Alexander Novitsky <alecn2002@yandex.ru>
2005-04-10 13:36:29 +00:00
Lars Thegler
e541bcfae7 Add p5-PPI-HTML 0.02, generate syntax-hightlighted HTML for Perl using
PPI.
2005-04-03 13:06:07 +00:00
Lars Thegler
2e150a3e59 Add p5-PPI 0.903, analyze and manipulate Perl code without using perl
itself.
2005-04-03 12:59:31 +00:00
Florent Thoumie
573cd31b43 - Add p5-IO-CSVHeaderFile 0.03, a Perl module to automate reads from CSV
formatted text files.

PR:		ports/74293
Submitted by:	Vasek Balcar <vasek@ti.cz>
2005-03-15 22:54:20 +00:00
Joe Marcus Clarke
190418a078 Presenting GNOME 2.10 for FreeBSD!
The release notes can be found at
http://www.gnome.org/start/2.10/notes/rnwhatsnew.html, and will give you a
good idea of what has gone into this release overall.  However, a lot of
FreeBSD specific additions and fixes have been made.  For example, this
release offers fixed ACPI support as well as new CPU freqeuncy monitoring
support.  See the FreeBSD GNOME 2.10 upgrade page at
http://www.FreeBSD.org/gnome/docs/faq210.html for the entire list as well
as a list of known issues and upgrade instructions.

GNOME 2.10, as well as all of our releases, would not be possible without
the great team that goes into porting and testign each and every component.
Thanks definitely goes out to ahze, adamw, bland, kwm, mezz, and pav for all
their work.  We would also like to thank our adventurous users that chose to
ride the walrus.  We'd especially like to thank the following users that
provided patches for GNOME 2.10:

ade
Yasuda Keisuke
Franz Klammer
Khairil Yusof
Radek Kozlowsk

And anyone else I may have accidentally omitted.

As with GNOME 2.8, 2.10 comes with a brand-spankin' new splashscreen
courtesy of Franz Klammer.  However, unlike GNOME 2.8, we've included all
of the FreeBSD GNOME splashscreen entries with gnomesession.  You can
use the deskutils/splashsetter port to choose the one you like best.

As always, GNOME users should _not_ use portupgrade alone to upgrade to
2.10.  Instead, get the gnome_upgrade.sh script from
http://www.FreeBSD.org/gnome/gnome_upgrade.sh.

Enjoy!
2005-03-12 10:39:38 +00:00
Pav Lucistnik
f42b3d617c New port for py-zpt, which is a version of Zope Page Templates that does not
require Zope and is hence useful for doing templating in other projects.

PR:		ports/78573
Submitted by:	Benno Rice <benno@jeamland.net>
2005-03-11 20:57:15 +00:00
Pav Lucistnik
509096103d emacs-wiki enables you to create and use hyperlinks and simple formatting in
plain text files, and to optionally publish your pages as HTML.

PR:		ports/78612
Submitted by:	Dryice Liu <dryice@liu.com.cn>
2005-03-11 19:33:27 +00:00
Pav Lucistnik
1b481b766e Read XML data into Lisp structures, and allow those same List structures
to be written out as XML.

PR:		ports/78610
Submitted by:	Dryice Liu <dryice@liu.com.cn>
2005-03-11 19:21:47 +00:00
Michael Johnson
dca26075ed Add p5-Text-Aspell 0.04, perl interface to the GNU Aspell library.
PR:		ports/78425
Submitted by:	lars.eggert@gmx.net
2005-03-09 09:02:27 +00:00
Cheng-Lung Sung
e12cd84d2f - This port will add real people text to speech functionality
to stardict2.
- Contribution also to ports/74660
  statue <statue AT freebsd dot netlab dot cse dot yzu dot edu dot tw>

PR:		74714
Submitted by:	delphij
2005-03-07 03:42:59 +00:00
Cheng-Lung Sung
c0f0c79416 - This is the im engine for scim table based input methods.
- This IM engine was included as part of scim in 1.0.x version,
  and splited into a separate package since 1.2.0.

PR:		78264
Submitted by:	Jie Gao <gaoj AT cpsc dot ucalgary dot ca>
2005-03-07 03:00:16 +00:00
Anton Berezin
6dc7572495 Add p5-Regexp-Log-Common, a regexp parser for the common log format. 2005-03-03 11:13:02 +00:00
Anton Berezin
59d0d3b17e Add p5-Regexp-Log, a base Perl class for log files regexp builders. 2005-03-03 11:11:25 +00:00
Sergey Skvortsov
0c704234f6 Add hhm 0.1, HTML Help Maker. 2005-02-28 13:29:26 +00:00
Sergey Matveychuk
a38bbc1bbf New port: ArCHMage is extensible reader/decompiler of files in CHM format.
PR:		ports/77930
Submitted by:	Vsevolod Stakhov <vsevolod(at)highsecure.ru>
2005-02-22 20:06:53 +00:00
Kris Kennaway
11ea174ccb As previously announced, remove ports that have reached their expiry date,
and the handful of ports that depended on them.
2005-02-18 23:44:49 +00:00
Pav Lucistnik
eaf81e584f This port allows to create nice syntax coloured listings for display on web
sites

PR:		ports/61384
Submitted by:	Marc van Woerkom <marc.vanwoerkom@fernuni-hagen.de>
2005-02-18 10:29:30 +00:00
Mathieu Arnold
5647ec07bb Add p5-Sort-Naturally 1.02, sort lexically, but sort numeral parts
numerically.

PR:		ports/p5-Sort-Naturally/
Submitted by:	Aaron Dalton <aaron@daltons.ca>
2005-02-15 17:17:56 +00:00
Sergey Matveychuk
086b756a18 libhtmlparse is a lightweight HTML parsing library. It is designed for
applications where speed is critical and certain advanced features aren't
necessary. It's intended to be as simple as possible to use.

PR:		ports/75704
Submitted by:	Mooneer Salem <mooneer(at)translator.cx>
2005-02-11 21:33:44 +00:00
Michael Johnson
e5b5692140 Add gnome-translate 0.99, a natural language translator.
PR:		ports/76860
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
2005-02-09 19:15:34 +00:00
Michael Johnson
08dbdcc754 Add libtranslate 0.99, a natural language translation library.
PR:		ports/76859
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
2005-02-09 19:12:05 +00:00
Pav Lucistnik
4c66496991 An ocaml wrapper for the Expat XML parsing library.
PR:		ports/77266
Submitted by:	Marwan Burelle <marwan.burelle@lri.fr>
2005-02-09 10:24:53 +00:00
Sergey Matveychuk
659047ad61 New port: textproc/stardict2-dictd_mova, mova dictionaries for stardict
PR:		ports/75560
Submitted by:	Timur I. Bakeyev <timur(at)gnu.org>
2005-02-06 20:02:53 +00:00
Sergey Matveychuk
0f6da4fd69 New port: textproc/stardict2-quick, dictionaries for stardict from Quick
PR:		ports/75561
Submitted by:	Timur I. Bakeyev <timur(at)gnu.org>
2005-02-06 18:41:20 +00:00
Thierry Thomas
797b6b5689 Add info2man: translate GNU info files into man pages. 2005-01-23 21:55:46 +00:00
Pav Lucistnik
c28ba6d653 Add clit, a tool to manipulate Microsoft LIT eBook format.
PR:		ports/76201
Submitted by:	Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
2005-01-14 21:41:42 +00:00
Jeremy Messenger
29fcfa36a9 xmlroff is an XSL formatter written in C that produces PDF and PostScript.
WWW: http://xmlroff.org

PR:		ports/75972
Submitted by:	James Earl <james@icionline.ca>
2005-01-10 00:39:55 +00:00
Dmitry Sivachenko
e27710fcb0 New port: p5-MARC-Record.
The core class for representing a single MARC record.
2004-12-31 07:49:16 +00:00
Thierry Thomas
7bda762ebb Adding three new dictionaries:
- Amharic (am);
- Oriya (or);
- Low Saxon (nds).
2004-12-28 16:00:41 +00:00
Akinori MUSHA
9065dd74d4 Add ruby-xml-script, a Ruby module for scripting an XML stream using
an ASP-like notation.
2004-12-25 19:25:59 +00:00