Skip to content

Commit

Permalink
Merge pull request #127 from owncloud/add-punic
Browse files Browse the repository at this point in the history
Adding punic/punic 1.1.0
  • Loading branch information
DeepDiver1975 committed Oct 23, 2014
2 parents f6d7a51 + 0c0fb2a commit 94179d9
Show file tree
Hide file tree
Showing 404 changed files with 4,242 additions and 33 deletions.
2 changes: 1 addition & 1 deletion autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

require_once __DIR__ . '/composer' . '/autoload_real.php';

return ComposerAutoloaderInit3669affcbbaeb5ccc4a88f42b228548d::getLoader();
return ComposerAutoloaderInit62842db033d4441fd978715211e15a55::getLoader();
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"ircmaxell/random-lib": "v1.0.0",
"bantu/ini-get-wrapper": "v1.0.1",
"natxet/CssMin": "dev-master",
"mrclay/minify": "dev-master"
"mrclay/minify": "dev-master",
"punic/punic": "1.1.0"
}
}
70 changes: 68 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions composer/autoload_psr4.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@

return array(
'bantu\\IniGetWrapper\\' => array($vendorDir . '/bantu/ini-get-wrapper/src'),
'Punic\\' => array($vendorDir . '/punic/punic/code'),
);
10 changes: 5 additions & 5 deletions composer/autoload_real.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// autoload_real.php @generated by Composer

class ComposerAutoloaderInit3669affcbbaeb5ccc4a88f42b228548d
class ComposerAutoloaderInit62842db033d4441fd978715211e15a55
{
private static $loader;

Expand All @@ -19,9 +19,9 @@ public static function getLoader()
return self::$loader;
}

