From 9c5132ff234b2daac64723bf6f91327e3cc9834f Mon Sep 17 00:00:00 2001 From: jwise Date: Sun, 31 Jan 1999 03:47:27 +0000 Subject: p2c, a Pascal-to-C translator --- lang/p2c/pkg/COMMENT | 1 + lang/p2c/pkg/DESCR | 4 ++++ lang/p2c/pkg/PLIST | 13 +++++++++++++ 3 files changed, 18 insertions(+) create mode 100644 lang/p2c/pkg/COMMENT create mode 100644 lang/p2c/pkg/DESCR create mode 100644 lang/p2c/pkg/PLIST (limited to 'lang/p2c/pkg') 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 -- cgit v1.2.3