Changeset 1248
- Timestamp:
- 21/04/09 19:17:39 (3 years ago)
- Location:
- branches/4.2
- Files:
-
- 6 edited
- 1 copied
-
Makefile.am (modified) (1 diff)
-
configure_mingw_kit (copied) (copied from trunk/configure_mingw_kit)
-
macosx_install_kit/ReadMe.txt (modified) (1 diff)
-
macosx_install_kit/Resources/English.lproj/License.txt (modified) (1 diff)
-
macosx_install_kit/Resources/English.lproj/Welcome.txt (modified) (2 diffs)
-
macosx_install_kit/bin/makepkg.sh (modified) (3 diffs)
-
macosx_install_kit/build_mac_kit.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.2/Makefile.am
r995 r1248 39 39 EXTRA_DIST=build_rules.am nexus_spec.in nexus.spec autoversion.sh \ 40 40 build_rpm.in README.cygwin README.WIN32 README.macosx \ 41 README.MinGW make_mingw_links SConstruct nexus_scons_utils.py 41 README.MinGW make_mingw_links SConstruct nexus_scons_utils.py \ 42 configure_mingw_kit 42 43 43 44 # Add any flags here that you want passed to configure when you do -
branches/4.2/macosx_install_kit/ReadMe.txt
r1245 r1248 3 3 This package provides libraries for interacting with NeXus files, with bindings for C, C++, Fortran, Python, Java and IDL. 4 4 5 For more information see http://www.nexusformat.org/ 5 NeXus is distributed under the LGPL licence; this binary is linked to 6 other packages that have different, but compatible, licences. For more 7 information see the files in /usr/local/share/nexus 8 9 For futher information on NeXus see http://www.nexusformat.org/ 6 10 7 11 To begin the install, just double click on NeXus.pkg -
branches/4.2/macosx_install_kit/Resources/English.lproj/License.txt
r1245 r1248 1 License Information 2 ------------------- 3 4 The NeXus library and utilities are distributed under the terms on the GNU Lesser General Public License (LGPL) - see the enclosed COPYING_NeXus.txt file or http://www.opensource.org/licenses/lgpl-license.php for further details. The NeXus library is linked statically against several other libraries and these are detailed below. All licence files are installed in /usr/local/share/nexus 5 6 * Michael Sweet's Mini-XML parsing library (http://www.easysw.com/~mike/mxml/) which is also governed by the LGPL. 7 8 * HDF4 libraries developed at the National Center for Supercomputing Applications (NCSA) at the University of Illinois at Urbana-Champaign (http://hdf.ncsa.uiuc.edu/). Their distribution is covered by the license detailed in the enclosed COPYING_hdf4.txt file and at ftp://ftp.ncsa.uiuc.edu/HDF/HDF/HDF_Current/src/unpacked/COPYING 9 10 * HDF5 library developed at the National Center for Supercomputing Applications (NCSA) at the University of Illinois at Urbana-Champaign (http://hdf.ncsa.uiuc.edu/). Distribution is covered by the license detailed in the enclosed COPYING_hdf5.txt file and at ftp://ftp.ncsa.uiuc.edu/HDF/HDF5/current/src/unpacked/COPYING 11 1 12 2 13 GNU LESSER GENERAL PUBLIC LICENSE -
branches/4.2/macosx_install_kit/Resources/English.lproj/Welcome.txt
r1245 r1248 1 1 This installer will guide you through the steps necessary to 2 2 install the NeXus API for Mac OS 10.4 or higher on your machine. 3 This version is able to access HDF4, HDF5 and XML NeXus files. 3 4 4 5 NeXus file utilities will be placed in /usr/local/bin, libraries … … 6 7 examples in /usr/local/share and python bindings 7 8 in /Library/Python/2.5/site-packages. 9 10 Licence information will be placed in /usr/local/share/nexus -
branches/4.2/macosx_install_kit/bin/makepkg.sh
r1245 r1248 27 27 InfoString="$VERSION$RELEASE, (C) $YEAR $COPYRIGHT" 28 28 Package info 29 BackgroundAlignment="center left right top bottom (top|bottom)(left|right)" 30 BackgroundScaling="none proportional tofit" 31 Backround picture details if Resource/background exists 32 AuthorizationAction="(Admin|Root|No)Authorization" 33 Required authorization 34 RestartAction="NoRestart RecommendedRestart RequiredRestart Shutdown RequiredLogout" 35 Require restart? 29 MajorVersion="VERSION up to the first dot" 30 MinorVersion="VERSION after the last dot" 31 Major.Minor version number integers 32 BackgroundAlignment="center" 33 Alignment of background picture, which should be one of 34 center left right top bottom (top|bottom)(left|right) 35 BackgroundScaling="tofit" 36 Scaling of background picture, which should be one of 37 none proportional tofit 38 AuthorizationAction="NoAuthorization" 39 Required authorization, which should be one of 40 (Admin|Root|No)Authorization 41 RestartAction="NoRestart" 42 Require restart? Should be one of NoRestart Shutdown 43 RecommendedRestart RequiredRestart RequiredLogout 36 44 DefaultLocation="/" Default location 37 45 Relocatable=false true if package is relocatable … … 45 53 UpdateInstalledLanguages=false 46 54 true if only install resources for the current languages 55 AllowBackRev=false true if old versions can replace new 47 56 48 57 === Installed Files === … … 141 150 mkdir -p "$target" 142 151 cp -Rpv $RESOURCES "$target/Resources" 152 echo "Purging .svn directories from $target" 153 find -d "$target" -type d -name ".svn" -exec rm -fr "{}" \; -print 143 154 144 155 # Purge .DS_STORE; protect against spaces if filename -
branches/4.2/macosx_install_kit/build_mac_kit.sh
r1245 r1248 21 21 make 22 22 make install DESTDIR=`pwd`/macosx_install_kit/package_root 23 cp InstallerBits/Licences/*.txt macosx_install_kit/package_root/usr/local/share/nexus 23 24 24 25 cd macosx_install_kit
Note: See TracChangeset
for help on using the changeset viewer.
