diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2015-07-08 20:39:35 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2015-07-08 20:39:35 +0000 |
commit | 9219fb10a50da0d64053f7c87d34b6d20a090391 (patch) | |
tree | 0d581fa793fda8c51caf3edcf84579ca33901f28 | |
parent | fa771b7f6755a750f4b0ab6ac565b8ed5c5f6bb9 (diff) | |
download | freebsd-ports-9219fb10a50da0d64053f7c87d34b6d20a090391.zip |
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 <Sketch.Graphics.selection.EditorWrapper
instance at 0x80a128560> 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
-rw-r--r-- | graphics/skencil/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/skencil/Makefile b/graphics/skencil/Makefile index 49af208830a6..b15072aab296 100644 --- a/graphics/skencil/Makefile +++ b/graphics/skencil/Makefile @@ -12,6 +12,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.a/alpha_rev/} 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 |