summaryrefslogtreecommitdiff
path: root/lang/algol68g
diff options
context:
space:
mode:
authorasau <asau>2012-07-03 08:20:25 +0000
committerasau <asau>2012-07-03 08:20:25 +0000
commit068bdb949995eac693378fa92feba9648d37cb2e (patch)
tree21e37cd6d6966cb0a5485a71d502bbbcd1871eda /lang/algol68g
parentcc5256c439aa81d0d96c2861385e7e5e652dd000 (diff)
downloadpkgsrc-068bdb949995eac693378fa92feba9648d37cb2e.tar.gz
Update to Algol-68 Genie version 2.4.1
Changes: Version 2.4.1, June 2012 * Fixes issue in transput library. * Fixes issue in garbage collector. * Documentation updates. * Better distribution lay-out. Version 2.4, June 2012 * Adds pretty-printer. * Simplified garbage collector. * Adds procedure "read line" (calls GNU readline). * Adds procedure "on gc event". * Adds option --storage [=] n. * Fixes error in option --handles. * Removed the field-selector extension. Version 2.3.9, April 2012 * Fixes curses build issue. * Documentation updates. Version 2.3.8, April 2012 * Fixes build issues on Solaris and Cygwin. * Adds procedures "rows" and "columns". * Documentation updates. Version 2.3.7, February 2012 * Fixes build issue occuring on some platforms. Version 2.3.6, February 2012 * Source code maintenance. * Documentation updates. Version 2.3.5, December 2011 * Fixes issues in 2.3.4. * Source code maintenance. * Documentation updates. Version 2.3.4, November 2011 * Fixes issues in 2.3.3. * Source code maintenance. * Documentation updates. Version 2.3.3, October 2011 * Adds code clause. * Fixes issues in 2.3.2. * Source code maintenance. * Documentation updates. Version 2.3.2, October 2011 * Fixes issues in 2.3.1. * Source code maintenance. * Documentation updates.
Diffstat (limited to 'lang/algol68g')
-rw-r--r--lang/algol68g/Makefile14
-rw-r--r--lang/algol68g/PLIST6
-rw-r--r--lang/algol68g/distinfo8
3 files changed, 18 insertions, 10 deletions
diff --git a/lang/algol68g/Makefile b/lang/algol68g/Makefile
index 02fad230de5..78ff3f24f4b 100644
--- a/lang/algol68g/Makefile
+++ b/lang/algol68g/Makefile
@@ -1,11 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2011/12/17 10:15:48 sbd Exp $
+# $NetBSD: Makefile,v 1.3 2012/07/03 08:20:25 asau Exp $
#
-DISTNAME= algol68g-2.3.1
-PKGREVISION= 1
+DISTNAME= algol68g-2.4.1
CATEGORIES= lang
MASTER_SITES= http://jmvdveer.home.xs4all.nl/
-EXTRACT_SUFX= .tgz
MAINTAINER= olafs@cs.ru.nl
HOMEPAGE= http://jmvdveer.home.xs4all.nl/algol.html
@@ -14,11 +12,17 @@ LICENSE= gnu-gpl-v3
PKG_DESTDIR_SUPPORT= user-destdir
-GNU_CONFIGURE= yes
USE_LANGUAGES= c
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --docdir=$(PREFIX)/share/doc/$(PKGBASE)
+# Since it ignores configure flag currently, override it through make argument:
+INSTALL_MAKE_FLAGS= docdir=$(PREFIX)/share/doc/$(PKGBASE)
+
+TEST_TARGET= check
.include "options.mk"
+.include "../../devel/readline/buildlink3.mk"
.include "../../math/gsl/buildlink3.mk"
.include "../../mk/termcap.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/lang/algol68g/PLIST b/lang/algol68g/PLIST
index dd7f3a026b9..ae014dfa01a 100644
--- a/lang/algol68g/PLIST
+++ b/lang/algol68g/PLIST
@@ -1,5 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2011/10/11 12:43:50 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.2 2012/07/03 08:20:25 asau Exp $
bin/a68g
include/algol68g/a68g-config.h
include/algol68g/a68g.h
man/man1/a68g.1
+share/doc/algol68g/AUTHORS
+share/doc/algol68g/COPYING
+share/doc/algol68g/NEWS
+share/doc/algol68g/README
diff --git a/lang/algol68g/distinfo b/lang/algol68g/distinfo
index ffa4c7141fa..c428a42fd6f 100644
--- a/lang/algol68g/distinfo
+++ b/lang/algol68g/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2011/10/11 12:43:50 ryoon Exp $
+$NetBSD: distinfo,v 1.2 2012/07/03 08:20:25 asau Exp $
-SHA1 (algol68g-2.3.1.tgz) = df775d65894740293c3972368b40c38d307d9036
-RMD160 (algol68g-2.3.1.tgz) = 551421e265bffb2fe7d8898ae405d1f00d5021a2
-Size (algol68g-2.3.1.tgz) = 503957 bytes
+SHA1 (algol68g-2.4.1.tar.gz) = 53f7efb1254b724693ebfe167131917c09d7aa6d
+RMD160 (algol68g-2.4.1.tar.gz) = e564fcf5a463f1fcc92eac916c95a4ed6a58d517
+Size (algol68g-2.4.1.tar.gz) = 550484 bytes