1# PSF file for DejaGnu
2#
3#
4# Useful Commands:
5#
6# swpackage -p -vv -s /depot/psf_files/xxx.psf -d /depot/s700_contrib
7# swmodify -p -d -vv -s /depot/psf_files/xxx.psf xxx @ /depot/s700_contrib
8# swremove -p -v -d xxx,r=yyy @ /depot/s700_contrib
9# swinstall -p -v -s /depot/s700_contrib xxx
10#
11#
12# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
13#
14# This section is optional -- delete it if you don't want it.
15#
16vendor
17	tag GNU
18	title "DejaGnu"
19	description "A regression testing framework"
20end
21#
22# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
23#
24product
25	tag dejagnu
26	title "dejagnu"
27	description "dejagnu"
28	revision 1.4.4
29	#
30	architecture S700/S800_HPUX_11
31	machine_type 9000/[78]*
32#	swcopy 	os_name HP-UX
33	os_release ?.11.*
34	os_version *
35	#
36	fileset
37		tag exec
38		title "dejagnu executables"
39		revision 1.4.4
40
41#		postinstall dejagnu.postinstall
42#		postremove dejagnu.postremove
43
44		directory /opt/dejagnu/bin=/opt/dejagnu/bin
45		file_permissions -u 222 -g bin -o bin
46		file *
47	end
48	#
49	fileset
50		tag library
51		title "dejagnu library"
52		revision 1.4.4
53
54		directory /opt/dejagnu/share=/opt/dejagnu/share
55		file_permissions -u 222 -g bin -o bin
56		file *
57	end
58	#
59	fileset
60		tag manpages
61		title "dejagnu manpages"
62		revision 1.4.4
63
64		directory /opt/dejagnu/man=/opt/dejagnu/man
65		file_permissions -u 222 -g bin -o bin
66		file *
67	end
68	fileset
69		tag includes
70		title "dejagnu includes"
71		revision 1.4.4
72
73		directory /opt/dejagnu/include=/opt/dejagnu/include
74		file_permissions -u 222 -g bin -o bin
75		file *
76	end
77end
78
79
80