notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
non port: textproc/Makefile

Number of commits found: 3259 (showing only 100 on this page)

[First Page]  «  11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21  »  [Last Page]

Tuesday, 21 Jul 2015
10:07 kuriyama search for other commits by this committer
String::Util provides a collection of small, handy utilities for
processing strings.

WWW: http://search.cpan.org/dist/String-Util/
Original commitRevision:392619 
Monday, 20 Jul 2015
01:16 hrs search for other commits by this committer
- Add print/latex-biber, a biblatex replacement which supports Unicode.
- Add or update the following ports which latex-biber depends on:

   japanese/p5-Encode-EUCJPASCII (added, eucJP-open encoding support)
   misc/p5-Business-ISMN (added, ISMN support)
   textproc/p5-Text-BibTeX (updated to 0.71)
   textproc/p5-Text-Roman (added, conversion of Roman numerals)
Original commitRevision:392544 
Wednesday, 15 Jul 2015
14:31 olgeni search for other commits by this committer
Add textproc/elixir-sweet_xml, a wrapper around xmerl for Elixir.
Original commitRevision:392150 
Tuesday, 14 Jul 2015
21:26 skreuzer search for other commits by this committer
String operations the Python way - a package for those of us who miss Python's
string methods while we're working in R.

WWW: http://cran.r-project.org/web/pystr/
Original commitRevision:392100 
21:02 bapt search for other commits by this committer
gdict development has ceased and rely on a service which is not available
anymore
Original commitRevision:392096 
14:20 kmoore search for other commits by this committer
- Add textproc/py-alabaster and textproc/py-snowballstemmer, required
  components of the upcoming textproc/py-sphinx update for doc building.
Original commitRevision:392000 
Friday, 10 Jul 2015
11:34 olgeni search for other commits by this committer
Add textproc/erlang-yamerl, a YAML 1.2 parser in pure Erlang.
Original commitRevision:391700 
Thursday, 9 Jul 2015
19:44 hrs search for other commits by this committer
Add textproc/turboxsl, which is a fast, multithreaded XSLT 1.0
transformation library.
Original commitRevision:391680 
Wednesday, 8 Jul 2015
10:57 olgeni search for other commits by this committer
Add textproc/elixir-funnel, an Elixir API built upon ElasticSearch's
percolation.
Original commitRevision:391559 
Friday, 3 Jul 2015
08:04 jkim search for other commits by this committer
editors/calligra still requires libwps 0.2.x.  Resurrect the old version.
Original commitRevision:391218 
Thursday, 2 Jul 2015
21:14 olgeni search for other commits by this committer
Add textproc/elixir-ex_doc, a tool to generate documentation for
Elixir projects.
Original commitRevision:391199 
20:15 olgeni search for other commits by this committer
Add textproc/elixir-earmark, a markdown parser for Elixir.
Original commitRevision:391186 
Tuesday, 30 Jun 2015
20:17 olgeni search for other commits by this committer
Add textproc/erlang-edown, a markdown generator for Erlang's edoc.
Original commitRevision:390993 
Saturday, 27 Jun 2015
12:54 olgeni search for other commits by this committer
Sorting out some Erlang stuff:

- Rename a few Erlang-related ports using the erlang- prefix; it will avoid
  confusion with elixir- ports.
- Remove DOCS and EXAMPLES where not actually useful.
- Simplify RUN_DEPENDS where possible.
- Move textproc/exmpp to devel/erlang-exmpp.
- Add missing R18 compatibility fix for devel/erlang-oserl.
- Upgrade erlang-cuttlefish to 2.0.3.

The idea is that libraries ("deps") have the "erlang-" prefix, while larger
projects (rabbitmq, yaws, couchdb, etc) keep their usual names.
Original commitRevision:390698 
Thursday, 25 Jun 2015
18:25 rm search for other commits by this committer
WSDL parsing services package for Web Services for Python.

WWW: https://github.com/pycontribs/wstools
Original commitRevision:390590 
Wednesday, 24 Jun 2015
00:46 swills search for other commits by this committer
textproc/asciinema: create port

asciinema is a free and open source solution for recording terminal sessions
and sharing them on the web.

WWW: https://asciinema.org/
Original commitRevision:390467 
Tuesday, 23 Jun 2015
17:45 rene search for other commits by this committer
The Diff Match and Patch libraries offer robust algorithms to perform the
operations required for synchronizing plain text.

Diff: Compare two blocks of plain text and efficiently return a list of
differences.

Match: Given a search string, find its best fuzzy match in a block of plain
text. Weighted for both accuracy and location.

Patch: Apply a list of patches onto plain text. Use best-effort to apply patch
even when the underlying text doesn't match.

WWW: https://code.google.com/p/google-diff-match-patch/

Differential Revision:	https://reviews.freebsd.org/D2835
Reviewed by:	python (koobs)
Original commitRevision:390436 
Friday, 12 Jun 2015
19:42 olgeni search for other commits by this committer
Sort entries.
Original commitRevision:389292 
Wednesday, 10 Jun 2015
18:09 swills search for other commits by this committer
www/rubygem-rails4: update to 4.2.1

