summaryrefslogtreecommitdiffstats
path: root/accessibility
Commit message (Collapse)AuthorAgeFilesLines
* Update to KDE 3.2.1 / QT 3.3.1lofi2004-03-0918-12/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Important changes: ================== KDE: - Audio/arts does not install artswrapper anymore, instead it is provided by audio/artswrapper. See UPDATING. - misc/kdeaddons3 is now a metaport with editors/kate-plugins editors/vimpart games/atlantikdesigner misc/kaddressbook-plugins misc/kfile-plugins misc/kicker-applets misc/knewsticker-scripts misc/konq-plugins misc/ksig misc/renamedlgplugins multimedia/noatun-plugins net/kontact-plugins as slave ports. - A number of KDE ports now uses OPTIONS do make various WITH_* options more visible. - Plist fixes - devel/kdevelop should be able to detect FreeBSD's autoconf/automake now for newly created projects. - kdebase will no longer remove previous KDM configurations. This won't take effect during the update from 3.2.0 to 3.2.1 (as deinstalling 3.2.0 will still remove the configuration), but subsequent updates will merge old configs. QT: - Previous versions of QT could be compiled with debugging-support enabled by defining DEBUG. This switch has been renamed to the more unambiguous WANT_QT_DEBUG (similar to WANT_KDE_DEBUG in the KDE ports).
* Update to 0.10.8.marcus2004-03-096-6/+10
|
* Update to 1.3.15.marcus2004-03-092-3/+3
|
* Add missing dependencies on scrollkeeper.marcus2004-03-041-3/+5
|
* Add a missing dependency on libxslt.marcus2004-03-031-1/+3
| | | | Reported by: bento via kris
* Update to 1.3.14.marcus2004-03-013-3/+33
|
* Update to 3.2.4.marcus2004-02-263-3/+47
| | | | Approved by: maintainer (implicit)
* Update to 1.3.13.adamw2004-02-258-68/+8
|
* Update to 0.10.7.adamw2004-02-258-52/+10
|
* Update to 0.10.6.marcus2004-02-106-6/+8
|
* Update to 1.3.12.marcus2004-02-102-6/+4
|
* Add kdeaccessibilitykris2004-02-051-0/+1
| | | | Pointy hat to: lofi
* Update to KDE 3.2.0lofi2004-02-056-18/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | Important changes: ================== - Kmail and knode have been moved from kdenetwork to kdepim. This means you will have to install kdepim if you want to continue using kmail or knode. This is to ease integration with korganizer, in the new 'Kontact' application. - The arabic translations for KDE and KOffice have been moved from misc to the arabic category. - There is a new module called kdeaccessibility in the accessibility category. It contains a few utilities for disabled users like a magnification lens and a text-to-speech frontend. - In KDM, you need to select the 'CUSTOM' session profile in order to have your .xsession executed. This is particularly important if you're using the aegypten tools (http://freebsd.kde.org/howtos/aegypten-kmail.php). - We have started making more parts of the ports optional. In kdepim, both Kandy and KPilot can be turned off with ports-knobs. This process will continue in the 3.2 series.
* Update to 3.2.3.marcus2004-02-043-3/+6
| | | | Approved by: maintainer
* Add kdeaccessibility. This port is set to IGNORE,lofi2004-02-0424-0/+1080
| | | | | it will be activated once the rest of KDE 3.2 is committed.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-0413-4/+13
| | | | (Part 2)
* patch fromtrevor2004-01-313-6/+6
| | | | | | | | <URL:http://people.freebsd.org/~trevor/ports/freeze-5.2/linux-misc-depends.diff> to fix dependencies: these ports need ports/archivers/rpm for their do-install, so they can can use the rpm2cpio that accompanies it Reviewed by: silence (two months) from portmgr and freebsd-ports-bugs
* The linux-atk port was repo-copied into the accessibility category.trevor2004-01-304-3/+4
|
* Chase the new locations for gnomespeech and gnomemag.marcus2004-01-221-2/+2
|
* Repocopy x11/gnopernicus to accessibility/gnopernicus.marcus2004-01-221-1/+1
|
* Start to populate the new accessibility physical category after respectivemarcus2004-01-2210-9/+17
| | | | | | | | | | | | repocopies. x11-toolkits/at-spi --> accessibility/at-spi devel/atk --> accessibility/atk editors/dasher --> accessibility/dasher x11-toolkits/gail --> accessibility/gail x11/gnomemag --> accessibility/gnomemag audio/gnomespeech --> accessibility/gnomespeech sysutils/gok --> accessibility/gok
* Add accessibility and x11-themes as new physical categories.marcus2004-01-202-0/+5
|
* Add a missing BUILD_DEPENDS on intltool.marcus2004-01-181-0/+2
| | | | Reported by: bento
* Update to 3.2.2.marcus2004-01-154-14/+4
| | | | Approved by: maintainer
* Update to 1.3.11.marcus2004-01-122-2/+2
|
* Update to 0.10.5.marcus2004-01-126-4/+10
|
* Merge a forgotten line from my GNOME 2.5 repo.marcus2004-01-031-1/+1
| | | | Reported by: Lewis Thompson <purple@lewiz.net>
* Add a missing USE_REINPLACE.marcus2004-01-031-0/+1
|
* Merge diffs from my GNOME 2.5 repo.marcus2004-01-035-16/+67
| | | | | | | | | | * Make this port build * Use USE_BZIP2 * Point to MASTER_SITE_GNOME * Correct pkg-plist * Obey CFLAGS * Use USE_LIBTOOL to avoid threading problems on -CURRENT * Add additional categories
* New port: misc/dasher, text entry system (for people with disabilities)edwin2004-01-034-0/+51
| | | | | | | | An information-efficient text entry system (for people with disabilities) PR: ports/54414 Submitted by: lewiz <purple@lewiz.net>
* s/rpm2cpio/rpm2cpio.pl/ after the recent update of archivers/rpm2cpio (thenetchild2003-12-123-6/+6
| | | | | | | | | | script was renamed to solve a conflict with archivers/rpm) to fix possible build problems. I've tested this with lang/icc. Any new errors because of this commit in one of the modified ports may be because the ports previously may have used rpm2cpio from archivers/rpm instead of the used {EXTRACT,BUILD}_DEPENDS archivers/rpm2cpio.
* Fix build on -STABLE.marcus2003-12-092-0/+20
| | | | Reported by: Mike Harding <mvh@ix.netcom.com>
* Update to 0.10.4.marcus2003-12-098-4/+32
|
* Update to 0.2.8.marcus2003-12-094-4/+4
|
* Fix build on -STABLE.marcus2003-12-061-0/+11
| | | | Reported by: Randy Bush <randy@psg.com>
* Update to 1.3.9.adamw2003-12-053-25/+2
|
* Fix packing list.trevor2003-11-203-6/+6
|
* Decrease PORTREVISION from 2 to 0. I hope no one has installedtrevor2003-11-193-0/+3
| | | | these yet.
* new Linux/i386 binary port of Accessibility Toolkit librarytrevor2003-11-199-0/+129
|
* USE_REINPLACE need be defined only when REINPLACE_CMD is used.trevor2003-11-176-6/+0
|
* Looks like they re-rolled the atk tarball to re-include the API documentation.marcus2003-10-203-1/+33
| | | | This is simply a documentation update.
* Update to 0.8.4.marcus2003-10-134-18/+53
|
* Update to 1.3.8.marcus2003-10-132-2/+2
|
* Remove a patch forgotten in the last commit.marcus2003-10-091-27/+0
|
* Update to 1.4.1.adamw2003-10-096-38/+6
|
* Update to 0.7.1.marcus2003-10-073-10/+10
|
* Correct some obsolete MASTER_SITESmarcus2003-10-061-1/+1
| | | | | PR: 57557 Submitted by: Mark Linimon <linimon@lonesome.com>
* Fix build under -STABLE.adamw2003-09-301-0/+16
|
* Update to 0.8.3.marcus2003-09-293-53/+3
|
* Add gnopernicus, and accessibility launcher for the GNOME desktop.marcus2003-09-185-0/+591
|
OpenPOWER on IntegriCloud