From 6f310818e1bbcfd7a8f0b8951052a45671d3b18c Mon Sep 17 00:00:00 2001
From: Bill Hoffman <bill.hoffman@kitware.com>
Date: Wed, 28 Aug 2002 10:28:49 -0400
Subject: *** empty log message ***

---
 Utilities/cmake-cygwin.README         | 32 ++++++++++++++++++++++++++++++++
 Utilities/cmake_release_config_cygwin | 28 ++++++++++++++++++++++++++++
 Utilities/setup.hint                  |  6 ++++++
 3 files changed, 66 insertions(+)
 create mode 100644 Utilities/cmake-cygwin.README
 create mode 100644 Utilities/cmake_release_config_cygwin
 create mode 100644 Utilities/setup.hint

diff --git a/Utilities/cmake-cygwin.README b/Utilities/cmake-cygwin.README
new file mode 100644
index 0000000..47d8203
--- /dev/null
+++ b/Utilities/cmake-cygwin.README
@@ -0,0 +1,32 @@
+cmake
+--------------------------------------
+Runtime requirements:
+  cygwin-1.3.5 or newer
+
+Build requirements
+  cygwin-1.3.5 or newer
+  make
+
+Canonical homepage:
+  http://www.cmake.org
+
+Canonical download:
+  ftp://www.cmake.org/pub/cmake/
+
+---------------------------------------
+
+Build instructions:
+  unpack cmake-1.4-X-src.tar.bz2
+  cd cmake
+  ./configure
+  make
+  make test 
+
+---------------------------------------
+
+Port Notes:
+
+<none>
+
+----------------------------------------
+Cygwin port maintained by: William A. Hoffman <bill.hoffman@kitware.com>
diff --git a/Utilities/cmake_release_config_cygwin b/Utilities/cmake_release_config_cygwin
new file mode 100644
index 0000000..2958bdb
--- /dev/null
+++ b/Utilities/cmake_release_config_cygwin
@@ -0,0 +1,28 @@
+PREFIX="/usr"
+RELEASE_TAG="Release-1-4"
+VERSION="1.4-4"
+PLATFORM="x86-cygwin"
+DOC_DIR="/doc/cmake-${VERSION}"
+FIND="/usr/bin/find"
+
+CreateExtraFiles()
+{
+mkdir -p ${INSTALL_DIR}${PREFIX}/doc/cmake-${VERSION}
+cp ${SOURCE_DIR}/CMake.pdf  ${INSTALL_DIR}${PREFIX}/doc/cmake-${VERSION}
+cp ${SOURCE_DIR}/CMake.rtf  ${INSTALL_DIR}${PREFIX}/doc/cmake-${VERSION}
+mkdir -p ${INSTALL_DIR}${PREFIX}/doc/Cygwin
+cp ${SOURCE_DIR}/Utilities/cmake-cygwin.README ${INSTALL_DIR}${PREFIX}/doc/Cygwin/cmake-${VERSION}.README
+}
+
+
+CreatePackage()
+{
+echo "Creating cmake-$VERSION-$PLATFORM.tar"
+cd ${INSTALL_DIR}
+if ${TAR} cvf ${TARBALL_DIR}/cmake-$VERSION-$PLATFORM.tar ${PREFIX} \
+     > ${LOG_DIR}/cmake-$VERSION-$PLATFORM-cygwin.log 2>&1 ; then : ; else
+  echo "Error, see ${LOG_DIR}/cmake-$VERSION-$PLATFORM-cygwin.log"
+  exit 1
+fi
+bzip2 ${TARBALL_DIR}/cmake-$VERSION-$PLATFORM.tar
+}
\ No newline at end of file
diff --git a/Utilities/setup.hint b/Utilities/setup.hint
new file mode 100644
index 0000000..592883e
--- /dev/null
+++ b/Utilities/setup.hint
@@ -0,0 +1,6 @@
+# CMake setup.hint file for cygwin setup.exe program
+category: Devel 
+requires: libncurses5 cygwin 
+sdesc: "A cross platform build manger" 
+ldesc: "CMake is a cross platform build manager. It allows you to specify build parameters for C and C++ programs in a cross platform manner. For cygwin Makefiles will be generated. CMake is also capable of generating microsoft project files, nmake, and borland makefiles. CMake can also perform system inspection operations like finding installed libraries and header files." 
+curr: 1.4-3
-- 
cgit v0.12