Skip to content

Commit

Permalink
added homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
kholtman committed Feb 24, 2012
1 parent c8604ae commit 97897de
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 43 deletions.
1 change: 1 addition & 0 deletions HISTORY
Original file line number Diff line number Diff line change
Expand Up @@ -946,4 +946,5 @@ by Jaari Aalto.
Improved some questionable code in incheckdata(). Removed unused
variable (causing compiler warning) in outflush() and compressfile().

Created afio home page on the web.

12 changes: 6 additions & 6 deletions INSTALLATION
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ real problem. (The GCC maintainers add new types of warning messages
regularly, and afio is usually behind in updating the sources to
eliminate new warnings.)

If you see warning like:

ignoring return value of X, declared with attribute warn_unused_result

these are spurious are generated by a bug in glibc: they can be ignored.

See the file PORTING for more information on compiling afio on
non-Linux machines.

Expand Down Expand Up @@ -48,12 +54,6 @@ which installs the afio binary in /usr/local/bin, and the manual page
in /usr/share/man/man1 -- these are the correct locations for most
Linux systems.

** Warning: older versions the afio `make install' (before
2.4.7.9beta) used /usr/bin as the executable install directory. If
/usr/bin is before /usr/local/bin in your PATH, you might have to
delete or rename any older version of afio in /usr/bin.


Notes on using afio
-------------------

Expand Down
9 changes: 5 additions & 4 deletions README
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@

This is afio 2.5.1

To find out if this is the latest version, you can look at
http://freecode.com/projects/afio
To find out if this is the latest version, go to

http://members.chello.nl/k.holtman/afio.html

The current maintainer is Koen Holtman (koen.holtman@ieee.org).

(Alternative e-mail address for the maintainer: k.holtman@chello.nl)

When mailing the maintainer, please use the word `afio' somewhere in
the subject line, this lowers the chance that your mail will get
accidentally deleted.

Alternative e-mail address for the maintainer: k.holtman@chello.nl

>> See the first lines of afio.c for licensing/redistribution information <<

--------------------------------------------------------------------------
Expand Down
32 changes: 4 additions & 28 deletions afio.1
Original file line number Diff line number Diff line change
Expand Up @@ -1609,35 +1609,11 @@ will read the parts in the right (alphabetic) order.
.SH "SEE ALSO"
cpio(1), find(1), tar(1), compress(1), gzip(1).
.SH WEB SITE AND INTERNET RESOURCES
There is no official web site for
.IR afio .
However, the current
maintainer does post information on alpha, beta, and production releases at
.I http://freecode.com/projects/afio/
.br
The Debian project maintains a binary distribution package of
.IR afio ,
see
.IR http://packages.debian.org
The afio home page is at
http://members.chello.nl/~k.holtman/afio.html
.br
Bug reporting on the Debian package can be done to the Debian project,
bugs with a scope beyond Debian will usually also reach the current afio
maintainer mentioned below.
.br
For general bug reporting, patches,
suggestions and status inquiries, please e-mail
the current afio maintainer.
Though the maintenance and distribution effort of
.I afio
is Linux-centered, correspondence with respect to the use of
.I afio
on other operating systems is also welcome.
.br
When mailing the maintainer, please use the word `afio' somewhere in
the subject line, this lowers the chance that your mail will get
accidentally deleted. The current maintainer e-mail address is:
.br
.I koen.holtman@ieee.org
See the home page for information on submitting questions, bug
reports, patches, etc.
.br
.SH AUTHORS
Mark Brukhartz
Expand Down
2 changes: 1 addition & 1 deletion afio.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* - The main authors and maintainers all intend afio to be free and
* freely distributable. It has been distributed widely and for
* free since at least 1987, when it was posted to the
* comp.sources.linux newsgroup.
* comp.sources.unix newsgroup.
*
* - The legal risks to re-distributers, coming from the licence, are
* effectively zero.
Expand Down
3 changes: 2 additions & 1 deletion afio.lsm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ Description: Archiver & backup program with builtin compression
Supports files greater than 2 GB.
Author: Mark Brukhartz, Koen Holtman, et al.
Maintained-by: koen.holtman@ieee.org (Koen Holtman)
Primary-site: http://members.brabant.chello.nl/~k.holtman/afio-2.5.1.tgz
Primary-site: http://members.chello.nl/~k.holtman/afio-2.5.1.tgz
Alternate-site: http://members.chello.nl/~k.holtman/afio.html
Alternate-site: http://freecode.com/projects/afio/
Platforms: gcc, gzip
Copying-policy: free
Expand Down
6 changes: 3 additions & 3 deletions patchlevel.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define VERSION "2.5.1"
#define DATE "05 Feb 2012"
#define VERSION "2.5.1dev"
#define DATE ">05 Feb 2012"

/*
* Version 1.68 1985 Mark Brukhartz
Expand All @@ -22,5 +22,5 @@
* Version 2.4.7.9beta4 04 Dec 2002 Koen Holtman
* Version 2.4.8.beta1 14 Dec 2003 Koen Holtman
* Version 2.5 21 Dec 2003 Koen Holtman
* Version 2.5.1 05 Feb 2011 Koen Holtman
* Version 2.5.1 05 Feb 2012 Koen Holtman
*/

0 comments on commit 97897de

Please sign in to comment.