Changeset 1247


Ignore:
Timestamp:
21/04/09 19:14:24 (3 years ago)
Author:
Freddie Akeroyd
Message:

Final tidy ups of mac kit (remove packaged .svn files). Refs #175.

Location:
trunk
Files:
1 added
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.am

    r995 r1247  
    3939EXTRA_DIST=build_rules.am nexus_spec.in nexus.spec autoversion.sh \ 
    4040                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 
    4243 
    4344# Add any flags here that you want passed to configure when you do  
  • trunk/macosx_install_kit/ReadMe.txt

    r1244 r1247  
    33This package provides libraries for interacting with NeXus files, with bindings for C, C++, Fortran, Python, Java and IDL. 
    44 
    5 For more information see http://www.nexusformat.org/ 
     5NeXus is distributed under the LGPL licence; this binary is linked to  
     6other packages that have different, but compatible, licences. For more 
     7information see the files in /usr/local/share/nexus 
     8   
     9For futher information on NeXus see http://www.nexusformat.org/ 
    610 
    711To begin the install, just double click on NeXus.pkg 
  • trunk/macosx_install_kit/Resources/English.lproj/License.txt

    r1243 r1247  
     1License Information 
     2------------------- 
     3 
     4The 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 
    112 
    213                  GNU LESSER GENERAL PUBLIC LICENSE 
  • trunk/macosx_install_kit/Resources/English.lproj/Welcome.txt

    r1243 r1247  
    11This installer will guide you through the steps necessary to  
    22install the NeXus API for Mac OS 10.4 or higher on your machine.  
     3This version is able to access HDF4, HDF5 and XML NeXus files. 
    34 
    45NeXus file utilities will be placed in /usr/local/bin, libraries  
     
    67examples in /usr/local/share and python bindings  
    78in /Library/Python/2.5/site-packages. 
     9 
     10Licence information will be placed in /usr/local/share/nexus 
  • trunk/macosx_install_kit/bin/makepkg.sh

    r1246 r1247  
    150150mkdir -p "$target" 
    151151cp -Rpv $RESOURCES "$target/Resources" 
     152echo "Purging .svn directories from $target" 
     153find -d "$target" -type d -name ".svn" -exec rm -fr "{}" \; -print 
    152154 
    153155# Purge .DS_STORE; protect against spaces if filename 
  • trunk/macosx_install_kit/build_mac_kit.sh

    r1243 r1247  
    2121make 
    2222make install DESTDIR=`pwd`/macosx_install_kit/package_root 
     23cp InstallerBits/Licences/*.txt macosx_install_kit/package_root/usr/local/share/nexus 
    2324 
    2425cd macosx_install_kit 
Note: See TracChangeset for help on using the changeset viewer.