svn commit: r349507 - in head/accessibility: at-spi at-spi2-atk at-spi2-core gnome-mag gnopernicus gok java-access-bridge mousetweaks orca py-atspi

Koop Mast kwm at FreeBSD.org
Sat Mar 29 13:24:11 UTC 2014


Author: kwm
Date: Sat Mar 29 13:24:08 2014
New Revision: 349507
URL: http://svnweb.freebsd.org/changeset/ports/349507
QAT: https://qat.redports.org/buildarchive/r349507/

Log:
  Stage all gnome@ ports in accessibility, which finishes this category!

Modified:
  head/accessibility/at-spi/Makefile
  head/accessibility/at-spi2-atk/Makefile
  head/accessibility/at-spi2-core/Makefile
  head/accessibility/gnome-mag/Makefile
  head/accessibility/gnome-mag/pkg-plist
  head/accessibility/gnopernicus/Makefile
  head/accessibility/gok/Makefile
  head/accessibility/java-access-bridge/Makefile
  head/accessibility/mousetweaks/Makefile
  head/accessibility/mousetweaks/pkg-plist
  head/accessibility/orca/Makefile
  head/accessibility/orca/pkg-plist
  head/accessibility/py-atspi/Makefile

Modified: head/accessibility/at-spi/Makefile
==============================================================================
--- head/accessibility/at-spi/Makefile	Sat Mar 29 13:19:27 2014	(r349506)
+++ head/accessibility/at-spi/Makefile	Sat Mar 29 13:24:08 2014	(r349507)
@@ -18,7 +18,6 @@ USE_BZIP2=	yes
 
 RUN_DEPENDS=	at-spi2-atk>2.6.0:${PORTSDIR}/accessibility/at-spi2-atk
 
-NO_STAGE=	yes
 USES=		gmake gettext pkgconfig
 USE_GNOME=	gnomehack gnomehier intlhack gtk20 gconf2 libbonobo
 USE_XORG=	x11 xtst

