pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

tcl-itcl3: Set DESCR, license (mit), PKGNAME



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Fri Oct 21 23:08:40 2016 +0200
Changeset:	4f3b3c8615acbb11ad1db3654efa58a61b19ea2f

Modified Files:
	tcl-itcl3/DESCR
	tcl-itcl3/Makefile

Log Message:
tcl-itcl3: Set DESCR, license (mit), PKGNAME

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4f3b3c8615acbb11ad1db3654efa58a61b19ea2f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 tcl-itcl3/DESCR    | 14 ++++++++------
 tcl-itcl3/Makefile |  4 ++--
 2 files changed, 10 insertions(+), 8 deletions(-)

diffs:
diff --git a/tcl-itcl3/DESCR b/tcl-itcl3/DESCR
index 827eb1d..809e001 100644
--- a/tcl-itcl3/DESCR
+++ b/tcl-itcl3/DESCR
@@ -1,6 +1,8 @@
-[incr Tk] is a framework for building mega-widgets using the [incr Tcl] object
-system. Mega-widgets are high-level widgets like a file browser or a tab
-notebook that act like ordinary Tk widgets but are constructed using Tk widgets
-as component parts, without having to write C code. In effect, a mega-widget
-looks and acts exactly like a Tk widget, but is considerably easier to
-implement.
+[incr Tcl] provides the extra language support needed to build large Tcl/Tk
+applications. It introduces the notion of objects, which act as building blocks
+for an application. Each object is a bag of data with a set of procedures or
+"methods" that are used to manipulate it. Objects are organized into "classes"
+with identical characteristics, and classes can inherit functionality from one
+another. This object-oriented paradigm adds another level of organization on
+top of the basic variable/procedure elements, and the resulting code is easier
+to understand and maintain.
diff --git a/tcl-itcl3/Makefile b/tcl-itcl3/Makefile
index 15761d4..b5d3fd4 100644
--- a/tcl-itcl3/Makefile
+++ b/tcl-itcl3/Makefile
@@ -2,14 +2,14 @@
 #
 
 DISTNAME=	itcl3.4.3
-PKGNAME=	tcl-${DISTNAME:S/l/l-/}
+PKGNAME=	tcl-${DISTNAME:S/itcl/itcl3-/}
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=incrtcl/}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://incrtcl.sourceforge.net/
 COMMENT=	Framework for building mega-widgets using [incr Tcl]
-LICENSE=	2-clause-bsd # ?
+LICENSE=	mit # Standard ML of New Jersey Variant
 
 GNU_CONFIGURE=		yes
 CONFIGURE_ARGS+=	--x-includes=${BUILDLINK_PREFIX.libX11}/include/X11


Home | Main Index | Thread Index | Old Index