aboutsummaryrefslogtreecommitdiffstats
path: root/converters/tnef
ModeNameSize
-rw-r--r--Makefile757logstatsplainblame
-rw-r--r--distinfo188logstatsplainblame
-rw-r--r--pkg-descr587logstatsplainblame
umn1'>| | from the user and prints the selection's coordinates to stdout. WWW: http://www.github.com/naelstrof/slop PR: 195199 Submitted by: Neel Chauhan <neel@neelc.org> * Remove abandonware blocking decomissioning imlibbapt2014-12-251-1/+0 | * sxhkd is a simple X hotkey daemon with a powerful and compactpawel2014-12-201-0/+1 | | | | | | | | | configuration syntax. WWW: https://github.com/baskerville/sxhkd PR: 196128 Submitted by: Anton Tornqvist <antont@inbox.lv> * x11-servers/xorg-server: Update to 1.14dumbbell2014-12-201-2/+0 | | | | | | | | | | | | | | | | | | | | | | | | | | | The X.Org server has been updated to 1.14. The changes it brings are described in a post on the Graphics team blog: http://blogs.freebsdish.org/graphics/2014/11/19/xserver-1-14-update-ready/ The most noticable change is the DEVD input device autodetection backend which is enabled by default, replacing the HAL backend. The keyboard layout configuration must be migrated from HAL's .fdi files to X.Org files. The procedure is explained in the post mentionned above. Several ports were removed with this update, mainly because they are not compatible with the X.Org server anymore: o nvidia-driver-71 o nvidia-driver-96 o xf86-input-egalax o xf86-video-newport o xf86-video-tga PR: 155696, 181660, 183478 (partially fixed), 188640, 191331 Differential Revision: https://reviews.freebsd.org/D1337 Submitted by: ak (most of the work on the DEVD backend), dumbbell, kwm, zeising Tested by: Many people on freebsd-x11@ and IRC Reviewed by: kwm, portmgr (antoine) Approved by: kwm, portmgr (antoine) * Add xvt 3.0.0, xterm replacement supporting color, transparency, andvanilla2014-12-111-0/+1 | | | | | | | more, with less. PR: ports/195840 Submitted by: Chris Hutchinson <portmaster@BSDforge.com> * Sort entries alphabetically across all categories to avoid extra repo churn.danfe2014-12-081-2/+2 | * - Merge EFL libraries into devel/efl and update to 1.12.0gblach2014-11-251-6/+0 | | | | | | | | | | | | | | - Update x11-toolkits/elementary to 1.12.0 - Update x11-wm/enlightenment to 0.19.1 - Update graphics/evas_generic_loaders-* to 1.12.0 - Update devel/e_dbus to 1.7.10 - Update benchmarks/expedite to 1.7.10 - Move some of x11-wm/e17-module-* to x11-wm/e-module-* and update to recent snapshots - Add multimedia/emotion_generic_players-vlc - Add multimedia/rage Reviewed by: crees, antoine * Xfdashboard is GNOME shell like for the Xfce desktop.olivierd2014-11-211-0/+1 | | | | | | WWW: http://xfdashboard.froevel.de/ Obtained from: Xfce dev repository * Remove: abandonware, depends on non existing USE_GNOME componentsbapt2014-11-191-1/+0 | * The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.kwm2014-11-191-12/+8 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed * Doesn't build with gnome3 version of gnome-desktopkwm2014-10-031-1/+0 | * Add x11/qt5-x11extras.rakuco2014-09-301-0/+1 | | | | | | | Qt platform-specific features for X11-based systems. PR: 194008 Submitted by: Jan Beich <jbeich@vfemail.net> * Update CentOS base to 6.5, add userland portsxmj2014-09-221-0/+1 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Fedora 10 infrastructure ports have been in use since June 2009 and, while having served a great deed, have become unsupported upstream and hence affected by unfixed security vulnerabilities. In addition to that, many recent Linux binaries need newer libc / stdlibc++ versions. This commit adds the linux-c6- userland as drop-in replacement for the -f10 infrastructure, as well as upgrading the linux_base-c6 port to CentOS 6.5. If you want to switch to linux-c6 ports, please define at /etc/make.conf: OVERRIDE_LINUX_BASE_PORT=c6 OVERRIDE_LINUX_NONBASE_PORTS=c6 Additionally, please add the following line to /etc/sysctl.conf: compat.linux.osrelease=2.6.18 Upgrading procedures are shown in /usr/ports/UPDATING. This work has been inspired by Artyom Mirgorodskiy's post to emulation@ in November 2013, using and extending mav@'s work. It has been tested extensively and most reported issues were already fixed. Please report any additional bug or "features" to the emulation mailing list. Many thanks to: mav@, rene@, allanjude@, netchild@, antoine@, everyone who's filed Issues and Pull requests on GitHub, PR: 186820 Differential Revision: https://reviews.freebsd.org/D793 Reviewed by: allanjude, antoine, bapt, rene Approved by: portmgr (antoine, bapt) Approved by: koobs (mentor) Sponsored by: Perceivon Hosting Inc. * Add nxcompbapt2014-09-101-0/+1 | * - Add x11/lumina 0.6.2kmoore2014-09-051-0/+1 | | | | | | Lumina-DE is a lightweight, BSD licensed desktop environment designed specifically for use on FreeBSD WWW: https://github.com/pcbsd/lumina * Add x11/keybinder-gtk3olivierd2014-08-261-0/+1 | | | | | | | Keybinder is a library for registering global keyboard shortcuts. Keybinder works with GTK-based applications using the X Window System. WWW: https://github.com/engla/keybinder * Add x11/virtual.adamw2014-08-241-0/+1 | | | | | | | | | | | | VirtualGL is an open source program that redirects the 3D rendering commands from Unix and Linux OpenGL applications to 3D accelerator hardware in a dedicated server and displays the rendered output interactively to a thin client located elsewhere on the network, or locally. WWW: http://www.virtualgl.org PR: 192561 Submitted by: David Mackay * New port: x11/leechcraftvg2014-07-211-0/+1 | | | | | | | | | | | | | | | | | | | | | | | | | | | | LeechCraft is a free open source cross-platform modular live environment. It has modules for everything: * Full-featured web-browser with support for all major web-standards. * Advanced multiprotocol modular IM client currently supporting XMPP (Jabber), IRC, WLM/MSN, MRIM and quite a few other protocols and with a bunch of features from metacontacts and Off-The-Record support to audio calls. * Collection-oriented media player with a lot of features from gapless playback and transcoding for removable devices to social features like recommended artists and nearby events. * Efficient and fast BitTorrent client with full support for the BitTorrent protocol and all its widespread extensions and magnet links. * Modular document viewer supporting PDF, DjVu, PostScript, MOBI and other formats. * RSS feed reader supporting common feed formats with extensions like MediaRSS or GeoRSS as well as with extensive support for Broadcatching and podcasts and their automatic retrieval. * User-space package manager with its own repository of plugins, themes, icons and much more. * A bunch of Desktop Environment-enabling modules from window manager controller to power manager, taskbar, tray and a customizable panel. * The "Summary" tab that displays all your downloads, updates and statuses. PR: 170571 Submitted by: myself * Remove expired ports:rene2014-07-051-1/+0 | | | | | 2014-07-04 x11-clocks/wmitime 2014-07-04 x11/xorg-edit: Depends on older version of wxGTK * Remove expired ports:rene2014-05-281-1/+0 | | | | | | | 2014-05-25 x11-toolkits/libgtk-java: Unmaintained, outdated not depend on 2014-05-25 graphics/cairo-java: Unmaintained, outdated not depend on 2014-05-25 devel/libgconf-java: Unmaintained, outdated not depend on 2014-05-25 x11/libgnome-java: Unmaintained, outdated not depend on * Remove expired ports:rene2014-04-251-1/+0 | | | | | | | | | | | | | | | | | 2014-04-23 emulators/mupen64-sdlinput: Use mupen64plus instead 2014-04-23 emulators/mupen64-sdlaudio: Use mupen64plus instead 2014-04-23 emulators/mupen64-tr64: Use mupen64plus instead 2014-04-23 emulators/mupen64-gln64: Use mupen64plus instead 2014-04-23 emulators/mupen64-sound: Use mupen64plus instead 2014-04-23 emulators/mupen64-rsp: Use mupen64plus instead 2014-04-23 emulators/mupen64-input: Use mupen64plus instead 2014-04-23 emulators/mupen64-glide: Use mupen64plus instead 2014-04-23 emulators/mupen64: Use mupen64plus instead 2014-04-23 emulators/mupen64-softgfx: Use mupen64plus instead 2014-04-23 emulators/mupen64-dummyaudio: Use mupen64plus instead 2014-04-23 emulators/mupen64-base: Use mupen64plus instead 2014-04-24 x11/emu: Broken, not staged 2014-04-24 lang/ruby-doc-stdlib: Upstream rerolls frequently, online docs work well * 2014-03-23 accessibility/ruby-atk: Use rubygem-atk insteadswills2014-03-251-1/+0 | | | | | | | | | | | | | | | | 2014-03-23 devel/ruby-gio2: Use rubygem-gio2 instead 2014-03-23 devel/ruby-glib2: Use rubygem-glib2 instead 2014-03-23 graphics/ruby-cairo: Use rubygem-cairo instead 2014-03-23 graphics/ruby-gdk_pixbuf2: Use rubygem-gdk_pixbuf2 instead 2014-03-23 graphics/ruby-rsvg2: Use rubygem-rsvg2 instead 2014-03-23 x11-toolkits/ruby-goocanvas: No longer included upstream 2014-03-23 x11-toolkits/ruby-gstreamer: Use rubygem-gstreamer instead 2014-03-23 x11-toolkits/ruby-gtk2: Use rubygem-gtk2 instead 2014-03-23 x11-toolkits/ruby-gtksourceview2: Use rubygem-gtksourceview2 instead 2014-03-23 x11-toolkits/ruby-pango: Use rubygem-pango instead 2014-03-23 x11-toolkits/ruby-poppler: Use rubygem-poppler instead 2014-03-23 x11-toolkits/ruby-vte: Use rubygem-vte instead 2014-03-23 x11/ruby-gnome2: Use rubygem-gnome2 instead * Remove expired ports:rene2014-03-101-1/+0 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2014-03-10 deskutils/libopensync-plugin-synce: No more public distfiles 2014-03-10 irc/irchat-pj-xemacs21-mule: No more public distfiles 2014-03-10 irc/pure-xemacs21-mule: No more public distfiles 2014-03-10 lang/dice: No more public distfiles 2014-03-10 irc/dcc: No more public distfiles 2014-03-10 sysutils/backupme: No more public distfiles 2014-03-10 net/freeswitch-curl-devel: No more public distfiles 2014-03-10 misc/freeswitch-pizzademo-devel: No more public distfiles 2014-03-10 emulators/cygne-sdl: No more public distfiles 2014-03-10 mail/newmail: No more public distfiles 2014-03-10 x11-toolkits/xscoop: No more public distfiles 2014-03-10 security/didentd: No more public distfiles 2014-03-10 sysutils/wait_on: No more public distfiles 2014-03-10 net/freeswitch-sbc-devel: No more public distfiles 2014-03-10 multimedia/gxanim: No more public distfiles 2014-03-10 www/nd: No more public distfiles 2014-03-10 lang/fbbi: No more public distfiles 2014-03-10 textproc/csv2xml: No more public distfiles 2014-03-10 www/trac-calendar: No more public distfiles 2014-03-10 misc/stan: No more public distfiles 2014-03-10 japanese/gtkicq: No more public distfiles 2014-03-10 net/nc6: No more public distfiles 2014-03-10 net/jpcap: No more public distfiles 2014-03-10 games/quake-extras: No more public distfiles 2014-03-10 net/asfrecorder: No more public distfiles 2014-03-10 sysutils/pyrenamer: No more public distfiles 2014-03-10 palm/synce-sync-engine: No more public distfiles 2014-03-10 www/linux-mplayer-plugin: No more public distfiles 2014-03-10 net-mgmt/airport: No more public distfiles 2014-03-10 textproc/manued.el: No more public distfiles 2014-03-10 sysutils/jailer: No more public distfiles 2014-03-10 sysutils/blimitd: No more public distfiles 2014-03-10 print/abntex: No more public distfiles 2014-03-10 sysutils/monkeytail: No more public distfiles 2014-03-10 dns/dns_mre: No more public distfiles 2014-03-10 japanese/libjcode: No more public distfiles 2014-03-10 sysutils/jailutils: No more public distfiles 2014-03-10 net/freeswitch-vanilla-devel: No more public distfiles 2014-03-10 sysutils/hdup: No more public distfiles 2014-03-10 print/cups-smb-backend: No more public distfiles 2014-03-10 x11/settitle: No more public distfiles 2014-03-10 sysutils/anteater: No more public distfiles 2014-03-10 www/trac-pendingticket: No more public distfiles 2014-03-10 www/admuser: No more public distfiles 2014-03-10 x11-themes/gnome-icons-snowish: No more public distfiles 2014-03-10 www/metacafe_dl: No more public distfiles 2014-03-10 irc/irchat-pj-emacs21: No more public distfiles 2014-03-10 www/horde3-wicked: No more public distfiles 2014-03-10 java/drexelsnmp: No more public distfiles 2014-03-10 mail/sigit: No more public distfiles 2014-03-10 misc/freeswitch-scripts-devel: No more public distfiles 2014-03-10 www/vtiger-customerportal: No more public distfiles 2014-03-10 irc/pure-emacs21: No more public distfiles 2014-03-10 www/extsm: No more public distfiles 2014-03-10 misc/cwish: No more public distfiles 2014-03-10 www/phpscheduleit: No more public distfiles 2014-03-10 palm/synce-serial: No more public distfiles 2014-03-10 palm/synce-vdccm: No more public distfiles 2014-03-10 net/freeswitch-insideout-devel: No more public distfiles 2014-03-10 sysutils/fusefs-fur: No more public distfiles 2014-03-10 mail/clamfilter: No more public distfiles 2014-03-10 textproc/cost: No more public distfiles 2014-03-10 palm/synce-gvfs: No more public distfiles 2014-03-10 net/nxserver: No more public distfiles 2014-03-10 sysutils/throttle: No more public distfiles 2014-03-10 japanese/aterm: No more public distfiles 2014-03-10 mail/teapop: No more public distfiles 2014-03-10 www/eldav.el: No more public distfiles 2014-03-10 graphics/gsnapshot: No more public distfiles 2014-03-10 japanese/zangband: No more public distfiles 2014-03-10 audio/xmms-wma: No more public distfiles 2014-03-10 misc/projectionlib: No more public distfiles * KDE/FreeBSD team is happy to present Qt 5 in ports!makc2014-03-041-0/+1 | | | | | | | | | | Alberto Villa (avilla@) has done all the hard work to create Qt 5 ports. Trivial update from 5.2.0-beta1 to 5.2.1 by me. Special thanks for Adriaan de Groot <groot@kde.org> for his assistance for Qt-5.2.0 update. Approved by: portmgr (bapt) (for Mk/bsd.port.mk) * Remove expired port:rene2014-03-031-1/+0 | | | | 2014-03-03 x11/mgapdesk: Needs an old (pre 7.2) XFree86/X.org header file to build * - Moved to a better categorydanilo2014-02-161-0/+1 | | | | Reported by: Herbert J. Skuhra <hskuhra@eumx.net> * In preparation for Qt 5 ports:makc2014-01-071-1/+0 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mk/Uses/qmake.mk: - Add support for out-of-source builds - Add support for Qt 5 ports - Respect WITH_DEBUG Mk/bsd.qt.mk: - Massive rework for Qt 5 ports - Remove '-phonon' from global configure args, thus allow qt4-designer and qt4-qtconfig to be built without Phonon support [1] devel/qmake4: - Improve mkspecs for gcc (mainly sync with linux version) and clang devel/qt4-corelib: - Convert to USES=iconv - Remove ancient patch devel/qt4-designer: - Remove reference to WRKSRC from installed pkgconfig files [2] - Don't build Qt Designer plugin for Phonon from outdated Qt sources. Separate port for plugin will be committed later devel/qt4-assistant-adp, devel/qt4-libqtassistantclient: - Convert to USES=qmake Clean up Qt4 ports: - Update comments - Update description; use common description - Consistently use QT_INCDIR, QT_LIBDIR, etc. - Use options helpers - Convert to new LIB_DEPENDS syntax - Update DESKTOP_ENTRIES to avoid conflicts with Qt 5 ports - Rename/move several ports for unification with Qt 5 ports PR: ports/184620 [1] Reported by: Kevin Zheng <kevinz5000@gmail.com> PR: ports/181141 [2] Reported by: thierry PR: ports/185101 Exp-run by: bdrewery This is mostly solely avilla's work in area51, kudos to him! And a couple commits from myself, so you know who's collecting pointyhats :) * Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0]zeising2013-12-161-0/+3 | | | | | | | | | | | | | | | | | | | | | | | | | | If the old xorg stack is still needed, it is possible to add WITHOUT_NEW_XORG= to /etc/make.conf to get the old version. Update several xorg related ports, including: x11/libxcb 1.9.1 -> 1.9.3 graphics/libdrm 2.4.46 -> 2.4.50 x11/pixman 0.30.2 -> 0.32.4 x11/xkeyboard-config 2.9 -> 2.10.1 x11-drivers/xf86-input-keyboard 1.7.0 -> 1.8.0 Fix dissapearing cursor in xf86-video-vmware [2] Stagify all x11@-owned ports Bump portrevisions for xf86-* ports due to xserver version change. Fix fallout from updates where needed. Thanks to: all testersi, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/184684 [1], ports/181385 [2] Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> [2] Approved by: portmgr (bdrewery), core (jhb) [0] * Say hello to Mate 1.6.kwm2013-11-231-0/+11 | | | | | | | | | | | | | | | | | | Mate is a lite desktop forked from gnome2. Most of the work is done by Jeremy Messenger (mezz@). The only thing I did was update a few ports to later 1.6 release and attempting to keep up with ports infra changes. Resulting bugs are all mine. Mate is a sort of replacement for Gnome 2. So people wanting to keep a Gnome 2 like desktop should switch. Gnome 2 will be replaced by Gnome 3 in the near future. This switch will be announce with a transition time so people have more time to switch if they haven't already. This release was made possible by everyone that send friendly pokes to keep mate on my mind. Approved by: portmgr (bapt) * I forgot libgnomemm in last runbapt2013-11-181-1/+0 | | | | | With hat: portmgr Approved by: maintainer timeout * 2013-11-05 devel/ORBit: EOLed upstream for very longbapt2013-11-071-1/+0 | | | | | | | | 2013-11-05 x11/gnome-libs: EOLed upstream for very long Bye bye gnome1 Approved by: gnome(implicit) * 2013-10-18 x11/silo: Upstream has disappearedbapt2013-10-181-1/+0 | * 2013-10-10 audio/ruby-vorbisfile: Does not work with Ruby 1.9tabthorpe2013-10-111-1/+0 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2013-10-10 audio/ruby-xmms: Does not work with Ruby 1.9 2013-10-10 databases/ruby-interbase: Does not work with Ruby 1.9 2013-10-10 databases/ruby-bdb1: Does not work with Ruby 1.9 2013-10-10 devel/ruby-fam: Does not work with Ruby 1.9 2013-10-10 devel/ruby-rcov: Does not work with Ruby 1.9 2013-10-10 devel/ruby-rudl: Does not work with Ruby 1.9 2013-10-10 devel/ruby-gemfinder: Does not work with Ruby 1.9 2013-10-10 devel/ruby-sysvipc: Does not work with Ruby 1.9 2013-10-10 devel/rubygem-sdl: Does not work with Ruby 1.9 2013-10-10 devel/rubygem-ncurses: Does not work with Ruby 1.9 2013-10-10 devel/rubygem-parsetree: Does not work with Ruby 1.9 2013-10-10 devel/ruby-sexp: Does not work with Ruby 1.9 2013-10-10 devel/rubygem-getopt-declare: Does not work with Ruby 1.9 2013-10-10 devel/ruby-slang: Does not work with Ruby 1.9 2013-10-10 japanese/ruby-slang: Does not work with Ruby 1.9 2013-10-10 devel/ruby-gettext: Does not work with Ruby 1.9 2013-10-10 devel/ruby-jttui: Does not work with Ruby 1.9 2013-10-10 devel/ruby-mmap: Does not work with Ruby 1.9 2013-10-10 devel/ruby-racc: Does not work with Ruby 1.9 2013-10-10 devel/rubygem-rparsec: Does not work with Ruby 1.9 2013-10-10 devel/rubygem-zoom: Does not work with Ruby 1.9 2013-10-10 games/ruby-exmars: Does not work with Ruby 1.9 2013-10-10 graphics/ruby-pgplot: Does not work with Ruby 1.9 2013-10-10 graphics/ruby-opengl: Does not work with Ruby 1.9 2013-10-10 graphics/rubygem-turing: Does not work with Ruby 1.9 2013-10-10 japanese/ruby-chasen: Does not work with Ruby 1.9 2013-10-10 japanese/ruby-gyokuro: Does not work with Ruby 1.9 2013-10-10 japanese/ruby-rdic: Does not work with Ruby 1.9 2013-10-10 lang/ruby-mode.el: Does not work with Ruby 1.9 2013-10-10 misc/rubygem-ohcount: Does not work with Ruby 1.9 2013-10-10 net-im/rubygem-xmpp4r: Does not work with Ruby 1.9 2013-10-10 security/ruby-acl: Does not work with Ruby 1.9 2013-10-10 textproc/ruby-xslt: Does not work with Ruby 1.9 2013-10-10 textproc/ruby-erbscan: Does not work with Ruby 1.9 2013-10-10 textproc/ruby-mwdom: Does not work with Ruby 1.9 2013-10-10 textproc/ruby-xmlscan-old: Does not work with Ruby 1.9 2013-10-10 textproc/rubygem-formosa: Does not work with Ruby 1.9 2013-10-10 textproc/rubygem-htmltools: Does not work with Ruby 1.9 2013-10-10 www/ruby-cruisecontrolrb: Does not work with Ruby 1.9 2013-10-10 www/rubygem-rubyfulsoup: Does not work with Ruby 1.9 2013-10-10 x11/ruby-gtktrayicon: Does not work with Ruby 1.9 * - GNUstep was resurrected, connect gnustep-app portak2013-10-061-0/+1 | | | | Reported by: linimon * Remove expired port:rene2013-09-261-1/+0 | | | | 2013-09-26 x11/libXtrans: Project is obsoleted, use x11/xtrans instead * Remove expired ports:rene2013-09-011-1/+0 | | | | | | | | | | | | | | | | | | | | | | | | | | | 2013-08-28 lang/gdc: Broken for more than 6 month 2013-08-31 net-im/cli-msn: MSN Messenger service terminated 30 APR 2013 2013-09-01 x11-toolkits/wxd: Depends on deprecated lang/gdc 2013-09-01 security/openvpn22: Please migrate to a newer OpenVPN version 2013-09-01 devel/dsss: Depends on expired lang/gdc 2013-09-01 graphics/qcamview: Broken on FreeBSD 8 and newer 2013-09-01 www/cacheboy15-devel: Broken on FreeBSD 8 and newer 2013-09-01 graphics/spcaview: Broken on FreeBSD 8 and newer 2013-09-01 comms/uticom: Broken on FreeBSD 8 and newer 2013-09-01 net/ipex: Broken on FreeBSD 8 and newer 2013-09-01 graphics/phpsview: Broken on FreeBSD 8 and newer 2013-09-01 misc/usbrh: Broken on FreeBSD 8 and newer 2013-09-01 net/atmsupport: Broken on FreeBSD 8 and newer 2013-09-01 comms/ib-kmod: Broken on FreeBSD 8 and newer 2013-09-01 net/libproxy-mozjs: Does not work with newer libxul 2013-09-01 www/helixplugin: Does not work with newer libxul 2013-09-01 deskutils/chmsee: Does not work with newer libxul 2013-09-01 www/moonshine: Does not work with newer libxul 2013-09-01 x11/ggiterm: Unmaintained and broken 2013-09-01 graphics/libggigcp: Unmaintained 2013-09-01 graphics/libggimisc: Unmaintained 2013-09-01 graphics/libggiwmh: Unmaintained 2013-09-01 devel/libgiigic: Unmaintained 2013-09-01 games/koth: Unmaintained * Remove expired ports:rene2013-08-281-1/+0 | | | | | | | | | | | | | | | | | | | | | | | | 2013-08-27 lang/ldc-devel: Broken for more than 6 month 2013-08-27 www/mod_smooth_streaming: Broken for more than 6 month 2013-08-27 www/p5-Apache2-Scoreboard: Broken for more than 6 month 2013-08-27 sysutils/avfs: Broken for more than 6 month 2013-08-27 multimedia/mp4split: Broken for more than 6 month 2013-08-27 net-mgmt/noc: Broken for more than 6 month 2013-08-27 sysutils/empower: Broken for more than 6 month 2013-08-27 emulators/xgngeo: Broken for more than 6 month 2013-08-27 graphics/geglmm: Broken for more than 6 month 2013-08-27 sysutils/libumberlog: Broken for more than 6 month 2013-08-27 net/wizd: Broken for more than 6 month 2013-08-27 net-p2p/nicotine-plus: Broken for more than 6 month 2013-08-27 palm/barry: Broken for more than 6 month 2013-08-27 x11-themes/kde-icons-noia-warm: Broken for more than 6 month 2013-08-27 news/lottanzb: Broken for more than 6 month 2013-08-27 textproc/xaira: Broken for more than 6 month 2013-08-27 graphics/f90gl: Broken for more than 6 month 2013-08-27 multimedia/linux-gspca-kmod: Broken for more than 6 month 2013-08-27 x11/cl-clx-sbcl: Broken for more than 6 month 2013-08-27 math/dislin: Broken for more than 6 month 2013-08-27 irc/smuxi: Broken for more than 6 month * xkbcommon is a library to handle keyboard descriptions, including loading thembapt2013-08-231-0/+1 | | | | | | | from disk, parsing them and handling their state. It's mainly meant for client toolkits, window systems, and other system applications WWW: http://xkbcommon.org/ * Whisker Menu is an alternate application launcher for the Xfce Desktop.olivierd2013-08-171-0/+1 | | | | WWW: http://gottcode.org/xfce4-whiskermenu-plugin/ * Add a new port xcb-util-cursor, XCB replacement for libXcursor.zeising2013-08-081-0/+1 | * KDE3 and QT3 expired on 2013-07-01, remove these ports.rene2013-07-271-9/+0 | | | | | | | | | | | | | | | | Unfortunately, this also affects some ports using QT3 as a GUI toolkit. Changes to infrastructure files: - bsd.kde.mk : obsolete, remove - bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while - CHANGES : document the removals from bsd.port.mk - KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead) - MOVED : add the removed ports PR: ports/180745 Submitted by: rene Approved by: portmgr (bapt) Exp-run by: bapt * ARandR is designed to provide a simple visual front end for XRandR. Relativesbz2013-06-211-0/+1 | | | | | | | monitor positions are shown graphically and can be changed in a drag-and-drop way. WWW: http://christian.amsuess.com/tools/arandr/ * Meta port for all Ruby Gnome2 Gemsswills2013-06-101-0/+1 | | | | WWW: http://ruby-gnome2.sourceforge.jp/ * Xfce4-embed-plugin is a plugin that enables the embedding of arbitraryolivierd2013-06-031-0/+1 | | | | | | | | application window into the Xfce panel. The window is resized into the panel space available, and the associated program can be automatically launched if it is not open. WWW: http://goodies.xfce.org/projects/panel-plugins/xfce4-embed-plugin * - Finish removal of support for Linux 2.4 in bsd.linux-apps.mk andrene2013-05-301-1/+0 | | | | | | | | | | | | | | | | | bsd.linux-rpm.mk. The default linux version is now Fedora 10. - Remove now obsolete checks for Linux 2.4 in emulators/linux_base-c6, emulators/linux_base-f10, and emulators/linux_dist-gentoo-stage3. While there, remove superfluous -p argument from ${MKDIR}. - Remove now obsolete check for Linux 2.4 or FreeBSD 6 and lower from astro/google-earth. - Remove expired Fedora Core 4 ports which were only used on FreeBSD 7 and below. - Update LEGAL and MOVED PR: ports/176877 Submitted by: myself Approved by: portmgr (bapt) Exp-run by: bapt * Add Gstreamer 1.0.7. This is the new stable version of thekwm2013-04-281-0/+2 | | | | | | | | | | | | | | | Gstreamer multimedia framework. Use the USE_GSTREAMER1 macro to select Gstreamer 1.0 plugins. A new chapter for the porters handbook about gstreamer is a work in progress. X related plugins are now stand alone. The gio plugin is now part of the gstreamer1-plugins port and the oss plugins are now part of the gstreamer1-plugins-good port. Note that the pulseaudio plugin is missing because it needs a newer version of pulseaudio. Also there are still a number of plugins from -bad which haven't been ported to the 1.0 API yet. * KDE/FreeBSD team presents KDE SC 4.10.1 ports!makc2013-03-271-0/+1 | | | | | | | | | | | | | | | | | | | | | | | - kdegames4 port has been split. - kdeutils4-printer-applet and system-config-printer-kde have been replaced by print/kde4-print-manager. - Recover misc/kde4-l10n-mr from attic. - New USE_KDE4 components: kactivities, libkdegames, nepomuk-core, and nepomuk-widgets. - Provide sharedmime component with magic: ports don't need to run update-mime-database themselves now. - Switch some ports to out-of-source build. - Update port comments. - Adjust dependence on Qt4 components. - x11/kde4 installs modern kdepim4 now. - Remove redundant aspell and hspell from kdelibs4, both can be enabled in textproc/enchant if needed. - Remove stale bits from bsd.kde4.mk The area51 repository features commits by Schaich Alonso and myself. Contributors: - Tobias Berner * Remove expired, unmaintained ports:rene2013-03-061-2/+0 | | | | | | | | | | | | | | | | | | | | | 2013-03-01 sysutils/sge60: Ancient and unsupported release 2013-03-01 sysutils/sge61: Ancient and unsupported release 2013-03-05 x11-themes/sapphire-themes: Broken for more than 6 month 2013-03-05 misc/fep: Broken for more than 6 month 2013-03-05 devel/gauche-gaunit: Broken for more than 6 month 2013-03-05 games/tuxracer_golf: Broken for more than 6 month 2013-03-05 net/bfilter: Broken for more than 6 month 2013-03-05 graphics/fnlib: Broken for more than 6 month 2013-03-05 print/gfontview: Broken for more than 6 month 2013-03-05 print/hugelatex: Broken for more than 6 month 2013-03-05 misc/gtktalog: Broken for more than 6 month 2013-03-05 x11/wterm: Broken for more than 6 month 2013-03-05 databases/xapian-bindings10: Broken for more than 6 month 2013-03-05 databases/adstudio: Broken for more than 6 month 2013-03-05 misc/splitvt: Broken for more than 6 month 2013-03-05 sysutils/udesc_dump: Broken for more than 6 month 2013-03-05 textproc/gxditview: Broken for more than 6 month 2013-03-05 x11/powershell: Broken for more then 6 month * 2012-10-26 lang/eperl: Unfixed upstream remote vulnerability and no activity ↵bapt2013-03-041-1/+0 | | | | | | | | | | | | | | | | since 1998 2013-01-31 x11-wm/e17-module-language: Deprecated upstream 2013-01-31 x11-wm/e17-module-xkbswitch: Merged into x11-wm/enlightenment 2013-01-31 x11-wm/e17-module-e-tiling: Deprecated upstream 2013-01-31 x11-wm/e17-module-quickaccess: Merged into x11-wm/enlightenment 2013-01-31 x11-wm/e17-module-tiling: Merged into x11-wm/enlightenment 2013-01-31 x11-wm/e17-module-drawer: Deprecated upstream 2013-01-31 x11-wm/e17-module-calendar: Deprecated upstream 2013-02-07 x11/oooqs: For old OOo versions; uses kde3; unmaintained upstream; see x11/oooqs2 2013-02-10 www/xpi-customizegoogle: Add-on has been discontinued 2013-02-11 games/kimboot: no longer works 2013-02-27 net-im/imcom: No more upstream, no more public distfiles * - Update mainstream driver version to 310.32, the latest to datedanfe2013-02-161-0/+1 | | | | | | | | - Unbreak the build on recent -CURRENT (after SVN r246085) [*] - Move 304.xx driver version to yet another legacy port PR: ports/176146 [*] Submitted by: bf * Tools based on libXcm, a library for colour management on X:bsam2013-02-161-0/+1 | | | | | | . xcmddc requests EDID from a monitor over the i2c bus; . xcmedid is for parsing EDID data blocks; . xcmevents observes X11 colour management events. * The libXcm library is colour management helper for Xorg. It containsbsam2013-02-151-0/+1 | | | | | | a reference implementation of the X Color Management specification. It allows to attach colour regions to X windows to communicate with colour servers. * Gnome-Pie is a circular application launcher. It is made of several pies,nivit2013-01-251-0/+1 | | | | | | | | each consisting of multiple slices. The user presses a key stroke which opens the desired pie. By activating one of its slices, applications may be launched, key presses may be simulated or files can be opened. WWW: http://gnome-pie.simonschneegans.de/ * Guake is a dropdown terminal made for the GNOME desktop environment,nivit2013-01-191-0/+1 | | | | | | | | | but you can run it with TWM too ;-), if you install ports/x11/trayer or a similar program. Its style of window is based on fps games, and one of its purposes is to be easy to reach. WWW: http://guake.org * New port: Perl extensions for rxvt-unicode terminal emulatorrea2013-01-081-0/+1 | | | | QA page: http://codelabs.ru/fbsd/ports/qa/x11/urxvt-perls/2.0 * - Project name has changed (Terminal to xfce4-terminal)olivierd2013-01-071-1/+1 | | | | | | - Update to 0.6.1 Approved by: rene, miwi (mentors, implicit) * - Update Enlightenment to 0.17.0gblach2012-12-231-0/+1 | | | | | | | - Update EFL to 1.7.4 - Convert to OptionsNG Approved by: crees (mentor) * This metaport installs the entire Deforaos desktopbapt2012-12-191-0/+1 | | | | | PR: ports/173001 Submitted by: Olivier Cochard-Labbe <olivier@cochard.me> * DeforaOS desktop screensaverbapt2012-12-191-0/+1 | | | | | PR: ports/172994 Submitted by: Olivier Cochard-Labbe <olivier@cochard.me> * DeforaOS Desktop panelbapt2012-12-191-1/+2 | | | | | PR: ports/172991 Submitted by: Olivier Cochard-Labbe <olivier@cochard.me> * DeforaOS desktop virtual keyboardbapt2012-12-191-0/+1 | | | | | PR: ports/172990 Submitted by: Olivier Cochard-Labbe <olivier@cochard.me> * DeforaOS desktop librarybapt2012-12-191-0/+1 | | | | | PR: ports/172989 Submitted by: Olivier Cochard-Labbe <olivier@cochard.me> * 2012-11-27 graphics/morpheus: Depends on the expired gtkglareabapt2012-11-281-1/+0 | | | | | | | | | | | | | 2012-11-27 devel/jakarta-commons-chain: Depends on the expired devel/portlet-api 2012-11-27 math/p5-Math-LinearCombination: Depends on the expired p5-Class-Field 2012-11-26 x11/padkey: No more public distfiles 2012-11-26 japanese/gicq: No more public distfiles and development ceased 2012-11-26 www/momspider: No more public distfiles 2012-11-26 japanese/perl5: Recent perl supports correctly japanese, consider using them 2012-11-26 sysutils/fuser: No more public distfiles 2012-11-26 textproc/ascii2pdf: No more public distfiles Feature safe: yes * Add a port of qxkb, Qt4-based keyboard layout switcher.danfe2012-11-161-0/+1 | | | | Feature safe: yes * Add a port of sbxkb, modernized replacement for classic xxkb. It sometimesdanfe2012-11-151-0/+1 | | | | | | works better in modern desktop environments. Feature safe: yes * 2012-10-20 x11-themes/metacity-ana-theme: No more public distfilesbapt2012-10-261-1/+0 | | | | | | | | | | | | | | | | | | | | | | | | | 2012-10-20 x11-themes/gtk-ana-theme: No more public distfiles 2012-10-20 x11-fonts/getbdf: No more public distfiles 2012-10-20 x11-fonts/arkpandora: No more public distfiles 2012-10-20 x11-clocks/wmdate: No more public distfiles 2012-10-20 x11/multi-gnome-terminal: depends on deprecated gnome1 things 2012-10-20 www/wacko: No more public distfiles 2012-10-20 sysutils/wtmp-tools: No more public distfiles 2012-10-20 sysutils/reed: No more public distfiles 2012-10-20 sysutils/pdumpfs-rsync: No more public distfiles 2012-10-20 sysutils/pdumpfs-clean: No more public distfiles 2012-10-20 sysutils/netdump-server: No more public distfiles 2012-10-20 sysutils/nctop: No more public distfiles 2012-10-20 sysutils/memgrep: No more public distfiles 2012-10-20 sysutils/logserial: No more public distfiles 2012-10-20 sysutils/dupfind: No more public distfiles 2012-10-20 sysutils/dump9660: No more public distfiles 2012-10-20 sysutils/desktopbsd-tools: No more public distfiles 2012-10-20 sysutils/agef: No more public distfiles Remove a bunch of expired ports Feature safe: yes * Yad (yet another dialog) is a fork of Zenity withgarga2012-10-041-0/+1 | | | | | | | many improvements, such as custom buttons, additional dialogs, pop-up menu in notification icon and more. PR: ports/172257 * Add new port x11/lxrandr:makc2012-09-221-0/+1 | | | | | | | LXDE screen manager. PR: ports/171652 Submitted by: Eric Turgeon <ericturgeon.bsd at gmail.com> * Remove expired ports:ak2012-07-281-5/+0 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2012-07-20 audio/etoile-melodie: API no longer supported 2012-07-20 audio/etoile-volumecontrolmenulet: API no longer supported 2012-07-20 deskutils/etoile-corner: API no longer supported 2012-07-20 deskutils/etoile-dictionaryreader: API no longer supported 2012-07-20 deskutils/etoile-distributedview: API no longer supported 2012-07-20 deskutils/etoile-extendedworkspacekit: API no longer supported 2012-07-20 deskutils/etoile-hardware: API no longer supported 2012-07-20 deskutils/etoile-inspectorkit: API no longer supported 2012-07-20 deskutils/etoile-lookandbehavior: API no longer supported 2012-07-20 deskutils/etoile-menuserver: API no longer supported 2012-07-20 deskutils/etoile-panekit: API no longer supported 2012-07-20 deskutils/etoile-scriptservices: API no longer supported 2012-07-20 deskutils/etoile-servicemenulet: API no longer supported 2012-07-20 deskutils/etoile-servicesbarkit: API no longer supported 2012-07-20 deskutils/etoile-systemconfig: API no longer supported 2012-07-20 deskutils/etoile-trackerkit: API no longer supported 2012-07-20 deskutils/etoile-ui: API no longer supported 2012-07-20 devel/etoile-collectionkit: API no longer supported 2012-07-20 devel/etoile-coreobject: API no longer supported 2012-07-20 devel/etoile-foundation: API no longer supported 2012-07-20 devel/etoile-serialize: API no longer supported 2012-07-20 devel/etoile-unitkit: API no longer supported 2012-07-20 devel/llvm-etoile: API no longer supported 2012-07-20 editors/etoile-typewriter: API no longer supported 2012-07-20 graphics/popplerkit: API no longer supported 2012-07-20 graphics/vindaloo: API no longer supported 2012-07-20 lang/etoile-compiler: API no longer supported 2012-07-20 lang/etoile-io: API no longer supported 2012-07-20 lang/etoile-languagekit: API no longer supported 2012-07-20 lang/etoile-lkplugins: API no longer supported 2012-07-20 lang/etoile-scriptkit: API no longer supported 2012-07-20 lang/etoile-smalltalkkit: API no longer supported 2012-07-20 multimedia/etoile-babbler: API no longer supported 2012-07-20 multimedia/etoile-mediakit: API no longer supported 2012-07-20 multimedia/etoile-multimediakit: API no longer supported 2012-07-20 net-im/etoile-stepchat: API no longer supported 2012-07-20 net-im/etoile-xmppkit: API no longer supported 2012-07-20 sysutils/etoile-behavior: API no longer supported 2012-07-20 sysutils/etoile-installer: API no longer supported 2012-07-20 sysutils/etoile-powermenulet: API no longer supported 2012-07-20 sysutils/etoile-system: API no longer supported 2012-07-20 textproc/etoile-lucenekit: API no longer supported 2012-07-20 textproc/etoile-ogrekit: API no longer supported 2012-07-20 textproc/etoile-opmlkit: API no longer supported 2012-07-20 www/etoile-bookmarkkit: API no longer supported 2012-07-20 www/etoile-mollusk: API no longer supported 2012-07-20 x11-fm/etoile-fontmanager: API no longer supported 2012-07-20 x11-themes/etoile-azbackground: API no longer supported 2012-07-20 x11-themes/etoile-camaelon: API no longer supported 2012-07-20 x11-themes/etoile-etoilemenus: API no longer supported 2012-07-20 x11-themes/etoile-iconkit: API no longer supported 2012-07-20 x11-themes/etoile-wildmenus: API no longer supported 2012-07-20 x11-wm/etoile-azalea: API no longer supported 2012-07-20 x11-wm/etoile-azdock: API no longer supported 2012-07-20 x11-wm/etoile-azswitch: API no longer supported 2012-07-20 x11-wm/etoile-login: API no longer supported 2012-07-20 x11/etoile: Update to a new release is required 2012-07-20 x11/etoile-idle: API no longer supported 2012-07-20 x11/etoile-iterm: API no longer supported 2012-07-20 x11/etoile-xwindowserverkit: API no longer supported 2012-07-20 x11/gnustep-app: API no longer supported * - Merge into x11/trayermadpilot2012-06-121-1/+0 | | | | Approved by: crees, tabthorpe (mentors) * KDE/FreeBSD team presents long awaited KDE SC 4.8.3!makc2012-05-251-0/+2 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | kdeaccessibility4 and kdeutils4 are now meta ports. deskutils/kdepim4 updated to match KDE SC version, old kdepim preserved in deskutils/kdepim44. Follow UPDATING instruction! New ports: - accessibility/kaccessible - accessibility/kmag - accessibility/kmousetool - accessibility/kmouth - archivers/ark - comms/kremotecontrol - deskutils/kcharselect - deskutils/kdepim44 - deskutils/kdepim44-runtime - deskutils/superkaramba - devel/kdebindings4-perl-perlkde - devel/kdebindings4-perl-perlqt - math/analitza - math/kcalc - misc/kde4-l10n-fa - security/kgpg-kde4 - security/kwallet - sysutils/kdf - sysutils/kfloppy - sysutils/sweeper - vietnamese/kde4-l10n - x11-clocks/ktimer - x11/kactivities - x11/libkonq Removed ports: - devel/kdebindings4-kross-interpreters - devel/kdebindings4-python - devel/kdebindings4-ruby - devel/kdebindings4-smoke * Remove expired ports:rene2012-05-181-1/+0 | | | | | | | 2012-05-10 x11/avant-window-navigator-xfce4: BROKEN for more than 6 month 2012-05-10 deskutils/xfce4-volstatus-icon: BROKEN for more than 6 month 2012-05-10 multimedia/xfmedia-remote-plugin: BROKEN for more than 6 month 2012-05-10 sysutils/thunar-volman-plugin: BROKEN for more than 6 month * Add bmpanel2, a nice lightweight NETWM compliant panel for X11.danfe2012-05-171-0/+1 | | | | WWW: http://code.google.com/p/bmpanel2/ * Xforward is a program for relaying X11 connections across network boundaries.cy2012-04-281-0/+1 | * Welcome xascii to ports. Xascii has been around for a long time. It displayscy2012-04-111-0/+1 | | | | | the complete ascii character set along with each character's value in either decimal, hexidecimal, or octal notation. * This port has not been needed in a long timeeadler2012-04-101-1/+0 | | | | 2012-03-28 x11/wrapper: not needed anymore * Metalock is an enhanced screen locker for the X11 windowing system. It iscs2012-04-071-0/+1 | | | | | | | | | | | | | | | | | | | | | | | designed to be used with a background screen daemon, such as xidle. Current features include: - Support for pixmap (image) xpm background and login box. - It gives visual feedback as you type the password (Shows username and * for each character of password typed.) - Bind arbitrary commands to key combinations (allows tasks such as pause/un-pause music without unlocking the screen) - Optional XFT support for anti-aliased fonts. (This is optional in case greater security is desired) - Optional Imlib2 support for use of png or jpg formats, which are more appropriate for photos or high-color images than xpm. - Portable to most UNIX-like operating systems, developed on FreeBSD. WWW: http://chiselapp.com/user/beyert/repository/metalock/ PR: ports/166326 Submitted by: Timothy Beyer <beyert@cs.ucr.edu> Approved by: wen@ (mentor) Feature safe: yes * Update xcb-util to 0.3.8, that was splitted in few modules, so, i'm adding thegarga2012-01-151-0/+4 | | | | | | | | | | | | | following new ports: xcb-util-image xcb-util-keysyms xcb-util-renderutil xcb-util-wm As approved by maintainer, i'm taking over the maintainership Exp-run by: pav * Remove expired, unmaintained ports:rene2011-12-291-1/+0 | | | | | | | | | | | | | | | | | | 2011-11-30 textproc/skribe 2011-11-30 emulators/wahcade 2011-11-30 databases/keximdb: Depends on editors/koffice-kde3, which is scheduled for deletion 2011-11-30 editors/koffice-kde3 2011-11-30 net/keepalived: Depends on net/ipvs, which is scheduled for deletion 2011-11-30 net/ipvs: Designed for FreeBSD 5.x, which is no longer supported 2011-11-30 databases/fireprofile 2011-12-01 audio/gnowavcut: Abandonware 2011-12-01 mail/demime: No upstream development since 2007 2011-12-03 x11/wmmsg: No more public distfiles 2011-12-03 x11-toolkits/libgtkeditor: No more supported upstream, not depend on anymore. 2011-12-03 misc/demoniac: No more upstream, no more public distfiles 2011-12-03 cad/gtkwave: No more public distfiles, no more upstream 2011-12-07 databases/clip: No develop anymore for long 2011-12-09 x11-toolkits/gtkextra: no longer supported upstream, no more depend on * i3status is a small program (about 1500 SLOC) for generating a status bar forbapt2011-12-081-0/+1 | | | | | | | | | | | | dzen2, xmobar or similar programs. It is designed to be very efficient by issuing a very small number of system calls, as one generally wants to update such a status line every second. This ensures that even under high load, your status bar is updated correctly. Also, it saves a bit of energy by not hogging your CPU as much as spawning the corresponding amount of shell commands would. WWW: http://i3wm.org/i3status/ Feature safe: yes * Remove these ports as they are no longer included in the upstreamswills2011-12-061-1/+0 | | | | | | | | | | | | | | | | | | | | | ruby-gnome. devel/ruby-gconf2 devel/ruby-gnomevfs devel/ruby-libglade2 graphics/ruby-gnomecanvas2 graphics/ruby-libart2 print/ruby-gnomeprint www/ruby-gtkhtml2 www/ruby-gtkmozembed x11-toolkits/ruby-gnomeprintui x11-toolkits/ruby-gtkglext x11-toolkits/ruby-panelapplet x11/ruby-gnome2-all PR: ports/162139 Submitted by: TAKATSU Tomonari <tota@freebsd.org> (based on) Feature safe: yes * - Resurrect, undeprecate, and update to the most recent version, 0.4.1danfe2011-11-201-0/+1 | | | | | | | | | | | | | | | - Since most patches were integrated upstream, rebase remaining two to our standards and drop custom PATCH_STRIP - Define LICENSE (GPLv3), augment OPTIONS - Reduce number of local hacks (Mandriva legacy) - Add some missing X.org components to USE_XORG - Rearrange MAN1 entries so they occupy fewer lines - Do not pass CPPFLAGS and LDFLAGS to CONFIGURE_ENV explicitly (not needed since PR ports/157936) - Utilize USE_GNOME=gnomehack, sort USE_* knobs, etc. - Augment port description (include more text from upstream) Feature safe: yes * x11-toolkits/gambas2-gb-qt has been broken for over a year.dougb2011-11-011-2/+0 | | | | Remove it, and the ports that depend on it. * audio/mp3butler Depends on audio/p5-MusicBrainz-Client which is DEPRECATEDdougb2011-11-011-1/+0 | | | | | | | | | | | | | | | | | | | | | | | | | | | | audio/p5-MusicBrainz-Client Disappeared from CPAN editors/doxymacs Depends on www/w3-4, which is DEPRECATED graphics/libart Does not fetch, no more public distfiles java/jboss4 Does not build with new ant korean/hanterm Depends on korean/johabfonts, which is DEPRECATED, fails to build with new utmpx korean/johabfonts No more public distfiles, installs into / korean/hlatex-psfonts-uhc-extra Depends on korean/hlatex, which is DEPRECATED korean/texinfo Depends on korean/hlatex, which is DEPRECATED korean/hlatex No more public distfiles mail/jboss-mailservices Depends on java/jboss4, which is DEPRECATED misc/p5-Geography-NationalGrid-TW Depends on misc/p5-Geography-NationalGrid, which is DEPRECATED misc/p5-Geography-NationalGrid Disappeared from CPAN multimedia/fxtv Depends on multimedia/mplex, which is DEPRECATED multimedia/mplex Upstream disapeared and distfile is not available net/py-timeoutsocket Upstream disapear and distfile is no more available textproc/p5-XML-LibRSVG Unmaintained and not used anymore textproc/javacc No more public distfiles www/w3-4/Makefile Upstream disapeared and distfile is not available www/commonist Depends on textproc/javacc, which is DEPRECATED www/newsfeed Depends on net/py-timeoutsocket, which is DEPRECATED x11/fbsd-icons Upstream disapear and distfile is no more available x11-themes/geramik Depends on x11-toolkits/qtpixmap, which is DEPRECATED x11-toolkits/qtpixmap No more public distfiles x11-wm/fvwm95-i18n Depends on x11/fbsd-icons, which is DEPRECATED x11-wm/fvwm95 Depends on x11/fbsd-icons, which is DEPRECATED * The KDE/FreeBSD team is pleased to announce KDE Software Compilationavilla2011-10-171-3/+5 | | | | | | | | | | | | | | | | | | 4.7.2. The official release notes can be found at: http://kde.org/announcements/announce-4.7.2.php This release ships with many improvements. Read more about them here: http://FreeBSD.kde.org/news.php#itemKDESC472availableinports We'd like to say thanks to all testers and contributors, especially to lwhsu@ for his effort on hosting our test packages. PR: 156293 [1] 159219 [2] 160164 [3] Submitted by: Oleg Sidorkin <osidorkin@gmail.com> [1] Alvaro Castillo <gobledb@gmail.com> [2] dkeav04@gmail.com [3] Tested by: exp-run via pav * Reconnect xvattr to build.linimon2011-09-201-0/+1 | | | | Forgotten by: stas * 2011-09-01 x11-wm/epiwm: Abandonwarebapt2011-09-071-1/+0 | | | | | | | | | | | | | | | | | | 2011-09-01 x11-toolkits/p5-GdkPixbuf: Disappear from CPAN 2011-09-01 x11-toolkits/XawPlus: No more public distfiles 2011-09-01 x11-fonts/gnome-font-sampler: No more public distfiles 2011-09-01 x11/xvattr: No more public distfiles 2011-09-01 www/xitami: No more public distfiles 2011-09-01 www/webredirect: No more public distfiles 2011-09-01 www/webglimpse: No more public distfiles 2011-09-01 www/squishdot: No more public distfiles 2011-09-01 www/py-forgethtml: No more public distfiles 2011-09-01 www/mmosaic: No more public distfiles 2011-09-01 www/ljsm: No more public distfiles 2011-09-01 www/ljpms: No more public distfiles 2011-09-01 www/ashe: No more public distfiles 2011-09-01 textproc/europass-xsl: BROKEN for more than 6 month 2011-09-01 textproc/carthage: No more public distfiles * - Remove three deprecated ports of minegahr2011-09-051-1/+0 | | | | | | 2011-09-03 x11/ebuttons: Website has disappeared 2011-09-03 cad/oregano: Website has disappeared 2011-09-03 devel/jakelib2: Website has disappeared * Keybinder is a library for registering global keyboard shortcuts that worksdanfe2011-08-161-0/+1 | | | | | | | with GTK-based applications using the X Window System. PR: ports/155262 (severely modified and augmented as I was working on the same port independently) * Gcursor is no longer maintained by upline.cy2011-08-041-1/+0 | * Resurrection of gcursor.cy2011-08-031-0/+1 | * Resurrected props.cy2011-08-031-0/+1 | * Florence is an extensible scalable virtual keyboard for GNOME and other WMs.kmoore2011-07-271-0/+1 | | | | WWW: http://florence.sourceforge.net * LSWdhn2011-07-051-0/+1 | | | | | | | Lists the titles of all running X windows to stdout, similar to ls(1). Might be useful for script integration. WWW: http://tools.suckless.org/lsw * trayer-srg was forked from trayer in january 2010 to add somemiwi2011-06-251-0/+1 | | | | | | | | | | | | | | | | | fancy features and clean up code. trayer is small program designed to provide systray functionality present in GNOME/KDE desktop enviroments for window managers which doesn't support that function. It's similar to other applications such as 'peksystray' and 'docker'. trayer code was extracted from fbpanel application, you can find more about it on it's homepage WWW: http://github.com/sargon/trayer-srg PR: ports/158128 Submitted by: Guido Falsi <mad at madpilot.net> * - Merge duplicate ports of The Widget Factory to one that is in betterdanfe2011-06-231-1/+0 | | | | | | | category and bears strictly more correct name - Add LICENSE (GPLv2), do not install practically useless docs - Drop USE_GMAKE, port builds just fine without it - Adjust Makefile header and do some cleaning while here * Stjerm is a quake-like terminal emulator. It's window is shown with a keywen2011-05-131-0/+1 | | | | | | | | | | shortcut. Stjerm is very minimalistic and works well with Compiz window manager. WWW: https://code.google.com/p/stjerm-terminal/ PR: ports/155939 Submitted by: Zhihao Yuan <lichray@gmail.com> * remove the unmaintained expired ports from x11 categorybapt2011-05-021-13/+0 | | | | | | | | | | | | | | | | 2011-05-01 x11/buttonbox: Upstream disapear and distfile is no more available 2011-05-01 x11/cnslock: Upstream disapear and distfile is no more available 2011-05-01 x11/gcursor: Upstream disapear and distfile is no more available 2011-05-01 x11/gnome-launch-box: Upstream disapear and distfile is no more available 2011-05-01 x11/gtk-themepreview: Upstream disapear and distfile is no more available 2011-05-01 x11/gxset: Upstream disapear and distfile is no more available 2011-05-01 x11/portoseguro: Upstream disapear and distfile is no more available 2011-05-01 x11/props: Upstream disapear and distfile is no more available 2011-05-01 x11/wmfstatus: Upstream disapear and distfile is no more available 2011-05-01 x11/wmoldmenu2new: Upstream disapear and distfile is no more available 2011-05-01 x11/xbindkeys_config: Upstream disapear and distfile is no more available 2011-05-01 x11/xmold: Upstream disapear and distfile is no more available 2011-05-01 x11/xtattr: Upstream disapear and distfile is no more available * Remove most expired ports:rene2011-04-191-1/+0 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2011-04-17 cad/tclspice: has been broken for more than a year 2011-04-17 comms/hcfmdm: does not compile on 7.X or higher 2011-04-17 databases/mysqlcc: has been broken for almost a year 2011-04-17 devel/ruby-rjudy: does not compile on FreeBSD 7.x or newer 2011-04-17 devel/xfc: does not compile on FreeBSD 7.x or newer 2011-04-17 devel/lamson: has been broken for a half year 2011-04-17 devel/cocktail: does not build on FreeBSD 7.x or newer 2011-04-17 devel/djgpp-gcc: has been broken for half a year 2011-04-17 devel/gauche-sdl: has been broken for a year 2011-04-17 devel/gdb53-act: does not compile on FreeBSD 7.x and up 2011-04-17 editors/zed: does not compile on FreeBSD 7.x or newer 2011-04-17 games/aqbubble: does not compile on FreeBSD 7.x or newer 2011-04-17 graphics/libvisual-plugins: has been broken for 3 years 2011-04-17 japanese/roundcube: has been broken for almost a year 2011-04-17 japanese/tkstep80: does not compile on FreeBSD 7.x or newer 2011-04-17 lang/u++: has been broken for over a half year 2011-04-17 lang/pugs: has been broken for over a year 2011-04-17 lang/mozart: does not compile on FreeBSD 7.x or newer 2011-04-17 math/linalg: does not build on FreeBSD 7.x or newer 2011-04-17 math/R-cran-igraph: has been broken for over a half year 2011-04-17 misc/ftree: has been broken for over a half year 2011-04-17 multimedia/katchtv: has been broken for a half year 2011-04-17 multimedia/libomxil-bellagio: has been broken for almost a year 2011-04-17 multimedia/banshee-mirage: has been broken for over a half year 2011-04-17 net-p2p/trackerbt: has been broken for a half year 2011-04-17 net/cap: does not compile on FreeBSD 7.x or newer 2011-04-17 net/ggsd: does not compile on FreeBSD 7.x or newer 2011-04-17 net/b2bua: does not compile on FreeBSD 7.x or newer 2011-04-17 net/penguintv: has been broken for a half year 2011-04-17 news/openftd: has been broken for almost a year 2011-04-17 palm/romeo: does not compile on FreeBSD 7.x or newer 2011-04-17 science/pcp: does not compile on FreeBSD 7.x or newer 2011-04-17 science/elmer-fem: has been broken for over a year 2011-04-17 security/newpki-lib: does not compile on FreeBSD 7.x or newer 2011-04-17 security/newpki-server: does not compile on FreeBSD 7.x or newer 2011-04-17 security/xmlsec: does not compile on FreeBSD 7.x or newer 2011-04-17 security/f-protd: has been broken for over a year 2011-04-17 sysutils/xwlans: does not compile on FreeBSD 7.x or newer 2011-04-17 www/bk_edit: does not compile on FreeBSD 7.x and newer 2011-04-17 www/bricolage: has been broken for a half year 2011-04-17 x11-toolkits/gauche-gtk: has been broken for a year 2011-04-17 x11-toolkits/gambas2-gb-qt: has been broken for over a year 2011-04-17 x11-toolkits/php-gtk2: has been broken for over a half year 2011-04-17 x11-toolkits/p5-Tcl-Tk: has been broken for 2 year 2011-04-17 x11/metisse: has been broken for over a half year * Add st, a minimalistic X terminal.martymac2011-04-081-0/+1 | | | | | PR: ports/156100 Submitted by: Matthew Donovan <kitchetech at gmail.com> * Garbage collect expired portsrene2011-04-051-1/+0 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2011-04-01 accessibility/linux-f8-atk: End of Life since Jan 7, 2009 2011-04-01 archivers/linux-f8-ucl: End of Life since Jan 7, 2009 2011-04-01 archivers/linux-f8-upx: End of Life since Jan 7, 2009 2011-04-01 audio/linux-f8-alsa-lib: End of Life since Jan 7, 2009 2011-04-01 audio/linux-f8-arts: End of Life since Jan 7, 2009 2011-04-01 audio/linux-f8-esound: End of Life since Jan 7, 2009 2011-04-01 audio/linux-f8-freealut: End of Life since Jan 7, 2009 2011-04-01 audio/linux-f8-libaudiofile: End of Life since Jan 7, 2009 2011-04-01 audio/linux-f8-libogg: End of Life since Jan 7, 2009 2011-04-01 audio/linux-f8-libvorbis: End of Life since Jan 7, 2009 2011-04-01 audio/linux-f8-mikmod: End of Life since Jan 7, 2009 2011-04-01 audio/linux-f8-nas-libs: End of Life since Jan 7, 2009 2011-04-01 audio/linux-f8-openal: End of Life since Jan 7, 2009 2011-04-01 audio/linux-f8-sdl_mixer: End of Life since Jan 7, 2009 2011-04-01 databases/linux-f8-sqlite3: End of Life since Jan 7, 2009 2011-04-02 databases/postgresql81-server: EOL see http://wiki.postgresql.org/wiki/PostgreSQL_Release_Support_Policy 2011-04-02 databases/postgresql73-server: EOL see http://wiki.postgresql.org/wiki/PostgreSQL_Release_Support_Policy 2011-04-02 databases/postgresql74-server: EOL see http://wiki.postgresql.org/wiki/PostgreSQL_Release_Support_Policy 2011-04-02 databases/postgresql80-server: EOL see http://wiki.postgresql.org/wiki/PostgreSQL_Release_Support_Policy 2011-04-01 devel/linux-f8-libglade: End of Life since Jan 7, 2009 2011-04-01 devel/linux-f8-sdl12: End of Life since Jan 7, 2009 2011-04-01 devel/linux-f8-allegro: End of Life since Jan 7, 2009 2011-04-01 devel/linux-f8-libsigc++20: End of Life since Jan 7, 2009 2011-04-01 devel/linux-f8-libglade2: End of Life since Jan 7, 2009 2011-04-01 devel/linux-f8-nspr: End of Life since Jan 7, 2009 2011-04-01 dns/linux-f8-libidn: End of Life since Jan 7, 2009 2011-04-01 emulators/linux_base-f8: End of Life since Jan 7, 2009 2011-04-01 emulators/linux_base-f9: End of Life since Jul 10, 2009 2011-04-01 emulators/linux_base-fc6: End of Life since December 7, 2007 2011-04-01 emulators/linux_base-f7: End of Life since June 13, 2008 2011-04-01 ftp/linux-f8-curl: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-sdl_image: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-ungif: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-imlib: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-cairo: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-dri: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-gdk-pixbuf: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-jpeg: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-png: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-libGLU: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-libmng: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-png10: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-tiff: End of Life since Jan 7, 2009 2011-04-01 lang/linux-f8-libg2c: End of Life since Jan 7, 2009 2011-04-01 lang/linux-f8-tcl84: End of Life since Jan 7, 2009 2011-04-01 multimedia/linux-f8-libtheora: End of Life since Jan 7, 2009 2011-04-02 net-p2p/dcd: No fetch sources and looks like project abandoned 2011-03-31 net/straw: abandoned upstream and does not work with python 2.6+ 2011-04-01 security/linux-f8-libssh2: End of Life since Jan 7, 2009 2011-04-01 security/linux-f8-nss: End of Life since Jan 7, 2009 2011-04-01 security/linux-f8-openssl: End of Life since Jan 7, 2009 2011-04-01 textproc/linux-f8-libxml2: End of Life since Jan 7, 2009 2011-04-01 textproc/linux-f8-scim-gtk: End of Life since Jan 7, 2009 2011-04-01 textproc/linux-f8-scim-libs: End of Life since Jan 7, 2009 2011-04-01 textproc/linux-f8-expat: End of Life since Jan 7, 2009 2011-04-01 textproc/linux-f8-libxml: End of Life since Jan 7, 2009 2011-04-01 textproc/linux-f8-aspell: End of Life since Jan 7, 2009 2011-04-01 www/linux-f8-flashplugin10: End of Life since Jan 7, 2009 2011-03-30 www/mediawiki112: abandoned upstream 2011-03-30 www/mediawiki113: abandoned upstream 2011-03-30 www/mediawiki114: abandoned upstream 2011-03-30 www/mediawiki16: abandoned upstream 2011-04-01 x11-fonts/linux-f8-fontconfig: End of Life since Jan 7, 2009 2011-03-01 x11-themes/gnome-icons-cool-gorilla: "no mastersite" 2011-04-01 x11-themes/linux-f8-hicolor-icon-theme: End of Life since Jan 7, 2009 2011-04-01 x11-toolkits/linux-f8-gtk: End of Life since Jan 7, 2009 2011-04-01 x11-toolkits/linux-f8-gtk2: End of Life since Jan 7, 2009 2011-04-01 x11-toolkits/linux-f8-openmotif: End of Life since Jan 7, 2009 2011-04-01 x11-toolkits/linux-f8-pango: End of Life since Jan 7, 2009 2011-04-01 x11-toolkits/linux-f8-qt33: End of Life since Jan 7, 2009 2011-04-01 x11-toolkits/linux-f8-tk84: End of Life since Jan 7, 2009 2011-04-01 x11/linux-f8-xorg-libs: End of Life since Jan 7, 2009 * Update to 0.1.4. [1]kwm2011-02-261-1/+0 | | | | | | | Gir files now shipped with babl. So no need anymore for a seperate port. PR: ports/154430 [1] Submitted by: gahr@ * Update Gstreamer-plugins-base to 0.10.32kwm2011-02-251-1/+0 | | | | | | | | | | | | | Update Gstreamer-plugins-good to 0.10.27 Update Gstreamer-plugins-bad to 0.10.21 Update Gstreamer-plugins-ugly to 0.10.17 Add flite plugin. plugin for the flite Speech synthesis engine. Add opencv plugin. plugin for opencv Computer vision library. Move vdpau plugin to a beter category. Remove LOCAL master sites that haven't been updated for ages. Check if Gstreamer (core) is recent enough. Remove 6.x BROKEN line for the bad plugin. * Add Xpra, which gives you persistent remote applications for X. So basicallyswills2011-02-031-0/+1 | | | | | | | it's screen for remote X apps. Approved by: wxs (mentor) Feature safe: yes * Remove expired ports:garga2011-02-021-2/+0 | | | | | | | | | 2011-02-01 audio/ecawave: has been broken for over one year 2011-01-31 mail/spamass-rules_du_jour: Use sa-update instead 2011-01-31 x11/accessx: Project abandoned, mastersite disappeared 2011-01-31 x11/kde3-apireference: outdated and obsolete Feature safe: yes * tabbed is a simple Xembed container manager based on Xlib. tabbedmiwi2011-01-291-0/+1 | | | | | | | | | | | | | | was originally designed for surf but also usable with many other application, i.e. uzbl, urxvt and xterm. It consists of a single binary, configuration is done at compile-time by a single config.h file. WWW: http://tools.suckless.org/tabbed PR: ports/150266 Submitted by: Winston Weinert <winstonw at lavabit.com> Feature safe: yes * The x11/libcapplet has been broken for over a year (will be two in June 2011)mezz2011-01-041-2/+0 | | | | | | | | | | | and no one has any of interest to fix it. It's an ancient software and is part of GNOME 1. It's time for us to get rid of some of GNOME 1 stuff as the GNOME 3 is coming sometimes in 2011. Any ports that required libcappet are removed and ports that have optional aren't remove. PR: ports/153355 Discussed with: My team, FreeBSD GNOME Team Tested by: pointyhat-exp (thanks pav!) * Remove x11/enterminus, it's broken and depends of devel/ecore-job, that wasgarga2011-01-031-1/+0 | | | | | | | also broken and was recently removed. It should fix INDEX build. Pointyhat to: me Discussed with: pav@ on irc * Remove expired ports:garga2011-01-031-4/+0 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2011-01-01 audio/emphasis: abandoned upstream 2011-01-01 converters/ecore-txt: abandoned upstream 2011-01-01 deskutils/estickies: abandoned upstream 2011-01-01 devel/ecore-job: abandoned upstream 2011-01-01 devel/engrave: abandoned upstream 2011-01-01 devel/evfs: abandoned upstream 2011-01-01 devel/ruby-ecore: abandoned upstream 2011-01-01 graphics/exhibit: abandoned upstream 2011-01-01 graphics/epsilon: abandoned upstream 2011-01-01 graphics/esmart: abandoned upstream 2011-01-01 graphics/ruby-edje: abandoned upstream 2011-01-01 graphics/ruby-esmart: abandoned upstream 2011-01-01 graphics/ruby-evas: abandoned upstream 2011-01-01 graphics/ruby-redact: abandoned upstream 2011-01-01 multimedia/eclair: abandoned upstream 2011-01-01 security/phpmyid: Development has ceased. 2011-01-01 sysutils/ecore-config: abandoned upstream 2011-01-01 sysutils/extrackt: abandoned upstream 2011-01-01 textproc/exml: abandoned upstream 2011-01-02 www/mod_accesscookie: upstream is gone 2011-01-02 www/mod_vdbh: upstream is gone 2011-01-02 www/mod_auth_any: upstream is gone 2011-01-02 www/mod_log_data: upstream is gone and will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now 2011-01-01 x11-fm/entropyfm: abandoned upstream 2011-01-01 x11-themes/e17-splash-fortune: abandoned upstream 2011-01-01 x11-themes/e17-splash-shiny: abandoned upstream 2011-01-01 x11-themes/e17-splash-takara: abandoned upstream 2011-01-01 x11-themes/e17-theme-blue_eyed: abandoned upstream 2011-01-01 x11-themes/e17-theme-dali: abandoned upstream 2011-01-01 x11-themes/e17-theme-gant: abandoned upstream 2011-01-01 x11-themes/e17-theme-japan2007: abandoned upstream 2011-01-01 x11-themes/e17-theme-kor: abandoned upstream 2011-01-01 x11-themes/e17-theme-milky: abandoned upstream 2011-01-01 x11-themes/e17-theme-night_bling: abandoned upstream 2011-01-01 x11-themes/e17-theme-simply_white: abandoned upstream 2011-01-01 x11-themes/e17-splash-azul: abandoned upstream 2011-01-01 x11-themes/e17-splash-blue: abandoned upstream 2011-01-01 x11-themes/e17-splash-clean: abandoned upstream 2011-01-01 x11-themes/e17-splash-logo: abandoned upstream 2011-01-01 x11-toolkits/etk: abandoned upstream 2011-01-01 x11-toolkits/ewl: abandoned upstream 2011-01-01 x11-toolkits/enhance: abandoned upstream 2011-01-01 x11-wm/e17-module-bling: abandoned upstream 2011-01-01 x11-wm/e17-module-mixer: abandoned upstream 2011-01-01 x11-wm/e17-utils: abandoned upstream 2011-01-01 x11/elicit: abandoned upstream 2011-01-01 x11/enity: abandoned upstream 2011-01-01 x11/examine: abandoned upstream 2011-01-01 x11/ecore-desktop: abandoned upstream * - Update e17 applications suite to the recent snapshot.stas2010-12-141-0/+2 | | | | | | | | Thanks to Grzegorz Blach <magik@roorback.net> for doing the hard work preparing the initial version of the update! PR: ports/148038 Submitted by: Grzegorz Blach <magik@roorback.net> (based on) * KDE FreeBSD team is glad to present Qt 4.7.1 in ports.makc2010-12-031-0/+1 | | | | | | | | | | | | | | | | | | | | | | | Along with Qt4 the following ports are updated: PyQt4 ports to 4.8.1 devel/py-sip to 4.11.2 devel/qscintilla2 to 2.4.5 PyKDE3 to 3.16.7 PyQt3 tp 3.18.2-snapshot-20091119 New ports added: devel/qt4-declarative devel/py-qt4-declarative x11/qt4-graphicssystems-opengl This release has been contributed by: Thomas Abthorpe (tabthorpe) Max Brazhnikov (makc) Dima Panov (fluffy) Alberto Villa (avilla) We'd like to thank Martin Wilke (miwi) for exp-run. * - Connect e17-module-* in x11-wm/Makefile. Disconnect from x11/Makefile.stas2010-11-071-17/+0 | | | | PR: ports/151386 * Connect rsibreak-kde4makc2010-11-041-0/+1 | * CLX is to Common Lisp as Xlib is to C - it provides low-level X callspgollucci2010-10-091-0/+2 | | | | | | | on top of which a Graphics Toolkit can be based. PR: ports/151315 Submitted by: swell.k@gmail.com * Add x11/lxmenu-data.kmoore2010-09-301-0/+1 | | | | | This package provides files required to build freedesktop.org menu spec-compliant desktop menus for LXDE. * Add x11/libfm.kmoore2010-09-301-0/+1 | | | | Library which provides the core functionality to PCManFM. * Add x11/menu-cache.kmoore2010-09-301-0/+1 | | | | Utility which provides menu cache functionality for LXDE. * The purpose of keyboardcast is to allow you to send keystrokes to multiplepgollucci2010-09-231-0/+1 | | | | | | | | | | | | | | | | | | | | | | | | X windows at once. This allows you, for example, to control a number of terminals connected to different but similar hosts for purposes of mass- administration. You can also select non-terminals. If you come up with a reasonable use for this ability I'd be interested in hearing about it. The program can select windows to send to either by matching their titles (using a substring) or by clicking on them (in a method similar to GIMP's screenshot feature). The program also features the ability to spawn off multiple instances of gnome-terminal executing a single command on multiple arguments (for example executing 'ssh' on several hosts). The gnome-terminals are invoked with the profile 'keyboardcast' if it exists (so, for example, your font size can be smaller). WWW: https://launchpad.net/keyboardcast PR: ports/142744 Submitted by: eimar.koort * Remove ports with EXPIRATION_DATE setgarga2010-09-141-1/+0 | | | | | | | | | | | | | | | | | | 2010-08-31 multimedia/vlconwooztalk: wooztalk website not responding as of 20100731 2010-08-31 net-im/wooztalk: wooztalk website not responding as of 20100731 2009-12-31 russian/php_doc: Support for the Russian translation of the PHP manual seems to have stopped 2010-01-15 sysutils/ipmi-kmod: in base system since 6.2-RELEASE 2010-08-31 www/p5-Plack-Server-AnyEvent: yes 2010-08-31 www/xpi-dailymotiononwooztalk: wooztalk website not responding as of 20100731 2010-08-31 www/xpi-deezeronwooztalk: wooztalk website not responding as of 20100731 2010-08-31 www/xpi-firefoxonwooztalk: wooztalk website not responding as of 20100731 2010-08-31 www/xpi-googlevideoonwooztalk: wooztalk website not responding as of 20100731 2010-08-31 www/xpi-imeemonwooztalk: wooztalk website not responding as of 20100731 2010-08-31 www/xpi-jiwaonwooztalk: wooztalk website not responding as of 20100731 2010-08-31 www/xpi-lastfmonwooztalk: wooztalk website not responding as of 20100731 2010-08-31 www/xpi-vimeoonwooztalk: wooztalk website not responding as of 20100731 2010-08-31 www/xpi-youtubeonwooztalk: wooztalk website not responding as of 20100731 2010-07-01 x11/chameleon: No longer under development, master site disappeared years ago * Update gstreamer-plugins-bad to 0.10.20.kwm2010-09-141-0/+1 | | | | | | | | | | | | | | | - Reorder the plugin list in bsd.gstreamer.mk so it its inside 80 chars. - Enable the dvb and shm plugin in the -bad package. - New plugins: resindvd: Dvd navigation plugin schroedinger: Dirac high speed video codec plugin vdpau: Nvidia vdpau extention plugin [1] vp8: Google vp8 codec plugin Release notes: http://gstreamer.freedesktop.org/releases/gst-plugins-bad/0.10.20.html PR: ports/15077 (borrowed some ideas) Submitted by: Anonymous <swell.k@gmail.com> * Rename the following Haskell ports to bring them in sync with thepgj2010-05-251-3/+3 | | | | | | | | | | | | | | | | | | | | | | | | | | | | HackageDB: archivers/hs-zip-archive-ghc -> archivers/hs-zip-archive devel/hs-binary-ghc -> devel/hs-binary devel/darcs -> devel/hs-darcs devel/hs-language-c-ghc -> devel/hs-language-c devel/hs-lazysmallcheck-ghc -> devel/hs-lazysmallcheck devel/hs-pcre-light-ghc -> devel/hs-pcre-light devel/hs-utf8-string-ghc -> devel/hs-utf8-string graphics/hs-HGL-ghc -> graphics/hs-HGL ports-mgmt/porte -> ports-mgmt/hs-porte security/hs-digest-ghc -> security/hs-digest textproc/hs-haxml -> textproc/hs-HaXml textproc/hs-highlighting-kate-ghc -> textproc/hs-highlighting-kate textproc/hs-polyparse-ghc -> textproc/hs-polyparse textproc/pandoc -> textproc/hs-pandoc x11/hs-x11-ghc -> x11/hs-X11 x11/hs-x11-xft-ghc -> x11/hs-X11-xft x11/xmobar -> x11/hs-xmobar x11-toolkits/hs-opengl-ghc -> x11-toolkits/hs-OpenGL x11-toolkits/hs-OpenGLRaw-ghc -> x11-toolkits/hs-OpenGLRaw x11-toolkits/hs-GLURaw-ghc -> x11-toolkits/hs-GLURaw x11-toolkits/hs-glut-ghc -> x11-toolkits/hs-GLUT x11-wm/xmonad -> x11-wm/hs-xmonad x11-wm/xmonad-contrib -> x11-wm/hs-xmonad-contrib * - Add plasma-scriptengines to the buildfluffy2010-05-111-0/+2 | | | | With hat on: kde@ * - Note kdelibs4-experimental removalfluffy2010-05-111-1/+0 | | | | | | | - Attach new-born ports to the build - Add missed patch to kdepimlibs4 With hat on: kde@ * Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for thiskwm2010-05-111-1/+0 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | release can be found at http://library.gnome.org/misc/release-notes/2.30/ . This release brings initial PackageKit support, Upower (replaces power management part of hal), cuse4bsd integration with HAL and cheese, and a faster Evolution. Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This will also be the last of the 2.x releases. The next release will be the highly-anticipated GNOME 3.0 which will bring with it a new UI experience. Currently, there are a few bugs with GNOME 2.30 that may be of note for our users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading instructions, and the up-to-date list of known issues. This release features commits by avl, ahze, bland, marcus, mezz, and myself. The FreeBSD GNOME Team would like to thank Anders F Bjorklund for doing the initual packagekit porting. And the following contributors & testers for there help with this release: Eric L. Chen Vladimir Grebenschikov Sergio de Almeida Lenzi DomiX walder crsd Kevin Oberman Michal Varga Pavel Plesov Bapt kevin and ITetcu for two exp-run PR: ports/143852 ports/145347 ports/144980 ports/145830 ports/145511 * This package contains xbrightness, a commandline tool for altering themiwi2010-01-311-0/+1 | | | | | | | | | brightness (and optionally gamma) through the X server. WWW: http://disjunkt.com/xbrightness/ PR: ports/143385 Submitted by: Michiel Overtoom <motoom at xs4all.nl> * XWinWrap is a small utility written a loooong time ago that allowed you tomiwi2010-01-271-0/+1 | | | | | | | | | | | stick most of the apps to your desktop background. What this meant was you could use an animated screensaver (like glmatrix, electric sheep, etc) or even a movie, and use it as your wallpaper. WWW: http://tech.shantanugoel.com/projects/linux/shantz-xwinwrap PR: ports/143157 Submitted by: Gvozdikov Veniamin <g.veniamin at googlemail.com> * - Fix sorting and minor cleanups in category Makefilesamdmi32010-01-201-2/+2 | * - Connect evilvte to the buildpav2010-01-201-0/+1 | | | | Missed by: glarkin * Presenting GNOME 2.28.1 for FreeBSD. The official release notes for thismarcus2009-11-29