summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeri Harris <keri@gentoo.org>2007-02-16 23:58:26 +0000
committerKeri Harris <keri@gentoo.org>2007-02-16 23:58:26 +0000
commite70e9ceb1f036d46487dedea54088af46c73d6f0 (patch)
treea033e642c4847c34a768ea50d1cd16bae53ab91a /dev-lang/mozart-stdlib/files
parentAdd use ao to amd64 package.use.mask (diff)
downloadgentoo-2-e70e9ceb1f036d46487dedea54088af46c73d6f0.tar.gz
gentoo-2-e70e9ceb1f036d46487dedea54088af46c73d6f0.tar.bz2
gentoo-2-e70e9ceb1f036d46487dedea54088af46c73d6f0.zip
Initial import
(Portage version: 2.1.2-r9)
Diffstat (limited to 'dev-lang/mozart-stdlib/files')
-rw-r--r--dev-lang/mozart-stdlib/files/digest-mozart-stdlib-1.3.23
-rw-r--r--dev-lang/mozart-stdlib/files/mozart-stdlib-1.3.2-doc.patch179
-rw-r--r--dev-lang/mozart-stdlib/files/mozart-stdlib-1.3.2-ozmake.patch78
3 files changed, 260 insertions, 0 deletions
diff --git a/dev-lang/mozart-stdlib/files/digest-mozart-stdlib-1.3.2 b/dev-lang/mozart-stdlib/files/digest-mozart-stdlib-1.3.2
new file mode 100644
index 000000000000..dda0555237ab
--- /dev/null
+++ b/dev-lang/mozart-stdlib/files/digest-mozart-stdlib-1.3.2
@@ -0,0 +1,3 @@
+MD5 0daf6c873990bebdde550ec1fd70bdb6 mozart-1.3.2.20060615-std.tar.gz 1203535
+RMD160 e2d5de149ad97f7e5b0cbc87df06893b6b13bd68 mozart-1.3.2.20060615-std.tar.gz 1203535
+SHA256 d1166a95ec71091bf9b8af28d9350269e73b0d55e8b7e2ab619fafafa6f68870 mozart-1.3.2.20060615-std.tar.gz 1203535
diff --git a/dev-lang/mozart-stdlib/files/mozart-stdlib-1.3.2-doc.patch b/dev-lang/mozart-stdlib/files/mozart-stdlib-1.3.2-doc.patch
new file mode 100644
index 000000000000..1752bb9f5187
--- /dev/null
+++ b/dev-lang/mozart-stdlib/files/mozart-stdlib-1.3.2-doc.patch
@@ -0,0 +1,179 @@
+diff -ur mozart-1.3.2.20060615-std.orig/adt/makefile.oz mozart-1.3.2.20060615-std/adt/makefile.oz
+--- mozart-1.3.2.20060615-std.orig/adt/makefile.oz 2004-05-19 11:40:35.000000000 +1200
++++ mozart-1.3.2.20060615-std/adt/makefile.oz 2007-02-17 12:29:43.000000000 +1300
+@@ -4,14 +4,5 @@
+ 'Dictionary.ozf' 'Cell.ozf'
+ %%'Generator.ozf'
+ ]
+- doc : [
+- 'index.html'
+- 'cell.html'
+- 'counter.html'
+- 'dictionary.html'
+- %%'generator.html'
+- 'queue.html'
+- 'stack.html'
+- ]
+
+ )
+diff -ur mozart-1.3.2.20060615-std.orig/makefile.oz mozart-1.3.2.20060615-std/makefile.oz
+--- mozart-1.3.2.20060615-std.orig/makefile.oz 2004-05-19 20:05:19.000000000 +1200
++++ mozart-1.3.2.20060615-std/makefile.oz 2007-02-17 12:29:25.000000000 +1300
+@@ -10,12 +10,4 @@
+ 'os'
+ 'net'
+ ]
+- doc : [
+- 'index.html'
+- 'ozdoc.css'
+- 'page.gif'
+- 'string.html'
+- 'mapping.html'
+- 'generator.html'
+- ]
+ )
+diff -ur mozart-1.3.2.20060615-std.orig/net/makefile.oz mozart-1.3.2.20060615-std/net/makefile.oz
+--- mozart-1.3.2.20060615-std.orig/net/makefile.oz 2004-05-18 11:33:41.000000000 +1200
++++ mozart-1.3.2.20060615-std/net/makefile.oz 2007-02-17 12:29:54.000000000 +1300
+@@ -1,4 +1,3 @@
+ makefile(
+ lib : ['URL.ozf']
+- doc : ['index.html' 'url.html']
+ )
+\ No newline at end of file
+diff -ur mozart-1.3.2.20060615-std.orig/os/makefile.oz mozart-1.3.2.20060615-std/os/makefile.oz
+--- mozart-1.3.2.20060615-std.orig/os/makefile.oz 2004-05-18 11:33:41.000000000 +1200
++++ mozart-1.3.2.20060615-std/os/makefile.oz 2007-02-17 12:30:07.000000000 +1300
+@@ -1,4 +1,3 @@
+ makefile(
+ lib : ['Path.ozf' 'Shell.ozf']
+- doc : ['index.html' 'path.html' 'shell.html']
+ )
+diff -ur mozart-1.3.2.20060615-std.orig/wp/makefile.oz mozart-1.3.2.20060615-std/wp/makefile.oz
+--- mozart-1.3.2.20060615-std.orig/wp/makefile.oz 2004-05-18 11:33:41.000000000 +1200
++++ mozart-1.3.2.20060615-std/wp/makefile.oz 2007-02-17 12:30:24.000000000 +1300
+@@ -2,5 +2,4 @@
+ subdirs : ['qtk'
+ %'qhtml'
+ ]
+- doc : ['index.html']
+ )
+diff -ur mozart-1.3.2.20060615-std.orig/wp/qtk/makefile.oz mozart-1.3.2.20060615-std/wp/qtk/makefile.oz
+--- mozart-1.3.2.20060615-std.orig/wp/qtk/makefile.oz 2004-02-28 03:05:22.000000000 +1300
++++ mozart-1.3.2.20060615-std/wp/qtk/makefile.oz 2007-02-17 12:31:29.000000000 +1300
+@@ -117,96 +117,4 @@
+ %%src : ['QTk.ozf' 'QTkDevel.ozf' 'QTkBare.ozf']
+ rules : o(
+ 'QTk.ozf' : ozl('QTkBare.ozf'))
+- doc : ['html/button.gif'
+- 'html/bwoz1.gif'
+- 'html/canvas.gif'
+- 'html/checkbutton.gif'
+- 'html/color.gif'
+- 'html/dropdownlistbox.gif'
+- 'html/entry.gif'
+- 'html/grid.gif'
+- 'html/index.html'
+- 'html/label.gif'
+- 'html/line.gif'
+- 'html/listbox.gif'
+- 'html/listcont.oz'
+- 'html/load.gif'
+- 'html/menubutton.gif'
+- 'html/message.gif'
+- 'html/node1.html'
+- 'html/node10.html'
+- 'html/node11.html'
+- 'html/node12.html'
+- 'html/node13.html'
+- 'html/node14.html'
+- 'html/node15.html'
+- 'html/node16.html'
+- 'html/node17.html'
+- 'html/node18.html'
+- 'html/node19.html'
+- 'html/node2.html'
+- 'html/node20.html'
+- 'html/node21.html'
+- 'html/node22.html'
+- 'html/node23.html'
+- 'html/node24.html'
+- 'html/node25.html'
+- 'html/node26.html'
+- 'html/node27.html'
+- 'html/node28.html'
+- 'html/node29.html'
+- 'html/node3.html'
+- 'html/node30.html'
+- 'html/node31.html'
+- 'html/node32.html'
+- 'html/node33.html'
+- 'html/node34.html'
+- 'html/node35.html'
+- 'html/node36.html'
+- 'html/node37.html'
+- 'html/node38.html'
+- 'html/node39.html'
+- 'html/node4.html'
+- 'html/node40.html'
+- 'html/node41.html'
+- 'html/node42.html'
+- 'html/node43.html'
+- 'html/node44.html'
+- 'html/node45.html'
+- 'html/node5.html'
+- 'html/node6.html'
+- 'html/node7.html'
+- 'html/node8.html'
+- 'html/node9.html'
+- 'html/notepad.oz'
+- 'html/numberentry.gif'
+- 'html/ozdoc.css'
+- 'html/page.gif'
+- 'html/panel.gif'
+- 'html/picture1.gif'
+- 'html/picture10.gif'
+- 'html/picture100.gif'
+- 'html/picture11.gif'
+- 'html/picture2.gif'
+- 'html/picture3.gif'
+- 'html/picture4.gif'
+- 'html/picture5.gif'
+- 'html/picture6.gif'
+- 'html/picture8.gif'
+- 'html/picture9.gif'
+- 'html/placeholder.gif'
+- 'html/printcanvas.gif'
+- 'html/radiobutton.gif'
+- 'html/rubberframe.gif'
+- 'html/scale.gif'
+- 'html/scrollbar.gif'
+- 'html/scrollframe.gif'
+- 'html/space.gif'
+- 'html/tbbutton.gif'
+- 'html/tbcheckbutton.gif'
+- 'html/tbradiobutton.gif'
+- 'html/tdlr.gif'
+- 'html/text.gif'
+- 'html/toplevel.gif'
+- ]
+ )
+diff -ur mozart-1.3.2.20060615-std.orig/xml/makefile.oz mozart-1.3.2.20060615-std/xml/makefile.oz
+--- mozart-1.3.2.20060615-std.orig/xml/makefile.oz 2004-05-18 11:33:42.000000000 +1200
++++ mozart-1.3.2.20060615-std/xml/makefile.oz 2007-02-17 12:31:52.000000000 +1300
+@@ -1,4 +1,3 @@
+ makefile(
+ subdirs:['parser']
+- doc : ['index.html']
+ )
+\ No newline at end of file
+diff -ur mozart-1.3.2.20060615-std.orig/xml/parser/makefile.oz mozart-1.3.2.20060615-std/xml/parser/makefile.oz
+--- mozart-1.3.2.20060615-std.orig/xml/parser/makefile.oz 2004-05-18 11:33:42.000000000 +1200
++++ mozart-1.3.2.20060615-std/xml/parser/makefile.oz 2007-02-17 12:37:58.000000000 +1300
+@@ -1,6 +1,5 @@
+ makefile(
+ lib : ['Parser.ozf']
+- doc : ['index.html' 'example.xml']
+ version : '0.5'
+ uri : 'x-oz://system/xml'
+ % mogul : 'mogul:/duchier/xml/parser'
diff --git a/dev-lang/mozart-stdlib/files/mozart-stdlib-1.3.2-ozmake.patch b/dev-lang/mozart-stdlib/files/mozart-stdlib-1.3.2-ozmake.patch
new file mode 100644
index 000000000000..1f6b2022001c
--- /dev/null
+++ b/dev-lang/mozart-stdlib/files/mozart-stdlib-1.3.2-ozmake.patch
@@ -0,0 +1,78 @@
+diff -ur mozart-1.3.2.20060615-std.orig/Makefile.in mozart-1.3.2.20060615-std/Makefile.in
+--- mozart-1.3.2.20060615-std.orig/Makefile.in 2004-05-19 02:22:05.000000000 +1200
++++ mozart-1.3.2.20060615-std/Makefile.in 2007-02-17 11:12:09.000000000 +1300
+@@ -12,6 +12,7 @@
+ NOTDIRSRCDIR = $(notdir $(SRCDIR))
+ BUILDDATE = $(shell date '+%Y%m%d')
+ VERSION = $(shell $(OZTOOL) version)
++BINDIR = /usr/bin
+
+ ifeq ($(PLATFORM),win32-i486)
+ OZEMULATOR = $(shell $(CYGPATH) $(PREFIX)/platform/win32-i486/emulator.dll)
+@@ -22,11 +23,14 @@
+ $(OZENGINE) ozmake/ozmake.ozf --prefix=$(CYG_PREFIX) --srcdir=$(CYG_SRCDIR)
+
+ build.ozmake:
+- cd ozmake && $(MAKE) ozmake.ozf
++ cd ozmake && $(MAKE) ozmake
+
+ install: all
+ $(OZENGINE) ozmake/ozmake.ozf --prefix=$(CYG_PREFIX) --srcdir=$(CYG_SRCDIR) --install --nosavedb
+ $(OZENGINE) ozmake/ozmake.ozf --prefix=$(CYG_PREFIX) --srcdir=$(CYG_SRCDIR)/ozmake --builddir=$(CYG_BUILDDIR_OZMAKE) --install --nosavedb
++ mkdir -p $(BINDIR)
++ cp ozmake/ozmake $(BINDIR)
++ chmod +x $(BINDIR)/ozmake
+
+ export CLEANDIR
+
+diff -ur mozart-1.3.2.20060615-std.orig/ozmake/Attribs.oz mozart-1.3.2.20060615-std/ozmake/Attribs.oz
+--- mozart-1.3.2.20060615-std.orig/ozmake/Attribs.oz 2004-05-15 03:21:43.000000000 +1200
++++ mozart-1.3.2.20060615-std/ozmake/Attribs.oz 2007-02-17 09:29:47.000000000 +1300
+@@ -458,7 +458,7 @@
+ end
+
+ meth get_oz_home($) {Path.expand {Property.get 'oz.home'}} end
+- meth get_oz_bindir($) {Path.resolve Attribs,get_oz_home($) 'bin'} end
++ meth get_oz_bindir($) {Path.resolve '/usr' 'bin'} end
+ meth get_oz_engine($)
+ if @OzEngine==unit then
+ P={Path.resolveAtom Attribs,get_oz_bindir($) 'ozengine.exe'}
+diff -ur mozart-1.3.2.20060615-std.orig/ozmake/Makefile.in mozart-1.3.2.20060615-std/ozmake/Makefile.in
+--- mozart-1.3.2.20060615-std.orig/ozmake/Makefile.in 2004-04-01 00:52:55.000000000 +1200
++++ mozart-1.3.2.20060615-std/ozmake/Makefile.in 2007-02-17 10:55:26.000000000 +1300
+@@ -37,8 +37,8 @@
+
+ # these additional 2 lines makes it possible to build in a directory
+ # different from the source directory
+-OZLOAD = prefix=$(CYGSRCDIR)=$(CYGBUILDDIR)$(OZLOADSEP)root=$(CYGBUILDDIR)$(OZLOADSEP)root=$(CYGSRCDIR)$(OZLOADSEP)cache=~/.oz/cache$(OZLOADSEP)cache=$(OZHOME)/cache
+-export OZLOAD
++# OZLOAD = prefix=$(CYGSRCDIR)=$(CYGBUILDDIR)$(OZLOADSEP)root=$(CYGBUILDDIR)$(OZLOADSEP)root=$(CYGSRCDIR)$(OZLOADSEP)cache=~/.oz/cache$(OZLOADSEP)cache=$(OZHOME)/cache
++# export OZLOAD
+
+ XSLTPROC = @VAR_XSLTPROC@
+ LYNX = @VAR_LYNX@
+diff -ur mozart-1.3.2.20060615-std.orig/ozmake/Makefile.vars mozart-1.3.2.20060615-std/ozmake/Makefile.vars
+--- mozart-1.3.2.20060615-std.orig/ozmake/Makefile.vars 2005-06-05 01:47:45.000000000 +1200
++++ mozart-1.3.2.20060615-std/ozmake/Makefile.vars 2007-02-17 08:42:20.000000000 +1300
+@@ -13,6 +13,6 @@
+ MakeGUI.oz Fixes.oz DatabaseLib.oz CHANGES Config.oz Mogul.oz \
+ Pickler.oz ExecutorFast.oz Depends.oz Requires.oz
+ PKG_INSTALLS = ozmake.ozf
+-PKG_INSTALLS_BIN= ozmake ozmake.win
++PKG_INSTALLS_BIN= ozmake
+ PKG_UPDATE = tgz tarz
+ PKG_INSTALLS_DOC= index.html CHANGES
+diff -ur mozart-1.3.2.20060615-std.orig/ozmake/makefile.oz mozart-1.3.2.20060615-std/ozmake/makefile.oz
+--- mozart-1.3.2.20060615-std.orig/ozmake/makefile.oz 2004-05-22 09:37:24.000000000 +1200
++++ mozart-1.3.2.20060615-std/ozmake/makefile.oz 2007-02-17 12:15:46.000000000 +1300
+@@ -4,8 +4,8 @@
+ mogul : 'mogul:/mozart/ozmake'
+ author: 'mogul:/duchier/denys'
+ lib : ['ozmake.ozf']
+- bin : ['ozmake.exe']
+- doc : ['index.html' 'CHANGES']
++% bin : ['ozmake.exe']
++% doc : ['index.html' 'CHANGES']
+ rules :
+ o(
+ 'ozmake.ozf' : ozl('Main.ozf')