Commit graph

4 commits

Author SHA1 Message Date
joerg
62d1ba2bac Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
obache
4c5692ea3f Update cdl3 to 1.2.7.
Provided by MAINTAINER, Jaap Boender in PR 35941.

ChangeLog:
2006-01  M. Seutter
 * Bumped version to 1.2.7
 * ANSI-fied code of runtime system and prepared for WIN32 port
 * Finished MS VC++ 6.0 port


2004-12-10  Marco van Zwetselaar

 * Added autogen.sh as a convenience for maintainers.  It invokes the
   autotools machinery and should be called right after pulling cdl3
   from CVS, or whenever a Makefile.am or configure.in changes
 * Updated the README, INSTALL, NEWS, TODO and AUTHORS files
 * Added .cvsignore files in several places
 * Fixed various Makefile.ams to get rid of cruft
 * configure.in
   - bumped version to 1.2.6
 * man pages
   - moved man N stuff to man 7 as per File Hierarchy Standard
   - use the autotools man_MANS mechanism
   - man.{1,3} pages now get generated from man.{1,3}.in
 * examples
   - Makefile.example now gets generated from Makefile.example.in
2007-03-18 15:12:37 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
minskim
b5b4c5dd2e 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.
2004-07-23 02:04:23 +00:00