mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 20:00:58 +01:00
version++; updated POD.
This commit is contained in:
20
configure
vendored
20
configure
vendored
@@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.69 for pcp 0.1.4.
|
||||
# Generated by GNU Autoconf 2.69 for pcp 0.1.5.
|
||||
#
|
||||
# Report bugs to <pcp@daemon.de>.
|
||||
#
|
||||
@@ -590,8 +590,8 @@ MAKEFLAGS=
|
||||
# Identity of this package.
|
||||
PACKAGE_NAME='pcp'
|
||||
PACKAGE_TARNAME='pcp'
|
||||
PACKAGE_VERSION='0.1.4'
|
||||
PACKAGE_STRING='pcp 0.1.4'
|
||||
PACKAGE_VERSION='0.1.5'
|
||||
PACKAGE_STRING='pcp 0.1.5'
|
||||
PACKAGE_BUGREPORT='pcp@daemon.de'
|
||||
PACKAGE_URL=''
|
||||
|
||||
@@ -1307,7 +1307,7 @@ if test "$ac_init_help" = "long"; then
|
||||
# Omit some internal or obsolete options to make the list less imposing.
|
||||
# This message is too long to be a string in the A/UX 3.1 sh.
|
||||
cat <<_ACEOF
|
||||
\`configure' configures pcp 0.1.4 to adapt to many kinds of systems.
|
||||
\`configure' configures pcp 0.1.5 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
@@ -1377,7 +1377,7 @@ fi
|
||||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of pcp 0.1.4:";;
|
||||
short | recursive ) echo "Configuration of pcp 0.1.5:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
@@ -1485,7 +1485,7 @@ fi
|
||||
test -n "$ac_init_help" && exit $ac_status
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
pcp configure 0.1.4
|
||||
pcp configure 0.1.5
|
||||
generated by GNU Autoconf 2.69
|
||||
|
||||
Copyright (C) 2012 Free Software Foundation, Inc.
|
||||
@@ -1908,7 +1908,7 @@ cat >config.log <<_ACEOF
|
||||
This file contains any messages produced by compilers while
|
||||
running configure, to aid debugging if configure makes a mistake.
|
||||
|
||||
It was created by pcp $as_me 0.1.4, which was
|
||||
It was created by pcp $as_me 0.1.5, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
@@ -2737,7 +2737,7 @@ fi
|
||||
|
||||
# Define the identity of the package.
|
||||
PACKAGE='pcp'
|
||||
VERSION='0.1.4'
|
||||
VERSION='0.1.5'
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
@@ -13257,7 +13257,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
||||
# report actual input values of CONFIG_FILES etc. instead of their
|
||||
# values after options handling.
|
||||
ac_log="
|
||||
This file was extended by pcp $as_me 0.1.4, which was
|
||||
This file was extended by pcp $as_me 0.1.5, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
@@ -13323,7 +13323,7 @@ _ACEOF
|
||||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
||||
ac_cs_version="\\
|
||||
pcp config.status 0.1.4
|
||||
pcp config.status 0.1.5
|
||||
configured by $0, generated by GNU Autoconf 2.69,
|
||||
with options \\"\$ac_cs_config\\"
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
#define PCP_VERSION_MAJOR 0
|
||||
#define PCP_VERSION_MINOR 1
|
||||
#define PCP_VERSION_PATCH 4
|
||||
#define PCP_VERSION_PATCH 5
|
||||
|
||||
#define PCP_MAKE_VERSION(major, minor, patch) \
|
||||
((major) * 10000 + (minor) * 100 + (patch))
|
||||
|
||||
17
man/pcp1.1
17
man/pcp1.1
@@ -124,7 +124,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "PCP1 1"
|
||||
.TH PCP1 1 "2013-11-12" "PCP 0.1.4" "USER CONTRIBUTED DOCUMENTATION"
|
||||
.TH PCP1 1 "2013-11-12" "PCP 0.1.5" "USER CONTRIBUTED DOCUMENTATION"
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
@@ -147,8 +147,11 @@ Pretty Curved Privacy \- File encryption using eliptic curve cryptography.
|
||||
\& \-r \-\-recipient <string> Specify a recpipient, used for public
|
||||
\& key export and encryption.
|
||||
\& \-t \-\-text Print textual representation of some
|
||||
\& item. Either \-V or \-i must be specified
|
||||
\& as well.
|
||||
\& item. Specify \-V to get info about a
|
||||
\& vault, \-i to get info about a key id
|
||||
\& installed in the vault or \-I in which
|
||||
\& case it determines itself what kind of
|
||||
\& file it is.
|
||||
\& \-h \-\-help Print this help message.
|
||||
\& \-v \-\-version Print program version.
|
||||
\& \-D \-\-debug Enable debug output.
|
||||
@@ -157,7 +160,13 @@ Pretty Curved Privacy \- File encryption using eliptic curve cryptography.
|
||||
\& \-k \-\-keygen Generate a CURVE25519 secret key. If
|
||||
\& the generated key is the first one in
|
||||
\& your vault, it will become the primary
|
||||
\& secret key.
|
||||
\& secret key. If an output file (\-O) has
|
||||
\& been specified, don\*(Aqt store the generated
|
||||
\& key to the vault but export it to the
|
||||
\& file instead. You will be asked for
|
||||
\& an owner, mail and a passphrase. If you
|
||||
\& leave the passphrase empty, the key will
|
||||
\& be stored unencrypted.
|
||||
\& \-l \-\-listkeys List all keys currently stored in your
|
||||
\& vault. Only the key id\*(Aqs and some info
|
||||
\& about the keys will be printed, not the
|
||||
|
||||
15
man/pcp1.pod
15
man/pcp1.pod
@@ -19,8 +19,11 @@ Pretty Curved Privacy - File encryption using eliptic curve cryptography.
|
||||
-r --recipient <string> Specify a recpipient, used for public
|
||||
key export and encryption.
|
||||
-t --text Print textual representation of some
|
||||
item. Either -V or -i must be specified
|
||||
as well.
|
||||
item. Specify -V to get info about a
|
||||
vault, -i to get info about a key id
|
||||
installed in the vault or -I in which
|
||||
case it determines itself what kind of
|
||||
file it is.
|
||||
-h --help Print this help message.
|
||||
-v --version Print program version.
|
||||
-D --debug Enable debug output.
|
||||
@@ -29,7 +32,13 @@ Pretty Curved Privacy - File encryption using eliptic curve cryptography.
|
||||
-k --keygen Generate a CURVE25519 secret key. If
|
||||
the generated key is the first one in
|
||||
your vault, it will become the primary
|
||||
secret key.
|
||||
secret key. If an output file (-O) has
|
||||
been specified, don't store the generated
|
||||
key to the vault but export it to the
|
||||
file instead. You will be asked for
|
||||
an owner, mail and a passphrase. If you
|
||||
leave the passphrase empty, the key will
|
||||
be stored unencrypted.
|
||||
-l --listkeys List all keys currently stored in your
|
||||
vault. Only the key id's and some info
|
||||
about the keys will be printed, not the
|
||||
|
||||
15
src/usage.h
15
src/usage.h
@@ -14,8 +14,11 @@
|
||||
"-r --recipient <string> Specify a recpipient, used for public\n" \
|
||||
" key export and encryption.\n" \
|
||||
"-t --text Print textual representation of some\n" \
|
||||
" item. Either -V or -i must be specified\n" \
|
||||
" as well.\n" \
|
||||
" item. Specify -V to get info about a\n" \
|
||||
" vault, -i to get info about a key id\n" \
|
||||
" installed in the vault or -I in which\n" \
|
||||
" case it determines itself what kind of\n" \
|
||||
" file it is.\n" \
|
||||
"-h --help Print this help message.\n" \
|
||||
"-v --version Print program version.\n" \
|
||||
"-D --debug Enable debug output.\n" \
|
||||
@@ -24,7 +27,13 @@
|
||||
"-k --keygen Generate a CURVE25519 secret key. If\n" \
|
||||
" the generated key is the first one in\n" \
|
||||
" your vault, it will become the primary\n" \
|
||||
" secret key.\n" \
|
||||
" secret key. If an output file (-O) has\n" \
|
||||
" been specified, don't store the generated\n" \
|
||||
" key to the vault but export it to the\n" \
|
||||
" file instead. You will be asked for\n" \
|
||||
" an owner, mail and a passphrase. If you\n" \
|
||||
" leave the passphrase empty, the key will\n" \
|
||||
" be stored unencrypted.\n" \
|
||||
"-l --listkeys List all keys currently stored in your\n" \
|
||||
" vault. Only the key id's and some info\n" \
|
||||
" about the keys will be printed, not the\n" \
|
||||
|
||||
@@ -12,8 +12,11 @@ General Options:
|
||||
-r --recipient <string> Specify a recpipient, used for public
|
||||
key export and encryption.
|
||||
-t --text Print textual representation of some
|
||||
item. Either -V or -i must be specified
|
||||
as well.
|
||||
item. Specify -V to get info about a
|
||||
vault, -i to get info about a key id
|
||||
installed in the vault or -I in which
|
||||
case it determines itself what kind of
|
||||
file it is.
|
||||
-h --help Print this help message.
|
||||
-v --version Print program version.
|
||||
-D --debug Enable debug output.
|
||||
@@ -22,7 +25,13 @@ Keymanagement Options:
|
||||
-k --keygen Generate a CURVE25519 secret key. If
|
||||
the generated key is the first one in
|
||||
your vault, it will become the primary
|
||||
secret key.
|
||||
secret key. If an output file (-O) has
|
||||
been specified, don't store the generated
|
||||
key to the vault but export it to the
|
||||
file instead. You will be asked for
|
||||
an owner, mail and a passphrase. If you
|
||||
leave the passphrase empty, the key will
|
||||
be stored unencrypted.
|
||||
-l --listkeys List all keys currently stored in your
|
||||
vault. Only the key id's and some info
|
||||
about the keys will be printed, not the
|
||||
|
||||
Reference in New Issue
Block a user