Commit graph

201412 commits

Author SHA1 Message Date
kleink
6589f3e347 Updated www/py-flask-admin to 1.0.6. 2013-05-21 20:58:29 +00:00
kleink
45c7368152 Update py-flask-admin to 1.0.6.
1.0.6
=====
* Model views now support default sorting order
* Model type/column formatters now accept additional view parameter
* is_visible for administrative views
* Model views have after_model_change method that can be overridden
* In model views, get_query was split into get_count_query and get_query
* Bootstrap 2.3.1
* Bulk deletes go through delete_model
* Flask-Admin no longer uses floating navigation bar
* Translations: French, Persian (Farsi), Chinese (Simplified/Traditional),
  Chech
* Bug fixes
2013-05-21 20:57:30 +00:00
kleink
278b189292 Updated textproc/py-jinja2 to 2.7. 2013-05-21 19:52:15 +00:00
kleink
ade27c0bb6 Update py-jinja2 to 2.7.
Version 2.7
-----------
(codename Translation, released on May 20th 2013)

- Choice and prefix loaders now dispatch source and template lookup
  separately in order to work in combination with module loaders as
  advertised.
- Fixed filesizeformat.
- Added a non-silent option for babel extraction.
- Added `urlencode` filter that automatically quotes values for
  URL safe usage with utf-8 as only supported encoding.  If applications
  want to change this encoding they can override the filter.
- Added `keep-trailing-newline` configuration to environments and
  templates to optionally preserve the final trailing newline.
- Accessing `last` on the loop context no longer causes the iterator
  to be consumed into a list.
- Python requirement changed: 2.6, 2.7 or >= 3.3 are required now,
  supported by same source code, using the "six" compatibility library.
- Allow `contextfunction` and other decorators to be applied to `__call__`.
- Added support for changing from newline to different signs in the `wordwrap`
  filter.
- Added support for ignoring memcache errors silently.
- Added support for keeping the trailing newline in templates.
- Added finer grained support for stripping whitespace on the left side
  of blocks.
- Added `map`, `select`, `reject`, `selectattr` and `rejectattr`
  filters.
- Added support for `loop.depth` to figure out how deep inside a recursive
  loop the code is.
- Disabled py_compile for pypy and python 3.
2013-05-21 19:51:22 +00:00
kleink
15fe2684c9 Updated textproc/py-markupsafe to 0.17. 2013-05-21 19:39:57 +00:00
kleink
20740d0cfd Make HOMEPAGE point to the project page. 2013-05-21 19:33:56 +00:00
kleink
f0023ab4ad Update py-markupsafe to 0.17.
0.17
* Fixed interpolation on tuples
* Added travis file
* Added a tiny note on Python 3
2013-05-21 19:30:37 +00:00
kleink
a5f3a1b865 Rename SVR4_PKGNAME from p5tva to p5tv to avoid collision with
textproc/p5-Text-vFile-asData's.  (Apparently not causing much grief in
the world, as the latter is a direct dependency.)
2013-05-21 18:39:40 +00:00
joerg
cc7e6b2be2 Restore part of patch-sa to get correct syntax for in/out. 2013-05-21 18:38:03 +00:00
joerg
b692c06798 Use real prototype for main. 2013-05-21 18:36:52 +00:00
joerg
98bbaab5c2 Support C++11 STL implementations. 2013-05-21 16:37:46 +00:00
joerg
6f74b78911 Explicitly use custom copy_if, it also exists in C++11 implementations. 2013-05-21 16:37:04 +00:00
joerg
8881aa8644 Add missing <cstddef>. Fix use of iterator vs const_iterator. 2013-05-21 16:36:22 +00:00
hans
05a7216d78 Revbump for wm/windowmaker update. 2013-05-21 15:17:55 +00:00
kleink
3da8912108 Added textproc/py-markupsafe version 0.16. 2013-05-21 15:05:56 +00:00
kleink
9695ee3f3f + py-markupsafe 2013-05-21 15:04:09 +00:00
kleink
be69a2f200 Import MarkupSafe-0.16 as textproc/py-markupsafe.
MarkupSafe implements a unicode subclass that supports HTML strings.
2013-05-21 15:03:43 +00:00
jperkin
ed2887e41b Fix non-SunOS build. 2013-05-21 14:59:25 +00:00
hans
d20fe2152c Updated wm/windowmaker to 0.95.4 2013-05-21 14:45:59 +00:00
wiz
f2b03929a9 Updated devel/doxygen to 1.8.4 2013-05-21 14:43:14 +00:00
wiz
ec68f94819 Update to 1.8.4:
This release adds support for improved cross-referencing, syntax
highlighting, and call graphs by using LLVM/clang to parse the
source code. It adds support for DocBook output and for parsing
UNO IDL files (used by Libre Office). It includes a number of
smaller changes and improvements as well as a large number of
bugfixes.
2013-05-21 14:43:04 +00:00
hans
6162b7aa02 Revbump for WindowMaker update. 2013-05-21 14:41:32 +00:00
hans
ac7b951033 Update WindowMaker to 0.95.4
Changes since 0.92.0:
- Left Half / Right Half Maximize, tiled maximization
- New mouse-resizing functionality
- History and TAB completion in dialogs
- Bouncing appicon effect
- New applications (wmgenmenu and wmmenugen) to generate the root menu
  automatically by looking which applications you have on your $PATH
