freebsd-ports/deskutils/Makefile

302 lines
7.7 KiB
Makefile
Raw Normal View History

COMMENT = Things that used to be on the desktop before computers were invented
SUBDIR += affiche
SUBDIR += akonadi-calendar-tools
SUBDIR += akonadi-import-wizard
SUBDIR += akonadiconsole
SUBDIR += akregator
SUBDIR += alarm-clock-applet
SUBDIR += anydesk
SUBDIR += appwrapper
SUBDIR += arttime
SUBDIR += aspostit
SUBDIR += ausweisapp2
SUBDIR += autocutsel
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. 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
2014-11-19 12:49:04 +01:00
SUBDIR += baobab
SUBDIR += basket
SUBDIR += belcard
SUBDIR += bigyear
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. 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
2014-11-19 12:49:04 +01:00
SUBDIR += bijiben
2020-11-09 18:32:48 +01:00
SUBDIR += birdtray
SUBDIR += bookworm
SUBDIR += cairo-dock
SUBDIR += cairo-dock-plugins
SUBDIR += caja-extensions
SUBDIR += cal
SUBDIR += calcurse
SUBDIR += calendar
SUBDIR += calendar-data
SUBDIR += calibre
SUBDIR += calindori
SUBDIR += cartotheque
SUBDIR += cfiles
SUBDIR += charmtimetracker
SUBDIR += chart
SUBDIR += clipit
SUBDIR += clipmenu
SUBDIR += clipnotify
2010-05-10 17:59:59 +02:00
SUBDIR += conkyforecast
SUBDIR += coolreader
SUBDIR += copyq
SUBDIR += coregarage
SUBDIR += countdown
SUBDIR += dailystrips
SUBDIR += deforaos-todo
SUBDIR += dfshow
SUBDIR += dmenu-wayland
SUBDIR += docear
SUBDIR += dosage
SUBDIR += dstask
SUBDIR += easystroke
SUBDIR += elementary-calendar
2019-01-22 17:26:49 +01:00
SUBDIR += fasd
SUBDIR += fbreader
2010-05-10 15:12:19 +02:00
SUBDIR += fet
SUBDIR += fff
SUBDIR += flameshot
SUBDIR += foliate
SUBDIR += freemind
SUBDIR += freeplane
SUBDIR += ganttproject
SUBDIR += gcal
SUBDIR += gcalcli
1999-05-03 06:41:28 +02:00
SUBDIR += genius
SUBDIR += glabels
SUBDIR += gnome-calendar
SUBDIR += gnome-characters
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. 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
2014-11-19 12:49:04 +01:00
SUBDIR += gnome-clocks
SUBDIR += gnome-contacts
SUBDIR += gnome-dictionary
SUBDIR += gnome-font-viewer
SUBDIR += gnome-initial-setup
SUBDIR += gnome-maps
SUBDIR += gnome-photos
SUBDIR += gnome-planner
SUBDIR += gnome-pomodoro
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. 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
2014-11-19 12:49:04 +01:00
SUBDIR += gnome-screenshot
SUBDIR += gnome-shell-extension-audio-output-switcher
SUBDIR += gnome-shell-extension-coverflow
SUBDIR += gnome-shell-extension-dashtodock
SUBDIR += gnome-shell-extension-dashtopanel
SUBDIR += gnome-shell-extension-filesmenu
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. 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
2014-11-19 12:49:04 +01:00
SUBDIR += gnome-shell-extension-hidetopbar
SUBDIR += gnome-shell-extension-lockkeys
SUBDIR += gnome-shell-extension-mediaplayer
SUBDIR += gnome-shell-extension-openweather
SUBDIR += gnome-shell-extension-panel-osd
SUBDIR += gnome-shell-extension-recent-items
SUBDIR += gnome-shell-extension-trash
SUBDIR += gnome-shell-extension-weather
SUBDIR += gnome-shell-extension-windowoverlay-icons
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. 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
2014-11-19 12:49:04 +01:00
SUBDIR += gnome-shell-extra-extensions
SUBDIR += gnome-sound-recorder
SUBDIR += gnome-todo
SUBDIR += gnome-tweaks
SUBDIR += gnome-utils
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. 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
2014-11-19 12:49:04 +01:00
SUBDIR += gnome-weather
Presenting GNOME 2.28.1 for FreeBSD. The official release notes for this release can be found at http://library.gnome.org/misc/release-notes/2.28/ . Officially, this is mostly a polishing release in preparation for GNOME 3.0 due in about a year. On the FreeBSD front, though, a lot went into this release. Major thanks goes to kwm and avl who did a lot of the porting work for this release. In particular, kwm brought in Evolution MAPI support for better Microsoft Exchange integration. Avl made sure that the new gobject introspection repository ports were nicely compartmentalized so that large dependencies aren't brought in wholesale. But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself) contributed to this release. Other major improvements include an updated HAL with better volume probing code, ufsid integration, and support for volume names containing spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord; an updated Gimp; and a preview of the new GNOME Shell project (thanks to Pawel Worach). The FreeBSD GNOME Team would like to that the following additional contributors to this release whose patches and testing really helped make it a success: Andrius Morkunas Dominique Goncalves Eric L. Chen J.R. Oldroyd Joseph S. Atkinson Li Pawel Worach Romain Tartière Thomas Vogt Yasuda Keisuke Rui Paulo Martin Wilke (and an extra shout out to miwi and pav for pointyhat runs) We would like to send this release out to Alexander Loginov (avl) in hopes that he feels better soon. PR: 136676 136967 138872 (obsolete with new epiphany-webkit) 139160 134737 139941 140097 140838 140929
2009-11-28 21:06:37 +01:00
SUBDIR += gnote
SUBDIR += gnustep-wrapper
SUBDIR += go-for-it
SUBDIR += goesimage
SUBDIR += gpicker
SUBDIR += grantlee-editor
SUBDIR += grantleetheme
SUBDIR += griffith
SUBDIR += growl-for-linux
SUBDIR += gsimplecal
1999-04-08 19:53:12 +02:00
SUBDIR += gtimer
SUBDIR += gucharmap
SUBDIR += gworkspace
SUBDIR += gworkspace-gwmetadata
SUBDIR += gxmessage
SUBDIR += gxneur
SUBDIR += havoc
SUBDIR += health
2010-08-26 10:20:47 +02:00
SUBDIR += hebcal
SUBDIR += helpviewer
2014-01-28 04:25:28 +01:00
SUBDIR += horde-groupware
SUBDIR += horde-kronolith
SUBDIR += horde-mnemo
SUBDIR += horde-nag
SUBDIR += hot-babe
SUBDIR += howm
SUBDIR += hs-arbtt
SUBDIR += i3lock
SUBDIR += i3status
SUBDIR += ical
SUBDIR += iconbrowser
SUBDIR += itinerary
SUBDIR += jjclient
SUBDIR += jlj
SUBDIR += jot
SUBDIR += just
SUBDIR += kaddressbook
SUBDIR += kalarm
SUBDIR += kalendar
SUBDIR += kcharselect
SUBDIR += kchmviewer
SUBDIR += kdeconnect-kde
SUBDIR += kdepim
SUBDIR += kdepim-addons
SUBDIR += kdepim-runtime
SUBDIR += keditbookmarks
SUBDIR += keep-presence
SUBDIR += kfind
SUBDIR += kmail
SUBDIR += kmail-account-wizard
SUBDIR += knotes
SUBDIR += kodaskanna
SUBDIR += kongress
SUBDIR += kontact
SUBDIR += korganizer
SUBDIR += kronometer
SUBDIR += kruler
SUBDIR += ktimetracker
SUBDIR += kuserfeedback
SUBDIR += latte-dock
SUBDIR += lazycli
SUBDIR += libcprime
SUBDIR += libkdepim
SUBDIR += libportal
SUBDIR += libportal-gtk3
SUBDIR += libportal-gtk4
SUBDIR += libportal-qt5
SUBDIR += ljclive
SUBDIR += lumina-archiver
SUBDIR += lumina-calculator
SUBDIR += lumina-fileinfo
SUBDIR += lumina-fm
SUBDIR += lumina-mediaplayer
SUBDIR += lumina-pdf
SUBDIR += lumina-photo
SUBDIR += lumina-screenshot
SUBDIR += lumina-textedit
SUBDIR += lxqt-notificationd
SUBDIR += maliit-framework
SUBDIR += maliit-keyboard
SUBDIR += mate-indicator-applet
SUBDIR += mate-notification-daemon
SUBDIR += mate-utils
SUBDIR += mbox-importer
SUBDIR += mencal
SUBDIR += menumaker
SUBDIR += meteo
SUBDIR += mindforger
SUBDIR += moregroupware
SUBDIR += mozo
SUBDIR += nautilus-sendto
2018-03-24 20:14:53 +01:00
SUBDIR += nextcloudclient
SUBDIR += note
SUBDIR += notekit
SUBDIR += notes
SUBDIR += noti
SUBDIR += notification-daemon
SUBDIR += notify-osd
SUBDIR += orage
SUBDIR += owncloudclient
SUBDIR += p5-Data-ICal
SUBDIR += p5-Data-ICal-DateTime
SUBDIR += p5-Goo
SUBDIR += pal
SUBDIR += parcellite
SUBDIR += peaclock
SUBDIR += pet
SUBDIR += phpicalendar
SUBDIR += pim-data-exporter
SUBDIR += pim-sieve-editor
SUBDIR += pinot
SUBDIR += plan
SUBDIR += plans
SUBDIR += plasma5-milou
SUBDIR += plasma5-sddm-kcm
SUBDIR += plasma5-xdg-desktop-portal-kde
SUBDIR += plopfolio
SUBDIR += preferences
SUBDIR += presage
SUBDIR += projectlibre
SUBDIR += pueue
SUBDIR += puush
SUBDIR += py-autokey
SUBDIR += py-bugwarrior
2015-09-29 12:48:46 +02:00
SUBDIR += py-khal
SUBDIR += py-khard
2019-03-30 17:43:08 +01:00
SUBDIR += py-paperless
SUBDIR += py-py3status
SUBDIR += py-pystash
SUBDIR += py-send2trash
SUBDIR += py-taskw
SUBDIR += py-term-background
SUBDIR += py-todoman
SUBDIR += py-vdirsyncer
SUBDIR += py-vobject
SUBDIR += qlipper
SUBDIR += qownnotes
SUBDIR += qtfeedback
SUBDIR += recoll
SUBDIR += remind
SUBDIR += rolo
SUBDIR += rubrica
SUBDIR += rubygem-shellplay
SUBDIR += rubygem-taskjuggler
SUBDIR += semantik
SUBDIR += showdown
SUBDIR += sigi
SUBDIR += simpleagenda
2023-01-06 08:38:36 +01:00
SUBDIR += skim
SUBDIR += sliderule
SUBDIR += solanum
SUBDIR += sowon
SUBDIR += spice-gtk
SUBDIR += subsurface
SUBDIR += synapse
SUBDIR += syncthingtray
SUBDIR += sysctlview
SUBDIR += systempreferences
SUBDIR += taskd
SUBDIR += tasksh
SUBDIR += taskwarrior
SUBDIR += taskwarrior-tui
SUBDIR += teapot
SUBDIR += terminal-image-viewer
SUBDIR += thinkingrock
SUBDIR += thokr
SUBDIR += timewarrior
SUBDIR += todo
SUBDIR += todour
SUBDIR += toolboxkit
SUBDIR += tpb
SUBDIR += treeline
SUBDIR += treesheets
SUBDIR += ultralist
SUBDIR += virt-manager
SUBDIR += vit
SUBDIR += walld
SUBDIR += when
1999-01-26 04:58:08 +01:00
SUBDIR += wmpinboard
2010-11-12 11:19:59 +01:00
SUBDIR += x026
SUBDIR += xannotate
SUBDIR += xcalendar
2022-07-07 14:19:12 +02:00
SUBDIR += xcbautolock
2023-01-25 18:26:45 +01:00
SUBDIR += xchm
SUBDIR += xdg-desktop-portal
SUBDIR += xfce4-generic-slider
SUBDIR += xfce4-notes-plugin
SUBDIR += xfce4-notifyd
SUBDIR += xfce4-tumbler
SUBDIR += xfce4-volumed-pulse
SUBDIR += xfce4-xkb-plugin
SUBDIR += xmdiary
SUBDIR += xneur
SUBDIR += xpad
2015-01-11 18:31:34 +01:00
SUBDIR += xpad3
SUBDIR += xpostit
SUBDIR += xpostitPlus
2000-01-04 19:04:16 +01:00
SUBDIR += xwrits
SUBDIR += ydotool
SUBDIR += zanshin
SUBDIR += zim
SUBDIR += znotes
SUBDIR += zorro
.include <bsd.port.subdir.mk>