Changes 2.3.0:
- added user_interaction::pause2() method - added the snapshot feature - added the Cache Directory Tagging detection feature - adapted Wesley's patch for a pkgconfig for libdar - more...
This commit is contained in:
parent
a31b0cbf0a
commit
8c9fabfb71
4 changed files with 63 additions and 45 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.20 2006/05/07 05:01:29 minskim Exp $
|
||||
# $NetBSD: Makefile,v 1.21 2006/05/26 10:10:08 adam Exp $
|
||||
|
||||
DISTNAME= dar-2.2.2
|
||||
PKGREVISION= 3
|
||||
DISTNAME= dar-2.3.0
|
||||
CATEGORIES= archivers sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dar/}
|
||||
|
||||
|
@ -14,13 +13,15 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|||
USE_LANGUAGES= c c++
|
||||
USE_LIBTOOL= yes
|
||||
USE_PKGLOCALEDIR= yes
|
||||
USE_TOOLS+= gmake
|
||||
GNU_CONFIGURE= yes
|
||||
UNLIMIT_RESOURCES= datasize
|
||||
|
||||
CONFIGURE_ARGS+= --disable-nodump-flag
|
||||
CONFIGURE_ARGS+= --disable-dar-static
|
||||
CONFIGURE_ARGS+= --enable-examples
|
||||
CONFIGURE_ARGS+= --disable-nodump-flag
|
||||
CONFIGURE_ARGS+= --disable-upx
|
||||
CONFIGURE_ARGS+= --enable-examples
|
||||
|
||||
PKGCONFIG_OVERRIDE= src/libdar/libdar.pc.tmpl.in
|
||||
UNLIMIT_RESOURCES= datasize
|
||||
|
||||
# Needed for getopt() with SunPro
|
||||
CPPFLAGS.SunOS+= -D__EXTENSIONS__
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.5 2006/04/17 07:07:11 jlam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.6 2006/05/26 10:10:08 adam Exp $
|
||||
bin/dar
|
||||
bin/dar_cp
|
||||
bin/dar_manager
|
||||
|
@ -9,6 +9,8 @@ include/dar/catalogue.hpp
|
|||
include/dar/compressor.hpp
|
||||
include/dar/config.h
|
||||
include/dar/crypto.hpp
|
||||
include/dar/data_tree.hpp
|
||||
include/dar/database.hpp
|
||||
include/dar/deci.hpp
|
||||
include/dar/ea.hpp
|
||||
include/dar/erreurs.hpp
|
||||
|
@ -21,6 +23,7 @@ include/dar/integers.hpp
|
|||
include/dar/libdar.hpp
|
||||
include/dar/limitint.hpp
|
||||
include/dar/mask.hpp
|
||||
include/dar/mask_list.hpp
|
||||
include/dar/my_config.h
|
||||
include/dar/path.hpp
|
||||
include/dar/real_infinint.hpp
|
||||
|
@ -28,6 +31,7 @@ include/dar/scrambler.hpp
|
|||
include/dar/special_alloc.hpp
|
||||
include/dar/statistics.hpp
|
||||
include/dar/storage.hpp
|
||||
include/dar/string_file.hpp
|
||||
include/dar/thread_cancellation.hpp
|
||||
include/dar/tools.hpp
|
||||
include/dar/tronconneuse.hpp
|
||||
|
@ -35,28 +39,64 @@ include/dar/tuyau.hpp
|
|||
include/dar/user_interaction.hpp
|
||||
include/dar/wrapperlib.hpp
|
||||
lib/libdar.la
|
||||
lib/pkgconfig/libdar.pc
|
||||
man/man1/dar.1
|
||||
man/man1/dar_cp.1
|
||||
man/man1/dar_manager.1
|
||||
man/man1/dar_slave.1
|
||||
man/man1/dar_xform.1
|
||||
share/dar/dar_par.dcf
|
||||
share/dar/dar_par_create.duc
|
||||
share/dar/dar_par_test.duc
|
||||
share/doc/dar/FAQ
|
||||
share/doc/dar/FEATURES
|
||||
share/doc/dar/GOOD_BACKUP_PRACTICE
|
||||
share/doc/dar/LIMITATIONS
|
||||
share/doc/dar/LINKS
|
||||
share/doc/dar/NOTES
|
||||
share/dar/samples/JH-dar-make_user_backup.sh
|
||||
share/dar/samples/JH-readme.txt
|
||||
share/dar/samples/JH_dar_archiver.options
|
||||
share/dar/samples/JH_darrc
|
||||
share/dar/samples/README
|
||||
share/dar/samples/automatic_backup
|
||||
share/dar/samples/automatic_backup.txt
|
||||
share/dar/samples/cdbackup.sh
|
||||
share/dar/samples/cluster_digital_backups.sh
|
||||
share/dar/samples/cluster_digital_readme.txt
|
||||
share/dar/samples/dar_backup
|
||||
share/dar/samples/dar_par.dcf
|
||||
share/dar/samples/dar_par_create.duc
|
||||
share/dar/samples/dar_par_test.duc
|
||||
share/dar/samples/dar_rqck.bash
|
||||
share/dar/samples/darrc_sample
|
||||
share/dar/samples/index.html
|
||||
share/dar/samples/pause_every_n_slice.duc
|
||||
share/dar/samples/sample1.txt
|
||||
share/doc/dar/FAQ.html
|
||||
share/doc/dar/Features.html
|
||||
share/doc/dar/Good_Backup_Practice.html
|
||||
share/doc/dar/Known_Bugs.html
|
||||
share/doc/dar/Limitations.html
|
||||
share/doc/dar/Notes.html
|
||||
share/doc/dar/README
|
||||
share/doc/dar/TUTORIAL
|
||||
share/doc/dar/Tutorial.html
|
||||
share/doc/dar/api_tutorial.html
|
||||
share/doc/dar/authentification.html
|
||||
share/doc/dar/dar-catalog-1.0.dtd
|
||||
share/doc/dar/dar-differential-backup-mini-howto.en.html
|
||||
share/doc/dar/dar-differential-backup-mini-howto.es.html
|
||||
share/doc/dar/dar-differential-backup-mini-howto.it.html
|
||||
share/doc/dar/dar_doc.jpg
|
||||
share/doc/dar/dar_key.txt
|
||||
share/doc/dar/dar_s_doc.jpg
|
||||
share/doc/dar/index.html
|
||||
share/doc/dar/man/dar.html
|
||||
share/doc/dar/man/dar_cp.html
|
||||
share/doc/dar/man/dar_manager.html
|
||||
share/doc/dar/man/dar_slave.html
|
||||
share/doc/dar/man/dar_xform.html
|
||||
share/doc/dar/man/index.html
|
||||
share/doc/dar/mini-howto/dar-differential-backup-mini-howto.en.html
|
||||
share/doc/dar/mini-howto/dar-differential-backup-mini-howto.es.html
|
||||
share/doc/dar/mini-howto/dar-differential-backup-mini-howto.it.html
|
||||
share/doc/dar/mini-howto/index.html
|
||||
share/locale/de/LC_MESSAGES/dar.mo
|
||||
share/locale/fr/LC_MESSAGES/dar.mo
|
||||
share/locale/sv/LC_MESSAGES/dar.mo
|
||||
@dirrm share/doc/dar/mini-howto
|
||||
@dirrm share/doc/dar
|
||||
@dirrm share/dar/samples
|
||||
@dirrm share/dar
|
||||
@dirrm include/dar
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.11 2006/05/07 05:01:29 minskim Exp $
|
||||
$NetBSD: distinfo,v 1.12 2006/05/26 10:10:08 adam Exp $
|
||||
|
||||
SHA1 (dar-2.2.2.tar.gz) = b362ad3e192c7239a13a314d0f4750bc080b62d8
|
||||
RMD160 (dar-2.2.2.tar.gz) = 79dc8ac63d52af64774d982a388027f60707b48e
|
||||
Size (dar-2.2.2.tar.gz) = 1067171 bytes
|
||||
SHA1 (dar-2.3.0.tar.gz) = e2e6318ad222fe5b7d47ec5d5c3828c83f2004fb
|
||||
RMD160 (dar-2.3.0.tar.gz) = 5f00a95e7eaed35cbbe6c5440970bcb4fc2b8181
|
||||
Size (dar-2.3.0.tar.gz) = 1142646 bytes
|
||||
SHA1 (patch-aa) = 6f07f2bf85194cdad58d99c7cafd85e3b2c06031
|
||||
SHA1 (patch-ab) = 1d8fb3bcd9c0d6a07cb6413d0b94453264f3d499
|
||||
SHA1 (patch-ac) = ad585ac54bd1aef75114e2ad4932eb4b9cd79172
|
||||
|
|
|
@ -1,22 +0,0 @@
|
|||
$NetBSD: patch-ac,v 1.5 2006/05/07 05:01:29 minskim Exp $
|
||||
|
||||
--- configure.orig 2005-05-10 03:43:19.000000000 -0700
|
||||
+++ configure
|
||||
@@ -9874,7 +9874,7 @@ int
|
||||
main ()
|
||||
{
|
||||
bindtextdomain ("", "");
|
||||
-return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
|
||||
+return * gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
|
||||
;
|
||||
return 0;
|
||||
}
|
||||
@@ -10320,7 +10320,7 @@ int
|
||||
main ()
|
||||
{
|
||||
bindtextdomain ("", "");
|
||||
-return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)
|
||||
+return * gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias ()
|
||||
;
|
||||
return 0;
|
||||
}
|
Loading…
Reference in a new issue