Update of /cvsroot/fink/dists/10.2/stable/main/finkinfo/web
In directory sc8-pr-cvs1:/tmp/cvs-serv4051

Added Files:
        amaya-6.1-1.info amaya-6.1-1.patch 
Log Message:
stable


--- NEW FILE: amaya-6.1-1.info ---
Package:        amaya
Version:        6.1
Revision:       1
Maintainer:     Damian Steer <[EMAIL PROTECTED]>
Depends:        lesstif-shlibs, libjpeg-shlibs, libpng-shlibs, dlcompat
BuildDepends:   libjpeg, libpng, lesstif, dlcompat-dev
Replaces:       amaya-gtk
Source:         mirror:custom:amaya-src-%v.tgz
Source-MD5: 4d085e1b69c4399813347ccc2cc66078
CustomMirror: <<
        Primary:  http://www.w3.org/Amaya/Distribution
        ftp-US:   ftp://ftp.w3.org/pub/amaya
        ftp-AU:   ftp://mirror.aarnet.edu.au/pub/amaya
<<
SourceDirectory: Amaya
UpdateConfigGuess: true
PatchScript:    cd .. && sed 's|@FINK@|%p|g' < %a/%f.patch | patch -p0
CompileScript: <<
        mkdir Darwin
        cd 'Darwin' && CFLAGS="-I%p/include " LDFLAGS="-force_flat_namespace -L%p/lib 
" ../configure --without-i18n --prefix=%p/lib --bindir=%p/bin && make
<<
InstallScript: <<
        cd 'Darwin' && make install prefix=%i/lib bindir=%i/bin
        cd %i/bin && ln -sf ../lib/Amaya/applis/bin/amaya amaya
<<
DocFiles:       README README.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.

        This version uses the lesstif library. The Amaya developers
        now prefer the gtk version (fink package amaya-gtk) so
        please consider installing that version instead.
<<
DescPackaging: <<
        Patches the configure script to stop it checking for appkit
        (bad amaya) in both Amaya and libwww (which one person raised
        as a problem).
        Patches Makefile.libwww to link statically to the Amaya libwww
        (otherwise build conflict with libwww).
        Slight hack to make Amaya install in /sw/lib/Amaya with
        link from /sw/bin/amaya to amaya executable. (Default would
        have /sw/Amaya, which isn't pretty).
        Enforces flat_namespace.
        Adds fink include and lib at configure.
        Disables i18n support.

        Changes from 5.3-x:
        
        Patching better - less done. As a result this .info file is a
        little messy, but gtk and lesstif patches are identical now, 
        and there are only minor differences in .info files.
<<
License:        OSI-Approved
Homepage:       http://www.w3.org/Amaya/



--- NEW FILE: amaya-6.1-1.patch ---
diff -Naur Amaya.orig/amaya/Makefile.libwww Amaya/amaya/Makefile.libwww
--- Amaya.orig/amaya/Makefile.libwww    Wed May 15 22:21:52 2002
+++ Amaya/amaya/Makefile.libwww Wed May 15 22:23:32 2002
@@ -19,27 +19,23 @@
 AMAYA_LIBWWW_OPTION_LIBS=
 
 AMAYA_LIBWWW_LIBS= \
-               -L../$(LIBWWW)/Library/src/.libs \
-                       -lwwwapp \
-                       -lwwwhttp \
-                       -lwwwxml \
-                       -lwwwhtml \
-                       -lwwwmime \
-                       -lwwwcache \
-                       -lwwwstream \
-                       -lwwwfile \
-                       -lwwwdir \
-                       -lwwwtrans \
-                       -lwwwcore \
-                       -lwwwutils \
-                       -lwwwzip \
-                       -lwwwftp \
-               -L../$(LIBWWW)/modules/md5/.libs \
-                       -lmd5 \
-               -L../$(LIBWWW)/modules/expat/xmlparse/.libs \
-                       -lxmlparse \
-               -L../$(LIBWWW)/modules/expat/xmltok/.libs \
-                       -lxmltok
+                       ../$(LIBWWW)/Library/src/.libs/libwwwapp.a \
+                       ../$(LIBWWW)/Library/src/.libs/libwwwhttp.a \
+                       ../$(LIBWWW)/Library/src/.libs/libwwwxml.a \
+                       ../$(LIBWWW)/Library/src/.libs/libwwwhtml.a \
+                       ../$(LIBWWW)/Library/src/.libs/libwwwmime.a \
+                       ../$(LIBWWW)/Library/src/.libs/libwwwcache.a \
+                       ../$(LIBWWW)/Library/src/.libs/libwwwstream.a \
+                       ../$(LIBWWW)/Library/src/.libs/libwwwfile.a \
+                       ../$(LIBWWW)/Library/src/.libs/libwwwdir.a \
+                       ../$(LIBWWW)/Library/src/.libs/libwwwtrans.a \
+                       ../$(LIBWWW)/Library/src/.libs/libwwwcore.a \
+                       ../$(LIBWWW)/Library/src/.libs/libwwwutils.a \
+                       ../$(LIBWWW)/Library/src/.libs/libwwwzip.a \
+                       ../$(LIBWWW)/Library/src/.libs/libwwwftp.a \
+                       ../$(LIBWWW)/modules/md5/.libs/libmd5.a \
+                       ../$(LIBWWW)/modules/expat/xmlparse/.libs/libxmlparse.a \
+                       ../$(LIBWWW)/modules/expat/xmltok/.libs/libxmltok.a
 
 AMAYA_LIBWWW_EXTRA_LIBS=
 
diff -Naur Amaya.orig/configure Amaya/configure
--- Amaya.orig/configure        Wed May 15 22:22:02 2002
+++ Amaya/configure     Wed May 15 22:23:06 2002
@@ -3526,7 +3526,7 @@
 fi
 done
 
-for ac_hdr in appkit/appkit.h appkit.h
+for ac_hdr in apppkit/apppkit.h apppkit.h
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
@@ -6231,7 +6231,7 @@
   for ac_dir in               \
     /usr/include/Motif1.2     \
     /usr/Motif1.2/include     \
-    /sw/Lesstif/Motif2.0/include \
+    @FINK@/include \
                               \
     /usr/motif/include        \
                               \
@@ -6286,7 +6286,7 @@
 for ac_dir in `echo "$ac_motif_includes" | sed s/include/lib/` \
     /usr/lib/Motif1.2     \
     /usr/Motif1.2/lib     \
-    /sw/Lesstif/Motif2.0/lib \
+    @FINK@/lib \
                           \
     /usr/motif/lib        \
                           \
diff -Naur libwww.orig/configure libwww/configure
--- libwww.orig/configure       Wed May 15 22:22:13 2002
+++ libwww/configure    Wed May 15 22:23:56 2002
@@ -3013,7 +3013,7 @@
 fi
 
 
-for ac_hdr in appkit/appkit.h appkit.h
+for ac_hdr in apppkit/apppkit.h apppkit.h
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to