Difference between revisions of "Vmslib"
(Added Savannah link) |
|||
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{Entry | {{Entry | ||
|Name=GNU vmslib | |Name=GNU vmslib | ||
− | |Short description= | + | |Short description=Small routines to port GNU programs to VMS. |
|Full description=GNU vmslib is a bunch of files and small routines that can help people to port GNU programs to VMS. It consists of a C function library, with routines that are missing in the current system C libraries that have been seen so far, maybe with the exception of GNU libc. In GNU vmslib, there are also a bunch of scripts (in VMS terminology, they are called `command procedures') which help a lot in writing makefiles, and other scripts. There is more, please read the README file in each directory for further instruction. | |Full description=GNU vmslib is a bunch of files and small routines that can help people to port GNU programs to VMS. It consists of a C function library, with routines that are missing in the current system C libraries that have been seen so far, maybe with the exception of GNU libc. In GNU vmslib, there are also a bunch of scripts (in VMS terminology, they are called `command procedures') which help a lot in writing makefiles, and other scripts. There is more, please read the README file in each directory for further instruction. | ||
GNU vmslib is different from the packages you usually use by not really being a program that you can use in itself. Rather, you will tend to copy a few, or maybe all of the files to whatever other GNU program you wish to port. There is one program (really a script) that can be used directly, and that is gen_descrip.com. It is a command procedure that takes an input file and generates a makefile, which you can use to automagically copy the right files to the right other GNU packages. | GNU vmslib is different from the packages you usually use by not really being a program that you can use in itself. Rather, you will tend to copy a few, or maybe all of the files to whatever other GNU program you wish to port. There is one program (really a script) that can be used directly, and that is gen_descrip.com. It is a command procedure that takes an input file and generates a makefile, which you can use to automagically copy the right files to the right other GNU packages. | ||
− | |Homepage URL= | + | |Homepage URL=https://www.gnu.org/software/vmslib/ |
+ | |Is High Priority Project=No | ||
|VCS checkout command=git clone git://git.savannah.gnu.org/vmslib.git | |VCS checkout command=git clone git://git.savannah.gnu.org/vmslib.git | ||
− | + | |Documentation note=---- | |
− | |Documentation note= | + | [https://www.gnu.org/software/maintainer-tips.html Tips for new GNU maintainers] |
− | | | + | |
+ | '''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://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=Yes | ||
+ | |Decommissioned details=If you have time and interest in resurrecting this GNU package, please contact: mailto:maintainers@gnu.org | ||
+ | |Donate=https://my.fsf.org/donate/ | ||
|Keywords=vms | |Keywords=vms | ||
|Version identifier=1996 | |Version identifier=1996 | ||
|Version date=1996/07/13 | |Version date=1996/07/13 | ||
|Version status=stable | |Version status=stable | ||
− | |Version download= | + | |Version download=https://ftp.gnu.org/old-gnu/vmslib/1996/vmslib-1996.tar.gz |
|Last review by=Bendikker | |Last review by=Bendikker | ||
− | |Last review date= | + | |Last review date=2019/01/06 |
+ | |Submitted by=Donaldr3 | ||
|Submitted date=2012/08/24 | |Submitted date=2012/08/24 | ||
− | |Is GNU= | + | |Paid support=https://www.fsf.org/resources/service/ |
+ | |Accepts cryptocurrency donations=Yes | ||
+ | |OpenPGP signature=https://ftp.gnu.org/old-gnu/vmslib/1996/vmslib-1996.tar.gz.sig | ||
+ | |Test entry=No | ||
+ | |Is GNU=No | ||
|GNU package identifier=vmslib | |GNU package identifier=vmslib | ||
}} | }} | ||
{{Project license | {{Project license | ||
|License=GPLv2orlater | |License=GPLv2orlater | ||
− | |License verified by= | + | |License verified by=Bendikker |
− | |License verified date= | + | |License verified date=2019/01/01 |
+ | }} | ||
+ | {{Person | ||
+ | |Real name=Chris Bryant | ||
+ | |Role=developer | ||
+ | |Email=chrisbryant@ucla.edu | ||
}} | }} | ||
{{Person | {{Person | ||
− | |Real name= | + | |Real name=Richard Levitte |
− | |Role= | + | |Role=developer |
+ | |Email=levitte@eliza.e.kth.se | ||
+ | }} | ||
+ | {{Person | ||
+ | |Real name=Roland B Roberts | ||
+ | |Role=developer | ||
+ | |Email=roberts@panix.com | ||
}} | }} | ||
{{Resource | {{Resource | ||
|Resource audience=Savannah (Ref) | |Resource audience=Savannah (Ref) | ||
|Resource URL=https://savannah.gnu.org/projects/vmslib | |Resource URL=https://savannah.gnu.org/projects/vmslib | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource kind=VCS Repository Webview | ||
+ | |Resource URL=https://git.savannah.gnu.org/cgit/vmslib.git | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource kind=Mailing List | ||
+ | |Resource URL=https://lists.gnu.org/archive/html/vmslib-docs/ | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource kind=Mailing List | ||
+ | |Resource URL=https://lists.gnu.org/archive/html/vmslib-dev/ | ||
+ | }} | ||
+ | {{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/old-gnu/vmslib/ | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource kind=General | ||
+ | |Resource URL=https://savannah.gnu.org/people/ | ||
}} | }} | ||
{{Software category | {{Software category | ||
− | | | + | |Programming-language=C, C++ |
+ | |Runs-on=GNU/Linux | ||
}} | }} | ||
{{Featured}} | {{Featured}} |
Latest revision as of 12:42, 6 January 2019
GNU vmslib
https://www.gnu.org/software/vmslib/
Small routines to port GNU programs to VMS.
GNU vmslib is a bunch of files and small routines that can help people to port GNU programs to VMS. It consists of a C function library, with routines that are missing in the current system C libraries that have been seen so far, maybe with the exception of GNU libc. In GNU vmslib, there are also a bunch of scripts (in VMS terminology, they are called `command procedures') which help a lot in writing makefiles, and other scripts. There is more, please read the README file in each directory for further instruction.
GNU vmslib is different from the packages you usually use by not really being a program that you can use in itself. Rather, you will tend to copy a few, or maybe all of the files to whatever other GNU program you wish to port. There is one program (really a script) that can be used directly, and that is gen_descrip.com. It is a command procedure that takes an input file and generates a makefile, which you can use to automagically copy the right files to the right other GNU packages.
Licensing
License
Verified by
Verified on
Notes
Leaders and contributors
Contact(s) | Role |
---|---|
Chris Bryant | developer |
Roland B Roberts | developer |
Richard Levitte | developer |
Resources and communication
Audience | Resource type | URI |
---|---|---|
Mailing List | https://lists.gnu.org/archive/html/vmslib-dev/ | |
General | https://savannah.gnu.org/people/ | |
VCS Repository Webview | https://git.savannah.gnu.org/cgit/vmslib.git | |
Download | https://ftp.gnu.org/old-gnu/vmslib/ | |
Mailing List | https://lists.gnu.org/archive/html/vmslib-docs/ | |
Savannah (Ref) | https://savannah.gnu.org/projects/vmslib | |
Mailing List | https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/ |
Software prerequisites
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.