Commit graph

1274 commits

Author SHA1 Message Date
Martin Wilke
b527b77010 Ruby wrapper around David Loren Parsons' discount, a fast,
BSD-licensed c implementation of John Gruber's Markdown plus
some aspects of SmartyPants.  Markdown is a text-to-HTML
conversion language for web writers, inspired by the format
of plain-text e-mail messages.  Markdown allows you to write
in an easy-to-read, easy-to-write plain text format, then
convert it to structurally valid XHTML (or HTML).

WWW: http://github.com/rtomayko/rdiscount/

PR:		ports/128548
Submitted by:	Daniel Roethlisberger <daniel at roe.ch>
2008-11-09 23:02:01 +00:00
Martin Wilke
00031d4dc5 Diff::LCS is a port of Algorithm::Diff that uses the McIlroy-Hunt longest
common subsequence (LCS) algorithm to compute intelligent differences between
two sequenced enumerable containers.

WWW: http://rubyforge.org/projects/ruwiki/

PR:		ports/128591
Submitted by:	Daniel Roethlisberger <daniel at roe.ch>
2008-11-09 23:00:51 +00:00
Jeremy Chadwick
6c8915f368 This library provides Boyer-Moore and Knuth-Morris-Pratt string search
implementations for Haskell bytestrings (with support for all strict and
lazy ByteString permutations).

WWW: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/stringsearch

Submitted by:	sbahra on EFnet #bsdports
2008-11-02 01:32:14 +00:00
Sergey Skvortsov
2c9117b75e Add p5-XML-Atom-Ext-OpenSearch 0.01, XML::Atom extension for OpenSearch
data.
2008-10-27 11:42:47 +00:00
Martin Wilke
b10df17072 Kwalify is a parser, schema validator, and data binding tool for
YAML and JSON.
This package provides a Perl 5 implementation of Kwalify.

WWW: http://search.cpan.org/dist/Kwalify/
2008-10-24 09:35:07 +00:00
Lars Thegler
f60dcf4170 Add p5-XML-Rules 1.05, parse XML and specify rules for individual tags. 2008-10-14 11:52:13 +00:00
Martin Wilke
4488490785 - Connect textproc/xerces-c2-devel 2008-10-12 11:13:31 +00:00
Stanislav Sedov
1c98d18014 - Add textproc/ruby-liquid, a non evaling template engine for ruby. 2008-10-06 14:24:47 +00:00
Lars Thegler
d72c21f098 Add p5-pod2pdf 0.42, converts POD to PDF format. 2008-10-02 11:51:06 +00:00
Martin Wilke
a022fa80ec Amberfish is general purpose text retrieval software, developed at Etymon
by Nassib Nassar and distributed as open source software under the terms
of version 2 of the GNU General Public License (GPL). Its distinguishing
features are indexing/search of semi-structured text (i.e. both free tex
and multiply nested fields), built-in support for XML documents using the
Xerces library, structured queries allowing generalized field/tag paths,
hierarchical result sets (XML only), automatic searching across multiple
databases (allowing modular indexing), TREC format results, efficient
indexing, and relatively low memory requirements during indexing (and the
ability to index documents larger than available memory). Z39.50 support
is available. Other features include Boolean queries, right truncation,
phrase searching, relevance ranking, support for multiple documents per
file, incremental indexing, and easy integration with other UNIX tools,
The architecture is also designed to permit proximity queries; however,
they are not fully implemented at present.

WWW: http://www.etymon.com/tr.html

This port also includes the Porter stemming algorithm for suffix
stripping, available at:
     http://www.tartarus.org/~martin/PorterStemmer

PR:		ports/127580
Submitted by:	Pedro Giffuni
2008-09-30 14:19:57 +00:00
Martin Wilke
95ee2714b0 Text::WikiCreole implements the Wiki Creole markup language, version
1.0, as described at http://www.wikicreole.org.  It reads Creole 1.0
markup and returns XHTML.

In addition to the official Creole 1.0 markup elements, it also supports
several extensions, such as plugins, superscript, subscript, underline,
definition lists, indented paragraphs, plugins, etc.

