diff options
author | jwise <jwise@pkgsrc.org> | 1999-01-31 03:47:27 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 1999-01-31 03:47:27 +0000 |
commit | 9c5132ff234b2daac64723bf6f91327e3cc9834f (patch) | |
tree | 154949b3b1cd0ee3f66fe7437c945f4fcc949984 /lang/p2c/pkg | |
parent | 3f80b0b809923908468a4a0a29948f6536776160 (diff) | |
download | pkgsrc-9c5132ff234b2daac64723bf6f91327e3cc9834f.tar.gz |
p2c, a Pascal-to-C translator
Diffstat (limited to 'lang/p2c/pkg')
-rw-r--r-- | lang/p2c/pkg/COMMENT | 1 | ||||
-rw-r--r-- | lang/p2c/pkg/DESCR | 4 | ||||
-rw-r--r-- | lang/p2c/pkg/PLIST | 13 |
3 files changed, 18 insertions, 0 deletions
diff --git a/lang/p2c/pkg/COMMENT b/lang/p2c/pkg/COMMENT new file mode 100644 index 00000000000..25337e8a843 --- /dev/null +++ b/lang/p2c/pkg/COMMENT @@ -0,0 +1 @@ +Pascal to C compiler (translates Pascal to C). diff --git a/lang/p2c/pkg/DESCR b/lang/p2c/pkg/DESCR new file mode 100644 index 00000000000..b787dd6fb3c --- /dev/null +++ b/lang/p2c/pkg/DESCR @@ -0,0 +1,4 @@ +p2c is a Pascal to C compiler (translates Pascal to C). + +p2c includes limited support for translating Borland TurboPascal +and modula-2 programs diff --git a/lang/p2c/pkg/PLIST b/lang/p2c/pkg/PLIST new file mode 100644 index 00000000000..a8374a99b7e --- /dev/null +++ b/lang/p2c/pkg/PLIST @@ -0,0 +1,13 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/01/31 03:47:27 jwise Exp $ +bin/p2c +lib/libp2c.a +man/man1/p2c.1 +include/p2c/p2c.h +libdata/p2c/p2crc +libdata/p2c/loc.p2crc +libdata/p2c/system.imp +libdata/p2c/system.m2 +libdata/p2c/turbo.imp +libdata/p2c/string.pas +@dirrm include/p2c +@dirrm libdata/p2c |