Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  9 Mar 2006 11:00:15 +0100 (CET)
From:      Johan van Selst <johans@stack.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/94263: [maintainer] lang/afnix: update to 1.2.0
Message-ID:  <20060309100016.062CC229F4@mud.stack.nl>
Resent-Message-ID: <200603091010.k29AA4v7011201@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         94263
>Category:       ports
>Synopsis:       [maintainer] lang/afnix: update to 1.2.0
>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 Mar 09 10:10:03 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Johan van Selst
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD mud.stack.nl 6.0-STABLE FreeBSD 6.0-STABLE #9: Wed Jan 11 14:40:03 CET 2006 johans@mud.stack.nl:/usr/obj/usr/src/sys/mud i386


	
>Description:
	
	New version 1.2.0 introduces full Unicode support.
>How-To-Repeat:
	
>Fix:

	

	Removing obsolete USE_REINPLACE
	Introducing extra afnix/files/patch-etc_Makefile

diff -uNr afnix/Makefile afnix/Makefile
--- afnix/Makefile	Thu Oct  6 04:03:54 2005
+++ afnix/Makefile	Wed Mar  8 20:36:52 2006
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	afnix
-PORTVERSION=	1.1.2
+PORTVERSION=	1.2.0
 CATEGORIES=	lang
 MASTER_SITES=	http://www.afnix.org/ftp/%SUBDIR%/ \
 		ftp://ftp.stack.nl/pub/users/johans/afnix/
@@ -18,7 +18,6 @@
 MAINTAINER=	johans@stack.nl
 COMMENT=	A multi-threaded functional programming language
 
-USE_REINPLACE=	yes
 USE_GMAKE=	yes
 INSTALLS_SHLIB=	yes
 HAS_CONFIGURE=	yes
diff -uNr afnix/distinfo afnix/distinfo
--- afnix/distinfo	Sun Jan 22 15:52:29 2006
+++ afnix/distinfo	Mon Mar  6 11:10:30 2006
@@ -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-0.tgz) = e3e8f26396aabbc36a85e4a6b0184d4d
+SHA256 (afnix-src-1-2-0.tgz) = a09f522ba17f54aead817f22e22fa5e89bd8b3c3c540aaa9bd1490cd5365a528
+SIZE (afnix-src-1-2-0.tgz) = 577510
diff -uNr afnix/files/patch-etc_Makefile afnix/files/patch-etc_Makefile
--- afnix/files/patch-etc_Makefile	Thu Jan  1 01:00:00 1970
+++ afnix/files/patch-etc_Makefile	Wed Mar  8 20:36:12 2006
@@ -0,0 +1,10 @@
+--- etc/Makefile.orig	Wed Mar  8 20:35:50 2006
++++ etc/Makefile	Wed Mar  8 20:35:57 2006
+@@ -56,6 +56,7 @@ distri:
+ # this rule install the distribution
+ 
+ install:
++	@$(MKDIR) $(ETCDIR)
+ 	@$(CP)    afnix-gud.el   $(ETCDIR)
+ 	@$(CP)    afnix-mode.el  $(ETCDIR)
+ .PHONY: install
diff -uNr afnix/pkg-plist afnix/pkg-plist
--- afnix/pkg-plist	Tue Sep  6 04:04:19 2005
+++ afnix/pkg-plist	Wed Mar  8 20:14:25 2006
@@ -5,9 +5,6 @@
 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/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/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/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/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
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060309100016.062CC229F4>