summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2010-08-01 10:29:09 +0100
committerReuben Thomas <rrt@sc3d.org>2010-08-01 10:29:09 +0100
commitf97eca5b732b122ff2ffb2b2f94fb8ffec958c83 (patch)
tree43f63dc3f15b11f9af4216e9fe40dd09c68bcded
parentf424a9ab057b4f24473df3ccef9e08ecb637634a (diff)
downloadlrexlib-f97eca5b732b122ff2ffb2b2f94fb8ffec958c83.tar.gz
Remove out-of-date binary win32 builds, as agreed with Shmuel.
-rwxr-xr-xwin32bin/lrexlib/LICENSE27
-rwxr-xr-xwin32bin/lrexlib/rex_pcre.dllbin20992 -> 0 bytes
-rwxr-xr-xwin32bin/lrexlib/rex_spencer.dllbin16896 -> 0 bytes
-rwxr-xr-xwin32bin/pcre/LICENCE68
-rwxr-xr-xwin32bin/pcre/pcre.dllbin156672 -> 0 bytes
-rwxr-xr-xwin32bin/readme.txt21
-rwxr-xr-xwin32bin/rxspencer/COPYRIGHT20
-rwxr-xr-xwin32bin/rxspencer/rxspencer.dllbin46080 -> 0 bytes
8 files changed, 0 insertions, 136 deletions
diff --git a/win32bin/lrexlib/LICENSE b/win32bin/lrexlib/LICENSE
deleted file mode 100755
index 0acd3a3..0000000
--- a/win32bin/lrexlib/LICENSE
+++ /dev/null
@@ -1,27 +0,0 @@
-License of Lrexlib release 2.0
-------------------------------
-
-Copyright (C) Reuben Thomas 2000-2007
-Copyright (C) Shmuel Zeigerman 2004-2007
-
-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.
diff --git a/win32bin/lrexlib/rex_pcre.dll b/win32bin/lrexlib/rex_pcre.dll
deleted file mode 100755
index d36b12d..0000000
--- a/win32bin/lrexlib/rex_pcre.dll
+++ /dev/null
Binary files differ
diff --git a/win32bin/lrexlib/rex_spencer.dll b/win32bin/lrexlib/rex_spencer.dll
deleted file mode 100755
index 115a262..0000000
--- a/win32bin/lrexlib/rex_spencer.dll
+++ /dev/null
Binary files differ
diff --git a/win32bin/pcre/LICENCE b/win32bin/pcre/LICENCE
deleted file mode 100755
index 58241b2..0000000
--- a/win32bin/pcre/LICENCE
+++ /dev/null
@@ -1,68 +0,0 @@
-PCRE LICENCE
-------------
-
-PCRE is a library of functions to support regular expressions whose syntax
-and semantics are as close as possible to those of the Perl 5 language.
-
-Release 7 of PCRE is distributed under the terms of the "BSD" licence, as
-specified below. The documentation for PCRE, supplied in the "doc"
-directory, is distributed under the same terms as the software itself.
-
-The basic library functions are written in C and are freestanding. Also
-included in the distribution is a set of C++ wrapper functions.
-
-
-THE BASIC LIBRARY FUNCTIONS
----------------------------
-
-Written by: Philip Hazel
-Email local part: ph10
-Email domain: cam.ac.uk
-
-University of Cambridge Computing Service,
-Cambridge, England. Phone: +44 1223 334714.
-
-Copyright (c) 1997-2006 University of Cambridge
-All rights reserved.
-
-
-THE C++ WRAPPER FUNCTIONS
--------------------------
-
-Contributed by: Google Inc.
-
-Copyright (c) 2006, Google Inc.
-All rights reserved.
-
-
-THE "BSD" LICENCE
------------------
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
-
- * Redistributions of source code must retain the above copyright notice,
- this list of conditions and the following disclaimer.
-
- * Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
-
- * Neither the name of the University of Cambridge nor the name of Google
- Inc. nor the names of their contributors may be used to endorse or
- promote products derived from this software without specific prior
- written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
-AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
-LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
-CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
-SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
-INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
-CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGE.
-
-End
diff --git a/win32bin/pcre/pcre.dll b/win32bin/pcre/pcre.dll
deleted file mode 100755
index 95be024..0000000
--- a/win32bin/pcre/pcre.dll
+++ /dev/null
Binary files differ
diff --git a/win32bin/readme.txt b/win32bin/readme.txt
deleted file mode 100755
index 8d3102f..0000000
--- a/win32bin/readme.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-readme.txt
-==========
-
-1. Installation
------------------
-
- 1. Place rxspencer.dll and pcre.dll somewhere on Windows PATH
- (e.g. in the directory where lua.exe resides).
-
- 2. Place rex_spencer.dll and rex_pcre.dll somewhere on LUA_CPATH
- or package.cpath.
-
-2. Versions
--------------
-
-The included binary files correspond to the following packages:
- rxspencer.dll --> rxspencer-3.8.g.3-1
- pcre.dll --> pcre-7.0
- rex_spencer.dll --> lrexlib-2.1.0
- rex_pcre.dll --> lrexlib-2.1.0
-
diff --git a/win32bin/rxspencer/COPYRIGHT b/win32bin/rxspencer/COPYRIGHT
deleted file mode 100755
index 30c1f7a..0000000
--- a/win32bin/rxspencer/COPYRIGHT
+++ /dev/null
@@ -1,20 +0,0 @@
-Copyright 1992, 1993, 1994, 1997 Henry Spencer. All rights reserved.
-This software is not subject to any license of the American Telephone
-and Telegraph Company or of the Regents of the University of California.
-
-Permission is granted to anyone to use this software for any purpose on
-any computer system, and to alter it and redistribute it, subject
-to the following restrictions:
-
-1. The author is not responsible for the consequences of use of this
- software, no matter how awful, even if they arise from flaws in it.
-
-2. The origin of this software must not be misrepresented, either by
- explicit claim or by omission. Since few users ever read sources,
- credits must appear in the documentation.
-
-3. Altered versions must be plainly marked as such, and must not be
- misrepresented as being the original software. Since few users
- ever read sources, credits must appear in the documentation.
-
-4. This notice may not be removed or altered.
diff --git a/win32bin/rxspencer/rxspencer.dll b/win32bin/rxspencer/rxspencer.dll
deleted file mode 100755
index 3828b2e..0000000
--- a/win32bin/rxspencer/rxspencer.dll
+++ /dev/null
Binary files differ