Date: Thu, 25 Aug 2005 16:05:48 +0200 (CEST) From: Johan van Selst <johans@stack.nl> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/85286: [maintainer] lang/afnix: update to version 1.1.1 Message-ID: <20050825140548.23670171FD@mud.stack.nl> Resent-Message-ID: <200508251410.j7PEAHYE002002@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 85286 >Category: ports >Synopsis: [maintainer] lang/afnix: update to version 1.1.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Aug 25 14:10:16 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Johan van Selst >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD mud.stack.nl 5.4-STABLE FreeBSD 5.4-STABLE #5: Wed Jul 13 12:15:37 CEST 2005 johans@mud.stack.nl:/usr/obj/usr/src/sys/mud i386 >Description: New stable version 1.1.1 >How-To-Repeat: >Fix: All FreeBSD patches have been incorporated by the author: the files/ directory may be removed with this patch. diff -uNr afnix/Makefile afnix/Makefile --- afnix/Makefile Thu Apr 21 04:00:22 2005 +++ afnix/Makefile Thu Aug 25 15:04:01 2005 @@ -7,7 +7,7 @@ # PORTNAME= afnix -PORTVERSION= 1.0.3 +PORTVERSION= 1.1.1 CATEGORIES= lang MASTER_SITES= http://www.afnix.org/ftp/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTNAME}-${PORTVERSION:S,.,-,g} @@ -22,7 +22,7 @@ PLIST_SUB= PORTVER=${PORTVERSION:R} -MAN1= afnix.1 axc.1 axd.1 axl.1 +MAN1= axc.1 axd.1 axi.1 axl.1 axs.1 .include <bsd.port.pre.mk> @@ -30,6 +30,6 @@ @${WRKSRC}/cnf/bin/${PORTNAME}-setup -o post-install: - @${STRIP_CMD} ${PREFIX}/bin/${PORTNAME} + @${STRIP_CMD} ${PREFIX}/bin/ax[cdils] .include <bsd.port.post.mk> diff -uNr afnix/distinfo afnix/distinfo --- afnix/distinfo Thu Apr 21 04:00:22 2005 +++ afnix/distinfo Thu Aug 25 11:17:45 2005 @@ -1,2 +1,2 @@ -MD5 (afnix-src-1-0-3.tgz) = 84b5af474c095b4c1c6e59ecaf61232a -SIZE (afnix-src-1-0-3.tgz) = 521211 +MD5 (afnix-src-1-1-1.tgz) = 2f5bd3739c18f2e1bc0026a812121c5c +SIZE (afnix-src-1-1-1.tgz) = 547099 diff -uNr afnix/files/patch-cnf_bin_afnix-guess afnix/files/patch-cnf_bin_afnix-guess --- afnix/files/patch-cnf_bin_afnix-guess Sat Feb 19 20:54:54 2005 +++ afnix/files/patch-cnf_bin_afnix-guess Thu Jan 1 01:00:00 1970 @@ -1,10 +0,0 @@ ---- cnf/bin/afnix-guess.orig Wed Jan 12 06:05:00 2005 -+++ cnf/bin/afnix-guess Wed Feb 16 19:18:04 2005 -@@ -113,6 +113,7 @@ - mips) proc_name=mips;; - mipsel) proc_name=mipsel;; - parisc*) proc_name=pa64;; -+ amd64) proc_name=amd64;; - ia64) proc_name=ia64;; - s390*) proc_name=s390;; - x86_64) proc_name=x64;; diff -uNr afnix/files/patch-cnf_mak_afnix-defs.mak afnix/files/patch-cnf_mak_afnix-defs.mak --- afnix/files/patch-cnf_mak_afnix-defs.mak Thu Feb 24 04:01:21 2005 +++ afnix/files/patch-cnf_mak_afnix-defs.mak Thu Jan 1 01:00:00 1970 @@ -1,14 +0,0 @@ ---- cnf/mak/afnix-defs.mak.orig Wed Feb 16 19:35:18 2005 -+++ cnf/mak/afnix-defs.mak Wed Feb 16 19:37:55 2005 -@@ -58,9 +58,9 @@ - BINDIR = $(PREFIX)/bin - LIBDIR = $(PREFIX)/lib - HDRDIR = $(SHRDIR)/include/afnix --DOCDIR = $(SHRDIR)/doc/afnix -+DOCDIR = $(SHRDIR)/share/doc/afnix - MANDIR = $(SHRDIR)/man --ETCDIR = $(SHRDIR)/etc/afnix -+ETCDIR = $(SHRDIR)/share/doc/afnix - - # ---------------------------------------------------------------------------- - # - other shared commands and scripts - diff -uNr afnix/files/patch-cnf_mak_afnix-gcc-3.mak afnix/files/patch-cnf_mak_afnix-gcc-3.mak --- afnix/files/patch-cnf_mak_afnix-gcc-3.mak Sat Feb 26 04:01:26 2005 +++ afnix/files/patch-cnf_mak_afnix-gcc-3.mak Thu Jan 1 01:00:00 1970 @@ -1,20 +0,0 @@ ---- cnf/mak/afnix-gcc-3.mak.orig Wed Jan 12 06:05:00 2005 -+++ cnf/mak/afnix-gcc-3.mak Wed Feb 16 19:18:04 2005 -@@ -22,7 +22,7 @@ - LD = gcc - LK = gcc - AR = ar rc --STDCCFLAGS = -Wall -Werror -MMD -fno-builtin -+STDCCFLAGS = -Wall -MMD -fno-builtin - STACCFLAGS = - DYNCCFLAGS = -fPIC - PLTCCFLAGS = -@@ -43,7 +43,7 @@ - # - compiler dependant libraries - - # ---------------------------------------------------------------------------- - --AFXCPPLIBS = -lsupc++ -+AFXCPPLIBS = -lstdc++ - - # ---------------------------------------------------------------------------- - # - platform dependant linking flags - diff -uNr afnix/files/patch-cnf_mak_afnix-rule.mak afnix/files/patch-cnf_mak_afnix-rule.mak --- afnix/files/patch-cnf_mak_afnix-rule.mak Sat Feb 19 20:54:54 2005 +++ afnix/files/patch-cnf_mak_afnix-rule.mak Thu Jan 1 01:00:00 1970 @@ -1,31 +0,0 @@ ---- cnf/mak/afnix-rule.mak.orig Wed Jan 12 06:05:00 2005 -+++ cnf/mak/afnix-rule.mak Wed Feb 16 19:18:04 2005 -@@ -62,8 +62,8 @@ - endif - - ifeq ($(LKMODE),soname) --SONAME = $(SOLIB).$(MAJOR).$(MINOR) --SOVERS = $(SOLIB).$(MAJOR).$(MINOR).$(PATCH) -+SONAME = $(SOLIB).$(MAJOR) -+SOVERS = $(SOLIB).$(MAJOR) - endif - - # ---------------------------------------------------------------------------- -@@ -124,17 +124,13 @@ - $(SOLIB) : $(SOVERS) - @$(MKDIR) $(BLDLIB) - @$(CP) $(SOVERS) $(BLDLIB) -- @$(RM) $(BLDLIB)/$(SOLIB) - @$(RM) $(BLDLIB)/$(SONAME) -- @$(LN) $(SOVERS) $(BLDLIB)/$(SONAME) - @$(LN) $(SONAME) $(BLDLIB)/$(SOLIB) - - install-solib : $(SOVERS) - @$(MKDIR) $(LIBDIR) - @$(CP) $(SOVERS) $(LIBDIR) -- @$(RM) $(LIBDIR)/$(SONAME) - @$(RM) $(LIBDIR)/$(SOLIB) -- @$(LN) $(SOVERS) $(LIBDIR)/$(SONAME) - @$(LN) $(SONAME) $(LIBDIR)/$(SOLIB) - .PHONY: install-solib - endif diff -uNr afnix/files/patch-src_plt_acf_ccnf.cpp afnix/files/patch-src_plt_acf_ccnf.cpp --- afnix/files/patch-src_plt_acf_ccnf.cpp Sun Feb 20 04:01:21 2005 +++ afnix/files/patch-src_plt_acf_ccnf.cpp Thu Jan 1 01:00:00 1970 @@ -1,37 +0,0 @@ ---- src/plt/acf/ccnf.cpp.orig Wed Jan 12 06:05:00 2005 -+++ src/plt/acf/ccnf.cpp Wed Feb 16 19:18:04 2005 -@@ -42,6 +42,7 @@ - #define AFNIX_PROCTYPE_IA64 10 - #define AFNIX_PROCTYPE_S390 11 - #define AFNIX_PROCTYPE_X64 12 -+#define AFNIX_PROCTYPE_AMD64 12 - - // recognized processor name - #define AFNIX_PROCNAME_UNKNOWN "unknown" -@@ -57,6 +58,7 @@ - #define AFNIX_PROCNAME_IA64 "ia64" - #define AFNIX_PROCNAME_S390 "s390" - #define AFNIX_PROCNAME_X64 "x64" -+#define AFNIX_PROCNAME_AMD64 "amd64" - - // force size type with S390 - #if defined(__s390__) -@@ -117,6 +119,9 @@ - // s390 - if (strcmp (proc, AFNIX_PROCNAME_S390) == 0) - return AFNIX_PROCTYPE_S390; -+ // amd64 -+ if (strcmp (proc, AFNIX_PROCNAME_AMD64) == 0) -+ return AFNIX_PROCTYPE_AMD64; - // x86-64 - if (strcmp (proc, AFNIX_PROCNAME_X64) == 0) { - switch (sizeof(void*)) { -@@ -260,6 +265,8 @@ - AFNIX_PROCTYPE_IA64); - fprintf (stdout, "#define AFNIX_PROCTYPE_S390 %d\n", - AFNIX_PROCTYPE_S390); -+ fprintf (stdout, "#define AFNIX_PROCTYPE_AMD64 %d\n", -+ AFNIX_PROCTYPE_AMD64); - fprintf (stdout, "#define AFNIX_PROCTYPE_X64 %d\n", - AFNIX_PROCTYPE_X64); - fprintf (stdout, "\n"); diff -uNr afnix/files/patch-src_plt_lib_cclk.cxx afnix/files/patch-src_plt_lib_cclk.cxx --- afnix/files/patch-src_plt_lib_cclk.cxx Sat Feb 19 20:54:54 2005 +++ afnix/files/patch-src_plt_lib_cclk.cxx Thu Jan 1 01:00:00 1970 @@ -1,22 +0,0 @@ ---- src/plt/lib/cclk.cxx.orig Wed Jan 12 06:05:00 2005 -+++ src/plt/lib/cclk.cxx Wed Feb 16 19:18:04 2005 -@@ -53,7 +53,8 @@ - s_tinfo* c_getlocal (const long tclk) { - // extract time info - struct tm* tval; -- if ((tval = localtime (&tclk)) == NULL) return 0; -+ time_t t = tclk; -+ if (t != tclk || (tval = localtime (&t)) == NULL) return 0; - // fill in the data structure - s_tinfo* tinfo = new s_tinfo; - tinfo->d_secs = tval->tm_sec; -@@ -72,7 +73,8 @@ - s_tinfo* c_getutc (const long tclk) { - // extract time info - struct tm* tval; -- if ((tval = gmtime (&tclk)) == NULL) return 0; -+ time_t t = tclk; -+ if (t != tclk || (tval = gmtime (&t)) == NULL) return 0; - // fill in the data structure - s_tinfo* tinfo = new s_tinfo; - tinfo->d_secs = tval->tm_sec; diff -uNr afnix/files/patch-src_plt_lib_cdir.cxx afnix/files/patch-src_plt_lib_cdir.cxx --- afnix/files/patch-src_plt_lib_cdir.cxx Sat Feb 19 20:54:54 2005 +++ afnix/files/patch-src_plt_lib_cdir.cxx Thu Jan 1 01:00:00 1970 @@ -1,10 +0,0 @@ ---- src/plt/lib/cdir.cxx.orig Wed Jan 12 06:05:00 2005 -+++ src/plt/lib/cdir.cxx Wed Feb 16 19:05:03 2005 -@@ -14,6 +14,7 @@ - // - copyright (c) 1999-2005 amaury darsch - - // --------------------------------------------------------------------------- - -+#include <stdio.h> - #include "cdir.hpp" - #include "cstr.hpp" - #include "cdir.hxx" diff -uNr afnix/pkg-plist afnix/pkg-plist --- afnix/pkg-plist Sun Feb 20 04:01:21 2005 +++ afnix/pkg-plist Thu Aug 25 15:04:26 2005 @@ -1,176 +1,182 @@ -bin/afnix bin/axc bin/axd +bin/axi bin/axl -bin/axo -share/doc/afnix/afnix-gud.el -share/doc/afnix/afnix-mode.el -share/doc/afnix/license.txt -share/doc/afnix/what-long.txt -share/doc/afnix/what-short.txt -@dirrm share/doc/afnix +bin/axs +include/afnix/plt/ccnf.hpp +include/afnix/plt/cclk.hpp +include/afnix/plt/cthr.hpp +include/afnix/plt/csys.hpp +include/afnix/plt/cstr.hpp +include/afnix/plt/csio.hpp +include/afnix/plt/cshl.hpp +include/afnix/plt/cnet.hpp +include/afnix/plt/cmth.hpp +include/afnix/plt/cmem.hpp +include/afnix/plt/cgen.hpp +include/afnix/plt/cerr.hpp +include/afnix/plt/cdir.hpp +include/afnix/plt/ccnv.hpp +include/afnix/plt/ctrm.hpp +include/afnix/std/BitSet.hpp +include/afnix/std/Time.hpp +include/afnix/std/Thrmap.hpp +include/afnix/std/Thread.hpp +include/afnix/std/Terminal.hpp +include/afnix/std/System.hpp +include/afnix/std/Strvec.hpp +include/afnix/std/String.hpp +include/afnix/std/Stack.hpp +include/afnix/std/Sorter.hpp +include/afnix/std/Set.hpp +include/afnix/std/Serial.hpp +include/afnix/std/Runnable.hpp +include/afnix/std/Relatif.hpp +include/afnix/std/Regex.hpp +include/afnix/std/Recycle.hpp +include/afnix/std/Real.hpp +include/afnix/std/Reactor.hpp +include/afnix/std/Queue.hpp +include/afnix/std/QuarkTable.hpp +include/afnix/std/Qarray.hpp +include/afnix/std/PrintTable.hpp +include/afnix/std/OutputTerm.hpp +include/afnix/std/OutputString.hpp +include/afnix/std/OutputFile.hpp +include/afnix/std/Output.hpp +include/afnix/std/Object.hpp +include/afnix/std/NameTable.hpp +include/afnix/std/Mutex.hpp +include/afnix/std/Monitor.hpp +include/afnix/std/Method.hpp +include/afnix/std/Lockrw.hpp +include/afnix/std/Loader.hpp +include/afnix/std/Literal.hpp +include/afnix/std/List.hpp +include/afnix/std/Library.hpp +include/afnix/std/Iterator.hpp +include/afnix/std/Iterable.hpp +include/afnix/std/Item.hpp +include/afnix/std/Integer.hpp +include/afnix/std/InputTerm.hpp +include/afnix/std/InputString.hpp +include/afnix/std/InputOutput.hpp +include/afnix/std/InputMapped.hpp +include/afnix/std/InputFile.hpp +include/afnix/std/Input.hpp +include/afnix/std/HashTable.hpp +include/afnix/std/Graph.hpp +include/afnix/std/Finalize.hpp +include/afnix/std/Exception.hpp +include/afnix/std/Cursor.hpp +include/afnix/std/Cons.hpp +include/afnix/std/Condvar.hpp +include/afnix/std/Cilo.hpp +include/afnix/std/Character.hpp +include/afnix/std/Buffer.hpp +include/afnix/std/Boolean.hpp +include/afnix/std/Vector.hpp +include/afnix/sci/Aes.hpp +include/afnix/sci/Sha384.hpp +include/afnix/sci/Sha256.hpp +include/afnix/sci/Sha1.hpp +include/afnix/sci/Privsci.hpp +include/afnix/sci/Md5.hpp +include/afnix/sci/Key.hpp +include/afnix/sci/InputCipher.hpp +include/afnix/sci/Hasher.hpp +include/afnix/sci/Crypto.hpp +include/afnix/sci/Cipher.hpp +include/afnix/sci/Sha512.hpp include/afnix/eng/Argument.hpp -include/afnix/eng/Builtin.hpp -include/afnix/eng/Class.hpp -include/afnix/eng/Closure.hpp -include/afnix/eng/Constant.hpp -include/afnix/eng/Engsid.hpp -include/afnix/eng/Enum.hpp -include/afnix/eng/Extracter.hpp -include/afnix/eng/Form.hpp -include/afnix/eng/Former.hpp -include/afnix/eng/Function.hpp -include/afnix/eng/Globalset.hpp -include/afnix/eng/Instance.hpp -include/afnix/eng/Interp.hpp -include/afnix/eng/Item.hpp -include/afnix/eng/Lexer.hpp -include/afnix/eng/Lexical.hpp -include/afnix/eng/Localset.hpp -include/afnix/eng/Meta.hpp -include/afnix/eng/Module.hpp -include/afnix/eng/Nameset.hpp -include/afnix/eng/Options.hpp -include/afnix/eng/Printer.hpp -include/afnix/eng/Promise.hpp -include/afnix/eng/Qualified.hpp -include/afnix/eng/Reader.hpp -include/afnix/eng/Reserved.hpp -include/afnix/eng/Resolver.hpp -include/afnix/eng/Return.hpp include/afnix/eng/Symbol.hpp +include/afnix/eng/Superset.hpp +include/afnix/eng/Return.hpp +include/afnix/eng/Resolver.hpp +include/afnix/eng/Reserved.hpp +include/afnix/eng/Reader.hpp +include/afnix/eng/Qualified.hpp +include/afnix/eng/Promise.hpp +include/afnix/eng/Printer.hpp +include/afnix/eng/Options.hpp +include/afnix/eng/Nameset.hpp +include/afnix/eng/Module.hpp +include/afnix/eng/Meta.hpp +include/afnix/eng/Localset.hpp +include/afnix/eng/Librarian.hpp +include/afnix/eng/Lexical.hpp +include/afnix/eng/Lexer.hpp +include/afnix/eng/Interp.hpp +include/afnix/eng/Instance.hpp +include/afnix/eng/Globalset.hpp +include/afnix/eng/Function.hpp +include/afnix/eng/Former.hpp +include/afnix/eng/Form.hpp +include/afnix/eng/Extracter.hpp +include/afnix/eng/Enum.hpp +include/afnix/eng/Engsid.hpp +include/afnix/eng/Constant.hpp +include/afnix/eng/Closure.hpp +include/afnix/eng/Class.hpp +include/afnix/eng/Builtin.hpp include/afnix/eng/Token.hpp include/afnix/net/Address.hpp -include/afnix/net/Datagram.hpp -include/afnix/net/Libanet.hpp -include/afnix/net/Mail.hpp -include/afnix/net/Multicast.hpp -include/afnix/net/Netcalls.hpp -include/afnix/net/Predanet.hpp -include/afnix/net/Socket.hpp -include/afnix/net/TcpClient.hpp -include/afnix/net/TcpServer.hpp -include/afnix/net/TcpSocket.hpp -include/afnix/net/UdpClient.hpp include/afnix/net/UdpServer.hpp +include/afnix/net/UdpClient.hpp +include/afnix/net/TcpSocket.hpp +include/afnix/net/TcpServer.hpp +include/afnix/net/TcpClient.hpp +include/afnix/net/Socket.hpp +include/afnix/net/Prednet.hpp +include/afnix/net/NetCalls.hpp +include/afnix/net/Multicast.hpp +include/afnix/net/Mail.hpp +include/afnix/net/Libnet.hpp +include/afnix/net/Datagram.hpp include/afnix/net/UdpSocket.hpp -include/afnix/odc/Cell.hpp -include/afnix/odc/Collection.hpp -include/afnix/odc/Importer.hpp -include/afnix/odc/Libaodc.hpp -include/afnix/odc/Odccalls.hpp -include/afnix/odc/Odcsid.hpp -include/afnix/odc/Persist.hpp -include/afnix/odc/Predaodc.hpp -include/afnix/odc/Record.hpp -include/afnix/odc/Table.hpp -include/afnix/plt/cclk.hpp -include/afnix/plt/ccnf.hpp -include/afnix/plt/ccnv.hpp -include/afnix/plt/cdir.hpp -include/afnix/plt/cerr.hpp -include/afnix/plt/cmem.hpp -include/afnix/plt/cmth.hpp -include/afnix/plt/cnet.hpp -include/afnix/plt/cshl.hpp -include/afnix/plt/csio.hpp -include/afnix/plt/cstr.hpp -include/afnix/plt/csys.hpp -include/afnix/plt/cthr.hpp -include/afnix/plt/ctrm.hpp -include/afnix/sci/Digest.hpp -include/afnix/sci/Md5.hpp -include/afnix/sci/Sha1.hpp -include/afnix/sio/Directory.hpp -include/afnix/sio/Libasio.hpp -include/afnix/sio/Pathasio.hpp -include/afnix/sio/Predasio.hpp include/afnix/sio/Selector.hpp -include/afnix/std/BitSet.hpp -include/afnix/std/Boolean.hpp -include/afnix/std/Buffer.hpp -include/afnix/std/Character.hpp -include/afnix/std/Cilo.hpp -include/afnix/std/Condvar.hpp -include/afnix/std/Cons.hpp -include/afnix/std/Cursor.hpp -include/afnix/std/Exception.hpp -include/afnix/std/Finalize.hpp -include/afnix/std/Graph.hpp -include/afnix/std/HashTable.hpp -include/afnix/std/Input.hpp -include/afnix/std/InputFile.hpp -include/afnix/std/InputMapped.hpp -include/afnix/std/InputString.hpp -include/afnix/std/InputTerm.hpp -include/afnix/std/Integer.hpp -include/afnix/std/Iterable.hpp -include/afnix/std/Iterator.hpp -include/afnix/std/Librarian.hpp -include/afnix/std/Library.hpp -include/afnix/std/List.hpp -include/afnix/std/Literal.hpp -include/afnix/std/Lockrw.hpp -include/afnix/std/Method.hpp -include/afnix/std/Monitor.hpp -include/afnix/std/Mutex.hpp -include/afnix/std/NameTable.hpp -include/afnix/std/Object.hpp -include/afnix/std/Output.hpp -include/afnix/std/OutputFile.hpp -include/afnix/std/OutputString.hpp -include/afnix/std/OutputTerm.hpp -include/afnix/std/PrintTable.hpp -include/afnix/std/Qarray.hpp -include/afnix/std/QuarkTable.hpp -include/afnix/std/Queue.hpp -include/afnix/std/Reactor.hpp -include/afnix/std/Real.hpp -include/afnix/std/Recycle.hpp -include/afnix/std/Regex.hpp -include/afnix/std/Relatif.hpp -include/afnix/std/Runnable.hpp -include/afnix/std/Serial.hpp -include/afnix/std/Sorter.hpp -include/afnix/std/Stack.hpp -include/afnix/std/String.hpp -include/afnix/std/Strvec.hpp -include/afnix/std/System.hpp -include/afnix/std/Terminal.hpp -include/afnix/std/Thread.hpp -include/afnix/std/Thrmap.hpp -include/afnix/std/Time.hpp -include/afnix/std/Vector.hpp -include/afnix/sys/Libasys.hpp -include/afnix/sys/Predasys.hpp -include/afnix/sys/Syscalls.hpp -include/afnix/txt/Hasher.hpp -include/afnix/txt/Lexeme.hpp -include/afnix/txt/Libatxt.hpp -include/afnix/txt/Literate.hpp +include/afnix/sio/Predsio.hpp +include/afnix/sio/Pathsio.hpp +include/afnix/sio/Libsio.hpp +include/afnix/sio/Directory.hpp +include/afnix/sps/Cell.hpp +include/afnix/sps/SpsCalls.hpp +include/afnix/sps/Sheet.hpp +include/afnix/sps/Record.hpp +include/afnix/sps/Predsps.hpp +include/afnix/sps/Persist.hpp +include/afnix/sps/Libsps.hpp +include/afnix/sps/Importer.hpp +include/afnix/sps/Folio.hpp +include/afnix/sps/Spssid.hpp +include/afnix/sys/SysCalls.hpp +include/afnix/sys/Predsys.hpp +include/afnix/sys/Libsys.hpp include/afnix/txt/Pattern.hpp -include/afnix/txt/Predatxt.hpp include/afnix/txt/Scanner.hpp +include/afnix/txt/Predtxt.hpp include/afnix/txt/Sort.hpp -include/afnix/txt/Txtcalls.hpp +include/afnix/txt/Literate.hpp +include/afnix/txt/Libtxt.hpp +include/afnix/txt/Lexeme.hpp include/afnix/www/CgiQuery.hpp -include/afnix/www/Cookie.hpp -include/afnix/www/HtmlDiv.hpp -include/afnix/www/HtmlElement.hpp -include/afnix/www/HtmlPage.hpp -include/afnix/www/HtmlRef.hpp -include/afnix/www/HtmlTable.hpp -include/afnix/www/HtmlTag.hpp -include/afnix/www/Libawww.hpp -include/afnix/www/Predawww.hpp include/afnix/www/Url.hpp +include/afnix/www/Predwww.hpp +include/afnix/www/Libwww.hpp +include/afnix/www/HtmlTag.hpp +include/afnix/www/HtmlTable.hpp +include/afnix/www/HtmlRef.hpp +include/afnix/www/HtmlPage.hpp +include/afnix/www/HtmlElement.hpp +include/afnix/www/HtmlDiv.hpp +include/afnix/www/Cookie.hpp include/afnix/www/XHtmlPage.hpp @dirrm include/afnix/eng @dirrm include/afnix/net -@dirrm include/afnix/odc @dirrm include/afnix/plt @dirrm include/afnix/sci @dirrm include/afnix/sio +@dirrm include/afnix/sps @dirrm include/afnix/std @dirrm include/afnix/sys @dirrm include/afnix/txt @@ -178,31 +184,21 @@ @dirrm include/afnix lib/libafnix-eng.a lib/libafnix-eng.so -lib/libafnix-eng.so.%%PORTVER%% lib/libafnix-net.a lib/libafnix-net.so -lib/libafnix-net.so.%%PORTVER%% -lib/libafnix-odc.a -lib/libafnix-odc.so -lib/libafnix-odc.so.%%PORTVER%% lib/libafnix-plt.a lib/libafnix-plt.so -lib/libafnix-plt.so.%%PORTVER%% lib/libafnix-sci.a lib/libafnix-sci.so -lib/libafnix-sci.so.%%PORTVER%% lib/libafnix-sio.a lib/libafnix-sio.so -lib/libafnix-sio.so.%%PORTVER%% +lib/libafnix-sps.a +lib/libafnix-sps.so lib/libafnix-std.a lib/libafnix-std.so -lib/libafnix-std.so.%%PORTVER%% lib/libafnix-sys.a lib/libafnix-sys.so -lib/libafnix-sys.so.%%PORTVER%% lib/libafnix-txt.a lib/libafnix-txt.so -lib/libafnix-txt.so.%%PORTVER%% lib/libafnix-www.a lib/libafnix-www.so -lib/libafnix-www.so.%%PORTVER%% >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050825140548.23670171FD>