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

Added Files:
        dumpasn1.info dumpasn1.patch duplicity.info 
Log Message:
sync. w/ 10.!4/stable, validated on powerpc-darwin8


--- NEW FILE: dumpasn1.info ---
Package: dumpasn1
Version: 20101112
Revision: 2
###
Source: mirror:debian:/pool/main/d/%n/%n_%v.orig.tar.gz
Source-MD5: 4421e8b4128b75bd1868b80173e075cc
SourceDirectory: %n-%v
###
PatchFile: %n.patch
PatchFile-MD5: 291acc2d21665761b81b0b1ef257809b
###
DocFiles: README.txt
###
Maintainer: Hans-Christoph Steiner <[email protected]>
HomePage: http://www.cs.auckland.ac.nz/~pgut001/
License: BSD
Description: ASN.1 object dump program
###
BuildDepends: fink (>= 0.24.12), sed
###
CompileScript: <<
  sed -i 's|/etc/|%p/etc/|' dumpasn1.c
  make
<<
InstallScript: make DESTDIR=%d prefix=%p install
###
DescDetail: <<
An ASN.1 object dump program which will dump data encoded using any of
the ASN.1 encoding rules in a variety of user-specified formats.
<<

--- NEW FILE: dumpasn1.patch ---
--- dumpasn1-20101112 2/Makefile        2011-03-19 04:37:06.000000000 -0400
+++ dumpasn1-20101112/Makefile  2011-11-30 11:51:17.000000000 -0500
@@ -1,11 +1,14 @@
 all: dumpasn1
 
 dumpasn1: dumpasn1.c
+       head -46 dumpasn1.c > README.txt
        gcc -o dumpasn1 -DDEBIAN dumpasn1.c
 
 install:
-       cp dumpasn1 $(DESTDIR)/usr/bin/
-       cp dumpasn1.cfg $(DESTDIR)/etc/dumpasn1/
+       install -d $(DESTDIR)$(prefix)/bin
+       install -m 755 dumpasn1 $(DESTDIR)$(prefix)/bin/
+       install -d $(DESTDIR)$(prefix)/etc/dumpasn1
+       install -m 0644 dumpasn1.cfg $(DESTDIR)$(prefix)/etc/dumpasn1/
 
 clean:
        rm -f *.o *~

--- NEW FILE: duplicity.info ---
Package: duplicity
Version: 0.6.12
Revision: 1
Description: Encrypted backup using rsync algorithm
License: GPL
Homepage: http://duplicity.nongnu.org/
Maintainer:  Scott Hannahs <[email protected]>

# Dependencies.
BuildDepends: librsync (>= 0.9.7-1002), fink (>= 0.24.12-1)
Depends: python26, librsync-shlibs (>= 0.9.7-1002), gnupg-interface-py26, 
ncftp, boto-py26, pexpect-py26 (>= 2.3-1)

# Unpack Phase.
Source: http://launchpad.net/duplicity/0.6-series/%v/+download/%n-%v.tar.gz
Source-MD5: 9b84c984054550bbb2ba29b553567b7b

# Patch Phase.
#PatchFile: %n.patch
#PatchFile-MD5: c18947321e05238f7081a43980b5f5b7

# Compile Phase.
CompileScript: %p/bin/python2.6 setup.py build  --librsync-dir=%p

# Install Phase.
InstallScript: %p/bin/python2.6 setup.py install --prefix=%p --root=%d  
--librsync-dir=%p
DocFiles: CHANGELOG COPYING README Changelog.GNU LOG-README REPO-README

# Documentation.
DescDetail: <<
Duplicity backs directories by producing encrypted
tar-format volumes and uploading them to a remote 
or local file server. Because duplicity uses 
librsync, the incremental archives are space 
efficient and only record the parts of files that 
have changed since the last backup. Because 
duplicity uses GnuPG to encrypt and/or sign these
archives, they will be safe from spying and/or 
modification by the server.

The duplicity package also includes the rdiffdir
utility. Rdiffdir is an extension of librsync's 
rdiff to directories---it can be used to produce 
signatures and deltas of directories as well as 
regular files. These signatures and deltas are in
GNU tar format.
<<
DescPackaging:  Previously maintained by Murali Vadivelu


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to