Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/web
In directory vz-cvs-3.sog:/tmp/cvs-serv29832/stable/main/finkinfo/web
Added Files:
amaya.info amaya.patch
Log Message:
amaya to stable. Fails to build for me on 10.6 but built in Snaggle's old 10.5
buildworld, therefore Dist restricting to block off 10.6
--- NEW FILE: amaya.patch ---
diff -Nurd -x'*~' amaya-8.6.orig/Amaya/Makefile.in amaya-8.6/Amaya/Makefile.in
--- amaya-8.6.orig/Amaya/Makefile.in 2004-07-02 04:03:45.000000000 -0400
+++ amaya-8.6/Amaya/Makefile.in 2006-03-28 20:32:38.000000000 -0500
@@ -348,6 +348,7 @@
--with-www=none \
--without-libwww \
--without-openssl-digests \
+ --without-mysql \
--cache-file=$$localdir/config.cache; \
$(ECHO) "redland is configured" ; \
cd raptor ; \
diff -Nurd -x'*~' amaya-8.6.orig/Amaya/annotlib/ANNOTtools.c
amaya-8.6/Amaya/annotlib/ANNOTtools.c
--- amaya-8.6.orig/Amaya/annotlib/ANNOTtools.c 2004-07-02 04:03:48.000000000
-0400
+++ amaya-8.6/Amaya/annotlib/ANNOTtools.c 2006-03-28 20:35:44.000000000
-0500
@@ -2279,11 +2279,7 @@
curDate = time (&curDate);
localDate = localtime (&curDate);
-#ifdef _WINGUI
- UTCoffset = _timezone; /* global, set by localtime() */
-#else
- UTCoffset = timezone; /* global, set by localtime() */
-#endif /* _WINGUI */
+ UTCoffset = -1 * localDate->tm_gmtoff;
UTChourOffset = UTCminOffset = abs(UTCoffset)/60; /* UTCoffset is seconds */
UTChourOffset /= 60;
@@ -2380,13 +2376,9 @@
case 'Z': /* subtract mktime()'s UTC offset */
case 'z':
- (void)localtime( &cal_date ); /* set timezone global */
+ struct tm *localCalDate = localtime( &cal_date ); /* set timezone global
*/
-#ifdef _WINGUI
- UTCoffset = _timezone; /* global, set by localtime() */
-#else
- UTCoffset = timezone; /* global, set by localtime() */
-#endif /* _WINGUI */
+ UTCoffset = -1 * localCalDate->tm_gmtoff;
cal_date -= UTCoffset;
break;
--- NEW FILE: amaya.info ---
Package: amaya
Version: 8.6
Revision: 1002
Distribution: 10.4, 10.5
Maintainer: Stephane GULLY <[email protected]>
Depends: glib-shlibs, imlib-shlibs (>= 1.9.14-2), gtk+-shlibs, gettext,
libjpeg-shlibs, libpng3-shlibs
BuildDepends: fink (>= 0.24.12), glib, gtk+, imlib (>= 1.9.14-2), libjpeg,
libpng3, gettext-bin, gettext-tools, gettext-dev, x11-dev
Conflicts: amaya-gtk
Replaces: amaya-gtk
Source: mirror:custom:amaya-src-%v.tgz
CustomMirror: <<
Primary: ftp://ftp.w3.org/pub/amaya
ftp-US: ftp://ftp.w3.org/pub/amaya
<<
NoSourceDirectory: true
UseMaxBuildJobs: false
NoSetLDFLAGS: true
GCC: 4.0
PatchFile: %n.patch
PatchFile-MD5: 741111f173cba0237c553469f3834ce9
PatchScript: <<
%{default_script}
perl -pi -e 's|/sw|%p|g' Amaya/configure redland/configure
<<
CompileScript: <<
mkdir Amaya/Darwin
cd Amaya/Darwin && ../configure --with-gtk --with-dav
--enable-bookmarks --prefix=%p/share --bindir=%p/bin && make
<<
InstallScript: <<
cd Amaya/Darwin && make install prefix=%i/share bindir=%i/bin
cd %i/bin && ln -sf ../share/Amaya/applis/bin/amaya amaya
<<
DocFiles: Amaya/README Amaya/README.amaya Amaya/amaya/COPYRIGHT
Description: W3C's Editor/Browser
DescDetail: <<
Amaya is a complete web browsing and authoring
environment and comes equipped with a "WYSIWYG style"
of interface, similar to that of the most popular commercial
browsers. With such an interface, users can easily generate
HTML and XHTML pages, as well as CSS style sheets, MathML
expressions, and SVG drawings (full support of SVG is not yet
available, though).
Amaya includes a collaborative annotation application based
on Resource Description Framework (RDF), XLink, and
XPointer.
<<
DescPackaging: <<
Slight hack to make Amaya install in /sw/share/Amaya with
link from /sw/bin/amaya to amaya executable. (Default would
have /sw/Amaya, which isn't pretty).
<<
DescPort: <<
dmacks: The timezone variable is a glibc/linux feature. Use
struct tm member instead. Hope I got the sign correct!
<<
License: OSI-Approved
Homepage: http://www.w3.org/Amaya/
Source-MD5: a70d4fcb5c3f8d81eff78522dc7f8b01
------------------------------------------------------------------------------
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
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs