Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/utils
In directory vz-cvs-3.sog:/tmp/cvs-serv24066

Added Files:
        deborphan.info dialog.info dialog.patch 
Log Message:
3 to 10.7

--- NEW FILE: dialog.patch ---
diff -Nurd -x'*~' dialog-1.0-20060221.orig/makefile.in 
dialog-1.0-20060221/makefile.in
--- dialog-1.0-20060221.orig/makefile.in        2006-01-18 17:42:18.000000000 
-0500
+++ dialog-1.0-20060221/makefile.in     2008-08-18 12:15:44.000000000 -0400
@@ -27,7 +27,7 @@
 localedir       = $(prefix)/@DATADIRNAME@/locale
 
 CFLAGS         = @CFLAGS@
-CPPFLAGS       = @CPPFLAGS@ @DEFS@ -I. -I$(srcdir) -DLOCALEDIR=\"$(localedir)\"
+CPPFLAGS       = -I. -I$(srcdir) @CPPFLAGS@ @DEFS@ -DLOCALEDIR=\"$(localedir)\"
 EXTRA_CFLAGS   = @EXTRA_CFLAGS@
 CC             = @CC@
 AR             = @AR@
@@ -111,7 +111,7 @@
        $(RANLIB) $@
 
 dialog$x : $(LIB) dialog$o @INTLDIR_MAKE@ @INTLLIBS@
-       $(LINK) -o $@ dialog$o -L. -ldialog $(LDFLAGS) $(LIBS)
+       $(LINK) -o $@ dialog$o libdialog.a $(LDFLAGS) $(LIBS)
 
 clean  \
 distclean \

--- NEW FILE: dialog.info ---
Package: dialog
Version: 1.0-20060221
Revision: 1002
Source: mirror:debian:pool/main/d/dialog/%n_%v.orig.tar.gz
SourceDirectory: %n-%v
BuildDepends: libncurses5 (>= 5.4-20041023-1006), fink (>= 0.24.12-1)
Depends: ncurses (>= 5.4-20041023-1006), libncurses5-shlibs (>= 
5.4-20041023-1006)
Conflicts: tetex-base (<< 2.0-1)
PatchFile: %n.patch
PatchFile-MD5: 66c42276e2ef831718982fe846b7de84
ConfigureParams: --mandir='$(prefix)/share/man' --with-ncurses
Source-MD5: acfd843163394e8bb17c841fdbe9c4a4
SourceRename: %n-%v.tar.gz
SetLIBS: -lncurses
DocFiles: CHANGES COPYING README VERSION
Description: Displays dialogboxes from shell scripts
DescDetail: <<
Lets you to present a variety of questions or display messages
using dialog boxes from a shell script (or any scripting language).
These types of dialog boxes are implemented: yes/no box, menu box,
input box, message box, text box, info box, guage box, checklist box, 
fileselection box, and radiolist box.
<<
License: GPL
Homepage: http://freshmeat.net/projects/dialog/
Maintainer: Chris Zubrzycki <be...@mac.com>

--- NEW FILE: deborphan.info ---
Package: deborphan
Version: 1.7.28.5
Revision: 1
BuildDepends: gettext-bin, gettext-tools, libgettext8-dev
Depends: dialog, libgettext8-shlibs
Source: http://ftp.debian.org/debian/pool/main/d/%n/%n_%v.tar.gz
Source-MD5: e84bb29165f5c564eccbd4a521eea30c
SourceDirectory: %n-%v
PatchScript: <<
#!/bin/sh -ev
        perl -pi -e 's,/var/(lib|state),%p/var/lib,' configure 
include/deborphan.h src/Makefile.in
        perl -pi -e 's,if \[ -r %p/var/lib/debfoster/keepers \],if true,' 
configure
#  perl -pi -e 's, include <stdio\.h>,$&\n#  if !defined (__APPLE__),; s,fileno 
.*,$&\n#endif,' include/deborphan.h
#  perl -pi -e 's,deb \*dfkeep,dep \*dfkeep,' src/deborphan.c
#  perl -pi -e 's,#include <regex.h>,#include <sys/types.h>\n$&,' src/pkginfo.c
<<
UpdatePoMakefile: true
SetCFLAGS: -Os -std=c89
SetLIBS: -lintl
DocFiles: COPYING NEWS README THANKS
Description: Orphaned package finder
DescDetail: <<
deborphan  finds  packages that have no packages depending on them.
The default operation is to  search  only  within the  libs  and
oldlibs  sections,  to  hunt  down  unused libraries.
<<
License: Artistic
Maintainer: Hisashi T Fujinaka <ht...@fls.portland.or.us>
DescPackaging: <<
 Patched to work with debfoster and to include debfoster support
 even if debfoster isn't installed (will still work without it).
 
 Originally packaged by Masanori Sekino.
<<
Homepage: http://freshmeat.net/projects/deborphan/


------------------------------------------------------------------------------
10 Tips for Better Web Security
Learn 10 ways to better secure your business today. Topics covered include:
Web security, SSL, hacker attacks & Denial of Service (DoS), private keys,
security Microsoft Exchange, secure Instant Messaging, and much more.
http://www.accelacomm.com/jaw/sfnl/114/51426210/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to