Differential Revision:	https://reviews.freebsd.org/D2710
Original commitRevision:389119 
Tuesday, 2 Jun 2015
02:33 amdmi3 search for other commits by this committer
Remove expired ports:
2015-05-31 ports-mgmt/porteasy: Does not support pkgng
2015-05-31 textproc/hgrep: Not needed any more, base grep has coloring support
2015-05-26 www/diamanda: Broken for more than 6 months
Original commitRevision:388298 
Monday, 1 Jun 2015
09:58 olgeni search for other commits by this committer
Add textproc/elasticsearch-plugin-sql, a plugin to perform SQL
queries over ElasticSearch indices.
Original commitRevision:388210 
Sunday, 31 May 2015
14:59 sunpoet search for other commits by this committer
- Add rubygem-compass-import-once 1.0.5

This plugin changes the behavior of Sass's @import directive so that if the same
sass file is imported more than once, the second import will be a no-op. This
allows dependencies to behave how most people expect them to behave and provides
a considerable performance improvement for some sass projects.

Note: Although this plugin is maintained by compass, it can be used without
compass in any Sass-based project.

WWW: https://github.com/Compass/compass/tree/master/import-once
RG:  https://rubygems.org/gems/compass-import-once
Original commitRevision:388111 
14:59 sunpoet search for other commits by this committer
- Add rubygem-compass-core 1.0.3

The compass core framework is a design-agnostic framework that provides common
code that would otherwise be duplicated across other frameworks and extensions.

WWW: http://compass-style.org/reference/compass/
RG:  https://rubygems.org/gems/compass-core
Original commitRevision:388110 
Tuesday, 26 May 2015
15:35 zi search for other commits by this committer
New port: textproc/rubygem-jekyll-assets:

Jekyll plugin, that allows you to write javascript/css assets in other
languages such as CoffeeScript, Sass, Less and ERB, concatenate them,
respecting dependencies, minify and many more.

WWW: https://rubygems.org/gems/jekyll-assets/
Original commitRevision:387485 
Sunday, 24 May 2015
18:58 sunpoet search for other commits by this committer
- Add rubygem-css_parser 1.3.6

rubygem-css_parser is a CSS Parser which loads, parses and cascades CSS rule
sets in Ruby.

WWW: https://github.com/premailer/css_parser
RG:  https://rubygems.org/gems/css_parser
Original commitRevision:387322 
07:12 antoine search for other commits by this committer
Fix INDEX
Original commitRevision:387247 
00:05 sunpoet search for other commits by this committer
- Move textproc/rubygem-augeas to textproc/rubygem-ruby-augeas
- Add LICENSE
- Change MASTER_SITES to RG
- Bump PORTREVISION for dependent port
Original commitRevision:387209 
Saturday, 16 May 2015
13:34 sunpoet search for other commits by this committer
- Add rubygem-nokogiri-diff 0.2.0

nokogiri-diff adds the ability to calculate the differences (added or removed
nodes) between two XML/HTML documents.

Features:
- Performs a breadth-first comparison between children nodes.
- Compares XML/HTML Elements, Attributes, Text nodes and DTD nodes.
- Allows calculating differences between documents, or just enumerating the
  added or removed nodes.

WWW: https://github.com/postmodern/nokogiri-diff
RG:  https://rubygems.org/gems/nokogiri-diff
Original commitRevision:386531 
Wednesday, 13 May 2015
00:45 mmoll search for other commits by this committer
new port: textproc/rubygem-html-pipeline-gitlab

Rubygem containing extension filters for html-pipeline used by GitLab

WWW: https://gitlab.com/gitlab-org/html-pipeline-gitlab

PR:		199917
Differential Revision:	https://reviews.freebsd.org/D2529
Submitted by:	Torsten Zuehlsdorff <ports@toco-domains.de>
Reviewed by:	mat (mentor)
Original commitRevision:386191 
Tuesday, 12 May 2015
22:49 vanilla search for other commits by this committer
Add py-hexdump 3.2, print binary in hex format.

PR:		200088
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
Original commitRevision:386176 
Sunday, 10 May 2015
23:38 mmoll search for other commits by this committer
new port: textproc/rubygem-html-pipeline

GitHub HTML processing filters and utilities

WWW: https://github.com/jch/html-pipeline

PR:		199820
Differential Revision:	https://reviews.freebsd.org/D2508
Submitted by:	Torsten Zuehlsdorff <ports@toco-domains.de>
Approved by:	swills (mentor)
Original commitRevision:386035 
Saturday, 9 May 2015
22:20 mmoll search for other commits by this committer
new port: textproc/rubygem-rugments

Simple, easy to extend drop in replacement for pygments

WWW: https://github.com/rumpelsepp/rugments

PR:		199931
Differential Revision:	https://reviews.freebsd.org/D2500
Submitted by:	Torsten Zuehlsdorff <ports@toco-domains.de>
Approved by:	mat (mentor)
Original commitRevision:385913 
15:27 mmoll search for other commits by this committer
new port: textproc/rubygem-wikicloth

Ruby parser for the MediaWiki markup language

WWW: https://github.com/nricciar/wikicloth

PR:		199925
Differential Revision:	https://reviews.freebsd.org/D2495
Submitted by:	Torsten Zuehlsdorff <ports@toco-domains.de>
Approved by:	mat (mentor)
Original commitRevision:385898 
Friday, 8 May 2015
18:45 mmoll search for other commits by this committer
new port: textproc/rubygem-creole

