| non port: textproc/Makefile |
Number of commits found: 3259 (showing only 100 on this page) |
|
Wednesday, 28 Dec 2011
|
17:49 rene
Remove expired, unmaintained ports:
2011-11-30 textproc/skribe
2011-11-30 emulators/wahcade
2011-11-30 databases/keximdb: Depends on editors/koffice-kde3, which is
scheduled for deletion
2011-11-30 editors/koffice-kde3
2011-11-30 net/keepalived: Depends on net/ipvs, which is scheduled for deletion
2011-11-30 net/ipvs: Designed for FreeBSD 5.x, which is no longer supported
2011-11-30 databases/fireprofile
2011-12-01 audio/gnowavcut: Abandonware
2011-12-01 mail/demime: No upstream development since 2007
2011-12-03 x11/wmmsg: No more public distfiles
2011-12-03 x11-toolkits/libgtkeditor: No more supported upstream, not depend on
anymore.
2011-12-03 misc/demoniac: No more upstream, no more public distfiles
2011-12-03 cad/gtkwave: No more public distfiles, no more upstream
2011-12-07 databases/clip: No develop anymore for long
2011-12-09 x11-toolkits/gtkextra: no longer supported upstream, no more depend
on
 |
15:59 sunpoet
- Add p5-Text-Prefix-XS 0.15
Text::Prefix::XS implements something of an trie algorithm for matching (and
extracting) prefixes from text strings.
WWW: http://search.cpan.org/dist/Text-Prefix-XS/
 |
|
Friday, 23 Dec 2011
|
19:52 rm
- Add sixth portion of dependencies needed for Plone 4 import.
Approved by: novel (mentor)
 |
|
Sunday, 18 Dec 2011
|
19:27 rm
- Add first portion of dependencies needed for Plone 4 import.
Submitted by: rm (myself, via github)
Approved by: novel (mentor)
 |
09:04 miwi
rstyoutube is a package for embedding YouTube videos in reStructuredText
documents.
WWW: http://bitbucket.org/cliff/rstyoutube
PR: ports/163343
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
 |
|
Friday, 16 Dec 2011
|
22:23 pgollucci
fast_xs provides C extensions for escaping text.
The original String#fast_xs method is based on the xchar code by Sam Ruby:
o intertwingly.net/stories/2005/09/28/xchar.rb
o intertwingly.net/blog/2005/09/28/XML-Cleansing
_why also packages an older version with Hpricot (patches submitted). The
version here should be compatible with the latest version of Hpricot code.
Ruby on Rails will automatically use String#fast_xs from either Hpricot or this
gem version with the bundled Builder package.
String#fast_xs is an almost exact translation of Sam Ruby's original
implementation (String#to_xs), but it does escape a " (which is an
optional, but all parsers are able ot handle it. XML::Builder as packaged in
Rails 2.0 will be automatically use String#fast_xs instead of String#to_xs
available.
WWW: http://fast-xs.rubyforge.org/
PR: ports/163362
Submitted by: Scott Sanders <scott@jssjr.com>
Sponsored by: RideCharge Inc. / Taxi Magic
 |
22:22 pgollucci
Async (EventMachine) HTTP client, with support for:
o Asynchronous HTTP API for single & parallel request execution
o Keep-Alive and HTTP pipelining support
o Auto-follow 3xx redirects with max depth
o Automatic gzip & deflate decoding
o Streaming response processing
o Streaming file uploads
o HTTP proxy and SOCKS5 support
o Basic Auth & OAuth
o Connection-level & Global middleware support
o HTTP parser via http_parser.rb
o Works wherever EventMachine runs: Rubinius, JRuby, MRI
WWW: https://github.com/igrigorik/em-http-request
PR: ports/163361
Submitted by: Scott Sanders <scott@jssjr.com>
Sponsored by: RideCharge Inc. / Taxi Magic
 |
|
Monday, 5 Dec 2011
|
11:32 sunpoet
- Add p5-String-ToIdentifier-EN 0.06
String::ToIdentifier::EN provides a utility method, "to_identifier" for
converting an arbitrary string into a readable representation using the ASCII
subset of \w for use as an identifier in a computer program. The intent is to
make unique identifier names from which the content of the original string can
be easily inferred by a human just by reading the identifier.
If you need the full set of \w including Unicode, see the subclass
String::ToIdentifier::EN::Unicode.
Currently, this process is one way only, and will likely remain this way.
The default is to create camelCase identifiers, or you may pass in a separator
char of your choice such as _.
Binary char groups will be separated by _ even in camelCase identifiers to make
them easier to read, e.g.: foo_2_0xFF_Bar.
WWW: http://search.cpan.org/dist/String-ToIdentifier-EN/
Feature safe: yes
 |
|
Friday, 18 Nov 2011
|
08:39 clsung
This module subclasses Pod::Parser and converts POD to Markdown.
WWW: http://search.cpan.org/dist/Pod-Markdown/
Feature safe: yes
 |
|
Monday, 14 Nov 2011
|
06:34 wen
This package provides a parser and renderers for the classic Zope
"structured text" markup dialect (STX). STX is a plain text markup
in which document structure is signalled primarily by identation.
WWW: http://pypi.python.org/pypi/zope.structuredtext
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github)
Feature safe: yes
 |
