Commit graph

10 commits

Author SHA1 Message Date
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
tv
cd4c1493af Fix build on Interix (u_int64_t, but no uint64_t). 2005-10-31 14:31:47 +00:00
minskim
989ff25df4 Make this package build on platforms with setxattr(2) (e.g., Linux and
Darwin).
2005-10-31 05:11:41 +00:00
rillig
864a663beb Fixed typo. 2005-10-23 18:00:57 +00:00
agc
7a76dfeafc Update archangel to 20050730
+ include <stdint.h> if we have it, so that we can use uintXX_t types
on OSes that don't have them in <sys/types.h> (thanks, Mac OS X)

+ clean up some uninitialised warnings on NetBSD-current

+ rein in on the compilation flags, since older versions of gcc seem
to barf on -std=c99 (thanks to David Maxwell for pointing this one out).
2005-07-31 22:31:04 +00:00
agc
32c54c9362 Update archangel to 20050724 version.
Differences from previous version:

+ properly recognise __attribute__() - pointed out very eloquently by
Joerg Sonnenberger

+ add -V switch to aatar to print the version

+ fix more fallout from autoconf, showed up by bulk builds on 3.0
2005-07-24 07:44:07 +00:00
agc
200e39a74c Update archangel to 20050720 sources.
Changes since previous version:

+ lint fixes, highlighted by amd64 bulk build results - cast 64bit entities
to the correct type when printing the values.
2005-07-20 21:35:44 +00:00
agc
e72a2bfef1 Update archangel to sources from 20050716:
+ updated options parsing in aatar
+ fixed a bug whereby zero-length files would not be added to the
  archive correctly
2005-07-16 23:14:45 +00:00
schmonz
7a6b5fccad Fix HOMEPAGE. 2005-07-14 22:14:11 +00:00
agc
291fa82d6c Initial import of archangel-20050714 into the Packages Collection.
Archangel is an archiver for 2005 and beyond. Some features are:

	+ cross-platform
	+ individually {compressed,bzip2ed,gzipped} entries
	+ individually {signed,encrypted,signed+encrypted} entries
	+ entries can be padded to arbitrary lengths

	All in all, a combination of zip, tar, and gpg on steroids

	You can now backup files, and not be worried about people reading them,
	either in transit or at their destination.

	Entries have a maximum size of 1 MB (by default) internally, so that
	media problems mean that you can recover the parts that aren't affected.
2005-07-14 21:45:29 +00:00