1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/x11-toolkits/linux-c6-tk85/pkg-plist.amd64

263 lines
7.7 KiB
Plaintext
Raw Normal View History

usr/bin/wish
usr/bin/wish8.5
usr/lib/libtk8.5.so
usr/lib/tk8.5/pkgIndex.tcl
usr/lib64/libtk8.5.so
usr/lib64/tk8.5/pkgIndex.tcl
2017-01-31 16:54:21 +00:00
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/changes
%%PORTDOCS%%%%DOCSDIR%%/license.terms
usr/share/man/man1/wish.1.gz
usr/share/man/mann/bell.n.gz
usr/share/man/mann/bind.n.gz
usr/share/man/mann/bindtags.n.gz
usr/share/man/mann/bitmap.n.gz
usr/share/man/mann/button.n.gz
usr/share/man/mann/canvas.n.gz
usr/share/man/mann/checkbutton.n.gz
usr/share/man/mann/clipboard.n.gz
usr/share/man/mann/colors.n.gz
usr/share/man/mann/console.n.gz
usr/share/man/mann/cursors.n.gz
usr/share/man/mann/destroy.n.gz
usr/share/man/mann/entry.n.gz
usr/share/man/mann/event.n.gz
usr/share/man/mann/focus.n.gz
usr/share/man/mann/font.n.gz
usr/share/man/mann/frame.n.gz
usr/share/man/mann/grab.n.gz
usr/share/man/mann/grid.n.gz
usr/share/man/mann/image.n.gz
usr/share/man/mann/keysyms.n.gz
usr/share/man/mann/label.n.gz
usr/share/man/mann/labelframe.n.gz
usr/share/man/mann/listbox.n.gz
usr/share/man/mann/loadTk.n.gz
usr/share/man/mann/lower.n.gz
usr/share/man/mann/menu.n.gz
usr/share/man/mann/menubutton.n.gz
usr/share/man/mann/message.n.gz
usr/share/man/mann/option.n.gz
usr/share/man/mann/options.n.gz
usr/share/man/mann/pack-old.n.gz
usr/share/man/mann/pack.n.gz
usr/share/man/mann/panedwindow.n.gz
usr/share/man/mann/photo.n.gz
usr/share/man/mann/place.n.gz
usr/share/man/mann/radiobutton.n.gz
usr/share/man/mann/raise.n.gz
usr/share/man/mann/scale.n.gz
usr/share/man/mann/scrollbar.n.gz
usr/share/man/mann/selection.n.gz
usr/share/man/mann/send.n.gz
usr/share/man/mann/spinbox.n.gz
usr/share/man/mann/text.n.gz
usr/share/man/mann/tk.n.gz
usr/share/man/mann/tk_bindForTraversal.n.gz
usr/share/man/mann/tk_bisque.n.gz
usr/share/man/mann/tk_chooseColor.n.gz
usr/share/man/mann/tk_chooseDirectory.n.gz
usr/share/man/mann/tk_dialog.n.gz
usr/share/man/mann/tk_focusFollowsMouse.n.gz
usr/share/man/mann/tk_focusNext.n.gz
usr/share/man/mann/tk_focusPrev.n.gz
usr/share/man/mann/tk_getOpenFile.n.gz
usr/share/man/mann/tk_getSaveFile.n.gz
usr/share/man/mann/tk_menuBar.n.gz
usr/share/man/mann/tk_menuSetFocus.n.gz
usr/share/man/mann/tk_messageBox.n.gz
usr/share/man/mann/tk_optionMenu.n.gz
usr/share/man/mann/tk_popup.n.gz
usr/share/man/mann/tk_setPalette.n.gz
usr/share/man/mann/tk_textCopy.n.gz
usr/share/man/mann/tk_textCut.n.gz
usr/share/man/mann/tk_textPaste.n.gz
usr/share/man/mann/tkerror.n.gz
usr/share/man/mann/tkvars.n.gz
usr/share/man/mann/tkwait.n.gz
usr/share/man/mann/toplevel.n.gz
usr/share/man/mann/ttk_button.n.gz
usr/share/man/mann/ttk_checkbutton.n.gz
usr/share/man/mann/ttk_combobox.n.gz
usr/share/man/mann/ttk_entry.n.gz
usr/share/man/mann/ttk_frame.n.gz
usr/share/man/mann/ttk_image.n.gz
usr/share/man/mann/ttk_intro.n.gz
usr/share/man/mann/ttk_label.n.gz
usr/share/man/mann/ttk_labelframe.n.gz
usr/share/man/mann/ttk_menubutton.n.gz
usr/share/man/mann/ttk_notebook.n.gz
usr/share/man/mann/ttk_panedwindow.n.gz
usr/share/man/mann/ttk_progressbar.n.gz
usr/share/man/mann/ttk_radiobutton.n.gz
usr/share/man/mann/ttk_scale.n.gz
usr/share/man/mann/ttk_scrollbar.n.gz
usr/share/man/mann/ttk_separator.n.gz
usr/share/man/mann/ttk_sizegrip.n.gz
usr/share/man/mann/ttk_style.n.gz
usr/share/man/mann/ttk_treeview.n.gz
usr/share/man/mann/ttk_widget.n.gz
usr/share/man/mann/winfo.n.gz
usr/share/man/mann/wm.n.gz
- Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk with Mk/Uses/linux.mk. - Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with USES+=linux:\1 in all ports. - Replace USE_LINUX_APPS with USE_LINUX in all ports. - Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some ports. - When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY are defined. - Remove BRANDELF_DIRS and BRANDELF_FILES handling. In the very rare cases that it is still necessary ports can run ${BRANDELF} from post-patch. - Remove AUTOMATIC_PLIST handling. Only one port used it. - Fix Linux MASTER_SITES. - Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with default versions framework. - bsd.port.mk: - Move Linux related bits to Uses/linux.mk, except USE_LINUX_PREFIX. - Put USE_LINUX_PREFIX handling after USES processing. - Define DOCSDIR, DATADIR, etc. after handling USE_LINUX_PREFIX so it can give these variables a different default value. - When a package needs to run Linux ldconfig check before installation if Linux support is enabled. - emulators/linux_base-*: - Use USES=linux and remove duplication. - Remove files/lp. FreeBSD or CUPS lp(1) should work. - Remove files/yp.conf. No longer seems to be used. - Remove pkg-deinstall and move pkg-install into pkg-plist. - Update pkg-descr and pkg-message. - Fix handling of ldconfig cache in pkg-plist. - devel/fb-adb: Use a Linux shell to run a Linux script but patch the script to use FreeBSD mkdir so mkdir -p $path creates $path and not /compat/linux/$path. PR: 211645 Exp-run by: antoine Approved by: portmgr (antoine)
2016-09-05 19:23:42 +00:00
%%DATADIR%%/bgerror.tcl
%%DATADIR%%/button.tcl
%%DATADIR%%/choosedir.tcl
%%DATADIR%%/clrpick.tcl
%%DATADIR%%/comdlg.tcl
%%DATADIR%%/console.tcl
%%DATADIR%%/demos/README
%%DATADIR%%/demos/anilabel.tcl
%%DATADIR%%/demos/aniwave.tcl
%%DATADIR%%/demos/arrow.tcl
%%DATADIR%%/demos/bind.tcl
%%DATADIR%%/demos/bitmap.tcl
%%DATADIR%%/demos/browse
%%DATADIR%%/demos/button.tcl
%%DATADIR%%/demos/check.tcl
%%DATADIR%%/demos/clrpick.tcl
%%DATADIR%%/demos/colors.tcl
%%DATADIR%%/demos/combo.tcl
%%DATADIR%%/demos/cscroll.tcl
%%DATADIR%%/demos/ctext.tcl
%%DATADIR%%/demos/dialog1.tcl
%%DATADIR%%/demos/dialog2.tcl
%%DATADIR%%/demos/en.msg
%%DATADIR%%/demos/entry1.tcl
%%DATADIR%%/demos/entry2.tcl
%%DATADIR%%/demos/entry3.tcl
%%DATADIR%%/demos/filebox.tcl
%%DATADIR%%/demos/floor.tcl
%%DATADIR%%/demos/form.tcl
%%DATADIR%%/demos/goldberg.tcl
%%DATADIR%%/demos/hello
%%DATADIR%%/demos/hscale.tcl
%%DATADIR%%/demos/icon.tcl
%%DATADIR%%/demos/image1.tcl
%%DATADIR%%/demos/image2.tcl
%%DATADIR%%/demos/images/earth.gif
%%DATADIR%%/demos/images/earthris.gif
%%DATADIR%%/demos/images/face.xbm
%%DATADIR%%/demos/images/flagdown.xbm
%%DATADIR%%/demos/images/flagup.xbm
%%DATADIR%%/demos/images/gray25.xbm
%%DATADIR%%/demos/images/letters.xbm
%%DATADIR%%/demos/images/noletter.xbm
%%DATADIR%%/demos/images/pattern.xbm
%%DATADIR%%/demos/images/tcllogo.gif
%%DATADIR%%/demos/images/teapot.ppm
%%DATADIR%%/demos/items.tcl
%%DATADIR%%/demos/ixset
%%DATADIR%%/demos/knightstour.tcl
%%DATADIR%%/demos/label.tcl
%%DATADIR%%/demos/labelframe.tcl
%%DATADIR%%/demos/license.terms
%%DATADIR%%/demos/mclist.tcl
%%DATADIR%%/demos/menu.tcl
%%DATADIR%%/demos/menubu.tcl
%%DATADIR%%/demos/msgbox.tcl
%%DATADIR%%/demos/nl.msg
%%DATADIR%%/demos/paned1.tcl
%%DATADIR%%/demos/paned2.tcl
%%DATADIR%%/demos/pendulum.tcl
%%DATADIR%%/demos/plot.tcl
%%DATADIR%%/demos/puzzle.tcl
%%DATADIR%%/demos/radio.tcl
%%DATADIR%%/demos/rmt
%%DATADIR%%/demos/rolodex
%%DATADIR%%/demos/ruler.tcl
%%DATADIR%%/demos/sayings.tcl
%%DATADIR%%/demos/search.tcl
%%DATADIR%%/demos/spin.tcl
%%DATADIR%%/demos/square
%%DATADIR%%/demos/states.tcl
%%DATADIR%%/demos/style.tcl
%%DATADIR%%/demos/tclIndex
%%DATADIR%%/demos/tcolor
%%DATADIR%%/demos/text.tcl
%%DATADIR%%/demos/textpeer.tcl
%%DATADIR%%/demos/timer
%%DATADIR%%/demos/toolbar.tcl
%%DATADIR%%/demos/tree.tcl
%%DATADIR%%/demos/ttkbut.tcl
%%DATADIR%%/demos/ttkmenu.tcl
%%DATADIR%%/demos/ttknote.tcl
%%DATADIR%%/demos/ttkpane.tcl
%%DATADIR%%/demos/ttkprogress.tcl
%%DATADIR%%/demos/twind.tcl
%%DATADIR%%/demos/unicodeout.tcl
%%DATADIR%%/demos/vscale.tcl
%%DATADIR%%/demos/widget
%%DATADIR%%/dialog.tcl
%%DATADIR%%/entry.tcl
%%DATADIR%%/focus.tcl
%%DATADIR%%/images/README
%%DATADIR%%/images/logo.eps
%%DATADIR%%/images/logo100.gif
%%DATADIR%%/images/logo64.gif
%%DATADIR%%/images/logoLarge.gif
%%DATADIR%%/images/logoMed.gif
%%DATADIR%%/images/pwrdLogo.eps
%%DATADIR%%/images/pwrdLogo100.gif
%%DATADIR%%/images/pwrdLogo150.gif
%%DATADIR%%/images/pwrdLogo175.gif
%%DATADIR%%/images/pwrdLogo200.gif
%%DATADIR%%/images/pwrdLogo75.gif
%%DATADIR%%/images/tai-ku.gif
%%DATADIR%%/listbox.tcl
%%DATADIR%%/menu.tcl
%%DATADIR%%/mkpsenc.tcl
%%DATADIR%%/msgbox.tcl
%%DATADIR%%/msgs/cs.msg
%%DATADIR%%/msgs/da.msg
%%DATADIR%%/msgs/de.msg
%%DATADIR%%/msgs/el.msg
%%DATADIR%%/msgs/en.msg
%%DATADIR%%/msgs/en_gb.msg
%%DATADIR%%/msgs/eo.msg
%%DATADIR%%/msgs/es.msg
%%DATADIR%%/msgs/fr.msg
%%DATADIR%%/msgs/hu.msg
%%DATADIR%%/msgs/it.msg
%%DATADIR%%/msgs/nl.msg
%%DATADIR%%/msgs/pl.msg
%%DATADIR%%/msgs/pt.msg
%%DATADIR%%/msgs/ru.msg
%%DATADIR%%/msgs/sv.msg
%%DATADIR%%/obsolete.tcl
%%DATADIR%%/optMenu.tcl
%%DATADIR%%/palette.tcl
%%DATADIR%%/panedwindow.tcl
%%DATADIR%%/safetk.tcl
%%DATADIR%%/scale.tcl
%%DATADIR%%/scrlbar.tcl
%%DATADIR%%/spinbox.tcl
%%DATADIR%%/tclIndex
%%DATADIR%%/tearoff.tcl
%%DATADIR%%/text.tcl
%%DATADIR%%/tk.tcl
%%DATADIR%%/tkfbox.tcl
%%DATADIR%%/ttk/altTheme.tcl
%%DATADIR%%/ttk/aquaTheme.tcl
%%DATADIR%%/ttk/button.tcl
%%DATADIR%%/ttk/clamTheme.tcl
%%DATADIR%%/ttk/classicTheme.tcl
%%DATADIR%%/ttk/combobox.tcl
%%DATADIR%%/ttk/cursors.tcl
%%DATADIR%%/ttk/defaults.tcl
%%DATADIR%%/ttk/entry.tcl
%%DATADIR%%/ttk/fonts.tcl
%%DATADIR%%/ttk/menubutton.tcl
%%DATADIR%%/ttk/notebook.tcl
%%DATADIR%%/ttk/panedwindow.tcl
%%DATADIR%%/ttk/progress.tcl
%%DATADIR%%/ttk/scale.tcl
%%DATADIR%%/ttk/scrollbar.tcl
%%DATADIR%%/ttk/sizegrip.tcl
%%DATADIR%%/ttk/treeview.tcl
%%DATADIR%%/ttk/ttk.tcl
%%DATADIR%%/ttk/utils.tcl
%%DATADIR%%/ttk/winTheme.tcl
%%DATADIR%%/ttk/xpTheme.tcl
%%DATADIR%%/unsupported.tcl
%%DATADIR%%/xmfbox.tcl