Creole-to-HTML converter implemented in Ruby for Creole,
a lightweight markup language.

WWW: http://github.com/minad/creole

PR:		199816
Differential Revision:	https://reviews.freebsd.org/D2486
Submitted by:	Torsten Zuehlsdorff <ports@toco-domains.de>
Approved by:	mat (mentor)
Original commitRevision:385817 
15:55 mmoll search for other commits by this committer
new port: textproc/rubygem-twitter-text

Ruby gem for handling of Twitter texts

WWW: https://github.com/twitter/twitter-text

PR:		199924
Differential Revision:	https://reviews.freebsd.org/D2484
Submitted by:	Torsten Zuehlsdorff <ports@toco-domains.de>
Approved by:	mat (mentor)
Original commitRevision:385791 
Wednesday, 6 May 2015
17:42 swills search for other commits by this committer
textproc/spiff: add port

A declarative YAML templating system tuned for BOSH deployment manifests.

WWW: https://github.com/cloudfoundry-incubator/spiff
Original commitRevision:385531 
Monday, 4 May 2015
13:26 tota search for other commits by this committer
- Add a new port: textproc/R-cran-stringi

  stringi (pronounced "stringy") is THE R package for fast, correct,
  consistent and convenient string/text processing in each locale and
  any native character encoding. The use of the ICU library gives R
  users a platform-independent set of functions known to Java, Perl,
  Python, PHP, and Ruby programmers.

  WWW: http://www.rexamine.com/resources/stringi/
Original commitRevision:385404 
Sunday, 19 Apr 2015
13:49 demon search for other commits by this committer
Rename nltk --> py-nltk for consistency.
Original commitRevision:384289 
Friday, 17 Apr 2015
21:00 rene search for other commits by this committer
Remove expired ports:
2015-04-15 databases/php53-sqlite3: security EOL reached 14 Aug 2014
2015-04-15 textproc/php53-simplexml: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-sybase_ct: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-pdo_mysql: security EOL reached 14 Aug 2014
2015-04-15 textproc/php53-ctype: security EOL reached 14 Aug 2014
2015-04-15 textproc/php53-wddx: security EOL reached 14 Aug 2014
2015-04-15 security/php53-filter: security EOL reached 14 Aug 2014
2015-04-15 ftp/php53-ftp: security EOL reached 14 Aug 2014
2015-04-15 net/php53-soap: security EOL reached 14 Aug 2014
2015-04-15 converters/php53-recode: security EOL reached 14 Aug 2014
2015-04-15 security/php53-openssl: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-dba: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-pdo_pgsql: security EOL reached 14 Aug 2014
2015-04-15 sysutils/php53-fileinfo: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-pdo_odbc: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-sqlite: security EOL reached 14 Aug 2014
2015-04-15 devel/php53-readline: security EOL reached 14 Aug 2014
2015-04-15 mail/php53-imap: security EOL reached 14 Aug 2014
2015-04-15 sysutils/php53-posix: security EOL reached 14 Aug 2014
2015-04-15 archivers/php53-phar: security EOL reached 14 Aug 2014
2015-04-15 graphics/php53-gd: security EOL reached 14 Aug 2014
2015-04-15 textproc/php53-xsl: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-pdo_firebird: security EOL reached 14 Aug 2014
2015-04-15 devel/mingw64-binutils: Obsolete.  Migrate to devel/binutils based
ports
2015-04-15 devel/cross-binutils: Obsolete.  Migrate to devel/binutils based
ports
2015-04-15 databases/php53-pdo_dblib: security EOL reached 14 Aug 2014
2015-04-15 devel/php53-sysvshm: security EOL reached 14 Aug 2014
2015-04-15 devel/php53-json: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-redis: requires php53, security EOL reached 14 Aug
2014
2015-04-15 textproc/php53-pspell: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-pgsql: security EOL reached 14 Aug 2014
2015-04-15 textproc/php53-xmlreader: security EOL reached 14 Aug 2014
2015-04-15 converters/php53-iconv: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-odbc: security EOL reached 14 Aug 2014
2015-04-15 ftp/php53-curl: security EOL reached 14 Aug 2014
2015-04-15 math/php53-gmp: security EOL reached 14 Aug 2014
2015-04-15 security/php53-mcrypt: security EOL reached 14 Aug 2014
2015-04-15 devel/php53-shmop: security EOL reached 14 Aug 2014
2015-04-15 math/php53-bcmath: security EOL reached 14 Aug 2014
2015-04-15 security/php53-hash: security EOL reached 14 Aug 2014
2015-04-15 devel/php53-sysvsem: security EOL reached 14 Aug 2014
2015-04-15 archivers/php53-zip: security EOL reached 14 Aug 2014
2015-04-15 graphics/php53-exif: security EOL reached 14 Aug 2014
2015-04-15 devel/php53-gettext: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-mysql: security EOL reached 14 Aug 2014
2015-04-15 textproc/php53-xmlwriter: security EOL reached 14 Aug 2014
2015-04-15 textproc/php53-xml: security EOL reached 14 Aug 2014
2015-04-15 converters/php53-mbstring: security EOL reached 14 Aug 2014
2015-04-15 devel/php53-sysvmsg: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-mysqli: security EOL reached 14 Aug 2014
2015-04-15 misc/php53-calendar: security EOL reached 14 Aug 2014
2015-04-15 devel/php53-tokenizer: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-pdo: security EOL reached 14 Aug 2014
2015-04-15 net/php53-xmlrpc: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-interbase: security EOL reached 14 Aug 2014
2015-04-15 www/php53-session: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-mssql: security EOL reached 14 Aug 2014
2015-04-15 www/php53-tidy: security EOL reached 14 Aug 2014
2015-04-15 archivers/php53-zlib: security EOL reached 14 Aug 2014
2015-04-15 net/php53-ldap: security EOL reached 14 Aug 2014
2015-04-15 net-mgmt/php53-snmp: security EOL reached 14 Aug 2014
2015-04-15 textproc/php53-dom: security EOL reached 14 Aug 2014
2015-04-15 devel/php53-pcntl: security EOL reached 14 Aug 2014
2015-04-15 archivers/php53-bz2: security EOL reached 14 Aug 2014
2015-04-15 net/php53-sockets: security EOL reached 14 Aug 2014
2015-04-15 lang/php53: security EOL reached 14 Aug 2014
2015-04-15 devel/pecl-uuid: requires php53, security EOL reached 14 Aug 2014
2015-04-15 lang/php53-extensions: security EOL reached 14 Aug 2014
2015-04-15 german/pecl-konto_check: requires php53, security EOL reached 14 Aug
2014
2015-04-17 www/moodle26: Deprecated by upstream, use www/moodle2{7,8} instead
Original commitRevision:384186 
Thursday, 2 Apr 2015
15:53 mat search for other commits by this committer
PDF::WebKit uses wkhtmltopdf to convert HTML documents into PDFs. It
is a port of the elegant PDFKit Ruby library.

