summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-rw-r--r--lang/Makefile1
-rw-r--r--lang/tinycobol/Makefile57
-rw-r--r--lang/tinycobol/distinfo3
-rw-r--r--lang/tinycobol/files/patch-cobrun_Makefile.in11
-rw-r--r--lang/tinycobol/files/patch-compiler__Makefile.in14
-rw-r--r--lang/tinycobol/files/patch-lib_Makefile.in13
-rw-r--r--lang/tinycobol/files/patch-utils__cobf2f__Makefile.in11
-rw-r--r--lang/tinycobol/pkg-descr8
-rw-r--r--lang/tinycobol/pkg-plist30
10 files changed, 1 insertions, 148 deletions
diff --git a/MOVED b/MOVED
index ca25e93b637c..b30f7139b63c 100644
--- a/MOVED
+++ b/MOVED
@@ -4132,3 +4132,4 @@ devel/libtool15|devel/libtool22|2009-08-02|Update to libtool22
devel/libltdl15|devel/libltdl22|2009-08-02|Update to libltdl22
editors/koffice-i18n-sr@Latn|editors/koffice-i18n-sr_Latn|2009-08-02|Use editors/koffice-i18n-sr_Latn
misc/kde3-i18n-sr@Latn|misc/kde3-i18n-sr_Latn|2009-08-02|Use misc/kde3-i18n-sr_Latn
+lang/tinycobol||2009-08-08|Has expired: no longer being developed; consider using lang/open-cobol instead
diff --git a/lang/Makefile b/lang/Makefile
index 3fcccd09277a..b9fbe6aacc34 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -350,7 +350,6 @@
SUBDIR += tcl86-thread
SUBDIR += tclX
SUBDIR += tcltutor
- SUBDIR += tinycobol
SUBDIR += tinypy
SUBDIR += tolua
SUBDIR += tolua++
diff --git a/lang/tinycobol/Makefile b/lang/tinycobol/Makefile
deleted file mode 100644
index b9410f5495ab..000000000000
--- a/lang/tinycobol/Makefile
+++ /dev/null
@@ -1,57 +0,0 @@
-# New ports collection makefile for: tinycobol
-# Date created: 26 Oct 2000
-# Whom: Patrick Gardella <patrick@freebsd.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= tinycobol
-PORTVERSION= 0.64
-CATEGORIES= lang
-MASTER_SITES= SF/tiny-cobol
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A tiny COBOL compiler for IA32 platforms
-
-BROKEN= Missing htcobol compiler binary
-DEPRECATED= no longer being developed; consider using lang/open-cobol instead
-EXPIRATION_DATE= 2009-07-28
-
-ONLY_FOR_ARCHS= i386
-
-USE_BZIP2= yes
-USE_BDB= 3
-USE_BISON= build
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
-CONFIGURE_ARGS= --with-cobf2f \
- --with-libdb=3 \
- --with-readline
-USE_LDCONFIG= yes
-
-PLIST_SUB= VERSION="${PORTVERSION}"
-
-MANCOMPRESSED= yes
-MAN1= htcobf2f.1 htcobol.1 htcobrun.1
-
-CPPFLAGS= -I${BDB_INCLUDE_DIR} -I${LOCALBASE}/include
-LDFLAGS= -L${BDB_LIB_DIR} -L${LOCALBASE}/lib
-
-post-patch:
- @${FIND} ${WRKSRC} -name "Makefile.in" -print0 | ${XARGS} -0 \
- ${REINPLACE_CMD} -e \
- '/^INSTALL_PROGRAM=/s|=.*|=@INSTALL_PROGRAM@|g ; \
- /cobdir_docdir/s|^|#|g'
-
-post-install:
- @(cd ${WRKSRC}/lib && ${SETENV} ${MAKE_ENV} \
- ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} \
- install-static-libs install-shared-libs)
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/info/*.html ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/info/*.txt ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>
diff --git a/lang/tinycobol/distinfo b/lang/tinycobol/distinfo
deleted file mode 100644
index 6aa1a7cd1b7c..000000000000
--- a/lang/tinycobol/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (tinycobol-0.64.tar.bz2) = c8f4e15f88fbe3d6c7239c3c20811fec
-SHA256 (tinycobol-0.64.tar.bz2) = 90d14ec5e1037a5d1b0ca8ff853a32c457c3116a1a9795906d32ca356957135d
-SIZE (tinycobol-0.64.tar.bz2) = 741132
diff --git a/lang/tinycobol/files/patch-cobrun_Makefile.in b/lang/tinycobol/files/patch-cobrun_Makefile.in
deleted file mode 100644
index 9b29485a276f..000000000000
--- a/lang/tinycobol/files/patch-cobrun_Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- cobrun/Makefile.in.orig 2008-10-30 16:52:49.000000000 +0900
-+++ cobrun/Makefile.in 2008-11-17 21:15:37.000000000 +0900
-@@ -37,7 +37,7 @@
- LIBS1=@htg_ld_args_defaults@
- LIBS2=-L../lib -lhtcobol @htg_ld_args_defaults@
- LDFLAGS=@LDFLAGS@
--CCXFLAGS=${INCLUDES}
-+CCXFLAGS=${INCLUDES} @CPPFLAGS@ @CFLAGS@
-
- SRC01 = htcobrun.c
-
diff --git a/lang/tinycobol/files/patch-compiler__Makefile.in b/lang/tinycobol/files/patch-compiler__Makefile.in
deleted file mode 100644
index b88121837656..000000000000
--- a/lang/tinycobol/files/patch-compiler__Makefile.in
+++ /dev/null
@@ -1,14 +0,0 @@
---- compiler/Makefile.in.orig 2008-10-30 16:52:49.000000000 +0900
-+++ compiler/Makefile.in 2008-11-17 21:18:06.000000000 +0900
-@@ -38,9 +38,9 @@
- # -DDEBUG_COMPILER -DDEBUG_SCANNER
- #
- INCLUDES=@INCLUDES@
--CCXFLAGS=${INCLUDES} @CCXFLAGS@ -Wall -pedantic -Wno-long-long
-+CCXFLAGS=${INCLUDES} @CCXFLAGS@ @CPPFLAGS@ @CFLAGS@ -Wall -pedantic -Wno-long-long
- #CCXFLAGS1=${INCLUDES} @CCXFLAGS@
--CCXFLAGS1=${INCLUDES}
-+CCXFLAGS1=${INCLUDES} @CPPFLAGS@ @CFLAGS@
- LIBS=@LIBS@
- LDFLAGS=@LDFLAGS@
-
diff --git a/lang/tinycobol/files/patch-lib_Makefile.in b/lang/tinycobol/files/patch-lib_Makefile.in
deleted file mode 100644
index 3e4305927fce..000000000000
--- a/lang/tinycobol/files/patch-lib_Makefile.in
+++ /dev/null
@@ -1,13 +0,0 @@
---- lib/Makefile.in.orig 2008-10-30 16:52:50.000000000 +0900
-+++ lib/Makefile.in 2008-11-17 21:16:30.000000000 +0900
-@@ -36,8 +36,8 @@
- INCLUDES=@INCLUDES@
- LIBS=@htg_ld_args_defaults@
- LDFLAGS=@LDFLAGS@
--CCXFLAGS=${INCLUDES} @CCXFLAGS@ -Wall
--CCXFLAGS1=${INCLUDES} @CCXFLAGS@ -Wall -fPIC -DPIC
-+CCXFLAGS=${INCLUDES} @CCXFLAGS@ @CPPFLAGS@ @CFLAGS@ -Wall
-+CCXFLAGS1=${INCLUDES} @CCXFLAGS@ @CPPFLAGS@ @CFLAGS@ -Wall -fPIC -DPIC
- ACXFLAGS=@ACXFLAGS@
-
- #
diff --git a/lang/tinycobol/files/patch-utils__cobf2f__Makefile.in b/lang/tinycobol/files/patch-utils__cobf2f__Makefile.in
deleted file mode 100644
index 3dbc7faab5db..000000000000
--- a/lang/tinycobol/files/patch-utils__cobf2f__Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- utils/cobf2f/Makefile.in.orig 2008-10-30 16:52:55.000000000 +0900
-+++ utils/cobf2f/Makefile.in 2008-11-17 21:34:00.000000000 +0900
-@@ -29,7 +29,7 @@
-
- #
- INCLUDES= -I. -I../../
--CCXFLAGS=${INCLUDES} @CCXFLAGS@
-+CCXFLAGS=${INCLUDES} @CCXFLAGS@ @CPPFLAGS@ @CFLAGS@
- LIBS=@LIBS@
- LDFLAGS=@LDFLAGS@
-
diff --git a/lang/tinycobol/pkg-descr b/lang/tinycobol/pkg-descr
deleted file mode 100644
index 74e96aae79a5..000000000000
--- a/lang/tinycobol/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-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
deleted file mode 100644
index f14c44f6e9b6..000000000000
--- a/lang/tinycobol/pkg-plist
+++ /dev/null
@@ -1,30 +0,0 @@
-bin/htcobf2f
-bin/htcobol
-bin/htcobrun
-lib/libhtcobol.a
-lib/libhtcobol.so
-lib/libhtcobol.so.0
-lib/libhtcobol.so.%%VERSION%%.0
-%%PORTDOCS%%%%DOCSDIR%%/Comments.old.txt
-%%PORTDOCS%%%%DOCSDIR%%/Compiler-Overview.txt
-%%PORTDOCS%%%%DOCSDIR%%/GAS.asm-i386.Info.txt
-%%PORTDOCS%%%%DOCSDIR%%/ProgramHeaders.Info.txt
-%%PORTDOCS%%%%DOCSDIR%%/VarStructure.Info.txt
-%%PORTDOCS%%%%DOCSDIR%%/compiler-design-future.txt
-%%PORTDOCS%%%%DOCSDIR%%/htcobf2f.html
-%%PORTDOCS%%%%DOCSDIR%%/htcobf2f_en.html
-%%PORTDOCS%%%%DOCSDIR%%/htcobf2f_en.txt
-%%PORTDOCS%%%%DOCSDIR%%/htcobol.html
-%%PORTDOCS%%%%DOCSDIR%%/htcobol_en.html
-%%PORTDOCS%%%%DOCSDIR%%/htcobol_en.txt
-%%PORTDOCS%%%%DOCSDIR%%/htcobol_es.txt
-%%PORTDOCS%%%%DOCSDIR%%/htcobol_fr.txt
-%%PORTDOCS%%%%DOCSDIR%%/htcobol_it.txt
-%%PORTDOCS%%%%DOCSDIR%%/htcobol_pt_BR.txt
-%%PORTDOCS%%%%DOCSDIR%%/htcobrun.html
-%%PORTDOCS%%%%DOCSDIR%%/htcobrun_en.html
-%%PORTDOCS%%%%DOCSDIR%%/htcobrun_en.txt
-share/htcobol/htcobolrc
-share/htcobol/htrtconf
-@dirrm share/htcobol
-%%PORTDOCS%%@dirrm %%DOCSDIR%%