Commit graph

207526 commits

Author SHA1 Message Date
wiz
0b14aea4e2 + p5-Data-Record 2013-10-11 11:04:34 +00:00
wiz
7b5c88d1cb Import p5-Data-Record-0.02 as devel/p5-Data-Record.
Sometimes we need data split into records and a simple split on
the input record separator ($/) or some other value fails because
the values we're splitting on may allowed in other parts of the
data. Perhaps they're quoted. Perhaps they're embedded in other
data which should not be split up.

This module allows you to specify what you wish to split the data
on, but also speficy an "unless" regular expression. If the text
in question matches the "unless" regex, it will not be split there.
This allows us to do things like split on newlines unless newlines
are embedded in quotes.
2013-10-11 11:04:10 +00:00
obache
9bdb024cab Updated www/py-genshi to 0.6.1 2013-10-11 10:54:46 +00:00
obache
80510c8665 Update genshi to 0.6.1.
Version 0.6.1
http://svn.edgewall.org/repos/genshi/tags/0.6.1/
(Jan 27 2013, from branches/stable/0.6.x)

 * Security fix to enhance sanitizing of CSS in style attributes. Genshi's
   `HTMLSanitizer` disallows style attributes by default (this remains
   unchanged) and warns against such attacks in its documentation, but
   the provided CSS santizing is now less lacking (see #455).
 * Fix for error in how `HTMLFormFiller` would handle `textarea` elements if
   no value was not supplied form them.
 * The `HTMLFormFiller` now correctly handles check boxes and radio buttons
   with an empty `value` attribute.
 * Template `Context` objects now have a `.copy` method.
 * Added a simple `tox.ini` file for using tox to test against multiple
   verions of Python.
 * Fix for bug in `QName` comparison (see #413).
 * Fix for bug in handling of trailing events in match template matches
   (see #399).
 * Fix i18n namespace declaration in documentation (see #400).
 * Fix for bug in caching of events in serializers by no longer caching
   `(TEXT, Markup)` events (see #429).
 * Fix handling of `None` by `Markup.escape` in `_speedups.c` (see #439).
 * Fix handling of internal state by match templates (relevant when multiple
   templates match the same part of the stream, see #370).
 * Fix handling of multiple events between or on either side of start and end
   tags in translated messages (see #404).
 * Fix test failures caused by changes in HTMLParser in Python 2.7 (see #501).
 * Fix infinite loop in interplotation lexing that was introduced by a change
   in Python 2.7's tokenizer (see #540).
 * Fix handling of processing instructions without data (see #368).
 * Updated MANIFEST.in so as not to rely on build from Subersion 1.6.
2013-10-11 10:54:15 +00:00
wiz
8e0d0b7946 Updated net/Radicale to 0.8nb1 2013-10-11 10:00:10 +00:00
wiz
e3cae3f49b Fix path to default config file.
Requested by Jean-Yves Moulin <jym@baaz.fr>

Bump PKGREVISION.
2013-10-11 09:59:54 +00:00
roy
c2eaf9b916 silc-client has an internal copy of irssi.
Newer irssi prefers termcap/terminfo over curses, so drop the curses
dependency entirely.
2013-10-11 09:58:53 +00:00
wiz
4971381f24 Does support destdir, mark it as such. 2013-10-10 19:16:40 +00:00
wiz
2ce8128033 I see no reason why this package is marked with PKG_DESTDIR_SUPPORT=none,
packages fine for me. Remove it.
2013-10-10 19:15:32 +00:00
roy
482dae6cc8 Tads uses termcap, not curses. 2013-10-10 18:27:37 +00:00
tron
8cf2ed7106 Note update of the "phpmyadmin" package to version 4.0.8. 2013-10-10 17:53:30 +00:00
tron
0332e5ca91 Update "phpmyadmin" package to version 4.0.8.
The following bugs were fixed since the release of version 4.0.7:
- bug #3988 Rename view is not working
- bug #4041 Interaction between linkified fields and grid editing
- bug #3975 Table grouping isn't implemented properly
- bug #4060 Browser tries to remember wrong password when creating new user
- bug #4002 Edit Index on big table doesn't show "Loading" or any message
- bug #4098 Default table tab is ignored
- bug #4099 Server/library difference warning: setting is ignored
- bug #4100 table tree group strategy
- bug #4102 ALTER TABLE ORDER BY and InnoDB
- bug #4103 Tracking report: cannot delete a statement
- bug #3996 Drizzle navigation doesn't expand
- bug #4074 GIS column editor: point not displayed
- bug #4109 Drizzle tables in navigation are shown as views
- bug #4095 NUL symbols added to the end of database dump file
- bug #4105 More disappears in table Structure
- bug #3992 Multi-row edit doesn't clear values when checking NULL
2013-10-10 17:52:35 +00:00
roy
f6f1ffc38f Remove dependency on ncurses and depend on system curses and termcap. 2013-10-10 17:27:56 +00:00
roy
041d38c571 Depend on system curses and termcap rather than forcing ncurses. 2013-10-10 17:16:54 +00:00
roy
0a5044883f Depend on termcap as well as curses.
New homepage.
2013-10-10 16:58:03 +00:00
roy
766ea1f2b6 tn3270 uses termcap as well as curses. 2013-10-10 16:31:28 +00:00
ryoon
3fba1a52dd Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
wiz
14f28a198c + gmake-4.0, libtar-1.2.20, puzzles-10051, tea-37.0.0, texmaker-4.0.4
[pkg/48297].
2013-10-10 12:28:23 +00:00
adam
716431cd1e Pass custom CXX, CPPFLAGS, CXXFLAGS, LDFLAGS 2013-10-10 12:03:03 +00:00
ryoon
f49f3effc1 Updated devel/pango to 1.36.0 2013-10-10 12:02:55 +00:00
ryoon
c929c1bbde Update to 1.36.0
Changelog:
Overview of changes between 1.35.3 and 1.36.0
=============================================
- Remove a useless test (#707131)
- Never return NULL from pango_layout_get_test (#707659)
- Correct an annotation (#707874)
- Fix gravity map (#708432)

Overview of changes between 1.35.2 and 1.35.3
============================================
- Compiler warnings about strict aliasing (#703995)
- Getting rid of the arbitrary MAX_SIZE for font (707131)

Overview of changes between 1.35.0 and 1.35.2
============================================
- Bypass line reordering in some cases (#705007)

Overview of changes between 1.34 and 1.35.0
===========================================
- Requires cairo 1.12.10
- Add a --with-cairo option
- Handle invalid utf8 better (#700577)
- Install some tests
- Don't change fonts for space (#701652)
2013-10-10 12:02:06 +00:00
roy
d28b726662 Bump for curses removal 2013-10-10 11:09:35 +00:00
roy
41688837fc Fix revision location 2013-10-10 11:08:16 +00:00
roy
d98ce74985 Bump for curses removal 2013-10-10 11:06:11 +00:00
bad
c81dc40e14 Note update of jpilot to 1.8.1. 2013-10-10 10:59:30 +00:00
bad
67297c6024 Update jpilot to 1.8.1.
Changes since 1.8.0:
1.8.1 - 04/05/11
 Added a jpilot-merge utility for merging unsynced records into a pdb file
 Fixes Debian bug #574030: jpilot: can't delete appointments
 Resolve bug 2012 where small months in Postcript printout overlapped a calendar event.
 Fix multiple memory leaks all over code base
 Added a VCard export format optimized for GMail/Android import
 Correct iCal export for repeating events with an end date
 Add Category and Location fields to Calendar iCal export
 Add categories to left-hand side of Calendar application
 Add "cancel sync" button and icon to main jpilot window
 use CRLF for ToDo iCal export per RFC
 Add new "future" button to repeat appt. modification dialog so that changes only affect future occurrences
 Ability to install files directly to SDCARD, hardcoded to /PALM/Launcher/ directory
 Keyboard shortcuts to set priority of ToDo items with Alt+# where # is 1-5
 Add ability to launch external editor to quickly edit memo or note text.  Bound to Ctrl-E.
2013-10-10 10:58:38 +00:00
roy
d99c97076e lame uses termcap, not curses 2013-10-10 10:49:30 +00:00
jperkin
3a70685517 Sync version with main emacs24 package. Fixes dependencies with EMACS_TYPE
set to emacs24nox.
2013-10-10 09:34:00 +00:00
apb
03695b14cf bvi calls tgetstr(), so it needs to link against libtermcap.
Don't assume that linking against libcurses will be sufficient.
2013-10-10 08:56:34 +00:00
jnemeth
c5c0782f56 sort 2013-10-10 03:33:43 +00:00
joerg
a753c95ebf Don't mess with the architecture settings. 2013-10-10 00:10:13 +00:00
joerg
4825e9d0a5 Fix build with modernish flex. 2013-10-10 00:09:37 +00:00
joerg
535b1324d3 Fix inline use. 2013-10-10 00:09:07 +00:00
joerg
ad44a6e12a Spell TOOL_DEPENDS correctly. 2013-10-10 00:08:40 +00:00
joerg
c51b9f3e7e Check in std for manipulators. 2013-10-10 00:08:19 +00:00
joerg
3d39433263 Fix format strings for short arguments to scanf. Avoid dangling else.
Bump revision.
2013-10-10 00:07:23 +00:00
joerg
0a3b76bf5f Don't redefine realloc before including system headers that might use
it. Make a few more warnings non-fatal for clang.
2013-10-10 00:06:19 +00:00
joerg
626c791a22 Use natural type for backtrace return value. Fix cinttypes use. 2013-10-10 00:04:52 +00:00
joerg
a03cd831df Remove no longer existing MySQL version. 2013-10-10 00:04:15 +00:00
joerg
362a17f84d Require target binutils and bison. 2013-10-10 00:02:53 +00:00
joerg
541b9cdb95 Fix undefined and broken loop. Fix obviously broken format string.
Bump revision.
2013-10-10 00:02:17 +00:00
wiz
a058e5f1a0 Updated archivers/lziprecover to 1.15 2013-10-09 20:35:20 +00:00
wiz
0d584f1853 Update to 1.15:
Changes in version 1.15:

Lziprecover can now repair multi-member files with up to one byte error
per member, without having to split them first.

Lziprecover can now merge multi-member files without having to split
them first even if some copies have the header and the trailer damaged.

The chapters "Repairing files", "Merging files" and "Unzcrash" have been
added to the manual.
2013-10-09 20:35:10 +00:00
wiz
66551982d3 Updated archivers/lzip to 1.15 2013-10-09 20:34:19 +00:00
wiz
afe4efe198 Update to 1.15:
Changes in version 1.15:

Lzip now shows the progress of compression at verbosity level 2 (-vv).

Decompressing and testing no more show file version.

Option "-n, --threads" is now accepted and ignored for compatibility
with plzip.

The configure script now accepts options with a separate argument.

The chapter "Stream format" and the appendix "Reference source code"
have been added to the manual.
2013-10-09 20:34:09 +00:00
sno
8523417d6c In case the gd option isn't set, no lib/graphviz/libgvplugin_gd.la is
built neither installed
2013-10-09 18:30:22 +00:00
wiz
a0acdbfb1c Add patch needed for mng-2.0.2. 2013-10-09 17:39:33 +00:00
wiz
6068eaecf6 recursive bump for libmng-2.0.2 shlib major bump and dependency change 2013-10-09 17:39:01 +00:00
wiz
4f2e003672 Updated graphics/mng to 2.0.2 2013-10-09 17:38:42 +00:00
wiz
f4ba264014 Update to 2.0.2.
Now depends on lcms2 instead of lcms, and the major version was
bumped (recursive bump following next).

2.0.1 (19.01.2013)
---------------------------
[szukw000@arcor.de] There has been a change in JPEG version 9:
added some code in libmng_types.h before
#include <jpeglib.h>

2.0.0 (dd.mm.2012)
---------------------------
Allows lcms1/lcms2:

 ./configure --with-lcms2
 cmake -DWITH_LCMS2:bool=on

Cnf. the sample files
    'Configure.libmng'
and 'build-mng-cmake.sh'
and 'cmake-compile.bat' resp. 'clean.bat'

szukw000@arcor.de
2013-10-09 17:38:26 +00:00