diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-03-23 20:53:42 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-03-23 20:53:42 +0000 |
commit | 5e535e782212b88c5653bcdf5b479068766cccd3 (patch) | |
tree | 383e4760b87c61a4d7ed195e85cffa507c0ebb80 /x11 | |
parent | 35cea31fea158f2accc4945843748baf785015f0 (diff) |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/tkgoodstuff/Makefile | 38 | ||||
-rw-r--r-- | x11/tkgoodstuff/distinfo | 3 | ||||
-rw-r--r-- | x11/tkgoodstuff/files/patch-aa | 62 | ||||
-rw-r--r-- | x11/tkgoodstuff/files/patch-ad | 20 | ||||
-rw-r--r-- | x11/tkgoodstuff/pkg-descr | 15 | ||||
-rw-r--r-- | x11/tkgoodstuff/pkg-plist | 204 |
7 files changed, 0 insertions, 343 deletions
diff --git a/x11/Makefile b/x11/Makefile index c4b2db7ea958..89fac36262a6 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -282,7 +282,6 @@ SUBDIR += tilda SUBDIR += tint SUBDIR += tkXwin - SUBDIR += tkgoodstuff SUBDIR += trapproto SUBDIR += trayer SUBDIR += tycoon diff --git a/x11/tkgoodstuff/Makefile b/x11/tkgoodstuff/Makefile deleted file mode 100644 index 8822b6b1a4fa..000000000000 --- a/x11/tkgoodstuff/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: tkgoodstuff -# Date created: 7 Oct 1996 -# Whom: pst -# -# $FreeBSD$ -# - -PORTNAME= tkgoodstuff -PORTVERSION= 8.0 -PORTREVISION= 2 -CATEGORIES= x11 tk -# -# No longer published by original developer. This port still works, although -# there are other (better) applications that do similar things. For now, -# use the local FreeBSD.ORG port cache. -# -#MASTER_SITES= http://www-personal.umich.edu/~markcrim/tkgoodstuff/dists/ -DISTNAME= ${PORTNAME}${PORTVERSION}-final - -MAINTAINER= ports@FreeBSD.org -COMMENT= TkGoodstuff module for fvwm2 window manager - requires XPM and fvwm2 - -RUN_DEPENDS= fvwm2:${PORTSDIR}/x11-wm/fvwm2 -LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 - -GNU_CONFIGURE= yes -CONFIGURE_ENV= TCLCONFIGSH=${PREFIX}/lib/tcl8.0/tclConfig.sh \ - TKCONFIGSH=${PREFIX}/lib/tk8.0/tkConfig.sh -CONFIGURE_ARGS= --enable-libs -STRIP= - -DEPRECATED= tcl8.0 support is going to be dropped -EXPIRATION_DATE= 2009-03-22 - -post-patch: - @${RM} -f ${WRKSRC}/tcl/*.orig - -.include <bsd.port.mk> diff --git a/x11/tkgoodstuff/distinfo b/x11/tkgoodstuff/distinfo deleted file mode 100644 index 1cf749a0492f..000000000000 --- a/x11/tkgoodstuff/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (tkgoodstuff8.0-final.tar.gz) = 1ccbe2c99026be8d66a9436e2ea72fcd -SHA256 (tkgoodstuff8.0-final.tar.gz) = c361be68bf0f7f89ec2b3fba8eb82627c8532a03c7908cc10acbf7f1cf3d6387 -SIZE (tkgoodstuff8.0-final.tar.gz) = 367995 diff --git a/x11/tkgoodstuff/files/patch-aa b/x11/tkgoodstuff/files/patch-aa deleted file mode 100644 index cc2c4a6e6dc9..000000000000 --- a/x11/tkgoodstuff/files/patch-aa +++ /dev/null @@ -1,62 +0,0 @@ ---- configure Thu Aug 7 12:49:27 1997 -+++ configure Wed Aug 27 01:18:17 1997 -@@ -540,29 +540,34 @@ - # Find appropriate tclConfig.sh and - # recover information that Tcl computed with its configure script. - --TCLCONFIGSH="" --for prefix in $dirlist; do -- if test -f $prefix/lib/tclConfig.sh; then -- TCLCONFIGSH=$prefix/lib/tclConfig.sh -- . $TCLCONFIGSH -- if test `expr \( $TCL_MAJOR_VERSION \< $TCLTK_MAJORNEEDED \) \| \( $TCL_MINOR_VERSION \< $TCLTK_MINORNEEDED \)` = 0 -- then -- break -+if [ -z "$TCLCONFIGSH" ] ; then -+ TCLCONFIGSH="" -+ for prefix in $dirlist; do -+ if test -f $prefix/lib/tclConfig.sh; then -+ TCLCONFIGSH=$prefix/lib/tclConfig.sh -+ . $TCLCONFIGSH -+ if test `expr \( $TCL_MAJOR_VERSION \< $TCLTK_MAJORNEEDED \) \| \( $TCL_MINOR_VERSION \< $TCLTK_MINORNEEDED \)` = 0 -+ then -+ break -+ fi - fi -- fi --done -+ done -+fi - test -f "$TCLCONFIGSH" || abort "Can't find any tclConfig.sh" -+. $TCLCONFIGSH - if test `expr \( $TCL_MAJOR_VERSION \< $TCLTK_MAJORNEEDED \) \| \( $TCL_MINOR_VERSION \< $TCLTK_MINORNEEDED \)` = 1 - then - abort "Need but can't find tclConfig.sh for Tcl ${TCLTK_MAJORNEEDED}.${TCLTK_MINORNEEDED} or later." - fi - echo "using $TCLCONFIGSH" - --TKCONFIGSH=${prefix}/lib/tkConfig.sh --test -f "$TKCONFIGSH" || abort "Can't find any tkConfig.sh" -+if [ -z "$TKCONFIGSH" ] ; then -+ TKCONFIGSH=${prefix}/lib/tkConfig.sh -+ test -f "$TKCONFIGSH" || abort "Can't find any tkConfig.sh" -+fi - . $TKCONFIGSH - if test `expr \( $TK_MAJOR_VERSION \< $TCLTK_MAJORNEEDED \) \| \( $TK_MINOR_VERSION \< $TCLTK_MINORNEEDED \)` = 1 -- then abort "Need but can't find tkConfig.sh for Tk ${TCLTK_MAJORNEEDED}.${TCLTK_MINORNEEDED} or later." -+ then abort "Need but can't find tkConfig.sh for Tk ${TCLTK_MAJORNEEDED}.${TCLTK_MINORNEEDED} or later." - fi - echo "using $TKCONFIGSH" - ---- libs/Makefile.in Wed Aug 6 08:10:43 1997 -+++ libs/Makefile.in Wed Aug 27 01:22:36 1997 -@@ -28,7 +28,8 @@ - SRCDIR = @srcdir@ - - CFLAGS = -O @TCL_DEFS@ @TK_DEFS@ -I$(SRCDIR) \ -- -I$(TK_PREFIX)/include -I$(TK_PREFIX)/include/tcl \ -+ -I$(TK_PREFIX)/include/tcl8.0 \ -+ -I$(TK_PREFIX)/include/tk8.0 \ - $(XINCLUDES) - - INSTALL = @INSTALL@ diff --git a/x11/tkgoodstuff/files/patch-ad b/x11/tkgoodstuff/files/patch-ad deleted file mode 100644 index b13af0a0e414..000000000000 --- a/x11/tkgoodstuff/files/patch-ad +++ /dev/null @@ -1,20 +0,0 @@ ---- tcl/Dialer.tcl.orig Sat Dec 14 01:31:43 1996 -+++ tcl/Dialer.tcl Sat Jun 21 13:57:07 1997 -@@ -48,7 +48,7 @@ - { myloginname@umich.edu "Password: " 5} - {mypassword "" "" } - } --set outcommand "/usr/lib/ppp/pppd $port $speed asyncmap 0 defaultroute crtscts modem noipdefault" -+set outcommand "/usr/sbin/pppd $port $speed asyncmap 0 defaultroute crtscts modem noipdefault" - set exitsucc 0 - - option add *Listbox*font \ -@@ -678,7 +678,7 @@ - the server (through the login script, as described below). Here you\ - can start, for instance, ppp or term. The author, for his dynamic ppp\ - connection from home, uses: --\ \ \ \"/usr/lib/ppp/pppd /dev/modem 38400 asyncmap 0 defaultroute crtscts\ -+\ \ \ \"/usr/sbin/pppd /dev/modem 38400 asyncmap 0 defaultroute crtscts\ - modem noipdefault\" - - There is a checkbox which enables using the login script (on which more\ diff --git a/x11/tkgoodstuff/pkg-descr b/x11/tkgoodstuff/pkg-descr deleted file mode 100644 index 55c0d5cefe9a..000000000000 --- a/x11/tkgoodstuff/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -README for TkGoodStuff version 8.0-final, 1 Oct, 1997 - -TkGoodStuff for the X Window System is an alarm clock, biff, file -watcher, modem dialer/network status indicator, note-taker, -web-browser launch tool, system load monitor, application/utility -menu, Win95-like task bar, and whatever else you want. - -TkGoodStuff produces a button bar. It is easily configured and -modified with the on-line GUI preferences manager (*no* rc-file -hacking). There is a "screen-edge" mode, in which the bar occupies an -edge of the screen, can be dragged to other edges, and can -auto-minimize (shrink to a line at the screen-edge). For users of the -fvwm window manager (though tkgoodstuff works without fvwm), -tkgoodstuff serves all the functions of the Windows95 taskbar, and -then some. diff --git a/x11/tkgoodstuff/pkg-plist b/x11/tkgoodstuff/pkg-plist deleted file mode 100644 index 255cc4f909b0..000000000000 --- a/x11/tkgoodstuff/pkg-plist +++ /dev/null @@ -1,204 +0,0 @@ -bin/Dialer -bin/tkgoodstuff -bin/tkgwish8.0 -lib/tkgoodstuff/Dialer -lib/tkgoodstuff/tcl/Alarm.tcl -lib/tkgoodstuff/tcl/Analog.tcl -lib/tkgoodstuff/tcl/Biff.tcl -lib/tkgoodstuff/tcl/BiffIMAP.tcl -lib/tkgoodstuff/tcl/BiffMH.tcl -lib/tkgoodstuff/tcl/Biffatime.tcl -lib/tkgoodstuff/tcl/Bifffilesize.tcl -lib/tkgoodstuff/tcl/Biffinternal.tcl -lib/tkgoodstuff/tcl/Biffscan.tcl -lib/tkgoodstuff/tcl/Calc.tcl -lib/tkgoodstuff/tcl/Chooser.tcl -lib/tkgoodstuff/tcl/Clock.tcl -lib/tkgoodstuff/tcl/Dialer.tcl -lib/tkgoodstuff/tcl/Example.tcl -lib/tkgoodstuff/tcl/Fvwm.tcl -lib/tkgoodstuff/tcl/FvwmDebug.tcl -lib/tkgoodstuff/tcl/Help.tcl -lib/tkgoodstuff/tcl/Ical-fetch.tcl -lib/tkgoodstuff/tcl/Ical.tcl -lib/tkgoodstuff/tcl/Jots.tcl -lib/tkgoodstuff/tcl/Load.tcl -lib/tkgoodstuff/tcl/Markets.tcl -lib/tkgoodstuff/tcl/Menu.tcl -lib/tkgoodstuff/tcl/Net.tcl -lib/tkgoodstuff/tcl/Outside.tcl -lib/tkgoodstuff/tcl/Pager.tcl -lib/tkgoodstuff/tcl/PopImap.tcl -lib/tkgoodstuff/tcl/TkMan.tcl -lib/tkgoodstuff/tcl/WWW.tcl -lib/tkgoodstuff/tcl/Watch.tcl -lib/tkgoodstuff/tcl/WatchDog.tcl -lib/tkgoodstuff/tcl/Webster.tcl -lib/tkgoodstuff/tcl/WindowList.tcl -lib/tkgoodstuff/tcl/args.tcl -lib/tkgoodstuff/tcl/async.tcl -lib/tkgoodstuff/tcl/balloon.tcl -lib/tkgoodstuff/tcl/configcommands.tcl -lib/tkgoodstuff/tcl/defaults.tcl -lib/tkgoodstuff/tcl/dialogs.tcl -lib/tkgoodstuff/tcl/elements.tcl -lib/tkgoodstuff/tcl/english.tcl -lib/tkgoodstuff/tcl/expect.tcl -lib/tkgoodstuff/tcl/francais.tcl -lib/tkgoodstuff/tcl/hlist.tcl -lib/tkgoodstuff/tcl/inits.tcl -lib/tkgoodstuff/tcl/international.tcl -lib/tkgoodstuff/tcl/logging.tcl -lib/tkgoodstuff/tcl/mainwin.tcl -lib/tkgoodstuff/tcl/misc.tcl -lib/tkgoodstuff/tcl/panelgeo.tcl -lib/tkgoodstuff/tcl/popup.tcl -lib/tkgoodstuff/tcl/prefs-biff.tcl -lib/tkgoodstuff/tcl/prefs-browsers.tcl -lib/tkgoodstuff/tcl/prefs-config.tcl -lib/tkgoodstuff/tcl/prefs-menu.tcl -lib/tkgoodstuff/tcl/prefs-watch.tcl -lib/tkgoodstuff/tcl/prefs-windowlist.tcl -lib/tkgoodstuff/tcl/prefs.tcl -lib/tkgoodstuff/tcl/screenedge.tcl -lib/tkgoodstuff/tcl/sexpr.tcl -lib/tkgoodstuff/tcl/startup.tcl -lib/tkgoodstuff/tcl/swallow.tcl -lib/tkgoodstuff/tcl/tabnotebook.tcl -lib/tkgoodstuff/tcl/tclIndex -lib/tkgoodstuff/tcl/tkSteal.tcl -lib/tkgoodstuff/tcl/tkgbutton.tcl -lib/tkgoodstuff/tcl/tkgoodstuff.tcl -lib/tkgoodstuff/tcl/utils.tcl -lib/tkgoodstuff/tcl/wlpatch -lib/tkgoodstuff/doc/CHANGES -lib/tkgoodstuff/doc/Example -lib/tkgoodstuff/doc/FAQ -lib/tkgoodstuff/doc/NOTICE -lib/tkgoodstuff/doc/biff.html -lib/tkgoodstuff/doc/chooser.html -lib/tkgoodstuff/doc/clock.html -lib/tkgoodstuff/doc/dialer.html -lib/tkgoodstuff/doc/fvwm.html -lib/tkgoodstuff/doc/ical.html -lib/tkgoodstuff/doc/icons.html -lib/tkgoodstuff/doc/index-orig.html -lib/tkgoodstuff/doc/index.html -lib/tkgoodstuff/doc/install.html -lib/tkgoodstuff/doc/jots.html -lib/tkgoodstuff/doc/load.html -lib/tkgoodstuff/doc/mailinglists.html -lib/tkgoodstuff/doc/menu.html -lib/tkgoodstuff/doc/net.html -lib/tkgoodstuff/doc/pager.html -lib/tkgoodstuff/doc/popimap.html -lib/tkgoodstuff/doc/preferences.html -lib/tkgoodstuff/doc/running.html -lib/tkgoodstuff/doc/screenshots.html -lib/tkgoodstuff/doc/shots.html -lib/tkgoodstuff/doc/tkgoodstuff.html -lib/tkgoodstuff/doc/tkman.html -lib/tkgoodstuff/doc/toc.html -lib/tkgoodstuff/doc/watch.html -lib/tkgoodstuff/doc/webster.html -lib/tkgoodstuff/doc/windowlist.html -lib/tkgoodstuff/doc/writingclients.html -lib/tkgoodstuff/doc/www.html -lib/tkgoodstuff/icons/biffgreen-sm.xpm -lib/tkgoodstuff/icons/biffgreen.xpm -lib/tkgoodstuff/icons/biffnew-sm.xpm -lib/tkgoodstuff/icons/biffnew.xpm -lib/tkgoodstuff/icons/biffno-sm.xpm -lib/tkgoodstuff/icons/biffno.xpm -lib/tkgoodstuff/icons/biffred-sm.xpm -lib/tkgoodstuff/icons/biffred.xpm -lib/tkgoodstuff/icons/biffwhite-sm.xpm -lib/tkgoodstuff/icons/biffwhite.xpm -lib/tkgoodstuff/icons/biffyellow-sm.xpm -lib/tkgoodstuff/icons/biffyellow.xpm -lib/tkgoodstuff/icons/blue_marble.xpm -lib/tkgoodstuff/icons/browser.xpm -lib/tkgoodstuff/icons/bullet.xpm -lib/tkgoodstuff/icons/button.xpm -lib/tkgoodstuff/icons/calc-sm.xpm -lib/tkgoodstuff/icons/calc.xpm -lib/tkgoodstuff/icons/client.xpm -lib/tkgoodstuff/icons/copyright.info -lib/tkgoodstuff/icons/dimple.xpm -lib/tkgoodstuff/icons/editor.xpm -lib/tkgoodstuff/icons/error -lib/tkgoodstuff/icons/exec.xpm -lib/tkgoodstuff/icons/file -lib/tkgoodstuff/icons/fileempty.xpm -lib/tkgoodstuff/icons/filefull.xpm -lib/tkgoodstuff/icons/filegone.xpm -lib/tkgoodstuff/icons/filer.xpm -lib/tkgoodstuff/icons/graphic.xpm -lib/tkgoodstuff/icons/ical-sm.xpm -lib/tkgoodstuff/icons/ical.xpm -lib/tkgoodstuff/icons/iconic.xpm -lib/tkgoodstuff/icons/jots-sm.xpm -lib/tkgoodstuff/icons/jots.xpm -lib/tkgoodstuff/icons/labelbox.xpm -lib/tkgoodstuff/icons/letters -lib/tkgoodstuff/icons/lightblue_marble.xpm -lib/tkgoodstuff/icons/mailer.xpm -lib/tkgoodstuff/icons/manreader.xpm -lib/tkgoodstuff/icons/menu.xpm -lib/tkgoodstuff/icons/netdn-sm.xpm -lib/tkgoodstuff/icons/netdn.xpm -lib/tkgoodstuff/icons/netscape-sm.xpm -lib/tkgoodstuff/icons/netscape.xpm -lib/tkgoodstuff/icons/netup-sm.xpm -lib/tkgoodstuff/icons/netup.xpm -lib/tkgoodstuff/icons/netwt-sm.xpm -lib/tkgoodstuff/icons/netwt.xpm -lib/tkgoodstuff/icons/news-sm.xpm -lib/tkgoodstuff/icons/news.xpm -lib/tkgoodstuff/icons/newsreader.xpm -lib/tkgoodstuff/icons/panel.xpm -lib/tkgoodstuff/icons/question -lib/tkgoodstuff/icons/run.xpm -lib/tkgoodstuff/icons/separator.xpm -lib/tkgoodstuff/icons/shell.xpm -lib/tkgoodstuff/icons/stack.xpm -lib/tkgoodstuff/icons/swallow.xpm -lib/tkgoodstuff/icons/tcl.xpm -lib/tkgoodstuff/icons/telnet-sm.xpm -lib/tkgoodstuff/icons/telnet.xpm -lib/tkgoodstuff/icons/tk.xpm -lib/tkgoodstuff/icons/tkgmenu-sm.xpm -lib/tkgoodstuff/icons/tkgmenu.xpm -lib/tkgoodstuff/icons/tkman-sm.xpm -lib/tkgoodstuff/icons/tkman.xpm -lib/tkgoodstuff/icons/warning -lib/tkgoodstuff/icons/watchgreen-sm.xpm -lib/tkgoodstuff/icons/watchgreen.xpm -lib/tkgoodstuff/icons/watchred-sm.xpm -lib/tkgoodstuff/icons/watchred.xpm -lib/tkgoodstuff/icons/watchunchanged-sm.xpm -lib/tkgoodstuff/icons/watchunchanged.xpm -lib/tkgoodstuff/icons/watchwhite-sm.xpm -lib/tkgoodstuff/icons/watchwhite.xpm -lib/tkgoodstuff/icons/watchyellow-sm.xpm -lib/tkgoodstuff/icons/watchyellow.xpm -lib/tkgoodstuff/icons/weather-sm.xpm -lib/tkgoodstuff/icons/weather.xpm -lib/tkgoodstuff/icons/webster-sm.xpm -lib/tkgoodstuff/icons/webster.xpm -lib/tkgoodstuff/icons/win.xpm -lib/tkgoodstuff/icons/www-sm.xpm -lib/tkgoodstuff/icons/www.xpm -lib/tkgoodstuff/icons/xlogo-sm.xpm -lib/tkgoodstuff/icons/xlogo.xpm -lib/tkgoodstuff/sample-rc/.tkgoodstuffrc -lib/tkgoodstuff/sample-rc/home -lib/tkgoodstuff/sample-rc/minimal -lib/tkgoodstuff/sample-rc/stacks -lib/tkgoodstuff/sample-rc/win95 -lib/tkgoodstuff/tkgoodstuff -@dirrm lib/tkgoodstuff/tcl -@dirrm lib/tkgoodstuff/sample-rc -@dirrm lib/tkgoodstuff/icons -@dirrm lib/tkgoodstuff/doc -@dirrm lib/tkgoodstuff |