|
Sunday, 13 Nov 2011
|
16:56 sunpoet
- Add p5-XML-LibXML-Cache 0.10
XML::LibXML::Cache is a cache for XML::LibXML documents loaded from files. It is
useful to speed up loading of XML files in persistent web applications.
This module caches the document object after the first load and returns the
cached version on subsequent loads. Documents are reloaded whenever the document
file changes. Changes to other files referenced during parsing also cause a
reload. This includes external DTDs, external entities or XIncludes.
WWW: http://search.cpan.org/dist/XML-LibXML-Cache/
Feature safe: yes
 |
13:22 sunpoet
- Add p5-Marpa-HTML 0.102
Marpa::HTML does "high-level" parsing of HTML. It allows handlers to be
specified for elements, terminals and other components in the hierarchical
structure of an HTML document. Marpa::HTML is an extremely liberal HTML parser.
Marpa::HTML does not reject any documents, no mater how poorly they fit the HTML
standards.
WWW: http://search.cpan.org/dist/Marpa-HTML/
Feature safe: yes
 |
|
Friday, 11 Nov 2011
|
08:17 wen
This implementation of Gettext for Python includes a Msgfmt class
which can be used to generate compiled mo files from Gettext po
files and includes support for the newer msgctxt keyword.
WWW: http://pypi.python.org/pypi/python-gettext
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github)
Feature safe: yes
 |
08:08 wen
The Zope3 Template Attribute Languate (TAL) specifies the custom
namespace and attributes which are used by the Zope Page Templates
renderer to inject dynamic markup into a page. It also includes
the Macro Expansion for TAL (METAL) macro language used in page
assembly.
WWW: http://pypi.python.org/pypi/zope.tal
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github)
Feature safe: yes
 |
|
Saturday, 5 Nov 2011
|
17:09 sunpoet
- Add p5-XML-LibXML-PrettyPrint 0.002
Long XML files can be daunting for humans to read. Of course, XML is really
designed for computers to read - not people - but there are times when mere
mortals do need to read and edit XML by hand. For example, if your application
stores its configuration in XML, or you need to dump some XML to STDOUT for
debugging purposes.
Syntax highlighting helps, but to really make sense of some XML, proper
indentation can be vital. Hence XML::LibXML::PrettyPrint - it can be applied to
an XML::LibXML DOM tree to reformat it into a more readable result.
Pretty-printing XML is not as CPU-efficient as dumping it out sloppily, so
unless you're pretty sure that a human is going to need to make sense of your
XML, you should probably not use this module.
WWW: http://search.cpan.org/dist/XML-LibXML-PrettyPrint/
 |
|
Wednesday, 2 Nov 2011
|
01:35 dougb
Remove ports@ ports that have been DEPRECATED for at least 1 month
audio/shoutcast Unfetchable; website rearranged
audio/linux-shoutcast Unfetchable; website rearranged
chinese/scim-chewing Does not configure
converters/py-cjkcodecs Integrated into every python version in the tree
databases/kpogre Does not compile
deskutils/mhc Does not fetch
deskutils/org-mode.el6 Does not fetch
deskutils/gemcal Does not fetch
devel/erlang-thrift Does not build
dns/domtools Does not fetch
editors/richtext Does not compile
games/vultures-claw Does not fetch
games/bomb Does not fetch
games/lgeneral-data Bad plist
games/linux-enemyterritory-jaymod Does not fetch
games/xphotohunter Does not fetch
graphics/gimpshop Fails to patch
graphics/lightspark-devel Does not compile
graphics/xmms-plazma Does not fetch
graphics/py-cgkit Does not fetch, does not compile on ia64, powerpc, or
sparc64
japanese/rxvt Does not fetch, fails to build with new utmpx
japanese/epic4 Some distfiles do not fetch
java/jde Does not fetch
java/kaffe Does not fetch
korean/gdick HTMLs from the Yahoo! Korea Dictionary cannot be parsed, other
runtime problems
korean/hanterm-xf86 Does not compile
korean/stardict2-dict-kr Does not fetch
lang/p5-JavaScript Does not fetch
lang/TenDRA Website disappeared; last release 2006, Does not compile on
recent FreeBSD-9
mail/freepops Does not build
mail/itraxp Does not build
misc/tellico Leaves file behind on deinstall
net/gsambad Does not fetch
net/nocatauth-gateway Uses a UID registered to another port
net/nocatauth-server Uses a UID registered to another port
net/libosip2 Does not fetch
net/kmuddy Does not fetch
net/netboot Does not build
net-mgmt/jffnms Does not fetch
net-p2p/frostwire Does not fetch
net-p2p/azureus Does not fetch
news/cleanscore Does not fetch
news/nntpswitch Does not fetch
news/p5-NewsLib Does not fetch
russian/cyrproxy Does not fetch
science/gerris Does not fetch
security/opensaml Does not fetch
sysutils/wmbattery Does not fetch
sysutils/cpuburn No more public distfiles
textproc/tei-guidelines-p4 Does not fetch
textproc/tei-p4 Does not fetch
textproc/py-hyperestraier Does not fetch
textproc/tdtd.el Does not fetch
textproc/tei-lite Does not fetch
www/phpwiki13 Does not fetch
www/p5-Apache-Scoreboard Depends on mod_perl
www/p5-B-LexInfo Broken due the new mod_perl2 API
www/phpwiki Does not fetch
www/smb2www Apache13 is deprecated, migrate to 2.2.x+ now
www/spip Checksum is changing daily
www/monkey Does not fetch
x11-toolkits/jdic Does not fetch
x11-toolkits/py-kde Does not compile
 |
