Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/languages
In directory sc8-pr-cvs1:/tmp/cvs-serv3363

Added Files:
        open-cobol.info open-cobol.patch 
Log Message:
Added OpenCOBOL

--- NEW FILE: open-cobol.info ---
Package: open-cobol
Version: 0.23
Revision: 1
Maintainer: Matthias Neeracher <[EMAIL PROTECTED]>
Depends: gmp-shlibs, db41-shlibs, libgnugetopt-shlibs, %n-shlibs
BuildDepends: gmp, db41, libtool14, libgnugetopt, ncurses-dev, readline
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: a253ca8965dd071c517d3860e9730137
Patch: %n.patch
ConfigureParams: --infodir=%i/share/info
SetCPPFLAGS: -I%p/include/gnugetopt -no-cpp-precomp
SetLDFLAGS: -lgnugetopt
SplitOff: <<
 Package: open-cobol-shlibs
 Depends: ncurses-shlibs, readline-shlibs
 Files: <<
 lib/libcob.*.dylib
 <<
 Shlibs: <<
 lib/libcob.1.0.0.dylib 1.1.0 %n (>= 0.23-1)
 <<
 DocFiles: COPYING.LIB
 Description: Open Cobol Shared Library
<<
InfoDocs: open-cobol.info
DocFiles: README COPYING COPYING.LIB NEWS THANKS AUTHORS
Description: COBOL compiler
DescDetail: <<
This is a COBOL compiler. While it is still under development, it apparently already 
implements a substantial part of COBOL 85.
<<
License: GPL
Homepage: http://www.open-cobol.org


--- NEW FILE: open-cobol.patch ---
diff --rec --new-file -u open-cobol-0.23-orig/configure open-cobol-0.23/configure
--- open-cobol-0.23-orig/configure      Thu Jul 31 16:43:46 2003
+++ open-cobol-0.23/configure   Fri Aug  1 02:34:14 2003
@@ -22356,11 +22356,6 @@
       done
     fi
   fi
-  if test "X$ltrpathdirs" != "X"; then
-            for found_dir in $ltrpathdirs; do
-      LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-R$found_dir"
-    done
-  fi
 
           echo "$as_me:$LINENO: checking for GNU gettext in libintl" >&5
 echo $ECHO_N "checking for GNU gettext in libintl... $ECHO_C" >&6
@@ -22994,7 +22989,7 @@
      -a "x$includedir" = "x\${prefix}/include"; then
   COB_CFLAGS=""
 else
[...24542 lines suppressed...]
+echo "  Use ncurses for screen I/O:                  ${USE_NCURSES}"
+echo "  Use readline for terminal input:             ${USE_READLINE}"
+echo ""
diff --rec --new-file -u open-cobol-0.23-orig/lib/Makefile.in 
open-cobol-0.23/lib/Makefile.in
--- open-cobol-0.23-orig/lib/Makefile.in        Thu Jul 31 16:43:46 2003
+++ open-cobol-0.23/lib/Makefile.in     Thu Jul 31 16:51:33 2003
@@ -170,7 +170,7 @@
 libsupport_a_AR = $(AR) cru
 libsupport_a_DEPENDENCIES = @LIBOBJS@
 am_libsupport_a_OBJECTS =
-libsupport_a_OBJECTS = $(am_libsupport_a_OBJECTS)
+libsupport_a_OBJECTS = $(am_libsupport_a_OBJECTS) dummy.o
 
 DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
diff --rec --new-file -u open-cobol-0.23-orig/lib/dummy.c open-cobol-0.23/lib/dummy.c
--- open-cobol-0.23-orig/lib/dummy.c    Wed Dec 31 16:00:00 1969
+++ open-cobol-0.23/lib/dummy.c Thu Jul 31 16:52:09 2003
@@ -0,0 +1 @@
+/* So libsupport isn't totally empty */




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to