# HG changeset patch # User Danek Duvall # Date 1412374410 25200 # Node ID b7084b0e8a61d1936e07b3e228aff01406aa3740 # Parent 9015d48f512934d031386962e5fa8ab3085dbbf0 19078691 zsh version 5.0.5 needs a TPNO in the fullness of time diff -r 9015d48f5129 -r b7084b0e8a61 components/zsh/Makefile --- a/components/zsh/Makefile Fri Oct 10 14:50:33 2014 -0700 +++ b/components/zsh/Makefile Fri Oct 03 15:13:30 2014 -0700 @@ -36,6 +36,8 @@ COMPONENT_ARCHIVE_URL= http://downloads.sourceforge.net/project/zsh/zsh/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE) COMPONENT_BUGDB= utility/zsh +TPNO= 19296 + include ../../make-rules/prep.mk include ../../make-rules/configure.mk include ../../make-rules/ips.mk diff -r 9015d48f5129 -r b7084b0e8a61 components/zsh/pattern.license --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/zsh/pattern.license Fri Oct 03 15:13:30 2014 -0700 @@ -0,0 +1,16 @@ +Copyright (c) 1986 by University of Toronto. +Written by Henry Spencer. Not derived from licensed software. + +Permission is granted to anyone to use this software for any +purpose on any computer system, and to redistribute it freely, +subject to the following restrictions: + +1. The author is not responsible for the consequences of use of + this software, no matter how awful, even if they arise + from defects in it. + +2. The origin of this software must not be misrepresented, either + by explicit claim or by omission. + +3. Altered versions must be plainly marked as such, and must not + be misrepresented as being the original software. diff -r 9015d48f5129 -r b7084b0e8a61 components/zsh/vorbiscomment.license --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/zsh/vorbiscomment.license Fri Oct 03 15:13:30 2014 -0700 @@ -0,0 +1,19 @@ +Written by Jesse Weinstein , Wed Jul 19 15:31:11 2006 + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff -r 9015d48f5129 -r b7084b0e8a61 components/zsh/zsh.p5m --- a/components/zsh/zsh.p5m Fri Oct 10 14:50:33 2014 -0700 +++ b/components/zsh/zsh.p5m Fri Oct 03 15:13:30 2014 -0700 @@ -29,6 +29,7 @@ value="The Z Shell (zsh) is a Bourne-like shell designed for interactive use, although it is also a powerful scripting language. Many of the useful features of bash, ksh, and tcsh were incorporated into zsh, but many original features were added." set name=pkg.summary value="Z Shell (zsh)" set name=com.oracle.info.description value="zsh, the Z Shell" +set name=com.oracle.info.tpno value=$(TPNO) set name=info.classification value=org.opensolaris.category.2008:System/Shells set name=info.source-url value=$(COMPONENT_ARCHIVE_URL) set name=info.upstream value="Zsh Development Group " @@ -1550,3 +1551,5 @@ hardlink path=usr/bin/zsh target=zsh-$(COMPONENT_VERSION) link path=etc/zprofile target=profile license license license="Zsh License" +license pattern.license license="University of Toronto" +license vorbiscomment.license license="MIT"