aboutsummaryrefslogtreecommitdiff
path: root/x11-clocks/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Resurrect xalarm 3.06.Cy Schubert2015-10-251-0/+1
| | | | | | | Take on maintainership. Notes: svn path=/head/; revision=400147
* The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.Koop Mast2014-11-191-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=372768
* 2014-08-20 deskutils/horde3-hermes: EOL in April 2012Antoine Brodin2014-08-201-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2014-08-20 deskutils/horde3-klutz: EOL in April 2012 2014-08-20 deskutils/horde3-kronolith: EOL in April 2012 2014-08-20 deskutils/horde3-mnemo: EOL in April 2012 2014-08-20 devel/horde3-chora: EOL in April 2012 2014-08-20 ftp/horde3-gollem: EOL in April 2012 2014-08-20 games/linux-steam: Unmaintained interactive port 2014-08-20 games/linux-ut2004-demo: Unmaintained restricted ancient demo 2014-08-20 mail/horde3-dimp: EOL in April 2012 2014-08-20 mail/horde3-forwards: EOL in April 2012 2014-08-20 mail/horde3-ingo: EOL in April 2012 2014-08-20 mail/horde3-mimp: EOL in April 2012 2014-08-20 mail/horde3-vacation: EOL in April 2012 2014-08-20 net-mgmt/horde3-nic: EOL in April 2012 2014-08-20 net-mgmt/nocol: Unmaintained interactive port 2014-08-20 net-mgmt/ourmon: Unmaintained interactive port 2014-08-20 net/wowzamediaserverpro: Unmaintained interactive port 2014-08-20 news/p5-NNML: Unmaintained interactive port 2014-08-20 print/dvips: Unmaintained interactive port 2014-08-20 print/xdvi: Unmaintained interactive port 2014-08-20 security/horde3-jeta: EOL in April 2012 2014-08-20 security/hunch: Likely unused interactive port 2014-08-20 www/horde3-ansel: EOL in April 2012 2014-08-20 www/horde3-meta: EOL in April 2012 2014-08-20 www/horde3-passwd: EOL in April 2012 2014-08-20 www/horde3-trean: EOL in April 2012 2014-08-20 www/wwwcount: Ancient interactive port 2014-08-20 x11-clocks/xalarm: Unmaintained interactive port Notes: svn path=/head/; revision=365433
* Remove x11-clocks/alarm-clock.Romain Tartière2014-08-181-1/+0
| | | | Notes: svn path=/head/; revision=365314
* Remove expired ports:Rene Ladan2014-07-041-1/+0
| | | | | | | | 2014-07-04 x11-clocks/wmitime 2014-07-04 x11/xorg-edit: Depends on older version of wxGTK Notes: svn path=/head/; revision=360648
* KDE/FreeBSD team presents KDE SC 4.12.2 and KDE Workspace 4.11.6!Max Brazhnikov2014-02-181-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Among changes: - Switch KDE4_PREFIX to ${LOCALBASE} - Remove now needless misc/kde4-shared-mime-info port - Add stage support - Remove ancient CONFLICTS (KDE 4.9 and less) and LATEST_LINK - Squeeze MASTER_SITES/MASTER_SITE_SUBDIR - Convert LIB_DEPENDS to new style - Use options helpers - Drop support for FreeBSD 7.x - Remove Qt/KDE 3 related workarounds - Remove local patches and use upstream version scheme for libraries - sysutils/kdeadmin4, net/kdenetwork4, devel/kdesdk4, and x11-clocks/kdetoys4 ports have been split. - devel/kcachegrind is now a part of KDE SC [1] - more logs in area51 repo... New ports: devel/kde-dev-scripts: KDE development scripts devel/kde-dev-utils: KDE development utilities games/klickety: Tetris themed solitaire games/picmi: Single player logic-based puzzle game textproc/libkomparediff2: Library to compare files and strings The area51 repository features commits by Schaich Alonso, avilla, rakuco and myself. PR: ports/186491 Exp-run: by bdrewery Approved by: beat (former maintainer) [1] Notes: svn path=/head/; revision=344893
* KDE3 and QT3 expired on 2013-07-01, remove these ports.Rene Ladan2013-07-261-1/+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 Notes: svn path=/head/; revision=323748
* 2012-11-27 devel/p5-SPOPS: Depend on the expired p5-Class-FieldsBaptiste Daroussin2012-11-281-1/+0
| | | | | | | | | | | | | | | 2012-11-26 textproc/lemmatizer: No more public distfiles 2012-11-26 net/relay: No more public distfiles 2012-11-26 x11-clocks/bmp-alarm: No more public distfiles 2012-11-26 net-mgmt/nagios-check_ice: No more public distfiles 2012-11-26 japanese/libicq: No more public distfiles and development ceased 2012-11-26 graphics/tonicpoint-viewer: No more public distfiles 2012-11-26 devel/safestr: No more public distfiles Feature safe: yes Notes: svn path=/head/; revision=307896
* 2012-10-20 x11-themes/metacity-ana-theme: No more public distfilesBaptiste Daroussin2012-10-251-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 Notes: svn path=/head/; revision=306390
* KDE/FreeBSD team presents long awaited KDE SC 4.8.3!Max Brazhnikov2012-05-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=297371
* removed expired ports from x11-clocksBaptiste Daroussin2011-05-011-4/+0
| | | | | | | | | | 2011-05-01 x11-clocks/bdesktopclock: Upstream disapear and distfile is no more available 2011-05-01 x11-clocks/washerdryer: Upstream disapear and distfile is no more available 2011-05-01 x11-clocks/wmtz: Upstream disapear and distfile is no more available 2011-05-01 x11-clocks/xmms-alarm: Upstream disapear and distfile is no more available Notes: svn path=/head/; revision=273405
* Adjustable Clock is a KDE 4 plasma applet that displays the date and time in aAlberto Villa2011-03-091-0/+1
| | | | | | | | | | | | | | | | | | | highly configurable manner. Features include: - Fully customizable date format - Format can be adjusted with rich text editor or source editor (HTML and CSS) - Context menu with actions to copy formatted date and time to clipboard - Option to set time difference to time from data engine - Adjustable tool tip WWW: http://kde-look.org/content/show.php?content=92825 PR: ports/155124 Submitted by: Jason E. Hale <bsdkaffee at gmail.com> Notes: svn path=/head/; revision=270550
* Garbage-collect expired ports:Rene Ladan2010-12-311-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | 2010-12-30 databases/p5-sqlrelay: broken and upstream disapeared 2010-12-30 devel/php-dbg2: No upstream support 2010-12-30 dns/fourcdns: upstream has disapeared 2010-12-31 emulators/win4bsd: Development has ceased and distfile is no longer available 2010-12-31 french/mozilla-flp: www/seamonkey port is deprecated. Consider using the www/firefox-i18n. 2010-12-31 french/xtel: Minitel services will be discontinued at the end of 2010. 2010-12-30 ftp/ftpq: upstream has disapeared 2010-12-30 graphics/paintlib: does not compile with new tiff and no more maintained upstream 2010-12-30 graphics/g3dviewer: does not build with gcc 4.2, upstream disapeared 2010-12-30 lang/scriba: Does not compile with gcc 4.2+, looks like abandonware 2010-12-30 math/rascal: Broken on every arch since 2008, looks like an abandonware 2010-12-31 net-mgmt/nrg: Project has vanished. Use cacti instead. 2010-12-31 security/hostsentry: Project is dead. 2010-12-31 sysutils/kcube: Project has vanished 2010-12-31 www/cybercalendar: has been unmaintained since 2001 and is unusable with dates after 2010 (see ports/150974) 2010-12-31 www/flock: Flock 3 moves from Firefox to Chromium 2010-12-31 www/linux-flock: Flock 3 moves from Firefox to Chromium 2010-12-30 x11-clocks/xtu: Looks like abandonware Leave java/tya in for now, as it has outstanding PRs. Notes: svn path=/head/; revision=267233
* Geek Clock is a plasma applet for KDE4 that displays an analog clock. InsteadMartin Wilke2009-07-121-0/+1
| | | | | | | | | | | | | of regular numerals, it display equivalent notations based on mathematics, physics, and computer science. WWW: http://www.kde-look.org/content/show.php?content=107807 PR: ports/136633 Submitted by: Jason E. Hale <bsdkaffee at gmail.com> Notes: svn path=/head/; revision=237660
* Move oclock from x11 to x11-clocks category.Florent Thoumie2009-03-231-0/+1
| | | | | | | | PR: ports/131339 Submitted by: self Notes: svn path=/head/; revision=230728
* Finish repomove for xclock (x11->x11-clocks).Florent Thoumie2009-01-281-0/+1
| | | | Notes: svn path=/head/; revision=227058
* Stopwatch does what its name implies - enables hand timing muchEdwin Groothuis2008-08-281-0/+1
| | | | | | | | | | | | | like a physical stopwatch. It can also be used as a countdown timer. Stopwatch has millisecond accuracy and no artificial limit on hours. Stopwatch runs on UNIX, Windows, and MacOS. WWW: http://expect.nist.gov/stopwatch/ Author: Don Libes <libes@nist.gov> Notes: svn path=/head/; revision=219351
* The KDE FreeBSD team is proud to announce the release of KDE 4.1.0Martin Wilke2008-08-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | for FreeBSD. The official KDE 4.1.0 release notes can be found at http://www.kde.org/announcements/4.1/. Some note: * Prefix KDE4 will be install into a custom prefixes namely ${LOCALBASE}/kde4. KDE4 and KDE3 can co-exist * Sound For sound to work, it is necessary to have dbus and hal enabled in your system. Please see the respective documentation on how to enable these. For more Informations see the HEADS UP at ports@ and kde-freebsd@ or our wiki page http://wiki.freebsd.org/KDE4/Install. Have fun! Notes: svn path=/head/; revision=218272
* Alarm Clock is the personal alarm clock for GNOME desktop environment. ItMartin Wilke2008-07-191-0/+1
| | | | | | | | | | | | | | supports sound fading, passive and normal dialogs, full screen dialogs, scheduling options command line running and few standard actions. It has an intuitive interface and it can be translated to any language. WWW: http://alarm-clock.54.pl/ PR: ports/125456 Submitted by: Romain Tartière <romain at blogreen.org> Notes: svn path=/head/; revision=217114
* This plugin makes it possible to take periodical breaks from the computer everyMartin Wilke2007-09-071-0/+1
| | | | | | | | | | X minutes. During breaks it locks your screen. It optionally allows you to postpone breaks for a certain time. WWW: http://goodies.xfce.org/projects/panel-plugins/xfce4-time-out-plugin Notes: svn path=/head/; revision=199029
* - Readd intclock into x11-clocksAndrew Pantyukhin2007-08-081-0/+1
| | | | | | | Suggested by: danfe Notes: svn path=/head/; revision=197351
* Datetime plugin for the xfce panel.Martin Wilke2007-02-071-0/+1
| | | | | | | WWW: http://goodies.xfce.org/ Notes: svn path=/head/; revision=184509
* Add cairo-clock 0.3.2, macSlow's Cairo-Clock.Rong-En Fan2007-01-281-0/+1
| | | | | | | | PR: ports/108421 Submitted by: chinsan Notes: svn path=/head/; revision=183502
* Timer plugin for the xfce panel.Martin Wilke2007-01-231-0/+1
| | | | | | | WWW: http://goodies.xfce.org/ Notes: svn path=/head/; revision=183110
* add missing xfce portsOliver Lehmann2007-01-221-1/+0
| | | | Notes: svn path=/head/; revision=183013
* This little application displays the time of the day (analog)Dirk Meyer2006-10-071-0/+1
| | | | | | | | PR: 104065 Submitted by: Gürkan Sengün Notes: svn path=/head/; revision=174826
* tktz will help you to guess the current time in another country. ItVolker Stolz2006-05-121-0/+1
| | | | | | | | | | | | | | | reads special timezone description file (/usr/share/zoneinfo/zone.tab) and shows you a list of the countries and zone name for each entry. WWW: http://gromnizki.unixdev.net - Alexander Gromnizki PR: ports/96636 Submitted by: Alexander Gromnizki Notes: svn path=/head/; revision=162187
* Remove expired port x11-clocks/gdesklets-praytimeRenato Botelho2006-02-141-1/+0
| | | | Notes: svn path=/head/; revision=156050
* Add lmclock.Jean-Yves Lefort2005-06-221-0/+1
| | | | | | | | | | | | | A simple, transparent analog clock for X11 without window decorations. The author was inspired by an early Xerox Lisp machine clock. WWW: http://pantransit.reptiles.org/prog/ PR: ports/82388 Submitted by: Emanuel Haupt <ehaupt@critical.ch> Notes: svn path=/head/; revision=137858
* Add bdesktopclock 1.1.2, a wondeful clock for desktop environment.Alexey Dokuchaev2005-05-251-0/+1
| | | | | | | | PR: ports/74664 Submitted by: Nosov Artem <chip-set(at)mail.ru> Notes: svn path=/head/; revision=136111
* Add bmp-alarm 0.6.0, Alarm timer plugin forNorikatsu Shigemura2005-05-211-0/+1
| | | | | | | | | beep-media-player. Obtained from: ports/x11-clocks/xmms-alarm Notes: svn path=/head/; revision=135772
* Add gtubeclock 0.9.1, a nixie tube clock for GNOME.Volker Stolz2005-03-091-0/+1
| | | | | | | | PR: ports/75991 Submitted by: UMENO Takashi Notes: svn path=/head/; revision=130711
* Add osdclock 0.5, small clock which uses libxosd to render text to theVolker Stolz2004-11-301-0/+1
| | | | | | | | | | root window. PR: ports/70061 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> Notes: svn path=/head/; revision=122803
* new port: x11-clocks/buici-clockEdwin Groothuis2004-11-271-0/+1
| | | | | | | | | | | new port of buici-clock which shows - as a clock is supposed to - the current time in a nice manner. PR: ports/74235 Submitted by: Hendrik Scholz <hendrik@scholz.net> Notes: svn path=/head/; revision=122569
* Add a port of ASTZClock:Greg Lewis2004-09-031-0/+1
| | | | | | | | ASTZClock is currently a fairly minimal hack to the original ASClock to allow the specification of a time zone for the clock to use. Notes: svn path=/head/; revision=118000
* Remove category pkg/COMMENT files in favour of a COMMENT variable in theKris Kennaway2004-04-021-0/+2
| | | | | | | | | | category makefile. Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> PR: 59651 Notes: svn path=/head/; revision=105948
* Add alltraxclock, nice analog clock plugin for gkrellm 2Pav Lucistnik2004-02-131-0/+1
| | | | | | | | PR: ports/62701 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> Notes: svn path=/head/; revision=100872
* Add wmbday 0.2a,Kirill Ponomarev2004-01-221-0/+1
| | | | | | | | | | | | | | | wmbday is a Window Maker dock app for Linux und FreeBSD that will remind you of birthdays. It can show up to four persons whose birthday is next. On a birthday it will notify you by blinking the concerning person. Background color, normal and notification font color can be changed. The data is loaded from a simple text file. PR: 61735 Submitted by: Ulrich Spoerlein <q@uni.de> Notes: svn path=/head/; revision=98838
* Add gdesklets-ebichuclock, something like emiclock with Ebichu in it.Pav Lucistnik2004-01-071-0/+1
| | | | | | | | | | Ofcourse the idea is based on our favorite hamster. PR: ports/61043 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org> Notes: svn path=/head/; revision=97613
* Add gdesklets-praytime, a desklet that displays muslim prayer timesPav Lucistnik2004-01-071-0/+1
| | | | | | | | | | for a given city. PR: ports/60992 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org> Notes: svn path=/head/; revision=97518
* Add gdesklets-countdown, a desklet which allows to countdown the remaining timePav Lucistnik2004-01-061-0/+1
| | | | | | | | | | | | until a configurable date. It then displays a victorious 'Hurrah!', or whatever you set. It also provides an increasing counter ('countup' feature), displaying the time elapsed from the specified date. PR: ports/60957 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org> Notes: svn path=/head/; revision=97415
* Add xfce4-datetime-plugin 0.2, XFce 4 additional clock moduleSergei Kolobov2003-12-151-0/+1
| | | | | | | | | | which also shows date. You can change font for display. PR: 58759 Submitted by: Matt Lancereau <matt@rimasec.net> Notes: svn path=/head/; revision=95885
* This port contains some nice clocks for gdesklets.Alexander Leidinger2003-09-261-0/+1
| | | | | | | Submitted by: Jeremy Messenger <mezz7@cox.net> Notes: svn path=/head/; revision=89435
* Remove zclock as it depends on the old GNOME 1.4 libpanel.Joe Marcus Clarke2003-08-191-1/+0
| | | | Notes: svn path=/head/; revision=87245
* Add wmbinclock 0.1, a binary clock in a windowmaker applet.Oliver Lehmann2003-07-131-0/+1
| | | | | | | | PR: 50038 Submitted by: Harold Gutch <logix@foobar.franken.de Notes: svn path=/head/; revision=84804
* New port: wmblueclock (simple dockable clock application)Max Khon2003-04-281-0/+1
| | | | | | | Submitted by: Alexey Dokuchaev Notes: svn path=/head/; revision=79780
* Sort entries.Akinori MUSHA2002-11-271-1/+1
| | | | Notes: svn path=/head/; revision=71177
* Add new port x11-clocks/wmclockmon - A digital clock dockapp with aPatrick Li2002-09-211-0/+1
| | | | | | | similar look to wmcpuload Notes: svn path=/head/; revision=66982
* Start category Makefile cleanup.Alan Eldridge2002-09-101-1/+0
| | | | Notes: svn path=/head/; revision=66063
* Add new port wmfuzzy: A clock dockapp that uses text and fuzzy approximationPatrick Li2002-08-051-0/+1
| | | | | | | | | | | to tell you time. PR: ports/41336 Submitted by: Adam Weinberger <adam@vectors.cx> Reviewed by: Simon 'corecode' Schubert <corecode@corecode.ath.cx> Notes: svn path=/head/; revision=64069