diff options
author | obache <obache@pkgsrc.org> | 2007-03-18 15:12:37 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-03-18 15:12:37 +0000 |
commit | 4c5692ea3fb2707c588aa169782b9664935fa034 (patch) | |
tree | 72911ec1cf31874f1422e8b7fd79881c076b9ce9 /lang/cdl3/PLIST | |
parent | 739825cf068dc976c550580ef7cf11e3d204903f (diff) | |
download | pkgsrc-4c5692ea3fb2707c588aa169782b9664935fa034.tar.gz |
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
Diffstat (limited to 'lang/cdl3/PLIST')
-rw-r--r-- | lang/cdl3/PLIST | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/lang/cdl3/PLIST b/lang/cdl3/PLIST index eac71f33416..47e9e96e435 100644 --- a/lang/cdl3/PLIST +++ b/lang/cdl3/PLIST @@ -1,8 +1,10 @@ -@comment $NetBSD: PLIST,v 1.2 2004/09/22 08:09:39 jlam Exp $ +@comment $NetBSD: PLIST,v 1.3 2007/03/18 15:12:37 obache Exp $ bin/cdlc -include/cdl3rts.h -include/predef.h -include/predef.k3 +share/cdl3/include/cdl3rts.h +share/cdl3/include/predef.h +share/cdl3/include/predef.k3 +share/cdl3/examples/Makefile.example +share/cdl3/examples/hello.k3 lib/libcdlrts.la man/man1/cdlc.1 man/man3/cdl-converting.3 @@ -14,7 +16,9 @@ man/man3/cdl-output.3 man/man3/cdl-string.3 man/man3/cdl-system.3 man/man3/cdlrts.3 -man/mann/cdl-fubar-transient.n -man/mann/cdlfubar.n -share/doc/cdl3/cdl3-manual-${PKGVERSION}.ps -@dirrm share/doc/cdl3 +man/man7/cdl-fubar-transient.7 +man/man7/cdlfubar.7 +share/cdl3/doc/cdl3-manual-${PKGVERSION}.ps +@dirrm share/cdl3/include +@dirrm share/cdl3/doc +@dirrm share/cdl3/examples |