Add git install instructions. Simplify and customize INSTALL. Add dependency to cause version.texi to get created. Update my email address.

This commit is contained in:
R. Bernstein
2011-05-19 07:43:38 -04:00
parent f2438edcbc
commit 7d23f847e6
27 changed files with 46 additions and 59 deletions

19
INSTALL.git Normal file
View File

@@ -0,0 +1,19 @@
If you are building from the git repository, you will
need the software listed in INSTALL. Additionally you will need:
- git (version control for checking out source code)
- autoconf (which contains programs autoconf and autoreconf)
- automake
- libtool (for building shared libraries),
- m4 (used by autoconf)
- texinfo (for building documentation)
- help2man (turns help for libcdio standalone programs into manual pages)
If you have this
cd <parent directory for source code>
git clone git://git.savannah.gnu.org/libcdio.git
cd libcdio
sh ./autogen.sh
Then follow instructions in INSTALL.

View File

@@ -124,7 +124,7 @@ check_iso.sh: $(top_builddir)/config.status check_iso.sh.in
make-executable:
# cvs2cl
MAINTAINERCLEANFILES = ChangeLog
MAINTAINERCLEANFILES = ChangeLog *.rej *.orig
if MAINTAINER_MODE

2
README
View File

@@ -57,5 +57,3 @@ players mplayerxp (http://mplayerxp.sourceforge.net/) and gmerlin
extracting and editing ISO-9600 images (http://kiso.sourceforge.net),
and a Samba vfs module that allows exporting a CD without mounting it
(http://ontologistics.net/OpenSource/Samba/index.php).
$Id: README,v 1.13 2006/03/28 14:48:44 rocky Exp $

View File

@@ -1,5 +1,3 @@
# $Id: Makefile.am,v 1.9 2008/04/17 17:39:47 karl Exp $
#
# Copyright (C) 2003, 2004, 2008 Rocky Bernstein <rocky@gnu.org>
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -32,13 +30,13 @@ html: libcdio.html
%.ps.gz: %.ps
gzip -9c $< > $@
.texi.pdf:
.texi.pdf: stamp-vti
texi2pdf $<
.texi.html:
.texi.html: stamp-vti
texi2html $<
.texi.txt:
.texi.txt:
makeinfo --no-headers $< > $@
all-formats: pdf dvi txt ps html

View File

@@ -1,8 +0,0 @@
*.html
doxygen.css
doxygen.png
libcdio.ps
tab_b.gif
tab_l.gif
tab_r.gif
tabs.css

View File

@@ -289,7 +289,7 @@ usage(char *prog)
"way on a spare console and forget about it...\n"
"\n"
"(c) 1997,98 Gerd Knorr <kraxel@goldbach.in-berlin.de>\n"
"(c) 2005 Rocky Bernstein <rocky@panix.com>\n"
"(c) 2005 Rocky Bernstein <rocky@gnu.org>\n"
, prog, prog);
}

View File

@@ -1,7 +1,5 @@
/*
$Id: enum.hpp,v 1.2 2008/03/25 15:59:10 karl Exp $
Copyright (C) 2005, 2008 Rocky Bernstein <rocky@panix.com>
Copyright (C) 2005, 2008 Rocky Bernstein <rocky@gnu.org>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

View File

@@ -1,7 +1,5 @@
/*
$Id: read.hpp,v 1.3 2008/03/25 15:59:10 karl Exp $
Copyright (C) 2005, 2006, 2008 Rocky Bernstein <rocky@panix.com>
Copyright (C) 2005, 2006, 2008 Rocky Bernstein <rocky@gnu.org>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

View File

@@ -1,7 +1,5 @@
/*
$Id: rock.h,v 1.15 2008/03/25 15:59:09 karl Exp $
Copyright (C) 2005, 2006 2008 Rocky Bernstein <rocky@panix.com>
Copyright (C) 2005, 2006 2008 Rocky Bernstein <rocky@gnu.org>
See also rock.c by Eric Youngdale (1993) from GNU/Linux
This is Copyright 1993 Yggdrasil Computing, Incorporated

View File

@@ -1,7 +1,5 @@
/*
$Id: scsi_mmc.h,v 1.46 2008/03/25 15:59:09 karl Exp $
Copyright (C) 2003, 2004, 2005, 2008 Rocky Bernstein <rocky@panix.com>
Copyright (C) 2003, 2004, 2005, 2008 Rocky Bernstein <rocky@gnu.org>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

View File

@@ -1,7 +1,5 @@
/*
$Id: portable.h,v 1.4 2008/04/22 15:29:12 karl Exp $
Copyright (C) 2006, 2008 Rocky Bernstein <rocky@panix.com>
Copyright (C) 2006, 2008 Rocky Bernstein <rocky@gnu.org>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

View File

@@ -1,7 +1,5 @@
/*
$Id: sector.c,v 1.5 2005/02/06 04:20:25 rocky Exp $
Copyright (C) 2004, 2005 Rocky Bernstein <rocky@panix.com>
Copyright (C) 2004, 2005 Rocky Bernstein <rocky@gnu.org>
Copyright (C) 2000 Herbert Valerio Riedel <hvr@gnu.org>
This program is free software; you can redistribute it and/or modify

View File

@@ -1,7 +1,5 @@
/*
$Id: xa.c,v 1.8 2008/04/24 07:28:00 rocky Exp $
Copyright (C) 2003, 2005, 2008 Rocky Bernstein <rocky@panix.com>
Copyright (C) 2003, 2005, 2008 Rocky Bernstein <rocky@gnu.org>
Copyright (C) 2000 Herbert Valerio Riedel <hvr@gnu.org>
This program is free software: you can redistribute it and/or modify

View File

@@ -120,16 +120,16 @@ rm -rf ${RPM_BUILD_ROOT}/%{_mandir}
* Sun Feb 15 2004 Manfred Tremmel <Manfred.Tremmel@iiv.de>
- some little changes
* Sat Feb 14 2004 Rocky Bernstein <rocky@panix.com>
* Sat Feb 14 2004 Rocky Bernstein <rocky@gnu.org>
- require vcdimager 0.7.20, small rpm fixes
* Tue Sep 9 2003 Rocky Bernstein <rocky@panix.com>
* Tue Sep 9 2003 Rocky Bernstein <rocky@gnu.org>
- small fixes really from Frantisek Dvorak <valtri@atlas.cz>
* Sun Aug 30 2003 Frantisek Dvorak <valtri@atlas.cz>
- two files added
* Wed Aug 06 2003 Rocky Bernstein <rocky@panix.com>
* Wed Aug 06 2003 Rocky Bernstein <rocky@gnu.org>
- fixes really Manfred Tremmel <Manfred.Tremmel@iiv.de>
at http://www.iiv.de/schwinde/buerger/tremmel/

View File

@@ -1,7 +1,5 @@
/*
$Id: toc.y,v 1.3 2008/03/23 17:21:34 karl Exp $
Copyright (C) 2005, 2008 Rocky Bernstein <rocky@panix.com>
Copyright (C) 2005, 2008 Rocky Bernstein <rocky@gnu.org>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

View File

@@ -94,4 +94,4 @@ if MAINTAINER_MODE
$(man_MANS): %.1: %$(EXEEXT) %.help2man
-$(HELP2MAN) --opt-include=$(srcdir)/$(<:.exe=).help2man --no-info --output=$@ ./$<
endif
MAINTAINERCLEANFILES = $(man_MANS)
MAINTAINERCLEANFILES = $(man_MANS) *.rej *.orig

View File

@@ -6,5 +6,5 @@ Shows CD-ROM drive characteristics.
[SEE ALSO]
\&\f(CWcd-info(1)\fR for information about the CD inside a CD-ROM.
[AUTHOR]
Rocky Bernstein rocky@panix.com
Rocky Bernstein rocky@gnu.org

View File

@@ -7,5 +7,5 @@ Shows Information about a CD or CD-image.
\&\f(CWcd-drive(1)\fR for CD-ROM characteristics;
\&\f(CWiso-info(1)\fR for information about an ISO-9660 image.
[AUTHOR]
Rocky Bernstein rocky@panix.com, based on the cdinfo program by
Rocky Bernstein rocky@gnu.org, based on the cdinfo program by
Gerd Knorr <kraxel@bytesex.org> and Heiko Eissfeldt <heiko@hexco.de>

View File

@@ -375,7 +375,7 @@ Monty <monty@xiph.org>
Cdparanoia's homepage may be found at:
http://www.xiph.org/paranoia/
.P
Revised for use with libcdio by Rocky <rocky@panix.com>
Revised for use with libcdio by Rocky <rocky@gnu.org>
.P
The libcdio homepage may be found at:
http://www.gnu.org/software/libcdio

View File

@@ -1,7 +1,5 @@
/*
$Id: header.c,v 1.2 2008/04/11 15:44:00 karl Exp $
Copyright (C) 2004 Rocky Bernstein <rocky@panix.com>
Copyright (C) 2004 Rocky Bernstein <rocky@gnu.org
Copyright (C) 1998 Monty xiphmont@mit.edu
and Heiko Eissfeldt heiko@escape.colossus.de

View File

@@ -8,4 +8,4 @@ Reads Information from a CD or CD-image.
\&\f(CWcd-drive(1)\fR for CD-ROM characteristics;
\&\f(CWiso-read(1)\fR for information about an ISO-9660 image.
[AUTHOR]
Rocky Bernstein <rocky@panix.com>
Rocky Bernstein <rocky@gnu.org>

View File

@@ -943,7 +943,7 @@ usage(char *prog)
"way on a spare console and forget about it...\n"
"\n"
"(c) 1997,98 Gerd Knorr <kraxel@goldbach.in-berlin.de>\n"
"(c) 2005, 2006 Rocky Bernstein <rocky@panix.com>\n"
"(c) 2005, 2006 Rocky Bernstein <rocky@gnu.org>\n"
, prog, prog);
}

View File

@@ -218,7 +218,7 @@ char *devname = NULL;
char *program_name;
const char *argp_program_version = PROGRAM_NAME CDINFO_VERSION;
const char *argp_program_bug_address = "rocky@panix.com";
const char *argp_program_bug_address = "rocky@gnu.org";
/* Program documentation. */
const char doc[] =

View File

@@ -7,4 +7,4 @@ Shows Information about an ISO 9660 image.
\&\f(CWcd-info(1)\fR for information about an ISO-9660 image.
\&\f(CWcd-read(1)\fR to read portions of an ISO 9660 image.
[AUTHOR]
Rocky Bernstein <rocky@panix.com>
Rocky Bernstein <rocky@gnu.org>

View File

@@ -7,4 +7,4 @@ Reads portions of an ISO 9660 image.
\&\f(CWiso-info(1)\fR for information about an ISO-9660 image.
\&\f(CWcd-read(1)\fR to read portions of an ISO 9660 image.
[AUTHOR]
Rocky Bernstein <rocky@panix.com>
Rocky Bernstein <rocky@gnu.org>

View File

@@ -53,7 +53,7 @@ print_version (char *program_name, const char *version,
if (no_header == 0)
report( stdout,
"%s version %s\nCopyright (c) 2003, 2004, 2005, 2007, 2008 R. Bernstein\n",
"%s version %s\nCopyright (c) 2003, 2004, 2005, 2007, 2008, 2011 R. Bernstein\n",
program_name, version);
report( stdout,
_("This is free software; see the source for copying conditions.\n\

View File

@@ -1,6 +1,4 @@
/*
$Id: util.h,v 1.16 2008/04/14 17:30:27 karl Exp $
Copyright (C) 2003, 2004, 2005, 2008 Rocky Bernstein <rocky@gnu.org>
This program is free software: you can redistribute it and/or modify