WWW: http://search.cpan.org/dist/Text-WikiCreole/

PR:		ports/127705
Submitted by:	Matthew Fuller <fullermd at over-yonder.net>
2008-09-30 08:48:16 +00:00
Max Brazhnikov
9445c3e0fc Add textproc/scim-bridge and textproc/scim-bridge-qt4:
Scim-bridge is wrapper library for SCIM, written in C. Scim-bridge
is seperated in two parts, the agent and the clients. The agent is
the IME server which communicates with SCIM. The clients are IMModules
which communicate only with the agent so that there is no binary
dependency between the clients and SCIM.

WWW:	http://www.scim-im.org/projects/scim_bridge/

PR:		126603
Submitted by:	Henry Hu <henry.hu.sh at gmail.com>
Approved by:	miwi (mentor)
2008-09-23 15:16:58 +00:00
Edwin Groothuis
cabd6ca967 [new port] Add textproc/stardict3
Add new port textproc/stardict3 (update stardict-2.x to
	stardict-3.x).

	StarDict is a Cross-Platform and international dictionary
	written in Gtk2.  It has powerful features such as "Glob-style
	pattern matching," "Scan selection word," "Fuzzy query,"
	etc.

	WWW: http://stardict.sourceforge.net/

PR:		ports/125924
Submitted by:	"Eric L. Chen" <d9364104@mail.nchu.edu.tw>
2008-09-23 02:35:09 +00:00
Li-Wen Hsu
b652cfa177 Add py-sphinx 0.4.2, python documentation generator. 2008-09-07 19:38:48 +00:00
Chin-San Huang
d2d421fd99 Add p5-Text-CharWidth, get number of occupied columns of a string on terminal.
This module supplies features similar as wcwidth(3) and wcswidth(3) in C
language.

Characters have its own width on terminal depending on locale. For example,
ASCII characters occupy one column per character, east Asian fullwidth
characters (like Hiragana or Han Ideograph) occupy two columns per
character, and combining characters (apperaring in ISO-8859-11 Thai,
Unicode, and so on) occupy zero columns per character. mbwidth() gives the
width of the first character of the given string and mbswidth() gives the
width of the whole given string.

The names of mbwidth and mbswidth came from "multibyte" versions of wcwidth
and wcswidth which are "wide character" versions.

mblen(string) returns number of bytes of the first character of the string.
Please note that a character may consist of multiple bytes in multibyte
encodings such as UTF-8, EUC-JP, EUC-KR, GB2312, or Big5.

mbwidth(string) returns the width of the first character of the string.
mbswidth(string) returns the width of the whole string.

Parameters are to be given in locale encodings, not always in UTF-8.

WWW: http://search.cpan.org/dist/Text-CharWidth/
2008-08-31 08:31:02 +00:00
Chin-San Huang
7c5c013873 Add p5-Text-Flow, flexible text flowing and word wrapping for not just ASCII
output.

This module provides a flexible way to wrap and flow text for both ASCII and
non-ASCII outputs.

The main purpose of this module is to provide text wrapping and flowing
features without being tied down to ASCII based output and fixed-width
fonts. My needs were for a more sophisticated text control in PDF and GIF
output formats in particular.

WWW: http://search.cpan.org/dist/Text-Flow/
2008-08-30 17:16:29 +00:00
Cheng-Lung Sung
e2f9df4db8 - Perl extension for manipulating the Penn Treebank format 2008-08-27 03:04:09 +00:00
Pietro Cerutti
9aac2f9850 New port: es-ispell
Spanish dictionary for the ispell spell-checking program.

PR:		125838
Submitted by:	Pedro F. Giffuni <giffunip@tutopia.com>
2008-08-19 14:55:26 +00:00
Pietro Cerutti
7058061ce7 New port: it-ispell
Italian dictionary for the ispell spell-checking program.

PR:		125842
Submitted by:	Pedro F. Giffuni <giffunip@tutopia.com>
2008-08-19 14:43:55 +00:00
Martin Wilke
568f8e877f The KDE FreeBSD team is proud to announce the release of KDE 4.1.0
for FreeBSD. The official KDE 4.1.0 release notes can be found at
http://www.kde.org/announcements/4.1/.

