summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-10-07 08:51:44 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-10-07 08:51:44 +0000
commit132a10e20bd7f3df94462aa178d1b0fe7e48bd07 (patch)
treec94d5c83b87dc7bd3d4a60ee50edefd0507b3d3f
parentUpdate to 1.05 (diff)
upgrade to 0.9.0
Notes
Notes: svn path=/head/; revision=90506
-rw-r--r--lang/afnix/Makefile4
-rw-r--r--lang/afnix/distinfo2
-rw-r--r--lang/afnix/files/patch-src::plt::lib::cdir.cxx10
-rw-r--r--lang/afnix/pkg-plist30
-rw-r--r--lang/aleph/Makefile4
-rw-r--r--lang/aleph/distinfo2
-rw-r--r--lang/aleph/files/patch-src::plt::lib::cdir.cxx10
-rw-r--r--lang/aleph/pkg-plist30
8 files changed, 84 insertions, 8 deletions
diff --git a/lang/afnix/Makefile b/lang/afnix/Makefile
index c477bbec22b5..0fe7e9d11fcc 100644
--- a/lang/afnix/Makefile
+++ b/lang/afnix/Makefile
@@ -7,9 +7,9 @@
#
PORTNAME= aleph
-PORTVERSION= 0.8.2
+PORTVERSION= 0.9.0
CATEGORIES= lang
-MASTER_SITES= ftp://ftp.aleph-lang.org/pub/%SUBDIR%/
+MASTER_SITES= http://www.aleph-lang.org/ftp/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTNAME}-${PORTVERSION:S,.,-,g}
DISTNAME= ${PORTNAME}-src-${PORTVERSION:S,.,-,g}
diff --git a/lang/afnix/distinfo b/lang/afnix/distinfo
index fa6bedb36f4c..a043dc406809 100644
--- a/lang/afnix/distinfo
+++ b/lang/afnix/distinfo
@@ -1 +1 @@
-MD5 (aleph-src-0-8-2.tar.gz) = 9bb910aadcd2b43d6fa10af71000709d
+MD5 (aleph-src-0-9-0.tar.gz) = 4c9120034832444bda87c0023365f624
diff --git a/lang/afnix/files/patch-src::plt::lib::cdir.cxx b/lang/afnix/files/patch-src::plt::lib::cdir.cxx
new file mode 100644
index 000000000000..decc8b5ac5a8
--- /dev/null
+++ b/lang/afnix/files/patch-src::plt::lib::cdir.cxx
@@ -0,0 +1,10 @@
+--- src/plt/lib/cdir.cxx.orig Tue Oct 7 16:39:01 2003
++++ src/plt/lib/cdir.cxx Tue Oct 7 16:39:21 2003
+@@ -14,6 +14,7 @@
+ // - copyright (c) 1999-2003 amaury darsch -
+ // ---------------------------------------------------------------------------
+
++#include <stdio.h>
+ #include "cdir.hpp"
+ #include "cstr.hpp"
+ #include "cdir.hxx"
diff --git a/lang/afnix/pkg-plist b/lang/afnix/pkg-plist
index 3795348d6b6e..2a624873edcd 100644
--- a/lang/afnix/pkg-plist
+++ b/lang/afnix/pkg-plist
@@ -1,5 +1,7 @@
bin/aleph
+bin/aod
bin/axc
+bin/axd
bin/axl
etc/aleph/license.txt
@dirrm etc/aleph
@@ -9,12 +11,15 @@ include/aleph/eng/Class.hpp
include/aleph/eng/Closure.hpp
include/aleph/eng/Constant.hpp
include/aleph/eng/Engsid.hpp
+include/aleph/eng/Enum.hpp
include/aleph/eng/Extracter.hpp
+include/aleph/eng/Form.hpp
include/aleph/eng/Former.hpp
include/aleph/eng/Function.hpp
include/aleph/eng/Globalset.hpp
include/aleph/eng/Instance.hpp
include/aleph/eng/Interp.hpp
+include/aleph/eng/Item.hpp
include/aleph/eng/Lexer.hpp
include/aleph/eng/Lexical.hpp
include/aleph/eng/Localset.hpp
@@ -45,6 +50,14 @@ include/aleph/net/TcpSocket.hpp
include/aleph/net/UdpClient.hpp
include/aleph/net/UdpServer.hpp
include/aleph/net/UdpSocket.hpp
+include/aleph/odb/Cell.hpp
+include/aleph/odb/Collection.hpp
+include/aleph/odb/Libaodb.hpp
+include/aleph/odb/Odbcalls.hpp
+include/aleph/odb/Odbsid.hpp
+include/aleph/odb/Persist.hpp
+include/aleph/odb/Record.hpp
+include/aleph/odb/Table.hpp
include/aleph/plt/cclk.hpp
include/aleph/plt/ccnf.hpp
include/aleph/plt/ccnv.hpp
@@ -84,8 +97,8 @@ include/aleph/std/InputTerm.hpp
include/aleph/std/Integer.hpp
include/aleph/std/Iterable.hpp
include/aleph/std/Iterator.hpp
-include/aleph/std/Library.hpp
include/aleph/std/Librarian.hpp
+include/aleph/std/Library.hpp
include/aleph/std/List.hpp
include/aleph/std/Literal.hpp
include/aleph/std/Lockrw.hpp
@@ -120,18 +133,27 @@ include/aleph/sys/Libasys.hpp
include/aleph/sys/Predasys.hpp
include/aleph/sys/Syscalls.hpp
include/aleph/sys/Time.hpp
+include/aleph/txt/Digest.hpp
+include/aleph/txt/Libatxt.hpp
+include/aleph/txt/Predatxt.hpp
+include/aleph/txt/PrintTable.hpp
+include/aleph/txt/Sort.hpp
+include/aleph/txt/Txtcalls.hpp
include/aleph/www/CgiQuery.hpp
include/aleph/www/Cookie.hpp
include/aleph/www/HtmlPage.hpp
include/aleph/www/Libawww.hpp
include/aleph/www/Predawww.hpp
include/aleph/www/Url.hpp
+include/aleph/www/XHtmlPage.hpp
@dirrm include/aleph/eng
@dirrm include/aleph/net
+@dirrm include/aleph/odb
@dirrm include/aleph/plt
@dirrm include/aleph/sio
@dirrm include/aleph/std
@dirrm include/aleph/sys
+@dirrm include/aleph/txt
@dirrm include/aleph/www
@dirrm include/aleph
lib/libaleph-eng.a
@@ -140,6 +162,9 @@ lib/libaleph-eng.so.%%PORTVER%%
lib/libaleph-net.a
lib/libaleph-net.so
lib/libaleph-net.so.%%PORTVER%%
+lib/libaleph-odb.a
+lib/libaleph-odb.so
+lib/libaleph-odb.so.%%PORTVER%%
lib/libaleph-plt.a
lib/libaleph-plt.so
lib/libaleph-plt.so.%%PORTVER%%
@@ -152,6 +177,9 @@ lib/libaleph-std.so.%%PORTVER%%
lib/libaleph-sys.a
lib/libaleph-sys.so
lib/libaleph-sys.so.%%PORTVER%%
+lib/libaleph-txt.a
+lib/libaleph-txt.so
+lib/libaleph-txt.so.%%PORTVER%%
lib/libaleph-www.a
lib/libaleph-www.so
lib/libaleph-www.so.%%PORTVER%%
diff --git a/lang/aleph/Makefile b/lang/aleph/Makefile
index c477bbec22b5..0fe7e9d11fcc 100644
--- a/lang/aleph/Makefile
+++ b/lang/aleph/Makefile
@@ -7,9 +7,9 @@
#
PORTNAME= aleph
-PORTVERSION= 0.8.2
+PORTVERSION= 0.9.0
CATEGORIES= lang
-MASTER_SITES= ftp://ftp.aleph-lang.org/pub/%SUBDIR%/
+MASTER_SITES= http://www.aleph-lang.org/ftp/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTNAME}-${PORTVERSION:S,.,-,g}
DISTNAME= ${PORTNAME}-src-${PORTVERSION:S,.,-,g}
diff --git a/lang/aleph/distinfo b/lang/aleph/distinfo
index fa6bedb36f4c..a043dc406809 100644
--- a/lang/aleph/distinfo
+++ b/lang/aleph/distinfo
@@ -1 +1 @@
-MD5 (aleph-src-0-8-2.tar.gz) = 9bb910aadcd2b43d6fa10af71000709d
+MD5 (aleph-src-0-9-0.tar.gz) = 4c9120034832444bda87c0023365f624
diff --git a/lang/aleph/files/patch-src::plt::lib::cdir.cxx b/lang/aleph/files/patch-src::plt::lib::cdir.cxx
new file mode 100644
index 000000000000..decc8b5ac5a8
--- /dev/null
+++ b/lang/aleph/files/patch-src::plt::lib::cdir.cxx
@@ -0,0 +1,10 @@
+--- src/plt/lib/cdir.cxx.orig Tue Oct 7 16:39:01 2003
++++ src/plt/lib/cdir.cxx Tue Oct 7 16:39:21 2003
+@@ -14,6 +14,7 @@
+ // - copyright (c) 1999-2003 amaury darsch -
+ // ---------------------------------------------------------------------------
+
++#include <stdio.h>
+ #include "cdir.hpp"
+ #include "cstr.hpp"
+ #include "cdir.hxx"
diff --git a/lang/aleph/pkg-plist b/lang/aleph/pkg-plist
index 3795348d6b6e..2a624873edcd 100644
--- a/lang/aleph/pkg-plist
+++ b/lang/aleph/pkg-plist
@@ -1,5 +1,7 @@
bin/aleph
+bin/aod
bin/axc
+bin/axd
bin/axl
etc/aleph/license.txt
@dirrm etc/aleph
@@ -9,12 +11,15 @@ include/aleph/eng/Class.hpp
include/aleph/eng/Closure.hpp
include/aleph/eng/Constant.hpp
include/aleph/eng/Engsid.hpp
+include/aleph/eng/Enum.hpp
include/aleph/eng/Extracter.hpp
+include/aleph/eng/Form.hpp
include/aleph/eng/Former.hpp
include/aleph/eng/Function.hpp
include/aleph/eng/Globalset.hpp
include/aleph/eng/Instance.hpp
include/aleph/eng/Interp.hpp
+include/aleph/eng/Item.hpp
include/aleph/eng/Lexer.hpp
include/aleph/eng/Lexical.hpp
include/aleph/eng/Localset.hpp
@@ -45,6 +50,14 @@ include/aleph/net/TcpSocket.hpp
include/aleph/net/UdpClient.hpp
include/aleph/net/UdpServer.hpp
include/aleph/net/UdpSocket.hpp
+include/aleph/odb/Cell.hpp
+include/aleph/odb/Collection.hpp
+include/aleph/odb/Libaodb.hpp
+include/aleph/odb/Odbcalls.hpp
+include/aleph/odb/Odbsid.hpp
+include/aleph/odb/Persist.hpp
+include/aleph/odb/Record.hpp
+include/aleph/odb/Table.hpp
include/aleph/plt/cclk.hpp
include/aleph/plt/ccnf.hpp
include/aleph/plt/ccnv.hpp
@@ -84,8 +97,8 @@ include/aleph/std/InputTerm.hpp
include/aleph/std/Integer.hpp
include/aleph/std/Iterable.hpp
include/aleph/std/Iterator.hpp
-include/aleph/std/Library.hpp
include/aleph/std/Librarian.hpp
+include/aleph/std/Library.hpp
include/aleph/std/List.hpp
include/aleph/std/Literal.hpp
include/aleph/std/Lockrw.hpp
@@ -120,18 +133,27 @@ include/aleph/sys/Libasys.hpp
include/aleph/sys/Predasys.hpp
include/aleph/sys/Syscalls.hpp
include/aleph/sys/Time.hpp
+include/aleph/txt/Digest.hpp
+include/aleph/txt/Libatxt.hpp
+include/aleph/txt/Predatxt.hpp
+include/aleph/txt/PrintTable.hpp
+include/aleph/txt/Sort.hpp
+include/aleph/txt/Txtcalls.hpp
include/aleph/www/CgiQuery.hpp
include/aleph/www/Cookie.hpp
include/aleph/www/HtmlPage.hpp
include/aleph/www/Libawww.hpp
include/aleph/www/Predawww.hpp
include/aleph/www/Url.hpp
+include/aleph/www/XHtmlPage.hpp
@dirrm include/aleph/eng
@dirrm include/aleph/net
+@dirrm include/aleph/odb
@dirrm include/aleph/plt
@dirrm include/aleph/sio
@dirrm include/aleph/std
@dirrm include/aleph/sys
+@dirrm include/aleph/txt
@dirrm include/aleph/www
@dirrm include/aleph
lib/libaleph-eng.a
@@ -140,6 +162,9 @@ lib/libaleph-eng.so.%%PORTVER%%
lib/libaleph-net.a
lib/libaleph-net.so
lib/libaleph-net.so.%%PORTVER%%
+lib/libaleph-odb.a
+lib/libaleph-odb.so
+lib/libaleph-odb.so.%%PORTVER%%
lib/libaleph-plt.a
lib/libaleph-plt.so
lib/libaleph-plt.so.%%PORTVER%%
@@ -152,6 +177,9 @@ lib/libaleph-std.so.%%PORTVER%%
lib/libaleph-sys.a
lib/libaleph-sys.so
lib/libaleph-sys.so.%%PORTVER%%
+lib/libaleph-txt.a
+lib/libaleph-txt.so
+lib/libaleph-txt.so.%%PORTVER%%
lib/libaleph-www.a
lib/libaleph-www.so
lib/libaleph-www.so.%%PORTVER%%