|
From: Will P. <pa...@us...> - 2003-03-31 09:32:49
|
Update of /cvsroot/ark/sidai/package
In directory sc8-pr-cvs1:/tmp/cvs-serv7584/package
Modified Files:
ipfilter.xml synopsys-vera.xml verisity-specman.xml
Added Files:
pkgsrc.xml
Log Message:
updates
--- NEW FILE ---
<!-- .........................................................................
.
. Copyright (C) 2003 Will Partain
.
. This program is free software; you can redistribute it and/or modify
. it under the terms of the GNU General Public License as published by
. the Free Software Foundation; either version 2 of the License, or
. (at your option) any later version.
.
. This program is distributed in the hope that it will be useful,
. but WITHOUT ANY WARRANTY; without even the implied warranty of
. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
. GNU General Public License for more details.
.
. You should have received a copy of the GNU General Public License
. along with this program; if not, write to the Free Software
. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
.
. Name : pkgsrc.xml
. Author : Will Partain, pa...@dc...
.
......................................................................... -->
<package name="pkgsrc" xml-version="1" prototype="yes">
<description><doc>
A package built with the (NetBSD) pkgsrc system
</doc></description>
<prototypes>
<prototype team="sidai" name="install-only" />
</prototypes>
<!-- ..................................................... -->
<mkdir-install>
<constraint><dependency type="essential" name="." on-method="patch" /></constraint>
<code lang="none" once-per="hosts-supported" />
</mkdir-install>
<mkdir-deploy>
<constraint><dependency type="essential" name="." on-method="mkdir-install" /></constraint>
<code lang="none" once-per="hosts-supported" />
</mkdir-deploy>
<!-- ..................................................... -->
<compile>
<constraint><dependency type="essential" name="." on-method="depend" /></constraint>
<param name="prefix">@self:pkgsrc-prefix@</param>
<param name="toolloc">@self:pkgsrc-tool-location@</param>
<code once-per="hosts-supported" privileges="root" redoable="no"><![CDATA[
cd $prefix/pkgsrc/$toolloc
PATH=$prefix/usr/pkg/bin:$PATH; export PATH
MAKECONF=$prefix/mk.conf; export MAKECONF
bmake
]]></code></compile>
<!-- ..................................................... -->
<install-bits>
<constraint><dependency type="status" name="." value="installed,deployed,revealed" /></constraint>
<constraint><dependency type="essential" name="." on-method="pre-install-bits" /></constraint>
<param name="prefix">@self:pkgsrc-prefix@</param>
<param name="toolloc">@self:pkgsrc-tool-location@</param>
<code once-per="hosts-supported" privileges="root" redoable="no"><![CDATA[
cd $prefix/pkgsrc/$toolloc
PATH=$prefix/usr/pkg/bin:$PATH; export PATH
MAKECONF=$prefix/mk.conf; export MAKECONF
umask 022 # better, really
bmake install
]]></code></install-bits>
<!-- ..................................................... -->
<create-golden-copy>
<constraint><dependency type="status" name="." value="installed,deployed,revealed" /></constraint>
<constraint><dependency type="essential" name="." on-method="post-install-bits" /></constraint>
<code lang="none" once-per="host" />
</create-golden-copy>
<!-- ..................................................... -->
<create-manifest>
<constraint><dependency type="status" name="." value="installed,deployed,revealed" /></constraint>
<constraint><dependency type="essential" name="." on-method="create-golden-copy" /></constraint>
<code lang="none" once-per="host" />
</create-manifest>
</package>
Index: ipfilter.xml
===================================================================
RCS file: /cvsroot/ark/sidai/package/ipfilter.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** ipfilter.xml 24 Mar 2003 11:27:09 -0000 1.5
--- ipfilter.xml 31 Mar 2003 09:32:44 -0000 1.6
***************
*** 188,191 ****
--- 188,196 ----
# cd /var/tmp/... (above sparc-5.6)
# sudo /usr/ccs/bin/make install
+ #
+ # Even then, the thing may not really be running.
+ # Once you've got your ipfilter-config stuff in place,
+ # best to do: cd /etc/init.d ; sudo ./ipfboot stop;
+ # sudo ./ipfboot start -- just to be sure.
]]></code></deploy-bits>
Index: synopsys-vera.xml
===================================================================
RCS file: /cvsroot/ark/sidai/package/synopsys-vera.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** synopsys-vera.xml 27 Feb 2003 18:58:15 -0000 1.18
--- synopsys-vera.xml 31 Mar 2003 09:32:44 -0000 1.19
***************
*** 48,51 ****
--- 48,52 ----
<entry name="tutorial"> @host:ACROREAD@ */doc/tutorial/tutorial.pdf</entry>
<entry name="debugger"> @host:ACROREAD@ */doc/debugger/debugger.pdf</entry>
+ <entry name="vip-packaging">@host:ACROREAD@ */doc/vip_packaging/vip_packaging.pdf</entry>
</table></documentation-points>
Index: verisity-specman.xml
===================================================================
RCS file: /cvsroot/ark/sidai/package/verisity-specman.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** verisity-specman.xml 27 Feb 2003 18:58:15 -0000 1.16
--- verisity-specman.xml 31 Mar 2003 09:32:45 -0000 1.17
***************
*** 46,49 ****
--- 46,55 ----
<documentation-points><table>
<entry name="release-notes"> @host:ACROREAD@ sn_rel*/docs/relnotes*.pdf</entry>
+ <entry name="beta"> @host:ACROREAD@ sn_rel*/docs/beta/beta_features.pdf</entry>
+ <entry name="cref"> @host:ACROREAD@ sn_rel*/docs/cref/c_reference.pdf</entry>
+ <entry name="eref"> @host:ACROREAD@ sn_rel*/docs/eref/e_reference.pdf</entry>
+ <entry name="genguide"> @host:ACROREAD@ sn_rel*/docs/genguide/genguide.pdf</entry>
+ <entry name="usage"> @host:ACROREAD@ sn_rel*/docs/usage/usage.pdf</entry>
+ <entry name="vadvisor"> @host:ACROREAD@ sn_rel*/docs/vadvisor/vadvisor.pdf</entry>
</table></documentation-points>
|