Some note:

* Prefix
KDE4 will be install into a custom prefixes namely ${LOCALBASE}/kde4.
KDE4 and KDE3 can co-exist

* Sound
For sound to work, it is necessary to have dbus and hal enabled
in your system. Please see the respective documentation on how
to enable these.

For more Informations see the HEADS UP at ports@ and kde-freebsd@
or our wiki page http://wiki.freebsd.org/KDE4/Install.

Have fun!
2008-08-09 16:52:28 +00:00
Martin Wilke
22f37f4bf8 Soprano (formerly known as QRDF) is a library which provides a highly usable
object-oriented C++/QT4 framework for RDF data. It uses different RDF storage
solutions as backends through a simple plugin system. Soprano is targetted at
desktop applications that need a RDF data storage solution. It has been
optimized for easy usage and simplicity.

WWW:	http://soprano.sourceforge.net/
2008-08-05 11:21:38 +00:00
Martin Wilke
d56984b056 - Update to qt 4.4.1
Note:
	With this update several ports specific problems
	have been fixed. Qt4 headers and libraries have
	been moved to include/qt4 and lib/qt4. bsd.qt.mk
	defines QT_INCDIR and QT_LIBDIR now, which could
	be used in qt4-dependent ports if required.

Thanks to:	Max Brazhnikov Danny Pansters
2008-08-04 23:30:38 +00:00
Martin Wilke
9e55a82a81 This module attempts to extract the maximum amount of content from available
documents, and is less concerned with XML compliance than alternatives.
Rather than rely on XML::Parser, it uses heuristics and good old-fashioned
Perl regular expressions.

WWW:	http://search.cpan.org/dist/XML-RSSLite/

PR:		ports/126116
Submitted by:	Tomoyuki Sakurai <cherry at trombik.org>
2008-08-04 10:52:10 +00:00
Philip M. Gollucci
6673f0faff This is a CORE module. If you installed perl 5.003 or above, a
version of this module is already available to you. This CPAN
package is only here to update core distributions prior 5.005.

The version provided is the same that comes with perl 5.00502.
If you run a newer version of perl, the version of Text::ParseWords
included there may be newer. This package is not fully synchronized
with the perl distributions.

Please run "perldoc Text::ParseWords" to see what this module
is for.

WWW:	http://search.cpan.org/dist/Text-ParseWords/

Approved by:    araujo (mentor)
2008-07-31 18:35:52 +00:00
Philip M. Gollucci
06b2f8f373 HTML::RewriteAttributes is designed for simple yet powerful HTML
attribute rewriting.  You simply specify a callback to run for each
attribute and we do the rest for you.  This module is designed to
be subclassable to make handling special cases eaiser.

WWW: http://search.cpan.org/dist/HTML-RewriteAttributes/
2008-07-28 19:00:24 +00:00
Gabor Kovesdan
21fc2ea487 DocBook is a general purpose XML schema particularly well suited to books and
papers about computer hardware and software (though it is by no means limited
to these applications).

The Version 5.0 release is a complete rewrite of DocBook in RELAX NG.
The intent of this rewrite is to produce a schema that is true to the spirit
of DocBook while simultaneously removing inconsistencies that have arisen as
a natural consequence of DocBook's long, slow evolution. The Technical
Committee has taken this opportunity to simplify a number of content models
and tighten constraints where RELAX NG makes that possible.

The Technical Committee provides the DocBook 5.0 schema in other schema
languages, including W3C XML Schema and an XML DTD, but the RELAX NG Schema
is now the normative schema.

WWW: http://www.docbook.org/specs/docbook-5.0-spec-cd-04.html
2008-07-22 22:37:20 +00:00
Martin Wilke
07c0553cca Python bindings for the wbxml2 library.
WWW: http://www.synce.org/moin/