Sponsored by:	Absolight
Original commitRevision:383018 
Saturday, 28 Mar 2015
20:00 adamw search for other commits by this committer
Add textproc/p5-Perl-Lint, a very fast Perl linter. Uses the p5-Perl-Critic
heuristics
but with a much faster parser.

Add two modules it needs:
- p5-List-Flatten, which flattens nested arrays into a single list
- p5-Regexp-Lexer, a regexp lexer that lexes regexps.
Original commitRevision:382549 
17:57 adamw search for other commits by this committer
Add textproc/p5-Regexp-Debugger, an interactive regular expression
debugging tool.

WWW: https://metacpan.org/pod/Regexp::Debugger
Original commitRevision:382532 
04:18 wen search for other commits by this committer
This Perl module implements an XML parser with a interface similar to
XML::Parser. Though not all callbacks are supported, you should be able
to use it in the same way you use XML::Parser. Due to using experimental
regexp features it'll work only on Perl 5.6 and above and may behave
differently on different platforms.
Note that you cannot use regular expressions or split in callbacks. This
is due to a limitation of perl's regular expression implementation
(which is not re-entrant).

WWW: http://search.cpan.org/dist/XML-Parser-Lite/

PR:		198934
Submitted by:	Sergei Vyshenski<svysh.fbsd@gmail.com>
Original commitRevision:382448 
Thursday, 26 Mar 2015
02:43 swills search for other commits by this committer
textproc/consul-template: create port

Generic template rendering and notifications with Consul
Original commitRevision:382289 
Wednesday, 25 Mar 2015
15:50 kmoore search for other commits by this committer
Add textproc/py-sphinx-intl

Sphinx-intl is a utility tool that provides several features that
makes it easy to translate and to apply translation to Sphinx
generated document.

WWW: https://pypi.python.org/pypi/sphinx-intl
Original commitRevision:382243 
Tuesday, 17 Mar 2015
15:01 kuriyama search for other commits by this committer
Net::Groonga::HTTP is a client library for Groonga http server.

Groonga is a fast full text search engine. Please look
http://groonga.org/.

WWW: http://search.cpan.org/dist/Net-Groonga-HTTP/
Original commitRevision:381493 
Monday, 16 Mar 2015
16:13 sunpoet search for other commits by this committer
- Add rubygem-autoprefixer-rails 5.1.7

Autoprefixer is a tool to parse CSS and add vendor prefixes to CSS rules using
values from the Can I Use. This gem provides Ruby and Ruby on Rails integration
with this JavaScript tool.

WWW: https://github.com/ai/autoprefixer-rails
RG:  https://rubygems.org/gems/autoprefixer-rails
Original commitRevision:381424 
Sunday, 15 Mar 2015
09:36 mva search for other commits by this committer
Lucene 5.x is a Java full-text search engine.  Lucene is not a complete
application, but rather a code library and API that can easily be used
to add search capabilities to applications.

WWW: http://lucene.apache.org/java/
Original commitRevision:381310 
Friday, 13 Mar 2015
05:28 kuriyama search for other commits by this committer
Server runner for testing Groonga full-text search engine.

WWW: http://search.cpan.org/dist/Test-Groonga/
Original commitRevision:381164 
Tuesday, 10 Mar 2015
06:24 vanilla search for other commits by this committer
Add p5-Template-Plugin-CSV 0.04, template::Plugin::CSV - Plugin for
generating CSV.

