Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
hbsdfw
Ports
Commits
00535086
Commit
00535086
authored
Feb 14, 2004
by
cvs2svn
Browse files
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_2_1'.
parent
b6deb366
Changes
1000
Expand all
Hide whitespace changes
Inline
Side-by-side
Too many changes to show.
To preserve performance only
20 of 1000+
files are displayed.
Plain diff
Email patch
INDEX-5
View file @
00535086
This diff is collapsed.
Click to expand it.
Mk/bsd.kde4.mk
deleted
100644 → 0
View file @
b6deb366
#-*- mode: Makefile; tab-width: 4; -*-
# ex:ts=4
#
# $FreeBSD$
#
# Please view me with 4 column tabs!
# Please make sure all changes to this file are past through the maintainer.
# Do not commit them yourself (unless of course you're the Port's Wraith ;).
KDE_MAINTAINER
=
will@FreeBSD.org
# This section contains the USE_ definitions.
# XXX: Write HAVE_ definitions sometime.
# USE_QT_VER - Says that the port uses the Qt toolkit. Possible values:
# 1, 2, or 3; each specify the major version of Qt to use.
# USE_KDELIBS_VER - Says that the port uses KDE libraries. Possible values:
# 1, 2, or 3; each specify the major version of KDE to use.
# This implies USE_QT of the appropriate version.
# USE_KDEBASE_VER - Says that the port uses the KDE base. Possible values:
# 1, 2, or 3; each specify the major version of KDE to use.
# This implies USE_KDELIBS of the appropriate version.
#
# WARNING! ACHTUNG! DANGER WILL ROBINSON!
# DO NOT USE USE_QT_VER=1 UNLESS YOU WILL NOT BE NEEDING ANY ASSISTANCE
# WHATSOEVER FROM THE MAINTAINER OF THIS FILE!
#
# Compat shims.
.if
defined(USE_QT)
USE_QT_VER
=
2
pre-everything
::
@
${ECHO}
">>> Warning: this port needs to be updated as it uses the old-style USE_QT variable!"
.
endif
# defined(USE_QT)
# tagged MASTER_SITE_KDE_kde
kmaster
=
${
MASTER_SITE_KDE
:S@%/@%/:kde@g
}
.if
!defined(MASTER_SITE_SUBDIR)
MASTER_SITE_KDE_kde
=
${
kmaster
:S@%SUBDIR%/@@g
}
.
else
ksub
=
${MASTER_SITE_SUBDIR}
MASTER_SITE_KDE_kde
=
${
kmaster
:S@%SUBDIR%/@
${ksub}
/@g
}
.
endif
# !defined(MASTER_SITE_SUBDIR)
# USE_KDEBASE_VER section
.if
defined(USE_KDEBASE_VER)
.if
${USE_KDEBASE_VER}
==
CVS
LIB_DEPENDS
+=
konq:
${PORTSDIR}
/x11/kdebase
USE_KDELIBS_VER
=
CVS
.elif
${USE_KDEBASE_VER}
==
3
# kdebase 3.x common stuff
LIB_DEPENDS
+=
konq:
${PORTSDIR}
/x11/kdebase3
USE_KDELIBS_VER
=
3
.
else
# kdebase 2.x common stuff -- DEFAULT
USE_KDELIBS_VER
=
2
.
endif
# ${USE_KDEBASE_VER} == 3
.
endif
# defined(USE_KDEBASE_VER)
# USE_KDELIBS_VER section
.if
defined(USE_KDELIBS_VER)
.if
${USE_KDELIBS_VER}
==
CVS
LIB_DEPENDS
+=
kdecore:
${PORTSDIR}
/x11/kdelibs
USE_QT_VER
=
CVS
PREFIX
=
${KDE_CVS_PREFIX}
.elif
${USE_KDELIBS_VER}
==
3
# kdelibs 3.x common stuff
LIB_DEPENDS
+=
kdecore:
${PORTSDIR}
/x11/kdelibs3
USE_QT_VER
=
3
PREFIX
=
${KDE_PREFIX}
.
else
BROKEN
=
"Unknown value in USE_KDELIBS_VER"
# kdelibs 2.x common stuff -- DEFAULT
USE_QT_VER
=
2
.
endif
# ${USE_KDELIBS_VER} == 3
.
endif
# defined(USE_KDELIBS_VER)
# End of USE_KDELIBS_VER section
# USE_QT_VER section
.if
defined(USE_QT_VER)
# Qt 1.x common stuff
.if
${USE_QT_VER}
==
1
LIB_DEPENDS
+=
qt1.3:
${PORTSDIR}
/x11-toolkits/qt145
MOC
?=
${X11BASE}
/bin/moc1
.if
defined(PREFIX)
QTDIR
=
${PREFIX}
.
else
QTDIR
=
${X11BASE}
.
endif
# defined(PREFIX)
CONFIGURE_ENV
+=
MOC
=
"
${MOC}
"
QTDIR
=
"
${QTDIR}
"
.elif
${USE_QT_VER}
==
CVS
KDE_CVS_PREFIX
?=
${LOCALBASE}
/kde-cvs
QT_CVS_PREFIX
?=
${X11BASE}
/qt-cvs
QTCPPFLAGS
?=
QTCFGLIBS
?=
MOC
?=
${QT_CVS_PREFIX}
/bin/moc
BUILD_DEPENDS
+=
${MOC}
:
${PORTSDIR}
/x11-toolkits/qt-copy
RUN_DEPENDS
+=
${MOC}
:
${PORTSDIR}
/x11-toolkits/qt-copy
QTCPPFLAGS
+=
-D_GETOPT_H
# added to work around broken getopt.h #inc
.if
!defined
(QT_NONSTANDARD)
CONFIGURE_ARGS
+=
--with-extra-libs
=
"
${LOCALBASE}
/lib"
\
--with-extra-includes
=
"
${LOCALBASE}
/include"
CONFIGURE_ENV
+=
MOC
=
"
${MOC}
"
CPPFLAGS
=
"
${QTCPPFLAGS}
"
LIBS
=
"
${QTCFGLIBS}
"
\
QTDIR
=
"
${QT_CVS_PREFIX}
"
KDEDIR
=
"
${KDE_CVS_PREFIX}
"
.
endif
.elif
${USE_QT_VER}
==
3
# Yeah, it's namespace pollution, but this is really the best place for this
# stuff. Arts does NOT use it anymore.
KDE_VERSION
=
3.1.4
KDE_ORIGVER
=
${KDE_VERSION}
KDE_PREFIX
?=
${LOCALBASE}
QTCPPFLAGS
?=
QTCGFLIBS
?=
# Qt 3.x common stuff
QT_PREFIX
?=
${X11BASE}
MOC
?=
${QT_PREFIX}
/bin/moc
#LIB_DEPENDS+= qt-mt.3:${PORTSDIR}/x11-toolkits/qt32
BUILD_DEPENDS
+=
${QT_PREFIX}
/bin/moc:
${PORTSDIR}
/x11-toolkits/qt32
RUN_DEPENDS
+=
${QT_PREFIX}
/bin/moc:
${PORTSDIR}
/x11-toolkits/qt32
QTCPPFLAGS
+=
-I
${LOCALBASE}
/include
-I
${PREFIX}
/include
\
-I
${QT_PREFIX}
/include
-D_GETOPT_H
QTCFGLIBS
+=
-Wl
,-export-dynamic
-L
${LOCALBASE}
/lib
-L
${X11BASE}
/lib
-ljpeg
\
-L
${QT_PREFIX}
/lib
.if
!defined(QT_NONSTANDARD)
CONFIGURE_ARGS
+=
--with-qt-includes
=
${QT_PREFIX}
/include
\
--with-qt-libraries
=
${QT_PREFIX}
/lib
\
--with-extra-libs
=
${LOCALBASE}
/lib
CONFIGURE_ENV
+=
MOC
=
"
${MOC}
"
CPPFLAGS
=
"
${QTCPPFLAGS}
"
LIBS
=
"
${QTCFGLIBS}
"
.
endif
# !defined(QT_NONSTANDARD)
.
else
# QT2
QTCPPFLAGS
?=
QTCGFLIBS
?=
# Qt 2.x common stuff -- DEFAULT
LIB_DEPENDS
+=
qt2.4:
${PORTSDIR}
/x11-toolkits/qt23
QTNAME
=
qt2
MOC
?=
${X11BASE}
/bin/moc2
QTCPPFLAGS
+=
-D_GETOPT_H
-I
${LOCALBASE}
/include
-I
${PREFIX}
/include
\
-I
${X11BASE}
/include/qt2
QTCFGLIBS
+=
-Wl
,-export-dynamic
-L
${LOCALBASE}
/lib
-L
${X11BASE}
/lib
-ljpeg
-lgcc
-lstdc
++
.if
!defined(QT_NONSTANDARD)
CONFIGURE_ARGS
+=
--with-qt-includes
=
${X11BASE}
/include/qt2
\
--with-qt-libraries
=
${X11BASE}
/lib
\
--with-extra-libs
=
${LOCALBASE}
/lib
CONFIGURE_ENV
+=
MOC
=
"
${MOC}
"
LIBQT
=
"-l
${QTNAME}
"
\
CPPFLAGS
=
"
${QTCPPFLAGS}
"
LIBS
=
"
${QTCFGLIBS}
"
.
endif
# !defined(QT_NONSTANDARD)
.
endif
# USE_QT_VER == ???
.
endif
# defined(USE_QT_VER)
# End of USE_QT_VER section
# Assemble plist from parts
# <alane@freebsd.org> 2002-12-06
.if
defined(KDE_BUILD_PLIST)
PLIST
?=
${WRKDIR}
/plist
PLIST_BASE
?=
plist.base
PLIST_APPEND
?=
plist_base
=
${FILESDIR}
/
${PLIST_BASE}
plist_base_rm
=
${FILESDIR}
/
${PLIST_BASE}
.rm
plist_append
=
${
PLIST_APPEND
:C:
([A-Za-z0-9._]+)
:
${FILESDIR}
/\1
:
}
plist_append_rm
=
${
PLIST_APPEND
:C:
([A-Za-z0-9._]+)
:
${FILESDIR}
/\1.rm
:
}
kde-plist
:
${CAT}
${plist_base}
${plist_append}
2>/dev/null
>
${PLIST}
-
${CAT}
${plist_append_rm}
${plist_base_rm}
2>/dev/null
>>
${PLIST}
;
true
.PHONY
:
kde-plist
pre-build
:
kde-plist
.
endif
# defined(KDE_BUILD_PLIST)
accessibility/at-spi/Makefile
deleted
100644 → 0
View file @
b6deb366
# New ports collection makefile for: at-spi
# Date Created: 12 April 2002
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME
=
at-spi
PORTVERSION
=
1.3.8
CATEGORIES
=
x11-toolkits
MASTER_SITES
=
${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR
=
sources/
${PORTNAME}
/1.3
DIST_SUBDIR
=
gnome2
MAINTAINER
=
gnome@FreeBSD.org
COMMENT
=
An Assistive Technology Service Provider Interface
USE_BZIP2
=
yes
USE_GMAKE
=
yes
USE_GNOME
=
gnomeprefix gnomehack gnomehier gail libbonobo
USE_X_PREFIX
=
yes
INSTALLS_SHLIB
=
yes
USE_LIBTOOL
=
yes
CONFIGURE_ARGS
=
--enable-static
CONFIGURE_ENV
=
CPPFLAGS
=
"-I
${LOCALBASE}
/include"
\
LDFLAGS
=
"-L
${LOCALBASE}
/lib"
.
include
<bsd.port.mk>
accessibility/at-spi/distinfo
deleted
100644 → 0
View file @
b6deb366
MD5 (gnome2/at-spi-1.3.8.tar.bz2) = dbb16d886be7c336814515ff7fede1fc
accessibility/at-spi/files/patch-Makefile.in
deleted
100644 → 0
View file @
b6deb366
$FreeBSD$
--- Makefile.in.orig Tue Jun 11 03:51:37 2002
+++ Makefile.in Tue Jun 11 03:52:06 2002
@@ -127,7 +127,7 @@
X_LIBS = @X_LIBS@
cxxflags_set = @cxxflags_set@
-SUBDIRS = docs idl libspi registryd atk-bridge cspi test
+SUBDIRS = docs idl libspi registryd atk-bridge cspi
pkgconfigdir = $(prefix)/libdata/pkgconfig
pkgconfig_DATA = libspi-1.0.pc cspi-1.0.pc
accessibility/at-spi/files/patch-atk-bridge_Makefile.in
deleted
100644 → 0
View file @
b6deb366
--- atk-bridge/Makefile.in.orig Sat Apr 12 01:06:28 2003
+++ atk-bridge/Makefile.in Sat Apr 12 01:06:48 2003
@@ -147,7 +147,7 @@
LDFLAGS = @LDFLAGS@ -no-undefined -module -avoid-version
-libatk_bridge_la_LIBADD = $(ATK_BRIDGE_LIBS) $(top_builddir)/libspi/libspi.la
+libatk_bridge_la_LIBADD = $(ATK_BRIDGE_LIBS) -L$(top_builddir)/libspi/.libs $(top_builddir)/libspi/libspi.la
CFLAGS = @CFLAGS@ $(ATK_BRIDGE_CFLAGS)
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
accessibility/at-spi/files/patch-configure
deleted
100644 → 0
View file @
b6deb366
$FreeBSD$
--- configure 2002/04/26 13:02:36 1.1
+++ configure 2002/04/26 13:02:46
@@ -6712,6 +6712,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'
accessibility/at-spi/files/patch-docs::reference::cspi::Makefile.in
deleted
100644 → 0
View file @
b6deb366
$FreeBSD$
--- docs/reference/cspi/Makefile.in 2002/04/12 10:18:10 1.1
+++ docs/reference/cspi/Makefile.in 2002/04/12 10:18:49
@@ -146,7 +146,7 @@
INSTALLDIR = $(prefix)/share/gtk-doc
-HTML_DIR = ${datadir}/gtk-doc/html
+HTML_DIR = ${prefix}/share/doc
TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE)
accessibility/at-spi/files/patch-libspi_Makefile.in
deleted
100644 → 0
View file @
b6deb366
--- libspi/Makefile.in.orig Fri May 2 13:36:07 2003
+++ libspi/Makefile.in Fri May 2 13:36:37 2003
@@ -539,7 +539,7 @@
mostlyclean distclean maintainer-clean
-$(top_srcdir)/libspi/accessible.c $(top_srcdir)/libspi/base.h $(top_srcdir)/libspi/keystrokelistener.h $(top_srcdir)/libspi/libspi.h $(top_srcdir)/libspi/listener.h $(top_srcdir)/libspi/remoteobject.h : Accessibility.h
+accessible.c base.h keystrokelistener.h libspi.h listener.h remoteobject.h : Accessibility.h
$(IDL_OUT) Accessibility-imodule.c : $(IDL_DEPS) $(ORBIT_IDL)
$(ORBIT_IDL) -D__ACCESSIBILITY_COMPILATION__ $(IDLFLAGS) $(top_srcdir)/idl/Accessibility.idl
accessibility/at-spi/files/patch-registryd_Makefile.in
deleted
100644 → 0
View file @
b6deb366
--- registryd/Makefile.in.orig Fri Aug 8 12:15:34 2003
+++ registryd/Makefile.in Fri Aug 8 12:20:05 2003
@@ -150,7 +150,7 @@
at_spi_registryd_SOURCES = desktop.c desktop.h deviceeventcontroller.c deviceeventcontroller.h registry-main.c registry.c registry.h
-LDADD = $(top_builddir)/libspi/libspi.la $(X_LIBS) $(XTST_LIBS) $(XEVIE_LIBS) $(REGISTRYD_LIBS)
+LDADD = -L$(top_builddir)/libspi/.libs $(top_builddir)/libspi/libspi.la $(X_LIBS) $(XTST_LIBS) $(XEVIE_LIBS) $(REGISTRYD_LIBS)
serverinfodir = $(prefix)/libdata/bonobo/servers
serverinfo_DATA = Accessibility_Registry.server
accessibility/at-spi/pkg-descr
deleted
100644 → 0
View file @
b6deb366
This is the Early Access Release of the Gnome Accessibility Project's
Assistive Technology Service Provider Interface.
WWW: http://www.gnome.org/
accessibility/at-spi/pkg-plist
deleted
100644 → 0
View file @
b6deb366
include/at-spi-1.0/cspi/spi-impl.h
include/at-spi-1.0/cspi/spi-listener.h
include/at-spi-1.0/cspi/spi-roletypes.h
include/at-spi-1.0/cspi/spi-statetypes.h
include/at-spi-1.0/cspi/spi.h
include/at-spi-1.0/libspi/Accessibility.h
include/at-spi-1.0/libspi/accessible.h
include/at-spi-1.0/libspi/action.h
include/at-spi-1.0/libspi/application.h
include/at-spi-1.0/libspi/base.h
include/at-spi-1.0/libspi/component.h
include/at-spi-1.0/libspi/devicelistener.h
include/at-spi-1.0/libspi/editabletext.h
include/at-spi-1.0/libspi/eventlistener.h
include/at-spi-1.0/libspi/hyperlink.h
include/at-spi-1.0/libspi/hypertext.h
include/at-spi-1.0/libspi/image.h
include/at-spi-1.0/libspi/keymasks.h
include/at-spi-1.0/libspi/keystrokelistener.h
include/at-spi-1.0/libspi/libspi.h
include/at-spi-1.0/libspi/listener.h
include/at-spi-1.0/libspi/relation.h
include/at-spi-1.0/libspi/remoteobject.h
include/at-spi-1.0/libspi/selection.h
include/at-spi-1.0/libspi/stateset.h
include/at-spi-1.0/libspi/streamablecontent.h
include/at-spi-1.0/libspi/table.h
include/at-spi-1.0/libspi/text.h
include/at-spi-1.0/libspi/value.h
lib/libcspi.a
lib/libcspi.so
lib/libcspi.so.9
lib/libspi.a
lib/libspi.so
lib/libspi.so.9
lib/gtk-2.0/modules/libatk-bridge.so
lib/orbit-2.0/Accessibility_module.so
libdata/bonobo/servers/Accessibility_Registry.server
libdata/pkgconfig/cspi-1.0.pc
libdata/pkgconfig/libspi-1.0.pc
libexec/at-spi-registryd
share/doc/at-spi-cspi/at-spi-cspi-Accessible-Objects.html
share/doc/at-spi-cspi/at-spi-cspi-AccessibleAction-Interface.html
share/doc/at-spi-cspi/at-spi-cspi-AccessibleApplication-API.html
share/doc/at-spi-cspi/at-spi-cspi-AccessibleComponent-Interface.html
share/doc/at-spi-cspi/at-spi-cspi-AccessibleEditableText-Interface.html
share/doc/at-spi-cspi/at-spi-cspi-AccessibleHyperlink-Interface.html
share/doc/at-spi-cspi/at-spi-cspi-AccessibleHypertext-Interface.html
share/doc/at-spi-cspi/at-spi-cspi-AccessibleImage-Interface.html
share/doc/at-spi-cspi/at-spi-cspi-AccessibleRelations-and-RelationSets.html
share/doc/at-spi-cspi/at-spi-cspi-AccessibleSelection-Interface.html
share/doc/at-spi-cspi/at-spi-cspi-AccessibleTable-Interface.html
share/doc/at-spi-cspi/at-spi-cspi-AccessibleText-Interface.html
share/doc/at-spi-cspi/at-spi-cspi-AccessibleValue-Interface.html
share/doc/at-spi-cspi/at-spi-cspi-Event-Listener-Support.html
share/doc/at-spi-cspi/at-spi-cspi-Registry-queries.html
share/doc/at-spi-cspi/at-spi-cspi-SPI-main-loop-and-initialization.html
share/doc/at-spi-cspi/at-spi-cspi-State-and-StateSets.html
share/doc/at-spi-cspi/ch05.html
share/doc/at-spi-cspi/index.html
share/doc/at-spi-cspi/spi-accessible.html
share/doc/at-spi-cspi/spi-application.html
share/doc/at-spi-cspi/spi-component.html
share/doc/at-spi-cspi/spi-main.html
share/gnome/idl/at-spi-1.0/Accessibility.idl
share/gnome/idl/at-spi-1.0/Accessibility_Accessible.idl
share/gnome/idl/at-spi-1.0/Accessibility_Action.idl
share/gnome/idl/at-spi-1.0/Accessibility_Application.idl
share/gnome/idl/at-spi-1.0/Accessibility_Component.idl
share/gnome/idl/at-spi-1.0/Accessibility_Desktop.idl
share/gnome/idl/at-spi-1.0/Accessibility_EditableText.idl
share/gnome/idl/at-spi-1.0/Accessibility_Event.idl
share/gnome/idl/at-spi-1.0/Accessibility_Hyperlink.idl
share/gnome/idl/at-spi-1.0/Accessibility_Hypertext.idl
share/gnome/idl/at-spi-1.0/Accessibility_Image.idl
share/gnome/idl/at-spi-1.0/Accessibility_Registry.idl
share/gnome/idl/at-spi-1.0/Accessibility_Relation.idl
share/gnome/idl/at-spi-1.0/Accessibility_Role.idl
share/gnome/idl/at-spi-1.0/Accessibility_Selection.idl
share/gnome/idl/at-spi-1.0/Accessibility_State.idl
share/gnome/idl/at-spi-1.0/Accessibility_StreamableContent.idl
share/gnome/idl/at-spi-1.0/Accessibility_Table.idl
share/gnome/idl/at-spi-1.0/Accessibility_Text.idl
share/gnome/idl/at-spi-1.0/Accessibility_Value.idl
@dirrm share/gnome/idl/at-spi-1.0
@dirrm share/doc/at-spi-cspi
@dirrm lib/orbit-2.0
@dirrm include/at-spi-1.0/libspi
@dirrm include/at-spi-1.0/cspi
@dirrm include/at-spi-1.0
accessibility/atk/Makefile
deleted
100644 → 0
View file @
b6deb366
# New ports collection makefile for: atk
# Date Created: 14 May 2001
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME
=
atk
PORTVERSION
=
1.4.1
PORTREVISION
=
1
CATEGORIES
=
devel
MASTER_SITES
=
${MASTER_SITE_GNOME}
\
ftp://ftp.gtk.org/pub/gtk/v2.2/
MASTER_SITE_SUBDIR
=
sources/
${PORTNAME}
/1.4
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>
accessibility/atk/distinfo
deleted
100644 → 0
View file @
b6deb366
MD5 (gnome2/atk-1.4.1.tar.bz2) = d7830bdf1e05d8395794f75097d291be
accessibility/atk/files/patch-Makefile.in
deleted
100644 → 0
View file @
b6deb366
--- 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
accessibility/atk/files/patch-configure
deleted
100644 → 0
View file @
b6deb366
$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'
accessibility/atk/files/patch-docs_Makefile.in
deleted
100644 → 0
View file @
b6deb366
--- 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 ####
accessibility/atk/pkg-descr
deleted
100644 → 0
View file @
b6deb366
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/
accessibility/atk/pkg-plist
deleted
100644 → 0
View file @
b6deb366
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.400
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
accessibility/gail/Makefile
deleted
100644 → 0
View file @
b6deb366
# New ports collection makefile for: gail
# Date Created: 12 February 2002
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME
=
gail
PORTVERSION
=
1.4.1
CATEGORIES
=
x11-toolkits
MASTER_SITES
=
${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR
=
sources/
${PORTNAME}
/1.4
DIST_SUBDIR
=
gnome2
MAINTAINER
=
gnome@FreeBSD.org
COMMENT
=
An implementation of the ATK interfaces
for
GTK+ widgets
USE_BZIP2
=
yes
USE_X_PREFIX
=
yes
USE_GMAKE
=
yes
INSTALLS_SHLIB
=
yes
USE_LIBTOOL
=
yes
USE_GNOME
=
gnomehack libgnomecanvas
CONFIGURE_ENV
=
CPPFLAGS
=
"-I
${LOCALBASE}
/include"
\
LDFLAGS
=
"-L
${LOCALBASE}
/lib"
CONFIGURE_ARGS
=
--disable-gtk-doc
\
--with-html-dir
=
${PREFIX}
/share/doc