From 407631f0cbd2a445ab067025473283e5651bc5c4 Mon Sep 17 00:00:00 2001 From: minskim Date: Fri, 23 Jul 2004 02:04:23 +0000 Subject: Import cdl3 from pkgsrc-wip. Provided by Jaap Boender in PR pkg/22794. CDL3 is a programming language, based on Affix Grammars, intended for the development of compilers and other complicated pieces of software that can be implemented as syntax-directed transducers. --- lang/cdl3/patches/patch-aa | 11 +++++++++++ lang/cdl3/patches/patch-ab | 13 +++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 lang/cdl3/patches/patch-aa create mode 100644 lang/cdl3/patches/patch-ab (limited to 'lang/cdl3/patches') diff --git a/lang/cdl3/patches/patch-aa b/lang/cdl3/patches/patch-aa new file mode 100644 index 00000000000..25fc2522c2a --- /dev/null +++ b/lang/cdl3/patches/patch-aa @@ -0,0 +1,11 @@ +$NetBSD: patch-aa,v 1.1.1.1 2004/07/23 02:04:23 minskim Exp $ + +--- docs/Makefile.am.orig Mon Jan 28 15:06:53 2002 ++++ docs/Makefile.am +@@ -1,5 +1,5 @@ + ## Process this file with automake to produce Makefile.in +-docdir = $(prefix)/doc ++docdir = $(prefix)/share/cdl3/doc + doc_DATA = $(PACKAGE)-manual-$(VERSION).ps + + SUBDIRS = tek diff --git a/lang/cdl3/patches/patch-ab b/lang/cdl3/patches/patch-ab new file mode 100644 index 00000000000..bfc97473e64 --- /dev/null +++ b/lang/cdl3/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1.1.1 2004/07/23 02:04:23 minskim Exp $ + +--- docs/Makefile.in.orig Sun Sep 14 15:33:36 2003 ++++ docs/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/cdl3 + doc_DATA = $(PACKAGE)-manual-$(VERSION).ps + + SUBDIRS = tek -- cgit v1.2.3