- Automatic detection of configuration changes through inotify
- Improved dockapp recognition
- many trivial things which reduce little annoyances one might have
- Added keyboard shortcut to uncover/cover the dock
- Mac OS X-style window cycling
- Preliminary XRandR support
- lots of bug fixes
2013-05-21 14:38:40 +00:00
imil
a8e352303c Added devel/py-requests version 1.2.1 2013-05-21 14:37:52 +00:00
imil
389b0cfc91 add & enable py-requests 2013-05-21 14:35:37 +00:00
imil
1dca256b5d Initial import of py-requests, version 1.2.1, into the NetBSD Packages
Collection.

Requests takes all of the work out of Python HTTP/1.1 - making your
integration with web services seamless. There's no need to manually add query
strings to your URLs, or to form-encode your POST data. Keep-alive and HTTP
connection pooling are 100% automatic, powered by urllib3, which is embedded
within Requests.
2013-05-21 14:34:38 +00:00
markd
363abccc93 phonon, kde and digikam updates. 2013-05-21 13:22:03 +00:00
markd
b55d2b81c6 Changes for kdelibs4 update. 2013-05-21 13:06:35 +00:00
markd
58ca3b71c8 Update to digikam software collection 3.2.0
This version include a new album interface display mode named list-view.
Icon view can be switched to a flat item list, where items can be sorted
by properties columns as in a simple file manager. Columns can be
customized to show file, image, metadata, or digiKam properties.
2013-05-21 13:04:09 +00:00
markd
597b18e07e Update to KDE SC 4.10.3
bugfixes.
2013-05-21 12:49:28 +00:00
adam
8b01f420c0 Updated misc/dvtm to 0.9 2013-05-21 12:34:57 +00:00
adam
40f45af31a Changes 0.9:
* copymode

   The copymode gives easy acess to the scroll back buffer. The commands
   use vi style keybindings, use Mod+v to activate it, navigate with
   h,j,k,l,^,$,g,H,M,L,G search with / (forward) and ? (backwards) select
   text with v and copy it with y. Then later paste it with MOD+p.

   The search functionality is also available directly via MOD+/ and MOD+?.

   Read the manual page for further information. This could be useful
   for st users who want a scroll back buffer.

 * alternate screen mode

   The alternate mode is for example used by midnight commander when you
   press CTRL+o to switch between the file manager and the shell where the
   output is now preserved even after multiple switches back and forth.

 * dvtm now ships its own terminfo file dvtm.info (which at this time is
   mostly a copy of the previously used rxvt one) as a consequence $TERM
   within dvtm window is now set to dvtm{,-256color} depending on whether
   the "outer" terminal supports 256 color mode. The value of $TERM within
   dvtm can be overriden by the environment variable DVTM_TERM which
   will be appropriately suffixed by "-256color" if possible.

   So make sure to install the shipped dvtm.info terminal description file
   ("make install" does it by default).

 * MOD+C creates a new window with the same working directory as the
   currently active window (this relies on the /proc filesystem and thus
   only works on Linux furthermore it expects a POSIX.1-2008 conformant
   realpath(3) implementation).

 * -M command line flag to disable mouse support upon startup so that dvtm's
   mouse handling doesn't interfere with standard X text selection

 * -t command line flag to set a static title of the dvtm "root window" i.e.
   the terminal in which dvtm itself runs. If the flag is omitted dvtm now
   sets the title to the one of the currently focused window.

 * dvtm now follows the config.def.h conventions of the other suckless
   projects which prevents conflicts with config.h and thus allows easier
   tracking of the git repository.

 * various terminal emulation fixes

 * various code cleanups all over the place
