Changeset 1248


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

merge changes r1245:r1247 from trunk. Refs #115

Location:
branches/4.2
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/4.2/Makefile.am

    r995 r1248  
    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  
  • branches/4.2/macosx_install_kit/ReadMe.txt

    r1245 r1248  
    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 
  • branches/4.2/macosx_install_kit/Resources/English.lproj/License.txt

    r1245 r1248  
     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 
  • branches/4.2/macosx_install_kit/Resources/English.lproj/Welcome.txt

    r1245 r1248  
    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 
  • branches/4.2/macosx_install_kit/bin/makepkg.sh

    r1245 r1248  
    2727  InfoString="$VERSION$RELEASE, (C) $YEAR $COPYRIGHT" 
    2828                       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 
    3644  DefaultLocation="/"  Default location 
    3745  Relocatable=false    true if package is relocatable 
     
    4553  UpdateInstalledLanguages=false 
    4654                       true if only install resources for the current languages 
     55  AllowBackRev=false   true if old versions can replace new 
    4756 
    4857=== Installed Files === 
     
    141150mkdir -p "$target" 
    142151cp -Rpv $RESOURCES "$target/Resources" 
     152echo "Purging .svn directories from $target" 
     153find -d "$target" -type d -name ".svn" -exec rm -fr "{}" \; -print 
    143154 
    144155# Purge .DS_STORE; protect against spaces if filename 
  • branches/4.2/macosx_install_kit/build_mac_kit.sh

    r1245 r1248  
    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.