summaryrefslogtreecommitdiff
path: root/lang/open-cobol-devel
diff options
context:
space:
mode:
Diffstat (limited to 'lang/open-cobol-devel')
-rw-r--r--lang/open-cobol-devel/Makefile56
-rw-r--r--lang/open-cobol-devel/distinfo3
-rw-r--r--lang/open-cobol-devel/files/patch-cobc::cobc.c11
-rw-r--r--lang/open-cobol-devel/files/patch-libcob::screenio.c10
-rw-r--r--lang/open-cobol-devel/files/patch-tests_atlocal.in11
-rw-r--r--lang/open-cobol-devel/pkg-descr4
-rw-r--r--lang/open-cobol-devel/pkg-plist29
7 files changed, 0 insertions, 124 deletions
diff --git a/lang/open-cobol-devel/Makefile b/lang/open-cobol-devel/Makefile
deleted file mode 100644
index ecd4e6624d2e..000000000000
--- a/lang/open-cobol-devel/Makefile
+++ /dev/null
@@ -1,56 +0,0 @@
-# ex:ts=8
-# Ports collection makefile for: open-cobol
-# Date created: Aug 6, 2002
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= open-cobol
-PORTVERSION= 0.32
-PORTREVISION= 2
-CATEGORIES= lang
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= An open-source COBOL compiler
-
-LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4
-
-USE_GETOPT_LONG=yes
-USE_AUTOTOOLS= libltdl:15
-GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
-USE_LDCONFIG= yes
-
-INFO= open-cobol
-
-CPPFLAGS= -I${LOCALBASE}/include
-LDFLAGS= -L${LOCALBASE}/lib
-
-.if defined(WITHOUT_NLS)
-CONFIGURE_ARGS+= --disable-nls
-PLIST_SUB+= NLS="@comment "
-.else
-USE_GETTEXT= yes
-PLIST_SUB+= NLS=""
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|__gmp_rand|__gmpz_init|g' \
- ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's|^SUBDIRS = lib |SUBDIRS = |g' \
- ${WRKSRC}/Makefile.in
- @${REINPLACE_CMD} -e 's|$$(top_builddir)/lib/libsupport\.a||g' \
- ${WRKSRC}/cobc/Makefile.in
-
-.if defined(MAINTAINER_MODE)
-test: build
- (cd ${WRKSRC}/tests; \
- ./syntax; \
- ./run)
-.endif
-
-.include <bsd.port.mk>
diff --git a/lang/open-cobol-devel/distinfo b/lang/open-cobol-devel/distinfo
deleted file mode 100644
index a3324c6b5202..000000000000
--- a/lang/open-cobol-devel/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (open-cobol-0.32.tar.gz) = 9ffc3b75eca988e40206b3e310bba635
-SHA256 (open-cobol-0.32.tar.gz) = ede55ad33a5d8776c994a668b77716f0fddba23011263a07073ffff0c0c38fc9
-SIZE (open-cobol-0.32.tar.gz) = 768635
diff --git a/lang/open-cobol-devel/files/patch-cobc::cobc.c b/lang/open-cobol-devel/files/patch-cobc::cobc.c
deleted file mode 100644
index d1809c280868..000000000000
--- a/lang/open-cobol-devel/files/patch-cobc::cobc.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- cobc/cobc.c.orig Thu Jun 5 09:02:15 2003
-+++ cobc/cobc.c Sun Apr 4 00:32:21 2004
-@@ -36,7 +36,7 @@
-
- #include "cobc.h"
- #include "tree.h"
--#include "lib/getopt.h"
-+#include <getopt.h>
-
-
- /*
diff --git a/lang/open-cobol-devel/files/patch-libcob::screenio.c b/lang/open-cobol-devel/files/patch-libcob::screenio.c
deleted file mode 100644
index 727acf12811c..000000000000
--- a/lang/open-cobol-devel/files/patch-libcob::screenio.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- libcob/screenio.c.orig Fri Mar 12 13:41:58 2004
-+++ libcob/screenio.c Wed Nov 24 02:43:30 2004
-@@ -19,6 +19,7 @@
-
- #include "config.h"
-
-+#include <stdio.h>
- #include <string.h>
-
- #if HAVE_NCURSES_H
diff --git a/lang/open-cobol-devel/files/patch-tests_atlocal.in b/lang/open-cobol-devel/files/patch-tests_atlocal.in
deleted file mode 100644
index e902d53ba8b2..000000000000
--- a/lang/open-cobol-devel/files/patch-tests_atlocal.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- tests/atlocal.in.orig Tue May 3 11:31:14 2005
-+++ tests/atlocal.in Sat May 14 18:24:52 2005
-@@ -10,7 +10,7 @@
- COMPILE_ONLY="${COBC} -fsyntax-only ${FLAGS}"
- COMPILE_MODULE="${COBC} -m ${FLAGS}"
-
--export COB_CFLAGS="-I${abs_top_srcdir}"
-+export COB_CFLAGS="-I${abs_top_srcdir} -I@prefix@/include"
- export COB_LIBS="-L${abs_top_builddir}/libcob/.libs -lcob @LIBCOB_LIBS@"
- export COB_CONFIG_DIR="${abs_top_srcdir}/config"
- export LD_LIBRARY_PATH="${abs_top_builddir}/libcob/.libs"
diff --git a/lang/open-cobol-devel/pkg-descr b/lang/open-cobol-devel/pkg-descr
deleted file mode 100644
index d07914e0091b..000000000000
--- a/lang/open-cobol-devel/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-OpenCOBOL is an open-source COBOL compiler, which translates COBOL programs
-o C code and compiles it using GCC.
-
-WWW: http://www.opencobol.org/
diff --git a/lang/open-cobol-devel/pkg-plist b/lang/open-cobol-devel/pkg-plist
deleted file mode 100644
index e080fce6494e..000000000000
--- a/lang/open-cobol-devel/pkg-plist
+++ /dev/null
@@ -1,29 +0,0 @@
-bin/cob-config
-bin/cobc
-bin/cobcrun
-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
-lib/libcob.a
-lib/libcob.la
-lib/libcob.so
-lib/libcob.so.1
-%%NLS%%share/locale/ja/LC_MESSAGES/open-cobol.mo
-%%DATADIR%%/config/cobol2002.conf
-%%DATADIR%%/config/cobol85.conf
-%%DATADIR%%/config/default.conf
-%%DATADIR%%/config/ibm.conf
-%%DATADIR%%/config/mf.conf
-%%DATADIR%%/config/mvs.conf
-%%DATADIR%%/config/v023.conf
-@dirrm %%DATADIR%%/config
-@dirrm %%DATADIR%%
-@dirrm include/libcob