2013-05-21 12:34:02 +00:00
markd
c18b8a2a8b Add phonon-backend-vlc 2013-05-21 12:24:48 +00:00
markd
d3dd0f0bd7 Add phonon-backend-vlc version 0.6.2
VLC backend for phonon.
2013-05-21 12:23:46 +00:00
markd
e63aa13672 Add buildlink3.mk 2013-05-21 12:19:02 +00:00
markd
25bd7e18b4 Update to 4.6.3
changes unknown.
2013-05-21 12:16:41 +00:00
markd
c405412a49 Update to 4.6.0
Add pulseaudio option

This release contains numerous improvements across the board since 4.5.1:

    QZeitgeist 0.8 is supported
    Various buildsystem fixes, allowing other packages to find phonon easier
    Fewer KDE dependencies
    Many improvements to PulseAudio integration
    Remove runtime backend switching
    Copious quantities of vanilla frosting
    Stability improvements
    LGPL relicensing
    Misc fixes to Zeitgeist integration
    Extra cinamon spice
2013-05-21 12:13:14 +00:00
markd
11aaa4a0d6 Backout nullptr patches - g++ doesn't have support until 4.6. 2013-05-21 12:06:58 +00:00
wiz
40bd7857d2 + doxygen-1.8.4, etm2-2.1.5 [etm successor], geany-1.23.1, lua-5.2.2,
xf86-video-intel-2.21.7, xmp-4.0.6.
2013-05-21 11:27:17 +00:00
adam
1a33ee1efb PLIST fix 2013-05-21 11:05:11 +00:00
wiz
a8ab510b7b Updated x11/xdpyinfo to 1.3.1 2013-05-21 08:42:58 +00:00
wiz
fabc213090 Update to 1.3.1:
This minor maintenance release adds a -version option to the command line,
and provides some minor code cleanups and build improvements.

Alan Coopersmith (9):
      Mark usage() as _X_NORETURN
      Declare 'len' as size_t to avoid unneccessary back-and-forth conversions
      Combine usage messages into a single string
      Add -version option to print version number
      Add xrandr to SEE ALSO section of man page
      Rename i & count in inner loop to avoid shadowing same named vars in outer loop
      Convert sprintf calls to snprintf
      Mark num_known_extensions as a const, since the size is fixed at compile time
      xdpyinfo 1.3.1

Jon TURNEY (1):
      Include Xwindows.h on WIN32 to avoid type clashes
2013-05-21 08:42:50 +00:00
sbd
57628a2bf0 Due to gmake bug #30612 rpm needs atleast gmake-3.82nb1 which includes
the bug fix.
2013-05-21 07:57:50 +00:00
sbd
8ca714309a Use GMAKE_REQD in TOOLS_DEPENDS.gmake, bump GMAKE_REQD to 3.81. 2013-05-21 07:13:50 +00:00
obache
41d561749f + musicpd-0.17.4 [pkg/47844] opendkim-2.8.3 [pkg/47843] 2013-05-21 00:14:47 +00:00
prlw1
9cab5a3c0d itstool is required to build the translation XML files.
Thanks to joerg@ for the report.
2013-05-20 21:20:23 +00:00
adam
34c0afa87c Updated fonts/fontconfig to 2.10.93; devel/glibmm to 2.36.2; devel/atkmm to 2.22.7; devel/pangomm to 2.34.0; x11/gtkmm to 2.24.3 2013-05-20 20:52:01 +00:00
adam
24a80bb8e8 Changes 2.24.3 (stable):
* Require the mm-common version that actually allows avoiding
  the dependency in the tarball as well as glibmm.
* Fix gtkmm-demo VS projects.
* Fix namespacing for Cairo.
2013-05-20 20:51:01 +00:00
adam
1e21624bec Changes 2.34.0 (stable):
* Remove the use of g_type_init() because it has been deprecated.
2013-05-20 20:49:22 +00:00
adam
dfd6df08e6 Changes 2.22.7 (stable):
* Remove the use of g_type_init() because it has been deprecated.
2013-05-20 20:45:01 +00:00