PR:		ports/125307
Submitted by:	Alexander Logvinov <ports at logvinov.com>
2008-07-19 20:05:23 +00:00
Sergey Skvortsov
917a9e8892 Add p5-CSS-Minifier-XS 0.03, XS based CSS minifier. 2008-07-18 12:29:03 +00:00
Sergey Skvortsov
e85a76f301 Add p5-JavaScript-Minifier-XS 0.05, XS based JavaScript minifier. 2008-07-18 12:25:46 +00:00
Gabor Kovesdan
05b59154ec The DocBook DTD defines structural and content-based SGML markup
for computer documentation, with a primary emphasis on software
documentation and related classes of technical documents. Its
main high-level hierarchical structures are for books, reference
entries (for example, ``man pages''), and articles. It is
maintained by the DocBook Technical Committee of OASIS.

This port contains DocBook 4.5.  Note that DocBook 4.5 includes
the XML DocBook DTD as part of the SGML DTD distribution.  If
you do not need SGML DTD you should install:
  textproc/docbook-xml-450
instead.  There are no conflicts if both ports are installed
but you will have duplicates of most of the files.

WWW: http://www.docbook.org/specs/docbook-4.5-spec-cs-01.html
2008-07-13 14:38:16 +00:00
Gabor Kovesdan
29788e5255 The DocBook DTD defines structural and content-based SGML markup
for computer documentation, with a primary emphasis on software
documentation and related classes of technical documents. Its
main high-level hierarchical structures are for books, reference
entries (for example, ``man pages''), and articles. It is
maintained by the DocBook Technical Committee of OASIS.

This port contains DocBook 4.4.  Note that DocBook 4.4 includes
the XML DocBook DTD as part of the SGML DTD distribution.  If
you do not need SGML DTD you should install:
  textproc/docbook-xml-440
instead.  There are no conflicts if both ports are installed
but you will have duplicates of most of the files.

WWW: http://www.docbook.org/specs/cd-docbook-docbook-4.4.html
2008-07-13 14:36:46 +00:00
Pietro Cerutti
c6182d6159 - New port: ansifilter
Ansifilter is a customizable ANSI Code converter. ansifilter can
  output to plain text, HTML, and RTF.

PR:		125444
Submitted by:	Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> (new maintainer)
2008-07-09 21:27:14 +00:00
Edwin Groothuis
acb77e7f73 [NEW PORT] textproc/doc-mode.el: asciidoc fontlocking for emacs
doc-mode is an emacs mode for editing documentation, specifically
	designed for use with asciidoc (textproc/asciidoc).

	WWW: http://xpt.sourceforge.net/tools/doc-mode/

PR:		ports/123339
Submitted by:	peter.schuller@infidyne.com
2008-07-05 00:46:27 +00:00
Edwin Groothuis
982d958fff [maintainer update] textproc/dictem: Upgrade to use system default Emacs
Remove EMACS_PORT_NAME to use system default emacs version
	Note: to avoid conflicts please remove dictem-emacs22 port first.

PR:		ports/117580
Submitted by:	Max N. Boyarov <m.boyarov@bsd.by>
2008-07-05 00:14:19 +00:00
Martin Wilke
07d5e942db shuffle, as its name implies, shuffles the lines of its input (either
standard input, or the named files) into random order. It is in a
sense the very inverse of sort(1)).

WWW:    http://www.eskimo.com/~scs/src/#shuffle

PR:		ports/124100
Submitted by:	Greg Larkin <glarkin at sourcehosting.net>
2008-06-20 17:57:09 +00:00
Peter Pentchev
f05c384708 Add the bomstrip port - strip the UTF-8 BOM bytes from text files,
implemented in many programming languages.  The port uses my patchset
which adds three new implementations, some build infrastructure,
a manual page and a couple of other fixes.

Author:	Mechiel Lukkien <mechiel@xs4all.nl>
WWW:	http://www.xs4all.nl/~mechiel/projects/bomstrip/
2008-06-14 11:06:20 +00:00
Felippe de Meirelles Motta
39db22ac4d Perl::Critic::Bangs is a collection of Perl::Critic policies
that will help make your code better.

WWW: http://search.cpan.org/dist/Perl-Critic-Bangs/

PR:		ports/124333
Submitted by:	vany <ivan@serezhkin.com>
Approved by:	gabor (mentor, implicit)
2008-06-14 08:00:10 +00:00
Philippe Audeoud
92425c733a Parse/write/merge/edit RSS/RDF/Atom syndication feeds
WWW: http://search.cpan.org/dist/XML-FeedPP/