|
Tuesday, 1 Nov 2011
|
05:19 dougb
x11-toolkits/gambas2-gb-qt has been broken for over a year.
Remove it, and the ports that depend on it.
 |
04:34 dougb
audio/mp3butler Depends on audio/p5-MusicBrainz-Client which is
DEPRECATED
audio/p5-MusicBrainz-Client Disappeared from CPAN
editors/doxymacs Depends on www/w3-4, which is DEPRECATED
graphics/libart Does not fetch, no more public distfiles
java/jboss4 Does not build with new ant
korean/hanterm Depends on korean/johabfonts, which is DEPRECATED, fails
to build with new utmpx
korean/johabfonts No more public distfiles, installs into /
korean/hlatex-psfonts-uhc-extra Depends on korean/hlatex, which is DEPRECATED
korean/texinfo Depends on korean/hlatex, which is DEPRECATED
korean/hlatex No more public distfiles
mail/jboss-mailservices Depends on java/jboss4, which is DEPRECATED
misc/p5-Geography-NationalGrid-TW Depends on
misc/p5-Geography-NationalGrid, which is DEPRECATED
misc/p5-Geography-NationalGrid Disappeared from CPAN
multimedia/fxtv Depends on multimedia/mplex, which is DEPRECATED
multimedia/mplex Upstream disapeared and distfile is not available
net/py-timeoutsocket Upstream disapear and distfile is no more available
textproc/p5-XML-LibRSVG Unmaintained and not used anymore
textproc/javacc No more public distfiles
www/w3-4/Makefile Upstream disapeared and distfile is not available
www/commonist Depends on textproc/javacc, which is DEPRECATED
www/newsfeed Depends on net/py-timeoutsocket, which is DEPRECATED
x11/fbsd-icons Upstream disapear and distfile is no more available
x11-themes/geramik Depends on x11-toolkits/qtpixmap, which is DEPRECATED
x11-toolkits/qtpixmap No more public distfiles
x11-wm/fvwm95-i18n Depends on x11/fbsd-icons, which is DEPRECATED
x11-wm/fvwm95 Depends on x11/fbsd-icons, which is DEPRECATED
 |
|
Saturday, 29 Oct 2011
|
14:57 swills
Ruby wrapper for pygmentize.
WWW: https://github.com/github/albino
 |
13:50 swills
kramdown is yet-another-markdown-parser but fast, pure Ruby, using a strict
syntax definition and supporting several common extensions.
WWW: http://kramdown.rubyforge.org/
 |
