[Midnightbsd-cvs] mports: mports/x11-toolkits:

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Jul 14 00:18:04 EDT 2008


Log Message:
-----------


Modified Files:
--------------
    mports/x11-toolkits:
        Makefile (r1.46 -> r1.47)

Removed Files:
-------------
    mports/x11-toolkits/tkdnd:
        Makefile
        distinfo
        pkg-descr
        pkg-plist

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11-toolkits/Makefile,v
retrieving revision 1.46
retrieving revision 1.47
diff -L x11-toolkits/Makefile -L x11-toolkits/Makefile -u -r1.46 -r1.47
--- x11-toolkits/Makefile
+++ x11-toolkits/Makefile
@@ -50,7 +50,6 @@
     SUBDIR += tk84-thread
     SUBDIR += tk85
     SUBDIR += tk85-thread
-    SUBDIR += tkdnd
     SUBDIR += tkshape
     SUBDIR += vte
     SUBDIR += wxgtk26
--- x11-toolkits/tkdnd/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-tkdnd is an extension that adds native drag & drop capabilities to the
-tk toolkit. It can be used with any tk version equal or greater to 8.4
-and currently only the UNIX (X-Windows) and Microsoft Windows operating
-systems are supported. Under unix the drag & drop protocol in use is the
-XDND protocol version 4 (also used by the QT toolkit, KDE & GNOME
-Desktops).
-
-WWW: http://www.iit.demokritos.gr/~petasis/Tcl/tkDND/tkDND.html
--- x11-toolkits/tkdnd/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-lib/%%TKPKG%%/lib%%TKPKG%%.so
-lib/%%TKPKG%%/lib%%TKPKG%%.so.0
-lib/%%TKPKG%%/pkgIndex.tcl
-lib/%%TKPKG%%/tkdnd.tcl
- at dirrm lib/%%TKPKG%%
--- x11-toolkits/tkdnd/Makefile
+++ /dev/null
@@ -1,48 +0,0 @@
-# New ports collection makefile for:	tkdnd
-# Date created:		14 October 2006
-# Whom:			Andrew Pantyukhin <infofarmer at FreeBSD.org>
-#
-# $MidnightBSD: mports/x11-toolkits/tkdnd/Makefile,v 1.4 2008/06/26 21:09:46 laffer1 Exp $
-# $FreeBSD: ports/x11-toolkits/tkdnd/Makefile,v 1.2 2006/12/03 02:55:48 sat Exp $
-#
-
-PORTNAME=	tkdnd
-PORTVERSION=	1.0
-PORTREVISION=	1
-DISTVERSION=	1.0.20040304
-CATEGORIES=	x11-toolkits tk
-MASTER_SITES=	CENKES
-# Distfile prepared from SourceForge CVS
-
-MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	Native drag and drop capabilities
-
-USE_BZIP2=	yes
-USE_XORG=	x11 xext
-USE_TCL=	yes
-USE_TCL_BUILD=	yes
-USE_TK_BUILD=	yes
-USE_TK=		yes
-GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--with-tcl=${TCL_LIBDIR} --with-tk=${TK_LIBDIR} \
-		--with-tclinclude=${TCL_INCLUDEDIR} --with-tkinclude=${TK_INCLUDEDIR} --enable-shared
-CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd6.0 \
-			--host=${ARCH}-portbld-freebsd6.0 \
-			--target=${ARCH}-portbld-freebsd6.0
-CPPFLAGS=	-I${TK_INCLUDEDIR}/generic -I${TCL_INCLUDEDIR}/generic
-CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}"
-TKPKG=		${PORTNAME}${PORTVERSION}
-PLIST_SUB=	TKPKG=${TKPKG}
-USE_LDCONFIG=	${PREFIX}/lib/${TKPKG}
-MANN=		${PORTNAME}.n
-
-post-patch:
-	@${REINPLACE_CMD} -e 's/@CFLAGS_DEFAULT@/-fPIC/' ${WRKSRC}/Makefile.in
-#	@${REINPLACE_CMD} -e 's/@MAKE_LIB@/${CC} -shared -fPIC  ${TK_LIBS} ${SHLIB_LD} -o $@ $(PKG_OBJECTS) ${SHLIB_LD_FLAGS} ${SHLIB_LD_LIBS}/' ${WRKSRC}/Makefile.in
-	@${REINPLACE_CMD} -Ee '/^install:/s#install-doc##' -e 's#.*txt.*##' ${WRKSRC}/Makefile.in
-
-post-install:
-	@${LN} -sf ${USE_LDCONFIG}/lib${TKPKG}.so ${USE_LDCONFIG}/lib${TKPKG}.so.0
-	@${INSTALL_MAN} ${WRKSRC}/doc/tkDND.n ${MANNPREFIX}/man/mann/${MANN}
-
-.include <bsd.port.mk>
--- x11-toolkits/tkdnd/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (tkdnd-1.0.20040304.tar.bz2) = e8791dd774c0d03d430529d77584eba9
-SHA256 (tkdnd-1.0.20040304.tar.bz2) = 3f4c6ffe89565456e2808000c441e669c7a3c315a5133382e0309140fe61dce8
-SIZE (tkdnd-1.0.20040304.tar.bz2) = 352734


More information about the Midnightbsd-cvs mailing list