remove snit; newer snit is included with devel/tcllib
pointed out by Stuart Cassoff
This commit is contained in:
parent
b2162c8751
commit
d6a1067419
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.643 2008/10/27 20:18:57 pirofti Exp $
|
||||
# $OpenBSD: Makefile,v 1.644 2008/10/28 14:33:59 steven Exp $
|
||||
# $FreeBSD: Makefile,v 1.85 1997/11/20 05:22:14 asami Exp $
|
||||
|
||||
SUBDIR += ElectricFence
|
||||
@ -739,7 +739,6 @@
|
||||
SUBDIR += slib-guile
|
||||
SUBDIR += smarty
|
||||
SUBDIR += smpeg
|
||||
SUBDIR += snit
|
||||
SUBDIR += spe
|
||||
SUBDIR += splint
|
||||
SUBDIR += startup-notification
|
||||
|
@ -1,35 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2008/10/28 13:12:29 steven Exp $
|
||||
|
||||
COMMENT= simple object oriented framework for Tcl
|
||||
|
||||
VERSION= 0.7
|
||||
PKGNAME= snit-${VERSION}p1
|
||||
DISTNAME= snit${VERSION}
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= http://www.wjduquette.com/snit/
|
||||
|
||||
# BSD-style
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}
|
||||
|
||||
MODTCL_VERSION= 8.4
|
||||
MODULES= lang/tcl
|
||||
RUN_DEPENDS= ${MODTCL_RUN_DEPENDS}
|
||||
|
||||
WRKSRC= ${WRKDIR}/snit
|
||||
NO_BUILD= Yes
|
||||
PKG_ARCH= *
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/lib/snit
|
||||
${INSTALL_DATA} ${WRKSRC}/* ${PREFIX}/lib/snit
|
||||
|
||||
do-regress:
|
||||
cd ${WRKSRC} && ${MODTCL_BIN} snit.test
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,5 +0,0 @@
|
||||
MD5 (snit0.7.tar.gz) = ZHFumN8CG3IYxG8aGSIepA==
|
||||
RMD160 (snit0.7.tar.gz) = pTcoxpjdz/g60hy2PSsLft3D1ao=
|
||||
SHA1 (snit0.7.tar.gz) = pLFLENVr5YqTxWZwXY8VkHhrm8o=
|
||||
SHA256 (snit0.7.tar.gz) = 3sO1ufbp8HwiCk3FCge0HR3KCjHv2hMWiKsYOF/8g7M=
|
||||
SIZE (snit0.7.tar.gz) = 35328
|
@ -1,6 +0,0 @@
|
||||
Snit is pure-Tcl object and megawidget framework written entirely in
|
||||
Tcl. Unlike most Tcl object systems, it isn't based on object
|
||||
inheritance; relying on inheritance only ties you down to the object
|
||||
system you've chosen. Instead, Snit is all about delegation: an object
|
||||
type can define its own methods and options, but it can easily delegate
|
||||
methods and options to other kinds of object.
|
@ -1,8 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2004/09/14 23:44:01 espie Exp $
|
||||
lib/snit/
|
||||
lib/snit/README.txt
|
||||
lib/snit/license.txt
|
||||
lib/snit/pkgIndex.tcl
|
||||
lib/snit/snit.html
|
||||
lib/snit/snit.tcl
|
||||
lib/snit/snit.test
|
Loading…
Reference in New Issue
Block a user