Andreas Wacknitz
2022-01-09 3a7dcd9903de6615d52c085a4b305f61767c3cab
commit | author | age
cabb64 1 #
AP 2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
6 #
7 # A full copy of the text of the CDDL should have accompanied this
8 # source.  A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
10 #
11
12 #
d8e615 13 # Copyright 2017 Alexander Pyhalov
cabb64 14 #
AP 15
d8e615 16 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
cabb64 17 set name=pkg.summary value="$(COMPONENT_SUMMARY)"
d8e615 18 set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
cabb64 19 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
d8e615 20 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
cabb64 21 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
AP 22
d8e615 23 license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
cabb64 24
131552 25 # We need to replace index to load 64-bit library when necessary
88061c 26 file files/pkgIndex.tcl path=usr/lib/tcl8.6/pgtcl/pkgIndex.tcl
131552 27
88061c 28 file path=usr/include/pgtclId.h
AP 29 file path=usr/lib/tcl8.6/pgtcl/$(MACH64)/libpgtcl$(COMPONENT_VERSION).so
30 link path=usr/lib/tcl8.6/pgtcl/$(MACH64)/libpgtcl.so \
31     target=./libpgtcl$(COMPONENT_VERSION).so
32 #file path=usr/lib/tcl8.6/pgtcl/$(MACH64)/pkgIndex.tcl
33 #file path=usr/lib/tcl8.6/pgtcl/$(MACH64)/postgres-helpers.tcl
34 file path=usr/lib/tcl8.6/pgtcl/libpgtcl$(COMPONENT_VERSION).so
35 link path=usr/lib/tcl8.6/pgtcl/libpgtcl.so \
36     target=./libpgtcl$(COMPONENT_VERSION).so
37 #file path=usr/lib/tcl8.6/pgtcl/pkgIndex.tcl
38 file path=usr/lib/tcl8.6/pgtcl/postgres-helpers.tcl
d8e615 39 file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/HTML.index
AP 40 file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/index.html
41 file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/libpgtcl-loading.html
42 file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/libpgtcl-ref.html
43 file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/libpgtcl.html
44 file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-commandhandles.html
45 file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-examplesect.html
46 file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-nullvaluestring.html
47 file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-pgblocking.html
48 file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-pgcancelrequest.html
49 file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-pgconndefaults.html
50 file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-pgconnect.html
51 file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-pgconninfo.html
3a7dcd 52 file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-pgcopycomplete.html
d8e615 53 file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-pgdisconnect.html
AP 54 file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-pgescape-bytea.html
55 file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-pgescape-string.html
56 file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-pgexec.html
57 file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-pgexecprepared.html
58 file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-pgexecute.html
88061c 59 file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-pggetconnectionid.html
d8e615 60 file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-pggetresult.html
AP 61 file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-pgisbusy.html
62 file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-pglisten.html
63 file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-pgloclose.html
64 file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-pglocreat.html
65 file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-pgloexport.html
66 file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-pgloimport.html
67 file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-pglolseek.html
68 file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-pgloopen.html
69 file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-pgloread.html
70 file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-pglotell.html
71 file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-pglounlink.html
72 file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-pglowrite.html
73 file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-pgon-connection-loss.html
74 file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-pgresult.html
75 file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-pgselect.html
76 file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-pgsendquery.html
77 file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-pgsendqueryprepared.html
f05ab0 78 file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-pgsqlite.html
d8e615 79 file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-pgtruncate.html
AP 80 file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-pgunescape-bytea.html
81 file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-quote.html
82 file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-tclnamespace.html