summaryrefslogtreecommitdiff
path: root/lang/ecl
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2008-12-19 23:12:46 +0000
committertnn <tnn@pkgsrc.org>2008-12-19 23:12:46 +0000
commit845e25c53437500804beed2ef197dfe65d64ef68 (patch)
treecbbd76426212b24a11d645c241c027c7cb750e99 /lang/ecl
parentc78190d1d778a72c0c31a7f4e33dce0fe244d063 (diff)
downloadpkgsrc-845e25c53437500804beed2ef197dfe65d64ef68.tar.gz
Update to ecl-8.12.0. From Aleksej Saushev via pkgsrc-wip.
This release is the last one before a major redesign of ECL, which will affect issues like Unicode streams and handling of interrupts. Most notable changes since 0.9l include: - new versioning scheme, based on <year>.<month>.<patchlevel>; - compiler error, warning, notes and messages handling; - float point number exceptions handling; - signals handling; - improvements to help file; - improvements to operating system interface; - CLX 0.7.3; - many bug fixes.
Diffstat (limited to 'lang/ecl')
-rw-r--r--lang/ecl/Makefile6
-rw-r--r--lang/ecl/PLIST31
-rw-r--r--lang/ecl/buildlink3.mk2
-rw-r--r--lang/ecl/distinfo8
4 files changed, 24 insertions, 23 deletions
diff --git a/lang/ecl/Makefile b/lang/ecl/Makefile
index 3033e1d129b..af1b7dd5008 100644
--- a/lang/ecl/Makefile
+++ b/lang/ecl/Makefile
@@ -1,11 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/08/12 19:57:45 tnn Exp $
+# $NetBSD: Makefile,v 1.2 2008/12/19 23:12:46 tnn Exp $
#
-DISTNAME= ecl-0.9l
-PKGNAME= ecl-0.9.12
+DISTNAME= ecl-8.12.0
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ecls/}
-EXTRACT_SUFX= .tgz
MAINTAINER= asau@inbox.ru
HOMEPAGE= http://ecls.sourceforge.net/
diff --git a/lang/ecl/PLIST b/lang/ecl/PLIST
index 7986a1ede96..70de19d9646 100644
--- a/lang/ecl/PLIST
+++ b/lang/ecl/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2008/08/12 19:57:45 tnn Exp $
+@comment $NetBSD: PLIST,v 1.2 2008/12/19 23:12:46 tnn Exp $
bin/ecl
bin/ecl-config
include/ecl/bytecodes.h
@@ -16,18 +16,21 @@ include/ecl/object.h
include/ecl/page.h
include/ecl/stacks.h
include/ecl/unify.h
-lib/ecl/BUILD-STAMP
-lib/ecl/asdf.fas
-lib/ecl/cmp.fas
-lib/ecl/defsystem.fas
-lib/ecl/dpp
-lib/ecl/ecl_min
-lib/ecl/help.doc
-lib/ecl/profile.fas
-lib/ecl/rt.fas
-lib/ecl/serve-event.fas
-lib/ecl/sockets.fas
-lib/ecl/sysfun.lsp
+lib/${PKGNAME}/BUILD-STAMP
+lib/${PKGNAME}/asdf.fas
+lib/${PKGNAME}/cmp.fas
+lib/${PKGNAME}/defsystem.fas
+lib/${PKGNAME}/dpp
+lib/${PKGNAME}/ecl_min
+lib/${PKGNAME}/help.doc
+lib/${PKGNAME}/profile.fas
+lib/${PKGNAME}/rt.fas
+lib/${PKGNAME}/serve-event.fas
+lib/${PKGNAME}/sockets.fas
+lib/${PKGNAME}/sysfun.lsp
lib/libecl.so
-@dirrm lib/ecl
+lib/libecl.so.8
+lib/libecl.so.8.12
+lib/libecl.so.${PKGVERSION}
+@dirrm lib/${PKGNAME}
@dirrm include/ecl
diff --git a/lang/ecl/buildlink3.mk b/lang/ecl/buildlink3.mk
index 087a529d15a..dbc0f5460c7 100644
--- a/lang/ecl/buildlink3.mk
+++ b/lang/ecl/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1.1.1 2008/08/12 19:57:45 tnn Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2008/12/19 23:12:46 tnn Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
ECL_BUILDLINK3_MK:= ${ECL_BUILDLINK3_MK}+
diff --git a/lang/ecl/distinfo b/lang/ecl/distinfo
index 133ab1d4db6..b85193f184a 100644
--- a/lang/ecl/distinfo
+++ b/lang/ecl/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/08/12 19:57:45 tnn Exp $
+$NetBSD: distinfo,v 1.2 2008/12/19 23:12:46 tnn Exp $
-SHA1 (ecl-0.9l.tgz) = ac0f9761a27f069c406ed0a94903f1e51ea458bc
-RMD160 (ecl-0.9l.tgz) = c198f154115b81e2d5dc7f0ab7fb0bf18d9682e4
-Size (ecl-0.9l.tgz) = 4989464 bytes
+SHA1 (ecl-8.12.0.tar.gz) = dbbf5a8201b0e2b189b575faee8fb0e5bbe64ca2
+RMD160 (ecl-8.12.0.tar.gz) = 63c4d93450b1c9abf25da135fafe93ae51eed898
+Size (ecl-8.12.0.tar.gz) = 5000878 bytes