Difference between revisions of "Libcvs-perl"

From Free Software Directory
Jump to: navigation, search
(No version changes)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=LibCVS
 
|Name=LibCVS
|Short description=Provides CVS functionality in library form
+
|Short description=Provides CVS functionality in library form.
 
|Full description=This libcvs is meant to facilitate writing tools around CVS. It does this by providing libraries which programmers can access directly in their tools. The current focus of the project are libraries which use the cvsclient protocol to talk to a cvs server and are targeted at the development of client applications. Libraries which understand the RCS file format and provide fast server side access are a future possibility. An ObjectiveC version is also underway.
 
|Full description=This libcvs is meant to facilitate writing tools around CVS. It does this by providing libraries which programmers can access directly in their tools. The current focus of the project are libraries which use the cvsclient protocol to talk to a cvs server and are targeted at the development of client applications. Libraries which understand the RCS file format and provide fast server side access are a future possibility. An ObjectiveC version is also underway.
|Homepage URL=https://savannah.nongnu.org/projects/libcvs-perl/
+
|Homepage URL=https://www.nongnu.org/libcvs-perl/
|User level=none
+
|Is High Priority Project=No
|Computer languages=Perl
+
|VCS checkout command=cvs -z3 -d:pserver:anonymous@cvs.savannah.nongnu.org:/sources/libcvs-perl co libcvs-perl
|Keywords=Perl,library,CVS,version control
+
|Decommissioned or Obsolete=No
|Version identifier=1.00.02
+
|Related projects=cvs,libcvs-spec
|Version date=2004-07-01
+
|Version identifier=1.0002
 +
|Version date=2005/10/10
 
|Version status=alpha
 
|Version status=alpha
|Version download=http://savannah.nongnu.org/download/libcvs-perl/LibCVS-Perl-1.0002.tar.gz
+
|Version download=https://download.savannah.nongnu.org/releases/libcvs-perl/LibCVS-Perl-1.0002.tar.gz
|Version comment=1.00.02 alpha released 2004-07-01
+
|Last review by=Bendikker
|Last review by=Alejandroindependiente
+
|Last review date=2019/01/09
|Last review date=2017/02/16
 
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Status=
+
|User level=none
 +
|Accepts cryptocurrency donations=No
 +
|OpenPGP signature=https://download.savannah.nongnu.org/releases/libcvs-perl/LibCVS-Perl-1.0002.tar.gz.sig
 +
|Test entry=No
 
|Is GNU=No
 
|Is GNU=No
 
|License verified date=2004-11-02
 
|License verified date=2004-11-02
 
}}
 
}}
 
{{Project license
 
{{Project license
|License=Perl
+
|License=GPLv2orlater
|License verified by=Janet Casey
+
|License copyright=Copyright (c) 2003,2004,2005 Alexander Taler (dissent@0--0.org)
|License verified date=2004-11-02
+
|License verified by=Bendikker
 +
|License verified date=2019/01/09
 +
|License note=Only GPL is a free licence.
 
}}
 
}}
 
{{Person
 
{{Person
 
|Real name=Alexander Thaler
 
|Real name=Alexander Thaler
 
|Role=Maintainer
 
|Role=Maintainer
|Resource URL=
+
|Email=dissent@cpan.org
 +
}}
 +
{{Person
 +
|Real name=Olivier Poitrey
 +
|Role=contact
 +
|Email=rs@mmania.com
 +
}}
 +
{{Resource
 +
|Resource audience=Perl (Ref) (R)
 +
|Resource URL=https://metacpan.org/release/VCS-LibCVS
 +
}}
 +
{{Resource
 +
|Resource audience=Debian (Ref)
 +
|Resource URL=https://tracker.debian.org/pkg/libcvs-perl
 +
}}
 +
{{Resource
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://cvs.savannah.nongnu.org/viewvc/libcvs-perl/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/libcvs-perl-dev/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/libcvs-perl-cvs/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Help
+
|Resource kind=Mailing List
|Resource kind=E-mail
+
|Resource URL=https://lists.gnu.org/mailman/listinfo/libcvs-perl-announce/
|Resource URL=mailto:announce@libcvs.cvshome.org
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
+
|Resource kind=Download
|Resource kind=E-mail
+
|Resource URL=https://download.savannah.nongnu.org/releases/libcvs-perl/
|Resource URL=mailto:dev@libcvs.cvshome.org
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Support
+
|Resource kind=General
|Resource kind=E-mail
+
|Resource URL=https://savannah.gnu.org/people/
|Resource URL=mailto:users@libcvs.cvshome.org
 
 
}}
 
}}
 
{{Software category
 
{{Software category
 
|Interface=library
 
|Interface=library
 +
|Programming-language=perl
 +
|Runs-on=GNU/Linux
 
|Software-development=version-control
 
|Software-development=version-control
 
|Use=software-development
 
|Use=software-development
Line 53: Line 82:
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Required to use
 
|Prerequisite kind=Required to use
|Prerequisite description=CVS
+
|Prerequisite description=[[cvs]]
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Required to use
 
|Prerequisite kind=Required to use
|Prerequisite description=Perl
+
|Prerequisite description=[[Perl]]
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Latest revision as of 11:00, 9 January 2019


[edit]

LibCVS

https://www.nongnu.org/libcvs-perl/
Provides CVS functionality in library form.

This libcvs is meant to facilitate writing tools around CVS. It does this by providing libraries which programmers can access directly in their tools. The current focus of the project are libraries which use the cvsclient protocol to talk to a cvs server and are targeted at the development of client applications. Libraries which understand the RCS file format and provide fast server side access are a future possibility. An ObjectiveC version is also underway.





Licensing

License

Verified by

Verified on

Notes

Verified by

Bendikker

Verified on

9 January 2019

Notes

Only GPL is a free licence.




Leaders and contributors

Contact(s)Role
Alexander Thaler Maintainer
Olivier Poitrey contact


Resources and communication

AudienceResource typeURI
Mailing Listhttps://lists.gnu.org/mailman/listinfo/libcvs-perl-announce/
Debian (Ref)https://tracker.debian.org/pkg/libcvs-perl
Mailing Listhttps://lists.gnu.org/mailman/listinfo/libcvs-perl-dev/
Perl (Ref) (R)https://metacpan.org/release/VCS-LibCVS
VCS Repository Webviewhttps://cvs.savannah.nongnu.org/viewvc/libcvs-perl/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/libcvs-perl-cvs/
Generalhttps://savannah.gnu.org/people/
Downloadhttps://download.savannah.nongnu.org/releases/libcvs-perl/


Software prerequisites

KindDescription
Required to usePerl
Required to usecvs




Entry











"contact" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.


"Perl (Ref) (R)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.























Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.