Changeset 80
- Timestamp:
- 01/27/08 14:44:56 (17 years ago)
- Files:
-
- trunk/fink/main/finkinfo/macathena-add.info (modified) (3 diffs)
- trunk/fink/main/finkinfo/macathena-athdir.info (modified) (3 diffs)
- trunk/fink/main/finkinfo/macathena-athinfo.info (modified) (3 diffs)
- trunk/fink/main/finkinfo/macathena-athrun.info (modified) (3 diffs)
- trunk/fink/main/finkinfo/macathena-attach.info (modified) (3 diffs)
- trunk/fink/main/finkinfo/macathena-attachandrun.info (modified) (3 diffs)
- trunk/fink/main/finkinfo/macathena-base.info (modified) (3 diffs)
- trunk/fink/main/finkinfo/macathena-getcluster.info (modified) (3 diffs)
- trunk/fink/main/finkinfo/macathena-hesiod.info (modified) (2 diffs)
- trunk/fink/main/finkinfo/macathena-hesiod.patch (added)
- trunk/fink/main/finkinfo/macathena-libathdir.info (modified) (3 diffs)
- trunk/fink/main/finkinfo/macathena-libhesiod.info (modified) (2 diffs)
- trunk/fink/main/finkinfo/macathena-libhesiod.patch (modified) (1 diff)
- trunk/fink/main/finkinfo/macathena-libxj.info (modified) (3 diffs)
- trunk/fink/main/finkinfo/macathena-machtype.info (modified) (3 diffs)
- trunk/fink/main/finkinfo/macathena-moira.info (modified) (2 diffs)
- trunk/fink/main/finkinfo/macathena-update.info (modified) (2 diffs)
- trunk/fink/main/finkinfo/pyhesiodfs.info (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/fink/main/finkinfo/macathena-add.info
r74 r80 1 1 Package: macathena-add 2 Version: 7 22 Version: 78 3 3 Revision: 1 4 4 Source: http://macathena.mit.edu/dist/add-svn%v.tar.gz … … 7 7 License: BSD 8 8 Description: Add a locker to the path 9 Source-MD5: cb829cf009c4558fbfa8f4141f7939de9 Source-MD5: 60be60923f19ce270f83682243a1c5bf 10 10 11 11 Depends: macathena-athdir, python25, pyhesiodfs … … 15 15 << 16 16 InstallScript: << 17 mkdir -p %i/lib/python2.5/site-packages 17 mkdir -p %i/lib/python2.5/site-packages %i/share/doc/%n/ 18 18 python2.5 setup.py install --root=%d 19 cp %b/copyright %i/share/doc/%n/ 19 20 << trunk/fink/main/finkinfo/macathena-athdir.info
r74 r80 1 1 Package: macathena-athdir 2 2 Version: 22699 3 Revision: 13 Revision: 2 4 4 Source: http://macathena.mit.edu/dist/athdir-svn%v.tar.gz 5 5 Maintainer: SIPB MacAthena Project <sipb-macathena@mit.edu> … … 13 13 14 14 Depends: macathena-libathdir 15 BuildDepends: automake1.9 15 BuildDepends: automake1.9, macathena-base (>= 76-1) 16 16 UpdateConfigGuess: true 17 17 CompileScript: << … … 22 22 make 23 23 << 24 InstallScript: << 25 make install prefix=%i 26 27 %b/mkinstalldirs %i/share/doc/%n/ 28 cp /sw/share/macathena-base/athena-copyright %i/share/doc/%n/copyright 29 << trunk/fink/main/finkinfo/macathena-athinfo.info
r74 r80 1 1 Package: macathena-athinfo 2 2 Version: 22699 3 Revision: 13 Revision: 2 4 4 Source: http://macathena.mit.edu/dist/athinfo-svn%v.tar.gz 5 5 Maintainer: SIPB MacAthena Project <sipb-macathena@mit.edu> … … 16 16 Source-MD5: 12043897f54c0c7a955b0600175ac6bb 17 17 18 BuildDepends: automake1.9 18 BuildDepends: automake1.9, macathena-base (>= 76-1) 19 19 UpdateConfigGuess: true 20 20 CompileScript: << … … 25 25 make 26 26 << 27 InstallScript: << 28 make install prefix=%i 29 30 %b/mkinstalldirs %i/share/doc/%n/ 31 cp /sw/share/macathena-base/athena-copyright %i/share/doc/%n/copyright 32 << trunk/fink/main/finkinfo/macathena-athrun.info
r74 r80 1 1 Package: macathena-athrun 2 2 Version: 22699 3 Revision: 13 Revision: 2 4 4 Source: http://macathena.mit.edu/dist/athrun-svn%v.tar.gz 5 5 Maintainer: SIPB MacAthena Project <sipb-macathena@mit.edu> … … 15 15 16 16 Depends: macathena-attachandrun 17 BuildDepends: automake1.9 17 BuildDepends: automake1.9, macathena-base (>= 76-1) 18 18 UpdateConfigGuess: true 19 19 CompileScript: << … … 28 28 mkdir -p %d/bin 29 29 ln -s %p/bin/athrun %d/bin/athrun 30 31 %b/mkinstalldirs %i/share/doc/%n/ 32 cp /sw/share/macathena-base/athena-copyright %i/share/doc/%n/copyright 30 33 << trunk/fink/main/finkinfo/macathena-attach.info
r74 r80 1 1 Package: macathena-attach 2 Version: 572 Version: 78 3 3 Revision: 2 4 4 Source: http://macathena.mit.edu/dist/attach-svn%v.tar.gz … … 7 7 License: BSD 8 8 Description: Mimic the functionality of Athena's attach 9 Source-MD5: 551ce7b88a7fbb90ccfa9cdb394c5e959 Source-MD5: 96b0fd698e653c9f2a169a6c1845e18b 10 10 11 11 Depends: macathena-add, python25, pyhesiodfs … … 14 14 << 15 15 InstallScript: << 16 mkdir -p %i/lib/python2.5/site-packages 16 mkdir -p %i/lib/python2.5/site-packages %d/bin %i/share/doc/%n/ 17 17 18 python2.5 setup.py install --root=%d 18 mkdir -p %d/bin19 19 20 ln -s %p/bin/attach %d/bin/attach 21 cp %b/copyright %i/share/doc/%n/ 20 22 << trunk/fink/main/finkinfo/macathena-attachandrun.info
r74 r80 1 1 Package: macathena-attachandrun 2 2 Version: 22699 3 Revision: 13 Revision: 2 4 4 Source: http://macathena.mit.edu/dist/attachandrun-svn%v.tar.gz 5 5 Maintainer: SIPB MacAthena Project <sipb-macathena@mit.edu> … … 15 15 16 16 Depends: macathena-attach 17 BuildDepends: automake1.9 17 BuildDepends: automake1.9, macathena-base (>= 76-1) 18 18 UpdateConfigGuess: true 19 19 CompileScript: << … … 28 28 mkdir -p %d/bin 29 29 ln -s %p/bin/attachandrun %d/bin/attachandrun 30 31 %b/mkinstalldirs %i/share/doc/%n/ 32 cp /sw/share/macathena-base/athena-copyright %i/share/doc/%n/copyright 30 33 << trunk/fink/main/finkinfo/macathena-base.info
r50 r80 1 1 Package: macathena-base 2 Version: 0.13 Revision: 24 Source: none2 Version: 76 3 Revision: 1 4 Source: http://macathena.mit.edu/dist/base-svn%v.tar.gz 5 5 Maintainer: SIPB MacAthena Project <sipb-macathena@mit.edu> 6 6 HomePage: http://macathena.mit.edu/ … … 11 11 /etc/athena/version and a dummy /etc/athena/reactivate 12 12 << 13 Source-MD5: f2c007d98c970e84af9cd0c9c5a88df6 13 14 14 15 BuildDepends: automake1.9 … … 16 17 << 17 18 InstallScript: << 18 mkdir -p %d/etc/athena 19 mkdir -p %d/usr 20 mkdir -p %d/bin 21 printf "MacAthena Workstation (darwin) Version 1.0 Sun Dec 23 23:07:38 EDT 2007" >%d/etc/athena/version 22 printf "#\!/bin/sh\n\necho \"/etc/athena/reactivate is not supported on MacAthena.\" >&2\n" >%d/etc/athena/reactivate 19 cp %p/share/automake-1.9/install-sh %b/ 20 cp %p/share/automake-1.9/mkinstalldirs %b/ 21 22 %b/mkinstalldirs %d/etc/athena %d/usr %d/bin %i/share/macathena-base/ %i/share/doc/macathena-base/ 23 %b/install-sh %b/version %b/reactivate %d/etc/athena/ 24 %b/install-sh -m 644 %b/athena-copyright %i/share/macathena-base/ 25 %b/install-sh -m 644 %b/copyright %i/share/doc/macathena-base/ 26 23 27 ln -s /usr %d/usr/athena 24 28 ln -s /bin %d/bin/athena trunk/fink/main/finkinfo/macathena-getcluster.info
r74 r80 1 1 Package: macathena-getcluster 2 2 Version: 22699 3 Revision: 13 Revision: 2 4 4 Source: http://macathena.mit.edu/dist/getcluster-svn%v.tar.gz 5 5 Maintainer: SIPB MacAthena Project <sipb-macathena@mit.edu> … … 17 17 18 18 Depends: macathena-libhesiod 19 BuildDepends: automake1.9 19 BuildDepends: automake1.9, macathena-base (>= 76-1) 20 20 UpdateConfigGuess: true 21 21 CompileScript: << … … 28 28 InstallScript: << 29 29 make install prefix=%i 30 31 %b/mkinstalldirs %i/share/doc/%n/ 32 cp /sw/share/macathena-base/athena-copyright %i/share/doc/%n/copyright 30 33 << trunk/fink/main/finkinfo/macathena-hesiod.info
r44 r80 1 1 Package: macathena-hesiod 2 2 Version: 3.1.0 3 Revision: 13 Revision: 2 4 4 Source: ftp://athena-dist.mit.edu/pub/ATHENA/hesiod/hesinfo-%v.tar.gz 5 5 Maintainer: SIPB MacAthena Project <sipb-macathena@mit.edu> … … 10 10 11 11 Depends: macathena-libhesiod 12 PatchFile: %n.patch 13 PatchFile-MD5: d1d16eb7a8cc4a7f14d4e6edd8c14aac 14 PatchScript: patch -p0 < %{PatchFile} 15 InstallScript: << 16 make install prefix=%i 17 18 mkdir -p %i/share/doc/%n/ 19 cp %b/copyright %i/share/doc/%n/ 20 << trunk/fink/main/finkinfo/macathena-libathdir.info
r74 r80 1 1 Package: macathena-libathdir 2 2 Version: 22699 3 Revision: 13 Revision: 2 4 4 Source: http://macathena.mit.edu/dist/libathdir-svn%v.tar.gz 5 5 Maintainer: SIPB MacAthena Project <sipb-macathena@mit.edu> … … 12 12 Source-MD5: 270130665f1075650735187a459c11d3 13 13 14 BuildDepends: automake1.9 14 BuildDepends: automake1.9, macathena-base (>= 76-1) 15 15 UpdateConfigGuess: true 16 16 CompileScript: << … … 21 21 make 22 22 << 23 InstallScript: << 24 make install prefix=%i 25 26 %b/mkinstalldirs %i/share/doc/%n/ 27 cp /sw/share/macathena-base/athena-copyright %i/share/doc/%n/copyright 28 << trunk/fink/main/finkinfo/macathena-libhesiod.info
r44 r80 1 1 Package: macathena-libhesiod 2 2 Version: 3.1.0 3 Revision: 13 Revision: 2 4 4 Source: ftp://athena-dist.mit.edu/pub/ATHENA/hesiod/hesiod-%v.tar.gz 5 5 Maintainer: SIPB MacAthena Project <sipb-macathena@mit.edu> … … 12 12 UpdateConfigGuess: true 13 13 PatchFile: %n.patch 14 PatchFile-MD5: 30652536d14b645113e3126e380dbbf314 PatchFile-MD5: 45c91d60be7876e6d3a7fa00f8a4fc55 15 15 PatchScript: patch -p0 < %{PatchFile} 16 16 ConfigureParams: LIBS=-lresolv 17 InstallScript: << 18 make install prefix=%i 19 20 mkdir -p %i/share/doc/%n/ 21 cp %b/copyright %i/share/doc/%n/ 22 << trunk/fink/main/finkinfo/macathena-libhesiod.patch
r44 r80 29 29 #include <netdb.h> 30 30 #include <resolv.h> 31 --- copyright.orig 2008-01-27 13:54:22.000000000 -0500 32 +++ copyright 2008-01-27 13:53:53.000000000 -0500 33 @@ -0,0 +1,35 @@ 34 +The Hesiod source code was obtained from 35 +ftp://athena-dist.mit.edu/pub/ATHENA/hesiod, and is licensed as follows: 36 + 37 + Copyright (c) 1996 by Internet Software Consortium. 38 + 39 + Permission to use, copy, modify, and distribute this software for any 40 + purpose with or without fee is hereby granted, provided that the above 41 + copyright notice and this permission notice appear in all copies. 42 + 43 + THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS 44 + ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES 45 + OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE 46 + CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL 47 + DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR 48 + PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS 49 + ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 50 + SOFTWARE. 51 + 52 + Copyright 1996, 2000 by the Massachusetts Institute of Technology. 53 + 54 + Permission to use, copy, modify, and distribute this 55 + software and its documentation for any purpose and without 56 + fee is hereby granted, provided that the above copyright 57 + notice appear in all copies and that both that copyright 58 + notice and this permission notice appear in supporting 59 + documentation, and that the name of M.I.T. not be used in 60 + advertising or publicity pertaining to distribution of the 61 + software without specific, written prior permission. 62 + M.I.T. makes no representations about the suitability of 63 + this software for any purpose. It is provided "as is" 64 + without express or implied warranty. 65 + 66 +This fink package was created as part of the MacAthena Project 67 +<http://macathena.mit.edu/> of the MIT Student Information Processing 68 +Board, and is released to the public domain. trunk/fink/main/finkinfo/macathena-libxj.info
r74 r80 1 1 Package: macathena-libxj 2 2 Version: 22699 3 Revision: 13 Revision: 2 4 4 Source: http://macathena.mit.edu/dist/libxj-svn%v.tar.gz 5 5 Maintainer: SIPB MacAthena Project <sipb-macathena@mit.edu> … … 9 9 Source-MD5: 2a65781fb7171c82b78f7ca4aa213604 10 10 11 BuildDepends: automake1.9 11 BuildDepends: automake1.9, macathena-base (>= 76-1) 12 12 UpdateConfigGuess: true 13 13 CompileScript: << … … 20 20 InstallScript: << 21 21 make install prefix=%i 22 23 %b/mkinstalldirs %i/share/doc/%n/ 24 cp /sw/share/macathena-base/athena-copyright %i/share/doc/%n/copyright 22 25 << trunk/fink/main/finkinfo/macathena-machtype.info
r74 r80 1 1 Package: macathena-machtype 2 2 Version: 22699 3 Revision: 13 Revision: 2 4 4 Source: http://macathena.mit.edu/dist/machtype-svn%v.tar.gz 5 5 Maintainer: SIPB MacAthena Project <sipb-macathena@mit.edu> … … 10 10 11 11 Depends: macathena-base 12 BuildDepends: fink (>= 0.24.12), automake1.9 12 BuildDepends: fink (>= 0.24.12), automake1.9, macathena-base (>= 76-1) 13 13 UpdateConfigGuess: true 14 14 PatchFile: %n.patch … … 22 22 make 23 23 << 24 InstallScript: << 25 make install prefix=%i 26 27 %b/mkinstalldirs %i/share/doc/%n/ 28 cp /sw/share/macathena-base/athena-copyright %i/share/doc/%n/copyright 29 << trunk/fink/main/finkinfo/macathena-moira.info
r74 r80 1 1 Package: macathena-moira 2 2 Version: 20080116 3 Revision: 13 Revision: 2 4 4 Source: http://macathena.mit.edu/dist/moira-%v.tar.gz 5 5 Maintainer: SIPB MacAthena Project <sipb-macathena@mit.edu> … … 32 32 mv %i/share/man/man1/chfn.1 %i/share/man/man1/chfn.moira.1 33 33 mv %i/share/man/man1/chsh.1 %i/share/man/man1/chsh.moira.1 34 35 %b/mkinstalldirs %i/share/doc/%n 36 cat %b/include/mit-copyright.h | python -c "import sys; print ''.join(sys.stdin.readlines()[2:-2])" >%i/share/doc/%n/copyright 34 37 << trunk/fink/main/finkinfo/macathena-update.info
r74 r80 1 1 Package: macathena-update 2 Version: 632 Version: 78 3 3 Revision: 1 4 4 Source: http://macathena.mit.edu/dist/update-svn%v.tar.gz 5 5 Maintainer: SIPB MacAthena Project <sipb-macathena@mit.edu> 6 6 HomePage: http://macathena.mit.edu/ 7 License: BSD7 License: Public Domain 8 8 Description: Update MacAthena packages 9 Source-MD5: 69cbfebb95889f68669b2c8db2bf29169 Source-MD5: 908e375ad7c401d1fb1beed9bfa05987 10 10 11 11 PatchScript: sed -i ".bak" -e 's|@FINKPREFIX@|%p|g' macathena-update … … 14 14 InstallScript: << 15 15 mkdir -p %i/bin/ 16 cp macathena-update %i/bin/ 16 mkdir -p %i/share/doc/%n/ 17 cp %b/macathena-update %i/bin/ 18 cp %b/copyright %i/share/doc/%n/ 17 19 << trunk/fink/main/finkinfo/pyhesiodfs.info
r75 r80 1 1 Package: pyhesiodfs 2 Version: 533 Revision: 22 Version: 77 3 Revision: 1 4 4 Source: http://macathena.mit.edu/dist/%n-svn%v.tar.gz 5 5 Maintainer: SIPB MacAthena Project <sipb-macathena@mit.edu> … … 7 7 License: GPL 8 8 Description: Automatically mounts AFS lockers in /mit 9 Source-MD5: c578c79ead4e2d1c7867edd66f6194d49 Source-MD5: 2d321c4c4fadb67025aff9eb57e02d5f 10 10 11 11 Depends: fuse-py25, pydns-py25 12 BuildDepends: automake1.9 13 PatchScript: sed -i ".bak" -e 's|/usr/local|%p|g' edu.mit.sipb.mit-automounter.plist 12 14 CompileScript: << 13 autoconf14 ./configure %c15 15 python2.5 setup.py build 16 16 << 17 17 InstallScript: << 18 mkdir %d/mit 19 mkdir -p %d/bin 20 mkdir -p %i/lib/python2.5/site-packages 18 cp %p/share/automake-1.9/install-sh %b/ 19 cp %p/share/automake-1.9/mkinstalldirs %b/ 20 21 %b/mkinstalldirs %d/mit %d/bin %i/lib/python2.5/site-packages %i 21 22 python2.5 setup.py install --root=%d 23 24 %b/install-sh -m 644 COPYING copyright %i/share/doc/pyhesiodfs/ 22 25 << 23 26 PostInstScript: <<