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
6f316ce2
Commit
6f316ce2
authored
May 15, 2004
by
cvs2svn
Browse files
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_10_0'.
parent
ea16706c
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
View file @
6f316ce2
This diff is collapsed.
Click to expand it.
Mk/bsd.kde4.mk
deleted
100644 → 0
View file @
ea16706c
#-*- 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
+=
kwalletbackend:
${PORTSDIR}
/x11/kdelibs
USE_QT_VER
=
CVS
PREFIX
=
${KDE_CVS_PREFIX}
.elif
${USE_KDELIBS_VER}
==
3
# kdelibs 3.x common stuff
LIB_DEPENDS
+=
kwalletbackend:
${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
=
"
${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.2.2
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/qt33
BUILD_DEPENDS
+=
${QT_PREFIX}
/bin/moc:
${PORTSDIR}
/x11-toolkits/qt33
RUN_DEPENDS
+=
${QT_PREFIX}
/bin/moc:
${PORTSDIR}
/x11-toolkits/qt33
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
\
--with-extra-includes
=
${LOCALBASE}
/include
CONFIGURE_ENV
+=
MOC
=
"
${MOC}
"
CPPFLAGS
=
"
${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
=
"
${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/gnome-mag/Makefile
deleted
100644 → 0
View file @
ea16706c
# New ports collection makefile for: gnomemag
# Date created: 12 April 2003
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME
=
gnomemag
PORTVERSION
=
0.10.11
CATEGORIES
=
accessibility gnome
MASTER_SITES
=
${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR
=
sources/gnome-mag/0.10
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 lthack intlhack
USE_GMAKE
=
yes
USE_LIBTOOL_VER
=
13
INSTALLS_SHLIB
=
yes
CONFIGURE_ENV
=
CPPFLAGS
=
"-I
${LOCALBASE}
/include -I
${X11BASE}
/include"
\
LDFLAGS
=
"-L
${LOCALBASE}
/lib -L
${X11BASE}
/lib"
.
include
<bsd.port.mk>
accessibility/gnome-mag/distinfo
deleted
100644 → 0
View file @
ea16706c
MD5 (gnome2/gnome-mag-0.10.11.tar.gz) = 6d53b63f2028d91917e75ecf3324c137
SIZE (gnome2/gnome-mag-0.10.11.tar.gz) = 393695
accessibility/gnome-mag/files/patch-magnifier_zoom-region.c
deleted
100644 → 0
View file @
ea16706c
---
magnifier
/
zoom
-
region
.
c
.
orig
Tue
Dec
9
16
:
54
:
22
2003
+++
magnifier
/
zoom
-
region
.
c
Tue
Dec
9
16
:
56
:
18
2003
@@
-
20
,
6
+
20
,
7
@@
*
Boston
,
MA
02111
-
1307
,
USA
.
*/
+
#
include
<
sys
/
time
.
h
>
#include
<stdlib.h>
#include
<string.h>
#include
<popt.h>
accessibility/gnome-mag/pkg-descr
deleted
100644 → 0
View file @
ea16706c
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.
accessibility/gnome-mag/pkg-plist
deleted
100644 → 0
View file @
ea16706c
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
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
share/locale/ar/LC_MESSAGES/gnome-mag.mo
share/locale/az/LC_MESSAGES/gnome-mag.mo
share/locale/be/LC_MESSAGES/gnome-mag.mo
share/locale/bg/LC_MESSAGES/gnome-mag.mo
share/locale/bn/LC_MESSAGES/gnome-mag.mo
share/locale/br/LC_MESSAGES/gnome-mag.mo
share/locale/ca/LC_MESSAGES/gnome-mag.mo
share/locale/cs/LC_MESSAGES/gnome-mag.mo
share/locale/cy/LC_MESSAGES/gnome-mag.mo
share/locale/da/LC_MESSAGES/gnome-mag.mo
share/locale/de/LC_MESSAGES/gnome-mag.mo
share/locale/el/LC_MESSAGES/gnome-mag.mo
share/locale/en_CA/LC_MESSAGES/gnome-mag.mo
share/locale/en_GB/LC_MESSAGES/gnome-mag.mo
share/locale/es/LC_MESSAGES/gnome-mag.mo
share/locale/et/LC_MESSAGES/gnome-mag.mo
share/locale/eu/LC_MESSAGES/gnome-mag.mo
share/locale/fa/LC_MESSAGES/gnome-mag.mo
share/locale/fi/LC_MESSAGES/gnome-mag.mo
share/locale/fr/LC_MESSAGES/gnome-mag.mo
share/locale/ga/LC_MESSAGES/gnome-mag.mo
share/locale/he/LC_MESSAGES/gnome-mag.mo
share/locale/hi/LC_MESSAGES/gnome-mag.mo
share/locale/hr/LC_MESSAGES/gnome-mag.mo
share/locale/hu/LC_MESSAGES/gnome-mag.mo
share/locale/is/LC_MESSAGES/gnome-mag.mo
share/locale/it/LC_MESSAGES/gnome-mag.mo
share/locale/ja/LC_MESSAGES/gnome-mag.mo
share/locale/ko/LC_MESSAGES/gnome-mag.mo
share/locale/lt/LC_MESSAGES/gnome-mag.mo
share/locale/lv/LC_MESSAGES/gnome-mag.mo
share/locale/mi/LC_MESSAGES/gnome-mag.mo
share/locale/mn/LC_MESSAGES/gnome-mag.mo
share/locale/ms/LC_MESSAGES/gnome-mag.mo
share/locale/nl/LC_MESSAGES/gnome-mag.mo
share/locale/nn/LC_MESSAGES/gnome-mag.mo
share/locale/no/LC_MESSAGES/gnome-mag.mo
share/locale/pa/LC_MESSAGES/gnome-mag.mo
share/locale/pl/LC_MESSAGES/gnome-mag.mo
share/locale/pt/LC_MESSAGES/gnome-mag.mo
share/locale/pt_BR/LC_MESSAGES/gnome-mag.mo
share/locale/ro/LC_MESSAGES/gnome-mag.mo
share/locale/ru/LC_MESSAGES/gnome-mag.mo
share/locale/sk/LC_MESSAGES/gnome-mag.mo
share/locale/sl/LC_MESSAGES/gnome-mag.mo
share/locale/sq/LC_MESSAGES/gnome-mag.mo
share/locale/sr/LC_MESSAGES/gnome-mag.mo
share/locale/sr@Latn/LC_MESSAGES/gnome-mag.mo
share/locale/sv/LC_MESSAGES/gnome-mag.mo
share/locale/th/LC_MESSAGES/gnome-mag.mo
share/locale/tk/LC_MESSAGES/gnome-mag.mo
share/locale/tr/LC_MESSAGES/gnome-mag.mo
share/locale/uk/LC_MESSAGES/gnome-mag.mo
share/locale/vi/LC_MESSAGES/gnome-mag.mo
share/locale/zh_CN/LC_MESSAGES/gnome-mag.mo
share/locale/zh_TW/LC_MESSAGES/gnome-mag.mo
@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
accessibility/gnome-speech/Makefile
deleted
100644 → 0
View file @
ea16706c
# New ports collection makefile for: gnomespeech
# Date created: 11 May 2003
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME
=
gnomespeech
PORTVERSION
=
0.3.2
CATEGORIES
=
accessibility audio gnome
MASTER_SITES
=
${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR
=
sources/gnome-speech/0.3
DISTNAME
=
gnome-speech-
${PORTVERSION}
DIST_SUBDIR
=
gnome2
MAINTAINER
=
gnome@FreeBSD.org
COMMENT
=
GNOME text-to-speech API
USE_BZIP2
=
yes
USE_GMAKE
=
yes
USE_GNOME
=
gnomehack libbonobo
GNU_CONFIGURE
=
yes
INSTALLS_SHLIB
=
yes
CONFIGURE_ARGS
=
--enable-static
CONFIGURE_ENV
=
CPPFLAGS
=
"-I
${LOCALBASE}
/include -I
${X11BASE}
/include"
\
LDFLAGS
=
"-L
${LOCALBASE}
/lib -L
${X11BASE}
/lib"
.
include
<bsd.port.pre.mk>
.if
exists(${LOCALBASE}/bin/festival)
WITH_FESTIVAL
=
yes
.
endif
.if
defined(WITH_FESTIVAL)
RUN_DEPENDS
=
festival:
${PORTSDIR}
/audio/festival
.
endif
.
include
<bsd.port.post.mk>
accessibility/gnome-speech/distinfo
deleted
100644 → 0
View file @
ea16706c
MD5 (gnome2/gnome-speech-0.3.2.tar.bz2) = d1c3ad83c3c6f42db0f8ad3cb61c4671
SIZE (gnome2/gnome-speech-0.3.2.tar.bz2) = 224719
accessibility/gnome-speech/files/patch-ltmain.sh
deleted
100644 → 0
View file @
ea16706c
---
ltmain.sh.orig Fri May 2 16:51:22 2003
+++ ltmain.sh Tue May 20 15:31:37 2003
@@
-1277
,7 +1277,7 @@
esac
elif
test
"X
$arg
"
=
"X-lc_r"
;
then
case
$host
in
-
*
-
*
-openbsd
*
|
*
-
*
-freebsd
*
)
+
*
-
*
-openbsd
*
|
*
-
*
-freebsd4
*
)
# Do not include libc_r directly, use -pthread flag.
continue
;;
@@
-1287
,8 +1287,16 @@
continue
;;
+
-pthread
)
+
compile_command
=
"
$compile_command
-pthread"
+
finalize_command
=
"
$finalize_command
-pthread"
+
compiler_flags
=
"
$compiler_flags
-pthread"
+
continue
+
;;
+
-module
)
module
=
yes
+
build_old_libs
=
no
continue
;;
@@
-2997
,6 +3005,9 @@
# problems, so we reset it completely
verstring
=
;;
+
*
-
*
-freebsd
*
)
+
# FreeBSD doesn't need this...
+
;;
*
)
verstring
=
"0.0"
;;
@@
-5425
,10 +5436,12 @@
fi
# Install the pseudo-library for information purposes.
+
if
/usr/bin/false
;
then
name
=
`
$echo
"X
$file
"
|
$Xsed
-e
's%^.*/%%'
`
instname
=
"
$dir
/
$name
"
i
$show
"
$install_prog
$instname
$destdir
/
$name
"
$run
eval
"
$install_prog
$instname
$destdir
/
$name
"
||
exit
$?
+
fi
# Maybe install the static library, too.
test
-n
"
$old_library
"
&&
staticlibs
=
"
$staticlibs
$dir
/
$old_library
"
accessibility/gnome-speech/pkg-descr
deleted
100644 → 0
View file @
ea16706c
GNOME Speech is a simple general API for producing text-to-speech output.
accessibility/gnome-speech/pkg-plist
deleted
100644 → 0
View file @
ea16706c
bin/festival-synthesis-driver
bin/test-speech
include/gnome-speech-1.0/gnome-speech/GNOME_Speech.h
include/gnome-speech-1.0/gnome-speech/gnome-speech.h
include/gnome-speech-1.0/gnome-speech/speaker.h
lib/libgnomespeech.a
lib/libgnomespeech.so
lib/libgnomespeech.so.7
lib/orbit-2.0/GNOME_Speech_module.so
libdata/bonobo/servers/GNOME_Speech_SynthesisDriver_Festival.server
libdata/pkgconfig/gnome-speech-1.0.pc
share/idl/gnome-speech-1.0/GNOME_Speech.idl
share/idl/gnome-speech-1.0/GNOME_Speech_Speaker.idl
share/idl/gnome-speech-1.0/GNOME_Speech_SpeechCallback.idl
share/idl/gnome-speech-1.0/GNOME_Speech_SynthesisDriver.idl
@dirrm share/idl/gnome-speech-1.0
@dirrm include/gnome-speech-1.0/gnome-speech
@dirrm include/gnome-speech-1.0
accessibility/kaccessible/Makefile
deleted
100644 → 0
View file @
ea16706c
# New ports collection makefile for: kdeaccessibility
# Date created: 19 Jan 2004 18:40:32 EST
# Whom: Will Andrews <will@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME
=
kdeaccessibility
PORTVERSION
=
${KDE_VERSION}
CATEGORIES
=
accessibility kde
MASTER_SITES
=
${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR
=
stable/
${PORTVERSION}
/src
DIST_SUBDIR
=
KDE
MAINTAINER
=
kde@FreeBSD.org
COMMENT
=
Accessibility applications
for
KDE
USE_KDELIBS_VER
=
3
PREFIX
=
${KDE_PREFIX}
USE_BZIP2
=
yes
USE_REINPLACE
=
yes
GNU_CONFIGURE
=
yes
USE_GMAKE
=
yes
.
include
"${.CURDIR}/../../x11/kde3/Makefile.kde"
.
include
<bsd.port.mk>
accessibility/kaccessible/distinfo
deleted
100644 → 0
View file @
ea16706c
MD5 (KDE/kdeaccessibility-3.2.2.tar.bz2) = 26179a0315123a72949a5981f5d4beb3
SIZE (KDE/kdeaccessibility-3.2.2.tar.bz2) = 1261683
accessibility/kaccessible/pkg-descr
deleted
100644 → 0
View file @
ea16706c
This port contains a set of KDE-based applications for
accessibility needs.
WWW: http://www.kde.org/
accessibility/kaccessible/pkg-plist
deleted
100644 → 0
View file @
ea16706c
bin/kmag
bin/kmousetool
bin/kmouth
share/applnk/Applications/kmag.desktop
share/applnk/Applications/kmousetool.desktop
share/applnk/Applications/kmouth.desktop
share/apps/kmag/icons/hicolor/16x16/actions/followmouse.png
share/apps/kmag/icons/hicolor/16x16/actions/hidemouse.png
share/apps/kmag/icons/hicolor/16x16/actions/window.png
share/apps/kmag/kmagui.rc
share/apps/kmousetool/icons/hicolor/16x16/actions/kmousetool_off.png
share/apps/kmousetool/icons/hicolor/16x16/actions/kmousetool_on.png
share/apps/kmousetool/icons/hicolor/16x16/apps/kmousetool.png
share/apps/kmousetool/icons/hicolor/32x32/actions/kmousetool_off.png
share/apps/kmousetool/icons/hicolor/32x32/actions/kmousetool_on.png
share/apps/kmousetool/icons/hicolor/32x32/apps/kmousetool.png
share/apps/kmousetool/sounds/mousetool_tap.wav
share/apps/kmouth/books/de/de-courteousness.phrasebook
share/apps/kmouth/books/de/de-greetings.phrasebook
share/apps/kmouth/books/de/de-howareyou.phrasebook
share/apps/kmouth/books/de/de-personal.phrasebook
share/apps/kmouth/books/de/de.desktop
share/apps/kmouth/books/en/en-courteousness.phrasebook
share/apps/kmouth/books/en/en-greetings.phrasebook
share/apps/kmouth/books/en/en-howareyou.phrasebook
share/apps/kmouth/books/en/en-personal.phrasebook
share/apps/kmouth/books/en/en.desktop
share/apps/kmouth/books/sv/sv-courteousness.phrasebook
share/apps/kmouth/books/sv/sv-greetings.phrasebook
share/apps/kmouth/books/sv/sv-howareyou.phrasebook
share/apps/kmouth/books/sv/sv-personal.phrasebook
share/apps/kmouth/books/sv/sv.desktop
share/apps/kmouth/icons/hicolor/16x16/actions/phrase.png
share/apps/kmouth/icons/hicolor/16x16/actions/phrase_new.png
share/apps/kmouth/icons/hicolor/16x16/actions/phrase_open.png
share/apps/kmouth/icons/hicolor/16x16/actions/phrase_save.png
share/apps/kmouth/icons/hicolor/16x16/actions/phrasebook.png
share/apps/kmouth/icons/hicolor/16x16/actions/phrasebook_closed.png
share/apps/kmouth/icons/hicolor/16x16/actions/phrasebook_new.png
share/apps/kmouth/icons/hicolor/16x16/actions/phrasebook_open.png
share/apps/kmouth/icons/hicolor/16x16/actions/phrasebook_save.png
share/apps/kmouth/icons/hicolor/16x16/actions/phrasehistory_open.png
share/apps/kmouth/icons/hicolor/16x16/actions/phrasehistory_print.png
share/apps/kmouth/icons/hicolor/16x16/actions/phrasehistory_save.png
share/apps/kmouth/icons/hicolor/16x16/actions/speak.png
share/apps/kmouth/icons/hicolor/22x22/actions/phrase.png
share/apps/kmouth/icons/hicolor/22x22/actions/phrase_new.png
share/apps/kmouth/icons/hicolor/22x22/actions/phrase_open.png
share/apps/kmouth/icons/hicolor/22x22/actions/phrase_save.png
share/apps/kmouth/icons/hicolor/22x22/actions/phrasebook.png
share/apps/kmouth/icons/hicolor/22x22/actions/phrasebook_closed.png
share/apps/kmouth/icons/hicolor/22x22/actions/phrasebook_new.png
share/apps/kmouth/icons/hicolor/22x22/actions/phrasebook_open.png
share/apps/kmouth/icons/hicolor/22x22/actions/phrasebook_save.png
share/apps/kmouth/icons/hicolor/22x22/actions/phrasehistory_open.png
share/apps/kmouth/icons/hicolor/22x22/actions/phrasehistory_print.png
share/apps/kmouth/icons/hicolor/22x22/actions/phrasehistory_save.png
share/apps/kmouth/icons/hicolor/22x22/actions/speak.png
share/apps/kmouth/icons/hicolor/32x32/actions/phrase.png
share/apps/kmouth/icons/hicolor/32x32/actions/phrase_new.png
share/apps/kmouth/icons/hicolor/32x32/actions/phrase_open.png
share/apps/kmouth/icons/hicolor/32x32/actions/phrase_save.png
share/apps/kmouth/icons/hicolor/32x32/actions/phrasebook.png
share/apps/kmouth/icons/hicolor/32x32/actions/phrasebook_closed.png
share/apps/kmouth/icons/hicolor/32x32/actions/phrasebook_new.png
share/apps/kmouth/icons/hicolor/32x32/actions/phrasebook_open.png
share/apps/kmouth/icons/hicolor/32x32/actions/phrasebook_save.png
share/apps/kmouth/icons/hicolor/32x32/actions/phrasehistory_open.png
share/apps/kmouth/icons/hicolor/32x32/actions/phrasehistory_print.png
share/apps/kmouth/icons/hicolor/32x32/actions/phrasehistory_save.png
share/apps/kmouth/icons/hicolor/32x32/actions/speak.png
share/apps/kmouth/icons/hicolor/48x48/actions/speak.png
share/apps/kmouth/kmouthui.rc
share/apps/kmouth/phrasebookdialogui.rc
share/config/kmouthrc
share/doc/HTML/en/kmag/common
share/doc/HTML/en/kmag/index.cache.bz2
share/doc/HTML/en/kmag/index.docbook
share/doc/HTML/en/kmag/screenshot.png
share/doc/HTML/en/kmousetool/common
share/doc/HTML/en/kmousetool/index.cache.bz2
share/doc/HTML/en/kmousetool/index.docbook
share/doc/HTML/en/kmouth/common
share/doc/HTML/en/kmouth/index.cache.bz2
share/doc/HTML/en/kmouth/index.docbook
share/doc/HTML/en/kmouth/kmouthcpref.eps
share/doc/HTML/en/kmouth/kmouthcpref.png
share/doc/HTML/en/kmouth/kmouthctts.eps
share/doc/HTML/en/kmouth/kmouthctts.png
share/doc/HTML/en/kmouth/kmouthedit.eps
share/doc/HTML/en/kmouth/kmouthedit.png
share/doc/HTML/en/kmouth/kmouthmain.eps
share/doc/HTML/en/kmouth/kmouthmain.png
share/doc/HTML/en/kmouth/kmouthwizard.eps
share/doc/HTML/en/kmouth/kmouthwizard.png
share/icons/hicolor/16x16/apps/kmag.png
share/icons/hicolor/16x16/apps/kmousetool.png
share/icons/hicolor/16x16/apps/kmouth.png
share/icons/hicolor/22x22/apps/kmouth.png
share/icons/hicolor/32x32/apps/kmag.png
share/icons/hicolor/32x32/apps/kmousetool.png
share/icons/hicolor/32x32/apps/kmouth.png
share/icons/hicolor/48x48/apps/kmouth.png
share/icons/locolor/16x16/apps/kmag.png
share/icons/locolor/16x16/apps/kmouth.png
share/icons/locolor/22x22/apps/kmouth.png
share/icons/locolor/32x32/apps/kmag.png
share/icons/locolor/32x32/apps/kmouth.png
@dirrm share/icons/locolor/32x32/apps
@dirrm share/icons/locolor/32x32
@dirrm share/icons/locolor/22x22/apps
@dirrm share/icons/locolor/22x22
@dirrm share/icons/locolor/16x16/apps
@dirrm share/icons/locolor/16x16
@dirrm share/icons/locolor
@dirrm share/icons/hicolor/48x48/apps
@dirrm share/icons/hicolor/48x48
@dirrm share/icons/hicolor/32x32/apps
@dirrm share/icons/hicolor/32x32
@dirrm share/icons/hicolor/22x22/apps
@dirrm share/icons/hicolor/22x22
@dirrm share/icons/hicolor/16x16/apps
@dirrm share/icons/hicolor/16x16
@dirrm share/doc/HTML/en/kmouth
@dirrm share/doc/HTML/en/kmousetool
@dirrm share/doc/HTML/en/kmag
@dirrm share/apps/kmouth/icons/hicolor/48x48/actions
@dirrm share/apps/kmouth/icons/hicolor/48x48
@dirrm share/apps/kmouth/icons/hicolor/32x32/actions
@dirrm share/apps/kmouth/icons/hicolor/32x32
@dirrm share/apps/kmouth/icons/hicolor/22x22/actions
@dirrm share/apps/kmouth/icons/hicolor/22x22
@dirrm share/apps/kmouth/icons/hicolor/16x16/actions
@dirrm share/apps/kmouth/icons/hicolor/16x16
@dirrm share/apps/kmouth/icons/hicolor
@dirrm share/apps/kmouth/icons
@dirrm share/apps/kmouth/books/sv
@dirrm share/apps/kmouth/books/en
@dirrm share/apps/kmouth/books/de
@dirrm share/apps/kmouth/books
@dirrm share/apps/kmouth
@dirrm share/apps/kmousetool/sounds
@dirrm share/apps/kmousetool/icons/hicolor/32x32/apps
@dirrm share/apps/kmousetool/icons/hicolor/32x32/actions
@dirrm share/apps/kmousetool/icons/hicolor/32x32
@dirrm share/apps/kmousetool/icons/hicolor/16x16/apps
@dirrm share/apps/kmousetool/icons/hicolor/16x16/actions
@dirrm share/apps/kmousetool/icons/hicolor/16x16
@dirrm share/apps/kmousetool/icons/hicolor
@dirrm share/apps/kmousetool/icons
@dirrm share/apps/kmousetool
@dirrm share/apps/kmag/icons/hicolor/16x16/actions
@dirrm share/apps/kmag/icons/hicolor/16x16
@dirrm share/apps/kmag/icons/hicolor
@dirrm share/apps/kmag/icons
@dirrm share/apps/kmag
@dirrm share/applnk/Applications
@dirrm share/applnk
accessibility/kdeaccessibility4/Makefile
deleted
100644 → 0
View file @
ea16706c
# New ports collection makefile for: kdeaccessibility
# Date created: 19 Jan 2004 18:40:32 EST
# Whom: Will Andrews <will@FreeBSD.org>
#
# $FreeBSD$
#