Commit graph

18 commits

Author SHA1 Message Date
asau
4eca2cfc6f "user-destdir" is default these days 2012-09-11 19:46:52 +00:00
sbd
8d1e7f357d The problem with gcc attributes is that they are being defined away in
config.h because the AC_C___ATTRIBUTE__ test is broken.

(Note: the secound argument to AC_TRY_COMPILE is what goes in main).
2012-01-28 04:37:36 +00:00
sbd
067f2d4967 Add a workaround for a problem with gcc transparent_union attribute that
causes the wait() prototype to be wrong.

Also linux's struct stat dosn't have st_flags.
2012-01-28 01:52:48 +00:00
hans
b4b5cf9cc1 SunOS lacks strmode(), so get it from libnbcompat. 2012-01-12 17:14:45 +00:00
zafer
f872a95474 agc's homepage is most of the time offline. disable master site. fetch from backup. 2009-05-02 13:22:35 +00:00
jlam
6a0bbfc676 Mechanical changes to add full DESTDIR support to packages that install
their files via a custom do-install target.
2008-03-02 03:48:36 +00:00
rillig
a9f2c90b21 Added a patch for Solaris 10, which does neither have futimes() nor
struct stat.st_flags.
2006-10-01 21:00:20 +00:00
rillig
52e333e655 Honour PKGMANDIR. 2006-07-23 14:11:06 +00:00
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