mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
devel/d-feet: update to 0.3.11
- define LICENSE (GPLv2) - actualize port comment and description, correct WWW url - set NO_ARCH and define minimal python version required PR: 213868 Approved by: maintainer timeout (2 weeks)
This commit is contained in:
parent
c7ab4b067a
commit
e40a2d512f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=425988
@ -2,16 +2,20 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= d-feet
|
||||
PORTVERSION= 0.3.10
|
||||
PORTVERSION= 0.3.11
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= GNOME
|
||||
|
||||
MAINTAINER= thinker@codemud.net
|
||||
COMMENT= D-Feet is a D-Bus debugger python introspection by John (J5) Palmieri
|
||||
COMMENT= D-Bus python introspection debugger
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= itstool:textproc/itstool
|
||||
|
||||
USES= gettext gmake gnome perl5 pkgconfig python tar:xz
|
||||
NO_ARCH= yes
|
||||
USES= gettext gmake gnome perl5 pkgconfig python:2.7+ tar:xz
|
||||
USE_GNOME= gtk30 intlhack introspection:build libxml2:build libwnck3
|
||||
GNU_CONFIGURE= yes
|
||||
USE_PERL5= build
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (d-feet-0.3.10.tar.xz) = 88f0df5fcb862387ff3d1793873c5eb368c3e4db0bbd82ea65f748cbf70a6359
|
||||
SIZE (d-feet-0.3.10.tar.xz) = 179500
|
||||
TIMESTAMP = 1477682570
|
||||
SHA256 (d-feet-0.3.11.tar.xz) = a3dc940c66f84b996c328531e3034d475ec690d7ff639445ff7ca746aa8cb9c2
|
||||
SIZE (d-feet-0.3.11.tar.xz) = 183128
|
||||
|
@ -1,9 +1,9 @@
|
||||
D-Feet is a D-Bus debugger written in PyGtk+ by John (J5) Palmieri.
|
||||
D-Feet is a D-Bus debugger written by John (J5) Palmieri.
|
||||
Current Features
|
||||
* View names on any bus
|
||||
* View exported objects, interfaces, methods and signals
|
||||
* View the full command line of services on the bus
|
||||
* Execute methods with parameters on the bus and see their return values
|
||||
* Show values of properties
|
||||
|
||||
|
||||
WWW: http://live.gnome.org/DFeet/
|
||||
WWW: https://wiki.gnome.org/Apps/DFeet
|
||||
|
@ -46,6 +46,21 @@ share/applications/d-feet.desktop
|
||||
share/help/C/d-feet/basics.page
|
||||
share/help/C/d-feet/figures/icon.png
|
||||
share/help/C/d-feet/index.page
|
||||
share/help/cs/d-feet/basics.page
|
||||
share/help/cs/d-feet/figures/icon.png
|
||||
share/help/cs/d-feet/index.page
|
||||
share/help/de/d-feet/basics.page
|
||||
share/help/de/d-feet/figures/icon.png
|
||||
share/help/de/d-feet/index.page
|
||||
share/help/el/d-feet/basics.page
|
||||
share/help/el/d-feet/figures/icon.png
|
||||
share/help/el/d-feet/index.page
|
||||
share/help/es/d-feet/basics.page
|
||||
share/help/es/d-feet/figures/icon.png
|
||||
share/help/es/d-feet/index.page
|
||||
share/help/sv/d-feet/basics.page
|
||||
share/help/sv/d-feet/figures/icon.png
|
||||
share/help/sv/d-feet/index.page
|
||||
share/icons/HighContrast/scalable/apps/d-feet.svg
|
||||
share/icons/hicolor/16x16/apps/d-feet.png
|
||||
share/icons/hicolor/16x16/apps/dfeet-icon-default-service.png
|
||||
@ -73,6 +88,7 @@ share/locale/gl/LC_MESSAGES/d-feet.mo
|
||||
share/locale/hu/LC_MESSAGES/d-feet.mo
|
||||
share/locale/id/LC_MESSAGES/d-feet.mo
|
||||
share/locale/lv/LC_MESSAGES/d-feet.mo
|
||||
share/locale/oc/LC_MESSAGES/d-feet.mo
|
||||
share/locale/pl/LC_MESSAGES/d-feet.mo
|
||||
share/locale/pt/LC_MESSAGES/d-feet.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/d-feet.mo
|
||||
|
Loading…
Reference in New Issue
Block a user