Modified: head/accessibility/at-spi2-atk/Makefile
==============================================================================
--- head/accessibility/at-spi2-atk/Makefile	Sat Mar 29 13:19:27 2014	(r349506)
+++ head/accessibility/at-spi2-atk/Makefile	Sat Mar 29 13:24:08 2014	(r349507)
@@ -19,7 +19,6 @@ RUN_DEPENDS=	at-spi2-core>=2.8.0:${PORTS
 
 PORTSCOUT=	limitw:1,even
 
-NO_STAGE=	yes
 USE_XZ=		yes
 USES=		gmake pathfix pkgconfig
 USE_GNOME=	gnomehier intlhack glib20 atk

Modified: head/accessibility/at-spi2-core/Makefile
==============================================================================
--- head/accessibility/at-spi2-core/Makefile	Sat Mar 29 13:19:27 2014	(r349506)
+++ head/accessibility/at-spi2-core/Makefile	Sat Mar 29 13:24:08 2014	(r349507)
@@ -17,7 +17,6 @@ LIB_DEPENDS=	libdbus-1.so:${PORTSDIR}/de
 
 PORTSCOUT=	limitw:1,even
 
-NO_STAGE=	yes
 USES=		gettext gmake pathfix pkgconfig
 USE_XZ=		yes
 USE_GNOME=	gnomehier glib20 intlhack introspection:build

Modified: head/accessibility/gnome-mag/Makefile
==============================================================================
--- head/accessibility/gnome-mag/Makefile	Sat Mar 29 13:19:27 2014	(r349506)
+++ head/accessibility/gnome-mag/Makefile	Sat Mar 29 13:24:08 2014	(r349507)
@@ -12,7 +12,6 @@ DIST_SUBDIR=	gnome2
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	GNOME screen magnifier
 
-NO_STAGE=	yes
 USE_BZIP2=	yes
 USE_XORG=	xfixes xdamage ice xcomposite sm
 USE_GNOME=	gnomehack gnomeprefix atspi libbonobo intlhack ltverhack
@@ -24,6 +23,4 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 
 DOCSDIR=	${PREFIX}/share/doc/gnome-mag-${PORTVERSION}
 
-MAN1=		magnifier.1
-
 .include <bsd.port.mk>

Modified: head/accessibility/gnome-mag/pkg-plist
==============================================================================
--- head/accessibility/gnome-mag/pkg-plist	Sat Mar 29 13:19:27 2014	(r349506)
+++ head/accessibility/gnome-mag/pkg-plist	Sat Mar 29 13:24:08 2014	(r349507)
@@ -9,6 +9,7 @@ lib/orbit-2.0/GNOME_Magnifier_module.la
 lib/orbit-2.0/GNOME_Magnifier_module.so
 libdata/bonobo/servers/GNOME_Magnifier.server
 libdata/pkgconfig/gnome-mag-1.0.pc
+man/man1/magnifier.1.gz
 share/dbus-1/services/org.freedesktop.gnome.Magnifier.service
 %%DATADIR%%/1_32/appstart.xpm
 %%DATADIR%%/1_32/bottom_left_corner.xpm

Modified: head/accessibility/gnopernicus/Makefile
==============================================================================
--- head/accessibility/gnopernicus/Makefile	Sat Mar 29 13:19:27 2014	(r349506)
+++ head/accessibility/gnopernicus/Makefile	Sat Mar 29 13:24:08 2014	(r349507)
@@ -14,7 +14,6 @@ COMMENT=	Collection of accessibility app
 
 LIB_DEPENDS=	libgnome-mag.so:${PORTSDIR}/accessibility/gnome-mag
 
-NO_STAGE=	yes
 USE_BZIP2=	yes
 USES=		gettext gmake pkgconfig
 USE_LDCONFIG=	yes

Modified: head/accessibility/gok/Makefile
==============================================================================
--- head/accessibility/gok/Makefile	Sat Mar 29 13:19:27 2014	(r349506)
+++ head/accessibility/gok/Makefile	Sat Mar 29 13:24:08 2014	(r349507)
@@ -16,7 +16,6 @@ COMMENT=	GNOME On-Screen Keyboard (GOK)
 LIB_DEPENDS=	libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra \
     		libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
 
-NO_STAGE=	yes
 USE_BZIP2=	yes
 USES=		gmake gettext pkgconfig
 INSTALLS_OMF=	yes

Modified: head/accessibility/java-access-bridge/Makefile
==============================================================================
--- head/accessibility/java-access-bridge/Makefile	Sat Mar 29 13:19:27 2014	(r349506)
+++ head/accessibility/java-access-bridge/Makefile	Sat Mar 29 13:24:08 2014	(r349507)
@@ -15,7 +15,6 @@ COMMENT=	Gnome Java Accessibility Bridge
 BUILD_DEPENDS=	xprop:${PORTSDIR}/x11/xprop
 RUN_DEPENDS=	xprop:${PORTSDIR}/x11/xprop
 
-NO_STAGE=	yes
 USES=		gmake pkgconfig
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes

Modified: head/accessibility/mousetweaks/Makefile
==============================================================================
--- head/accessibility/mousetweaks/Makefile	Sat Mar 29 13:19:27 2014	(r349506)
+++ head/accessibility/mousetweaks/Makefile	Sat Mar 29 13:24:08 2014	(r349507)
@@ -12,7 +12,6 @@ DIST_SUBDIR=	gnome2
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	Mouse accessibility enhancements for the GNOME desktop
 
-NO_STAGE=	yes
 USE_XORG=	x11 xfixes xcursor xtst
 USE_BZIP2=	yes
 USE_GNOME=	gnomehack gnomeprefix gnomepanel intlhack
@@ -23,6 +22,5 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
 GCONF_SCHEMAS=	mousetweaks.schemas pointer-capture-applet.schemas
-MAN1=		dwell-click-applet.1 mousetweaks.1 pointer-capture-applet.1
 
 .include <bsd.port.mk>

Modified: head/accessibility/mousetweaks/pkg-plist
==============================================================================
--- head/accessibility/mousetweaks/pkg-plist	Sat Mar 29 13:19:27 2014	(r349506)
+++ head/accessibility/mousetweaks/pkg-plist	Sat Mar 29 13:24:08 2014	(r349507)
@@ -3,6 +3,9 @@ bin/mousetweaks
 bin/pointer-capture-applet
 libdata/bonobo/servers/DwellClick_Factory.server
 libdata/bonobo/servers/PointerCapture_Factory.server
+man/man1/dwell-click-applet.1.gz
+man/man1/mousetweaks.1.gz
+man/man1/pointer-capture-applet.1.gz
 share/gnome/help/mousetweaks/C/figures/mouse-a11y-dwell-checkbox.png
 share/gnome/help/mousetweaks/C/figures/mouse-a11y-dwell-click-type-applet.png
 share/gnome/help/mousetweaks/C/figures/mouse-a11y-dwell-click-type-window.png

Modified: head/accessibility/orca/Makefile
==============================================================================
--- head/accessibility/orca/Makefile	Sat Mar 29 13:19:27 2014	(r349506)
+++ head/accessibility/orca/Makefile	Sat Mar 29 13:24:08 2014	(r349507)
@@ -20,7 +20,6 @@ RUN_DEPENDS=	${PYTHON_SITELIBDIR}/_dbus_
 		${PYTHON_SITELIBDIR}/pyatspi/__init__.py:${PORTSDIR}/accessibility/at-spi \
 		${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg
 
-NO_STAGE=	yes
 USE_BZIP2=	yes
 USES=		gmake gettext pkgconfig
 USE_PYTHON=	2
@@ -31,8 +30,6 @@ GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-MAN1=		orca.1
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
 		${WRKSRC}/src/orca/orca.in

Modified: head/accessibility/orca/pkg-plist
==============================================================================
--- head/accessibility/orca/pkg-plist	Sat Mar 29 13:19:27 2014	(r349506)
+++ head/accessibility/orca/pkg-plist	Sat Mar 29 13:24:08 2014	(r349507)
@@ -593,6 +593,7 @@ bin/orca
 %%PYTHON_SITELIBDIR%%/orca/where_am_I.py
 %%PYTHON_SITELIBDIR%%/orca/where_am_I.pyc
 %%PYTHON_SITELIBDIR%%/orca/where_am_I.pyo
+man/man1/orca.1.gz
 share/applications/orca.desktop
 share/icons/hicolor/16x16/apps/orca.png
 share/icons/hicolor/22x22/apps/orca.png

Modified: head/accessibility/py-atspi/Makefile
==============================================================================
--- head/accessibility/py-atspi/Makefile	Sat Mar 29 13:19:27 2014	(r349506)
+++ head/accessibility/py-atspi/Makefile	Sat Mar 29 13:24:08 2014	(r349507)
@@ -18,7 +18,6 @@ RUN_DEPENDS=	${LOCALBASE}/libexec/at-spi
 
 CONFLICTS=	at-spi-1.[0-9]*
 
-NO_STAGE=	yes
 USE_XZ=		yes
 USES=		gettext gmake pathfix pkgconfig
 USE_GNOME=	gnomehier intlhack pygobject3


More information about the svn-ports-head mailing list