[commits] Horde-Support branch master updated. ccbd0e6f6fa7abdcaad27f50c0df3faec8ffe136

Chuck Hagenbuch chuck at horde.org
Mon Jan 19 02:30:34 UTC 2009


The branch master has been updated
       via  ccbd0e6f6fa7abdcaad27f50c0df3faec8ffe136 (commit)
      from  e0ef53d0fca7b4cdaed1c176bec412f840c4ac62 (commit)

-----------------------------------------------------------------------
commit ccbd0e6f6fa7abdcaad27f50c0df3faec8ffe136
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sun Jan 18 21:30:24 2009 -0500

    add maintainer tools to git

 maintainer-tools/README                            |   50 +
 maintainer-tools/horde-build-snaps.php             |  149 +++
 maintainer-tools/horde-build-website-docs.sh       |  109 ++
 maintainer-tools/horde-compress-pngs.php           |   58 +
 maintainer-tools/horde-js-compress.php             |  163 +++
 maintainer-tools/horde-make-release-conf.php.dist  |   41 +
 maintainer-tools/horde-make-release.php            |  133 ++
 .../horde-update-ISO3166-countries.php             |  195 +++
 maintainer-tools/horde-update-protaculous.php      |   39 +
 maintainer-tools/jsmin/.cvsignore                  |    2 +
 maintainer-tools/jsmin/CVS/Entries                 |    4 +
 maintainer-tools/jsmin/CVS/Repository              |    1 +
 maintainer-tools/jsmin/CVS/Root                    |    1 +
 maintainer-tools/jsmin/CVS/Template                |    8 +
 maintainer-tools/jsmin/Makefile                    |   23 +
 maintainer-tools/jsmin/jsmin                       |  Bin 0 -> 8467 bytes
 maintainer-tools/jsmin/jsmin.c                     |  279 +++++
 maintainer-tools/jsmin/jsmin.o                     |  Bin 0 -> 3052 bytes
 maintainer-tools/mime_mapping/CVS/Entries          |    6 +
 maintainer-tools/mime_mapping/CVS/Repository       |    1 +
 maintainer-tools/mime_mapping/CVS/Root             |    1 +
 maintainer-tools/mime_mapping/CVS/Template         |    8 +
 maintainer-tools/mime_mapping/Makefile             |   10 +
 maintainer-tools/mime_mapping/convert.php          |  108 ++
 maintainer-tools/mime_mapping/mime.globs           |  437 +++++++
 maintainer-tools/mime_mapping/mime.types           | 1010 ++++++++++++++++
 maintainer-tools/mime_mapping/mime.types.horde     |   34 +
 maintainer-tools/package.xml                       |   67 +
 28 files changed, 2937 insertions(+), 0 deletions(-)
 create mode 100644 maintainer-tools/README
 create mode 100755 maintainer-tools/horde-build-snaps.php
 create mode 100755 maintainer-tools/horde-build-website-docs.sh
 create mode 100755 maintainer-tools/horde-compress-pngs.php
 create mode 100755 maintainer-tools/horde-js-compress.php
 create mode 100644 maintainer-tools/horde-make-release-conf.php.dist
 create mode 100755 maintainer-tools/horde-make-release.php
 create mode 100755 maintainer-tools/horde-update-ISO3166-countries.php
 create mode 100755 maintainer-tools/horde-update-protaculous.php
 create mode 100644 maintainer-tools/jsmin/.cvsignore
 create mode 100644 maintainer-tools/jsmin/CVS/Entries
 create mode 100644 maintainer-tools/jsmin/CVS/Repository
 create mode 100644 maintainer-tools/jsmin/CVS/Root
 create mode 100644 maintainer-tools/jsmin/CVS/Template
 create mode 100644 maintainer-tools/jsmin/Makefile
 create mode 100755 maintainer-tools/jsmin/jsmin
 create mode 100644 maintainer-tools/jsmin/jsmin.c
 create mode 100644 maintainer-tools/jsmin/jsmin.o
 create mode 100644 maintainer-tools/mime_mapping/CVS/Entries
 create mode 100644 maintainer-tools/mime_mapping/CVS/Repository
 create mode 100644 maintainer-tools/mime_mapping/CVS/Root
 create mode 100644 maintainer-tools/mime_mapping/CVS/Template
 create mode 100644 maintainer-tools/mime_mapping/Makefile
 create mode 100644 maintainer-tools/mime_mapping/convert.php
 create mode 100644 maintainer-tools/mime_mapping/mime.globs
 create mode 100644 maintainer-tools/mime_mapping/mime.types
 create mode 100644 maintainer-tools/mime_mapping/mime.types.horde
 create mode 100644 maintainer-tools/package.xml

