Difference between revisions of "Swbis"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=swbis |Short description=Extensions to the POSIX packaging standard |Full description='swbis' aims to implement the POSIX packaging standard with useful extensions....")
 
 
(10 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=swbis
 
|Name=swbis
|Short description=Extensions to the POSIX packaging standard
+
|Short description=Distributed Software Administration.
|Full description='swbis' aims to implement the POSIX packaging standard with useful extensions. Working utilities include swpackage, swverify, swcopy, swlist, and swinstall. Package security is provided by embedded control files containing md5, sha1, and sha512 digests, and GPG signatures. swbis is back-compatible with free software source tarballs because package meta-data is contained in-band in the prescribed directory. Since swbis supports nil control directory names, the package layout need not change except for the addition of this directory. The swbis utilities are network transparent by direct use of SSH, and do not have to be installed on the target hosts. swbis run-time packages can be delivered, by swinstall, to any GNU, BSD, or Unix-like host with no new provisioning requirements for the remote host. Since run-time packages are POSIX tar archives, they may be unpacked using the system tar utility. The spec is available at http://www.opengroup.org/publications/catalog/c701.htm.
+
|Full description='''swbis''' aims to implement the POSIX packaging standard with useful extensions. Working utilities include swpackage, swverify, swcopy, swlist, and swinstall. Package security is provided by embedded control files containing md5, sha1, and sha512 digests, and [[GPG]] signatures. swbis is back-compatible with free software source tarballs because package meta-data is contained in-band in the prescribed directory. Since swbis supports nil control directory names, the package layout need not change except for the addition of this directory. The swbis utilities are network transparent by direct use of SSH, and do not have to be installed on the target hosts. swbis run-time packages can be delivered, by swinstall, to any GNU, BSD, or Unix-like host with no new provisioning requirements for the remote host. Since run-time packages are POSIX [[tar]] archives, they may be unpacked using the system [[tar]] utility. The spec is available at https://publications.opengroup.org/c701/ .
 +
|Homepage URL=https://www.gnu.org/software/swbis/
 +
|Is High Priority Project=No
 +
|VCS checkout command=cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/swbis co swbis
 +
|Documentation note=https://www.gnu.org/software/swbis/manual
 +
 
 +
https://www.gnu.org/software/swbis/sourcesign-1.2/gendocs/manual/
 +
 
 +
https://www.gnu.org/software/swbis/working_examples.html
 +
 
 +
'''Selection from the [https://shop.fsf.org/ FSF shop]'''
 +
 
 +
[https://shop.fsf.org/books/free-freedom-20-richard-stallman Free as in Freedom 2.0, by Richard Stallman]
 +
 
 +
[https://shop.fsf.org/books-docs/introduction-command-line Introduction to the Command Line]
 +
 
 +
----
 +
----
 +
'''[https://www.gnu.org/help/help.html Helping the GNU Project and the Free Software Movement]'''
 +
----
 +
----
 +
 
 +
If you have corrections to this entry or questions about it, please contact: mailto:maintainers@gnu.org
 +
----
 +
|Decommissioned or Obsolete=No
 +
|Donate=https://my.fsf.org/donate/
 +
|Related projects=gnustandards,guix,gsrc
 +
|Keywords=tar,verification,swinstall,POSIX,packaging,swbis,sw,swpackage,swverify,swcopy,swign,rpm2swbis,lxpsf,gpg. key signing
 +
|Version identifier=1.13
 +
|Version date=2018/11/05
 +
|Version status=stable
 +
|Version download=https://ftp.gnu.org/gnu/swbis/swbis-1.13.1.tar.gz
 +
|Last review by=Bendikker
 +
|Last review date=2019/01/06
 +
|Submitted by=Database conversion
 +
|Submitted date=2011/04/01
 
|User level=intermediate
 
|User level=intermediate
|Submitted by=Database conversion
+
|Component programs=sw,swpackage,swpackage,swverify,swcopy,swinstall,swign,rpm2swbis,lxpsf
|Submitted date=2011-04-01
+
|Paid support=https://www.fsf.org/resources/service/
|Version identifier=0.499
+
|Accepts cryptocurrency donations=Yes
|Version date=2006-08-05
+
|OpenPGP signature=https://ftp.gnu.org/gnu/swbis/swbis-1.13.tar.gz.sig
|Version status=stable
+
|Test entry=No
|Version download=ftp://ftp.gnu.org/gnu/swbis/swbis-0.499.tar.gz
+
|Is GNU=Yes
|License verified date=2004-08-17
+
|GNU package identifier=swbis
|Version comment=0.499 released on 2006-08-05
+
}}
 +
{{Project license
 +
|License=GPLv3orlater
 +
|License verified by=Kelly Hopkins
 +
|License verified date=2010-03-30
 +
}}
 +
{{Person
 +
|Real name=Jim Lowe
 +
|Role=Maintainer
 +
|Email=jhlowe@acm.org
 +
}}
 +
{{Resource
 +
|Resource audience=Savannah (Ref)
 +
|Resource URL=https://savannah.gnu.org/projects/swbis/
 +
}}
 +
{{Resource
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://cvs.savannah.gnu.org/viewvc/swbis/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
 +
}}
 +
{{Resource
 +
|Resource kind=Download
 +
|Resource URL=https://ftp.gnu.org/gnu/swbis/
 +
}}
 +
{{Resource
 +
|Resource kind=General
 +
|Resource URL=https://savannah.gnu.org/people/
 
}}
 
}}
 
{{Software category
 
{{Software category
 
|Interface=command-line
 
|Interface=command-line
 +
|Programming-language=C, C++
 +
|Runs-on=BSD, GNU/Linux
 +
|Software-development=program-build-automation
 +
|Use=software-development
 
}}
 
}}
{{Project license
+
{{Featured}}
|License=GPLv3orlater
 
|License verified by=Janet Casey
 
|License verified date=2004-08-17
 
}}
 

Latest revision as of 03:03, 6 January 2019


[edit]

swbis

https://www.gnu.org/software/swbis/
Distributed Software Administration.

swbis aims to implement the POSIX packaging standard with useful extensions. Working utilities include swpackage, swverify, swcopy, swlist, and swinstall. Package security is provided by embedded control files containing md5, sha1, and sha512 digests, and GPG signatures. swbis is back-compatible with free software source tarballs because package meta-data is contained in-band in the prescribed directory. Since swbis supports nil control directory names, the package layout need not change except for the addition of this directory. The swbis utilities are network transparent by direct use of SSH, and do not have to be installed on the target hosts. swbis run-time packages can be delivered, by swinstall, to any GNU, BSD, or Unix-like host with no new provisioning requirements for the remote host. Since run-time packages are POSIX tar archives, they may be unpacked using the system tar utility. The spec is available at https://publications.opengroup.org/c701/ .





Licensing

License

Verified by

Verified on

Notes

Verified by

Kelly Hopkins

Verified on

30 March 2010




Leaders and contributors

Contact(s)Role
Jim Lowe Maintainer


Resources and communication

AudienceResource typeURI
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
Downloadhttps://ftp.gnu.org/gnu/swbis/
VCS Repository Webviewhttps://cvs.savannah.gnu.org/viewvc/swbis/
Savannah (Ref)https://savannah.gnu.org/projects/swbis/
Generalhttps://savannah.gnu.org/people/


Software prerequisites




Entry







"Savannah (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.