|
Friday, 28 Oct 2011
|
09:32 clsung
You can think of pss as an enhanced grep designed to search
inside source code files. pss is very similar to the Perl ack
tool (see https://bitbucket.org/eliben/pss/wiki/PssAndAck).
WWW: https://bitbucket.org/eliben/pss
 |
|
Thursday, 27 Oct 2011
|
22:18 adamw
MultiMarkdown, or MMD, is a tool to help turn minimally marked-up plain
text into well formatted documents, including HTML, PDF (by way of
LaTeX), OPML, or OpenDocument (specifically, Flat OpenDocument or
'.fodt', which can in turn be converted into RTF, Microsoft Word, or
virtually any other word-processing format).
MMD is a superset of the Markdown syntax, originally created by John
Gruber. It adds multiple syntax features (tables, footnotes, and
citations, to name a few), in addition to the various output formats
listed above (Markdown only creates HTML). Additionally, it builds in
'smart' typography for various languages (proper left- and right-sided
quotes, for example).
MultiMarkdown was originally a fork of the Markdown Perl code, but as of
version 3.0 has been rewritten as a fork of peg-markdown by John
MacFarlane, written in C. It can be compiled for any major operating
system, and as a native binary runs much faster than the Perl version it
replaces.
NOTE: To use the mmd2pdf script, you must install print/latexmk.
WWW: http://www.fletcherpenney.net/multimarkdown/
 |
03:04 swills
Sass adapter for the Rails asset pipeline.
WWW: http://rubygems.org/gems/sass-rails
 |
|
Sunday, 23 Oct 2011
|
03:52 wen
itextomml provides native Ruby bindings to itex2MML, which converts
itex equations to MathML.
WWW: http://golem.ph.utexas.edu/~distler/blog/itex2MML.html
 |
|
Saturday, 22 Oct 2011
|
12:14 sunpoet
- Add rubygem-yard 0.7.3
YARD - Yay! A Ruby Documentation Tool
YARD is a documentation generation tool for the Ruby programming language. It
enables the user to generate consistent, usable documentation that can be
exported to a number of formats very easily, and also supports extending for
custom Ruby constructs such as custom class level definitions.
WWW: http://yardoc.org/
 |
|
Tuesday, 18 Oct 2011
|
21:09 zi
New port: textproc/fex
fex works like cut or awk in its field navigation, but allows
you to specify token-based fields in a much more concise, flexible,
and readable way.
Due to the simplicity of fex's language, it can enable you to replace
many common invocations of cut and awk with a single invocation of fex.
WWW: http://semicomplete.com/projects/fex/
 |
|
Monday, 17 Oct 2011
|
01:51 swills
Compass is a Sass-based Stylesheet Framework that streamlines the creation and
maintainance of CSS.
WWW: http://compass-style.org/
PR: ports/161469
Submitted by: Jason Helfman <jhelfman@experts-exchange.com>
 |
|
Sunday, 16 Oct 2011
|
22:55 avilla
- Stop installing the rapper binary with raptor and bump PORTREVISION.
- Update raptor2 to 2.0.4.
- Update rasqal to 0.9.27.
- Update redland to 1.0.14.
- Update redland-bindings to 1.0.13.1.
- Update shared-desktop-ontologies to 0.8.0. [1]
- Update soprano to 2.7.0 and disable clucene indexer.
- Update strigi to 0.7.6.
PR: 157022 [1]
Submitted by: rakuco [1]
 |
|
Friday, 14 Oct 2011
|
17:04 lwhsu
Add ats-contrib-parcomb 0.2.5, parser combinators for ATS language.
PR: ports/161577
Submitted by: Jyun-Yan You <jyyou@cs.nctu.edu.tw>
 |
|
Wednesday, 12 Oct 2011
|
18:21 sunpoet
- Add p5-Text-Padding 1.110170
Text::Padding provides a simple way to align a text on the left, right or
center. If left & right are easy to achieve (see sprintf()), i found no cpan
module that achieved a simple text centering. Well, of course, Perl6::Form
provides it, but it's incredibly slow during startup / destroy time. And
Text::Reform was segfaulting during destroy time.
Hence this module, which aims to provide only those 3 methods.
WWW: http://search.cpan.org/dist/Text-Padding/
 |
|
Tuesday, 11 Oct 2011
|
09:04 culot
HTML::HTML5::Entities is a pure Perl, drop-in replacement for HTML::Entities,
providing the character entities defined in HTML5.
WWW: http://search.cpan.org/dist/HTML-HTML5-Entities/
This new module is needed to update textproc/p5-HTML-HTML5-Parser.
 |
|
Monday, 10 Oct 2011
|
03:21 sunpoet
- Add p5-Tk-Pod 0.9939
Tk::Pod is a simple Pod browser with hypertext capabilities in a Toplevel
widget.
WWW: http://search.cpan.org/dist/Tk-Pod/
 |
01:01 sunpoet
- Add p5-Unicode-Collate 0.80
Unicode::Collate is an implementation of Unicode Technical Standard #10 (a.k.a.
UTS #10) - Unicode Collation Algorithm (a.k.a. UCA).
WWW: http://search.cpan.org/dist/Unicode-Collate/
 |
|
Wednesday, 5 Oct 2011
|
10:43 sunpoet
- Add p5-Sphinx-Manager 0.06
Sphinx::Manager provides utilities to start, stop, restart, and reload the
Sphinx search engine binary (searchd), and to run the Sphinx indexer program.
The utilities are designed to handle abnormal conditions, such as PID files not
being present when expected, and so should be robust in most situations.
WWW: http://search.cpan.org/dist/Sphinx-Manager/
 |
10:40 sunpoet
- Add p5-Sphinx-Config 0.09
Sphinx::Config is a Perl module to read, modify and write configuration file of
Sphinx search engine.
WWW: http://search.cpan.org/dist/Sphinx-Config/
 |
|
Sunday, 2 Oct 2011
|
18:32 sunpoet
- Add p5-Excel-Writer-XLSX 0.26
The Excel::Writer::XLSX module can be used to create an Excel file in the 2007+
XLSX format. The XLSX format is the Office Open XML (OOXML) format used by Excel
2007 and later. Multiple worksheets can be added to a workbook and formatting
can be applied to cells. Text, numbers, and formulas can be written to the
cells. This module cannot, as yet, be used to write to an existing Excel XLSX
file.
WWW: http://search.cpan.org/dist/Excel-Writer-XLSX/
 |
17:14 swills
Sanitize is a whitelist-based HTML sanitizer. Given a list of
acceptable elements and attributes, Sanitize will remove all
unacceptable HTML from a string.
Using a simple configuration syntax, you can tell Sanitize to
allow certain elements, certain attributes within those elements,
and even certain URL protocols within attributes that contain URLs.
Any HTML elements or attributes that you don't explicitly allow
will be removed.
Author: Ryan Grove
WWW: https://github.com/rgrove/sanitize/
WWW: http://wonko.com/post/sanitize
PR: ports/158312
Submitted by: Eric Freeman <freebsdports@chillibear.com>
 |
|
Friday, 30 Sep 2011
|
08:58 dougb
As previously advertised, remove ports that previously had been
DEPRECATED without EXPIRATION_DATE, and the ports that depend
on them.
audio/mt-daapd
Use audio/firefly instead
databases/p5-DBIx-Class-Validation
Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED
devel/p5-Class-Data-Accessor
Please consider using p5-Class-Accessor-Grouped or p5-Moose
graphics/libflash
gplflash is no longer supported. Please use gnash instead
graphics/flashplayer
Depends on DEPRECATED graphics/libflash
japanese/p5-FormValidator-Simple-Plugin-Number-Phone-JP
Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED
net/p5-OAuth-Lite
Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED
net-mgmt/py-snmp
use net-mgmt/py-snmp4 instead
net-mgmt/py-twistedSNMP
Relies on net-mgmt/py-snmp, which is DEPRECATED
net-p2p/gift
unmaintained upstream for several years
net-p2p/giftcurs
unmaintained upstream for several years
net-p2p/giftoxic
unmaintained upstream for several years
net-p2p/giftui
unmaintained upstream for several years
net-p2p/apollon
Depends on net-p2p/gift, which is DEPRECATED
textproc/p5-FormValidator-Simple
Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED
www/flashplugin-mozilla
gplflash is no longer supported. Please use graphics/gnash, \
www/p5-HTML-Widget
Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED
www/p5-Catalyst-Plugin-AutoRestart
Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED
www/p5-Catalyst-Example-InstantCRUD
Depends on www/p5-HTML-Widget, which is DEPRECATED
www/p5-Catalyst-Plugin-FormValidator-Simple
Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED
www/p5-Catalyst-Plugin-HTML-Widget
Depends on www/p5-HTML-Widget, which is DEPRECATED
www/asterisk-fop
Depends on www/flashplugin-mozilla which is DEPRECATED
www/p5-Handel
Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED
www/p5-DBIx-Class-HTMLWidget
Depends on www/p5-HTML-Widget, which is DEPRECATED
www/p5-HTML-Widget-DBIC
Disappear from CPAN
x11-wm/fvwm24
No longer supported by fvwm.org
 |
|
Thursday, 29 Sep 2011
|
01:48 sunpoet
- Add p5-SVG-Parser 1.03
SVG::Parser is an XML parser for SVG Documents. It takes XML as input and
produces an SVG object as its output.
SVG::Parser supports both XML::SAX and XML::Parser (Expat) parsers, with SAX
preferred by default. Only one of these needs to be installed for SVG::Parser to
function.
A list of preferred parsers may be specified in the import list - SVG::Parser
will use the first parser that successfully loads. Some basic measures are taken
to provide cross-compatability. Applications requiring more advanced parser
features should use the relevant parser module directly; see SVG::Parser::Expat
and SVG::Parser::SAX.
WWW: http://search.cpan.org/dist/SVG-Parser/
 |
|
Monday, 19 Sep 2011
|
14:38 bapt
Library and tools for parsing the visio file format structure
WWW: http://www.freedesktop.org/wiki/Software/libvisio
 |
|
Saturday, 17 Sep 2011
|
16:00 kwm
Add itstool or ITS tool
ITS Tool allows you to translate your XML documents with PO files, using rules
from the W3C Internationalization Tag Set (ITS) to determine what to translate
and how to separate it into PO file messages.
WWW: http://itstool.org
 |
|
Wednesday, 14 Sep 2011
|
07:38 gahr
- New port: textproc/zorba
Zorba is a general purpose XQuery processor implementing in C++ the W3C
family of specifications. The query processor has been designed to be
embeddable in a variety of environments such as other programming languages
extended with XML processing capabilities, browsers, database servers, XML
message dispatchers, or smartphones. Zorba can be accessed through APIs from
C, C++, Ruby, Python, Java, and PHP. Zorba runs on most platforms and is
available under the Apache license v2.
WWW: http://www.zorba-xquery.com
 |
|
Wednesday, 7 Sep 2011
|
09:30 bapt
2011-09-01 x11-wm/epiwm: Abandonware
2011-09-01 x11-toolkits/p5-GdkPixbuf: Disappear from CPAN
2011-09-01 x11-toolkits/XawPlus: No more public distfiles
2011-09-01 x11-fonts/gnome-font-sampler: No more public distfiles
2011-09-01 x11/xvattr: No more public distfiles
2011-09-01 www/xitami: No more public distfiles
2011-09-01 www/webredirect: No more public distfiles
2011-09-01 www/webglimpse: No more public distfiles
2011-09-01 www/squishdot: No more public distfiles
2011-09-01 www/py-forgethtml: No more public distfiles
2011-09-01 www/mmosaic: No more public distfiles
2011-09-01 www/ljsm: No more public distfiles
2011-09-01 www/ljpms: No more public distfiles
2011-09-01 www/ashe: No more public distfiles
2011-09-01 textproc/europass-xsl: BROKEN for more than 6 month
2011-09-01 textproc/carthage: No more public distfiles
 |
|
Tuesday, 6 Sep 2011
|
03:13 ashish
This library parses and dumps documents that are formatted according to
RFC 4180, "The common Format and MIME Type for Comma-Separated Values
(CSV) Files". This format is used, among many other things, as a lingua
franca for spreadsheets, and for certain web services.
WWW: http://hackage.haskell.org/package/csv
PR: ports/159689
Submitted by: Kaspars Bankovskis <kaspars@bankovskis.lv>
 |
|
Sunday, 4 Sep 2011
|
09:31 sunpoet
- Add p5-Template-Plugin-Filter-Minify-JavaScript-XS 0.93
Template::Plugin::Filter::Minify::JavaScript::XS is a Template Toolkit filter,
which uses JavaScript::Minifier::XS to compress javascript code from filtered
content during template processing.
WWW: http://search.cpan.org/dist/Template-Plugin-Filter-Minify-JavaScript-XS/
 |
09:31 sunpoet
- Add p5-Template-Plugin-Filter-Minify-JavaScript 0.93
Template::Plugin::Filter::Minify::JavaScript is a Template Toolkit filter, which
uses JavaScript::Minifier to compress javascript code from filtered content
during template processing.
WWW: http://search.cpan.org/dist/Template-Plugin-Filter-Minify-JavaScript/
 |
09:30 sunpoet
- Add p5-Template-Plugin-Filter-Minify-CSS-XS 0.95
Template::Plugin::Filter::Minify::CSS::XS is a Template Toolkit filter, which
uses CSS::Minifier::XS to minify css code from filtered content during template
processing.
WWW: http://search.cpan.org/dist/Template-Plugin-Filter-Minify-CSS-XS/
 |
09:26 sunpoet
- Add p5-Template-Plugin-Filter-Minify-CSS 0.94
Template::Plugin::Filter::Minify::CSS is a Template Toolkit filter, which uses
CSS::Minifier to minify css code from filtered content during template
processing.
WWW: http://search.cpan.org/dist/Template-Plugin-Filter-Minify-CSS/
 |
|
Saturday, 3 Sep 2011
|
21:35 sunpoet
- Add p5-CSS-Minifier 0.01
CSS::Minifier removes unnecessary whitespace from CSS. The primary requirement
developing this module is to not break working stylesheets: if working CSS is in
input then working CSS is output. The Mac/Internet Explorer comment hack will be
minimized but not stripped and so will continue to function.
This module understands space, horizontal tab, new line, carriage return, and
form feed characters to be whitespace. Any other characters that may be
considered whitespace are not minimized. These other characters include
paragraph separator and vertical tab.
For static CSS files, it is recommended that you minify during the build stage
of web deployment. If you minify on-the-fly then it might be a good idea to
cache the minified file. Minifying static files on-the-fly repeatedly is
wasteful.
WWW: http://search.cpan.org/dist/CSS-Minifier/
 |
15:35 tota
- Add a new port: textprox/R-cran-xtable
Coerce data to LaTeX and HTML tables
WWW: http://cran.r-project.org/web/packages/xtable/
 |
|
Thursday, 1 Sep 2011
|
12:34 lth
Add p5-Regexp-Common-net-CIDR 0.02, provide patterns for CIDR blocks.
 |
12:24 lth
Add p5-HTML-Quoted 0.03, extract structure of quoted HTML mail message.
 |
11:37 lth
Add p5-Regexp-IPv6 0.03, regular expression for IPv6 addresses.
 |
|
Tuesday, 30 Aug 2011
|
14:47 olgeni
Add markdown-mode.el: an Emacs major mode for editing Markdown-formatted
text files.
 |
11:24 tota
- Add a new port: textproc/p5-Text-HikiDoc
'HikiDoc' is a text-to-HTML conversion tool for web writers. The
original 'HikiDoc' is Ruby implementation.
This library is pure perl implementation of 'HikiDoc', and has
interchangeability with the original.
WWW: http://search.cpan.org/dist/Text-HikiDoc/lib/Text/HikiDoc.pm
 |
|
Sunday, 21 Aug 2011
|
04:15 tota
- Add a new port: textproc/R-cran-XML
This package provides many approaches for both reading and creating XML
(and HTML) documents (including DTDs), both local and accessible via HTTP or
FTP. It also offers access to an XPath "interpreter".
WWW: http://cran.r-project.org/web/packages/XML/
 |
|
Sunday, 14 Aug 2011
|
17:46 pgj
A library that performs fast, accurate conversion between double
precision floating point and text. This library is implemented as
bindings to the C++ double-conversion library written by Florian Loitsch
at Google: http://code.google.com/p/double-conversion/.
The Text versions of these functions are about 30 times faster than the
default show implementation for the Double type. The ByteString versions
are slower than the Text versions; roughly half the speed. (This seems
to be due to the cost of allocating ByteString values via malloc.)
As a final note, be aware that the bytestring-show package is about 50%
slower than simply using show.
WWW: http://github.com/mailrank/double-conversion
Obtained from: FreeBSD Haskell
 |
03:53 swills
Hailo is a fast and lightweight markov engine intended to replace AI::MegaHAL.
Hailso has a Mouse (or Moose) based core with pluggable storage, tokenizer and
engine backends.
Hailo is similar to MegaHAL in functionality, the main differences (with the
default backends) being better scalability, drastically less memory usage, an
improved tokenizer, and tidier output.
With Hailo, you can create, modify, and query Hailo brains. To use Hailo in
event-driven POE applications, you can use the POE::Component::Hailo wrapper.
WWW: http://search.cpan.org/dist/Hailo
PR: ports/159065
Submitted by: milki <milki@rescomp.berkeley.edu>
 |
|
Saturday, 13 Aug 2011
|
22:32 swills
Strip whitespace and comments from JavaScript code
WWW: http://search.cpan.org/dist/JavaScript-Minifier
PR: ports/159632
Submitted by: Kurt Lidl <kurt.lidl@cello.com>
 |
20:59 pgj
Contains renderers and parsers for both XML and HTML 5 document fragments,
which share data structures wo that it's easy to work with both. Document
fragments are bits of documents, which are not constrained by some of the
high-level structure rules (in particular, they may contain more than one
root element).
WWW: http://hackage.haskell.org/package/xmlhtml
Obtained from: FreeBSD Haskell
 |
19:41 pgj
A blazingly fast HTML combinator library for the Haskell programming language.
The Text.Blaze module is a good starting point, as well as this tutorial:
<http://jaspervdj.be/blaze/tutorial.html>.
WWW: http://jaspervdj.be/blaze
Obtained from: FreeBSD Haskell
 |
19:37 pgj
A fast parser combinator library, aimed particularly at dealing efficiently
with network protocols and complicated text/binary file formats.
This library is basically a translation of the original attoparsec library
to use text instead of bytestrings.
WWW: http://patch-tag.com/r/felipe/attoparsec-text/home
Obtained from: FreeBSD Haskell
 |
19:35 pgj
The attoparsec-enumerator package.
WWW: http://john-millikin.com/software/attoparsec-enumerator/
Obtained from: FreeBSD Haskell
 |
18:42 pgj
A fast parser combinator library, aimed particularly at dealing
efficiently with network protocols and complicated text/binary file
formats.
WWW: http://hackage.haskell.org/package/attoparsec
Obtained from: FreeBSD Haskell
 |
|
Friday, 12 Aug 2011
|
16:11 swills
This Perl module is a emulation of Spreadsheet::ParseExcel for Excel 2007
(.xlsx) file format. It supports styles and many of Excel's quirks, but not
all. It populates the classes from Spreadsheet::ParseExcel for
interoperability; including Workbook, Worksheet, and Cell.
WWW: http://search.cpan.org/dist/Spreadsheet-XLSX
 |
|
Wednesday, 10 Aug 2011
|
12:31 sunpoet
- Add p5-HTML-Entities-Interpolate 1.04
HTML::Entities::Interpolate is a pure Perl module to call
HTML::Entities::encode_entities, via a hash, within a string.
WWW: http://search.cpan.org/dist/HTML-Entities-Interpolate/
 |
|
Tuesday, 9 Aug 2011
|
16:46 skreuzer
Remove textproc/ack as it is already already in the tree as textproc/p5-ack
 |
13:48 skreuzer
ack is a tool like grep, designed for programmers with large trees of
heterogeneous source code.
ack is written purely in Perl, and takes advantage of the power of
Perl's regular expressions
WWW: http://betterthangrep.com/
 |
|
Sunday, 7 Aug 2011
|
02:20 swills
Source code spell checker.
WWW: http://git.profusion.mobi/cgit.cgi/lucas/codespell/
PR: ports/159564
Submitted by: Glen Barber <gjb at FreeBSD.org>
 |
|
Saturday, 6 Aug 2011
|
11:57 nobutaka
Add uim-gtk3, GTK+ 3.x modules of uim input method.
 |
|
Wednesday, 3 Aug 2011
|
06:49 bapt
Removing old ruby stuff
2011-08-03 comms/ruby-serialport: Doesn't work with Ruby 1.9
2011-08-03 databases/ruby-search-namazu: Doesn't work with Ruby 1.9
2011-08-03 databases/ruby-sqlite: Doesn't work with Ruby 1.9
2011-08-03 databases/rubygem-kirbybase: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-eet: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-filelock: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-filemagic: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-metaruby: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-poll: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-rrb: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-strongtyping: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-textbuf: Doesn't work with Ruby 1.9
2011-08-03 graphics/ruby-graph: Doesn't work with Ruby 1.9
2011-08-03 graphics/ruby-libpng: Doesn't work with Ruby 1.9
2011-08-03 japanese/ruby-kakasi: Doesn't work with Ruby 1.9
2011-08-03 lang/ruby-extensions: Doesn't work with Ruby 1.9
2011-08-03 lang/ruby-lua: Doesn't work with Ruby 1.9
2011-08-03 lang/ruby-perl: Doesn't work with Ruby 1.9
2011-08-03 mail/ruby-tmail: Doesn't work with Ruby 1.9
2011-08-03 math/ruby-bitset: Doesn't work with Ruby 1.9
2011-08-03 math/ruby-bitvector: Doesn't work with Ruby 1.9
2011-08-03 math/ruby-gmp: Doesn't work with Ruby 1.9
2011-08-03 net/ruby-mpi: Doesn't work with Ruby 1.9
2011-08-03 net/ruby-nis: Doesn't work with Ruby 1.9
2011-08-03 net/ruby-pcap: Doesn't work with Ruby 1.9
2011-08-03 net/ruby-romp: Doesn't work with Ruby 1.9
2011-08-03 net/ruby-spread: Doesn't work with Ruby 1.9
2011-08-03 print/ruby-pdflib: Doesn't work with Ruby 1.9
2011-08-03 security/ruby-aes: Doesn't work with Ruby 1.9
2011-08-03 security/ruby-blowfish: Doesn't work with Ruby 1.9
2011-08-03 security/ruby-cast_256: Doesn't work with Ruby 1.9
2011-08-03 security/ruby-mcrypt: Doesn't work with Ruby 1.9
2011-08-03 security/ruby-pam: Doesn't work with Ruby 1.9
2011-08-03 sysutils/ruby-log4r: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-csv: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-formvalidator: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-gdome: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-htmltools: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-nqxml: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-quixml: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-raspell: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-tempura: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-xtemplate: Doesn't work with Ruby 1.9
2011-08-03 www/ruby-tmpl: Doesn't work with Ruby 1.9
 |
|
Tuesday, 2 Aug 2011
|
20:28 cy
gtkdiff has been resurrected.
 |
|
Monday, 1 Aug 2011
|
15:41 tota
- Add a new port: textproc/rubygem-coderay
CodeRay is a Ruby library for syntax highlighting.
Syntax highlighting means: You put your code in, and you get it back colored;
Keywords, strings, floats, comments - all in different colors. And with line
numbers.
Syntax Highlighting...
* makes code easier to read and maintain
* lets you detect syntax errors faster
* helps you to understand the syntax of a language
* looks nice
* is what everybody should have on their website
* solves all your problems and makes the girls run after you
WWW: http://coderay.rubychan.de/
 |
05:52 bapt
Bye bye abandonwares (part 5)
2011-08-08 russian/messarge: Has expired: Looks like an abandonware, no more
public distfiles
2011-08-08 russian/pgp.language: Has expired: Looks like an abandonware, no more
public distfiles
2011-08-08 security/ifd-gempc410: Has expired: Looks like an abandonware, no
more public distfiles
2011-08-08 security/libidea: Has expired: Looks like an abandonware, no more
public distfiles
2011-08-08 security/rain: Has expired: Looks like an abandonware, no more public
distfiles
2011-08-08 sysutils/Tee: Has expired: No more public distfile
2011-08-08 sysutils/curly: Has expired: No more public distfiles
2011-08-08 sysutils/i855vidctl10: Has expired: No more public distfiles
2011-08-08 sysutils/ltrace: Has expired: Looks like an abandonware, no more
public distfiles
2011-08-08 sysutils/rsyslog3-snmp: Has expired: unsupported upstream
2011-08-08 sysutils/xapply: Has expired: No more public distfiles
2011-08-08 textproc/asm2html: Has expired: Looks like an abandonware, no more
public distfiles
2011-08-08 textproc/diff-mode.el: Has expired: Looks like an abandonware, no
more public distfiles
2011-08-08 vietnamese/gtk-im-vi: Has expired: Looks like an abandonware, no more
public distfiles
2011-08-08 www/campsite: Has expired: Does not work
2011-08-08 www/p5-PLP: Has expired: No more upstream, looks like an abandonware
2011-08-08 www/wcol: Has expired: Looks like an abandonware, no more public
distfiles
2011-08-08 x11-toolkits/sdl_gui: Has expired: Looks like an abandonware, no more
public distfiles
 |
02:53 sunpoet
- Sort SUBDIRs
- Fix NO_VIET_KDE coverage
 |
|
Sunday, 31 Jul 2011
|
14:11 swills
This gem removes common margin from indented strings, such as the ones produced
by indented heredocs. In other words, it strips out leading whitespace chars
at the beggining of each line, but only as much as the line with the
smallest margin.
WWW: http://rubygems.org/gems/heredoc_unindent
PR: ports/158747
Submitted by: Loic Pefferkorn <loic-freebsd at loicp.eu>
 |
08:49 sunpoet
- Connect polish/hunspell
- Disconnect textproc/pl-hunspell
 |
|
Saturday, 30 Jul 2011
|
16:13 tota
- Add a new port: textproc/ruby-hikidoc
'HikiDoc' is a text-to-HTML conversion tool for web writers. HikiDoc
allows you to write using an easy-to-read, easy-to-write plain text
format, then convert it to structurally valid HTML (or XHTML).
WWW: http://rubyforge.org/projects/hikidoc/
 |
|
Monday, 25 Jul 2011
|
01:44 zi
New port: textproc/artha
Artha is a free cross-platform English thesaurus that works completely
off-line and is based on WordNet. Stable releases for download are
currently available for GNU/Linux and Microsoft Windows; it is tested
on major Desktop Environments like GNOME, KDE, Xfce, etc and on Microsoft
Windows XP, Vista and 7. Artha is released under the GNU General Public
Licence version 2; hence you are free to copy/redistribute it.
WWW: http://artha.sourceforge.net/wiki/index.php/Home
PR: ports/155573
Submitted by: Zhihao Yuan <lichray@gmail.com>
Approved by: wxs (mentor)
 |
|
Saturday, 23 Jul 2011
|
09:29 sunpoet
- Add p5-HTML-Packer 1.002001
HTML::Packer is another HTML code cleaner.
WWW: http://search.cpan.org/dist/HTML-Packer/
http://github.com/nevesenin/html-packer-perl
 |
09:26 sunpoet
- Add p5-JavaScript-Packer 1.004
JavaScript::Packer, a JavaScript compressor, is an adaptation of Dean Edwards'
Packer.js. Additional information: http://dean.edwards.name/packer/
WWW: http://search.cpan.org/dist/JavaScript-Packer/
http://github.com/nevesenin/javascript-packer-perl
 |
09:24 sunpoet
- Add p5-CSS-Packer 1.002
CSS::Packer is another CSS minifier.
WWW: http://search.cpan.org/dist/CSS-Packer/
http://github.com/nevesenin/css-packer-perl
 |
|
Thursday, 21 Jul 2011
|
14:33 bapt
Add some locales thesaurus
 |
10:34 bapt
Add Swedish hyphenation rules
 |
10:33 bapt
Add Slovenian hyphenation rules
 |
10:33 bapt
Add Slovak hyphenation rules
 |
10:31 bapt
Add Romanian hyphenation rules
 |
10:28 bapt
Add Dutch hyphenation rules
 |
10:28 bapt
Add Lithuanian hyphenation rules
 |
10:27 bapt
Add Italian hyphenation rules
 |
10:26 bapt
Add Icelandic hyphenation rules
 |
10:25 bapt
Add Indonesian hyphenation rules
 |
10:23 bapt
Add Spanish hyphenation rules
 |
10:22 bapt
Add Greek hyphenation rules
 |
08:31 bapt
Add Danish hyphenation rules
 |
08:13 bapt
Add Bulgarian hyphenation rules
 |
06:31 bapt
Add Spanish hunspell dictionaries
 |
06:15 bapt
Add Norwegian (Nynorsk and Bokmaal) hunspell dictionaries
 |
05:51 bapt
Add Polish hunspell dictionaries
 |
05:35 bapt
Add Romanian hunspell dictionaries
 |
Number of commits found: 3259 (showing only 100 on this page) |