Browse Source

Moved misc/lua to lib/lua

karasz/new-early
Alejandro Mery 17 years ago
parent
commit
32f3214980
8 changed files with 30 additions and 23 deletions
  1. +4
    -3
      lib/lua/lzlib/lzlib.c
  2. +4
    -3
      lib/lua/lzlib/zlibtest.lua
  3. +4
    -3
      lib/lua/parse-db.lua
  4. +4
    -3
      lib/lua/parse-desc.lua
  5. +2
    -2
      lib/lua/sde/desc.lua
  6. +4
    -3
      lib/lua/sde/getopt.lua
  7. +4
    -3
      lib/lua/sde/hooks.lua
  8. +4
    -3
      lib/lua/sde/pkgdb.lua

misc/lua/lzlib/lzlib.c → lib/lua/lzlib/lzlib.c

@ -1,8 +1,9 @@
/*
* --- T2-COPYRIGHT-NOTE-BEGIN ---
* --- SDE-COPYRIGHT-NOTE-BEGIN ---
* This copyright note is auto-generated by ./scripts/Create-CopyPatch.
*
* T2 SDE: misc/lua/lzlib/lzlib.c
* Filename: lib/lua/lzlib/lzlib.c
* Copyright (C) 2008 The OpenSDE Project
* Copyright (C) 2004 - 2006 The T2 SDE Project
*
* More information can be found in the files COPYING and README.
@ -11,7 +12,7 @@
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; version 2 of the License. A copy of the
* GNU General Public License can be found in the file COPYING.
* --- T2-COPYRIGHT-NOTE-END ---
* --- SDE-COPYRIGHT-NOTE-END ---
*/
// compilation: gcc --shared lzlib.c -o lzlib.so -lz
// contains some slightly addapted code pieces from lua's liolib.c

misc/lua/lzlib/zlibtest.lua → lib/lua/lzlib/zlibtest.lua

@ -1,7 +1,8 @@
-- --- T2-COPYRIGHT-NOTE-BEGIN ---
-- --- SDE-COPYRIGHT-NOTE-BEGIN ---
-- This copyright note is auto-generated by ./scripts/Create-CopyPatch.
--
-- T2 SDE: misc/lua/lzlib/zlibtest.lua
-- Filename: lib/lua/lzlib/zlibtest.lua
-- Copyright (C) 2008 The OpenSDE Project
-- Copyright (C) 2005 - 2006 The T2 SDE Project
--
-- More information can be found in the files COPYING and README.
@ -10,7 +11,7 @@
-- it under the terms of the GNU General Public License as published by
-- the Free Software Foundation; version 2 of the License. A copy of the
-- GNU General Public License can be found in the file COPYING.
-- --- T2-COPYRIGHT-NOTE-END ---
-- --- SDE-COPYRIGHT-NOTE-END ---
-- output all lines of compressed file ./test.gz

misc/lua/parse-db.lua → lib/lua/parse-db.lua

@ -1,7 +1,8 @@
-- --- T2-COPYRIGHT-NOTE-BEGIN ---
-- --- SDE-COPYRIGHT-NOTE-BEGIN ---
-- This copyright note is auto-generated by ./scripts/Create-CopyPatch.
--
-- T2 SDE: misc/lua/parse-db.lua
-- Filename: lib/lua/parse-db.lua
-- Copyright (C) 2008 The OpenSDE Project
-- Copyright (C) 2005 - 2006 The T2 SDE Project
--
-- More information can be found in the files COPYING and README.
@ -10,7 +11,7 @@
-- it under the terms of the GNU General Public License as published by
-- the Free Software Foundation; version 2 of the License. A copy of the
-- GNU General Public License can be found in the file COPYING.
-- --- T2-COPYRIGHT-NOTE-END ---
-- --- SDE-COPYRIGHT-NOTE-END ---
-- parse all packages.db information into tables
-- filelist saving commented out (eats another 30M)

misc/lua/parse-desc.lua → lib/lua/parse-desc.lua

@ -1,8 +1,9 @@
#!/usr/bin/env lua
-- --- T2-COPYRIGHT-NOTE-BEGIN ---
-- --- SDE-COPYRIGHT-NOTE-BEGIN ---
-- This copyright note is auto-generated by ./scripts/Create-CopyPatch.
--
-- T2 SDE: misc/lua/parse-desc.lua
-- Filename: lib/lua/parse-desc.lua
-- Copyright (C) 2008 The OpenSDE Project
-- Copyright (C) 2005 - 2006 The T2 SDE Project
--
-- More information can be found in the files COPYING and README.
@ -11,7 +12,7 @@
-- it under the terms of the GNU General Public License as published by
-- the Free Software Foundation; version 2 of the License. A copy of the
-- GNU General Public License can be found in the file COPYING.
-- --- T2-COPYRIGHT-NOTE-END ---
-- --- SDE-COPYRIGHT-NOTE-END ---
-- try this:
--

