1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

upgrade to 0.8.0

This commit is contained in:
Ying-Chieh Liao 2001-06-22 09:27:00 +00:00
parent bcfe97c4c7
commit 58cd298f2a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44313
6 changed files with 26 additions and 4 deletions

View File

@ -7,7 +7,7 @@
#
PORTNAME= aleph
PORTVERSION= 0.7.3
PORTVERSION= 0.8.0
CATEGORIES= lang
MASTER_SITES= ftp://ftp.aleph-lang.org/pub/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTNAME}-${PORTVERSION:S,.,-,g}

View File

@ -1 +1 @@
MD5 (aleph-src-0-7-3.tar.gz) = 35315e6313cdb04743cc37899b290ddf
MD5 (aleph-src-0-8-0.tar.gz) = d18e1539e1d97dff301936e538c238b8

View File

@ -6,6 +6,8 @@ include/aleph/eng/Builtin.hpp
include/aleph/eng/Class.hpp
include/aleph/eng/Closure.hpp
include/aleph/eng/Constant.hpp
include/aleph/eng/Engsid.hpp
include/aleph/eng/Extracter.hpp
include/aleph/eng/Former.hpp
include/aleph/eng/Function.hpp
include/aleph/eng/Globalset.hpp
@ -23,12 +25,14 @@ include/aleph/eng/Promise.hpp
include/aleph/eng/Qualified.hpp
include/aleph/eng/Reader.hpp
include/aleph/eng/Reserved.hpp
include/aleph/eng/Resolver.hpp
include/aleph/eng/Return.hpp
include/aleph/eng/Symbol.hpp
include/aleph/eng/Token.hpp
include/aleph/net/Address.hpp
include/aleph/net/Datagram.hpp
include/aleph/net/Libanet.hpp
include/aleph/net/Mail.hpp
include/aleph/net/Multicast.hpp
include/aleph/net/Netcalls.hpp
include/aleph/net/Predanet.hpp
@ -57,6 +61,7 @@ include/aleph/sio/Directory.hpp
include/aleph/sio/Libasio.hpp
include/aleph/sio/Pathasio.hpp
include/aleph/sio/Predasio.hpp
include/aleph/sio/Selector.hpp
include/aleph/std/BitSet.hpp
include/aleph/std/Boolean.hpp
include/aleph/std/Buffer.hpp
@ -71,12 +76,14 @@ include/aleph/std/Graph.hpp
include/aleph/std/HashTable.hpp
include/aleph/std/Input.hpp
include/aleph/std/InputFile.hpp
include/aleph/std/InputMapped.hpp
include/aleph/std/InputString.hpp
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/List.hpp
include/aleph/std/Literal.hpp
include/aleph/std/Lockrw.hpp
@ -94,8 +101,11 @@ include/aleph/std/QuarkTable.hpp
include/aleph/std/Queue.hpp
include/aleph/std/Reactor.hpp
include/aleph/std/Real.hpp
include/aleph/std/Recycle.hpp
include/aleph/std/Regex.hpp
include/aleph/std/Relatif.hpp
include/aleph/std/Runnable.hpp
include/aleph/std/Serial.hpp
include/aleph/std/Stack.hpp
include/aleph/std/String.hpp
include/aleph/std/Strvec.hpp
@ -109,6 +119,7 @@ include/aleph/sys/Predasys.hpp
include/aleph/sys/Syscalls.hpp
include/aleph/sys/Time.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

View File

@ -7,7 +7,7 @@
#
PORTNAME= aleph
PORTVERSION= 0.7.3
PORTVERSION= 0.8.0
CATEGORIES= lang
MASTER_SITES= ftp://ftp.aleph-lang.org/pub/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTNAME}-${PORTVERSION:S,.,-,g}

View File

@ -1 +1 @@
MD5 (aleph-src-0-7-3.tar.gz) = 35315e6313cdb04743cc37899b290ddf
MD5 (aleph-src-0-8-0.tar.gz) = d18e1539e1d97dff301936e538c238b8

View File

@ -6,6 +6,8 @@ include/aleph/eng/Builtin.hpp
include/aleph/eng/Class.hpp
include/aleph/eng/Closure.hpp
include/aleph/eng/Constant.hpp
include/aleph/eng/Engsid.hpp
include/aleph/eng/Extracter.hpp
include/aleph/eng/Former.hpp
include/aleph/eng/Function.hpp
include/aleph/eng/Globalset.hpp
@ -23,12 +25,14 @@ include/aleph/eng/Promise.hpp
include/aleph/eng/Qualified.hpp
include/aleph/eng/Reader.hpp
include/aleph/eng/Reserved.hpp
include/aleph/eng/Resolver.hpp
include/aleph/eng/Return.hpp
include/aleph/eng/Symbol.hpp
include/aleph/eng/Token.hpp
include/aleph/net/Address.hpp
include/aleph/net/Datagram.hpp
include/aleph/net/Libanet.hpp
include/aleph/net/Mail.hpp
include/aleph/net/Multicast.hpp
include/aleph/net/Netcalls.hpp
include/aleph/net/Predanet.hpp
@ -57,6 +61,7 @@ include/aleph/sio/Directory.hpp
include/aleph/sio/Libasio.hpp
include/aleph/sio/Pathasio.hpp
include/aleph/sio/Predasio.hpp
include/aleph/sio/Selector.hpp
include/aleph/std/BitSet.hpp
include/aleph/std/Boolean.hpp
include/aleph/std/Buffer.hpp
@ -71,12 +76,14 @@ include/aleph/std/Graph.hpp
include/aleph/std/HashTable.hpp
include/aleph/std/Input.hpp
include/aleph/std/InputFile.hpp
include/aleph/std/InputMapped.hpp
include/aleph/std/InputString.hpp
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/List.hpp
include/aleph/std/Literal.hpp
include/aleph/std/Lockrw.hpp
@ -94,8 +101,11 @@ include/aleph/std/QuarkTable.hpp
include/aleph/std/Queue.hpp
include/aleph/std/Reactor.hpp
include/aleph/std/Real.hpp
include/aleph/std/Recycle.hpp
include/aleph/std/Regex.hpp
include/aleph/std/Relatif.hpp
include/aleph/std/Runnable.hpp
include/aleph/std/Serial.hpp
include/aleph/std/Stack.hpp
include/aleph/std/String.hpp
include/aleph/std/Strvec.hpp
@ -109,6 +119,7 @@ include/aleph/sys/Predasys.hpp
include/aleph/sys/Syscalls.hpp
include/aleph/sys/Time.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