http://git.horde.org/co.php/maintainer-tools/README?rt=horde-support&r=ccbd0e6f6fa7abdcaad27f50c0df3faec8ffe136
http://git.horde.org/co.php/maintainer-tools/horde-build-snaps.php?rt=horde-support&r=ccbd0e6f6fa7abdcaad27f50c0df3faec8ffe136
http://git.horde.org/co.php/maintainer-tools/horde-build-website-docs.sh?rt=horde-support&r=ccbd0e6f6fa7abdcaad27f50c0df3faec8ffe136
http://git.horde.org/co.php/maintainer-tools/horde-compress-pngs.php?rt=horde-support&r=ccbd0e6f6fa7abdcaad27f50c0df3faec8ffe136
http://git.horde.org/co.php/maintainer-tools/horde-js-compress.php?rt=horde-support&r=ccbd0e6f6fa7abdcaad27f50c0df3faec8ffe136
http://git.horde.org/co.php/maintainer-tools/horde-make-release-conf.php.dist?rt=horde-support&r=ccbd0e6f6fa7abdcaad27f50c0df3faec8ffe136
http://git.horde.org/co.php/maintainer-tools/horde-make-release.php?rt=horde-support&r=ccbd0e6f6fa7abdcaad27f50c0df3faec8ffe136
http://git.horde.org/co.php/maintainer-tools/horde-update-ISO3166-countries.php?rt=horde-support&r=ccbd0e6f6fa7abdcaad27f50c0df3faec8ffe136
http://git.horde.org/co.php/maintainer-tools/horde-update-protaculous.php?rt=horde-support&r=ccbd0e6f6fa7abdcaad27f50c0df3faec8ffe136
http://git.horde.org/co.php/maintainer-tools/jsmin/.cvsignore?rt=horde-support&r=ccbd0e6f6fa7abdcaad27f50c0df3faec8ffe136
http://git.horde.org/co.php/maintainer-tools/jsmin/CVS/Entries?rt=horde-support&r=ccbd0e6f6fa7abdcaad27f50c0df3faec8ffe136
http://git.horde.org/co.php/maintainer-tools/jsmin/CVS/Repository?rt=horde-support&r=ccbd0e6f6fa7abdcaad27f50c0df3faec8ffe136
http://git.horde.org/co.php/maintainer-tools/jsmin/CVS/Root?rt=horde-support&r=ccbd0e6f6fa7abdcaad27f50c0df3faec8ffe136
http://git.horde.org/co.php/maintainer-tools/jsmin/CVS/Template?rt=horde-support&r=ccbd0e6f6fa7abdcaad27f50c0df3faec8ffe136
http://git.horde.org/co.php/maintainer-tools/jsmin/Makefile?rt=horde-support&r=ccbd0e6f6fa7abdcaad27f50c0df3faec8ffe136
http://git.horde.org/co.php/maintainer-tools/jsmin/jsmin?rt=horde-support&r=ccbd0e6f6fa7abdcaad27f50c0df3faec8ffe136
http://git.horde.org/co.php/maintainer-tools/jsmin/jsmin.c?rt=horde-support&r=ccbd0e6f6fa7abdcaad27f50c0df3faec8ffe136
http://git.horde.org/co.php/maintainer-tools/jsmin/jsmin.o?rt=horde-support&r=ccbd0e6f6fa7abdcaad27f50c0df3faec8ffe136
http://git.horde.org/co.php/maintainer-tools/mime_mapping/CVS/Entries?rt=horde-support&r=ccbd0e6f6fa7abdcaad27f50c0df3faec8ffe136
http://git.horde.org/co.php/maintainer-tools/mime_mapping/CVS/Repository?rt=horde-support&r=ccbd0e6f6fa7abdcaad27f50c0df3faec8ffe136
http://git.horde.org/co.php/maintainer-tools/mime_mapping/CVS/Root?rt=horde-support&r=ccbd0e6f6fa7abdcaad27f50c0df3faec8ffe136
http://git.horde.org/co.php/maintainer-tools/mime_mapping/CVS/Template?rt=horde-support&r=ccbd0e6f6fa7abdcaad27f50c0df3faec8ffe136
http://git.horde.org/co.php/maintainer-tools/mime_mapping/Makefile?rt=horde-support&r=ccbd0e6f6fa7abdcaad27f50c0df3faec8ffe136
http://git.horde.org/co.php/maintainer-tools/mime_mapping/convert.php?rt=horde-support&r=ccbd0e6f6fa7abdcaad27f50c0df3faec8ffe136
http://git.horde.org/co.php/maintainer-tools/mime_mapping/mime.globs?rt=horde-support&r=ccbd0e6f6fa7abdcaad27f50c0df3faec8ffe136
http://git.horde.org/co.php/maintainer-tools/mime_mapping/mime.types?rt=horde-support&r=ccbd0e6f6fa7abdcaad27f50c0df3faec8ffe136
http://git.horde.org/co.php/maintainer-tools/mime_mapping/mime.types.horde?rt=horde-support&r=ccbd0e6f6fa7abdcaad27f50c0df3faec8ffe136
http://git.horde.org/co.php/maintainer-tools/package.xml?rt=horde-support&r=ccbd0e6f6fa7abdcaad27f50c0df3faec8ffe136




More information about the commits mailing list