diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-03-16 13:02:06 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-03-16 13:02:06 +0000 |
commit | d5915180586bf4eaf4415b8540020f0981aea6f1 (patch) | |
tree | 5891f9ef6e9dfb3a950a35619f60f53b3c25e15c /lang/afnix | |
parent | 83c6e45a5e23f9b20aa19d1f208884e365e09802 (diff) | |
download | ports-d5915180586bf4eaf4415b8540020f0981aea6f1.tar.gz ports-d5915180586bf4eaf4415b8540020f0981aea6f1.zip |
Notes
Diffstat (limited to 'lang/afnix')
-rw-r--r-- | lang/afnix/Makefile | 3 | ||||
-rw-r--r-- | lang/afnix/distinfo | 6 | ||||
-rw-r--r-- | lang/afnix/pkg-plist | 10 |
3 files changed, 11 insertions, 8 deletions
diff --git a/lang/afnix/Makefile b/lang/afnix/Makefile index a9b432ce06b4..4cce1722b1a0 100644 --- a/lang/afnix/Makefile +++ b/lang/afnix/Makefile @@ -7,7 +7,7 @@ # PORTNAME= afnix -PORTVERSION= 1.1.2 +PORTVERSION= 1.2.1 CATEGORIES= lang MASTER_SITES= http://www.afnix.org/ftp/%SUBDIR%/ \ ftp://ftp.stack.nl/pub/users/johans/afnix/ @@ -18,7 +18,6 @@ EXTRACT_SUFX= .tgz MAINTAINER= johans@stack.nl COMMENT= A multi-threaded functional programming language -USE_REINPLACE= yes USE_GMAKE= yes INSTALLS_SHLIB= yes HAS_CONFIGURE= yes diff --git a/lang/afnix/distinfo b/lang/afnix/distinfo index c52a88017203..e3febd436666 100644 --- a/lang/afnix/distinfo +++ b/lang/afnix/distinfo @@ -1,3 +1,3 @@ -MD5 (afnix-src-1-1-2.tgz) = a4dc0ff04689a7db4f8cf74a9b540d80 -SHA256 (afnix-src-1-1-2.tgz) = 434cd3809cb807d7fc4eb656c46fc3e6f2bede68895c127796dea0b3f14f70a5 -SIZE (afnix-src-1-1-2.tgz) = 547274 +MD5 (afnix-src-1-2-1.tgz) = c966f903a844d77bfdb05f737c318622 +SHA256 (afnix-src-1-2-1.tgz) = beeb932a14d92777485226832cd34080e83b254ab091014e6ba2db054c60a080 +SIZE (afnix-src-1-2-1.tgz) = 577448 diff --git a/lang/afnix/pkg-plist b/lang/afnix/pkg-plist index 5e431b13b0e6..fd92661663a4 100644 --- a/lang/afnix/pkg-plist +++ b/lang/afnix/pkg-plist @@ -5,9 +5,6 @@ bin/axl bin/axs etc/afnix/afnix-gud.el etc/afnix/afnix-mode.el -etc/afnix/license.txt -etc/afnix/what-long.txt -etc/afnix/what-short.txt include/afnix/eng/Argument.hpp include/afnix/eng/Builtin.hpp include/afnix/eng/Class.hpp @@ -60,6 +57,7 @@ include/afnix/plt/ccnv.hpp include/afnix/plt/cdir.hpp include/afnix/plt/cerr.hpp include/afnix/plt/cgen.hpp +include/afnix/plt/cloc.hpp include/afnix/plt/cmem.hpp include/afnix/plt/cmth.hpp include/afnix/plt/cnet.hpp @@ -96,9 +94,11 @@ include/afnix/sps/Record.hpp include/afnix/sps/Sheet.hpp include/afnix/sps/SpsCalls.hpp include/afnix/sps/Spssid.hpp +include/afnix/std/Ascii.hpp include/afnix/std/BitSet.hpp include/afnix/std/Boolean.hpp include/afnix/std/Buffer.hpp +include/afnix/std/Byte.hpp include/afnix/std/Character.hpp include/afnix/std/Cilo.hpp include/afnix/std/Condvar.hpp @@ -146,6 +146,7 @@ include/afnix/std/Serial.hpp include/afnix/std/Set.hpp include/afnix/std/Sorter.hpp include/afnix/std/Stack.hpp +include/afnix/std/Stream.hpp include/afnix/std/String.hpp include/afnix/std/Strvec.hpp include/afnix/std/System.hpp @@ -153,6 +154,9 @@ include/afnix/std/Terminal.hpp include/afnix/std/Thread.hpp include/afnix/std/Thrmap.hpp include/afnix/std/Time.hpp +include/afnix/std/UnicodeTable.hpp +include/afnix/std/UnicodeMapper.hpp +include/afnix/std/Unicode.hpp include/afnix/std/Vector.hpp include/afnix/sys/Libsys.hpp include/afnix/sys/Predsys.hpp |