Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Apr 2006 12:52:38 +0200 (CEST)
From:      Henrik Brautaset Aronsen <freebsd-ports@henrik.synth.no>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/96095: 
Message-ID:  <200604201052.k3KAqc5d092764@foetus.synth.no>
Resent-Message-ID: <200604201100.k3KB0URb044064@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         96095
>Category:       ports
>Synopsis:       
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 20 11:00:29 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Henrik Brautaset Aronsen
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
>Environment:
System: FreeBSD foetus.synth.no 4.10-STABLE FreeBSD 4.10-STABLE #3: Mon Sep 20 15:21:19 CEST 2004 henrik@foetus.synth.no:/usr/obj/usr/src/sys/KJERNAMI i386

>Description:
	Update port: archivers/dar, a shell command that backs up directory trees and files.
>How-To-Repeat:
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	dar
#	dar/files
#	dar/files/patch-doc-man
#	dar/files/patch-src-libdar
#	dar/Makefile
#	dar/pkg-descr
#	dar/pkg-plist
#	dar/distinfo
#
echo c - dar
mkdir -p dar > /dev/null 2>&1
echo c - dar/files
mkdir -p dar/files > /dev/null 2>&1
echo x - dar/files/patch-doc-man
sed 's/^X//' >dar/files/patch-doc-man << 'END-of-dar/files/patch-doc-man'
Xdiff -ru doc/man-orig/Makefile.am doc/man/Makefile.am
X--- doc/man-orig/Makefile.am	Wed Apr 19 15:57:01 2006
X+++ doc/man/Makefile.am	Wed Apr 19 15:54:23 2006
X@@ -2,7 +2,7 @@
X 
X if USE_GROFF
X 
X-TARGET=dar.html dar_slave.html dar_xform.html dar_manager.html dar_cp.html
X+TARGET=#dar.html dar_slave.html dar_xform.html dar_manager.html dar_cp.html
X 
X %.1:
X 	cp ../../man/$@ .
Xdiff -ru doc/man-orig/Makefile.in doc/man/Makefile.in
X--- doc/man-orig/Makefile.in	Wed Apr 19 15:57:01 2006
X+++ doc/man/Makefile.in	Wed Apr 19 15:54:42 2006
X@@ -190,7 +190,7 @@
X tmp = @tmp@
X upx = @upx@
X dist_noinst_DATA = index.html
X-@USE_GROFF_TRUE@TARGET = dar.html dar_slave.html dar_xform.html dar_manager.html dar_cp.html
X+@USE_GROFF_TRUE@TARGET = #dar.html dar_slave.html dar_xform.html dar_manager.html dar_cp.html
X all: all-am
X 
X .SUFFIXES:
END-of-dar/files/patch-doc-man
echo x - dar/files/patch-src-libdar
sed 's/^X//' >dar/files/patch-src-libdar << 'END-of-dar/files/patch-src-libdar'
Xdiff -ur src-orig/libdar/Makefile.am src/libdar/Makefile.am
X--- src-orig/libdar/Makefile.am	Thu Apr 20 11:41:47 2006
X+++ src/libdar/Makefile.am	Thu Apr 20 11:42:57 2006
X@@ -56,11 +56,11 @@
X 	grep DAR $(DESTDIR)$(pkgincludedir)/config.h | grep -v "#undef" >  $(DESTDIR)$(pkgincludedir)/config.h.tmp
X 	mv  $(DESTDIR)$(pkgincludedir)/config.h.tmp  $(DESTDIR)$(pkgincludedir)/config.h
X 	chmod 0644 $(DESTDIR)$(pkgincludedir)/*
X-	$(INSTALL) -d $(DESTDIR)$(libdir)/pkgconfig
X-	$(INSTALL) -m 0644 libdar.pc $(DESTDIR)$(libdir)/pkgconfig/libdar$(LIBDAR_SUFFIX).pc
X+	$(INSTALL) -d $(DESTDIR)$(exec_prefix)/libdata/pkgconfig
X+	$(INSTALL) -m 0644 libdar.pc $(DESTDIR)$(exec_prefix)/libdata/pkgconfig/libdar$(LIBDAR_SUFFIX).pc
X 
X uninstall-local:
X-	rm -rf $(DESTDIR)$(pkgincludedir) $(DESTDIR)$(libdir)/pkgconfig/libdar$(LIBDAR_SUFFIX).pc
X+	rm -rf $(DESTDIR)$(pkgincludedir) $(DESTDIR)$(exec_prefix)/libdata/pkgconfig/libdar$(LIBDAR_SUFFIX).pc
X 
X all-local : libdar.pc
X 
Xdiff -ur src-orig/libdar/Makefile.in src/libdar/Makefile.in
X--- src-orig/libdar/Makefile.in	Thu Apr 20 11:41:47 2006
X+++ src/libdar/Makefile.in	Thu Apr 20 11:43:34 2006
X@@ -642,11 +642,11 @@
X 	grep DAR $(DESTDIR)$(pkgincludedir)/config.h | grep -v "#undef" >  $(DESTDIR)$(pkgincludedir)/config.h.tmp
X 	mv  $(DESTDIR)$(pkgincludedir)/config.h.tmp  $(DESTDIR)$(pkgincludedir)/config.h
X 	chmod 0644 $(DESTDIR)$(pkgincludedir)/*
X-	$(INSTALL) -d $(DESTDIR)$(libdir)/pkgconfig
X-	$(INSTALL) -m 0644 libdar.pc $(DESTDIR)$(libdir)/pkgconfig/libdar$(LIBDAR_SUFFIX).pc
X+	$(INSTALL) -d $(DESTDIR)$(exec_prefix)/libdata/pkgconfig
X+	$(INSTALL) -m 0644 libdar.pc $(DESTDIR)$(exec_prefix)/libdata/pkgconfig/libdar$(LIBDAR_SUFFIX).pc
X 
X uninstall-local:
X-	rm -rf $(DESTDIR)$(pkgincludedir) $(DESTDIR)$(libdir)/pkgconfig/libdar$(LIBDAR_SUFFIX).pc
X+	rm -rf $(DESTDIR)$(pkgincludedir) $(DESTDIR)$(exec_prefix)/libdata/pkgconfig/libdar$(LIBDAR_SUFFIX).pc
X 
X all-local : libdar.pc
END-of-dar/files/patch-src-libdar
echo x - dar/Makefile
sed 's/^X//' >dar/Makefile << 'END-of-dar/Makefile'
X# New ports collection makefile for:  dar
X# Date created:        19 April 2006
X# Whom:                freebsd-ports@henrik.synth.no
X#
X# $FreeBSD$
X#
X
XPORTNAME=	dar
XPORTVERSION=	2.3.0
XCATEGORIES=	archivers sysutils
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	dar
X
XMAINTAINER=	freebsd-ports@henrik.synth.no
XCOMMENT=	Dar is a shell command that backs up directory trees and files
X
XMAN1=		dar.1 dar_cp.1 dar_slave.1 dar_manager.1 dar_xform.1
XMANCOMPRESSED=	no
XGNU_CONFIGURE=	yes
XUSE_LIBTOOL_VER=	15
XINSTALLS_SHLIB=	yes
X
X.include <bsd.port.mk>
END-of-dar/Makefile
echo x - dar/pkg-descr
sed 's/^X//' >dar/pkg-descr << 'END-of-dar/pkg-descr'
Xdar is a shell command that backs up directory trees and files. It has been
Xtested under Linux, Windows, Solaris, FreeBSD, NetBSD, MacOS X and several
Xother systems, it is released under the GNU General Public License (GPL).
XSince version 2.0.0 an Application Interface (API) is available, opening the
Xway for external/independent Graphical User Interfaces (GUIs) like kdar.
XThis API relies on the libdar library, which is the core part of DAR
Xprograms; as such, the API is released under the GPL. Consequently, to use
Xthe API, your program must be released under the GPL as well.
X
XWWW: http://dar.linux.free.fr/
END-of-dar/pkg-descr
echo x - dar/pkg-plist
sed 's/^X//' >dar/pkg-plist << 'END-of-dar/pkg-plist'
Xlib/libdar.so.4
Xlib/libdar.so
Xlib/libdar.la
Xlib/libdar.a
Xlibdata/pkgconfig/libdar.pc
Xinclude/dar/config.h
Xinclude/dar/libdar.hpp
Xinclude/dar/path.hpp
Xinclude/dar/mask.hpp
Xinclude/dar/integers.hpp
Xinclude/dar/real_infinint.hpp
Xinclude/dar/statistics.hpp
Xinclude/dar/user_interaction.hpp
Xinclude/dar/erreurs.hpp
Xinclude/dar/deci.hpp
Xinclude/dar/limitint.hpp
Xinclude/dar/infinint.hpp
Xinclude/dar/compressor.hpp
Xinclude/dar/special_alloc.hpp
Xinclude/dar/generic_file.hpp
Xinclude/dar/wrapperlib.hpp
Xinclude/dar/storage.hpp
Xinclude/dar/tuyau.hpp
Xinclude/dar/tools.hpp
Xinclude/dar/catalogue.hpp
Xinclude/dar/scrambler.hpp
Xinclude/dar/archive.hpp
Xinclude/dar/header_version.hpp
Xinclude/dar/ea.hpp
Xinclude/dar/crypto.hpp
Xinclude/dar/int_tools.hpp
Xinclude/dar/thread_cancellation.hpp
Xinclude/dar/tronconneuse.hpp
Xinclude/dar/mask_list.hpp
Xinclude/dar/database.hpp
Xinclude/dar/data_tree.hpp
Xinclude/dar/string_file.hpp
Xinclude/dar/gettext.h
Xinclude/dar/my_config.h
Xbin/dar
Xbin/dar_xform
Xbin/dar_slave
Xbin/dar_manager
Xbin/dar_cp
X%%DATADIR%%/samples/dar_par.dcf
X%%DATADIR%%/samples/cdbackup.sh
X%%DATADIR%%/samples/darrc_sample
X%%DATADIR%%/samples/sample1.txt
X%%DATADIR%%/samples/README
X%%DATADIR%%/samples/pause_every_n_slice.duc
X%%DATADIR%%/samples/automatic_backup
X%%DATADIR%%/samples/automatic_backup.txt
X%%DATADIR%%/samples/dar_backup
X%%DATADIR%%/samples/dar_rqck.bash
X%%DATADIR%%/samples/JH-dar-make_user_backup.sh
X%%DATADIR%%/samples/JH-readme.txt
X%%DATADIR%%/samples/JH_dar_archiver.options
X%%DATADIR%%/samples/JH_darrc
X%%DATADIR%%/samples/cluster_digital_backups.sh
X%%DATADIR%%/samples/cluster_digital_readme.txt
X%%DATADIR%%/samples/index.html
X%%DATADIR%%/samples/dar_par_create.duc
X%%DATADIR%%/samples/dar_par_test.duc
X%%DATADIR%%/dar-differential-backup-mini-howto.en.html
X%%DATADIR%%/dar-differential-backup-mini-howto.it.html
X%%DATADIR%%/dar-differential-backup-mini-howto.es.html
X%%DATADIR%%/index.html
X%%DATADIR%%/mini-howto/dar-differential-backup-mini-howto.en.html
X%%DATADIR%%/mini-howto/dar-differential-backup-mini-howto.it.html
X%%DATADIR%%/mini-howto/dar-differential-backup-mini-howto.es.html
X%%DATADIR%%/mini-howto/index.html
X%%DATADIR%%/README
X%%DATADIR%%/Features.html
X%%DATADIR%%/Limitations.html
X%%DATADIR%%/Notes.html
X%%DATADIR%%/Tutorial.html
X%%DATADIR%%/Good_Backup_Practice.html
X%%DATADIR%%/FAQ.html
X%%DATADIR%%/api_tutorial.html
X%%DATADIR%%/dar_doc.jpg
X%%DATADIR%%/dar_s_doc.jpg
X%%DATADIR%%/dar-catalog-1.0.dtd
X%%DATADIR%%/Known_Bugs.html
X%%DATADIR%%/authentification.html
X%%DATADIR%%/dar_key.txt
X%%DATADIR%%/man/index.html
END-of-dar/pkg-plist
echo x - dar/distinfo
sed 's/^X//' >dar/distinfo << 'END-of-dar/distinfo'
XMD5 (dar-2.3.0.tar.gz) = db33f61b31fcdb84d13205a96c3d7771
XSIZE (dar-2.3.0.tar.gz) = 1142646
END-of-dar/distinfo
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604201052.k3KAqc5d092764>