Commit graph

195507 commits

Author SHA1 Message Date
pettai
e21fadf3d4 Updated buildlink3.mk to newer API version 2013-01-07 19:33:22 +00:00
kleink
c88561fd09 Added www/py-flask version 0.9. 2013-01-07 17:40:37 +00:00
kleink
5fa8e55773 + py-flask 2013-01-07 17:40:07 +00:00
kleink
7034f4e1a1 Import Flask-0.9 as devel/py-flask.
Flask is a microframework for Python based on Werkzeug, Jinja 2
and good intentions.
2013-01-07 17:37:37 +00:00
kleink
9d671a161f Import Flask-0.9 as www/py-flask.
Flask is a microframework for Python based on Werkzeug, Jinja 2
and good intentions.
2013-01-07 17:37:36 +00:00
kleink
8a92e54ede Added www/py-werkzeug version 0.8.3. 2013-01-07 17:07:55 +00:00
kleink
9547cb1c6c + py-werkzeug 2013-01-07 17:07:13 +00:00
kleink
3dcd98d770 Import Werkzeug-0.8.3 as www/py-werkzeug.
Werkzeug is a WSGI utility library for Python. It's widely used
and BSD licensed.

Werkzeug started as a simple collection of various utilities for
WSGI applications and has become one of the most advanced WSGI
utility modules. It includes a powerful debugger, fully featured
request and response objects, HTTP utilities to handle entity tags,
cache control headers, HTTP dates, cookie handling, file uploads,
a powerful URL routing system and a bunch of community contributed
addon modules.

It does Unicode and doesn't enforce a specific template engine,
database adapter or anything else. It doesn't even enforce a specific
way of handling requests and leaves all that up to the developer.
2013-01-07 17:06:25 +00:00
kleink
c0f5a48848 Added devel/py-blinker version 1.2. 2013-01-07 16:43:26 +00:00
kleink
d708e46f63 + py-blinker 2013-01-07 16:41:51 +00:00
kleink
5eb3634553 Import blinker-1.2 as devel/py-blinker.
Blinker provides a fast dispatching system that allows any number
of interested parties to subscribe to events, or "signals".

Signal receivers can subscribe to specific senders or receive
signals sent by any sender.
2013-01-07 16:41:07 +00:00
taca
6f388d9d21 Note update of www/contao30 and www/contao30-example packages to 3.0.2. 2013-01-07 14:41:55 +00:00
taca
9175ddd4af Update contao30 to 3.0.2.
* Hungarian and Slovenian language files are added, too.

Version 3.0.2 (2013-01-07)
--------------------------

