Update of /cvsroot/fink/experimental/beren12/finkinfo/utils
In directory usw-pr-cvs1:/tmp/cvs-serv31237/utils

Modified Files:
        cdrdao-1.1.6-20020807-1.patch 
Added Files:
        gcdmaster-1.1.6-20020807-1.info gnupg-1.0.7-2.info 
        gnupg-1.0.7-2.patch 
Log Message:
normalize should be the same in the xmms and non package.
gcdmaster is still missing symbols, cannot figure out why. I tried
adding -lstdc++, and it still didnt work.
gnupg needs a new configure, but has a ld issue ATM


--- NEW FILE: gcdmaster-1.1.6-20020807-1.info ---
Package: gcdmaster
Version: 1.1.6-20020807
Revision: 1
Source: http://unc.dl.sourceforge.net/sourceforge/%n/cdrdao-%v.tar.gz
SourceDirectory: cdrdao
BuildDepends: pccts, autoconf25, lame, gtkmm, gnomemm
Depends: gtkmm-shlibs, gnomemm-shlibs, cdrdao
Patch: cdrdao-%v-%r.patch
UpdateConfigGuess: true
UpdateConfigGuessInDirs: . paranoia scsilib/conf
SetLDFLAGS: -framework IOKit -framework CoreFoundation -lstdc++
ConfigureParams: --with-pcctsbin=%p/bin --with-pcctsinc=%p/include/pccts 
--mandir='${prefix}/share/man' --with-lame-lib=%p/lib --with-lame-include=/sw/include/
CompileScript: <<
autoconf
./configure %c
rm -rf scsilib
tar -xzf scsilib.tar.gz
make
<<
InstallScript: <<
make install DESTDIR=%d
mkdir -p %i/share/doc/cdrdao
mv testtocs %i/share/doc/cdrdao/example-tocs
mv utils/toc2cue utils/toc2mp3 %i/bin
mv contrib %i/share/doc/cdrdao/
ln -s %p/bin/gcdmaster %i/bin/xcdrdao
ln -s %p/share/man/man1/xcdrdao.1 %i/share/man/man1/gcdmaster.1
<<
Splitoff: <<
Package: cdrdao
Depends: lame-shlibs
Files: bin/cdrdao bin/toc* share/cdrdao share/doc/cdrdao share/man/man1/cdrdao.1
DocFiles: COPYING CREDITS README* Release*
Description: Create CDs in disc-at-once (DAO) mode
DescDetail: <<
Writes audio CD-Rs in disc-at-once (DAO) mode allowing control over
pre-gaps (length down to 0, nonzero audio data) and sub-channel
information like ISRC codes. All data that is written to the disc must
be specified with a text file. Audio data may be in WAVE or raw format.
<<
<<

DocFiles: COPYING CREDITS README* Release*
Description: Gtk frontend for cdrdao
DescDetail: <<
The default graphical frontend to the popular cdrdao program. It uses gtk for display.
<<
License: GPL
Maintainer: Chris Zubrzycki <[EMAIL PROTECTED]>
Homepage: http://cdrdao.sf.net/

--- NEW FILE: gnupg-1.0.7-2.info ---
Package: gnupg
Version: 1.0.7
Revision: 2
Source: ftp://ftp.gnupg.org/gcrypt/gnupg/%n-%v.tar.gz
Source2: http://us.dl.sf.net/fink/direct_download/source/gnupg-docs-20020313.tar.gz
Source2ExtractDir: %n-%v
Depends: zlib, gdbm, texinfo
Conflicts: gnupg-egd
Replaces: gnupg-egd
PatchScript:  sed 's|@PREFIX@|%p|g' <%a/%f.patch | patch -p1
SetCPPFLAGS: -no-cpp-precomp
ConfigureParams: --with-libiconv-prefix=%p
CompileScript: <<
 autoconf
 ./configure %c
 make
