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
7011c19a
Commit
7011c19a
authored
Jan 21, 2005
by
cvs2svn
Browse files
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_11_0'.
parent
a3389659
Changes
1000
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
Mk/bsd.kde4.mk
deleted
100644 → 0
View file @
a3389659
#-*- 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 or 3; each specify the major version of Qt to use.
# USE_KDELIBS_VER - Says that the port uses KDE libraries. Possible values:
# 3 specifies 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:
# 3 specifies 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!
#
# 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
+=
kfontinst:
${PORTSDIR}
/x11/kdebase
USE_KDELIBS_VER
=
CVS
.elif
${USE_KDEBASE_VER}
==
3
# kdebase 3.x common stuff
LIB_DEPENDS
+=
kfontinst:
${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)
## This is needed for configure scripts to figure out
## which threads lib to use
CONFIGURE_ENV
+=
PTHREAD_LIBS
=
"
${PTHREAD_LIBS}
"
## XXX - This really belongs into bsd.port.mk
.if
!defined(_NO_KDE_CONFTARGET_HACK)
CONFIGURE_TARGET
=
CONFIGURE_ARGS
+=
--build
=
${MACHINE_ARCH}
-portbld-freebsd
${OSREL}
\
--x-libraries
=
${X11BASE}
/lib
--x-includes
=
${X11BASE}
/include
\
--disable-as-needed
.
endif
.if
${USE_KDELIBS_VER}
==
CVS
LIB_DEPENDS
+=
kimproxy:
${PORTSDIR}
/x11/kdelibs
USE_QT_VER
=
CVS
PREFIX
=
${KDE_CVS_PREFIX}
.elif
${USE_KDELIBS_VER}
==
3
# kdelibs 3.x common stuff
LIB_DEPENDS
+=
kimproxy:
${PORTSDIR}
/x11/kdelibs3
USE_QT_VER
=
3
PREFIX
=
${KDE_PREFIX}
.
else
BROKEN
=
"Unknown value in USE_KDELIBS_VER"
.
endif
# ${USE_KDELIBS_VER} == 3
.
endif
# defined(USE_KDELIBS_VER)
# End of USE_KDELIBS_VER section
# USE_QT_VER section
# 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.3.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
BROKEN
=
"Unsupported value of 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 @
a3389659
# New ports collection makefile for: gnomemag
# Date created: 12 April 2003
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME
=
gnomemag
PORTVERSION
=
0.11.11
CATEGORIES
=
accessibility gnome
MASTER_SITES
=
${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR
=
sources/gnome-mag/0.11
DISTNAME
=
gnome-mag-
${PORTVERSION}
DIST_SUBDIR
=
gnome2
MAINTAINER
=
gnome@FreeBSD.org
COMMENT
=
GNOME screen magnifier
USE_BZIP2
=
yes
USE_X_PREFIX
=
yes
USE_GNOME
=
gnomehack gnomeprefix atspi libbonobo intlhack
USE_GMAKE
=
yes
USE_LIBTOOL_VER
=
15
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 @
a3389659
MD5 (gnome2/gnome-mag-0.11.11.tar.bz2) = 43b811541e7e1871457a019f1452aa7d
SIZE (gnome2/gnome-mag-0.11.11.tar.bz2) = 321069
accessibility/gnome-mag/pkg-descr
deleted
100644 → 0
View file @
a3389659
Gnome-Mag magnifies the screen for easier reading. This package includes a
magnification Bonobo service.
accessibility/gnome-mag/pkg-plist
deleted
100644 → 0
View file @
a3389659
bin/magnifier
include/gnome-mag-1.0/magnifier/GNOME_Magnifier.h
lib/libgnome-mag.a
lib/libgnome-mag.so
lib/libgnome-mag.so.2
libdata/bonobo/servers/GNOME_Magnifier.server
libdata/pkgconfig/gnome-mag-1.0.pc
share/gnome/gnome-mag/1_32/appstart.xpm
share/gnome/gnome-mag/1_32/bottom_left_corner.xpm
share/gnome/gnome-mag/1_32/bottom_side.xpm
share/gnome/gnome-mag/1_32/busy.xpm
share/gnome/gnome-mag/1_32/crosshair.xpm
share/gnome/gnome-mag/1_32/default.xpm
share/gnome/gnome-mag/1_32/fleur.xpm
share/gnome/gnome-mag/1_32/hand.xpm
share/gnome/gnome-mag/1_32/left_ptr.xpm
share/gnome/gnome-mag/1_32/left_side.xpm
share/gnome/gnome-mag/1_32/no.xpm
share/gnome/gnome-mag/1_32/right_side.xpm
share/gnome/gnome-mag/1_32/sb_h_double_arrow.xpm
share/gnome/gnome-mag/1_32/sb_v_double_arrow.xpm
share/gnome/gnome-mag/1_32/top_left_corner.xpm
share/gnome/gnome-mag/1_32/top_right_corner.xpm
share/gnome/gnome-mag/1_32/top_side.xpm
share/gnome/gnome-mag/1_32/up.xpm
share/gnome/gnome-mag/1_32/xterm.xpm
share/gnome/gnome-mag/default-cursor.xpm
share/gnome/idl/gnome-mag-1.0/GNOME_Magnifier.idl
share/locale/ang/LC_MESSAGES/gnome-mag.mo
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/bs/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/gu/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/id/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/ka/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/nb/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/or/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/ta/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/1_32
@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 @
a3389659
# New ports collection makefile for: gnomespeech
# Date created: 11 May 2003
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME
=
gnomespeech
PORTVERSION
=
0.3.5
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
USE_LIBTOOL_VER
=
15
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 @
a3389659
MD5 (gnome2/gnome-speech-0.3.5.tar.bz2) = 34382d0b33146b1f8fc5239895471369
SIZE (gnome2/gnome-speech-0.3.5.tar.bz2) = 255271
accessibility/gnome-speech/pkg-descr
deleted
100644 → 0
View file @
a3389659
GNOME Speech is a simple general API for producing text-to-speech output.
accessibility/gnome-speech/pkg-plist
deleted
100644 → 0
View file @
a3389659
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 @
a3389659
# 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
:S/.0//
}
/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 @
a3389659
MD5 (KDE/kdeaccessibility-3.3.2.tar.bz2) = 2d1fc370ce1e6a58c82d4dc283ee206d
SIZE (KDE/kdeaccessibility-3.3.2.tar.bz2) = 1242912
accessibility/kaccessible/pkg-descr
deleted
100644 → 0
View file @
a3389659
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 @
a3389659
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/kmouthcwcp.eps
share/doc/HTML/en/kmouth/kmouthcwcp.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/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
accessibility/kdeaccessibility4/Makefile
deleted
100644 → 0
View file @
a3389659
# 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
:S/.0//
}
/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/kdeaccessibility4/distinfo
deleted
100644 → 0
View file @
a3389659
MD5 (KDE/kdeaccessibility-3.3.2.tar.bz2) = 2d1fc370ce1e6a58c82d4dc283ee206d
SIZE (KDE/kdeaccessibility-3.3.2.tar.bz2) = 1242912
accessibility/kdeaccessibility4/pkg-descr
deleted
100644 → 0
View file @
a3389659
This port contains a set of KDE-based applications for
accessibility needs.
WWW: http://www.kde.org/
accessibility/kdeaccessibility4/pkg-plist
deleted
100644 → 0
View file @
a3389659
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