pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc stooop: remove, included in devel/tcllib.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/63aad5882265
branches:  trunk
changeset: 330921:63aad5882265
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Mar 08 08:44:02 2019 +0000

description:
stooop: remove, included in devel/tcllib.

Suggested by Moritz Wilhelmy in
https://mail-index.netbsd.org/pkgsrc-users/2013/11/16/msg018898.html

diffstat:

 devel/Makefile        |   3 +--
 devel/stooop/DESCR    |  13 -------------
 devel/stooop/Makefile |  25 -------------------------
 devel/stooop/PLIST    |   6 ------
 devel/stooop/distinfo |   6 ------
 doc/CHANGES-2019      |   3 ++-
 6 files changed, 3 insertions(+), 53 deletions(-)

diffs (97 lines):

diff -r 7f88bee06a91 -r 63aad5882265 devel/Makefile
--- a/devel/Makefile    Fri Mar 08 08:42:18 2019 +0000
+++ b/devel/Makefile    Fri Mar 08 08:44:02 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2785 2019/03/05 14:25:21 adam Exp $
+# $NetBSD: Makefile,v 1.2786 2019/03/08 08:44:02 wiz Exp $
 #
 
 COMMENT=       Development utilities
@@ -2645,7 +2645,6 @@
 SUBDIR+=       startbug1
 SUBDIR+=       stfl
 SUBDIR+=       stgit
-SUBDIR+=       stooop
 SUBDIR+=       subversion
 SUBDIR+=       subversion-base
 SUBDIR+=       sunifdef
diff -r 7f88bee06a91 -r 63aad5882265 devel/stooop/DESCR
--- a/devel/stooop/DESCR        Fri Mar 08 08:42:18 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-This is stooop (a Simple Tcl Only Object Oriented Programming scheme)
-version 3.7. Stooop is implemented in a single sourceable file and
-uses simple techniques to provide object orientation to the great Tcl
-language.
-
-Stooop supports single and multiple inheritance, data encapsulation
-(all member data is public), dynamic binding, nested classes, object
-copy, runtime type identification, optional runtime procedure and data
-access checking as well as tracing.
-
-As stooop is entirely written in Tcl, it will run on all Tcl supported
-platforms, including Windows and the Macintosh, if you have Tcl
-version 8.0 or 8.1.
diff -r 7f88bee06a91 -r 63aad5882265 devel/stooop/Makefile
--- a/devel/stooop/Makefile     Fri Mar 08 08:42:18 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-# $NetBSD: Makefile,v 1.14 2014/10/09 14:06:31 wiz Exp $
-
-DISTNAME=      stooop-4.1.1
-CATEGORIES=    x11 tcl
-MASTER_SITES=  http://jfontain.free.fr/
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://jfontain.free.fr/
-COMMENT=       Simple Tcl Only Object Oriented Programming scheme
-
-DEPENDS+=      tcl>=8.3.2:../../lang/tcl
-
-NO_CONFIGURE=  yes
-NO_BUILD=      yes
-
-do-install:
-       ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/lib/tcl/stooop
-       ${INSTALL_DATA} ${WRKSRC}/pkgIndex.tcl ${DESTDIR}${PREFIX}/lib/tcl/stooop
-       ${INSTALL_DATA} ${WRKSRC}/stooop.tcl ${DESTDIR}${PREFIX}/lib/tcl/stooop
-       ${INSTALL_DATA} ${WRKSRC}/switched.tcl ${DESTDIR}${PREFIX}/lib/tcl/stooop
-       ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/tcl/stooop
-       ${INSTALL_DATA} ${WRKSRC}/stooop.htm ${DESTDIR}${PREFIX}/share/doc/tcl/stooop
-       ${INSTALL_DATA} ${WRKSRC}/switched.htm ${DESTDIR}${PREFIX}/share/doc/tcl/stooop
-
-.include "../../mk/bsd.pkg.mk"
diff -r 7f88bee06a91 -r 63aad5882265 devel/stooop/PLIST
--- a/devel/stooop/PLIST        Fri Mar 08 08:42:18 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:49:15 joerg Exp $
-lib/tcl/stooop/pkgIndex.tcl
-lib/tcl/stooop/stooop.tcl
-lib/tcl/stooop/switched.tcl
-share/doc/tcl/stooop/stooop.htm
-share/doc/tcl/stooop/switched.htm
diff -r 7f88bee06a91 -r 63aad5882265 devel/stooop/distinfo
--- a/devel/stooop/distinfo     Fri Mar 08 08:42:18 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.4 2015/11/03 03:29:34 agc Exp $
-
-SHA1 (stooop-4.1.1.tar.gz) = 955bfca122306eaf981b65f9d67b9366ff8ca437
-RMD160 (stooop-4.1.1.tar.gz) = 1762a885e7e6100fbc075199e30c5bc0395f02d7
-SHA512 (stooop-4.1.1.tar.gz) = 21ad97d832f6b42f83be8a405634bb363ceba9c0e865ad9facf52125cf269e577b68adf2860f46c7a3864df7dd51f485618c0c0fbb98576e0efd84f6bff7720e
-Size (stooop-4.1.1.tar.gz) = 73800 bytes
diff -r 7f88bee06a91 -r 63aad5882265 doc/CHANGES-2019
--- a/doc/CHANGES-2019  Fri Mar 08 08:42:18 2019 +0000
+++ b/doc/CHANGES-2019  Fri Mar 08 08:44:02 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.1164 2019/03/08 08:42:18 wiz Exp $
+$NetBSD: CHANGES-2019,v 1.1165 2019/03/08 08:44:02 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -1916,3 +1916,4 @@
        Updated x11/xf86-video-ati to 19.0.0 [wiz 2019-03-07]
        Updated audio/fasttracker2 to 2.139 [fox 2019-03-08]
        Updated graphics/tkpiechart to 5.4nb2 [wiz 2019-03-08]
+       Removed devel/stooop successor devel/tcllib [wiz 2019-03-08]



Home | Main Index | Thread Index | Old Index