diff options
author | jaapb <jaapb> | 2013-04-03 13:26:44 +0000 |
---|---|---|
committer | jaapb <jaapb> | 2013-04-03 13:26:44 +0000 |
commit | 7ccff8113a4199981bddf1197111da133d46ec82 (patch) | |
tree | 12b83c24ca4d8155f605e4c2cf35e7c180cf5184 | |
parent | daff1c587d8e60d6e8612eb763f40083cae5f915 (diff) | |
download | pkgsrc-7ccff8113a4199981bddf1197111da133d46ec82.tar.gz |
Updated package to version 2.6. Added license (eag-license). Upstream changes
include:
- Source code now under CVS control at twoquid.cs.kun.nl:/home/cvs
- Made the compilation of syntax directed editor support conditional
- Preparing for Win2K port
- Layout update
- Addition of real affix values
- Prepating for WIN32 port with VC7.1
Dedicated to Kees Koster (1943-2013).
-rw-r--r-- | lang/eag/Makefile | 9 | ||||
-rw-r--r-- | lang/eag/PLIST | 3 | ||||
-rw-r--r-- | lang/eag/distinfo | 10 | ||||
-rw-r--r-- | lang/eag/patches/patch-aa | 13 | ||||
-rw-r--r-- | lang/eag/patches/patch-doc_Makefile.in | 14 |
5 files changed, 25 insertions, 24 deletions
diff --git a/lang/eag/Makefile b/lang/eag/Makefile index 560a06884e7..188b0929cc3 100644 --- a/lang/eag/Makefile +++ b/lang/eag/Makefile @@ -1,19 +1,20 @@ -# $NetBSD: Makefile,v 1.12 2012/10/02 20:11:38 asau Exp $ +# $NetBSD: Makefile,v 1.13 2013/04/03 13:26:44 jaapb Exp $ -DISTNAME= eag-2.3 -PKGREVISION= 3 +DISTNAME= eag-2.6 CATEGORIES= lang MASTER_SITES= ftp://ftp.cs.ru.nl/pub/eag/ EXTRACT_SUFX= .tgz -MAINTAINER= jaapb@kerguelen.org +MAINTAINER= jaapb@NetBSD.org HOMEPAGE= http://www.cs.ru.nl/~kees/eag/ COMMENT= Transducer generator using affix grammars +LICENSE= eag-license PKG_INSTALLATION_TYPES= overwrite pkgviews USE_LIBTOOL= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --docdir ${PREFIX}/share/doc/eag .include "../../mk/bsd.prefs.mk" diff --git a/lang/eag/PLIST b/lang/eag/PLIST index 8ef9271f331..bbf60bd2675 100644 --- a/lang/eag/PLIST +++ b/lang/eag/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:03:30 joerg Exp $ +@comment $NetBSD: PLIST,v 1.4 2013/04/03 13:26:44 jaapb Exp $ bin/eag-compile bin/eag-skel bin/eagcc @@ -20,7 +20,6 @@ include/eag_trace.h include/ebs_bst.h include/ebs_cst.h include/ebs_error.h -include/ebs_global.h include/ebs_lexds.h include/ebs_memalloc.h include/ebs_textstorage.h diff --git a/lang/eag/distinfo b/lang/eag/distinfo index 8f7d031c5ef..9a73bbda30b 100644 --- a/lang/eag/distinfo +++ b/lang/eag/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2005/02/24 09:03:06 agc Exp $ +$NetBSD: distinfo,v 1.3 2013/04/03 13:26:44 jaapb Exp $ -SHA1 (eag-2.3.tgz) = 82bc143ea94113c4ba5411e607d288bcc0dec3e2 -RMD160 (eag-2.3.tgz) = 83dde8a45925060b24a22d2efeb199448e2b06d6 -Size (eag-2.3.tgz) = 498186 bytes -SHA1 (patch-aa) = 657c556109d087a66e2dc854e23611ff5cfe4d8c +SHA1 (eag-2.6.tgz) = 371e5a953d4b7f82346aac5dda6a6285a00c21c2 +RMD160 (eag-2.6.tgz) = d583cb0d25b4b96dc211bee9be266ee3f7f7ac72 +Size (eag-2.6.tgz) = 660555 bytes +SHA1 (patch-doc_Makefile.in) = dcbbd30b15cd40f0215fd424bef263b0ed9dd112 diff --git a/lang/eag/patches/patch-aa b/lang/eag/patches/patch-aa deleted file mode 100644 index 75c838ae4fd..00000000000 --- a/lang/eag/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2004/05/17 18:39:05 minskim Exp $ - ---- doc/Makefile.in.orig Sun Sep 14 14:40:13 2003 -+++ doc/Makefile.in -@@ -83,7 +83,7 @@ am__include = @am__include@ - am__quote = @am__quote@ - install_sh = @install_sh@ - --docdir = $(prefix)/doc -+docdir = $(prefix)/share/doc/eag - doc_DATA = $(PACKAGE)-manual-$(VERSION).ps - - EXTRA_DIST = book.ps \ diff --git a/lang/eag/patches/patch-doc_Makefile.in b/lang/eag/patches/patch-doc_Makefile.in new file mode 100644 index 00000000000..788b9a6b6f6 --- /dev/null +++ b/lang/eag/patches/patch-doc_Makefile.in @@ -0,0 +1,14 @@ +$NetBSD: patch-doc_Makefile.in,v 1.1 2013/04/03 13:26:44 jaapb Exp $ + +Install documents in proper directory +--- doc/Makefile.in.orig 2009-09-30 10:22:10.000000000 +0000 ++++ doc/Makefile.in +@@ -135,7 +135,7 @@ build_vendor = @build_vendor@ + builddir = @builddir@ + datadir = @datadir@ + datarootdir = @datarootdir@ +-docdir = $(prefix)/doc ++docdir = @docdir@ + dvidir = @dvidir@ + exec_prefix = @exec_prefix@ + host = @host@ |