PR:		198308
Submitted by:	Geoffroy Desvernay <dgeo@centrale-marseille.fr>
Original commitRevision:380898 
Sunday, 8 Mar 2015
19:30 matthew search for other commits by this committer
HTML-FormatExternal lets you turn HTML into plain text using one of
the browsing/formatting programs,

    elinks        http://elinks.cz/
    html2text     http://www.mbayer.de/html2text/
    links         http://links.twibright.com/
    lynx          http://lynx.isc.org/
    netrik        http://netrik.sourceforge.net/
    vilistextum   http://bhaak.dyndns.org/vilistextum/
    w3m           http://sourceforge.net/projects/w3m
    zen           http://www.nocrew.org/software/zen/

WWW: http://search.cpan.org/dist/HTML-FormatExternal/
Original commitRevision:380791 
Saturday, 7 Mar 2015
03:24 vanilla search for other commits by this committer
Add p5-Text-Colorizer 0.02.2, create colored text from text and color
description.

PR:		198099
Submitted by:	gebhart@secnetix.de
Original commitRevision:380669 
Monday, 2 Mar 2015
11:04 bapt search for other commits by this committer
The texi2mdoc utility is a converter from Texinfo into mdoc. It is a standalone
ISC-licensed ISO C utility and should compile on any modern UNIX system.

WWW: http://mdocml.bsd.lv/texi2mdoc/
Original commitRevision:380248 
Monday, 23 Feb 2015
10:08 sunpoet search for other commits by this committer
- Add p5-Text-Soundex 3.04

Soundex is a phonetic algorithm for indexing names by sound, as pronounced in
English. The goal is for names with the same pronunciation to be encoded to the
same representation so that they can be matched despite minor differences in
spelling. Soundex is the most widely known of all phonetic algorithms and is
often used (incorrectly) as a synonym for "phonetic algorithm". Improvements to
Soundex are the basis for many modern phonetic algorithms. (Wikipedia, 2007)

Text::Soundex implements the original soundex algorithm developed by Robert
Russell and Margaret Odell, patented in 1918 and 1922, as well as a variation
called "American Soundex" used for US census data, and current maintained by the
National Archives and Records Administration (NARA).

The soundex algorithm may be recognized from Donald Knuth's The Art of Computer
Programming. The algorithm described by Knuth is the NARA algorithm.

WWW: http://search.cpan.org/dist/Text-Soundex/
Original commitRevision:379658 
Friday, 13 Feb 2015
11:33 koobs search for other commits by this committer
[NEW] textproc/py-mistune: Fastest markdown parser in pure Python

The fastest markdown parser in pure Python, inspired by marked.

Features:

  * Pure Python. Tested in Python 2.6+, Python 3.3+ and PyPy.
  * Very Fast. It is the fastest in all pure Python markdown parsers.
  * More Features. Table, footnotes, autolink, fenced code etc.

WWW: https://github.com/lepture/mistune
Original commitRevision:378920 
Wednesday, 28 Jan 2015
15:40 wg search for other commits by this committer
textproc/py-charade: project has been merged back into textproc/py-chardet

PR:		197022
Submitted by:	rm
Original commitRevision:378066 
Saturday, 24 Jan 2015
10:16 xmj search for other commits by this committer
textproc/py-qrcode: Add port

This module uses image libraries, Python Imaging Library (PIL) by
default, to generate QR Codes.

A Quick Response code is a two-dimensional pictographic code used
for its fast readability and comparatively large storage capacity.
The code consists of black modules arranged in a square pattern on
a white background. The information encoded can be made up of any
kind of data (e.g., binary, alphanumeric, or Kanji symbols)

WWW: https://github.com/lincolnloop/python-qrcode

PR:		196046
Differential Revision:	https://reviews.freebsd.org/D1631
Submitted by:	kyuupichan@gmail.com
Approved by:	koobs (mentor)
Original commitRevision:377786 
Monday, 12 Jan 2015
18:34 sunpoet search for other commits by this committer
- Add p5-Text-Emoticon-MSN 0.04

Text::Emoticon::MSN is a text filter that replaces text emoticons like ":-)",
";-P", etc. to the icons of MSN Messenger.

WWW: http://search.cpan.org/dist/Text-Emoticon-MSN/
Original commitRevision:376849 
Thursday, 8 Jan 2015
21:47 dvl search for other commits by this committer
New port: textproc/py-pyes

Python connector for ElasticSearch - the pythonic way to use ElasticSearch

Approved by: wg (mentor)
Original commitRevision:376570 
13:46 olgeni search for other commits by this committer
Add elasticsearch-river-rabbitmq, an ElasticSearch river that allows
to automatically index a RabbitMQ queue using bulk format messages.

WWW: https://github.com/elasticsearch/elasticsearch-river-rabbitmq
Original commitRevision:376532 
11:35 olgeni search for other commits by this committer
Add elasticsearch-plugin-head, a web front end for browsing and
interacting with an ElasticSearch cluster.
Original commitRevision:376524 
11:32 olgeni search for other commits by this committer
Add elasticsearch-plugin-hq, a plugin to monitor ElasticSearch nodes
and clusters.
Original commitRevision:376523 
Sunday, 4 Jan 2015
17:11 sunpoet search for other commits by this committer
- Add p5-String-Print 0.15

String::Print inserts values into (translated) strings. It provides printf and
sprintf alternatives via both an object oriented and a functional interface.

