pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/eag Import eag, provided by Jaap Boender in PR pk...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7b9aaad2124f
branches:  trunk
changeset: 475512:7b9aaad2124f
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon May 17 18:39:05 2004 +0000

description:
Import eag, provided by Jaap Boender in PR pkg/22795 and modified by me.

Extended Affix Grammars (EAG) are an attempt to implement a very
general form of Affix Grammars, with very few restrictions.  EAG can
be used as a specification formalism, specifying in general relations
rather than functions, or as a relational programming language similar
in many respects to PROLOG.

diffstat:

 lang/eag/DESCR            |   5 +++
 lang/eag/Makefile         |  19 ++++++++++++++
 lang/eag/PLIST            |  61 +++++++++++++++++++++++++++++++++++++++++++++++
 lang/eag/distinfo         |   5 +++
 lang/eag/patches/patch-aa |  13 ++++++++++
 5 files changed, 103 insertions(+), 0 deletions(-)

diffs (123 lines):

diff -r 7b94d9b384bf -r 7b9aaad2124f lang/eag/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/eag/DESCR    Mon May 17 18:39:05 2004 +0000
@@ -0,0 +1,5 @@
+Extended Affix Grammars (EAG) are an attempt to implement a very
+general form of Affix Grammars, with very few restrictions.  EAG can
+be used as a specification formalism, specifying in general relations
+rather than functions, or as a relational programming language similar
+in many respects to PROLOG.
diff -r 7b94d9b384bf -r 7b9aaad2124f lang/eag/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/eag/Makefile Mon May 17 18:39:05 2004 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/05/17 18:39:05 minskim Exp $
+
+DISTNAME=              eag-2.3
+CATEGORIES=            lang
+MASTER_SITES=          ftp://ftp.cs.kun.nl/pub/eag/
+EXTRACT_SUFX=          .tgz
+
+MAINTAINER=            jaapboen%sci.kun.nl@localhost
+HOMEPAGE=              http://www.cs.kun.nl/~kees/eag/
+COMMENT=               Transducer generator using affix grammars
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
+USE_BUILDLINK3=                yes
+USE_X11=               yes
+USE_LIBTOOL=           yes
+GNU_CONFIGURE=         yes
+
+.include "../../mk/bsd.pkg.mk"
diff -r 7b94d9b384bf -r 7b9aaad2124f lang/eag/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/eag/PLIST    Mon May 17 18:39:05 2004 +0000
@@ -0,0 +1,61 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/05/17 18:39:05 minskim Exp $
+bin/eag-compile
+bin/eag-skel
+bin/eagcc
+bin/eagccl
+bin/eaged
+bin/eagedl
+include/alib.eag
+include/eag_buildtree.h
+include/eag_c_interface.h
+include/eag_ds.h
+include/eag_init.h
+include/eag_misc.h
+include/eag_nodeinfo.h
+include/eag_propagate.h
+include/eag_stddefs.eag
+include/eag_stddefs.h
+include/eag_textparsing.h
+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
+include/ebs_value.h
+include/edt_cpmerge.h
+include/edt_edit_ds.h
+include/edt_editmain.h
+include/edt_editorparsing.h
+include/edt_initedit.h
+include/edt_templates.h
+include/edt_unparser.h
+lib/libXedt.a
+lib/libXedt.la
+lib/libXedt.so
+lib/libXedt.so.2
+lib/libXedt.so.2.3
+lib/libalib.a
+lib/libalib.la
+lib/libalib.so
+lib/libalib.so.2
+lib/libalib.so.2.3
+lib/libeag.a
+lib/libeag.la
+lib/libeag.so
+lib/libeag.so.2
+lib/libeag.so.2.3
+lib/libebs.a
+lib/libebs.la
+lib/libebs.so
+lib/libebs.so.2
+lib/libebs.so.2.3
+lib/libedt.a
+lib/libedt.la
+lib/libedt.so
+lib/libedt.so.2
+lib/libedt.so.2.3
+share/doc/eag/eag-manual-${PKGVERSION}.ps
+@dirrm share/doc/eag
diff -r 7b94d9b384bf -r 7b9aaad2124f lang/eag/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/eag/distinfo Mon May 17 18:39:05 2004 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/05/17 18:39:05 minskim Exp $
+
+SHA1 (eag-2.3.tgz) = 82bc143ea94113c4ba5411e607d288bcc0dec3e2
+Size (eag-2.3.tgz) = 498186 bytes
+SHA1 (patch-aa) = 657c556109d087a66e2dc854e23611ff5cfe4d8c
diff -r 7b94d9b384bf -r 7b9aaad2124f lang/eag/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/eag/patches/patch-aa Mon May 17 18:39:05 2004 +0000
@@ -0,0 +1,13 @@
+$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 \



Home | Main Index | Thread Index | Old Index