added rVersion and describe(1) sources

This commit is contained in:
gdr 1997-09-26 06:31:47 +00:00
parent b0623660ef
commit b68786be45
2 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,10 @@
Name: catrez
Version: 1.0.2 (September 1997)
Shell: GNO
Author: Dave Tribby
Contact: tribby@cup.hp.com
Where: /usr/bin/catrez
FTP: ground.isca.uiowa.edu apple2.caltech.edu trenco.myrias.com
Concatenate resource forks.

27
usr.bin/catrez/catrez.rez Normal file
View File

@ -0,0 +1,27 @@
/*
* Resources for catrez version and comments
* Written by Dave Tribby
*
* $Id: catrez.rez,v 1.1 1997/09/26 06:31:47 gdr Exp $
*/
#include "Types.rez"
/* Version */
resource rVersion (1, $0000) {
{1, 0, 2, release, 0},
verUS,
"catrez",
"Copyright 1996 by David M. Tribby"
};
/* Comment Templates */
resource rComment (1, $0000) {
"catrez v1.0.2\n"
"Shell program to concatenate resource forks of files\n"
"by Dave Tribby\n"
"Copyright 1996-1997\n\n"
"Freeware: Distribute freely, but don't charge."
};