WWW: http://search.cpan.org/dist/String-Print/
Original commitRevision:376245 
Friday, 2 Jan 2015
11:39 koobs search for other commits by this committer
[NEW] textproc/py-python-augeas: Pure python bindings for Augeas

Pure python bindings for Augeas

PR:		193960
Submitted by:	johan at stromnet se
Original commitRevision:376043 
Wednesday, 31 Dec 2014
14:51 vanilla search for other commits by this committer
Add pecl-cld 0.5.0, PHP Bindings for Chromium Compact Language Detector.

PR:		ports/196375
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
Original commitRevision:375891 
Friday, 12 Dec 2014
06:22 bapt search for other commits by this committer
Cleanup the xerces-c* mess

xerces-c2 and xerces-c3 were not playing nicely together most of the
applications
and are incompatible, all application has been switch to the c3 version
Original commitRevision:374571 
00:29 amdmi3 search for other commits by this committer
sansi was written to strip the ANSI control sequences in files, or
output, often, but not limited to those generated by compilers. I
found it difficult to visually grope/grep the output of script(1)
sessions. Especially with the advent of clang. While it's nice to
replay the script(1) sessions to view the highlighted messages.
It's near impossible to read it inline in your favorite pager, or
text editor;
Enter sansi.

WWW: http://BSDforge.com/projects/textproc/sansi/

PR:		195661
Submitted by:	portmaster@bsdforge.com
Original commitRevision:374562 
Sunday, 7 Dec 2014
16:21 danfe search for other commits by this committer
Sort entries alphabetically across all categories to avoid extra repo churn.
Original commitRevision:374216 
Saturday, 6 Dec 2014
14:47 pawel search for other commits by this committer
uchardet is a C language binding of the original C++ implementation
of the universal charset detection library by Mozilla.

WWW: https://code.google.com/p/uchardet/

PR:		195083
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
Original commitRevision:374113 
Tuesday, 2 Dec 2014
11:58 arved search for other commits by this committer
Add luceneplusplus, a C++ port of the Lucene text search engine
Original commitRevision:373761 
08:17 bapt search for other commits by this committer
Remove now unused library
Original commitRevision:373756 
Saturday, 29 Nov 2014
14:33 rene search for other commits by this committer
Remove expired ports:
2014-11-26 vietnamese/vnlpr: Broken for more than 6 months
2014-11-26 devel/fsmgenerator: Broken for more than 6 months
2014-11-26 graphics/multiraw: Depends on broken and deprecated graphics/dcraw-m
2014-11-26 news/fidogate-ds: Broken for more than 6 months
2014-11-26 net/py-yadis: Broken for more than 6 months
2014-11-26 textproc/ruby-diff: Broken for more than 6 months
2014-11-26 audio/cowbell: Broken for more than 6 months
2014-11-26 lang/ironpython: Broken for more than 6 months
2014-11-26 www/dpsearch: Broken for more than 6 months
2014-11-26 multimedia/y4mscaler: Broken for more than 6 months
2014-11-26 devel/rubygem-dep_selector: Broken for more than 6 months
Original commitRevision:373618 
Friday, 28 Nov 2014
02:35 koobs search for other commits by this committer
textproc/libucl: Universal configuration library parser [NEW]

Libucl is a parser and C API to parse and generate ucl objects. Libucl
consists of several groups of functions:

 * Parser functions
 * Emitting functions
 * Conversion functions
 * Generation functions
 * Iteration functions
 * Validation functions
 * Utility functions

WWW: https://github.com/vstakhov/libucl

Requested by:	lattera
Original commitRevision:373527 
Wednesday, 26 Nov 2014
14:14 demon search for other commits by this committer
New port: tinycss is a complete yet simple CSS parser for Python.
Original commitRevision:373451 
Monday, 24 Nov 2014
19:06 sunpoet search for other commits by this committer
- Add rubygem-fog-xml 0.1.1

Fog::Xml provides shared XML related functionality for fog.

WWW: https://github.com/fog/fog-xml
RG:  https://rubygems.org/gems/fog-xml
Original commitRevision:373352 
Sunday, 23 Nov 2014
21:51 bapt search for other commits by this committer
The pod2mdoc utility is a converter from POD into mdoc. It's meant to operate
like pod2man; however, it doesn't require a Perl installation: pod2mdoc is a
standalone ISC-licensed ISO C utility and should compile on any modern UNIX
system.

WWW: http://mdocml.bsd.lv/pod2mdoc/
Original commitRevision:373178 
Saturday, 22 Nov 2014
09:32 antoine search for other commits by this committer
Fix a typo
Original commitRevision:373041 
03:22 bapt search for other commits by this committer
The docbook2mdoc utility is a converter from DocBook V4.x and v5.x XML into
mdoc. Unlike most DocBook utilities, it's a standalone ISC-licensed ISO C
utility that should compile on any modern UNIX system. The only requirement is
libexpat (for parsing XML), which is installed by default on most systems.

WWW: http://mdocml.bsd.lv/docbook2mdoc/
Original commitRevision:373031 
Friday, 7 Nov 2014
03:07 kuriyama search for other commits by this committer
Groonga::API is a very thin wrapper of Groonga C APIs.  All it does is
to map types, and it's not meant to be used by a casual perl user.
Try Ploonga for ordinary use.

