mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
- Fix CATEGORIES
- Add WWW line to pkg-descr Feature safe: yes
This commit is contained in:
parent
874fe272e3
commit
38bbf2dfe3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316028
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= tkcon
|
||||
PORTVERSION= 2.5
|
||||
CATEGORIES= devel tcl tk
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= tcltk@FreeBSD.org
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- tkcon.tcl.orig 2009-02-27 09:17:21.000000000 +0900
|
||||
+++ tkcon.tcl 2009-05-16 18:38:23.000000000 +0900
|
||||
@@ -194,7 +194,7 @@
|
||||
--- tkcon.tcl.orig 2009-02-27 01:17:21.000000000 +0100
|
||||
+++ tkcon.tcl 2013-04-16 09:25:50.000000000 +0200
|
||||
@@ -194,7 +192,7 @@
|
||||
RCS {RCS: @(#) $Id: tkcon.tcl,v 1.102 2008/02/07 21:02:53 hobbs Exp $}
|
||||
HEADURL {http://tkcon.cvs.sourceforge.net/tkcon/tkcon/tkcon.tcl?rev=HEAD}
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
email {jeff(a)hobbs(.)org}
|
||||
root .
|
||||
uid 0
|
||||
@@ -1586,8 +1586,8 @@
|
||||
@@ -1586,8 +1584,8 @@
|
||||
foreach m [list [menu $w.help] [menu $w.pop.help]] {
|
||||
$m add command -label "About " -underline 0 -accel Ctrl-A \
|
||||
-command ::tkcon::About
|
||||
|
@ -3,3 +3,5 @@ TkCon is a replacement for the standard console that comes with Tk.
|
||||
The console itself provides many more features than the standard console.
|
||||
It is meant primarily to aid one when working with the little details
|
||||
inside tcl and tk.
|
||||
|
||||
WWW: http://tkcon.sourceforge.net/
|
||||
|
Loading…
Reference in New Issue
Block a user