### Fixed
Throw an error if FileTree or PageTree widgets are left blank although they are
marked as mandatory in the DCA (see #5131).

### Fixed
Modules and Hybrids included via content element were shown even if the content
element was invisible or not published (see #5203).

### Fixed
Do not try to limit the template selection to a particular theme but show all
available themes instead (see #5095).

### Fixed
Correctly build the comments subscription confirmation URL (see #5201).

### Fixed
Update the database if a file is being uploaded in the front end (see #5137).

### Fixed
Do not send a 404 header if an enclosure is requested and cannot be find by a
module; there might be another module which can (see #5178).

### Fixed
Consider the `save_callback` of the password field in `tl_user` when a back end
user is forced to change his password (see #5138).

### Fixed
Random images now open in the lightbox if configured (see #5191).

### Fixed
Find e-mail addresse like `a@b.com` in `String::encodeEmail()` (see #5175).

### Fixed
Make sure there is a minimal MooTools core version for the command scheduler
(see #5195).

### Fixed
Made `Model::getPk()` and `Model::getTable()` static (see #5128).

### Fixed
Do not move resources in the file manager if the targets exist. Otherwise the
database might get out of sync with the file system (see #5145).

### Fixed
Convert automatically generated article alias names if the page uses folder URL
style alias names (see #5168).

### Fixed
The newsletter system did not yet handle file ID attachments (see #5118).

### Fixed
The gallery and downloads element now support using the user's home directory
again (see #5113).

### Fixed
Added an option to load models uncached (see #5102).

### Fixed
Added support for `CURRENT_DATE`, `CURRENT_TIME` and `CURRENT_TIMESTAMP` to the
database installer (see #5089).

### Fixed
Store the whole database row in `Calendar::addEvent()` so e.g. RSS feeds with
the event text instead of just the teaser are being rendered (see #5085).

### Fixed
Purge the internal cache after a module has been (de)activated (see #5016).

### Fixed
Do not cache the `system/cron/cron.txt` file (see #5105).

### Fixed
Do not create content elements for news and events which redirect to articles,
pages or external URLs during the version 3 update (see #5117).

### Fixed
Handle incorrectly closed indexer comments (see #5119).

### Fixed
The table content element did not assign the correct CSS class names when there
was only one row and one column (see #5140).

### Fixed
Consider the dynamic ptable when copying/deleting content elements (see #5041).

### Fixed
Scan templates in the autoload creator even if there are no classes (see #5158).

### Fixed
Corrected the main column margin when using the layout builder in combination
with the responsive grid (see #5170).

### Fixed
Consider the sorting order of external style sheets (see #5038).

### Fixed
The numeric file mounts of a user were overridden by the real paths (see #5083).
2013-01-07 14:41:10 +00:00
taca
91c42ba43e Note update of www/contao211-example package to 2.11.8, too. 2013-01-07 14:33:15 +00:00
taca
865a90c6a1 o -ap-php-5.4.4, php-5.3.20, php-5.4.10. 2013-01-07 14:31:41 +00:00
taca
7e5ca3cd81 Note update of www/contao211 package to 2.11.8. 2013-01-07 14:31:13 +00:00
taca
173d69aede Update contao211 to 2.11.8, LTS release.
Version 2.11.8 (2013-01-07)
---------------------------

### Fixed
Make sure entered dates map to an existing date (see #5086).

### Fixed
Fixed the MySQLi field count (see #5182).

### Fixed
The Date class should return `00:00` for `Date(0)->time` (see #4249).

### Reverted
Handle dependencies when updating extensions (see #3804).

### Fixed
Fixed the unprefixed CSS gradient output (see #4569).

### Fixed
Fixed a small formatting issue in the Music Academy theme (see #5160).

### Fixed
Show all extensions in the log when updating multiple at once (see #5144).

### Fixed
Standardize RSS feed aliases (see #5096).

### Fixed
Make the `FileUpload` constructor public (see #5054).

### Fixed
Use `isset()` in the `Database::fetch*()` methods (see #4990).

### Fixed
Changed the `System::getReadableSize()` algorithm to powers of two (see #4283).

### Fixed
Removed Tahiti and the Netherlands Antilles from the countries list (see #3791).

### Fixed
Also adjust the `be_navigation.html5` template to the new "getUserNavigation"
hook changes (see #3411).
2013-01-07 14:30:30 +00:00
taca
36f650af6a Note update of lang/php53 package to 5.3.20 and lang/php54 package to 5.4.10. 2013-01-07 14:27:25 +00:00
taca
b486e06f7d Reset PKGREVISION by updating of both php53 and php54. 2013-01-07 14:26:41 +00:00
taca
afe3a24746 Update PHP53_VERSION and PHP54_VERSION to make match to php53 and php54. 2013-01-07 14:26:14 +00:00
taca
805e96fd8f Update php54 to 5.4.10.
20 Dec 2012, PHP 5.4.10

- Core:
  . Fixed bug #63635 (Segfault in gc_collect_cycles). (Dmitry)
  . Fixed bug #63512 (parse_ini_file() with INI_SCANNER_RAW removes quotes
    from value). (Pierrick)
  . Fixed bug #63468 (wrong called method as callback with inheritance).
    (Laruence)
  . Fixed bug #63451 (config.guess file does not have AIX 7 defined,
    shared objects are not created). (kemcline at au1 dot ibm dot com)
  . Fixed bug #61557 (Crasher in tt-rss backend.php).
    (i dot am dot jack dot mail at gmail dot com)
  . Fixed bug #61272 (ob_start callback gets passed empty string).
    (Mike, casper at langemeijer dot eu)

- Date:
  . Fixed bug #63666 (Poor date() performance). (Paul Talborg).
  . Fixed bug #63435 (Datetime::format('u') sometimes wrong by 1 microsecond).
    (Remi)

- Imap:
  . Fixed bug #63126 (DISABLE_AUTHENTICATOR ignores array). (Remi)

- Json:
  . Fixed bug #63588 (use php_next_utf8_char and remove duplicate
    implementation). (Remi)

- MySQLi:
  . Fixed bug #63361 (missing header). (Remi)

- MySQLnd:
  . Fixed bug #63398 (Segfault when polling closed link). (Laruence)

- Fileinfo:
  . Fixed bug #63590 (Different results in TS and NTS under Windows).
    (Anatoliy)

- FPM:
  . Fixed bug #63581 Possible null dereference and buffer overflow (Remi)

- Pdo_sqlite:
  . Fixed Bug #63149 getColumnMeta should return the table name
    when system SQLite used. (Remi)

- Apache2 Handler SAPI:
  . Enabled Apache 2.4 configure option for Windows (Pierre, Anatoliy)

- Reflection:
  . Fixed Bug #63614 (Fatal error on Reflection). (Laruence)

- SOAP
  . Fixed bug #63271 (SOAP wsdl cache is not enabled after initial requests).
    (John Jawed, Dmitry)

- Sockets
  . Fixed bug #49341 (Add SO_REUSEPORT support for socket_set_option()).
    (Igor Wiedler, Lars)
2013-01-07 14:24:33 +00:00
taca
fa4a38d5a7 Update php53 to 5.3.20.
20 Dec 2012, PHP 5.3.20

- Zend Engine:
  . Fixed bug #63635 (Segfault in gc_collect_cycles). (Dmitry)
  . Fixed bug #63512 (parse_ini_file() with INI_SCANNER_RAW removes quotes
    from value). (Pierrick)
  . Fixed bug #63468 (wrong called method as callback with inheritance).
    (Laruence)

- Core:
  . Fixed bug #63451 (config.guess file does not have AIX 7 defined,
    shared objects are not created). (kemcline at au1 dot ibm dot com)
  . Fixed bug #63377 (Segfault on output buffer).
    (miau dot jp at gmail dot com, Laruence)

- Apache2 Handler SAPI:
  . Enabled Apache 2.4 configure option for Windows (Pierre, Anatoliy)

- Date:
  . Fixed bug #63435 (Datetime::format('u') sometimes wrong by 1 microsecond).
    (Remi)

- Fileinfo:
  . Fixed bug #63248 (Load multiple magic files from a directory under Windows).
    (Anatoliy)
  . Fixed bug #63590 (Different results in TS and NTS under Windows).
    (Anatoliy)

- FPM:
  . Fixed bug #63581 (Possible null dereference and buffer overflow). (Remi)

- Imap:
  . Fixed bug #63126 (DISABLE_AUTHENTICATOR ignores array). (Remi)

- MySQLnd:
  . Fixed bug #63398 (Segfault when polling closed link). (Laruence)

- Reflection:
  . Fixed Bug #63614 (Fatal error on Reflection). (Laruence)

- SOAP
  . Fixed bug #63271 (SOAP wsdl cache is not enabled after initial requests).
    (John Jawed, Dmitry)
2013-01-07 14:23:57 +00:00
jperkin
75d0dc86dd Fix a couple of typos. 2013-01-07 14:15:35 +00:00
christos
ed5d6c109b adjust patches 2013-01-07 13:46:21 +00:00
wiz
94c38dee52 Remove unused patches (after 3.4.1 update) 2013-01-07 13:28:30 +00:00
wiz
17c322daf6 Updated cad/tnt-mmtl to 1.2.2nb7 2013-01-07 13:27:46 +00:00
wiz
071121096d Updated sysutils/tkdesk to 2.0nb3 2013-01-07 13:27:37 +00:00
wiz
2e330a8ed9 Bump PKGREVISION for tcl-itcl shlib path change. 2013-01-07 13:27:29 +00:00
wiz
d175842117 Use tcl-itcl, bump PKGREVISION. 2013-01-07 13:27:03 +00:00
wiz
12fef41965 Updated lang/tcl-itcl to 3.4.1nb1 2013-01-07 13:26:52 +00:00
wiz
ac14b74890 Update to 3.4.1, based on othyro's package from wip.
This version compiles with tcl-8.5.
2013-01-07 13:26:41 +00:00
gdt
d4477869ae Transform away -W options for new gcc.
Upstream's makefiles have hardcoded warning options that are only
understood by new gcc (and not by 4.1.3.  Transform
-Wno-unused-but-set-variable to -Wno-unused-variable to enable
building on NetBSD-5.
2013-01-07 13:20:57 +00:00
adam
334c57a652 Revbump 2013-01-07 13:00:02 +00:00
ryoon
e49247719a Add reposurgeon 2013-01-07 12:30:36 +00:00
wiz
9351153461 Remove idea option -- included in standard distfile now. 2013-01-07 12:26:56 +00:00
ryoon
38e3b0bc69 Added devel/reposurgeon version 2.12 2013-01-07 12:13:13 +00:00
ryoon
85e4595b2f Import reposurgeon-2.12 as devel/reposurgeon.
A tool for editing version-control repository history reposurgeon
enables risky operations that version-control systems don't want
to let you do, such as editing past comments and metadata and
removing commits. It works with any version control system that
can export and import git fast-import streams, including git and
hg and bzr. It can also read Subversion dump files directly and
can thus be used to script production of very high-quality conversions
from Subversion to any supported DVCS.
2013-01-07 12:12:20 +00:00
ryoon
20b080d2d6 Updated fonts/umefont-ttf to 0.447 2013-01-07 11:54:07 +00:00
ryoon
e089f1fa77 Uodate to 0.447
Status:
Gothic unadjusted: Unicode 7234-9400,
Mincho unadjusted: Unicode 7234-9400
2013-01-07 11:53:11 +00:00
tron
f1250750f4 Re-add checksums for "idea.c.gz" which got removed during the last update. 2013-01-07 08:17:43 +00:00
christos
87d22a2b4d need to grab the interlock before vget. 2013-01-07 00:03:43 +00:00
christos
54183dd5f2 use a pthread-friendly resolver way. 2013-01-07 00:03:16 +00:00
wiz
5051bc7498 Updated fonts/urw-fonts to 1.0.7pre44 2013-01-06 23:19:20 +00:00
wiz
3ed67176bf Update to 1.0.7pre44:
Use cyrillicized version of urw-fonts, as packaged by fedora.

Will be needed by future lilypond versions at some point.
2013-01-06 23:19:11 +00:00
wiz
b8223d6729 Add pod2html to tools to fix build. 2013-01-06 22:27:17 +00:00
adam
4467e8802c Enable additional input file formats for the compression tools 2013-01-06 17:34:07 +00:00
cheusov
6eda5cd991 Latest version of Haiku uses name "baron" for superuser. So, we use id(1) at bootstrap time 2013-01-06 17:33:24 +00:00
cheusov
3dc8738dfa Update HOMEPAGE 2013-01-06 16:43:26 +00:00
cheusov
4325e68bec Fix for build failure on SunOS 2013-01-06 16:19:07 +00:00
pettai
096b24e294 Updated security/ccid to 1.4.8 2013-01-06 16:11:05 +00:00