WWW: http://search.cpan.org/dist/Groonga-API/
Original commitRevision:372245 
Friday, 31 Oct 2014
13:11 bapt search for other commits by this committer
Update to 0.3.3
Remove ancient unused version
Original commitRevision:371812 
Monday, 20 Oct 2014
14:37 demon search for other commits by this committer
New port opengrm ngram.

The OpenGrm NGram library is used for making and modifying n-gram language
models encoded as weighted finite-state transducers (FSTs).  It makes use of
functionality in the OpenFst library to create, access and manipulate n-gram
models.  Operations for counting, smoothing, pruning, applying, and
evaluating models as well as support for distributed computation are among
those provided.  It was developed by contributors from OHSU and Google Research.

http://www.openfst.org/twiki/bin/view/GRM/NGramLibrary
Original commitRevision:371272 
Sunday, 19 Oct 2014
10:17 tota search for other commits by this committer
- Add new port: textproc/rubygem-text

  A collection of text algorithms: Levenshtein, Soundex, Metaphone,
  Double Metaphone, Porter Stemming

  WWW: https://github.com/threedaymonk/text
Original commitRevision:371175 
Tuesday, 7 Oct 2014
10:15 bapt search for other commits by this committer
Import libodfgen01
Allow libodfgen to use c++11 shared pointed instead of boost
Original commitRevision:370289 
10:03 bapt search for other commits by this committer
Import libmwaw03
Ensure it does not conflicts with libmwaw
Original commitRevision:370285 
Monday, 6 Oct 2014
21:42 swills search for other commits by this committer
textproc/rubygem-rmmseg-cp: create port

rmmseg-cpp is a high performance Chinese word segmentation utility for
Ruby.

WWW: http://rmmseg-cpp.rubyforge.org
Original commitRevision:370233 
19:24 bapt search for other commits by this committer
Import libvisio01
Ensure libvisio01 does not conflicts with libvisio
Original commitRevision:370214 
19:09 bapt search for other commits by this committer
Import libwps03
Ensure libwps does not conflict with libwps03
Original commitRevision:370210 
19:01 bapt search for other commits by this committer
Import libwpd010
Make sure libwpd is not conflicting with libwpd010 by not installing the tools
Original commitRevision:370206 
Friday, 3 Oct 2014
10:53 kwm search for other commits by this committer
Remove eel and ports that use it.
Eel doesn't build after the gnome3 import.
Original commitRevision:369880 
Saturday, 27 Sep 2014
16:04 xmj search for other commits by this committer
textproc/rubygem-gitlab-linguist: create port

GitHub Language detection

WWW: https://github.com/github/linguist

Differential Revision:	https://reviews.freebsd.org/D859
Approved by:	swills (mentor)
Original commitRevision:369400 
15:52 xmj search for other commits by this committer
textproc/rubygem-escape_utils-rails4: copy port

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/brianmario/escape_utils

Differential Revision:	https://reviews.freebsd.org/D860
Approved by:	swills (mentor)
Original commitRevision:369399 
05:38 swills search for other commits by this committer
textproc/rubygem-nokogumbo: create port

Nokogumbo allows a Ruby program to invoke the Gumbo HTML5 parser and access the
result as a Nokogiri parsed document.

WWW: https://github.com/rubys/nokogumbo/#readme
Original commitRevision:369364 
04:55 swills search for other commits by this committer
textproc/rubygem-version_sorter: create port

Fast sorting of version strings

WWW: https://github.com/defunkt/version_sorter
Original commitRevision:369362 
04:50 swills search for other commits by this committer
textproc/rubygem-org-ruby: create port

An Org mode parser written in Ruby.

WWW: https://github.com/wallyqs/org-ruby

Submitted by:	xmj
Original commitRevision:369361 
04:41 swills search for other commits by this committer
textproc/rubygem-rubypants: create port

RubyPants is a Ruby port of the smart-quotes library SmartyPants. The original
SmartyPants is a free web publishing plug-in for Movable Type,
Blosxom, and BBEdit that easily translates plain ASCII punctuation characters
into "smart" typographic punctuation HTML entities.

WWW: https://github.com/jmcnevin/rubypants

Submitted by:	xmj
Original commitRevision:369360 
Monday, 22 Sep 2014
10:40 xmj search for other commits by this committer
Update CentOS base to 6.5, add userland ports

The Fedora 10 infrastructure ports have been in use since June 2009 and, while
having served a great deed, have become unsupported upstream and hence affected
by unfixed security vulnerabilities. In addition to that, many recent Linux
binaries need newer libc / stdlibc++ versions.

This commit adds the linux-c6- userland as drop-in replacement for the -f10
infrastructure, as well as upgrading the linux_base-c6 port to CentOS 6.5.

If you want to switch to linux-c6 ports, please define at /etc/make.conf:

    OVERRIDE_LINUX_BASE_PORT=c6
    OVERRIDE_LINUX_NONBASE_PORTS=c6

Additionally, please add the following line to /etc/sysctl.conf:

    compat.linux.osrelease=2.6.18

Upgrading procedures are shown in /usr/ports/UPDATING.

This work has been inspired by Artyom Mirgorodskiy's post to emulation@ in
November 2013, using and extending mav@'s work. It has been tested extensively
and most reported issues were already fixed. Please report any additional bug
or "features" to the emulation mailing list.

