summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-01-03Update to 5.0.2ryoon12-261/+18
Changelog: Changes since 5.0.0 ------------------- Numeric constants encountered in mathematical expressions (but not other contexts) can contain underscores as separators that will be ignored on evaluation, as allowed in other scripting languages. For example, 0xFFFF_FFFF, or 3.141_592_654. "functions -T" turns on tracing for the specified function(s) only, similar to "functions -t" except that tracing is turned off for any functions called from the specified one(s) that don't also have the -t or -T flag. In file completion, the recursive-files style can be set to an array of patterns to match against "$PWD/". In any matched location, it is possibly to complete files in arbitrarily deep subdirectories without needing to type the directory prefix. See example in the zshcompsys manual. The _user_expand completer now allows expansion functions in the user-expand files to return a string in REPLY that will be used to name the set of expansions returned.
2013-01-03Removed patch-projects_sample_autoconf_config.subadam1-2/+1
2013-01-03Added www/py-django-appconf version 0.5ryoon1-1/+2
2013-01-03Add py-django-appconfryoon1-1/+2
2013-01-03Import py27-django-appconf-0.5 as www/py-django-appconf.ryoon4-0/+55
A helper class for handling configuration defaults of packaged Django apps gracefully.
2013-01-03* Fix MESSAGEryoon2-5/+30
* Add missing dependency
2013-01-03Updated lang/clang to 3.2adam1-1/+2
2013-01-03Changes 3.2:adam10-220/+181
* Improvements to Clang's diagnostics * Support for tls_model attribute * Type safety attributes * Documentation comment support More...
2013-01-03Added www/py-mezzanine version 1.2.4ryoon1-1/+2
2013-01-03Add py-mezzanineryoon1-1/+2
2013-01-03Import py27-mezzanine-1.2.4 as www/py-mezzanine.ryoon5-0/+1089
Mezzanine is a powerful, consistent, and flexible content management platform. Built using the Django framework.
2013-01-03Added devel/py-pep8 version 1.3.4ryoon1-1/+2
2013-01-03Add php-pep8ryoon1-1/+2
2013-01-03Import py27-pep8-1.3.4 as devel/py-pep8 from wip/py-pep8ryoon4-0/+37
pep8 is a tool to check your Python code against some of the style conventions in PEP 8
2013-01-03Added devel/py-flakes version 0.5.0nb1ryoon1-1/+2
2013-01-03Add py-flakesryoon1-1/+2
2013-01-03Import py27-flakes-0.5.0nb1 as devel/py-flakes from wip/py-flakesryoon5-0/+91
Pyflakes is similar to PyChecker in scope, but differs in that it does not execute the modules to check them. This is both safer and faster, although it does not perform as many checks. Unlike PyLint, Pyflakes checks only for logical errors in programs; it does not perform any checks on style
2013-01-03Added www/py-django-mezzanine-filebrowser version 0.2.13ryoon1-1/+2
2013-01-03Add py-django-mezzanine-filebrowserryoon1-1/+2
2013-01-03Import py27-django-mezzanine-filebrowser-0.2.13 as ↵ryoon4-0/+150
www/py-django-mezzanine-filebrowser. grappelli_safe was created to provide a snapshot of the Grappelli admin skin for Django, to be referenced as a dependency for the Mezzanine CMS for Django.
2013-01-03Added www/py-django-mezzanine-grappelli version 0.2.11ryoon1-1/+2
2013-01-03py-django-mezzanine-grappelliryoon1-1/+2
2013-01-03Import py27-django-mezzanine-grappelli-0.2.11 as ↵ryoon4-0/+517
www/py-django-mezzanine-grappelli. Snapshot of the Grappelli admin skin for Django.
2013-01-03Added www/py-bleach version 1.1.5ryoon1-1/+2
2013-01-03Add py-bleachryoon1-1/+2
2013-01-03Import py27-bleach-1.1.5 as www/py-bleach.ryoon4-0/+64
Bleach is an HTML sanitizing library that escapes or strips markup and attributes based on a white list. Bleach can also linkify text safely, applying filters that Django's ``urlize`` filter cannot, and optionally setting ``rel`` attributes, even on links already in the text.
2013-01-03Added www/php-tt-rss version 1.6.2ryoon1-1/+2
2013-01-03Add php-tt-rssryoon1-1/+2
2013-01-03Updated databases/py-postgresql to 4.1darcy1-1/+2
2013-01-03Import php54-tt-rss-1.6.2 as www/php-tt-rss.ryoon7-0/+2370
Tiny Tiny RSS is an open source web-based news feed (RSS/Atom) reader and aggregator, designed to allow you to read news from any location, while feeling as close to a real desktop application as possible.
2013-01-03Upgrade to version 4.1.darcy3-9/+13
Changes since 4.0: - Dropped support for Python below 2.5 and PostgreSQL below 8.3. - Added support for Python up to 2.7 and PostgreSQL up to 9.2. - Particularly, support PQescapeLiteral() and PQescapeIdentifier(). - The query method of the classic API now supports positional parameters. This an effective way to pass arbitrary or unknown data without worrying about SQL injection or syntax errors (contribution by Patrick TJ McPhee). - The classic API now supports a method namedresult() in addition to getresult() and dictresult(), which returns the rows of the result as named tuples if these are supported (Python 2.6 or higher). - The classic API has got the new methods begin(), commit(), rollback(), savepoint() and release() for handling transactions. - Both classic and DBAPI 2 connections can now be used as context managers for encapsulating transactions. - The execute() and executemany() methods now return the cursor object, so you can now write statements like "for row in cursor.execute(...)" (as suggested by Adam Frederick). - Binary objects are now automatically escaped and unescaped. - Bug in money quoting fixed. Amounts of $0.00 handled correctly. - Proper handling of date and time objects as input. - Proper handling of floats with 'nan' or 'inf' values as input. - Fixed the set_decimal() function. - All DatabaseError instances now have a sqlstate attribute. - The getnotify() method can now also return payload strings (#15). - Better support for notice processing with the new methods set_notice_receiver() and get_notice_receiver() (as suggested by Michael Filonenko, see #12 and #37). - Open transactions are rolled back when pgdb connections are closed (as suggested by Peter Harris, see #46). - Connections and cursors can now be used with the "with" statement (as suggested by Peter Harris, see #46). - New method use_regtypes() that can be called to let getattnames() return regular type names instead of the simplified classic types (#44).
2013-01-03Updated www/jetty7 to 7.6.8.20121106ryoon1-1/+2
2013-01-03Update to 7.6.8.20121106ryoon4-105/+160
* Many bugfixes * Many improvements
2013-01-03Added www/php-piwigo version 2.4.6ryoon1-1/+2
2013-01-03Add php-piwigoryoon1-1/+2
2013-01-03Import php54-piwigo-2.4.6 as www/php-piwigo.ryoon6-0/+2436
Piwigo is photo gallery software for the web, built by an active community of users and developers.
2013-01-03Updated graphics/fotoxx to 13.01ryoon1-1/+2
2013-01-03Update to 13.01ryoon4-15/+67
Changelog: 2013.01.01 v.13.01 + The French, Catalan and Netherlands translations were updated. + Vertical menu/toolbar option for better utilization of wide monitors. + Gallery view: image size and date were added to the view. + Gallery view: mouse hover on thumbnail shows a popup metadata report. + Manage Collections: the UI has been reworked to make it easier to use. + Icons for all edit functions were added for use in the Favorites menu. + Gallery file selection: multiple images can be selected, inserted and deleted, making re-arrangement of the sequence faster and easier. + Favorites menu: ignore small inadvertent drags from flying mouse clicks which can cause accidental displacement of the menu entries. + Brightness histogram: add "overall" graph to existing R/G/B graphs. + Missing popup mini-explanations (tips) for some menus were added. + Bugfix: some metadata functions crashed if index file sync disabled. 2012.12.20 v.12.12.2 + Bugfix: geotag latitude/longitude fractions were being truncated for locales using a comma decimal point.
2013-01-03Added print/qpdfview version 0.3.7ryoon1-1/+2
2013-01-03Add qpdfviewryoon1-1/+2
2013-01-03Import qpdfview-0.3.7 as print/qpdfview.ryoon5-0/+107
qpdfview uses the Poppler library for rendering and CUPS for printing. It provides a clear and simple graphical user interface using the Qt framework. Current features include: * Outline, properties and thumbnail panes * Scale, rotate and fit * Fullscreen and presentation views * Continuous and multiple-page layouts * Search for text * Configurable tool bars * Persistent per-file settings * SyncTeX support * Rudimentary annotation support (with Poppler version 0.20.1 or higher) * Rudimentary form support
2013-01-03Added print/electrix version 0.2.0ryoon1-1/+2
2013-01-03Add electrixryoon1-1/+2
2013-01-03Import electrix-0.2.0 as print/electrix.ryoon4-0/+47
eLectrix is an application to view Portable Document Format (PDF) files. It also has optional support for the PostScript (PS) format.
2013-01-03perl and digest.dholland1-1/+3
2013-01-03Regen.dholland1-129/+117
2013-01-03Remove configure test for vprintf, which wasn't even being used, anddholland7-86/+17
configure tests for memset/memcpy, which are standard and haven't needed checking in a long time. This makes the configure script tolerate injection of -Werror. Fix signed/unsigned mismatches in the sha2 and whirlpool code. This package now passes -Wall with gcc45. Bump the package version to 20121220, which is when I made these changes.
2013-01-03Don't hardwire /usr/pkg; use $PREFIX instead. This fixes variousdholland3-3/+24
problems with linking and rpaths, such as the NetBSD manifestation of PR 47187, and probably others; I haven't tried yet but I suspect at least my manifestation of PR 44985 will be fixed too.
2013-01-03Updated www/py-django-mptt to 0.5.5adam1-1/+2
2013-01-03Changes 0.5.5:adam2-6/+6
Bug fixes.