diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2006-02-19 06:28:40 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2006-02-19 06:28:40 +0000 |
commit | 95c54267374501c3e3b7b29f0b42b192ec8b3c15 (patch) | |
tree | b3ba94f7ae182783dc05a101b547423edd7e8227 | |
parent | 547e75d62598e0442ceaabccc0c3388d89a5554f (diff) |
This commit was manufactured by cvs2svn to create tagvendor/tcsh/6.14
'tcsh-vendor-tcsh_6_14'.
Notes
Notes:
svn path=/vendor/tcsh/dist/; revision=155832
svn path=/vendor/tcsh/6.14/; revision=155834; tag=vendor/tcsh/6.14
-rw-r--r-- | contrib/tcsh/Copyright | 32 | ||||
-rw-r--r-- | contrib/tcsh/Makefile.ADMIN | 20 | ||||
-rw-r--r-- | contrib/tcsh/RELEASE-PROCEDURE | 27 |
3 files changed, 0 insertions, 79 deletions
diff --git a/contrib/tcsh/Copyright b/contrib/tcsh/Copyright deleted file mode 100644 index 6ba10c49aadb..000000000000 --- a/contrib/tcsh/Copyright +++ /dev/null @@ -1,32 +0,0 @@ -/*- - * Copyright (c) 1980, 1991 The Regents of the University of California. - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND - * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE - * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS - * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT - * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY - * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - * SUCH DAMAGE. - */ diff --git a/contrib/tcsh/Makefile.ADMIN b/contrib/tcsh/Makefile.ADMIN deleted file mode 100644 index 966190619479..000000000000 --- a/contrib/tcsh/Makefile.ADMIN +++ /dev/null @@ -1,20 +0,0 @@ -# -# Makefile.ADMIN -# -# Maintenance tasks -# -# You can refetch files from the website, then run "cvs diff" to -# sanity check any changes before committing. -# - -LYNX= lynx -dump -nolist -TRIM= expand | sed -e 's/^ *$$//' | cat -s -WEB= http://www.tcsh.org/page? - -.for i in FAQ WishList -$i: force - ${LYNX} ${WEB}$i | ${TRIM} > ${.TARGET} -.endfor - -.DUMMY: force -force: diff --git a/contrib/tcsh/RELEASE-PROCEDURE b/contrib/tcsh/RELEASE-PROCEDURE deleted file mode 100644 index 54de676dc13b..000000000000 --- a/contrib/tcsh/RELEASE-PROCEDURE +++ /dev/null @@ -1,27 +0,0 @@ -HOW TO RELEASE TCSH - -1) Update version number and date in patchlevel.h -2) Note the new version and date in Fixes -3) Updated tcsh.man to have the new version and date also - (two separate lines, with the date in different formats) -4) Commit changes into CVS -5) Tag the release with TCSHx_yy_zz where - x == REV - yy == VERS - zz == PATCHLEVEL - from patchlevel.h (the new values you picked) -6) Export the code using the new tag you created. Rename - the directory from "tcsh" to "tcsh-x.yy.zz" and create - tcsh-x.yy.zz.tar.gz (or tcsh-x.yy.tar.gz for public - releases where zz [PATCHLEVEL] is zero) -7) Export the previous release as well -8) Remove files that should not be in a release: - - Announce* - - Copyright - - Makefile.ADMIN - - RELEASE-PROCEDURE (this file) -9) Generate a "diff -urN" between the two directories you - have exported, save it in patchz.gz (z is PATCHLEVEL) -10) Make the patch and the source tarball available on ftp -11) Mail an announcement to tcsh@mx.gw.com -12) Mail the patch to tcsh-diffs@mx.gw.com |