open-cobol-0.31, a COBOL compiler

for my buddy dave, the best COBOL programmer in the world
This commit is contained in:
jcs 2005-04-27 03:32:15 +00:00
parent 09e0e661d8
commit f74a1e7bfc
5 changed files with 70 additions and 0 deletions

29
lang/open-cobol/Makefile Normal file
View File

@ -0,0 +1,29 @@
# $OpenBSD: Makefile,v 1.1.1.1 2005/04/27 03:32:15 jcs Exp $
COMMENT= "open source COBOL compiler"
DISTNAME= open-cobol-0.31
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=open-cobol/}
HOMEPAGE= http://open-cobol.sourceforge.net/
# gpl/lgpl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
LIB_DEPENDS= ltdl.4::devel/libtool \
gmp.6::devel/gmp
MODULES= gettext
WANTLIB= c m ncurses
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
CFLAGS="-I${LOCALBASE}/include" \
CPPFLAGS="-I${LOCALBASE}/include"
.include <bsd.port.mk>

4
lang/open-cobol/distinfo Normal file
View File

@ -0,0 +1,4 @@
MD5 (open-cobol-0.31.tar.gz) = 18aeeb41595c3e03b2c315a5c12d5ee6
RMD160 (open-cobol-0.31.tar.gz) = 8e4841ba7ed6310de3321f50350ccdebdadf6864
SHA1 (open-cobol-0.31.tar.gz) = 167aff5d221c3206fa796c2e847d5643f8846fd9
SIZE (open-cobol-0.31.tar.gz) = 751754

View File

@ -0,0 +1,2 @@
OpenCOBOL is an open-source COBOL compiler, which translates COBOL
programs to C code and compiles it using GCC.

View File

@ -0,0 +1,2 @@
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2005/04/27 03:32:15 jcs Exp $
@lib lib/libcob.so.1.0

33
lang/open-cobol/pkg/PLIST Normal file
View File

@ -0,0 +1,33 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/04/27 03:32:15 jcs Exp $
%%SHARED%%
bin/cob-config
bin/cobc
bin/cobcrun
include/libcob/
include/libcob.h
include/libcob/byteswap.h
include/libcob/call.h
include/libcob/common.h
include/libcob/exception.def
include/libcob/fileio.h
include/libcob/move.h
include/libcob/numeric.h
include/libcob/screenio.h
include/libcob/strings.h
include/libcob/termio.h
@info info/open-cobol.info
lib/libcob.a
lib/libcob.la
share/locale/
share/locale/ja/
share/locale/ja/LC_MESSAGES/
share/locale/ja/LC_MESSAGES/open-cobol.mo
share/open-cobol/
share/open-cobol/config/
share/open-cobol/config/cobol2002.conf
share/open-cobol/config/cobol85.conf
share/open-cobol/config/default.conf
share/open-cobol/config/ibm.conf
share/open-cobol/config/mf.conf
share/open-cobol/config/mvs.conf
share/open-cobol/config/v023.conf