diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-07-18 13:46:19 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-07-18 13:46:19 +0000 |
commit | fc3acaec22060851ed660186c6943c5990194584 (patch) | |
tree | 1560df05b6c3fb1235ff28f3b0459ccaa129f6f0 /app-text/new/files | |
parent | ~amd64 (diff) | |
download | historical-fc3acaec22060851ed660186c6943c5990194584.tar.gz historical-fc3acaec22060851ed660186c6943c5990194584.tar.bz2 historical-fc3acaec22060851ed660186c6943c5990194584.zip |
Version bump and gcc3 fix, closing #55382.
Diffstat (limited to 'app-text/new/files')
-rw-r--r-- | app-text/new/files/digest-new-1.3.2 | 1 | ||||
-rw-r--r-- | app-text/new/files/new-gcc-3.patch | 82 |
2 files changed, 83 insertions, 0 deletions
diff --git a/app-text/new/files/digest-new-1.3.2 b/app-text/new/files/digest-new-1.3.2 new file mode 100644 index 000000000000..451e4184384f --- /dev/null +++ b/app-text/new/files/digest-new-1.3.2 @@ -0,0 +1 @@ +MD5 94a3c293b2df8f5a65a4a62b8d03b96b new-1.3.2.tar.gz 233218 diff --git a/app-text/new/files/new-gcc-3.patch b/app-text/new/files/new-gcc-3.patch new file mode 100644 index 000000000000..a4a240364a11 --- /dev/null +++ b/app-text/new/files/new-gcc-3.patch @@ -0,0 +1,82 @@ +--- usage_new.c 2002-07-13 03:01:57.000000000 -0700 ++++ usage_new.c.new 2004-06-27 20:28:06.565095345 -0700 +@@ -1,44 +1,35 @@ +-char *usage_new = " +- +- _________________________________________________________ +- +- Table of Contents +- +- new [options] filename [template] +- +- filename +- Filename of the file to create +- +- -h, --help +- Print a list of options +- +- -f, --force +- Overwrite any existing file +- +- -l, --list +- List templates available for given filename +- +- -m, --mapping path +- Use tge file at path to provide additional key/value +- mappings +- +- -g, --global +- Use global templates instead of personal ones +- +- -t, --template path +- Use the file at path as template +- +- -s, --set FOO=bar +- Set the key FOO to the value bar +- +- -y, --type type +- Set the file's type and do not try to extract it from +- the filename +- +- -p, --permissions octal +- Set the new file's permissions +- +- template +- Name of the template to use within global or local +- template dir +-"; ++char *usage_new = ++" template-new [options] filename [template]\n" ++" _________________________________________________________________\n" ++" \n" ++" filename\n" ++" Filename of the file to create\n" ++" \n" ++" -h, --help\n" ++" Print a list of options\n" ++" \n" ++" -f, --force\n" ++" Overwrite any existing file\n" ++" \n" ++" -l, --list\n" ++" List templates available for given filename\n" ++" \n" ++" -g, --global\n" ++" Use global templates instead of personal ones\n" ++" \n" ++" -t, --template path\n" ++" Use the file at path as template\n" ++" \n" ++" -s, --set FOO=bar\n" ++" Set the key FOO to the value bar\n" ++" \n" ++" -y, --type type\n" ++" Set the file's type and do not try to extract it from the\n" ++" filename\n" ++" \n" ++" -p, --permissions octal\n" ++" Set the new file's permissions\n" ++" \n" ++" template\n" ++" Name of the template to use within global or local template dir\n" ++; |