Update of /cvsroot/fink/dists/10.3/unstable/crypto
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv946

Added Files:
        bazaar-ssl.info bazaar-ssl.patch 
Log Message:
with ssl



--- NEW FILE: bazaar-ssl.patch ---
diff -Naur [EMAIL PROTECTED]/src/baz/baz/Makefile.in [EMAIL 
PROTECTED]/src/baz/baz/Makefile.in
--- [EMAIL PROTECTED]/src/baz/baz/Makefile.in   2005-03-02 05:36:42.000000000 
-0800
+++ [EMAIL PROTECTED]/src/baz/baz/Makefile.in   2005-03-14 15:15:24.000000000 
-0800
@@ -1,4 +1,4 @@
-EXTRA_CFLAGS:=$(EXTRA_CFLAGS) -I $(srcroot)/$(thispath)/..
+EXTRA_CFLAGS:=$(EXTRA_CFLAGS) -I $(srcroot)/$(thispath)/.. [EMAIL 
PROTECTED]@/lib
 
 libs                   :=      ../commands/libcommands.a \
                                                        ../libarch/libarch.a \
@@ -6,11 +6,12 @@
                                                        ../libawk/libawk.a \
                                                        ../libdate/libdate.a \
                                                        
$(objroot)/hackerlab/libhackerlab/libhackerlab.a \
+                                                       -lintl \
                                                        -lneon \
+                                                       -lssl \
                                                        $(cfg__socket_library) \
                                                        $(cfg__resolv_library) \
-                                                       $(cfg__net_library) \
-                                                       -lm 
+                                                       $(cfg__net_library)
 
 mains                  :=      baz.c
 
diff -Naur [EMAIL PROTECTED]/src/baz/commands/tests/Makefile.in [EMAIL 
PROTECTED]/src/baz/commands/tests/Makefile.in
--- [EMAIL PROTECTED]/src/baz/commands/tests/Makefile.in        2005-03-02 
05:36:31.000000000 -0800
+++ [EMAIL PROTECTED]/src/baz/commands/tests/Makefile.in        2005-03-14 
15:18:01.000000000 -0800
@@ -1,3 +1,4 @@
+EXTRA_CFLAGS:=$(EXTRA_CFLAGS) [EMAIL PROTECTED]@/lib
 
 libs                   :=      ../../commands/libcommands.a \
                                ../../libarch/libarch.a \
@@ -8,8 +9,9 @@
                                 $(cfg__socket_library) \
                                 $(cfg__resolv_library) \
                                 $(cfg__net_library) \
+                               -lintl \
                                -lneon \
-                               -lm
+                               -lssl
 
 include $(makefiles)/unit-tests.mk
 
diff -Naur [EMAIL PROTECTED]/src/baz/libarch/tests/Makefile.in [EMAIL 
PROTECTED]/src/baz/libarch/tests/Makefile.in
--- [EMAIL PROTECTED]/src/baz/libarch/tests/Makefile.in 2005-03-02 
05:36:31.000000000 -0800
+++ [EMAIL PROTECTED]/src/baz/libarch/tests/Makefile.in 2005-03-14 
15:18:40.000000000 -0800
@@ -1,3 +1,4 @@
+EXTRA_CFLAGS:=$(EXTRA_CFLAGS) [EMAIL PROTECTED]@/lib
 
 # do not add libcommands.a here - commands may depend on libarch, but not 
 # vice verca.
@@ -9,8 +10,9 @@
                                $(cfg__socket_library) \
                                $(cfg__resolv_library) \
                                $(cfg__net_library) \
+                               -lintl \
                                -lneon \
-                               -lm
+                               -lssl
 
 include $(makefiles)/unit-tests.mk
 

--- NEW FILE: bazaar-ssl.info ---
Package: bazaar-ssl
Version: 1.2
Revision: 2
License: GPL/GFDL
Description: Revision control system (with SSL)
Maintainer: Lars Rosengreen <[EMAIL PROTECTED]>

Depends: diffutils, gettext, neon24-ssl-shlibs, openssl097-shlibs
BuildDepends: gettext-tools, gettext-bin,  gettext-dev, neon24-ssl, 
openssl097-dev
Conflicts: bazaar

Source: http://bazaar.canonical.com/releases/src/bazaar_%v.tar.gz
Source-MD5: 1fdb0aa41d7db06bf3429118d0136c8a
SourceDirectory: [EMAIL PROTECTED]

PatchScript: sed 's|@PREFIX@|%p|g' <%a/%n.patch | patch -p1

CompileScript: <<
  #! /bin/sh -ev
  mkdir ,build
  cd ,build
  ../src/configure %c --destdir=%d
  make
  make test
<<

InstallScript: <<
  cd ,build && make install
  PATH=",build/baz/baz:${PATH}" perl src/baz-manpage/generate-manpage.pl baz.1
  mkdir -p %i/share/man/man1
  cp baz.1 %i/share/man/man1
<<

DocFiles: COPYING src/baz/=gpg-check.awk

DescDetail: <<
Bazaar is a distrbuted revision control system based on GNU Arch.
Bazaar is designed to have a user interface that is simpler and more
accessible than GNU Arch's "tla" command, yet maintains compatibility
with GNU Arch's archive format.
<<

DescUsage: <<
"baz help" will give you a list of commands, and what they do.

Additional information on baz and GNU arch can be found at
http://wiki.gnuarch.org

Using a revision library on Mac OS X is _not_ recommended.
<<

DescPackaging: <<
  The GPL and OpenSSL's license are not compatible.  Bazaar is
  released under the GPL.  This package links it against Fink's
  libssl.  To avoid violating the GPL, binary versions of this package
  should not be distributed.
<<

Homepage: http://bazaar.canonical.com/

# arch-tag: 0CA8AB41-2945-11D9-AEC1-000393A5E706



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to