Fix gnome-keyring description in DESCR-main, and other various DESCR tweaks.

ok sthen mpi
This commit is contained in:
stsp 2012-06-06 14:20:36 +00:00
parent d7c9c58768
commit b69e7cfef0
5 changed files with 24 additions and 26 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.111 2012/05/30 12:16:14 stsp Exp $
# $OpenBSD: Makefile,v 1.112 2012/06/06 14:20:36 stsp Exp $
COMMENT-main= subversion revision control system
COMMENT-perl= perl interface to subversion
@ -10,6 +10,10 @@ COMMENT-gnome-keyring= GNOME keyring support for subversion
VERSION= 1.7.5
DISTNAME= subversion-${VERSION}
PKGNAME-main= ${DISTNAME}
REVISION-main= 0
REVISION-perl= 0
REVISION-python= 0
REVISION-ruby= 0
FULLPKGNAME-perl= p5-SVN-${VERSION}
FULLPKGPATH-perl= devel/subversion,-perl
FULLPKGNAME-python= py-subversion-${VERSION}

View File

@ -1,22 +1,19 @@
Subversion is a free/open-source version control system. That is,
Subversion manages files and directories over time. A tree of files
is placed into a central repository. The repository is much like an
ordinary file server, except that it remembers every change ever made
to your files and directories. This allows you to recover older versions
of your data, or examine the history of how your data changed.
In this regard, many people think of a version control system as a
sort of time machine.
Apache Subversion exists to be universally recognized and adopted as an
open-source, centralized version control system characterized by its
reliability as a safe haven for valuable data; the simplicity of its
model and usage; and its ability to support the needs of a wide variety
of users and projects, from individuals to large-scale enterprise
operations.
Note that you need to install the following subpackages to gain
the appropriate functionality:
-perl Perl bindings to Subversion
-python Python bindings to Subversion
-ruby Ruby bindings to Subversion
-ap2 Apache httpd 2 modules for Subversion
Flavors:
gnome_keyring: Compile with support for gnome-keyring
Note that you need to install the following subpackages to gain the
appropriate functionality:
-perl Perl bindings to Subversion
-python Python bindings to Subversion
-ruby Ruby bindings to Subversion
-ap2 Apache httpd 2 modules for Subversion
-gnome-keyring Store Subversion passwords in gnome-keyring
Also note that plaintext-password caching is disabled by default
by setting "store-plaintext-passwords" to "no" in ${SYSCONFDIR}/subversion/servers.
This is a different default behaviour to a standard subversion install,
Also note that plaintext-password caching is disabled by default by
setting "store-plaintext-passwords" to "no" in ${SYSCONFDIR}/subversion/servers.
This is a different default behaviour to a standard Subversion install,
which would ask the user before storing passwords in plaintext.

View File

@ -1,2 +1 @@
This package contains a set of bindings for the perl scripting language to
Subversion.
This package contains Subversion bindings for the Perl scripting language.

View File

@ -1,2 +1 @@
This package contains a set of bindings for the Python scripting language to
Subversion.
This package contains Subversion bindings for the Python scripting language.

View File

@ -1,2 +1 @@
This package contains a set of bindings for the ruby scripting language to
Subversion
This package contains Subversion bindings for the Ruby scripting language.