Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci In directory vz-cvs-3.sog:/tmp/cvs-serv25918/stable/main/finkinfo/sci
Modified Files: xephem.info xephem.patch Log Message: xephem to stable, with fix for blocking when overwriting same filename Index: xephem.info =================================================================== RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/xephem.info,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- xephem.info 29 Mar 2009 08:30:34 -0000 1.4 +++ xephem.info 29 Feb 2012 13:41:46 -0000 1.5 @@ -1,13 +1,16 @@ Package: xephem -Version: 3.7.2 -Revision: 3 +Version: 3.7.4 +Revision: 2 BuildDepends: fink (>= 0.24.12), libjpeg, libpng3, openmotif3, x11-dev Depends: libjpeg-shlibs, libpng3-shlibs, openmotif3-shlibs, x11-shlibs -Source: http://clearskyinstitute.com/xephem/%n-%v.tar.gz -Source-MD5: 1074e04b9a89302d9f2bad7107674311 +Source: http://97.74.56.125/free/%n-%v.tar.gz +Source-MD5: 4e9290609f36df469a2ba5a1b4fffd46 + +Source2: http://www.clearskyinstitute.com/xephem/wmm.cof +Source2-MD5: 13a643a1cc4726081b5c727689963f3b PatchFile: %n.patch -PatchFile-MD5: bca562e0daffa72fb0267a114190f277 +PatchFile-MD5: 877e6afbf665dfa46cf9a5e22c4d697f PatchScript: sed 's|@FINKPREFIX@|%p|g' <%{PatchFile} | patch -p1 CompileScript: make -C GUI/xephem @@ -18,6 +21,8 @@ cd GUI/xephem mkdir -p %i/lib/xephem install -c -m 755 xephem %i/lib/xephem/xephem +pwd +mv -f ../../../wmm.cof auxil/ cp -R auxil %i/lib/xephem cp -R catalogs %i/lib/xephem cp -R fifos %i/lib/xephem Index: xephem.patch =================================================================== RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/xephem.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- xephem.patch 5 Aug 2007 11:12:30 -0000 1.2 +++ xephem.patch 29 Feb 2012 13:41:46 -0000 1.3 @@ -2,9 +2,9 @@ --- xephem-3.7.2.orig/GUI/xephem/Makefile 2006-05-13 19:06:06.000000000 -0400 +++ xephem-3.7.2/GUI/xephem/Makefile 2007-06-15 00:34:30.000000000 -0400 @@ -10,9 +10,9 @@ - # back here and compile and link all the *.c files into one executable, xephem. + # one executable, xephem. - # -I and -L flags to find required supporting XEphem libraries + # These -I and -L flags point to the supporting XEphem libraries -LIBINC = -I../../libastro -I../../libip -I../../liblilxml -I../../libjpegd -I../../libpng -I../../libz -LIBLNK = -L../../libastro -L../../libip -L../../liblilxml -L../../libjpegd -L../../libpng -L../../libz -LIBLIB = -lastro -lip -llilxml -ljpegd -lpng -lz @@ -34,13 +34,11 @@ xephem.1: xephem.man nroff -man $? > $@ -@@ -187,10 +187,7 @@ +@@ -187,8 +187,7 @@ libs: - cd ../../libastro; make - cd ../../libip; make -- cd ../../libjpegd; make + cd ../../libjpegd; make cd ../../liblilxml; make -- cd ../../libpng; make + cd ../../libpng; make - cd ../../libz; make clean: ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Fink-commits mailing list Fink-commits@lists.sourceforge.net http://news.gmane.org/gmane.os.apple.fink.cvs