summaryrefslogtreecommitdiffstats
path: root/accessibility/atk
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-02-20 06:20:25 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-02-20 06:20:25 +0800
commit52eb0c363dbd39ca18828556aa6e06a0f55cdad1 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /accessibility/atk
parent02ae0012100b6d06fd4310bcc5e44198eaf8930e (diff)
downloadmarcuscom-ports-52eb0c363dbd39ca18828556aa6e06a0f55cdad1.tar.gz
marcuscom-ports-52eb0c363dbd39ca18828556aa6e06a0f55cdad1.tar.zst
marcuscom-ports-52eb0c363dbd39ca18828556aa6e06a0f55cdad1.zip
Remove the GNOME 2.1 ports. These have been merged into FreeBSD CVS
as GNOME 2.2....next up, GNOME 2.3. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@538 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/atk')
-rw-r--r--accessibility/atk/Makefile38
-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-comment1
-rw-r--r--accessibility/atk/pkg-descr3
-rw-r--r--accessibility/atk/pkg-plist84
8 files changed, 0 insertions, 161 deletions
diff --git a/accessibility/atk/Makefile b/accessibility/atk/Makefile
deleted file mode 100644
index 6ca7fa395..000000000
--- a/accessibility/atk/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# New ports collection makefile for: atk
-# Date Created: 14 May 2001
-# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= atk
-PORTVERSION= 1.2.2
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GNOME} \
- ftp://ftp.gtk.org/pub/gtk/v2.0/
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.2
-#MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
-# ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \
-# http://www.ameth.org/gimp/%SUBDIR%/ \
-# ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/gimp/%SUBDIR%,}
-#MASTER_SITE_SUBDIR= gtk/v1.3
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-
-LIB_DEPENDS= glib-2.0.200:${PORTSDIR}/devel/glib20
-
-USE_BZIP2= yes
-USE_REINPLACE= yes
-INSTALLS_SHLIB= yes
-USE_LIBTOOL= yes
-USE_GNOMENG= 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"
-CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
-
-.include <bsd.port.mk>
diff --git a/accessibility/atk/distinfo b/accessibility/atk/distinfo
deleted file mode 100644
index 50cdc842b..000000000
--- a/accessibility/atk/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (gnome2/atk-1.2.2.tar.bz2) = 2c42e4322d1a199cdd7479fb1d09879c
diff --git a/accessibility/atk/files/patch-Makefile.in b/accessibility/atk/files/patch-Makefile.in
deleted file mode 100644
index 90d6da723..000000000
--- a/accessibility/atk/files/patch-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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
deleted file mode 100644
index 13ee380f4..000000000
--- a/accessibility/atk/files/patch-configure
+++ /dev/null
@@ -1,13 +0,0 @@
-
-$FreeBSD$
-
---- 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
deleted file mode 100644
index b40046ee2..000000000
--- a/accessibility/atk/files/patch-docs_Makefile.in
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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-comment b/accessibility/atk/pkg-comment
deleted file mode 100644
index 12a15ec5d..000000000
--- a/accessibility/atk/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A GNOME accessibility toolkit (ATK)
diff --git a/accessibility/atk/pkg-descr b/accessibility/atk/pkg-descr
deleted file mode 100644
index c962374e2..000000000
--- a/accessibility/atk/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-GNOME accessibility toolkit (ATK).
-
-WWW: http://developer.gnome.org/projects/gap/
diff --git a/accessibility/atk/pkg-plist b/accessibility/atk/pkg-plist
deleted file mode 100644
index 43664cddb..000000000
--- a/accessibility/atk/pkg-plist
+++ /dev/null
@@ -1,84 +0,0 @@
-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.200
-libdata/pkgconfig/atk.pc
-share/doc/atk/atk-atkstate.html
-share/doc/atk/atk.html
-share/doc/atk/atkaction.html
-share/doc/atk/atkcomponent.html
-share/doc/atk/atkdocument.html
-share/doc/atk/atkeditabletext.html
-share/doc/atk/atkhypertext.html
-share/doc/atk/atkimage.html
-share/doc/atk/atkgobjectaccessible.html
-share/doc/atk/atkhyperlink.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/book1.html
-share/doc/atk/index.sgml
-share/locale/bg/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/es/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/it/LC_MESSAGES/atk10.mo
-share/locale/ko/LC_MESSAGES/atk10.mo
-share/locale/lv/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/ru/LC_MESSAGES/atk10.mo
-share/locale/sq/LC_MESSAGES/atk10.mo
-share/locale/sv/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
-@dirrm share/doc/atk
-@dirrm include/atk-1.0/atk
-@dirrm include/atk-1.0