diff options
author | rm <rm@FreeBSD.org> | 2015-07-09 04:39:35 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2015-07-09 04:39:35 +0800 |
commit | 7540f8ccb4cb16887bfb9979380494de2cf647cd (patch) | |
tree | 0d581fa793fda8c51caf3edcf84579ca33901f28 /graphics | |
parent | 1a0709ce0a3a6bc5058e200260b288f4e767026a (diff) | |
download | freebsd-ports-gnome-7540f8ccb4cb16887bfb9979380494de2cf647cd.tar.gz freebsd-ports-gnome-7540f8ccb4cb16887bfb9979380494de2cf647cd.tar.zst freebsd-ports-gnome-7540f8ccb4cb16887bfb9979380494de2cf647cd.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
Diffstat (limited to 'graphics')
-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 |