spl_autoload_register(array('ComposerAutoloaderInit3669affcbbaeb5ccc4a88f42b228548d', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInit62842db033d4441fd978715211e15a55', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
spl_autoload_unregister(array('ComposerAutoloaderInit3669affcbbaeb5ccc4a88f42b228548d', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInit62842db033d4441fd978715211e15a55', 'loadClassLoader'));

$includePaths = require __DIR__ . '/include_paths.php';
array_push($includePaths, get_include_path());
Expand All @@ -46,14 +46,14 @@ public static function getLoader()

$includeFiles = require __DIR__ . '/autoload_files.php';
foreach ($includeFiles as $file) {
composerRequire3669affcbbaeb5ccc4a88f42b228548d($file);
composerRequire62842db033d4441fd978715211e15a55($file);
}

return $loader;
}
}

function composerRequire3669affcbbaeb5ccc4a88f42b228548d($file)
function composerRequire62842db033d4441fd978715211e15a55($file)
{
require $file;
}
116 changes: 92 additions & 24 deletions composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -954,51 +954,119 @@
"minify"
]
},
{
"name": "mrclay/minify",
"version": "dev-master",
"version_normalized": "9999999-dev",
{
"name": "mrclay/minify",
"version": "dev-master",
"version_normalized": "9999999-dev",
"source": {
"type": "git",
"url": "https://github.com/mrclay/minify.git",
"reference": "bd9a450694cda1b54c43a1784adabe36ad522d89"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mrclay/minify/zipball/bd9a450694cda1b54c43a1784adabe36ad522d89",
"reference": "bd9a450694cda1b54c43a1784adabe36ad522d89",
"shasum": ""
},
"require": {
"ext-pcre": "*",
"php": ">=5.2.1"
},
"require-dev": {
"tubalmartin/cssmin": "~2.4.8"
},
"suggest": {
"tubalmartin/cssmin": "Support minify with CSSMin (YUI PHP port)"
},
"time": "2014-09-25 11:40:53",
"type": "library",
"installation-source": "source",
"autoload": {
"classmap": [
"min/lib/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Stephen Clay",
"email": "steve@mrclay.org",
"role": "Developer"
}
],
"description": "Minify is a PHP5 app that helps you follow several rules for client-side performance. It combines multiple CSS or Javascript files, removes unnecessary whitespace and comments, and serves them with gzip encoding and optimal client-side cache headers",
"homepage": "http://code.google.com/p/minify/"
},
{
"name": "punic/punic",
"version": "1.1.0",
"version_normalized": "1.1.0.0",
"source": {
"type": "git",
"url": "https://github.com/mrclay/minify.git",
"reference": "bd9a450694cda1b54c43a1784adabe36ad522d89"
"url": "https://github.com/punic/punic.git",
"reference": "b4a06d4ad15040b18ec5db4491fc8ed8aa42874c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mrclay/minify/zipball/bd9a450694cda1b54c43a1784adabe36ad522d89",
"reference": "bd9a450694cda1b54c43a1784adabe36ad522d89",
"url": "https://api.github.com/repos/punic/punic/zipball/b4a06d4ad15040b18ec5db4491fc8ed8aa42874c",
"reference": "b4a06d4ad15040b18ec5db4491fc8ed8aa42874c",
"shasum": ""
},
"require": {
"ext-pcre": "*",
"php": ">=5.2.1"
"php": ">=5.3"
},
"require-dev": {
"tubalmartin/cssmin": "~2.4.8"
"replace": {
"punic/calendar": "*",
"punic/common": "*"
},
"suggest": {
"tubalmartin/cssmin": "Support minify with CSSMin (YUI PHP port)"
"require-dev": {
"apigen/apigen": "~2.8.2",
"satooshi/php-coveralls": "dev-master"
},
"time": "2014-09-25 11:40:53",
"time": "2014-09-25 08:53:54",
"type": "library",
"installation-source": "source",
"installation-source": "dist",
"autoload": {
"classmap": [
"min/lib/"
]
"psr-4": {
"Punic\\": "code/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
"MIT"
],
"authors": [
{
"name": "Stephen Clay",
"email": "steve@mrclay.org",
"name": "Michele Locati",
"email": "mlocati@gmail.com",
"role": "Developer"
},
{
"name": "Remo Laubacher",
"email": "remo.laubacher@gmail.com",
"role": "Collaborator, motivator and perfectionist supporter"
}
],
"description": "Minify is a PHP5 app that helps you follow several rules for client-side performance. It combines multiple CSS or Javascript files, removes unnecessary whitespace and comments, and serves them with gzip encoding and optimal client-side cache headers",
"homepage": "http://code.google.com/p/minify/"
"description": "PHP-Unicode CLDR",
"homepage": "https://github.com/punic/punic",
"keywords": [
"calendar",
"cldr",
"date",
"date-time",
"i18n",
"internationalization",
"l10n",
"localization",
"php",
"time",
"translate",
"translations",
"unicode"
]
}
]
24 changes: 24 additions & 0 deletions punic/punic/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
The MIT License (MIT)

Copyright (c) 2014 Michele Locati

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.


The \Punic\Calendar::convertPhpToIsoFormat function is taken from ZendFramework 1 - Copyright (c) 2005-2014, Zend Technologies USA, Inc.
6 changes: 6 additions & 0 deletions punic/punic/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[![Build Status](https://api.travis-ci.org/punic/punic.svg?branch=master)](https://travis-ci.org/punic/punic)
[![Coverage Status](https://img.shields.io/coveralls/punic/punic.svg)](https://coveralls.io/r/punic/punic)
[![License](https://poser.pugx.org/punic/punic/license.svg)](https://packagist.org/packages/punic/punic)
Punic - PHP Unicode CLDR Toolkit
================================

50 changes: 50 additions & 0 deletions punic/punic/UNICODE-LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE

Unicode Data Files include all data files under the directories
http://www.unicode.org/Public/, http://www.unicode.org/reports/, and
http://www.unicode.org/cldr/data/. Unicode Data Files do not include PDF
online code charts under the directory http://www.unicode.org/Public/.
Software includes any source code published in the Unicode Standard or under
the directories http://www.unicode.org/Public/,
http://www.unicode.org/reports/, and http://www.unicode.org/cldr/data/.

NOTICE TO USER: Carefully read the following legal agreement. BY
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S DATA FILES
("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"), YOU UNEQUIVOCALLY ACCEPT, AND
AGREE TO BE BOUND BY, ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF
YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA
FILES OR SOFTWARE.

COPYRIGHT AND PERMISSION NOTICE

Copyright © 1991-2014 Unicode, Inc. All rights reserved. Distributed under
the Terms of Use in http://www.unicode.org/copyright.html.

Permission is hereby granted, free of charge, to any person obtaining a
copy of the Unicode data files and any associated documentation (the "Data
Files") or Unicode software and any associated documentation (the "Software")
to deal in the Data Files or Software without restriction, including without
limitation the rights to use, copy, modify, merge, publish, distribute, and/or
sell copies of the Data Files or Software, and to permit persons to whom the
Data Files or Software are furnished to do so, provided that (a) the above
copyright notice(s) and this permission notice appear with all copies of the
Data Files or Software, (b) both the above copyright notice(s) and this
permission notice appear in associated documentation, and (c) there is clear
notice in each modified Data File or in the Software as well as in the
documentation associated with the Data File(s) or Software that the data or
software has been modified.

THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD
PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN
THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE
DATA FILES OR SOFTWARE.

Except as contained in this notice, the name of a copyright holder shall
not be used in advertising or otherwise to promote the sale, use or other
dealings in these Data Files or Software without prior written authorization
of the copyright holder.

0 comments on commit 94179d9

Please sign in to comment.