From 163c912f8bf139f19400aef9fa2ed73d1b029fcb Mon Sep 17 00:00:00 2001 From: marcus Date: Sun, 13 Apr 2003 06:40:15 +0000 Subject: Add gnomemag, a GNOME screen magnifier. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@633 df743ca5-7f9a-e211-a948-0013205c9059 --- accessibility/gnome-mag/Makefile | 32 +++++++++++++++++++++++++++ accessibility/gnome-mag/distinfo | 1 + accessibility/gnome-mag/files/patch-configure | 10 +++++++++ accessibility/gnome-mag/pkg-descr | 3 +++ accessibility/gnome-mag/pkg-plist | 14 ++++++++++++ accessibility/gnomemag/Makefile | 32 +++++++++++++++++++++++++++ accessibility/gnomemag/distinfo | 1 + accessibility/gnomemag/files/patch-configure | 10 +++++++++ accessibility/gnomemag/pkg-descr | 3 +++ accessibility/gnomemag/pkg-plist | 14 ++++++++++++ 10 files changed, 120 insertions(+) create mode 100644 accessibility/gnome-mag/Makefile create mode 100644 accessibility/gnome-mag/distinfo create mode 100644 accessibility/gnome-mag/files/patch-configure create mode 100644 accessibility/gnome-mag/pkg-descr create mode 100644 accessibility/gnome-mag/pkg-plist create mode 100644 accessibility/gnomemag/Makefile create mode 100644 accessibility/gnomemag/distinfo create mode 100644 accessibility/gnomemag/files/patch-configure create mode 100644 accessibility/gnomemag/pkg-descr create mode 100644 accessibility/gnomemag/pkg-plist diff --git a/accessibility/gnome-mag/Makefile b/accessibility/gnome-mag/Makefile new file mode 100644 index 000000000..30a199c5e --- /dev/null +++ b/accessibility/gnome-mag/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: gnomemag +# Date created: 12 April 2003 +# Whom: Joe Marcus Clarke +# +# $FreeBSD$ +# + +PORTNAME= gnomemag +PORTVERSION= 0.9.1 +CATEGORIES= x11 gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/gnome-mag/0.9 +DISTNAME= gnome-mag-${PORTVERSION} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= GNOME screen magnifier + +USE_X_PREFIX= yes +USE_GNOME= gnomehack gnomeprefix atspi libbonobo +USE_REINPLACE= yes +USE_GMAKE= yes +USE_LIBTOOL= yes +INSTALLS_SHLIB= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +post-patch: + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ + s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + +.include diff --git a/accessibility/gnome-mag/distinfo b/accessibility/gnome-mag/distinfo new file mode 100644 index 000000000..ab9339d02 --- /dev/null +++ b/accessibility/gnome-mag/distinfo @@ -0,0 +1 @@ +MD5 (gnome2/gnome-mag-0.9.1.tar.gz) = 15b0d3a6855e6694ac7179a91d2bbed4 diff --git a/accessibility/gnome-mag/files/patch-configure b/accessibility/gnome-mag/files/patch-configure new file mode 100644 index 000000000..f195f07b4 --- /dev/null +++ b/accessibility/gnome-mag/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Wed Dec 11 18:31:51 2002 ++++ configure Thu Dec 12 12:07:17 2002 +@@ -7414,6 +7414,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/accessibility/gnome-mag/pkg-descr b/accessibility/gnome-mag/pkg-descr new file mode 100644 index 000000000..534934091 --- /dev/null +++ b/accessibility/gnome-mag/pkg-descr @@ -0,0 +1,3 @@ +Gnome-mag is an accessibility tool that magnifies the screen for easier +reading. This package includes the magnifier Bonobo service as well as a +sample implementation. diff --git a/accessibility/gnome-mag/pkg-plist b/accessibility/gnome-mag/pkg-plist new file mode 100644 index 000000000..d771e874e --- /dev/null +++ b/accessibility/gnome-mag/pkg-plist @@ -0,0 +1,14 @@ +bin/magnifier +include/gnome-mag-1.0/magnifier/GNOME_Magnifier.h +lib/libgnome-mag.a +lib/libgnome-mag.so +lib/libgnome-mag.so.1 +libdata/bonobo/servers/GNOME_Magnifier.server.in +libdata/pkgconfig/gnome-mag-1.0.pc +share/gnome/gnome-mag/crosshair-cursor.xpm +share/gnome/gnome-mag/default-cursor.xpm +share/gnome/idl/gnome-mag-1.0/GNOME_Magnifier.idl +@dirrm share/gnome/idl/gnome-mag-1.0 +@dirrm share/gnome/gnome-mag +@dirrm include/gnome-mag-1.0/magnifier +@dirrm include/gnome-mag-1.0 diff --git a/accessibility/gnomemag/Makefile b/accessibility/gnomemag/Makefile new file mode 100644 index 000000000..30a199c5e --- /dev/null +++ b/accessibility/gnomemag/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: gnomemag +# Date created: 12 April 2003 +# Whom: Joe Marcus Clarke +# +# $FreeBSD$ +# + +PORTNAME= gnomemag +PORTVERSION= 0.9.1 +CATEGORIES= x11 gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/gnome-mag/0.9 +DISTNAME= gnome-mag-${PORTVERSION} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= GNOME screen magnifier + +USE_X_PREFIX= yes +USE_GNOME= gnomehack gnomeprefix atspi libbonobo +USE_REINPLACE= yes +USE_GMAKE= yes +USE_LIBTOOL= yes +INSTALLS_SHLIB= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +post-patch: + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ + s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + +.include diff --git a/accessibility/gnomemag/distinfo b/accessibility/gnomemag/distinfo new file mode 100644 index 000000000..ab9339d02 --- /dev/null +++ b/accessibility/gnomemag/distinfo @@ -0,0 +1 @@ +MD5 (gnome2/gnome-mag-0.9.1.tar.gz) = 15b0d3a6855e6694ac7179a91d2bbed4 diff --git a/accessibility/gnomemag/files/patch-configure b/accessibility/gnomemag/files/patch-configure new file mode 100644 index 000000000..f195f07b4 --- /dev/null +++ b/accessibility/gnomemag/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Wed Dec 11 18:31:51 2002 ++++ configure Thu Dec 12 12:07:17 2002 +@@ -7414,6 +7414,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/accessibility/gnomemag/pkg-descr b/accessibility/gnomemag/pkg-descr new file mode 100644 index 000000000..534934091 --- /dev/null +++ b/accessibility/gnomemag/pkg-descr @@ -0,0 +1,3 @@ +Gnome-mag is an accessibility tool that magnifies the screen for easier +reading. This package includes the magnifier Bonobo service as well as a +sample implementation. diff --git a/accessibility/gnomemag/pkg-plist b/accessibility/gnomemag/pkg-plist new file mode 100644 index 000000000..d771e874e --- /dev/null +++ b/accessibility/gnomemag/pkg-plist @@ -0,0 +1,14 @@ +bin/magnifier +include/gnome-mag-1.0/magnifier/GNOME_Magnifier.h +lib/libgnome-mag.a +lib/libgnome-mag.so +lib/libgnome-mag.so.1 +libdata/bonobo/servers/GNOME_Magnifier.server.in +libdata/pkgconfig/gnome-mag-1.0.pc +share/gnome/gnome-mag/crosshair-cursor.xpm +share/gnome/gnome-mag/default-cursor.xpm +share/gnome/idl/gnome-mag-1.0/GNOME_Magnifier.idl +@dirrm share/gnome/idl/gnome-mag-1.0 +@dirrm share/gnome/gnome-mag +@dirrm include/gnome-mag-1.0/magnifier +@dirrm include/gnome-mag-1.0 -- cgit v1.2.3