mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
Rewrap dev-vcs DESCRIPTIONs
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
SUMMARY="Bazaar is a friendly powerful distributed version control system"
|
||||
SUMMARY="A friendly powerful distributed version control system"
|
||||
DESCRIPTION="
|
||||
Bazaar is a version control system that helps you track project
|
||||
history over time and to collaborate easily with others. Whether
|
||||
you're a single developer, a co-located team or a community of
|
||||
developers scattered across the world, Bazaar scales and adapts to
|
||||
meet your needs. Part of the GNU Project, Bazaar is free software
|
||||
sponsored by Canonical.
|
||||
Bazaar is a version control system that helps you track project history over \
|
||||
time and to collaborate easily with others. Whether you're a single developer, \
|
||||
a co-located team or a community of developers scattered across the world, \
|
||||
Bazaar scales and adapts to meet your needs. Part of the GNU Project, Bazaar \
|
||||
is free software sponsored by Canonical.
|
||||
"
|
||||
HOMEPAGE="http://bazaar.canonical.com"
|
||||
SRC_URI="https://launchpadlibrarian.net/145980211/bzr-2.6.0.tar.gz"
|
||||
|
||||
@@ -1,16 +1,37 @@
|
||||
SUMMARY="Concurrent Versions System"
|
||||
DESCRIPTION="CVS is a version control system, an important component of Source Configuration Management (SCM). Using it, you can record the history of sources files, and documents. It fills a similar role to the free software RCS, PRCS, and Aegis packages.
|
||||
|
||||
CVS is a production quality system in wide use around the world, including many free software projects.
|
||||
|
||||
While CVS stores individual file history in the same format as RCS, it offers the following significant advantages over RCS:
|
||||
|
||||
* It can run scripts which you can supply to log CVS operations or enforce site-specific polices.
|
||||
* Client/server CVS enables developers scattered by geography or slow modems to function as a single team. The version history is stored on a single central server and the client machines have a copy of all the files that the developers are working on. Therefore, the network between the client and the server must be up to perform CVS operations (such as checkins or updates) but need not be up to edit or manipulate the current versions of the files. Clients can perform all the same operations which are available locally.
|
||||
* In cases where several developers or teams want to each maintain their own version of the files, because of geography and/or policy, CVS's vendor branches can import a version from another team (even if they don't use CVS), and then CVS can merge the changes from the vendor branch with the latest files if that is what is desired.
|
||||
* Unreserved checkouts, allowing more than one developer to work on the same files at the same time.
|
||||
* CVS provides a flexible modules database that provides a symbolic mapping of names to components of a larger software distribution. It applies names to collections of directories and files. A single command can manipulate the entire collection.
|
||||
* CVS servers run on most unix variants, and clients for Windows NT/95, OS/2 and VMS are also available. CVS will also operate in what is sometimes called server mode against local repositories on Windows 95/NT."
|
||||
DESCRIPTION="
|
||||
CVS is a version control system, an important component of Source \
|
||||
Configuration Management (SCM). Using it, you can record the history of \
|
||||
sources files, and documents. It fills a similar role to the free software \
|
||||
RCS, PRCS, and Aegis packages.
|
||||
CVS is a production quality system in wide use around the world, including \
|
||||
many free software projects.
|
||||
While CVS stores individual file history in the same format as RCS, it offers \
|
||||
the following significant advantages over RCS:
|
||||
* It can run scripts which you can supply to log CVS operations or enforce \
|
||||
site-specific polices.
|
||||
* Client/server CVS enables developers scattered by geography or slow modems \
|
||||
to function as a single team. The version history is stored on a single \
|
||||
central server and the client machines have a copy of all the files that the \
|
||||
developers are working on. Therefore, the network between the client and the \
|
||||
server must be up to perform CVS operations (such as checkins or updates) but \
|
||||
need not be up to edit or manipulate the current versions of the files. \
|
||||
Clients can perform all the same operations which are available locally.
|
||||
* In cases where several developers or teams want to each maintain their own \
|
||||
version of the files, because of geography and/or policy, CVS's vendor \
|
||||
branches can import a version from another team (even if they don't use CVS), \
|
||||
and then CVS can merge the changes from the vendor branch with the latest \
|
||||
files if that is what is desired.
|
||||
* Unreserved checkouts, allowing more than one developer to work on the same \
|
||||
files at the same time.
|
||||
* CVS provides a flexible modules database that provides a symbolic mapping of \
|
||||
names to components of a larger software distribution. It applies names to \
|
||||
collections of directories and files. A single command can manipulate the \
|
||||
entire collection.
|
||||
* CVS servers run on most unix variants, and clients for Windows NT/95, OS/2 \
|
||||
and VMS are also available. CVS will also operate in what is sometimes called \
|
||||
server mode against local repositories on Windows 95/NT.
|
||||
"
|
||||
HOMEPAGE="http://www.nongnu.org/cvs/"
|
||||
COPYRIGHT="1986-2005 Free Software Foundation, Inc."
|
||||
LICENSE="GNU GPL v1
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
SUMMARY="Simple, high-reliability, distributed software configuration management"
|
||||
DESCRIPTION="Simple, high-reliability, distributed software configuration management"
|
||||
SUMMARY="Simple, high-reliability, distributed software configuration management"
|
||||
DESCRIPTION="
|
||||
Simple, high-reliability, distributed software configuration management
|
||||
"
|
||||
HOMEPAGE="http://www.fossil-scm.org/"
|
||||
SRC_URI="http://www.fossil-scm.org/download/fossil-src-20130911114349.tar.gz"
|
||||
CHECKSUM_MD5="fa4ea3eb25d2a8cfb0edbd0c30c268b9"
|
||||
|
||||
@@ -1,14 +1,12 @@
|
||||
SUMMARY="Fast, scalable, distributed revision control system"
|
||||
DESCRIPTION="
|
||||
Git is a free and open source distributed version control system designed
|
||||
to handle everything from small to very large projects with speed and
|
||||
efficiency.
|
||||
|
||||
Git is easy to learn and has a tiny footprint with lightning fast
|
||||
performance. It outclasses SCM tools like Subversion, CVS, Perforce,
|
||||
and ClearCase with features like cheap local branching, convenient
|
||||
staging areas, and multiple workflows.
|
||||
"
|
||||
Git is a free and open source distributed version control system designed to \
|
||||
handle everything from small to very large projects with speed and efficiency.
|
||||
Git is easy to learn and has a tiny footprint with lightning fast performance. \
|
||||
It outclasses SCM tools like Subversion, CVS, Perforce, and ClearCase with \
|
||||
features like cheap local branching, convenient staging areas, and multiple \
|
||||
workflows.
|
||||
"
|
||||
HOMEPAGE="http://git-scm.com/"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2005-2012 Git Authors (see git web site for list)"
|
||||
|
||||
@@ -1,14 +1,12 @@
|
||||
SUMMARY="Fast, scalable, distributed revision control system"
|
||||
DESCRIPTION="
|
||||
Git is a free and open source distributed version control system designed
|
||||
to handle everything from small to very large projects with speed and
|
||||
efficiency.
|
||||
|
||||
Git is easy to learn and has a tiny footprint with lightning fast
|
||||
performance. It outclasses SCM tools like Subversion, CVS, Perforce,
|
||||
and ClearCase with features like cheap local branching, convenient
|
||||
staging areas, and multiple workflows.
|
||||
"
|
||||
Git is a free and open source distributed version control system designed to \
|
||||
handle everything from small to very large projects with speed and efficiency.
|
||||
Git is easy to learn and has a tiny footprint with lightning fast performance. \
|
||||
It outclasses SCM tools like Subversion, CVS, Perforce, and ClearCase with \
|
||||
features like cheap local branching, convenient staging areas, and multiple \
|
||||
workflows.
|
||||
"
|
||||
HOMEPAGE="http://git-scm.com/"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2005-2012 Git Authors (see git web site for list)"
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
SUMMARY="Free, distributed source control management tool"
|
||||
DESCRIPTION="Mercurial is a free, distributed source control management tool."
|
||||
DESCRIPTION="
|
||||
Mercurial is a free, distributed source control management tool.
|
||||
"
|
||||
HOMEPAGE="http://mercurial.selenic.com/"
|
||||
COPYRIGHT="2005-2012 Matt Mackall et al."
|
||||
LICENSE="GNU GPL v2"
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
SUMMARY="Free, distributed source control management tool"
|
||||
DESCRIPTION="Mercurial is a free, distributed source control management tool."
|
||||
DESCRIPTION="
|
||||
Mercurial is a free, distributed source control management tool.
|
||||
"
|
||||
HOMEPAGE="http://mercurial.selenic.com/"
|
||||
COPYRIGHT="2005-2012 Matt Mackall et al."
|
||||
LICENSE="GNU GPL v2"
|
||||
|
||||
@@ -1,12 +1,11 @@
|
||||
SUMMARY="Open source version control system"
|
||||
DESCRIPTION="
|
||||
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.
|
||||
"
|
||||
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.
|
||||
"
|
||||
HOMEPAGE="http://subversion.apache.org"
|
||||
LICENSE="Apache-Subversion"
|
||||
COPYRIGHT="2010 The Apache Software Foundation"
|
||||
|
||||
@@ -1,12 +1,11 @@
|
||||
SUMMARY="Open source version control system"
|
||||
DESCRIPTION="
|
||||
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.
|
||||
"
|
||||
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.
|
||||
"
|
||||
HOMEPAGE="http://subversion.apache.org"
|
||||
LICENSE="Apache-Subversion"
|
||||
COPYRIGHT="2010 The Apache Software Foundation"
|
||||
|
||||
Reference in New Issue
Block a user