From owner-svn-ports-head@freebsd.org Sun Dec 22 08:30:26 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0746B1CD1AC; Sun, 22 Dec 2019 08:30:26 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47gbJx6NRQz4BJh; Sun, 22 Dec 2019 08:30:25 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D625F24C60; Sun, 22 Dec 2019 08:30:25 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xBM8UPST039646; Sun, 22 Dec 2019 08:30:25 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBM8UOHT039641; Sun, 22 Dec 2019 08:30:24 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201912220830.xBM8UOHT039641@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sun, 22 Dec 2019 08:30:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r520607 - in head: . graphics graphics/pinta X-SVN-Group: ports-head X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: in head: . graphics graphics/pinta X-SVN-Commit-Revision: 520607 X-SVN-Commit-Repository: ports 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.29 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: Sun, 22 Dec 2019 08:30:26 -0000 Author: koobs Date: Sun Dec 22 08:30:24 2019 New Revision: 520607 URL: https://svnweb.freebsd.org/changeset/ports/520607 Log: [RESSURECT] graphics/pinta: Simple Gtk# Paint Program Pinta is a drawing/editing program modeled after Paint.NET. Its goal is to provide a simplified alternative to GIMP for casual users. WWW: http://pinta-project.com/ PR: 242010 Requested by: OlivierW Submitted by: OlivierW (based on) Added: head/graphics/pinta/ - copied from r404881, head/graphics/pinta/ Modified: head/MOVED head/graphics/Makefile head/graphics/pinta/Makefile head/graphics/pinta/distinfo head/graphics/pinta/pkg-plist Modified: head/MOVED ============================================================================== --- head/MOVED Sun Dec 22 06:15:24 2019 (r520606) +++ head/MOVED Sun Dec 22 08:30:24 2019 (r520607) @@ -7938,7 +7938,6 @@ math/p5-Math-Geometry-Planar-GPC-Polygon||2015-12-30|H www/eliom||2015-12-30|Has expired: Depends on broken and expiring www/ocsigen audio/py-fastaudio||2015-12-30|Has expired: Broken for more than 6 months devel/jgoodies-common||2015-12-30|Has expired: Broken for more than 6 months -graphics/pinta||2015-12-30|Has expired: Broken for more than 6 months games/kanatest||2015-12-30|Has expired: Broken for more than 6 months editors/bless||2015-12-30|Has expired: Broken for more than 6 months security/burpsuite||2015-12-30|Has expired: Broken for more than 6 months Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sun Dec 22 06:15:24 2019 (r520606) +++ head/graphics/Makefile Sun Dec 22 08:30:24 2019 (r520607) @@ -755,6 +755,7 @@ SUBDIR += piglit SUBDIR += pikopixel SUBDIR += pinpoint + SUBDIR += pinta SUBDIR += pixd SUBDIR += pixelize SUBDIR += pixen Modified: head/graphics/pinta/Makefile ============================================================================== --- head/graphics/pinta/Makefile Wed Dec 30 22:48:15 2015 (r404881) +++ head/graphics/pinta/Makefile Sun Dec 22 08:30:24 2019 (r520607) @@ -4,31 +4,28 @@ PORTNAME= pinta PORTVERSION= 1.5 CATEGORIES= graphics -MASTER_SITES= https://github.com/PintaProject/Pinta/releases/download/1.5/ +MASTER_SITES= https://github.com/PintaProject/Pinta/releases/download/${PORTVERSION}/ -MAINTAINER= david.vionnet@vmailbox.org +MAINTAINER= olivierw1+bugzilla-freebsd@hotmail.com COMMENT= Simple Gtk\# Paint Program LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/license-mit.txt -BROKEN= Fails to build with mono 4 -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2015-12-30 +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/mono-addins.pc:devel/mono-addins \ + intltool-update:textproc/intltool +RUN_DEPENDS= mono-addins>0:devel/mono-addins -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/mono-addins.pc:${PORTSDIR}/devel/mono-addins -RUN_DEPENDS:= ${BUILD_DEPENDS} +USES= desktop-file-utils gmake gnome mono pkgconfig gettext-tools:build +USE_GNOME= gtksharp20 -USES= desktop-file-utils gmake mono pkgconfig -HAS_CONFIGURE= yes -CONFIGURE_ARGS+= --mandir=${PREFIX}/man +GNU_CONFIGURE= yes OPTIONS_DEFINE= NLS OPTIONS_SUB= yes -NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls -USE_GNOME= gtksharp20 INSTALLS_ICONS= yes .include Modified: head/graphics/pinta/distinfo ============================================================================== --- head/graphics/pinta/distinfo Wed Dec 30 22:48:15 2015 (r404881) +++ head/graphics/pinta/distinfo Sun Dec 22 08:30:24 2019 (r520607) @@ -1,2 +1,3 @@ +TIMESTAMP = 1573996717 SHA256 (pinta-1.5.tar.gz) = e8f902c3d196cd17a94e7c8c58e929d3cf03812444355efe5db79c129ee472a7 SIZE (pinta-1.5.tar.gz) = 1298484 Modified: head/graphics/pinta/pkg-plist ============================================================================== --- head/graphics/pinta/pkg-plist Wed Dec 30 22:48:15 2015 (r404881) +++ head/graphics/pinta/pkg-plist Sun Dec 22 08:30:24 2019 (r520607) @@ -13,61 +13,61 @@ share/icons/hicolor/24x24/apps/pinta.png share/icons/hicolor/32x32/apps/pinta.png share/icons/hicolor/96x96/apps/pinta.png share/icons/hicolor/scalable/apps/pinta.svg -share/locale/af/LC_MESSAGES/pinta.mo -share/locale/ar/LC_MESSAGES/pinta.mo -share/locale/az/LC_MESSAGES/pinta.mo -share/locale/bg/LC_MESSAGES/pinta.mo -share/locale/br/LC_MESSAGES/pinta.mo -share/locale/bs/LC_MESSAGES/pinta.mo -share/locale/ca/LC_MESSAGES/pinta.mo -share/locale/cs/LC_MESSAGES/pinta.mo -share/locale/da/LC_MESSAGES/pinta.mo -share/locale/de/LC_MESSAGES/pinta.mo -share/locale/el/LC_MESSAGES/pinta.mo -share/locale/en_AU/LC_MESSAGES/pinta.mo -share/locale/en_CA/LC_MESSAGES/pinta.mo -share/locale/en_GB/LC_MESSAGES/pinta.mo -share/locale/es/LC_MESSAGES/pinta.mo -share/locale/et/LC_MESSAGES/pinta.mo -share/locale/eu/LC_MESSAGES/pinta.mo -share/locale/fi/LC_MESSAGES/pinta.mo -share/locale/fil/LC_MESSAGES/pinta.mo -share/locale/fo/LC_MESSAGES/pinta.mo -share/locale/fr/LC_MESSAGES/pinta.mo -share/locale/ga/LC_MESSAGES/pinta.mo -share/locale/gl/LC_MESSAGES/pinta.mo -share/locale/he/LC_MESSAGES/pinta.mo -share/locale/hi/LC_MESSAGES/pinta.mo -share/locale/hr/LC_MESSAGES/pinta.mo -share/locale/hu/LC_MESSAGES/pinta.mo -share/locale/hy/LC_MESSAGES/pinta.mo -share/locale/id/LC_MESSAGES/pinta.mo -share/locale/it/LC_MESSAGES/pinta.mo -share/locale/ja/LC_MESSAGES/pinta.mo -share/locale/ka/LC_MESSAGES/pinta.mo -share/locale/ko/LC_MESSAGES/pinta.mo -share/locale/la/LC_MESSAGES/pinta.mo -share/locale/lt/LC_MESSAGES/pinta.mo -share/locale/lv/LC_MESSAGES/pinta.mo -share/locale/ms/LC_MESSAGES/pinta.mo -share/locale/nb/LC_MESSAGES/pinta.mo -share/locale/nl/LC_MESSAGES/pinta.mo -share/locale/nn/LC_MESSAGES/pinta.mo -share/locale/oc/LC_MESSAGES/pinta.mo -share/locale/pl/LC_MESSAGES/pinta.mo -share/locale/pt/LC_MESSAGES/pinta.mo -share/locale/pt_BR/LC_MESSAGES/pinta.mo -share/locale/ro/LC_MESSAGES/pinta.mo -share/locale/ru/LC_MESSAGES/pinta.mo -share/locale/sk/LC_MESSAGES/pinta.mo -share/locale/sl/LC_MESSAGES/pinta.mo -share/locale/sq/LC_MESSAGES/pinta.mo -share/locale/sr/LC_MESSAGES/pinta.mo -share/locale/sv/LC_MESSAGES/pinta.mo -share/locale/th/LC_MESSAGES/pinta.mo -share/locale/tr/LC_MESSAGES/pinta.mo -share/locale/uk/LC_MESSAGES/pinta.mo -share/locale/vi/LC_MESSAGES/pinta.mo -share/locale/zh_CN/LC_MESSAGES/pinta.mo -share/locale/zh_TW/LC_MESSAGES/pinta.mo +%%NLS%%share/locale/af/LC_MESSAGES/pinta.mo +%%NLS%%share/locale/ar/LC_MESSAGES/pinta.mo +%%NLS%%share/locale/az/LC_MESSAGES/pinta.mo +%%NLS%%share/locale/bg/LC_MESSAGES/pinta.mo +%%NLS%%share/locale/br/LC_MESSAGES/pinta.mo +%%NLS%%share/locale/bs/LC_MESSAGES/pinta.mo +%%NLS%%share/locale/ca/LC_MESSAGES/pinta.mo +%%NLS%%share/locale/cs/LC_MESSAGES/pinta.mo +%%NLS%%share/locale/da/LC_MESSAGES/pinta.mo +%%NLS%%share/locale/de/LC_MESSAGES/pinta.mo +%%NLS%%share/locale/el/LC_MESSAGES/pinta.mo +%%NLS%%share/locale/en_AU/LC_MESSAGES/pinta.mo +%%NLS%%share/locale/en_CA/LC_MESSAGES/pinta.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/pinta.mo +%%NLS%%share/locale/es/LC_MESSAGES/pinta.mo +%%NLS%%share/locale/et/LC_MESSAGES/pinta.mo +%%NLS%%share/locale/eu/LC_MESSAGES/pinta.mo +%%NLS%%share/locale/fi/LC_MESSAGES/pinta.mo +%%NLS%%share/locale/fil/LC_MESSAGES/pinta.mo +%%NLS%%share/locale/fo/LC_MESSAGES/pinta.mo +%%NLS%%share/locale/fr/LC_MESSAGES/pinta.mo +%%NLS%%share/locale/ga/LC_MESSAGES/pinta.mo +%%NLS%%share/locale/gl/LC_MESSAGES/pinta.mo +%%NLS%%share/locale/he/LC_MESSAGES/pinta.mo +%%NLS%%share/locale/hi/LC_MESSAGES/pinta.mo +%%NLS%%share/locale/hr/LC_MESSAGES/pinta.mo +%%NLS%%share/locale/hu/LC_MESSAGES/pinta.mo +%%NLS%%share/locale/hy/LC_MESSAGES/pinta.mo +%%NLS%%share/locale/id/LC_MESSAGES/pinta.mo +%%NLS%%share/locale/it/LC_MESSAGES/pinta.mo +%%NLS%%share/locale/ja/LC_MESSAGES/pinta.mo +%%NLS%%share/locale/ka/LC_MESSAGES/pinta.mo +%%NLS%%share/locale/ko/LC_MESSAGES/pinta.mo +%%NLS%%share/locale/la/LC_MESSAGES/pinta.mo +%%NLS%%share/locale/lt/LC_MESSAGES/pinta.mo +%%NLS%%share/locale/lv/LC_MESSAGES/pinta.mo +%%NLS%%share/locale/ms/LC_MESSAGES/pinta.mo +%%NLS%%share/locale/nb/LC_MESSAGES/pinta.mo +%%NLS%%share/locale/nl/LC_MESSAGES/pinta.mo +%%NLS%%share/locale/nn/LC_MESSAGES/pinta.mo +%%NLS%%share/locale/oc/LC_MESSAGES/pinta.mo +%%NLS%%share/locale/pl/LC_MESSAGES/pinta.mo +%%NLS%%share/locale/pt/LC_MESSAGES/pinta.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/pinta.mo +%%NLS%%share/locale/ro/LC_MESSAGES/pinta.mo +%%NLS%%share/locale/ru/LC_MESSAGES/pinta.mo +%%NLS%%share/locale/sk/LC_MESSAGES/pinta.mo +%%NLS%%share/locale/sl/LC_MESSAGES/pinta.mo +%%NLS%%share/locale/sq/LC_MESSAGES/pinta.mo +%%NLS%%share/locale/sr/LC_MESSAGES/pinta.mo +%%NLS%%share/locale/sv/LC_MESSAGES/pinta.mo +%%NLS%%share/locale/th/LC_MESSAGES/pinta.mo +%%NLS%%share/locale/tr/LC_MESSAGES/pinta.mo +%%NLS%%share/locale/uk/LC_MESSAGES/pinta.mo +%%NLS%%share/locale/vi/LC_MESSAGES/pinta.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/pinta.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/pinta.mo share/pixmaps/pinta.xpm