Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/utils
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv28940/10.3/stable/main/finkinfo/utils

Modified Files:
        getoptbin.info 
Added Files:
        getoptbin.patch 
Log Message:
new version from stable for pogma who's stuck using a 10.5 box


Index: getoptbin.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/utils/getoptbin.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- getoptbin.info      31 May 2006 14:26:45 -0000      1.2
+++ getoptbin.info      8 Aug 2006 20:15:36 -0000       1.3
@@ -1,13 +1,15 @@
 Package: getoptbin
-Version: 1.1.3
-Revision: 1
-Description: GNU verision of getopt(1)
-Source: http://huizen.dds.nl/~frodol/getopt-%v.tar.gz
-Source-MD5: 7b7637dcb0ac531f1af29f4d6b018e86
-BuildDepends: gettext-dev, gettext-bin, gettext-tools
+Version: 1.1.4
+Revision: 2
+Description: GNU version of getopt(1)
+Source: http://software.frodo.looijaard.name/getopt/files/getopt-%v.tar.gz
+Source-MD5: 02188ca68da27c4175d6e9f3da732101
+BuildDepends: libgettext3-dev, gettext-bin, gettext-tools
+Depends: libgettext3-shlibs
+Patch: %n.patch
 PatchScript: <<
-mv Makefile Makefile.old
-sed -e "s|^CPPFLAGS=|CPPFLAGS=-I./gnu -I%p/include |g" < Makefile.old > 
Makefile
+  perl -pi -e 's|^CPPFLAGS=|CPPFLAGS=-I./gnu -I%p/include |g' Makefile
+  perl -pi -e 's|[EMAIL PROTECTED]@|%p|' getopt.1
 <<
 NoSetCPPFlags: true
 NoSetLDFlags: true
@@ -15,9 +17,9 @@
 make prefix=%p WITH_GETTEXT=1 LIBCGETOPT=0 LDFLAGS="-L%p/lib -lintl" 
localedir=%p/share/locale
 <<
 InstallScript: <<
-make prefix=%p mandir=%p/share/man install DESTDIR=%d
+make prefix=%p mandir=%p/share/man getoptdir=%p/share/doc/%n install 
install_doc DESTDIR=%d
 <<
 License: GPL
 DocFiles: README COPYING TODO
 Maintainer: None <fink-devel@lists.sourceforge.net>
-Homepage: http://huizen.dds.nl/~frodol/getopt.html
+Homepage: http://software.frodo.looijaard.name/getopt

--- NEW FILE: getoptbin.patch ---
diff -Nurd -x'*~' getopt-1.1.4.orig/Makefile getopt-1.1.4/Makefile
--- getopt-1.1.4.orig/Makefile  2005-11-07 17:32:46.000000000 -0500
+++ getopt-1.1.4/Makefile       2006-06-07 13:06:58.000000000 -0400
@@ -3,11 +3,11 @@
 DESTDIR=
 prefix=/usr/local
 bindir=$(prefix)/bin
-mandir=$(prefix)/man
+mandir=$(prefix)/share/man
 man1dir=$(mandir)/man1
 libdir=$(prefix)/lib
 sharedir=$(prefix)/share
-getoptdir=$(libdir)/getopt
+getoptdir=$(sharedir)/getoptbin
 localedir=$(sharedir)/locale
 
 # Define this to 0 to use the getopt(3) routines in this package.
diff -Nurd -x'*~' getopt-1.1.4.orig/getopt.1 getopt-1.1.4/getopt.1
--- getopt-1.1.4.orig/getopt.1  2005-11-07 17:16:38.000000000 -0500
+++ getopt-1.1.4/getopt.1       2006-06-07 13:03:10.000000000 -0400
@@ -402,10 +402,8 @@
 .SH EXAMPLES
 Example scripts for (ba)sh and (t)csh are provided with the
 .BR getopt (1)
-distribution, and are optionally installed in 
-.B /usr/local/lib/getopt 
-or 
-.BR /usr/lib/getopt .
+distribution, and are installed in 
+.B @PREFIX@/share/doc/getoptbin
 .SH ENVIRONMENT
 .IP POSIXLY_CORRECT
 This environment variable is examined by the


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to