Date: Tue, 18 Dec 2012 09:44:41 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309155 - in head/accessibility: at-spi at-spi2-core atk ruby-atk yasr Message-ID: <201212180944.qBI9ifU1008459@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Tue Dec 18 09:44:41 2012 New Revision: 309155 URL: http://svnweb.freebsd.org/changeset/ports/309155 Log: For some ports in accessibility category, trim the header and drop leading indefinite article from COMMENT line; also fix couple of noticed styles bugs while here. Modified: head/accessibility/at-spi/Makefile head/accessibility/at-spi2-core/Makefile head/accessibility/atk/Makefile head/accessibility/ruby-atk/Makefile head/accessibility/yasr/Makefile Modified: head/accessibility/at-spi/Makefile ============================================================================== --- head/accessibility/at-spi/Makefile Tue Dec 18 09:37:16 2012 (r309154) +++ head/accessibility/at-spi/Makefile Tue Dec 18 09:44:41 2012 (r309155) @@ -1,10 +1,6 @@ -# New ports collection makefile for: at-spi -# Date Created: 12 April 2002 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# +# Created by: Maxim Sobolev <sobomax@FreeBSD.org> # $FreeBSD$ # $MCom: ports/accessibility/at-spi/Makefile,v 1.103 2010/09/27 09:47:42 kwm Exp $ -# PORTNAME= at-spi PORTVERSION= 1.32.0 @@ -14,7 +10,7 @@ MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -COMMENT= An Assistive Technology Service Provider Interface +COMMENT= Assistive Technology Service Provider Interface USE_BZIP2= yes Modified: head/accessibility/at-spi2-core/Makefile ============================================================================== --- head/accessibility/at-spi2-core/Makefile Tue Dec 18 09:37:16 2012 (r309154) +++ head/accessibility/at-spi2-core/Makefile Tue Dec 18 09:44:41 2012 (r309155) @@ -1,10 +1,6 @@ -# New ports collection makefile for: at-spi -# Date Created: 12 April 2002 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# +# Created by: Maxim Sobolev <sobomax@FreeBSD.org> # $FreeBSD$ # $MCom: ports/accessibility/at-spi2-core/Makefile,v 1.17 2010/11/16 11:48:22 kwm Exp $ -# PORTNAME= at-spi2-core PORTVERSION= 0.4.1 @@ -13,12 +9,12 @@ MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -COMMENT= An Assistive Technology Service Provider Interface +COMMENT= Assistive Technology Service Provider Interface -LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib +LICENSE= LGPL21 + +LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib -LICENSE= LGPL21 -LICENSE_FILE= ${WRKSRC}/COPYING USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes @@ -26,6 +22,7 @@ USE_GNOME= gnomehack gnomehier intlhack USE_XORG= x11 xi xtst GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-static + CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/accessibility/atk/Makefile ============================================================================== --- head/accessibility/atk/Makefile Tue Dec 18 09:37:16 2012 (r309154) +++ head/accessibility/atk/Makefile Tue Dec 18 09:44:41 2012 (r309155) @@ -1,10 +1,6 @@ -# New ports collection makefile for: atk -# Date Created: 14 May 2001 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# +# Created by: Maxim Sobolev <sobomax@FreeBSD.org> # $FreeBSD$ # $MCom: ports/accessibility/atk/Makefile,v 1.114 2011/06/13 20:32:27 kwm Exp $ -# PORTNAME= atk PORTVERSION= 2.0.1 @@ -14,7 +10,7 @@ MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -COMMENT= A GNOME accessibility toolkit (ATK) +COMMENT= GNOME accessibility toolkit (ATK) USE_XZ= yes Modified: head/accessibility/ruby-atk/Makefile ============================================================================== --- head/accessibility/ruby-atk/Makefile Tue Dec 18 09:37:16 2012 (r309154) +++ head/accessibility/ruby-atk/Makefile Tue Dec 18 09:44:41 2012 (r309155) @@ -1,10 +1,6 @@ -# New ports collection makefile for: Ruby/ATK -# Date created: 05 April 2004 -# Whom: Mezz <mezz7@cox.net> -# +# Created by: Jeremy Messenger <mezz7@cox.net> # $FreeBSD$ # $MCom: ports/accessibility/ruby-atk/Makefile,v 1.2 2005/10/17 07:05:39 mezz Exp $ -# PORTNAME= atk PORTVERSION= ${RUBY_GNOME_PORTVERSION} @@ -18,7 +14,7 @@ DIST_SUBDIR= ${RUBY_GNOME_DIST_SUBDIR} MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby binding for ATK -BUILD_DEPENDS+= rubygem-pkg-config>=1.0.7:${PORTSDIR}/devel/rubygem-pkg-config +BUILD_DEPENDS+= rubygem-pkg-config>=1.0.7:${PORTSDIR}/devel/rubygem-pkg-config RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR:S/${PREFIX}/${LOCALBASE}/}/glib2.so:${PORTSDIR}/devel/ruby-glib2 \ rubygem-pkg-config>=1.0.7:${PORTSDIR}/devel/rubygem-pkg-config @@ -29,7 +25,7 @@ CONFIGURE_ARGS= --with-pkg-config-dir=${ MASTERDIR= ${.CURDIR}/../../x11/ruby-gnome2 PKGDIR= ${.CURDIR} - + .include "${MASTERDIR}/Makefile.common" WRKSRC= ${RUBY_GNOME_WRKSRC}/atk Modified: head/accessibility/yasr/Makefile ============================================================================== --- head/accessibility/yasr/Makefile Tue Dec 18 09:37:16 2012 (r309154) +++ head/accessibility/yasr/Makefile Tue Dec 18 09:44:41 2012 (r309155) @@ -1,9 +1,5 @@ -# Ports collection makefile for: yasr -# Date created: Wed Jan 14 2004 -# Whom: David K. Gerry -# +# Created by: David K. Gerry # $FreeBSD$ -# PORTNAME= yasr PORTVERSION= 0.6.9 @@ -12,7 +8,9 @@ CATEGORIES= accessibility MASTER_SITES= SF MAINTAINER= David.K.Gerry@GMail.com -COMMENT= A general-purpose console screen reader +COMMENT= General-purpose console screen reader + +LICENSE= LGPL20 GNU_CONFIGURE= yes USE_GMAKE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212180944.qBI9ifU1008459>