File: example.pkgrc

package info (click to toggle)
tik 0.90-1
  • links: PTS
  • area: main
  • in suites: sarge, woody
  • size: 1,200 kB
  • ctags: 557
  • sloc: tcl: 11,323; makefile: 65; sh: 54
file content (26 lines) | stat: -rw-r--r-- 720 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
###################
# TiK Package file
# Package load options go here.
# Package setting still go in tikrc
###################

# You can now get TiK to unload packages
# dynamically without having to remove
# them from the packages directories.
# Just set the variable:
#
#    ::TIK(options,pkgname,load)
#
# to "0" for the package to be unloaded.
# if you want the package to be reloaded,
# set the variable to "1".  (Just 
# uncommenting the variable in this file
# won't work.  It has to be set.)
#
# Ex:
# uncomment the lines below to have TiK 
# refuse to load the remote packages and
# if they're already loaded, TiK will unload
# them.
#set ::TIK(options,remoteadmin,load) 0
#set ::TIK(options,remotegui,load) 0