Many thanks to: mav@, rene@, allanjude@, netchild@, antoine@, everyone who's
filed Issues and Pull requests on GitHub,

PR:		186820
Differential Revision:	https://reviews.freebsd.org/D793
Reviewed by:	allanjude, antoine, bapt, rene
Approved by:	portmgr (antoine, bapt)
Approved by:	koobs (mentor)
Sponsored by:	Perceivon Hosting Inc.
Original commitRevision:368845 
Sunday, 21 Sep 2014
15:18 dinoex search for other commits by this committer
- retire ruby-amatch
Original commitRevision:368769 
15:13 dinoex search for other commits by this committer
This is a Ruby library for approximate string matching and searching
using a dynamic programming algorithm to compute the Levenstein
distance between strings.  Written in C for speed.

WWW: http://flori.github.io/amatch/
Original commitRevision:368767 
Saturday, 20 Sep 2014
09:45 rene search for other commits by this committer
Remove expired ports
Keep some which are optional dependencies of non-expired ports
2014-09-18 sysutils/moreutils-parallel: Use moreutils-parallel in
sysutils/moreutils instead
2014-09-20 science/ruby-netcdf: Depends on deprecated math/ruby-narray
2014-09-20 x11-toolkits/ruby-fox16: RubyForge shutdown May 15 2014
2014-09-20 math/ruby-gnuplot: Depends on deprecated math/ruby-narray
2014-09-20 science/ruby-gphys: Depends on deprecated math/ruby-narray
2014-09-20 math/ruby-fftw3: Depends on deprecated math/ruby-narray
2014-09-20 science/ruby-dcl: Depends on deprecated math/ruby-narray
2014-09-20 math/ruby-numru_misc: Depends on deprecated math/ruby-narray
2014-09-20 math/ruby-narray: RubyForge shutdown May 15 2014
2014-09-20 textproc/ruby-liquid: RubyForge shutdown May 15 2014
2014-09-20 comms/callsign: RubyForge shutdown May 15 2014
2014-09-20 misc/ruby-vpim: RubyForge shutdown May 15 2014
2014-09-20 net/ruby-ldap: RubyForge shutdown May 15 2014
2014-09-20 devel/rubygem-echoe: Depends on deprecated rubyforge
2014-09-20 www/ruby-borges: RubyForge shutdown May 15 2014
2014-09-20 www/ruby-fcgiwrap: RubyForge shutdown May 15 2014
2014-09-20 www/rubygem-scrubyt: RubyForge shutdown May 15 2014
2014-09-20 devel/ruby-multi: RubyForge shutdown May 15 2014
2014-09-20 databases/ruby-dbd_sqlite3: RubyForge shutdown May 15 2014
2014-09-20 math/ruby-gsl: RubyForge shutdown May 15 2014
2014-09-20 security/ruby-gpgme: RubyForge shutdown May 15 2014
2014-09-20 multimedia/vodcatcher: RubyForge shutdown May 15 2014
2014-09-20 japanese/ruby-ming: RubyForge shutdown May 15 2014
2014-09-20 devel/ruby-statgrab: RubyForge shutdown May 15 2014
2014-09-20 security/ruby-crypt: RubyForge shutdown May 15 2014
2014-09-20 sysutils/philesight: Depends on deprecated devel/ruby-locale2
2014-09-20 multimedia/podcatcher: RubyForge shutdown May 15 2014
2014-09-20 audio/ruby-mp3info: RubyForge shutdown May 15 2014
2014-09-20 multimedia/ruby-flvtool2: RubyForge shutdown May 15 2014
2014-09-20 audio/ruby-freedb: RubyForge shutdown May 15 2014
2014-09-20 graphics/ruby-ming: RubyForge shutdown May 15 2014
2014-09-20 devel/ruby-locale2: RubyForge shutdown May 15 2014
2014-09-20 devel/rubygem-rubyforge: RubyForge shutdown May 15 2014
2014-09-20 databases/ruby-dbd_odbc: RubyForge shutdown May 15 2014
2014-09-20 devel/ruby-fastri: RubyForge shutdown May 15 2014
2014-09-20 devel/ri-emacs: RubyForge shutdown May 15 2014
2014-09-20 security/p5-openxpki-client-html-mason: security/p5-openxpki-0.15+
abandoned Mason UI technology in favor of FastCGI
Original commitRevision:368630 
Sunday, 14 Sep 2014
02:06 swills search for other commits by this committer
www/rubygem-rails4: create port for rails4

This port required creating a number of new ports, old versions of existing
ports and other adjustments, so do all that while here too.

Rails is a web-application framework for the MVC pattern that includes
both a template engine, controller framework, and object-relational
mapping package. Everything needed to develop web-apps that can run on
CGI, FastCGI, and mod_ruby

Being a full-stack framework means that all layers are built to work
seamlessly together. That way you Don't Repeat Yourself (DRY) and you
can use a single language from top to bottom. Everything from templates
to control flow to business logic is written in Ruby - The language of
love for industry heavy-weights.

WWW: http://www.rubyonrails.org

Submitted by:	xmj (based on)
Original commitRevision:368156 

Number of commits found: 3259 (showing only 100 on this page)

[First Page]  «  11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21  »  [Last Page]