Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/utils
In directory usw-pr-cvs1:/tmp/cvs-serv18905

Added Files:
        source-highlight-1.6-1.info source-highlight-1.6-1.patch 
Removed Files:
        source-highlight-1.1-11.info 
Log Message:
new rev from tracker


--- NEW FILE: source-highlight-1.6-1.info ---
Package: source-highlight
Version: 1.6
Revision: 1
Maintainer: Bill Bumgarner <[EMAIL PROTECTED]>
Source: gnu
Source-MD5: fc0f01ddf0bc7fc1b21b8f2542aa26a1
BuildDepends: libgnugetopt
Depends: libgnugetopt-shlibs
SetCPPFLAGS: -no-cpp-precomp
Patch: %f.patch
UpdateConfigGuess: true
ConfigureParams: --mandir=%p/share/man
InstallScript: make install DESTDIR=%d
DocFiles: README AUTHORS COPYING NEWS THANKS doc/*
Description: Programs to highlight source by syntax
DescDetail: <<
given a source file, produces a document with syntax highlighting.  Inputs include 
Java, C/C++, Prolog, Perl, Php3, Python, Flex, and ChangeLog.  Can output to HTML and 
XHTML.
<<
Homepage: http://www.gnu.org/software/src-highlite/
License: GPL

--- NEW FILE: source-highlight-1.6-1.patch ---
diff -c --recursive source-highlight-1.6-orig/configure source-highlight-1.6/configure
*** source-highlight-1.6-orig/configure Sun Oct 13 15:39:02 2002
--- source-highlight-1.6/configure      Fri Oct 18 13:06:38 2002
***************
*** 1,22 ****
  #! /bin/sh
  # Guess values for system-dependent variables and create Makefiles.
! # Generated by GNU Autoconf 2.53.
  #
! # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
  # Free Software Foundation, Inc.
  # This configure script is free software; the Free Software Foundation
  # gives unlimited permission to copy, distribute and modify it.
  
! if expr a : '\(a\)' >/dev/null 2>&1; then
!   as_expr=expr
! else
!   as_expr=false
! fi
[...8348 lines suppressed...]
! EOF
  chmod +x $CONFIG_STATUS
  ac_clean_files=$ac_clean_files_save
  
  # configure is writing to config.log, and then calls config.status.
  # config.status does its own redirection, appending to config.log.
  # Unfortunately, on DOS this fails, as config.log is still kept open
diff -c --recursive source-highlight-1.6-orig/configure.in 
source-highlight-1.6/configure.in
*** source-highlight-1.6-orig/configure.in      Sun Oct 13 15:38:51 2002
--- source-highlight-1.6/configure.in   Fri Oct 18 13:04:46 2002
***************
*** 112,117 ****
--- 112,118 ----
  AC_CHECK_FUNCS(strdup)
  
  dnl check for getopt in standard library
+ AC_CHECK_LIB(gnugetopt, getopt_long)
  AC_CHECK_FUNCS(getopt_long , , [AC_LIBOBJ([getopt])]) 
  AC_CHECK_FUNCS(getopt_long , , [AC_LIBOBJ([getopt1])]) 
  

--- source-highlight-1.1-11.info DELETED ---



-------------------------------------------------------
This sf.net emial is sponsored by: Influence the future 
of  Java(TM) technology. Join the Java Community 
Process(SM) (JCP(SM)) program now. 
http://ad.doubleclick.net/clk;4699841;7576298;k?http://www.sun.com/javavote
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to