summaryrefslogtreecommitdiff
path: root/lib/make/new_thorn.pl
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-09-25 10:52:04 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-09-25 10:52:04 +0000
commitd39052888456e9116a1082511db22db5e25269ae (patch)
tree08b526afd520056c4412cc7d9034ac46c5572f2f /lib/make/new_thorn.pl
parentfdb81028b245e2e14d69e28e88603905e1ff5ed1 (diff)
Reducing info asked for in par file
git-svn-id: http://svn.cactuscode.org/flesh/trunk@996 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/new_thorn.pl')
-rwxr-xr-xlib/make/new_thorn.pl17
1 files changed, 2 insertions, 15 deletions
diff --git a/lib/make/new_thorn.pl b/lib/make/new_thorn.pl
index 2a9c90e3..8e33839b 100755
--- a/lib/make/new_thorn.pl
+++ b/lib/make/new_thorn.pl
@@ -35,7 +35,7 @@ chdir $package_dir;
if(! -d "$package")
{
- print "Creating new package $package\n";
+ print "Creating new arrangement $package\n";
mkdir($package, 0755);
@@ -83,24 +83,11 @@ open(OUT, ">README") || die "Cannot create README";
print OUT "Cactus Code Thorn $thorn_name\n";
print OUT "Authors : ...\n";
-print OUT "Managed by : ... <...\@...........>\n";
-print OUT "Version : ... \n";
print OUT "CVS info : \$Header\$\n";
print OUT "--------------------------------------------------------------------------\n";
print OUT "\n";
-print OUT "1. Purpose of the thorn\n";
+print OUT "Purpose of the thorn:\n";
print OUT "\n";
-print OUT "This thorn does ...\n";
-print OUT "\n";
-print OUT "2. Dependencies of the thorn\n";
-print OUT "\n";
-print OUT "This thorn additionally requires implementations and thorns ...\n";
-print OUT "\n";
-print OUT "3. Thorn distribution\n";
-print OUT "\n";
-print OUT "This thorn is available to ...\n";
-print OUT "\n";
-print OUT "4. Additional information\n";
close OUT;