diff options
author | Steve Price <steve@FreeBSD.org> | 1999-01-10 18:54:23 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-01-10 18:54:23 +0000 |
commit | 85b1171410487d6598ec3a304cc1ca8cd75045f5 (patch) | |
tree | fd7d4b4c39cce96b24a2b1911dff48fdd6a2155e /www/amaya | |
parent | 655bbbe0acd6d40d46b3c5b58d1a51fb5ee4fd20 (diff) | |
download | ports-85b1171410487d6598ec3a304cc1ca8cd75045f5.tar.gz ports-85b1171410487d6598ec3a304cc1ca8cd75045f5.zip |
Notes
Diffstat (limited to 'www/amaya')
-rw-r--r-- | www/amaya/Makefile | 64 | ||||
-rw-r--r-- | www/amaya/distinfo | 1 | ||||
-rw-r--r-- | www/amaya/files/patch-aa | 11 | ||||
-rw-r--r-- | www/amaya/pkg-comment | 1 | ||||
-rw-r--r-- | www/amaya/pkg-descr | 5 | ||||
-rw-r--r-- | www/amaya/pkg-plist | 121 |
6 files changed, 203 insertions, 0 deletions
diff --git a/www/amaya/Makefile b/www/amaya/Makefile new file mode 100644 index 000000000000..c771a00896e8 --- /dev/null +++ b/www/amaya/Makefile @@ -0,0 +1,64 @@ +# New ports collection makefile for: amaya +# Version required: 1.4 +# Date created: 26 Dec 1998 +# Whom: Don Croyle <croyle@gelemna.ft-wayne.in.us> +# +# $Id$ +# + +DISTNAME= amaya-src-1.4 +PKGNAME= amaya-1.4 +CATEGORIES= www +MASTER_SITES= http://www.w3.org/Amaya/Distribution/ \ + ftp://ftp.w3.org/pub/amaya/ \ + ftp://ftp-eu.w3.org/pub/amaya/ + +MAINTAINER= croyle@gelemna.ft-wayne.in.us + +REQUIRES_MOTIF= yes +USE_XLIB= yes +USE_GMAKE= yes + +WRKSRC= ${WRKDIR}/Thot/obj + +GNU_CONFIGURE= yes +CONFIGURE_SCRIPT= ../configure +CONFIGURE_ARGS= --with-amaya + +post-extract: + ${MKDIR} ${WRKSRC} + +post-configure: + ${SED} -e 's/CPP.*/CPP = cpp/' <${WRKSRC}/Options.orig\ + >${WRKSRC}/Options + +post-install: +.for file in amaya print + strip ${PREFIX}/share/thot/applis/bin/${file} +.endfor +.for file in COPYRIGHT.html AmayaPage.html + ${INSTALL_DATA} ${WRKSRC}/../amaya/${file} ${PREFIX}/share/thot/amaya/ +.endfor +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/thot/doc/Icons +.for file in Back.gif Browser.gif Editor.gif Forward.gif Image.gif Link.gif\ + NumList.gif Plugin.gif SaveAs.gif SourceJava.gif Sources.gif\ + amaya.gif background.gif bug.gif check.gif cross.gif doc48x.gif\ + drapeau-F.gif eyec.gif find.gif floppy.gif left.gif opera.gif\ + put.gif question.gif right.gif target.gif ui.gif up.gif warning.gif + ${INSTALL_DATA} ${WRKSRC}/../doc/Icons/${file}\ + ${PREFIX}/share/thot/doc/Icons/ +.endfor + ${MKDIR} ${PREFIX}/share/thot/doc/amaya +.for file in Creating.html MakeBook.html StyleSheets.html Manual.html\ + Tables.html Math.html Registry.html Transform.html Attributes.html\ + New.html Views.html Autoconf.html ImageMaps.html Numbering.html\ + Searching.html BinDist.html Selecting.html Browsing.html CSS.html\ + Plugins.html Keyboard.html Printing.html Changing.html\ + Publishing.html Configure.html Links.html Put.html SpellChecking.html + ${INSTALL_DATA} ${WRKSRC}/../doc/amaya/${file}\ + ${PREFIX}/share/thot/doc/amaya/ +.endfor +.endif + +.include <bsd.port.mk> diff --git a/www/amaya/distinfo b/www/amaya/distinfo new file mode 100644 index 000000000000..cab5a476e42b --- /dev/null +++ b/www/amaya/distinfo @@ -0,0 +1 @@ +MD5 (amaya-src-1.4.tar.gz) = 1277565db82caeedf1ddf60abe3f3f59 diff --git a/www/amaya/files/patch-aa b/www/amaya/files/patch-aa new file mode 100644 index 000000000000..ceff513a2079 --- /dev/null +++ b/www/amaya/files/patch-aa @@ -0,0 +1,11 @@ +--- ../amaya/Makefile.in.orig Wed Dec 16 10:31:13 1998 ++++ ../amaya/Makefile.in Sat Dec 26 09:55:33 1998 +@@ -10,7 +10,7 @@ + include ../Options + + INCLUDES= -DHAVE_CONFIG_H $(AMAYA_INCLUDES) $(X_FLAGS) +-XMLIB = -lXm ++XMLIB = ${MOTIFLIB} + LIBS = $(LIBWWW_LIBS) $(AMAYA_JAVA_LIBS) $(AMAYA_PLUGIN_LIBS) \ + $(AMAYA_MATH_LIBS) $(AMAYA_GRAPH_LIBS) $(AMAYA_ILU_LIBS) \ + -L../tablelib -L../thotlib -L.. -lThotTable -lThotEditor \ diff --git a/www/amaya/pkg-comment b/www/amaya/pkg-comment new file mode 100644 index 000000000000..43fa67d285d9 --- /dev/null +++ b/www/amaya/pkg-comment @@ -0,0 +1 @@ +The W3C's testbed web browser/editor. diff --git a/www/amaya/pkg-descr b/www/amaya/pkg-descr new file mode 100644 index 000000000000..55c87af0a166 --- /dev/null +++ b/www/amaya/pkg-descr @@ -0,0 +1,5 @@ +Amaya is the W3C's testbed browser/editor for new HTML and CSS +features. It provides a WYSIWYG editing interface while generating +documents that adhere to a DTD. + +Homepage: http://www.w3.org/Amaya/ diff --git a/www/amaya/pkg-plist b/www/amaya/pkg-plist new file mode 100644 index 000000000000..43300e21bb78 --- /dev/null +++ b/www/amaya/pkg-plist @@ -0,0 +1,121 @@ +share/thot/amaya/AmayaPage.html +share/thot/amaya/COPYRIGHT.html +share/thot/amaya/HTML.STR +share/thot/amaya/HTML.conf +share/thot/amaya/HTML.en +share/thot/amaya/HTML.fr +share/thot/amaya/HTML.trans +share/thot/amaya/HTMLP.PRS +share/thot/amaya/HTMLPBW.PRS +share/thot/amaya/HTMLPLP.PRS +share/thot/amaya/HTMLPLPUS.PRS +share/thot/amaya/HTMLPP.PRS +share/thot/amaya/HTMLPPUS.PRS +share/thot/amaya/HTMLT.TRA +share/thot/amaya/HTMLTT.TRA +share/thot/amaya/HTMLTX.TRA +share/thot/applis/bin/amaya +@exec ln -sf %D%F %D/bin/amaya +@unexec rm -f %D/bin/amaya +share/thot/applis/bin/print +share/thot/config/XKeysymDB +share/thot/config/amaya.keyboard +share/thot/config/en-amayadialogue +share/thot/config/en-amayamsg +share/thot/config/en-corrdialogue +share/thot/config/en-libdialogue +share/thot/config/en-printdialogue +share/thot/config/en-transdialogue +share/thot/config/fr-amayadialogue +share/thot/config/fr-amayamsg +share/thot/config/fr-corrdialogue +share/thot/config/fr-libdialogue +share/thot/config/fr-printdialogue +share/thot/config/fr-transdialogue +share/thot/config/thot.ini +share/thot/dicopar/alphabet +share/thot/dicopar/american.ptn +share/thot/dicopar/clavier +share/thot/dicopar/deutsch.ptn +share/thot/dicopar/english.ptn +share/thot/dicopar/espanol.ptn +share/thot/dicopar/finish.ptn +share/thot/dicopar/francais.ptn +share/thot/dicopar/italiano.ptn +share/thot/dicopar/nederl.ptn +share/thot/dicopar/portug.ptn +share/thot/dicopar/swedish.ptn +share/thot/doc/Icons/Back.gif +share/thot/doc/Icons/Browser.gif +share/thot/doc/Icons/Editor.gif +share/thot/doc/Icons/Forward.gif +share/thot/doc/Icons/Image.gif +share/thot/doc/Icons/Link.gif +share/thot/doc/Icons/NumList.gif +share/thot/doc/Icons/Plugin.gif +share/thot/doc/Icons/SaveAs.gif +share/thot/doc/Icons/SourceJava.gif +share/thot/doc/Icons/Sources.gif +share/thot/doc/Icons/amaya.gif +share/thot/doc/Icons/background.gif +share/thot/doc/Icons/bug.gif +share/thot/doc/Icons/check.gif +share/thot/doc/Icons/cross.gif +share/thot/doc/Icons/doc48x.gif +share/thot/doc/Icons/drapeau-F.gif +share/thot/doc/Icons/eyec.gif +share/thot/doc/Icons/find.gif +share/thot/doc/Icons/floppy.gif +share/thot/doc/Icons/left.gif +share/thot/doc/Icons/opera.gif +share/thot/doc/Icons/put.gif +share/thot/doc/Icons/question.gif +share/thot/doc/Icons/right.gif +share/thot/doc/Icons/target.gif +share/thot/doc/Icons/ui.gif +share/thot/doc/Icons/up.gif +share/thot/doc/Icons/warning.gif +share/thot/doc/amaya/Attributes.html +share/thot/doc/amaya/Autoconf.html +share/thot/doc/amaya/BinDist.html +share/thot/doc/amaya/Browsing.html +share/thot/doc/amaya/CSS.html +share/thot/doc/amaya/Changing.html +share/thot/doc/amaya/Configure.html +share/thot/doc/amaya/Creating.html +share/thot/doc/amaya/ImageMaps.html +share/thot/doc/amaya/Keyboard.html +share/thot/doc/amaya/Links.html +share/thot/doc/amaya/MakeBook.html +share/thot/doc/amaya/Manual.html +share/thot/doc/amaya/Math.html +share/thot/doc/amaya/New.html +share/thot/doc/amaya/Numbering.html +share/thot/doc/amaya/Plugins.html +share/thot/doc/amaya/Printing.html +share/thot/doc/amaya/Publishing.html +share/thot/doc/amaya/Put.html +share/thot/doc/amaya/Registry.html +share/thot/doc/amaya/Searching.html +share/thot/doc/amaya/Selecting.html +share/thot/doc/amaya/SpellChecking.html +share/thot/doc/amaya/StyleSheets.html +share/thot/doc/amaya/Tables.html +share/thot/doc/amaya/Transform.html +share/thot/doc/amaya/Views.html +share/thot/fonts/Families.list +share/thot/fonts/fonts.dir +share/thot/fonts/icones.ff +share/thot/fonts/icones.pcf +share/thot/fonts/icones1.fb +share/thot/fonts/icones11.fb +@dirrm share/thot/amaya +@dirrm share/thot/applis/bin +@dirrm share/thot/applis +@dirrm share/thot/config +@dirrm share/thot/dicopar +@dirrm share/thot/doc/Icons +@dirrm share/thot/doc/amaya +@dirrm share/thot/doc +@dirrm share/thot/fonts +@dirrm share/thot |