From owner-svn-ports-head@freebsd.org Wed Jul 8 20:39:36 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4FD999749E; Wed, 8 Jul 2015 20:39:36 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A562A325C; Wed, 8 Jul 2015 20:39:36 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t68Kda4w031616; Wed, 8 Jul 2015 20:39:36 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t68KdauD031615; Wed, 8 Jul 2015 20:39:36 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201507082039.t68KdauD031615@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Wed, 8 Jul 2015 20:39:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391598 - head/graphics/skencil X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jul 2015 20:39:36 -0000 Author: rm Date: Wed Jul 8 20:39:35 2015 New Revision: 391598 URL: https://svnweb.freebsd.org/changeset/ports/391598 Log: graphics/skencil: mark deprecated This is quite old project being abandoned: last release was in year 2010. It's code base relying on stale libraries and in fact it was removed from most of the distributions. Users should switch to graphics/inkscape or another mature vector editor. There is also Skencil's fork - sK1 [1] that is actively developing, but that we have not in ports tree yet. There is also some story behind the fork [2]. Not sure if this a problem of this app in gnome3 environment, or some general failure, I wasn't able to add simple text label to the canvas getting this everywhere: """ EditSelection.GetObjectMethod: editor is not compatible with class skencil.Sketch.Graphics.text.CommonTextEditor """ Mark this deprecated and set expiration date to 2015-08-08. [1] http://sk1project.org/news.php?readmore=107 [2] http://sk1project.org/viewpage.php?page_id=21 Modified: head/graphics/skencil/Makefile Modified: head/graphics/skencil/Makefile ============================================================================== --- head/graphics/skencil/Makefile Wed Jul 8 20:31:45 2015 (r391597) +++ head/graphics/skencil/Makefile Wed Jul 8 20:39:35 2015 (r391598) @@ -12,6 +12,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.a MAINTAINER= ports@FreeBSD.org COMMENT= Interactive drawing program +DEPRECATED= Project is abandoned and was overtaken by sK1 fork +EXPIRATION_DATE=2015-08-08 + LICENSE= LGPL20 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow