summaryrefslogtreecommitdiffstats
path: root/accessibility/atk
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-11-25 06:38:02 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-11-25 06:38:02 +0800
commitdb88a7906737cc836ffd04ae0ba57b3bee1b9b22 (patch)
tree3b6c03b7547a60a538fb22e7b83e1096351e4842 /accessibility/atk
parent05fd72f8a3ba44ee19662656e9b51fd075a7d998 (diff)
downloadmarcuscom-ports-db88a7906737cc836ffd04ae0ba57b3bee1b9b22.tar
marcuscom-ports-db88a7906737cc836ffd04ae0ba57b3bee1b9b22.tar.gz
marcuscom-ports-db88a7906737cc836ffd04ae0ba57b3bee1b9b22.tar.bz2
marcuscom-ports-db88a7906737cc836ffd04ae0ba57b3bee1b9b22.tar.lz
marcuscom-ports-db88a7906737cc836ffd04ae0ba57b3bee1b9b22.tar.xz
marcuscom-ports-db88a7906737cc836ffd04ae0ba57b3bee1b9b22.tar.zst
marcuscom-ports-db88a7906737cc836ffd04ae0ba57b3bee1b9b22.zip
Update to 1.5.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1358 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/atk')
-rw-r--r--accessibility/atk/Makefile29
-rw-r--r--accessibility/atk/distinfo1
-rw-r--r--accessibility/atk/files/patch-Makefile.in11
-rw-r--r--accessibility/atk/files/patch-configure13
-rw-r--r--accessibility/atk/files/patch-docs_Makefile.in10
-rw-r--r--accessibility/atk/pkg-descr12
-rw-r--r--accessibility/atk/pkg-plist120
7 files changed, 196 insertions, 0 deletions
diff --git a/accessibility/atk/Makefile b/accessibility/atk/Makefile
new file mode 100644
index 000000000..155670b7d
--- /dev/null
+++ b/accessibility/atk/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: atk
+# Date Created: 14 May 2001
+# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
+#
+# $FreeBSD: ports/devel/atk/Makefile,v 1.33 2003/11/17 12:28:53 trevor Exp $
+#
+
+PORTNAME= atk
+PORTVERSION= 1.5.0
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GNOME} \
+ ftp://ftp.gtk.org/pub/gtk/v2.3/
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.5
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A GNOME accessibility toolkit (ATK)
+
+USE_BZIP2= yes
+INSTALLS_SHLIB= yes
+USE_LIBTOOL= yes
+USE_GNOME= gnomehack glib20
+CONFIGURE_ARGS= --enable-static \
+ --disable-gtk-doc \
+ --with-html-dir=${PREFIX}/share/doc
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+.include <bsd.port.mk>
diff --git a/accessibility/atk/distinfo b/accessibility/atk/distinfo
new file mode 100644
index 000000000..e0b177f1e
--- /dev/null
+++ b/accessibility/atk/distinfo
@@ -0,0 +1 @@
+MD5 (gnome2/atk-1.5.0.tar.bz2) = a77a78a2f22366a408e3ae9e011bf856
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..1ffac5547
--- /dev/null
+++ b/accessibility/atk/files/patch-configure
@@ -0,0 +1,13 @@
+
+$FreeBSD: ports/devel/atk/files/patch-configure,v 1.3 2003/09/18 06:49:21 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..b28d3e537
--- /dev/null
+++ b/accessibility/atk/pkg-descr
@@ -0,0 +1,12 @@
+Accessibility means helping people with disabilities to participate in
+substantial life activities. That includes work, and the use of services,
+products, and information. GNOME includes libraries and a support framework
+that allow people with disabilities to utilize all of the functionality of the
+GNOME user environment.
+
+The GNOME Accessibility Toolkit (ATK) describes a set of interfaces that need
+to be implemented by GUI components to make them accessible. The interfaces are
+toolkit-independent-- implementations could be written for any widget set, such
+as GTK, Motif or Qt.
+
+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..af4019dd2
--- /dev/null
+++ b/accessibility/atk/pkg-plist
@@ -0,0 +1,120 @@
+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.500
+libdata/pkgconfig/atk.pc
+%%DOCSDIR%%/AtkAction.html
+%%DOCSDIR%%/AtkComponent.html
+%%DOCSDIR%%/AtkDocument.html
+%%DOCSDIR%%/AtkEditableText.html
+%%DOCSDIR%%/AtkGObjectAccessible.html
+%%DOCSDIR%%/AtkHyperlink.html
+%%DOCSDIR%%/AtkHypertext.html
+%%DOCSDIR%%/AtkImage.html
+%%DOCSDIR%%/AtkNoOpObject.html
+%%DOCSDIR%%/AtkNoOpObjectFactory.html
+%%DOCSDIR%%/AtkObject.html
+%%DOCSDIR%%/AtkObjectFactory.html
+%%DOCSDIR%%/AtkRegistry.html
+%%DOCSDIR%%/AtkRelation.html
+%%DOCSDIR%%/AtkRelationSet.html
+%%DOCSDIR%%/AtkSelection.html
+%%DOCSDIR%%/AtkStateSet.html
+%%DOCSDIR%%/AtkStreamableContent.html
+%%DOCSDIR%%/AtkTable.html
+%%DOCSDIR%%/AtkText.html
+%%DOCSDIR%%/AtkUtil.html
+%%DOCSDIR%%/AtkValue.html
+%%DOCSDIR%%/atk-AtkState.html
+%%DOCSDIR%%/atk.devhelp
+%%DOCSDIR%%/atk.html
+%%DOCSDIR%%/home.png
+%%DOCSDIR%%/index.html
+%%DOCSDIR%%/index.sgml
+%%DOCSDIR%%/left.png
+%%DOCSDIR%%/right.png
+%%DOCSDIR%%/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/cy/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/ga/LC_MESSAGES/atk10.mo
+share/locale/he/LC_MESSAGES/atk10.mo
+share/locale/hi/LC_MESSAGES/atk10.mo
+share/locale/hu/LC_MESSAGES/atk10.mo
+share/locale/id/LC_MESSAGES/atk10.mo
+share/locale/is/LC_MESSAGES/atk10.mo
+share/locale/it/LC_MESSAGES/atk10.mo
+share/locale/ja/LC_MESSAGES/atk10.mo
+share/locale/kn/LC_MESSAGES/atk10.mo
+share/locale/ko/LC_MESSAGES/atk10.mo
+share/locale/li/LC_MESSAGES/atk10.mo
+share/locale/lt/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/ne/LC_MESSAGES/atk10.mo
+share/locale/nl/LC_MESSAGES/atk10.mo
+share/locale/nn/LC_MESSAGES/atk10.mo
+share/locale/no/LC_MESSAGES/atk10.mo
+share/locale/pl/LC_MESSAGES/atk10.mo
+share/locale/pt/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/sl/LC_MESSAGES/atk10.mo
+share/locale/sq/LC_MESSAGES/atk10.mo
+share/locale/sr/LC_MESSAGES/atk10.mo
+share/locale/sr@Latn/LC_MESSAGES/atk10.mo
+share/locale/sv/LC_MESSAGES/atk10.mo
+share/locale/ta/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/yi/LC_MESSAGES/atk10.mo
+share/locale/zh_CN/LC_MESSAGES/atk10.mo
+share/locale/zh_TW/LC_MESSAGES/atk10.mo
+@dirrm %%DOCSDIR%%
+@dirrm include/atk-1.0/atk
+@dirrm include/atk-1.0