PR:		ports/124250
Submitted by:	Oleg Mamontov <oleg at mamontov.net>
Approved by:	tabthorpe (mentor)
2008-06-05 20:09:20 +00:00
Wesley Shields
6e6ab4495a Perl module for converting XML hash structures into plain text.
Approved by:	garga (mentor, implicit)
2008-06-01 23:01:08 +00:00
Dirk Meyer
9f45e9bca9 This framework is a simple parser and exporter for OPML files.
The main classes in this framework are OPMLDocument and OPMLOutline.
OPML is a file format used to store all kinds of outlines. It's based
on XML and also usually stores some meta information. This includes
author and creation time information and a document title.

WWW: http://www.etoile-project.org/
2008-05-11 13:29:57 +00:00
Martin Wilke
56a3c2a14f Enchant is a binder for libenchant. Libenchant
provides a common API for many spell libraries,
such as aspell/pspell(intended to replace
ispell),hspell(hebrew),ispell,myspell/hunspell
(OpenOffice project, mozilla),uspell (primarily
Yiddish, Hebrew, and Eastern European languages)

WWW:   http://pecl.php.net/package/enchant/

PR:		ports/122820
Submitted by:	Wen heping <wenheping at gmail.com>
2008-04-27 20:52:10 +00:00
Sergey Skvortsov
4994d1f521 Add p5-Regexp-Common-Email-Address 1.01, regex pattern for Email
Addresses.
2008-04-25 14:34:52 +00:00
Sergey Skvortsov
f9cef43c22 Add libcsv 2.0.1, small, simple and fast CSV library. 2008-04-23 14:26:24 +00:00
Cheng-Lung Sung
fa976d2aed This libary can serve as an advanced lexer for (GNU) makefiles. It
parses makefiles as "documents" and the parsing is lossless. The
results are data structures similar to DOM trees. The DOM trees hold
every single bit of the information in the original input files,
including white spaces, blank lines and makefile comments. That means
it's possible to reproduce the original makefiles from the DOM trees.
In addition, each node of the DOM trees is modifiable and so is the
whole tree, just like the PPI module used for Perl source parsing and
the HTML::TreeBuilder module used for parsing HTML source.

WWW:	http://search.cpan.org/dist/Makefile-DOM/

PR:		ports/122843
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2008-04-18 06:04:08 +00:00
Michael Johnson
1c3af98eb0 Add libwps
Libwps is a library (for use by word procesors, for example) for importing the
Microsoft Works word processor file format. It imports Works format versions 2,
3, 4, 5 (aka 2000), and 8 with some formatting. The scope of this project is
just a Works word processor import filter, so there are no plans for supporting
an export filter, spreadsheets, or databases.

WWW: http://libwps.sourceforge.net/
2008-04-16 17:54:21 +00:00
Lars Thegler
2504c8f292 Add p5-Pod-Spell 1.01, a formatter for spellchecking Pod. 2008-04-16 14:12:31 +00:00
Hiroki Sato
c3d52440d0 linux-scim-libs is library part of Smart Common Input Method
platform, also known as SCIM, in Linux binary.  This is a
development platform to make Input Method developers live
easier. It has very clear architecture and very simple
programming interface.
2008-04-13 18:19:53 +00:00
Martin Wilke
abc01da3e2 Templates like perl module HTML::Template
WWW: http://reki.ru/products/ctpp/

PR:		ports/121933
Submitted by:	Andrei V. Shetuhin <reki at reki.ru>
2008-03-26 12:55:51 +00:00
Rong-En Fan
a385653e01 BeeDiff is a graphical file comparator. User have a possibility
to compare and merge a two text files.  All differences are highlighted
in colors.

WWW: http://www.beesoft.org/beediff.html

PR:		ports/122010
Submitted by:	Max Brazhnikov <makc at issp.ac.ru>
2008-03-24 12:52:48 +00:00
Joe Marcus Clarke
a5c5d06829 This port already existed in multimedia/gstreamer-plugins-annodex. 2008-03-24 04:03:45 +00:00