From 0e02fd0b915f7e3c7e142b87149b2c4f590853a0 Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 11 Apr 2003 20:56:20 +0000 Subject: Add atk-1.3. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@559 df743ca5-7f9a-e211-a948-0013205c9059 --- accessibility/atk/Makefile | 32 ++++++++ accessibility/atk/distinfo | 1 + accessibility/atk/files/patch-Makefile.in | 11 +++ accessibility/atk/files/patch-configure | 13 +++ accessibility/atk/files/patch-docs_Makefile.in | 10 +++ accessibility/atk/pkg-descr | 3 + accessibility/atk/pkg-plist | 105 +++++++++++++++++++++++++ 7 files changed, 175 insertions(+) create mode 100644 accessibility/atk/Makefile create mode 100644 accessibility/atk/distinfo create mode 100644 accessibility/atk/files/patch-Makefile.in create mode 100644 accessibility/atk/files/patch-configure create mode 100644 accessibility/atk/files/patch-docs_Makefile.in create mode 100644 accessibility/atk/pkg-descr create mode 100644 accessibility/atk/pkg-plist diff --git a/accessibility/atk/Makefile b/accessibility/atk/Makefile new file mode 100644 index 000000000..1c97f8dfc --- /dev/null +++ b/accessibility/atk/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: atk +# Date Created: 14 May 2001 +# Whom: Maxim Sobolev +# +# $FreeBSD: ports/devel/atk/Makefile,v 1.26 2003/03/07 06:00:06 ade Exp $ +# + +PORTNAME= atk +PORTVERSION= 1.3.0 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GNOME} \ + ftp://ftp.gtk.org/pub/gtk/v2.0/ +MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.3 +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A GNOME accessibility toolkit (ATK) + +LIB_DEPENDS= glib-2.0.200:${PORTSDIR}/devel/glib20 + +USE_BZIP2= yes +USE_REINPLACE= yes +INSTALLS_SHLIB= yes +USE_LIBTOOL= yes +USE_GNOME= gnomehack +CONFIGURE_ARGS= --enable-static \ + --disable-gtk-doc \ + --with-html-dir=${PREFIX}/share/doc +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +.include diff --git a/accessibility/atk/distinfo b/accessibility/atk/distinfo new file mode 100644 index 000000000..5fa478184 --- /dev/null +++ b/accessibility/atk/distinfo @@ -0,0 +1 @@ +MD5 (gnome2/atk-1.3.0.tar.bz2) = 014d96224cdb422b23e73ec3db003aec diff --git a/accessibility/atk/files/patch-Makefile.in b/accessibility/atk/files/patch-Makefile.in new file mode 100644 index 000000000..90d6da723 --- /dev/null +++ b/accessibility/atk/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Fri Nov 8 17:09:46 2002 ++++ Makefile.in Fri Nov 8 17:10:22 2002 +@@ -116,7 +116,7 @@ + atktargetlib = @atktargetlib@ + ms_librarian = @ms_librarian@ + +-SUBDIRS = atk tests docs po ++SUBDIRS = atk docs po + + EXTRA_DIST = atk-uninstalled.pc.in atk.pc.in atk.spec.in atk.spec atk-zip.sh + diff --git a/accessibility/atk/files/patch-configure b/accessibility/atk/files/patch-configure new file mode 100644 index 000000000..1ef5d0f8c --- /dev/null +++ b/accessibility/atk/files/patch-configure @@ -0,0 +1,13 @@ + +$FreeBSD: ports/devel/atk/files/patch-configure,v 1.2 2003/02/07 18:42:00 marcus Exp $ + +--- configure 2002/04/26 06:33:48 1.1 ++++ configure 2002/04/26 06:33:59 +@@ -6885,6 +6885,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/atk/files/patch-docs_Makefile.in b/accessibility/atk/files/patch-docs_Makefile.in new file mode 100644 index 000000000..b40046ee2 --- /dev/null +++ b/accessibility/atk/files/patch-docs_Makefile.in @@ -0,0 +1,10 @@ +--- docs/Makefile.in.orig Fri Jan 24 16:45:09 2003 ++++ docs/Makefile.in Fri Jan 24 16:45:09 2003 +@@ -274,6 +274,7 @@ + dist-hook-local: all-local + + @ENABLE_GTK_DOC_TRUE@all-local: html-build.stamp ++@ENABLE_GTK_DOC_FALSE@all-local: + + #### scan #### + diff --git a/accessibility/atk/pkg-descr b/accessibility/atk/pkg-descr new file mode 100644 index 000000000..c962374e2 --- /dev/null +++ b/accessibility/atk/pkg-descr @@ -0,0 +1,3 @@ +GNOME accessibility toolkit (ATK). + +WWW: http://developer.gnome.org/projects/gap/ diff --git a/accessibility/atk/pkg-plist b/accessibility/atk/pkg-plist new file mode 100644 index 000000000..135bcdf85 --- /dev/null +++ b/accessibility/atk/pkg-plist @@ -0,0 +1,105 @@ +include/atk-1.0/atk/atk-enum-types.h +include/atk-1.0/atk/atk.h +include/atk-1.0/atk/atkaction.h +include/atk-1.0/atk/atkcomponent.h +include/atk-1.0/atk/atkdocument.h +include/atk-1.0/atk/atkeditabletext.h +include/atk-1.0/atk/atkgobjectaccessible.h +include/atk-1.0/atk/atkhyperlink.h +include/atk-1.0/atk/atkhypertext.h +include/atk-1.0/atk/atkimage.h +include/atk-1.0/atk/atknoopobject.h +include/atk-1.0/atk/atknoopobjectfactory.h +include/atk-1.0/atk/atkobject.h +include/atk-1.0/atk/atkobjectfactory.h +include/atk-1.0/atk/atkregistry.h +include/atk-1.0/atk/atkrelation.h +include/atk-1.0/atk/atkrelationset.h +include/atk-1.0/atk/atkrelationtype.h +include/atk-1.0/atk/atkselection.h +include/atk-1.0/atk/atkstate.h +include/atk-1.0/atk/atkstateset.h +include/atk-1.0/atk/atkstreamablecontent.h +include/atk-1.0/atk/atktable.h +include/atk-1.0/atk/atktext.h +include/atk-1.0/atk/atkutil.h +include/atk-1.0/atk/atkvalue.h +lib/libatk-1.0.a +lib/libatk-1.0.so +lib/libatk-1.0.so.300 +libdata/pkgconfig/atk.pc +share/doc/atk/AtkAction.html +share/doc/atk/AtkComponent.html +share/doc/atk/AtkDocument.html +share/doc/atk/AtkEditableText.html +share/doc/atk/AtkGObjectAccessible.html +share/doc/atk/AtkHyperlink.html +share/doc/atk/AtkHypertext.html +share/doc/atk/AtkImage.html +share/doc/atk/AtkNoOpObject.html +share/doc/atk/AtkNoOpObjectFactory.html +share/doc/atk/AtkObject.html +share/doc/atk/AtkObjectFactory.html +share/doc/atk/AtkRegistry.html +share/doc/atk/AtkRelation.html +share/doc/atk/AtkRelationSet.html +share/doc/atk/AtkSelection.html +share/doc/atk/AtkStateSet.html +share/doc/atk/AtkStreamableContent.html +share/doc/atk/AtkTable.html +share/doc/atk/AtkText.html +share/doc/atk/AtkUtil.html +share/doc/atk/AtkValue.html +share/doc/atk/atk-AtkState.html +share/doc/atk/atk.devhelp +share/doc/atk/atk.html +share/doc/atk/home.png +share/doc/atk/index.html +share/doc/atk/index.sgml +share/doc/atk/left.png +share/doc/atk/right.png +share/doc/atk/up.png +share/locale/am/LC_MESSAGES/atk10.mo +share/locale/az/LC_MESSAGES/atk10.mo +share/locale/be/LC_MESSAGES/atk10.mo +share/locale/bg/LC_MESSAGES/atk10.mo +share/locale/bn/LC_MESSAGES/atk10.mo +share/locale/ca/LC_MESSAGES/atk10.mo +share/locale/cs/LC_MESSAGES/atk10.mo +share/locale/da/LC_MESSAGES/atk10.mo +share/locale/de/LC_MESSAGES/atk10.mo +share/locale/el/LC_MESSAGES/atk10.mo +share/locale/en_GB/LC_MESSAGES/atk10.mo +share/locale/eo/LC_MESSAGES/atk10.mo +share/locale/es/LC_MESSAGES/atk10.mo +share/locale/fa/LC_MESSAGES/atk10.mo +share/locale/fi/LC_MESSAGES/atk10.mo +share/locale/fr/LC_MESSAGES/atk10.mo +share/locale/he/LC_MESSAGES/atk10.mo +share/locale/hu/LC_MESSAGES/atk10.mo +share/locale/id/LC_MESSAGES/atk10.mo +share/locale/it/LC_MESSAGES/atk10.mo +share/locale/kn/LC_MESSAGES/atk10.mo +share/locale/ko/LC_MESSAGES/atk10.mo +share/locale/lv/LC_MESSAGES/atk10.mo +share/locale/mk/LC_MESSAGES/atk10.mo +share/locale/ml/LC_MESSAGES/atk10.mo +share/locale/mn/LC_MESSAGES/atk10.mo +share/locale/ms/LC_MESSAGES/atk10.mo +share/locale/nl/LC_MESSAGES/atk10.mo +share/locale/no/LC_MESSAGES/atk10.mo +share/locale/pl/LC_MESSAGES/atk10.mo +share/locale/pt_BR/LC_MESSAGES/atk10.mo +share/locale/ro/LC_MESSAGES/atk10.mo +share/locale/ru/LC_MESSAGES/atk10.mo +share/locale/sk/LC_MESSAGES/atk10.mo +share/locale/sq/LC_MESSAGES/atk10.mo +share/locale/sv/LC_MESSAGES/atk10.mo +share/locale/tr/LC_MESSAGES/atk10.mo +share/locale/uk/LC_MESSAGES/atk10.mo +share/locale/vi/LC_MESSAGES/atk10.mo +share/locale/zh_CN/LC_MESSAGES/atk10.mo +share/locale/zh_TW/LC_MESSAGES/atk10.mo +@dirrm share/doc/atk +@dirrm include/atk-1.0/atk +@dirrm include/atk-1.0 -- cgit v1.2.3