From owner-svn-ports-head@freebsd.org Mon May 28 08:57:46 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8BF80F756FA; Mon, 28 May 2018 08:57:46 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4058A84160; Mon, 28 May 2018 08:57:46 +0000 (UTC) (envelope-from madpilot@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 216E42FD7; Mon, 28 May 2018 08:57:46 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4S8vjrm067455; Mon, 28 May 2018 08:57:45 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4S8vjKT067451; Mon, 28 May 2018 08:57:45 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201805280857.w4S8vjKT067451@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Mon, 28 May 2018 08:57:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471030 - in head/x11: . menulibre X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: in head/x11: . menulibre X-SVN-Commit-Revision: 471030 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.26 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: Mon, 28 May 2018 08:57:46 -0000 Author: madpilot Date: Mon May 28 08:57:44 2018 New Revision: 471030 URL: https://svnweb.freebsd.org/changeset/ports/471030 Log: Add menulibre: MenuLibre is an advanced FreeDesktop.org compliant menu editor that provides modern features in a clean, easy-to-use interface. WWW: https://bluesabre.org/projects/menulibre/ Added: head/x11/menulibre/ head/x11/menulibre/Makefile (contents, props changed) head/x11/menulibre/distinfo (contents, props changed) head/x11/menulibre/pkg-descr (contents, props changed) head/x11/menulibre/pkg-plist (contents, props changed) Modified: head/x11/Makefile Modified: head/x11/Makefile ============================================================================== --- head/x11/Makefile Mon May 28 08:47:13 2018 (r471029) +++ head/x11/Makefile Mon May 28 08:57:44 2018 (r471030) @@ -238,6 +238,7 @@ SUBDIR += mate-session-manager SUBDIR += mate-terminal SUBDIR += menu-cache + SUBDIR += menulibre SUBDIR += metalock SUBDIR += metisse SUBDIR += mkcomposecache Added: head/x11/menulibre/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/menulibre/Makefile Mon May 28 08:57:44 2018 (r471030) @@ -0,0 +1,34 @@ +# $FreeBSD$ + +PORTNAME= menulibre +PORTVERSION= 2.2.0 +CATEGORIES= x11 +MASTER_SITES= https://launchpad.net/menulibre/${PORTVERSION:R}/${PORTVERSION}/+download/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= madpilot@FreeBSD.org +COMMENT= Advanced menu editor + +LICENSE= GPLv3 + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-distutils-extra>=2.38:devel/py-python-distutils-extra@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}psutil>=2.0:sysutils/py-psutil@${FLAVOR} +LIB_DEPENDS= libgnome-menu-3.so:x11/gnome-menus +RUN_DEPENDS= xdg-open:devel/xdg-utils \ + ${PYTHON_PKGNAMEPREFIX}psutil>=2.0:sysutils/py-psutil@${FLAVOR} + +USES= desktop-file-utils gettext gnome python:3.4+ +USE_GNOME= intltool pygobject3 +USE_PYTHON= distutils +INSTALLS_ICONS= yes + +.include + +PYDISTUTILS_INSTALLARGS:= ${PYDISTUTILS_INSTALLARGS:N--single-version-externally-managed} + +post-install: + ${MV} ${STAGEDIR}${PREFIX}/share/man/man1 ${STAGEDIR}${PREFIX}/man + ${RMDIR} ${STAGEDIR}${PREFIX}/share/man + ${GZIP_CMD} ${STAGEDIR}${PREFIX}/man/man1/* + +.include Added: head/x11/menulibre/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/menulibre/distinfo Mon May 28 08:57:44 2018 (r471030) @@ -0,0 +1,3 @@ +TIMESTAMP = 1527348390 +SHA256 (menulibre-2.2.0.tar.gz) = 546fec87f451c8f5c220d02b1f36dd850f4ce9ab607f8e9711ed8f2009e349fe +SIZE (menulibre-2.2.0.tar.gz) = 430567 Added: head/x11/menulibre/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/menulibre/pkg-descr Mon May 28 08:57:44 2018 (r471030) @@ -0,0 +1,4 @@ +MenuLibre is an advanced FreeDesktop.org compliant menu editor that +provides modern features in a clean, easy-to-use interface. + +WWW: https://bluesabre.org/projects/menulibre/ Added: head/x11/menulibre/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/menulibre/pkg-plist Mon May 28 08:57:44 2018 (r471030) @@ -0,0 +1,101 @@ +bin/menulibre +bin/menulibre-menu-validate +%%PYTHON_SITELIBDIR%%/menulibre/Dialogs.py +%%PYTHON_SITELIBDIR%%/menulibre/MenuEditor.py +%%PYTHON_SITELIBDIR%%/menulibre/MenulibreApplication.py +%%PYTHON_SITELIBDIR%%/menulibre/MenulibreHistory.py +%%PYTHON_SITELIBDIR%%/menulibre/MenulibreIconSelection.py +%%PYTHON_SITELIBDIR%%/menulibre/MenulibreLog.py +%%PYTHON_SITELIBDIR%%/menulibre/MenulibreStackSwitcher.py +%%PYTHON_SITELIBDIR%%/menulibre/MenulibreTreeview.py +%%PYTHON_SITELIBDIR%%/menulibre/MenulibreXdg.py +%%PYTHON_SITELIBDIR%%/menulibre/XmlMenuElementTree.py +%%PYTHON_SITELIBDIR%%/menulibre/__init__.py +%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/Dialogs.cpython-36.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/Dialogs.cpython-36.pyc +%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/MenuEditor.cpython-36.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/MenuEditor.cpython-36.pyc +%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/MenulibreApplication.cpython-36.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/MenulibreApplication.cpython-36.pyc +%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/MenulibreHistory.cpython-36.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/MenulibreHistory.cpython-36.pyc +%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/MenulibreIconSelection.cpython-36.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/MenulibreIconSelection.cpython-36.pyc +%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/MenulibreLog.cpython-36.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/MenulibreLog.cpython-36.pyc +%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/MenulibreStackSwitcher.cpython-36.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/MenulibreStackSwitcher.cpython-36.pyc +%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/MenulibreTreeview.cpython-36.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/MenulibreTreeview.cpython-36.pyc +%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/MenulibreXdg.cpython-36.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/MenulibreXdg.cpython-36.pyc +%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/XmlMenuElementTree.cpython-36.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/XmlMenuElementTree.cpython-36.pyc +%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/__init__.cpython-36.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/__init__.cpython-36.pyc +%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/util.cpython-36.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/util.cpython-36.pyc +%%PYTHON_SITELIBDIR%%/menulibre/util.py +%%PYTHON_SITELIBDIR%%/menulibre_lib/__init__.py +%%PYTHON_SITELIBDIR%%/menulibre_lib/__pycache__/__init__.cpython-36.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/menulibre_lib/__pycache__/__init__.cpython-36.pyc +%%PYTHON_SITELIBDIR%%/menulibre_lib/__pycache__/helpers.cpython-36.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/menulibre_lib/__pycache__/helpers.cpython-36.pyc +%%PYTHON_SITELIBDIR%%/menulibre_lib/__pycache__/menulibreconfig.cpython-36.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/menulibre_lib/__pycache__/menulibreconfig.cpython-36.pyc +%%PYTHON_SITELIBDIR%%/menulibre_lib/helpers.py +%%PYTHON_SITELIBDIR%%/menulibre_lib/menulibreconfig.py +man/man1/menulibre-menu-validate.1.gz +man/man1/menulibre.1.gz +share/applications/menulibre.desktop +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +share/icons/hicolor/16x16/apps/menulibre.svg +share/icons/hicolor/24x24/apps/menulibre.svg +share/icons/hicolor/32x32/apps/menulibre.svg +share/icons/hicolor/48x48/apps/menulibre.svg +share/icons/hicolor/64x64/apps/menulibre.svg +share/icons/hicolor/scalable/apps/menulibre.svg +share/locale/ca/LC_MESSAGES/menulibre.mo +share/locale/cs/LC_MESSAGES/menulibre.mo +share/locale/da/LC_MESSAGES/menulibre.mo +share/locale/de/LC_MESSAGES/menulibre.mo +share/locale/el/LC_MESSAGES/menulibre.mo +share/locale/en_AU/LC_MESSAGES/menulibre.mo +share/locale/en_GB/LC_MESSAGES/menulibre.mo +share/locale/eo/LC_MESSAGES/menulibre.mo +share/locale/es/LC_MESSAGES/menulibre.mo +share/locale/eu/LC_MESSAGES/menulibre.mo +share/locale/fi/LC_MESSAGES/menulibre.mo +share/locale/fr/LC_MESSAGES/menulibre.mo +share/locale/fy/LC_MESSAGES/menulibre.mo +share/locale/gl/LC_MESSAGES/menulibre.mo +share/locale/he/LC_MESSAGES/menulibre.mo +share/locale/hr/LC_MESSAGES/menulibre.mo +share/locale/is/LC_MESSAGES/menulibre.mo +share/locale/it/LC_MESSAGES/menulibre.mo +share/locale/ja/LC_MESSAGES/menulibre.mo +share/locale/kk/LC_MESSAGES/menulibre.mo +share/locale/ko/LC_MESSAGES/menulibre.mo +share/locale/lt/LC_MESSAGES/menulibre.mo +share/locale/ml/LC_MESSAGES/menulibre.mo +share/locale/ms/LC_MESSAGES/menulibre.mo +share/locale/nb/LC_MESSAGES/menulibre.mo +share/locale/nl/LC_MESSAGES/menulibre.mo +share/locale/pl/LC_MESSAGES/menulibre.mo +share/locale/pt/LC_MESSAGES/menulibre.mo +share/locale/pt_BR/LC_MESSAGES/menulibre.mo +share/locale/pt_PT/LC_MESSAGES/menulibre.mo +share/locale/ru/LC_MESSAGES/menulibre.mo +share/locale/si/LC_MESSAGES/menulibre.mo +share/locale/sk/LC_MESSAGES/menulibre.mo +share/locale/sl/LC_MESSAGES/menulibre.mo +share/locale/sr/LC_MESSAGES/menulibre.mo +share/locale/sv/LC_MESSAGES/menulibre.mo +share/locale/tr/LC_MESSAGES/menulibre.mo +share/locale/uk/LC_MESSAGES/menulibre.mo +share/locale/zh_CN/LC_MESSAGES/menulibre.mo +share/locale/zh_HK/LC_MESSAGES/menulibre.mo +share/locale/zh_TW/LC_MESSAGES/menulibre.mo +%%DATADIR%%/ui/MenulibreWindow.ui +share/pixmaps/menulibre.png