<<
InstallScript: <<
 make install prefix=%i

 mkdir -p %i/share/doc/%n/documentation
 mv gnupg-docs/* %i/share/doc/%n/documentation
 install -m 644 %i/share/gnupg/FAQ %i/share/doc/%n
 install -m 644 %i/share/gnupg/faq.html %i/share/doc/%n
 mv %i/man %i/share
 mv %i/info %i/share
 install -m 644 doc/gpg.info %i/share/info/
<<
DocFiles: AUTHORS BUGS COPYING ChangeLog README TODO PROJECTS THANKS
InfoDocs: gpg.info gpgv.info
Description: Gnu privacy guard - A Free PGP replacement
DescDetail: GnuPG is GNU's tool for secure communication and data
 storage. It can be used to encrypt data and to create digital
 signatures. It includes an advanced key management facility and is
 compliant with the proposed OpenPGP Internet standard as described in
 RFC2440.
 GnuPG does not use use any patented algorithms so it cannot be
 compatible with PGP2 because it uses IDEA (which is patented
 worldwide) and RSA. RSA's patent expired on the 20th September 2000,
 and it is now included in GnuPG. 
DescPackaging: Incorporates current patches from macgpg.sourceforge.net,
 now including dynamic module loading. Stole description from the listing 
 in the Debain package database.  Rearranges files in share/gnupg, moving
 documentation to share/doc/gnupg
DescUsage: To create an initial key pair run 'gpg --gen-key'
 Consult the manual for a good intro: /sw/share/doc/gnupg/documentation/handbook/
License: GPL
Homepage: http://www.gnupg.org
Maintainer: Christian Swinehart <[EMAIL PROTECTED]>

--- NEW FILE: gnupg-1.0.7-2.patch ---
diff -u -Naur gnupg-1.0.7.orig/aclocal.m4 gnupg-1.0.7/aclocal.m4
--- gnupg-1.0.7.orig/aclocal.m4 Mon Apr 29 10:58:48 2002
+++ gnupg-1.0.7/aclocal.m4      Mon May 13 12:57:17 2002
@@ -512,7 +512,7 @@
 aix*)
   ac_symcode='[BCDTU]'
   ;;
-freebsd* | netbsd* | openbsd* | bsdi* | sunos* | cygwin32* | mingw32*)
+freebsd* | netbsd* | openbsd* | bsdi* | sunos* | cygwin32* | mingw32* | darwin*)
   ac_sympat='_\([_A-Za-z][_A-Za-z0-9]*\)'
   ac_symxfrm='_\1 \1'
   ;;
diff -u -Naur gnupg-1.0.7.orig/cipher/dynload.c gnupg-1.0.7/cipher/dynload.c
--- gnupg-1.0.7.orig/cipher/dynload.c   Mon Aug 20 04:51:53 2001
+++ gnupg-1.0.7/cipher/dynload.c        Mon May 13 12:57:00 2002
@@ -23,14 +23,10 @@
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
[...2221 lines suppressed...]
-  #elif defined (HAVE_DOSISH_SYSTEM)
-    /* It does not make sense to print such a warning, given the fact that 
-     * this whole Windows !@#$% and their user base are inherently insecure
-     */
-  #elif defined (__riscos__)
-    /* no virtual memory on RISC OS, so no pages are swapped to disc,
-     * besides we don't have mmap, so we don't use it! ;-)
-     * But don't complain, as explained above.
-     */
-  #else
-    log_info("Please note that you don't have secure memory on this system\n");
-  #endif
+       mprotect( p, n, PROT_EXEC | PROT_WRITE | PROT_READ);
+    /* try to set memory permissions */
+    err = mlock( p, n);
+       if( err && errno ) 
+          err = errno;
 }
 
 

Index: cdrdao-1.1.6-20020807-1.patch
===================================================================
RCS file: 
/cvsroot/fink/experimental/beren12/finkinfo/utils/cdrdao-1.1.6-20020807-1.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cdrdao-1.1.6-20020807-1.patch       9 Aug 2002 18:26:21 -0000       1.1
+++ cdrdao-1.1.6-20020807-1.patch       11 Aug 2002 23:36:51 -0000      1.2
@@ -74,6 +74,21 @@
  
  clean:
        rm -f *.o toc2cue toc2mp3
+diff -ruN cdrdao/xdao/CdDevice.cc cdrdao.test/xdao/CdDevice.cc
+--- cdrdao/xdao/CdDevice.cc    Tue Jun 25 08:08:23 2002
++++ cdrdao.test/xdao/CdDevice.cc       Sat Aug 10 12:24:12 2002
+@@ -22,7 +22,11 @@
+ #include <stddef.h>
+ #include <stdio.h>
+ #include <unistd.h>
++
++#ifdef HAVE_MALLOC_H
+ #include <malloc.h>
++#endif
++
+ #include <errno.h>
+ #include <ctype.h>
+ #include <assert.h>
 diff -ruN cdrdao/xdao/Makefile.in cdrdao.test/xdao/Makefile.in
 --- cdrdao/xdao/Makefile.in    Thu Jun 13 16:12:42 2002
 +++ cdrdao.test/xdao/Makefile.in       Wed Aug  7 19:56:51 2002



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to