diff options
author | rene <rene@FreeBSD.org> | 2017-10-17 04:37:21 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2017-10-17 04:37:21 +0800 |
commit | 4c3b4bf0c15748830ef016f407e084c4a4fe0fd1 (patch) | |
tree | b92ccac8280cc692fce0d20962a82aea90722c1a | |
parent | e0ec9d45b57b88487440141915446ba58bbbba86 (diff) | |
download | freebsd-ports-gnome-4c3b4bf0c15748830ef016f407e084c4a4fe0fd1.tar.gz freebsd-ports-gnome-4c3b4bf0c15748830ef016f407e084c4a4fe0fd1.tar.zst freebsd-ports-gnome-4c3b4bf0c15748830ef016f407e084c4a4fe0fd1.zip |
Remove expired ports:
2017-10-15 devel/vtcl: This port depends on Tcl/Tk 8.4 , which is no longer maintained. Please port it to 8.5+
2017-10-15 editors/tpad: This port depends on Tcl/Tk 8.4 , which is no longer maintained. Please port it to 8.5+
2017-10-15 games/polypuzzle: This port depends on Tcl/Tk 8.4 , which is no longer maintained. Please port it to 8.5+
2017-10-15 multimedia/nxtvepg: This port depends on Tcl/Tk 8.4 , which is no longer maintained. Please port it to 8.5+
2017-10-15 net/xpvm: This port depends on Tcl/Tk 8.4 , which is no longer maintained. Please port it to 8.5+
2017-10-15 x11/tkXwin: This port depends on Tcl/Tk 8.4 , which is no longer maintained. Please port it to 8.5+
42 files changed, 6 insertions, 1195 deletions
@@ -9590,3 +9590,9 @@ x11-wm/awesome2|x11-wm/awesome|2017-10-14|Has expired: Awesome WM 2.x is depreca x11-wm/awesome3|x11-wm/awesome|2017-10-14|Has expired: Awesome WM 3.x is deprecated use 4.x instead www/moodle30|www/moodle33|2017-10-14|Has expired: Deprecated by upstream, please use www/moodle33 instead lang/gcc5-devel|lang/gcc5|2017-10-14|The GCC 5 branch has been closed, use the final release instead (or a newer major version) +devel/vtcl||2017-10-16|Has expired: This port depends on Tcl/Tk 8.4 , which is no longer maintained. Please port it to 8.5+ +editors/tpad||2017-10-16|Has expired: This port depends on Tcl/Tk 8.4 , which is no longer maintained. Please port it to 8.5+ +games/polypuzzle||2017-10-16|Has expired: This port depends on Tcl/Tk 8.4 , which is no longer maintained. Please port it to 8.5+ +multimedia/nxtvepg||2017-10-16|Has expired: This port depends on Tcl/Tk 8.4 , which is no longer maintained. Please port it to 8.5+ +net/xpvm||2017-10-16|Has expired: This port depends on Tcl/Tk 8.4 , which is no longer maintained. Please port it to 8.5+ +x11/tkXwin||2017-10-16|Has expired: This port depends on Tcl/Tk 8.4 , which is no longer maintained. Please port it to 8.5+ diff --git a/devel/Makefile b/devel/Makefile index e0eb793ed704..2a2aaf108af5 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -6048,7 +6048,6 @@ SUBDIR += violet SUBDIR += visualparadigm SUBDIR += vstr - SUBDIR += vtcl SUBDIR += vxlog SUBDIR += wand-libconfig SUBDIR += wandio diff --git a/devel/vtcl/Makefile b/devel/vtcl/Makefile deleted file mode 100644 index 3b9ce49470ac..000000000000 --- a/devel/vtcl/Makefile +++ /dev/null @@ -1,64 +0,0 @@ -# Created by: Vanilla I. Shu <vanilla@MinJe.com.TW> -# $FreeBSD$ - -PORTNAME= vtcl -PORTVERSION= 1.6.1a1 -PORTREVISION= 2 -CATEGORIES= devel -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.6.1.a1 - -MAINTAINER= ports@FreeBSD.org -COMMENT= Application Development Environment for Tcl/Tk - -DEPRECATED= This port depends on Tcl/Tk 8.4 , which is no longer\ - maintained. Please port it to 8.5+ -EXPIRATION_DATE= 2017-10-15 - -LICENSE= GPLv2+ -LICENSE_FILE= ${WRKSRC}/LICENSE - -USES= dos2unix tk:84 -DOS2UNIX_FILES= configure -HAS_CONFIGURE= yes -CONFIGURE_ARGS= ${PREFIX} -NO_BUILD= yes -NO_ARCH= yes - -PORTDOCS= * -PORTEXAMPLES= * - -OPTIONS_DEFINE= DOCS EXAMPLES - -post-patch: - @${REINPLACE_CMD} -e \ - 's|wish8.5|${WISH:T}| ; \ - s|/usr/local/bin|${LOCALBASE}/bin|' ${WRKSRC}/configure - @${REINPLACE_CMD} -i "" -e \ - 's|require -exact Tk|require Tk|' ${WRKSRC}/lib/tkcon.tcl - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/vtcl ${STAGEDIR}${PREFIX}/bin - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/vtcl -.for data in ChangeLog README vtcl.tcl - ${INSTALL_DATA} ${WRKSRC}/${data} ${STAGEDIR}${PREFIX}/lib/vtcl -.endfor - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/vtcl/images -.for sufx in gif ppm xbm xpm - ${INSTALL_DATA} ${WRKSRC}/images/*.${sufx} ${STAGEDIR}${PREFIX}/lib/vtcl/images -.endfor - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/vtcl/images/edit - ${INSTALL_DATA} ${WRKSRC}/images/edit/*.gif ${STAGEDIR}${PREFIX}/lib/vtcl/images/edit - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/vtcl/lib - @(cd ${WRKSRC}/lib && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib/vtcl/lib) - -do-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - @(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) - -do-install-EXAMPLES-on: - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/sample - @(cd ${WRKSRC}/sample && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}/sample) - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/demo - @(cd ${WRKSRC}/demo && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}/demo) - -.include <bsd.port.mk> diff --git a/devel/vtcl/distinfo b/devel/vtcl/distinfo deleted file mode 100644 index 94e033c242ed..000000000000 --- a/devel/vtcl/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (vtcl-1.6.1a1.tar.gz) = 2af122c7c697206e8fdcbc37c254505abdfe6ee5f77c4a98434f5dc4c2968f45 -SIZE (vtcl-1.6.1a1.tar.gz) = 599864 diff --git a/devel/vtcl/files/patch-configure b/devel/vtcl/files/patch-configure deleted file mode 100644 index 6485a9d36434..000000000000 --- a/devel/vtcl/files/patch-configure +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig 2016-05-23 13:26:31 UTC -+++ configure -@@ -56,9 +56,9 @@ fi - echo - - cd `dirname $0` --VTCL_HOME=`pwd` -+VTCL_HOME=$1/lib/vtcl - --cat > $VTCL_HOME/vtcl << EOF -+cat > vtcl << EOF - #!/bin/sh - - PATH_TO_WISH=$WISH -@@ -70,4 +70,4 @@ export VTCL_HOME - exec \${PATH_TO_WISH} \${VTCL_HOME}/vtcl.tcl \$* - EOF - --chmod +x $VTCL_HOME/vtcl -+chmod +x vtcl diff --git a/devel/vtcl/pkg-descr b/devel/vtcl/pkg-descr deleted file mode 100644 index a342afd2d7dc..000000000000 --- a/devel/vtcl/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Visual Tcl is a freely-available, high-quality application development -environment for UNIX, Window$ and Macintosh platforms. - -Visual Tcl is written entirely in Tcl/Tk. No extensions. -Tcl7.6 and Tk4.2 or later are required. - -WWW: http://vtcl.sourceforge.net/ diff --git a/devel/vtcl/pkg-plist b/devel/vtcl/pkg-plist deleted file mode 100644 index a76cea9ec521..000000000000 --- a/devel/vtcl/pkg-plist +++ /dev/null @@ -1,371 +0,0 @@ -bin/vtcl -lib/vtcl/ChangeLog -lib/vtcl/README -lib/vtcl/images/anchor.gif -lib/vtcl/images/anchor_c.ppm -lib/vtcl/images/anchor_e.ppm -lib/vtcl/images/anchor_n.ppm -lib/vtcl/images/anchor_ne.ppm -lib/vtcl/images/anchor_nw.ppm -lib/vtcl/images/anchor_s.ppm -lib/vtcl/images/anchor_se.ppm -lib/vtcl/images/anchor_sw.ppm -lib/vtcl/images/anchor_w.ppm -lib/vtcl/images/bg.gif -lib/vtcl/images/border.gif -lib/vtcl/images/curse.xbm -lib/vtcl/images/delete_tag.gif -lib/vtcl/images/down.gif -lib/vtcl/images/down.xbm -lib/vtcl/images/edit/add.gif -lib/vtcl/images/edit/browse.gif -lib/vtcl/images/edit/copy.gif -lib/vtcl/images/edit/cut.gif -lib/vtcl/images/edit/hide.gif -lib/vtcl/images/edit/icons.gif -lib/vtcl/images/edit/inswidg.gif -lib/vtcl/images/edit/new.gif -lib/vtcl/images/edit/ok.gif -lib/vtcl/images/edit/open.gif -lib/vtcl/images/edit/paste.gif -lib/vtcl/images/edit/refresh.gif -lib/vtcl/images/edit/remove.gif -lib/vtcl/images/edit/replace.gif -lib/vtcl/images/edit/save.gif -lib/vtcl/images/edit/search.gif -lib/vtcl/images/edit/show.gif -lib/vtcl/images/edit/srchbak.gif -lib/vtcl/images/edit/srchfwd.gif -lib/vtcl/images/ellipses.gif -lib/vtcl/images/fg.gif -lib/vtcl/images/fontbase.gif -lib/vtcl/images/fontsize.gif -lib/vtcl/images/fontstyle.gif -lib/vtcl/images/icon_BwCombobox.gif -lib/vtcl/images/icon_BwLabelFrame.gif -lib/vtcl/images/icon_BwPanedWindow.gif -lib/vtcl/images/icon_BwPanedWindowHoriz.gif -lib/vtcl/images/icon_BwProgressbar.gif -lib/vtcl/images/icon_BwSeparator.gif -lib/vtcl/images/icon_BwTabnotebook.gif -lib/vtcl/images/icon_arrowbutton.gif -lib/vtcl/images/icon_button.gif -lib/vtcl/images/icon_buttonbox.gif -lib/vtcl/images/icon_calendar.gif -lib/vtcl/images/icon_canvas.gif -lib/vtcl/images/icon_checkbox.gif -lib/vtcl/images/icon_checkbutton.gif -lib/vtcl/images/icon_combobox.gif -lib/vtcl/images/icon_dateentry.gif -lib/vtcl/images/icon_entry.gif -lib/vtcl/images/icon_entryfield.gif -lib/vtcl/images/icon_feedback.gif -lib/vtcl/images/icon_frame.gif -lib/vtcl/images/icon_graph.gif -lib/vtcl/images/icon_hierarchy.gif -lib/vtcl/images/icon_hierbox.gif -lib/vtcl/images/icon_incrCombobox.gif -lib/vtcl/images/icon_incrLabelFrame.gif -lib/vtcl/images/icon_label.gif -lib/vtcl/images/icon_labelentry.gif -lib/vtcl/images/icon_listbox.gif -lib/vtcl/images/icon_mclistbox.gif -lib/vtcl/images/icon_menu.gif -lib/vtcl/images/icon_menubutton.gif -lib/vtcl/images/icon_message.gif -lib/vtcl/images/icon_notebook.gif -lib/vtcl/images/icon_optionmenu.gif -lib/vtcl/images/icon_panedwindow.gif -lib/vtcl/images/icon_pointer.gif -lib/vtcl/images/icon_progressbar.gif -lib/vtcl/images/icon_radiobox.gif -lib/vtcl/images/icon_radiobutton.gif -lib/vtcl/images/icon_scale_h.gif -lib/vtcl/images/icon_scale_v.gif -lib/vtcl/images/icon_scrollbar_h.gif -lib/vtcl/images/icon_scrollbar_v.gif -lib/vtcl/images/icon_scrolledhtml.gif -lib/vtcl/images/icon_scrolledlistbox.gif -lib/vtcl/images/icon_scrolledtext.gif -lib/vtcl/images/icon_spinint.gif -lib/vtcl/images/icon_stripchart.gif -lib/vtcl/images/icon_table.gif -lib/vtcl/images/icon_tabnotebook.gif -lib/vtcl/images/icon_tabset.gif -lib/vtcl/images/icon_text.gif -lib/vtcl/images/icon_tixComboBox.gif -lib/vtcl/images/icon_tixFileEntry.gif -lib/vtcl/images/icon_tixLabelEntry.gif -lib/vtcl/images/icon_tixLabelFrame.gif -lib/vtcl/images/icon_tixMeter.gif -lib/vtcl/images/icon_tixNoteBook.gif -lib/vtcl/images/icon_tixOptionMenu.gif -lib/vtcl/images/icon_tixPanedWindow.gif -lib/vtcl/images/icon_tixScrolledHList.gif -lib/vtcl/images/icon_tixScrolledListBox.gif -lib/vtcl/images/icon_tixSelect.gif -lib/vtcl/images/icon_tixTree.gif -lib/vtcl/images/icon_tix_unknown.gif -lib/vtcl/images/icon_toolbar.gif -lib/vtcl/images/icon_toplevel.gif -lib/vtcl/images/justify.gif -lib/vtcl/images/mgr_grid.gif -lib/vtcl/images/mgr_pack.gif -lib/vtcl/images/mgr_place.gif -lib/vtcl/images/mini-vtcl.xpm -lib/vtcl/images/ofg.gif -lib/vtcl/images/pack_img.gif -lib/vtcl/images/rel_groove.gif -lib/vtcl/images/rel_raised.gif -lib/vtcl/images/rel_ridge.gif -lib/vtcl/images/rel_sunken.gif -lib/vtcl/images/relief.gif -lib/vtcl/images/tconsole.gif -lib/vtcl/images/tip.gif -lib/vtcl/images/title.gif -lib/vtcl/images/title_small.gif -lib/vtcl/images/unknown.gif -lib/vtcl/images/up.gif -lib/vtcl/lib/Help/About.txt -lib/vtcl/lib/Help/Main -lib/vtcl/lib/Help/Preferences -lib/vtcl/lib/Help/PropManager -lib/vtcl/lib/Help/Tips -lib/vtcl/lib/Help/WidgetTree -lib/vtcl/lib/Help/about.ttd -lib/vtcl/lib/Help/reference.ttd -lib/vtcl/lib/Widgets/README -lib/vtcl/lib/Widgets/blt/Options.wgt -lib/vtcl/lib/Widgets/blt/barchart.gif -lib/vtcl/lib/Widgets/blt/barchart.wgt -lib/vtcl/lib/Widgets/blt/busy.wgt -lib/vtcl/lib/Widgets/blt/graph.wgt -lib/vtcl/lib/Widgets/blt/hierbox.wgt -lib/vtcl/lib/Widgets/blt/stripchart.wgt -lib/vtcl/lib/Widgets/blt/tabset.wgt -lib/vtcl/lib/Widgets/bwidget/Options.wgt -lib/vtcl/lib/Widgets/bwidget/arrow.wgt -lib/vtcl/lib/Widgets/bwidget/combobox.wgt -lib/vtcl/lib/Widgets/bwidget/entry.wgt -lib/vtcl/lib/Widgets/bwidget/label.wgt -lib/vtcl/lib/Widgets/bwidget/labelentry.wgt -lib/vtcl/lib/Widgets/bwidget/labelframe.wgt -lib/vtcl/lib/Widgets/bwidget/listbox.gif -lib/vtcl/lib/Widgets/bwidget/listbox.wgt -lib/vtcl/lib/Widgets/bwidget/mainframe.wgt -lib/vtcl/lib/Widgets/bwidget/notebook.wgt -lib/vtcl/lib/Widgets/bwidget/pagemanager.wgt -lib/vtcl/lib/Widgets/bwidget/pagesmanager.gif -lib/vtcl/lib/Widgets/bwidget/panedwindow.wgt -lib/vtcl/lib/Widgets/bwidget/progressbar.wgt -lib/vtcl/lib/Widgets/bwidget/scrolledwindow.gif -lib/vtcl/lib/Widgets/bwidget/scrolledwindow.wgt -lib/vtcl/lib/Widgets/bwidget/scrollframe.gif -lib/vtcl/lib/Widgets/bwidget/scrollframe.wgt -lib/vtcl/lib/Widgets/bwidget/scrollview.wgt -lib/vtcl/lib/Widgets/bwidget/separator.wgt -lib/vtcl/lib/Widgets/bwidget/spinbox.gif -lib/vtcl/lib/Widgets/bwidget/spinbox.wgt -lib/vtcl/lib/Widgets/bwidget/titleframe.gif -lib/vtcl/lib/Widgets/bwidget/titleframe.wgt -lib/vtcl/lib/Widgets/bwidget/tree.gif -lib/vtcl/lib/Widgets/bwidget/tree.wgt -lib/vtcl/lib/Widgets/core/Options.wgt -lib/vtcl/lib/Widgets/core/button.wgt -lib/vtcl/lib/Widgets/core/canvas.wgt -lib/vtcl/lib/Widgets/core/checkbutton.wgt -lib/vtcl/lib/Widgets/core/compoundcontainer.gif -lib/vtcl/lib/Widgets/core/compoundcontainer.wgt -lib/vtcl/lib/Widgets/core/entry.wgt -lib/vtcl/lib/Widgets/core/frame.wgt -lib/vtcl/lib/Widgets/core/label.wgt -lib/vtcl/lib/Widgets/core/labelframe.gif -lib/vtcl/lib/Widgets/core/labelframe.wgt -lib/vtcl/lib/Widgets/core/listbox.wgt -lib/vtcl/lib/Widgets/core/megawidget.wgt -lib/vtcl/lib/Widgets/core/menu.wgt -lib/vtcl/lib/Widgets/core/menubutton.wgt -lib/vtcl/lib/Widgets/core/message.wgt -lib/vtcl/lib/Widgets/core/panedwindow.gif -lib/vtcl/lib/Widgets/core/panedwindow.wgt -lib/vtcl/lib/Widgets/core/panedwindowhoriz.gif -lib/vtcl/lib/Widgets/core/radiobutton.wgt -lib/vtcl/lib/Widgets/core/scale.wgt -lib/vtcl/lib/Widgets/core/scrollbar.wgt -lib/vtcl/lib/Widgets/core/spinbox.gif -lib/vtcl/lib/Widgets/core/spinbox.wgt -lib/vtcl/lib/Widgets/core/text.wgt -lib/vtcl/lib/Widgets/core/toplevel.wgt -lib/vtcl/lib/Widgets/core/unmanagedframe.gif -lib/vtcl/lib/Widgets/core/unmanagedframe.wgt -lib/vtcl/lib/Widgets/itcl/Options.wgt -lib/vtcl/lib/Widgets/itcl/buttonbox.wgt -lib/vtcl/lib/Widgets/itcl/calendar.wgt -lib/vtcl/lib/Widgets/itcl/checkbox.wgt -lib/vtcl/lib/Widgets/itcl/combobox.wgt -lib/vtcl/lib/Widgets/itcl/dateentry.wgt -lib/vtcl/lib/Widgets/itcl/entryfield.wgt -lib/vtcl/lib/Widgets/itcl/feedback.wgt -lib/vtcl/lib/Widgets/itcl/hierarchy.wgt -lib/vtcl/lib/Widgets/itcl/labeledframe.wgt -lib/vtcl/lib/Widgets/itcl/notebook.wgt -lib/vtcl/lib/Widgets/itcl/optionmenu.wgt -lib/vtcl/lib/Widgets/itcl/panedwindow.wgt -lib/vtcl/lib/Widgets/itcl/panedwindowhoriz.gif -lib/vtcl/lib/Widgets/itcl/radiobox.wgt -lib/vtcl/lib/Widgets/itcl/scrolledcanvas.gif -lib/vtcl/lib/Widgets/itcl/scrolledcanvas.wgt -lib/vtcl/lib/Widgets/itcl/scrolledframe.gif -lib/vtcl/lib/Widgets/itcl/scrolledframe.wgt -lib/vtcl/lib/Widgets/itcl/scrolledhtml.wgt -lib/vtcl/lib/Widgets/itcl/scrolledlistbox.wgt -lib/vtcl/lib/Widgets/itcl/scrolledtext.wgt -lib/vtcl/lib/Widgets/itcl/spinint.wgt -lib/vtcl/lib/Widgets/itcl/spintime.gif -lib/vtcl/lib/Widgets/itcl/spintime.wgt -lib/vtcl/lib/Widgets/itcl/tabnotebook.wgt -lib/vtcl/lib/Widgets/itcl/toolbar.wgt -lib/vtcl/lib/Widgets/table/table.wgt -lib/vtcl/lib/Widgets/tablelist/tablelist.gif -lib/vtcl/lib/Widgets/tablelist/tablelist.wgt -lib/vtcl/lib/Widgets/tix/Options.wgt -lib/vtcl/lib/Widgets/tix/tixComboBox.wgt -lib/vtcl/lib/Widgets/tix/tixFileEntry.wgt -lib/vtcl/lib/Widgets/tix/tixLabelEntry.wgt -lib/vtcl/lib/Widgets/tix/tixLabelFrame.wgt -lib/vtcl/lib/Widgets/tix/tixMeter.wgt -lib/vtcl/lib/Widgets/tix/tixNoteBook.wgt -lib/vtcl/lib/Widgets/tix/tixNoteBookFrame.wgt -lib/vtcl/lib/Widgets/tix/tixOptionMenu.wgt -lib/vtcl/lib/Widgets/tix/tixPanedWindow.wgt -lib/vtcl/lib/Widgets/tix/tixPanedWindowHoriz.gif -lib/vtcl/lib/Widgets/tix/tixPopupMenu.wgt -lib/vtcl/lib/Widgets/tix/tixScrolledHList.wgt -lib/vtcl/lib/Widgets/tix/tixScrolledListBox.wgt -lib/vtcl/lib/Widgets/tix/tixSelect.wgt -lib/vtcl/lib/Widgets/vtcl/combobox.wgt -lib/vtcl/lib/Widgets/vtcl/mclistbox.wgt -lib/vtcl/lib/Widgets/vtcl/progressbar1.wgt -lib/vtcl/lib/about.tcl -lib/vtcl/lib/attrbar.tcl -lib/vtcl/lib/balloon.tcl -lib/vtcl/lib/bgerror.tcl -lib/vtcl/lib/bind.tcl -lib/vtcl/lib/bwidget/arrow.tcl -lib/vtcl/lib/bwidget/bitmap.tcl -lib/vtcl/lib/bwidget/button.tcl -lib/vtcl/lib/bwidget/buttonbox.tcl -lib/vtcl/lib/bwidget/color.tcl -lib/vtcl/lib/bwidget/combobox.tcl -lib/vtcl/lib/bwidget/dialog.tcl -lib/vtcl/lib/bwidget/dragsite.tcl -lib/vtcl/lib/bwidget/dropsite.tcl -lib/vtcl/lib/bwidget/dynhelp.tcl -lib/vtcl/lib/bwidget/entry.tcl -lib/vtcl/lib/bwidget/font.tcl -lib/vtcl/lib/bwidget/images/bold.gif -lib/vtcl/lib/bwidget/images/copy.gif -lib/vtcl/lib/bwidget/images/cut.gif -lib/vtcl/lib/bwidget/images/dragfile.gif -lib/vtcl/lib/bwidget/images/dragicon.gif -lib/vtcl/lib/bwidget/images/error.gif -lib/vtcl/lib/bwidget/images/file.gif -lib/vtcl/lib/bwidget/images/folder.gif -lib/vtcl/lib/bwidget/images/hourglass.gif -lib/vtcl/lib/bwidget/images/info.gif -lib/vtcl/lib/bwidget/images/italic.gif -lib/vtcl/lib/bwidget/images/minus.xbm -lib/vtcl/lib/bwidget/images/new.gif -lib/vtcl/lib/bwidget/images/opcopy.xbm -lib/vtcl/lib/bwidget/images/open.gif -lib/vtcl/lib/bwidget/images/openfold.gif -lib/vtcl/lib/bwidget/images/oplink.xbm -lib/vtcl/lib/bwidget/images/opmove.xbm -lib/vtcl/lib/bwidget/images/overstrike.gif -lib/vtcl/lib/bwidget/images/palette.gif -lib/vtcl/lib/bwidget/images/passwd.gif -lib/vtcl/lib/bwidget/images/paste.gif -lib/vtcl/lib/bwidget/images/plus.xbm -lib/vtcl/lib/bwidget/images/print.gif -lib/vtcl/lib/bwidget/images/question.gif -lib/vtcl/lib/bwidget/images/redo.gif -lib/vtcl/lib/bwidget/images/save.gif -lib/vtcl/lib/bwidget/images/target.xbm -lib/vtcl/lib/bwidget/images/underline.gif -lib/vtcl/lib/bwidget/images/undo.gif -lib/vtcl/lib/bwidget/images/warning.gif -lib/vtcl/lib/bwidget/init.tcl -lib/vtcl/lib/bwidget/label.tcl -lib/vtcl/lib/bwidget/labelentry.tcl -lib/vtcl/lib/bwidget/labelframe.tcl -lib/vtcl/lib/bwidget/lang/de.rc -lib/vtcl/lib/bwidget/lang/en.rc -lib/vtcl/lib/bwidget/lang/es.rc -lib/vtcl/lib/bwidget/lang/fr.rc -lib/vtcl/lib/bwidget/listbox.tcl -lib/vtcl/lib/bwidget/mainframe.tcl -lib/vtcl/lib/bwidget/messagedlg.tcl -lib/vtcl/lib/bwidget/notebook.tcl -lib/vtcl/lib/bwidget/pagesmgr.tcl -lib/vtcl/lib/bwidget/panedw.tcl -lib/vtcl/lib/bwidget/passwddlg.tcl -lib/vtcl/lib/bwidget/pkgIndex.tcl -lib/vtcl/lib/bwidget/progressbar.tcl -lib/vtcl/lib/bwidget/progressdlg.tcl -lib/vtcl/lib/bwidget/scrollframe.tcl -lib/vtcl/lib/bwidget/scrollview.tcl -lib/vtcl/lib/bwidget/scrollw.tcl -lib/vtcl/lib/bwidget/separator.tcl -lib/vtcl/lib/bwidget/spinbox.tcl -lib/vtcl/lib/bwidget/titleframe.tcl -lib/vtcl/lib/bwidget/tree.tcl -lib/vtcl/lib/bwidget/utils.tcl -lib/vtcl/lib/bwidget/widget.tcl -lib/vtcl/lib/bwidget/xpm2image.tcl -lib/vtcl/lib/kpwidgets/sbands.tcl -lib/vtcl/lib/kpwidgets/scrolledbands.tcl -lib/vtcl/lib/color.tcl -lib/vtcl/lib/command.tcl -lib/vtcl/lib/compound.tcl -lib/vtcl/lib/compounds.tcl -lib/vtcl/lib/do.tcl -lib/vtcl/lib/dragsize.tcl -lib/vtcl/lib/dump.tcl -lib/vtcl/lib/events.txt -lib/vtcl/lib/edit.tcl -lib/vtcl/lib/file.tcl -lib/vtcl/lib/font.tcl -lib/vtcl/lib/globals.tcl -lib/vtcl/lib/handle.tcl -lib/vtcl/lib/help.tcl -lib/vtcl/lib/images.tcl -lib/vtcl/lib/input.tcl -lib/vtcl/lib/lib_blt.tcl -lib/vtcl/lib/lib_bwidget.tcl -lib/vtcl/lib/lib_core.tcl -lib/vtcl/lib/lib_itcl.tcl -lib/vtcl/lib/lib_table.tcl -lib/vtcl/lib/lib_tablelist.tcl -lib/vtcl/lib/lib_tix.tcl -lib/vtcl/lib/lib_user.tcl -lib/vtcl/lib/lib_vtcl.tcl -lib/vtcl/lib/loadwidg.tcl -lib/vtcl/lib/menu.tcl -lib/vtcl/lib/menus.tcl -lib/vtcl/lib/misc.tcl -lib/vtcl/lib/name.tcl -lib/vtcl/lib/new.tcl -lib/vtcl/lib/prefs.tcl -lib/vtcl/lib/proc.tcl -lib/vtcl/lib/propmgr.tcl -lib/vtcl/lib/tclet.tcl -lib/vtcl/lib/tkcon.tcl -lib/vtcl/lib/toolbar.tcl -lib/vtcl/lib/tops.tcl -lib/vtcl/lib/tree.tcl -lib/vtcl/lib/ttd/ttd.tcl -lib/vtcl/lib/var.tcl -lib/vtcl/lib/vtclib.tcl -lib/vtcl/lib/widget.tcl -lib/vtcl/vtcl.tcl -@dir lib/vtcl/lib/Widgets/user diff --git a/editors/Makefile b/editors/Makefile index cac2a7ee0090..e9a9f3eec6d7 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -233,7 +233,6 @@ SUBDIR += texworks SUBDIR += the SUBDIR += thoteditor - SUBDIR += tpad SUBDIR += tree-widget SUBDIR += treeform SUBDIR += tweak diff --git a/editors/tpad/Makefile b/editors/tpad/Makefile deleted file mode 100644 index 18c0cd5e2d24..000000000000 --- a/editors/tpad/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -# Created by: Antonio Bonifati <ant@monitor.deis.unical.it> -# $FreeBSD$ - -PORTNAME= tpad -PORTVERSION= 1.3 -PORTREVISION= 1 -CATEGORIES= editors tcl tk -MASTER_SITES= SF/tclpad/tclpad/${PORTVERSION} \ - http://monitor.deis.unical.it/ant/tpad/ \ - http://queen.rett.polimi.it/~ant/tcl/script/ \ - http://sarovar.org/download.php/382/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Windows XP (TM) enhanced Notepad clone written in Tcl/Tk - -DEPRECATED= This port depends on Tcl/Tk 8.4 , which is no longer\ - maintained. Please port it to 8.5+ -EXPIRATION_DATE= 2017-10-15 - -LICENSE= GPLv2+ - -NO_BUILD= yes -NO_ARCH= yes - -USES= tk:84,run -PORTDOCS= ChangeLog bug.html conf.html embed.html index.html intro.html \ - keys.html log.html mouse.html tidy.html tidy.png todo tpad.html -PLIST_SUB= LIBDIR=lib/tpad${PORTVERSION} -SUB_FILES= pkg-message - -OPTIONS_DEFINE= DOCS - -do-install: - ${INSTALL_SCRIPT} ${WRKDIR}/bin/tpad ${STAGEDIR}${PREFIX}/bin/tpad - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/tpad${PORTVERSION}/msgs - (cd ${WRKDIR}/lib/tpad${PORTVERSION} && ${INSTALL_DATA} *.tcl \ - ${STAGEDIR}${PREFIX}/lib/tpad${PORTVERSION}) - (cd ${WRKDIR}/lib/tpad${PORTVERSION}/msgs && ${INSTALL_DATA} *.msg \ - ${STAGEDIR}${PREFIX}/lib/tpad${PORTVERSION}/msgs) - @${MKDIR} ${STAGEDIR}${DATADIR} - (cd ${WRKDIR}/share/tpad && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) - (cd ${STAGEDIR}${PREFIX}/bin && ${LN} -s tpad tview) - ${INSTALL_MAN} ${WRKDIR}/man/man1/tpad.1 ${STAGEDIR}${MANPREFIX}/man/man1 - (cd ${STAGEDIR}${MANPREFIX}/man/man1 && ${LN} -s tpad.1.gz tview.1.gz) - ${INSTALL_DATA} ${WRKDIR}/etc/tpad.conf \ - ${STAGEDIR}${PREFIX}/etc/tpad.conf.sample - -do-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKDIR}/share/doc/tpad && ${INSTALL_DATA} ${PORTDOCS} \ - ${STAGEDIR}${DOCSDIR}) - -.include <bsd.port.mk> diff --git a/editors/tpad/distinfo b/editors/tpad/distinfo deleted file mode 100644 index d025396f56e3..000000000000 --- a/editors/tpad/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (tpad-1.3.tar.gz) = d7e4a157b0588a303f69efac97d5917e22e346e21cce74d758e495d4dcae36b8 -SIZE (tpad-1.3.tar.gz) = 61217 diff --git a/editors/tpad/files/pkg-message.in b/editors/tpad/files/pkg-message.in deleted file mode 100644 index e003f71baa4d..000000000000 --- a/editors/tpad/files/pkg-message.in +++ /dev/null @@ -1,11 +0,0 @@ ------------------------------------------------------------- -A sample configuration file has been copied to - %%PREFIX%%/etc/tpad.conf.sample - -tpad will not work without either - %%PREFIX%%/etc/tpad.conf -or the running user's ~/.tpadrc being in place. - -Further information on configuration can be found in - %%PREFIX%%/share/doc/tpad/conf.html ------------------------------------------------------------- diff --git a/editors/tpad/pkg-descr b/editors/tpad/pkg-descr deleted file mode 100644 index 0705ded7393d..000000000000 --- a/editors/tpad/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Apart from all the features Notepad has, tpad adds -plugins to invoke some common text utilities without -leaving the editor, an Ascii table, a tip database -and support for regexps. It also is fully configurable. - -The executable `tpad' is a wish(1) shell script. - -WWW: http://monitor.deis.unical.it/ant/tpad/ diff --git a/editors/tpad/pkg-plist b/editors/tpad/pkg-plist deleted file mode 100644 index c4ed1ee14fd3..000000000000 --- a/editors/tpad/pkg-plist +++ /dev/null @@ -1,17 +0,0 @@ -bin/tpad -bin/tview -etc/tpad.conf.sample -man/man1/tpad.1.gz -man/man1/tview.1.gz -%%DATADIR%%/Makefile -%%DATADIR%%/tpad-tips -%%DATADIR%%/tpad-tips.dat -%%LIBDIR%%/BSDfmt.tcl -%%LIBDIR%%/GNUfmt.tcl -%%LIBDIR%%/ascii.tcl -%%LIBDIR%%/msgs/en.msg -%%LIBDIR%%/msgs/it.msg -%%LIBDIR%%/pkgIndex.tcl -%%LIBDIR%%/tidy.tcl -%%LIBDIR%%/tpad.tcl -%%LIBDIR%%/xmlwf.tcl diff --git a/games/Makefile b/games/Makefile index 4d7e91851b1a..7aa96c9b259f 100644 --- a/games/Makefile +++ b/games/Makefile @@ -766,7 +766,6 @@ SUBDIR += poker-eval SUBDIR += pokerth SUBDIR += polyglot - SUBDIR += polypuzzle SUBDIR += pongix SUBDIR += popstar SUBDIR += pouetchess diff --git a/games/polypuzzle/Makefile b/games/polypuzzle/Makefile deleted file mode 100644 index b37a9d5e7e91..000000000000 --- a/games/polypuzzle/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# Created by: janos.mohacsi@bsd.hu -# $FreeBSD$ - -PORTNAME= polypuzzle -PORTVERSION= 1.8.2 -CATEGORIES= games tcl tk -MASTER_SITES= SF/tkgames/${PORTNAME}/main - -MAINTAINER= ports@FreeBSD.org -COMMENT= Tessellation puzzle game - -DEPRECATED= This port depends on Tcl/Tk 8.4 , which is no longer\ - maintained. Please port it to 8.5+ -EXPIRATION_DATE= 2017-10-15 - -USES= tar:tgz tk:84,run -WRKSRC= ${WRKDIR}/${PORTNAME} -NO_BUILD= yes -NO_ARCH= yes -DESKTOP_ENTRIES="PolyPuzzle" "" "" "polypuzzle" "" "" - -post-patch: - @${REINPLACE_CMD} -e 's|%%WISH%%|${WISH:T}|' \ - -e 's|%%DATADIR%%|${DATADIR}|g' \ - ${WRKSRC}/polypuzzle - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/polypuzzle ${STAGEDIR}${PREFIX}/bin - @${MKDIR} ${STAGEDIR}${DATADIR} - (cd ${WRKSRC} && ${INSTALL_DATA} colours menus pieces.* *.gif *.xbm \ - ${STAGEDIR}${DATADIR}) - -.include <bsd.port.mk> diff --git a/games/polypuzzle/distinfo b/games/polypuzzle/distinfo deleted file mode 100644 index 091115957d12..000000000000 --- a/games/polypuzzle/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (polypuzzle-1.8.2.tgz) = ef5c654b38dd1c31649d6805c52afb65ed8d61d0795c1f997607133fc0758425 -SIZE (polypuzzle-1.8.2.tgz) = 33088 diff --git a/games/polypuzzle/files/patch-polypuzzle b/games/polypuzzle/files/patch-polypuzzle deleted file mode 100644 index 423420b9ba6a..000000000000 --- a/games/polypuzzle/files/patch-polypuzzle +++ /dev/null @@ -1,22 +0,0 @@ ---- polypuzzle.orig 2008-10-26 00:53:04 UTC -+++ polypuzzle -@@ -1,8 +1,8 @@ - #!/bin/sh - # the next line restarts using tclsh \ --exec wish "$0" "$@" -+exec %%WISH%% "$0" "$@" - --if {[file isdirectory /usr/local/lib/polypuzzle]} {cd /usr/local/lib/polypuzzle} -+if {[file isdirectory %%DATADIR%%]} {cd %%DATADIR%%} - - # wish8.5.2 still occasionally has problems for polypuzzle without this hack: - set tcl_precision 12 -@@ -380,7 +380,7 @@ proc DrawPiece {n xpos ypos} { - # Place this piece on top (but underneath text, which is our ceiling) - # in windows tcl 8.2 this generates an error on initiation - # as text is not defined - ooh noo (but is ok in tcl832) -- .c lower piece$n text -+ # .c lower piece$n text - - .c move piece$n $xpos $ypos - diff --git a/games/polypuzzle/pkg-descr b/games/polypuzzle/pkg-descr deleted file mode 100644 index 47be64e18231..000000000000 --- a/games/polypuzzle/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Tessellation puzzle inspired by Beat The Computer. -Puzzles implemented include several based on -squares, hexagons and equilateral triangles. - -WWW: http://tkgames.sourceforge.net/ diff --git a/games/polypuzzle/pkg-plist b/games/polypuzzle/pkg-plist deleted file mode 100644 index a028391815fb..000000000000 --- a/games/polypuzzle/pkg-plist +++ /dev/null @@ -1,20 +0,0 @@ -bin/polypuzzle -%%DATADIR%%/colours -%%DATADIR%%/icon.xbm -%%DATADIR%%/iconmask.xbm -%%DATADIR%%/menus -%%DATADIR%%/pieces.3x20 -%%DATADIR%%/pieces.783 -%%DATADIR%%/pieces.bonus -%%DATADIR%%/pieces.chessboard -%%DATADIR%%/pieces.flower -%%DATADIR%%/pieces.krazy -%%DATADIR%%/pieces.large -%%DATADIR%%/pieces.medium -%%DATADIR%%/pieces.monster -%%DATADIR%%/pieces.round -%%DATADIR%%/pieces.small -%%DATADIR%%/pieces.square -%%DATADIR%%/pieces.star -%%DATADIR%%/pieces.triangle -%%DATADIR%%/polylogo.gif diff --git a/multimedia/Makefile b/multimedia/Makefile index dcb7fd958397..b83d436e18c2 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -275,7 +275,6 @@ SUBDIR += mythtv-frontend SUBDIR += naludump SUBDIR += nordlicht - SUBDIR += nxtvepg SUBDIR += obs-studio SUBDIR += oggvideotools SUBDIR += ogmrip diff --git a/multimedia/nxtvepg/Makefile b/multimedia/nxtvepg/Makefile deleted file mode 100644 index bfe7be368bb3..000000000000 --- a/multimedia/nxtvepg/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# Created by: Simon Barner <barner@gmx.de> -# $FreeBSD$ - -PORTNAME= nxtvepg -PORTVERSION= 2.8.0 -PORTREVISION= 1 -CATEGORIES= multimedia tcl tk -MASTER_SITES= SF - -MAINTAINER= ports@FreeBSD.org -COMMENT= Viewer for Nextview Electronic TV Programme Guide (needs bktr driver) - -DEPRECATED= This port depends on Tcl/Tk 8.4 , which is no longer\ - maintained. Please port it to 8.5+ -EXPIRATION_DATE= 2017-10-15 - -NOT_FOR_ARCHS= sparc64 -USES= gmake tk:84 -USE_XORG= x11 xmu -MAKE_ARGS= ROOT=${STAGEDIR} -MAKE_ENV= PTHREAD_LIBS="-lpthread" WRKSRC="${WRKSRC}" \ - X11BASE="${LOCALBASE}" - -OPTIONS_DEFINE= DOCS - -post-patch: - @${REINPLACE_CMD} -e "s,machine/ioctl_bt848.h,dev/bktr/ioctl_bt848.h,; \ - s,machine/ioctl_meteor.h,dev/bktr/ioctl_meteor.h," \ - ${WRKSRC}/epgvbi/btdrv4linux.c ${WRKSRC}/tvsim/tvsim_main.c - @${REINPLACE_CMD} 's|wait.h|sys/&|' ${WRKSRC}/epgdb/ttxgrab.c - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/nxtvepg ${STAGEDIR}${PREFIX}/bin/nxtvepgd - @${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC} && ${INSTALL_DATA} README TODO CHANGES manual.html \ - ${STAGEDIR}${DOCSDIR}) - -.include <bsd.port.mk> diff --git a/multimedia/nxtvepg/distinfo b/multimedia/nxtvepg/distinfo deleted file mode 100644 index 220c1950ef1c..000000000000 --- a/multimedia/nxtvepg/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (nxtvepg-2.8.0.tar.gz) = d762581a7335dffe84d9680d02e17c7c00d04f1f5a9e51b8ac0f411f570f7c71 -SIZE (nxtvepg-2.8.0.tar.gz) = 1821231 diff --git a/multimedia/nxtvepg/files/patch-Makefile b/multimedia/nxtvepg/files/patch-Makefile deleted file mode 100644 index 1b3b9492675f..000000000000 --- a/multimedia/nxtvepg/files/patch-Makefile +++ /dev/null @@ -1,47 +0,0 @@ ---- Makefile.orig 2007-12-31 21:20:33.000000000 -0200 -+++ Makefile 2009-10-21 22:24:56.000000000 -0200 -@@ -45,12 +45,24 @@ - include Makefile.bsd - else - -+ifndef LOCALBASE -+ LOCALBASE=/usr/X11R6 -+endif -+ -+ifndef LOCALBASE -+ LOCALBASE=/usr/local -+endif -+ -+ifndef PREFIX -+ PREFIX=$(LOCALBASE) -+endif -+ - ROOT = --prefix = /usr/local -+prefix = $(PREFIX) - exec_prefix = ${prefix} - bindir = $(ROOT)${exec_prefix}/bin - mandir = $(ROOT)${prefix}/man/man1 --resdir = $(ROOT)/etc/X11 -+resdir = $(ROOT)$(LOCALBASE)/lib/X11 - - # if you have perl and/or flex set their path here, else just leave them alone - PERL = /usr/bin/perl -@@ -110,6 +122,8 @@ - # -> uncomment 2 lines below to put the databases in the user's home - #USER_DBDIR = .nxtvdb - #DEFS += -DEPG_DB_ENV=\"HOME\" -DEPG_DB_DIR=\"$(USER_DBDIR)\" -+USER_DBDIR = .nxtvdb -+DEFS += -DEPG_DB_ENV=\"HOME\" -DEPG_DB_DIR=\"$(USER_DBDIR)\" - ifndef USER_DBDIR - SYS_DBDIR = /var/tmp/nxtvdb - DEFS += -DEPG_DB_DIR=\"$(SYS_DBDIR)\" -@@ -127,7 +141,7 @@ - LDFLAGS += -lm - #LDFLAGS += -pg - --BUILD_DIR = build-$(shell uname -m | sed -e 's/i.86/i386/' -e 's/ppc/powerpc/') -+BUILD_DIR ?= build-$(shell uname -m | sed -e 's/i.86/i386/' -e 's/ppc/powerpc/') - INCS += -I$(BUILD_DIR) - - # end Linux specific part diff --git a/multimedia/nxtvepg/files/patch-Makefile.bsd b/multimedia/nxtvepg/files/patch-Makefile.bsd deleted file mode 100644 index a2470d129ed3..000000000000 --- a/multimedia/nxtvepg/files/patch-Makefile.bsd +++ /dev/null @@ -1,32 +0,0 @@ ---- Makefile.bsd.orig 2005-01-01 19:35:26.000000000 +0100 -+++ Makefile.bsd 2014-06-16 12:41:56.046094882 +0200 -@@ -73,11 +73,7 @@ - exec_prefix = ${prefix} - bindir = $(ROOT)${exec_prefix}/bin - mandir = $(ROOT)${prefix}/man/man1 --ifeq ($(OS), FreeBSD) --resdir = $(ROOT)/usr/X11R6/lib/X11 --else --resdir = $(LOCALBASE)/lib/X11 --endif -+resdir = $(ROOT)${prefix}/lib/X11 - - # other settings - OPTFLAGS = -O -pipe -g -@@ -96,7 +92,7 @@ - DEFS += -DTK_LIBRARY_PATH=\"$(TK_LIBRARY_PATH)\" - DEFS += -DTCL_LIBRARY_PATH=\"$(TCL_LIBRARY_PATH)\" - --DEFS += -DX11_APP_DEFAULTS=\"$(resdir)/app-defaults/Nxtvepg\" -+DEFS += -DX11_APP_DEFAULTS=\"$(LOCALBASE)/lib/X11/app-defaults/Nxtvepg\" - - # enable use of multi-threading - ifdef WANT_THREADS -@@ -129,6 +125,7 @@ - LDFLAGS += -lm - #LDFLAGS += -pg - -+BUILD_DIR= ${WRKSRC} - - all :: printconfig - diff --git a/multimedia/nxtvepg/pkg-descr b/multimedia/nxtvepg/pkg-descr deleted file mode 100644 index 646d79b98d81..000000000000 --- a/multimedia/nxtvepg/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -nxtvepg - Decoder, Browser and Analyzer for the Nextview - Electronic Programme Guide - -nxtvepg is an X11 application to decode, analyze and browse TV programme -schedules transmitted on analog TV channels as defined in ETS 300 707: -"Protocol for a TV Guide using electronic data transmission" by the European -Telecommunications Standards Institute. - -nxtvepg enables you to obtain free TV programme listings for all of the major -networks in Germany, Austria, France and Switzerland. - -Currently Nextview EPG is transmitted by the following TV networks (note that -each of these EPGs cover not only the provider's programme but also that of many -other networks): Kabel1, 3Sat, RTL-II (Germany and Austria), SF1, TSR1, TSI1, -EuroNews (Switzerland), Canal+, M6 (France), TRT-1 (Turkey). - -You will need a bktr(4) compatible tv tuner card with teletext support in order -to use nxtvepg. - -It is recommended to check the card's setup before using nxtvepg, e.g. with the -following applications from the ports collection: -multimedia/fxtv for tv tuner and misc/alevtv for Teletext support. - -WWW: http://nxtvepg.sourceforge.net/ diff --git a/multimedia/nxtvepg/pkg-plist b/multimedia/nxtvepg/pkg-plist deleted file mode 100644 index 620889a40787..000000000000 --- a/multimedia/nxtvepg/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -bin/nxtvepg -bin/nxtvepgd -lib/X11/app-defaults/Nxtvepg -man/man1/nxtvepg.1.gz -man/man1/nxtvepgd.1.gz -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/TODO -%%PORTDOCS%%%%DOCSDIR%%/CHANGES -%%PORTDOCS%%%%DOCSDIR%%/manual.html diff --git a/net/Makefile b/net/Makefile index 4e84deaf02d0..a78cab1c19d3 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1465,7 +1465,6 @@ SUBDIR += xmlrpc-epi SUBDIR += xorp SUBDIR += xprobe - SUBDIR += xpvm SUBDIR += xrdesktop2 SUBDIR += xrdp SUBDIR += xrdp-devel diff --git a/net/xpvm/Makefile b/net/xpvm/Makefile deleted file mode 100644 index 78271ecfbb67..000000000000 --- a/net/xpvm/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# Created by: Rong-En Fan <rafan@infor.org> -# $FreeBSD$ - -PORTNAME= xpvm -PORTVERSION= 1.2.5 -PORTREVISION= 8 -CATEGORIES= net parallel -MASTER_SITES= NL/pvm3/xpvm -DISTNAME= XPVM.src.${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Graphical console and monitor for PVM - -DEPRECATED= This port depends on Tcl/Tk 8.4 , which is no longer\ - maintained. Please port it to 8.5+ -EXPIRATION_DATE= 2017-10-15 - -LIB_DEPENDS= libpvm3.so:net/pvm - -USES= tk:84 tar:tgz -USE_GCC= yes -MAKE_JOBS_UNSAFE= yes - -WRKSRC= ${WRKDIR}/xpvm -PVM_ROOT?= ${LOCALBASE}/lib/pvm -MAKE_ENV+= PVM_ROOT=${PVM_ROOT} XPVM_ROOT=${WRKSRC} -SUB_FILES= pkg-message - -ALL_TARGET= default - -pre-everything:: - @${ECHO_MSG} - @${ECHO_MSG} "If your PVM is not installed in the default directory," - @${ECHO_MSG} "please define PVM_ROOT=/path/to/your/pvm." - @${ECHO_MSG} - -post-patch: - @cd ${WRKSRC} && ${REINPLACE_CMD} -e 's/malloc.h/stdlib.h/' \ - src/xpvm.h tracer/trclib.h - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/FREEBSD/xpvm ${STAGEDIR}${PREFIX}/bin - @${MKDIR} -m 755 ${STAGEDIR}${DATADIR}/src/xbm - @${MKDIR} -m 755 ${STAGEDIR}${DATADIR}/src/help - ${INSTALL_DATA} ${WRKSRC}/src/*.tcl ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/src/xbm/* ${STAGEDIR}${DATADIR}/src/xbm - ${INSTALL_DATA} ${WRKSRC}/src/help/* ${STAGEDIR}${DATADIR}/src/help - -.include <bsd.port.mk> diff --git a/net/xpvm/distinfo b/net/xpvm/distinfo deleted file mode 100644 index 757b36b02ab2..000000000000 --- a/net/xpvm/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (XPVM.src.1.2.5.tgz) = 7d7463eb22dbee0e0d9a2e81b9cb43aa03b42dc8dee66a8c10d152078b2d10cb -SIZE (XPVM.src.1.2.5.tgz) = 196004 diff --git a/net/xpvm/files/patch-src_Makefile.aimk b/net/xpvm/files/patch-src_Makefile.aimk deleted file mode 100644 index 63fd0460288e..000000000000 --- a/net/xpvm/files/patch-src_Makefile.aimk +++ /dev/null @@ -1,111 +0,0 @@ ---- src/Makefile.aimk.orig 1998-04-09 21:11:22 UTC -+++ src/Makefile.aimk -@@ -29,7 +29,7 @@ CC = cc - #CC = gcc - - CFLAGS = $(CFLOPTS) $(PVMVERSION) -DIMA_$(PVM_ARCH) $(ARCHCFLAGS) --LFLAGS = $(ARCHCFLAGS) -+LFLAGS = $(LDFLAGS) $(ARCHCFLAGS) - - AIMK = $(PVM_ROOT)/lib/aimk - -@@ -39,36 +39,39 @@ AIMK = $(PVM_ROOT)/lib/aimk - # - - # Personal Installation --TCLTKHOME = $(HOME)/TCL -+#TCLTKHOME = $(HOME)/TCL - # System Installation --#TCLTKHOME = /usr/local/lib -+TCLTKHOME = $(LOCALBASE) - - # Tcl 7.5 / Tk 4.1 and above --TCLINCL = -I$(TCLTKHOME)/tcl/generic --TKINCL = -I$(TCLTKHOME)/tk/generic -+#TCLINCL = -I$(TCLTKHOME)/tcl/generic -+#TKINCL = -I$(TCLTKHOME)/tk/generic - # Tcl 7.4 / Tk 4.0 and below - #TCLINCL = -I$(TCLTKHOME)/tcl - #TKINCL = -I$(TCLTKHOME)/tk - # System Installed Tcl / Tk --#TCLINCL = -I$(TCLTKHOME) --#TKINCL = -I$(TCLTKHOME) -+TCLINCL = -I$(TCLTKHOME)/include/tcl8.4 -+TKINCL = -I$(TCLTKHOME)/include/tk8.4 - - # Tcl 7.5 / Tk 4.1 and above --TCLLIBDIR = -L$(TCLTKHOME)/tcl/unix/$(PVM_ARCH) --TKLIBDIR = -L$(TCLTKHOME)/tk/unix/$(PVM_ARCH) -+#TCLLIBDIR = -L$(TCLTKHOME)/tcl/unix/$(PVM_ARCH) -+#TKLIBDIR = -L$(TCLTKHOME)/tk/unix/$(PVM_ARCH) - # Tcl 7.4 / Tk 4.0 and below - #TCLLIBDIR = -L$(TCLTKHOME)/tcl/$(PVM_ARCH) - #TKLIBDIR = -L$(TCLTKHOME)/tk/$(PVM_ARCH) - # System Installed Tcl / Tk --#TCLLIBDIR = -L$(TCLTKHOME) --#TKLIBDIR = -L$(TCLTKHOME) -+TCLLIBDIR = -L$(TCLTKHOME)/lib/tcl8.4 -+TKLIBDIR = -L$(TCLTKHOME)/lib/tk8.4 - -+# Tcl / Tk 8.4 -+TCLLIB = -ltcl84 -+TKLIB = -ltk84 - # Tcl / Tk 8.1 - #TCLLIB = -ltcl8.1 - #TKLIB = -ltk8.1 - # Tcl / Tk 8.0 --TCLLIB = -ltcl8.0 --TKLIB = -ltk8.0 -+#TCLLIB = -ltcl8.0 -+#TKLIB = -ltk8.0 - # Tcl 7.6 / Tk 4.2 - #TCLLIB = -ltcl7.6 - #TKLIB = -ltk4.2 -@@ -80,14 +83,14 @@ TKLIB = -ltk8.0 - #TKLIB = -ltk - - # Generic X11 System --XINCL = --XLIBDIR = -+#XINCL = -+#XLIBDIR = - # Default Locations... - #XINCL = -I/usr/include/X11 - #XLIBDIR = -L/usr/lib - # Linux Like Systems --#XINCL = -I/usr/X11R6/include --#XLIBDIR = -L/usr/X11R6/lib -+XINCL = -I$(LOCALBASE)/include -+XLIBDIR = -L$(LOCALBASE)/lib - - XLIB = -lX11 - #XLIB = -lX11 -lXpm -@@ -115,7 +118,7 @@ TRCDIR = $(XPVM_ROOT)/tracer - # Libraries - # - --PVMLIBDIR = -L$(PVM_ROOT)/lib/$(PVM_ARCH) -+PVMLIBDIR = -L$(LOCALBASE)/lib - - TRCLIBDIR = -L$(TRCDIR)/$(PVM_ARCH) - -@@ -136,7 +139,7 @@ LIBS = $(LIBDIRS) $(PVMLIB) $(PVMGLIB) - # Include Directories - # - --PVMINCL = -I$(PVM_ROOT)/include -+PVMINCL = -I$(LOCALBASE)/include - - TRCINCL = -I$(TRCDIR) - -@@ -157,8 +160,8 @@ TCLS = $(XPVM_ROOT)/xpvm.tcl $(XPVM_ROO - HEADERS = $(SRCDIR)/Makefile.aimk $(SRCDIR)/xpvm.h \ - $(SRCDIR)/globals.h $(SRCDIR)/const.h \ - $(SRCDIR)/trace.h $(SRCDIR)/compat.pvmtev.h \ -- $(PVM_ROOT)/include/pvm3.h \ -- $(PVM_ROOT)/include/pvmtev.h \ -+ $(LOCALBASE)/include/pvm3.h \ -+ $(LOCALBASE)/include/pvmtev.h \ - $(TRCDIR)/trcdef.h $(TRCDIR)/trctype.h \ - $(TRCDIR)/trcproto.h $(TRCDIR)/trccompat.h - diff --git a/net/xpvm/files/patch-src_Makefile.xpvm b/net/xpvm/files/patch-src_Makefile.xpvm deleted file mode 100644 index 9bc8009675ed..000000000000 --- a/net/xpvm/files/patch-src_Makefile.xpvm +++ /dev/null @@ -1,12 +0,0 @@ ---- src/Makefile.xpvm.orig 1998-04-09 21:11:23 UTC -+++ src/Makefile.xpvm -@@ -2,6 +2,9 @@ - # $Id: Makefile.xpvm,v 4.50 1998/04/09 21:11:23 kohl Exp $ - # - -+default: -+ cd src ; ${PVM_ROOT}/lib/aimk -+ - install: - cd src ; $(PVM_ROOT)/lib/aimk install - diff --git a/net/xpvm/files/patch-tracer_Makefile.aimk b/net/xpvm/files/patch-tracer_Makefile.aimk deleted file mode 100644 index 40ffde65a452..000000000000 --- a/net/xpvm/files/patch-tracer_Makefile.aimk +++ /dev/null @@ -1,35 +0,0 @@ ---- tracer/Makefile.aimk.orig 1998-04-09 20:40:22 UTC -+++ tracer/Makefile.aimk -@@ -47,7 +47,7 @@ PVMLDIR = $(PVMDIR)/lib/$(PVM_ARCH) - # Libraries - # - --PVMLIBDIR = -L$(PVMDIR)/lib/$(PVM_ARCH) -+PVMLIBDIR = -L$(LOCALBASE)/lib - - TRCLIBDIR = -L$(TRCDIR)/$(PVM_ARCH) - -@@ -71,7 +71,7 @@ LIBS = $(LIBDIRS) -l$(TRCLIB) -l$(PVMLI - # Include Directories - # - --PVMINCL = -I$(PVMDIR)/include -+PVMINCL = -I$(LOCALBASE)/include - - TRCINCL = -I$(TRCDIR) - -@@ -90,12 +90,12 @@ TRCOBJS = trcmess.o trcfile.o trccompat - HEADERS = $(SRCDIR)/tracer.h $(SRCDIR)/trcglob.h \ - $(TRCDIR)/trcdef.h $(TRCDIR)/trctype.h \ - $(TRCDIR)/trcproto.h \ -- $(PVMDIR)/include/pvm3.h $(PVMDIR)/include/pvmtev.h -+ $(LOCALBASE)/include/pvm3.h $(LOCALBASE)/include/pvmtev.h - - TRCHEADERS = $(TRCDIR)/trclib.h $(TRCDIR)/trctype.h \ - $(TRCDIR)/trcproto.h \ - $(TRCDIR)/trccompat.h $(TRCDIR)/trccompatrev.h \ -- $(PVMDIR)/include/pvm3.h $(PVMDIR)/include/pvmtev.h -+ $(LOCALBASE)/include/pvm3.h $(LOCALBASE)/include/pvmtev.h - - PROGS = $(PVMXDIR)/tracer$(EXESFX) $(PVMXDIR)/trcsort$(EXESFX) - diff --git a/net/xpvm/files/pkg-message.in b/net/xpvm/files/pkg-message.in deleted file mode 100644 index ebedbcd871be..000000000000 --- a/net/xpvm/files/pkg-message.in +++ /dev/null @@ -1,8 +0,0 @@ -- -You have to set following enviroment variable before using xpvm - - XPVM_ROOT=%%DATADIR%% - PVM_ROOT=%%LOCALBASE%%/lib/pvm - -You can also put them into /etc/login.conf for system-wide defaults. -- diff --git a/net/xpvm/pkg-descr b/net/xpvm/pkg-descr deleted file mode 100644 index 83e72f8a569d..000000000000 --- a/net/xpvm/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -XPVM provides a graphical interface to the PVM console commands and -information, along with several animated views to monitor the execution -of PVM programs. These views provide information about the interactions -among tasks in a parallel PVM program, to assist in debugging and -performance tuning. - -WWW: http://www.netlib.org/utk/icl/xpvm/xpvm.html diff --git a/net/xpvm/pkg-plist b/net/xpvm/pkg-plist deleted file mode 100644 index dc0ef92daa7f..000000000000 --- a/net/xpvm/pkg-plist +++ /dev/null @@ -1,91 +0,0 @@ -bin/xpvm -%%DATADIR%%/globs.tcl -%%DATADIR%%/procs.tcl -%%DATADIR%%/util.tcl -%%DATADIR%%/xpvm.tcl -%%DATADIR%%/src/help/author.help -%%DATADIR%%/src/help/file_halt.help -%%DATADIR%%/src/help/file_quit.help -%%DATADIR%%/src/help/hosts.help -%%DATADIR%%/src/help/options_mode.help -%%DATADIR%%/src/help/options_tasksort.help -%%DATADIR%%/src/help/reset.help -%%DATADIR%%/src/help/tasks_kill.help -%%DATADIR%%/src/help/tasks_otf.help -%%DATADIR%%/src/help/tasks_signal.help -%%DATADIR%%/src/help/tasks_spawn.help -%%DATADIR%%/src/help/tasks_systasks.help -%%DATADIR%%/src/help/traces.help -%%DATADIR%%/src/help/views_call_trace.help -%%DATADIR%%/src/help/views_msgq.help -%%DATADIR%%/src/help/views_network.help -%%DATADIR%%/src/help/views_space_time.help -%%DATADIR%%/src/help/views_task_output.help -%%DATADIR%%/src/help/views_tevhist.help -%%DATADIR%%/src/help/views_utilization.help -%%DATADIR%%/src/help/xpvm.help -%%DATADIR%%/src/xbm/adj.xbm -%%DATADIR%%/src/xbm/aix46k.xbm -%%DATADIR%%/src/xbm/aix4mp.xbm -%%DATADIR%%/src/xbm/aix4sp2.xbm -%%DATADIR%%/src/xbm/alliant.xbm -%%DATADIR%%/src/xbm/alpha.win32.xbm -%%DATADIR%%/src/xbm/alpha.xbm -%%DATADIR%%/src/xbm/alphamp.xbm -%%DATADIR%%/src/xbm/cm2.xbm -%%DATADIR%%/src/xbm/cm5.xbm -%%DATADIR%%/src/xbm/cnvx.xbm -%%DATADIR%%/src/xbm/convex.xbm -%%DATADIR%%/src/xbm/cray.xbm -%%DATADIR%%/src/xbm/cspp.xbm -%%DATADIR%%/src/xbm/dec5200.xbm -%%DATADIR%%/src/xbm/dummy_arch.xbm -%%DATADIR%%/src/xbm/fastfwd.xbm -%%DATADIR%%/src/xbm/fwd.xbm -%%DATADIR%%/src/xbm/fwdstep.xbm -%%DATADIR%%/src/xbm/grow.xbm -%%DATADIR%%/src/xbm/hppa.xbm -%%DATADIR%%/src/xbm/i860.xbm -%%DATADIR%%/src/xbm/ipsc2.xbm -%%DATADIR%%/src/xbm/ksr1.xbm -%%DATADIR%%/src/xbm/laptop.xbm -%%DATADIR%%/src/xbm/linux.xbm -%%DATADIR%%/src/xbm/linuxalpha.xbm -%%DATADIR%%/src/xbm/linuxsparc.xbm -%%DATADIR%%/src/xbm/next.xbm -%%DATADIR%%/src/xbm/os2.xbm -%%DATADIR%%/src/xbm/penguin.xbm -%%DATADIR%%/src/xbm/pgon.xbm -%%DATADIR%%/src/xbm/pmax.xbm -%%DATADIR%%/src/xbm/ptrd.xbm -%%DATADIR%%/src/xbm/ptrl.xbm -%%DATADIR%%/src/xbm/ptrr.xbm -%%DATADIR%%/src/xbm/ptru.xbm -%%DATADIR%%/src/xbm/rewind.xbm -%%DATADIR%%/src/xbm/rs6k.xbm -%%DATADIR%%/src/xbm/rs6kmp.xbm -%%DATADIR%%/src/xbm/sequent.xbm -%%DATADIR%%/src/xbm/sgi.xbm -%%DATADIR%%/src/xbm/sgi5.xbm -%%DATADIR%%/src/xbm/sgi6.xbm -%%DATADIR%%/src/xbm/sgi64.xbm -%%DATADIR%%/src/xbm/sgimp.xbm -%%DATADIR%%/src/xbm/sgimp6.xbm -%%DATADIR%%/src/xbm/sgimp64.xbm -%%DATADIR%%/src/xbm/shrink.xbm -%%DATADIR%%/src/xbm/smile.xbm -%%DATADIR%%/src/xbm/sparc.xbm -%%DATADIR%%/src/xbm/spin.xbm -%%DATADIR%%/src/xbm/spin2.xbm -%%DATADIR%%/src/xbm/spin3.xbm -%%DATADIR%%/src/xbm/spin4.xbm -%%DATADIR%%/src/xbm/stop.xbm -%%DATADIR%%/src/xbm/sun3.xbm -%%DATADIR%%/src/xbm/sun4.xbm -%%DATADIR%%/src/xbm/sun4sol2.xbm -%%DATADIR%%/src/xbm/sunmp.xbm -%%DATADIR%%/src/xbm/symmetry.xbm -%%DATADIR%%/src/xbm/win32.xbm -%%DATADIR%%/src/xbm/zoom.swipe.l.xbm -%%DATADIR%%/src/xbm/zoom.swipe.r.xbm -%%DATADIR%%/src/xbm/zoom.swipe.xbm diff --git a/x11/Makefile b/x11/Makefile index ce813aaf40a8..d3f1dab66460 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -327,7 +327,6 @@ SUBDIR += tilda SUBDIR += tint SUBDIR += tint-devel - SUBDIR += tkXwin SUBDIR += trapproto SUBDIR += trayer SUBDIR += tycoon diff --git a/x11/tkXwin/Makefile b/x11/tkXwin/Makefile deleted file mode 100644 index 11cff9a622de..000000000000 --- a/x11/tkXwin/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# Created by: Denis Shaposhnikov <dsh@vlink.ru> -# $FreeBSD$ - -PORTNAME= tkXwin -PORTVERSION= 1.0 -PORTREVISION= 5 -CATEGORIES= x11 -MASTER_SITES= http://beepcore-tcl.sourceforge.net/ - -MAINTAINER= dsh@vlink.ru -COMMENT= Tcl/Tk library to detect idle periods of an X session - -DEPRECATED= This port depends on Tcl/Tk 8.4 , which is no longer\ - maintained. Please port it to 8.5+ -EXPIRATION_DATE= 2017-10-15 - -USES= libtool tk:84,tea tar:tgz -USE_XORG= xt xscrnsaver -USE_LDCONFIG= yes - -CONFIGURE_ENV= INSTALL="${INSTALL_DATA}" - -.include <bsd.port.mk> diff --git a/x11/tkXwin/distinfo b/x11/tkXwin/distinfo deleted file mode 100644 index 72b4b47b88c6..000000000000 --- a/x11/tkXwin/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (tkXwin-1.0.tgz) = 4390cd165c584162dccf8414d2f4f27bf4dd3b2ad1e66fbe280ee390475fb3c0 -SIZE (tkXwin-1.0.tgz) = 168650 diff --git a/x11/tkXwin/files/patch-Makefile.in b/x11/tkXwin/files/patch-Makefile.in deleted file mode 100644 index b396912ba9d7..000000000000 --- a/x11/tkXwin/files/patch-Makefile.in +++ /dev/null @@ -1,41 +0,0 @@ ---- Makefile.in.orig 2002-08-25 08:29:52.000000000 +0200 -+++ Makefile.in 2014-01-09 09:33:06.000000000 +0100 -@@ -14,8 +14,8 @@ - # - - # if you have libXss.so, then uncomment the next two lines --#CFLAGS_XSS = -DHAVE_SHARED_XSS --#LIB_XSS = -L/usr/X11R6/lib -lXss -+CFLAGS_XSS = -DHAVE_SHARED_XSS -+LIB_XSS = -L/usr/local/lib -lXss - - - SHELL = @SHELL@ -@@ -145,7 +145,7 @@ - - tkXwin_version = 1:0:0 - --INCLUDES = $(TCL_INCLUDES) $(TK_XINCLUDES) $(CFLAGS_XSS) -+INCLUDES = $(TCL_INCLUDES) $(TK_INCLUDES) $(TK_XINCLUDES) $(CFLAGS_XSS) - - common_sources = tkXwin.c - -@@ -432,14 +432,14 @@ - - - install-exec-hook: -- $(mkinstalldirs) @PKG_TCL@ -+ $(mkinstalldirs) $(DESTDIR)@PKG_TCL@ - echo "package ifneeded tkXwin" \ - `echo $(VERSION) | awk -F. '{ printf "%s.%s", $$1, $$2 }'` \ -- "[list load $(DESTDIR)$(libdir)/libtkXwin.so]" \ -- > @PKG_TCL@/pkgIndex.tcl -+ "[list load $(libdir)/libtkXwin.so]" \ -+ > $(DESTDIR)@PKG_TCL@/pkgIndex.tcl - sed -e 's%load .libs/libtkXwin.so%package require tkXwin%' \ - < test.tcl \ -- > @PKG_TCL@/test.tcl -+ > $(DESTDIR)@PKG_TCL@/test.tcl - - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. diff --git a/x11/tkXwin/files/patch-configure b/x11/tkXwin/files/patch-configure deleted file mode 100644 index 71e0b6db1571..000000000000 --- a/x11/tkXwin/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2002-08-25 08:29:53.000000000 +0200 -+++ configure 2014-01-09 09:46:12.000000000 +0100 -@@ -3534,7 +3534,7 @@ - - - --PKG_TCL=${TCL_PACKAGE_PATH}/tkXwin -+PKG_TCL=$prefix/lib/tkXwin - - - diff --git a/x11/tkXwin/pkg-descr b/x11/tkXwin/pkg-descr deleted file mode 100644 index 9ef78a81ce02..000000000000 --- a/x11/tkXwin/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Tcl/Tk library to detect idle periods of an X session. - -WWW: http://wiki.tcl.tk/20622 diff --git a/x11/tkXwin/pkg-plist b/x11/tkXwin/pkg-plist deleted file mode 100644 index 33c21cdb57de..000000000000 --- a/x11/tkXwin/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -lib/libtkXwin.so -lib/libtkXwin.so.1 -lib/libtkXwin.so.1.0.0 -lib/tkXwin/pkgIndex.tcl -lib/tkXwin/test.tcl |