diff options
author | Patrick S. Gardella <patrick@FreeBSD.org> | 2000-10-26 15:36:48 +0000 |
---|---|---|
committer | Patrick S. Gardella <patrick@FreeBSD.org> | 2000-10-26 15:36:48 +0000 |
commit | 423ab5fb5abd9e0876d74aeab78dc7c291979c0a (patch) | |
tree | 8c54af6cee7e3744aea8e3db4dfef37e7c45731c /lang/tinycobol | |
parent | 9d40c72ae0b29a02465dd300518b89a2baf06483 (diff) | |
download | ports-423ab5fb5abd9e0876d74aeab78dc7c291979c0a.tar.gz ports-423ab5fb5abd9e0876d74aeab78dc7c291979c0a.zip |
Notes
Diffstat (limited to 'lang/tinycobol')
-rw-r--r-- | lang/tinycobol/Makefile | 36 | ||||
-rw-r--r-- | lang/tinycobol/distinfo | 1 | ||||
-rw-r--r-- | lang/tinycobol/pkg-comment | 1 | ||||
-rw-r--r-- | lang/tinycobol/pkg-descr | 8 | ||||
-rw-r--r-- | lang/tinycobol/pkg-plist | 12 |
5 files changed, 58 insertions, 0 deletions
diff --git a/lang/tinycobol/Makefile b/lang/tinycobol/Makefile new file mode 100644 index 000000000000..14753fc09781 --- /dev/null +++ b/lang/tinycobol/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: tinycobol +# Date created: 26 Oct 2000 +# Whom: Patrick Gardella <patrick@freebsd.org> +# +# $FreeBSD$ +# + +PORTNAME= tinycobol +PORTVERSION= 0.3 +CATEGORIES= lang +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= tiny-cobol + +MAINTAINER= patrick@freebsd.org + +LIB_DEPENDS= db2.0:${PORTSDIR}/databases/db + +ONLY_FOR_ARCHS= i386 +HAS_CONFIGURE= yes +USE_GMAKE= yes + +CONFIGURE_ARGS= "--with-readline" +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib ${LDFLAGS}" + +pre-build: + ${CP} ${FILESDIR}/getopt.h ${WRKSRC} + +pre-install: + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/tinycobol + ${INSTALL_DATA} ${WRKSRC}/info/*.txt ${PREFIX}/share/doc/tinycobol +.endif + +.include <bsd.port.mk> diff --git a/lang/tinycobol/distinfo b/lang/tinycobol/distinfo new file mode 100644 index 000000000000..921e0dd3c104 --- /dev/null +++ b/lang/tinycobol/distinfo @@ -0,0 +1 @@ +MD5 (tinycobol-0.3.tar.gz) = 2bb061442b3c9080c7c80f9ade0c5823 diff --git a/lang/tinycobol/pkg-comment b/lang/tinycobol/pkg-comment new file mode 100644 index 000000000000..af4eb946979f --- /dev/null +++ b/lang/tinycobol/pkg-comment @@ -0,0 +1 @@ +A tiny COBOL compiler for IA32 platforms diff --git a/lang/tinycobol/pkg-descr b/lang/tinycobol/pkg-descr new file mode 100644 index 000000000000..74e96aae79a5 --- /dev/null +++ b/lang/tinycobol/pkg-descr @@ -0,0 +1,8 @@ +TinyCOBOL is a COBOL compiler for use with the GNU gcc package. +It generates GNU assembler code, and then links it into an executable +binary. The long term goal is to comply with the COBOL 85 standard. + +WWW: http://tiny-cobol.sourceforge.net/ + +- patrick +patrick@freebsd.org diff --git a/lang/tinycobol/pkg-plist b/lang/tinycobol/pkg-plist new file mode 100644 index 000000000000..89545b607227 --- /dev/null +++ b/lang/tinycobol/pkg-plist @@ -0,0 +1,12 @@ +bin/htcobol +bin/htcobpp +lib/libhtcobol.a +share/htcobol/cobopt +@dirrm share/htcobol +share/doc/tinycobol/Comments.old.txt +share/doc/tinycobol/ProgramHeaders.Info.txt +share/doc/tinycobol/Compiler-Overview.txt +share/doc/tinycobol/VarStructure.Info.txt +share/doc/tinycobol/GAS.asm-i386.Info.txt +share/doc/tinycobol/compiler-design-future.txt +@dirrm share/doc/tinycobol |