misc/lua/sde/desc.lua → lib/lua/sde/desc.lua

@ -1,8 +1,8 @@
-- --- SDE-COPYRIGHT-NOTE-BEGIN ---
-- This copyright note is auto-generated by ./scripts/Create-CopyPatch.
--
-- Filename: misc/lua/sde/desc.lua
-- Copyright (C) 2006 The OpenSDE Project
-- Filename: lib/lua/sde/desc.lua
-- Copyright (C) 2006 - 2008 The OpenSDE Project
-- Copyright (C) 2005 - 2006 The T2 SDE Project
-- Copyright (C) 2005 - 2006 Juergen "George" Sawinski
--

misc/lua/sde/getopt.lua → lib/lua/sde/getopt.lua

@ -1,7 +1,8 @@
-- --- T2-COPYRIGHT-NOTE-BEGIN ---
-- --- SDE-COPYRIGHT-NOTE-BEGIN ---
-- This copyright note is auto-generated by ./scripts/Create-CopyPatch.
--
-- T2 SDE: misc/lua/sde/getopt.lua
-- Filename: lib/lua/sde/getopt.lua
-- Copyright (C) 2008 The OpenSDE Project
-- Copyright (C) 2005 - 2006 The T2 SDE Project
-- Copyright (C) 2005 - 2006 Juergen "George" Sawinski
--
@ -11,7 +12,7 @@
-- it under the terms of the GNU General Public License as published by
-- the Free Software Foundation; version 2 of the License. A copy of the
-- GNU General Public License can be found in the file COPYING.
-- --- T2-COPYRIGHT-NOTE-END ---
-- --- SDE-COPYRIGHT-NOTE-END ---
-- TODO:
-- - add boolean option argument types

misc/lua/sde/hooks.lua → lib/lua/sde/hooks.lua

@ -1,7 +1,8 @@
-- --- T2-COPYRIGHT-NOTE-BEGIN ---
-- --- SDE-COPYRIGHT-NOTE-BEGIN ---
-- This copyright note is auto-generated by ./scripts/Create-CopyPatch.
--
-- T2 SDE: misc/lua/sde/hooks.lua
-- Filename: lib/lua/sde/hooks.lua
-- Copyright (C) 2008 The OpenSDE Project
-- Copyright (C) 2005 - 2006 The T2 SDE Project
-- Copyright (C) 2005 - 2006 Juergen "George" Sawinski
--
@ -11,7 +12,7 @@
-- it under the terms of the GNU General Public License as published by
-- the Free Software Foundation; version 2 of the License. A copy of the
-- GNU General Public License can be found in the file COPYING.
-- --- T2-COPYRIGHT-NOTE-END ---
-- --- SDE-COPYRIGHT-NOTE-END ---
-- TODO:
-- - add "protected" hooks (hooks, that can't be overriden simply)

misc/lua/sde/pkgdb.lua → lib/lua/sde/pkgdb.lua

@ -1,7 +1,8 @@
-- --- T2-COPYRIGHT-NOTE-BEGIN ---
-- --- SDE-COPYRIGHT-NOTE-BEGIN ---
-- This copyright note is auto-generated by ./scripts/Create-CopyPatch.
--
-- T2 SDE: misc/lua/sde/pkgdb.lua
-- Filename: lib/lua/sde/pkgdb.lua
-- Copyright (C) 2008 The OpenSDE Project
-- Copyright (C) 2005 - 2006 The T2 SDE Project
-- Copyright (C) 2005 - 2006 Valentin Ziegler, Juergen "George" Sawinski
--
@ -11,7 +12,7 @@
-- it under the terms of the GNU General Public License as published by
-- the Free Software Foundation; version 2 of the License. A copy of the
-- GNU General Public License can be found in the file COPYING.
-- --- T2-COPYRIGHT-NOTE-END ---
-- --- SDE-COPYRIGHT-NOTE-END ---
-- TODO:
-- - add "update-priority" (like "urgent,security,normal" etc)

Loading…
Cancel
Save