aboutsummaryrefslogtreecommitdiff
path: root/deskutils
Commit message (Collapse)AuthorAgeFilesLines
* Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.Koop Mast2015-07-162-2/+2
| | | | | | | | | | | | | Add GHOSTSCRIPT_DEFAULT to bsd.default-versions.mk for easy version selection. Arguments supported: <empty>, build, run, nox11 and agpl PR: 201201 (exp-run) Approved by: portmgr (mat@) Exp run by: antione@ (previous patch) Differential Revision: https://reviews.freebsd.org/D2938 Notes: svn path=/head/; revision=392322
* Update to 1.21.0Tilman Keskinoz2015-07-167-6/+55
| | | | | | | Drop Maintainership. Notes: svn path=/head/; revision=392317
* deskutils/fet: update 5.27.3 -> 5.27.5Bartek Rutkowski2015-07-162-3/+3
| | | | | | | | PR: 201600 Submitted by: Zsolt Udvari <udvzsolt@gmail.com> (maintainer) Notes: svn path=/head/; revision=392289
* Fix build when NLS is disabled.Guido Falsi2015-07-141-2/+2
| | | | | | | | | PR: 199469 Submitted by: tobias.kortkamp at gmail.com Approved by: Maintainer timeout Notes: svn path=/head/; revision=392103
* - Fix shebangsDmitry Marakasov2015-07-131-2/+5
| | | | | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket) Notes: svn path=/head/; revision=391953
* - Fix shebangsDmitry Marakasov2015-07-071-1/+3
| | | | | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket) Notes: svn path=/head/; revision=391516
* - Pass maintainership to sergey.v.brunov@gmail.comDmitry Marakasov2015-07-011-1/+1
| | | | | | | PR: 201094 Notes: svn path=/head/; revision=391077
* Update GNUstep ports to their latest versions.David Chisnall2015-07-016-13/+6
| | | | | | | | | | Also fix a few bits of generic infrastructure along the way. Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D2961 Notes: svn path=/head/; revision=391062
* - Update to 1.0.1Dmitry Marakasov2015-06-303-8/+20
| | | | | | | | | | | - Reset MAINTAINER per maintainer's request PR: 201094 Submitted by: sergey.v.brunov@gmail.com Approved by: wen@FreeBSD.org (maintainer) Notes: svn path=/head/; revision=390971
* deskutils/semantik: update to 0.9.4Alberto Villa2015-06-294-14/+32
| | | | Notes: svn path=/head/; revision=390887
* Do not escape libxml++ it is not needed as it is not used in regular expressionBaptiste Daroussin2015-06-271-1/+1
| | | | | | | anymore Notes: svn path=/head/; revision=390697
* deskutils/py-bugwarrior: Fix unittest2 TEST_DEPENDSKubilay Kocak2015-06-271-1/+1
| | | | Notes: svn path=/head/; revision=390688
* deskutils/py-bugwarrior: Update to 1.1.4Kubilay Kocak2015-06-273-3/+19
| | | | | | | | | | | | | | | | | | - Update to 1.1.4 - Add TEST_DEPENDS and regression-test target now that tests are included in the PyPI sdist [1] Thanks Ralph! - Patch setup.py to enable test command until PR #222 [2] is in release. Changes: https://github.com/ralphbean/bugwarrior/blob/1.1.4/CHANGELOG.rst [1] https://github.com/ralphbean/bugwarrior/pull/221 [2] https://github.com/ralphbean/bugwarrior/pull/222 Notes: svn path=/head/; revision=390687
* - Mark BROKEN on 9.x:Dmitry Marakasov2015-06-261-0/+2
| | | | | | | | | | | | | | | | | | /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::condition_variable::wait(std::unique_lock<std::mutex>&)@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::__throw_bad_function_call()@GLIBCXX_3.4.14' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::chrono::_V2::steady_clock::now()@GLIBCXX_3.4.19' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::__throw_system_error(int)@GLIBCXX_3.4.11' /usr/local/lib/libjavascriptcoregtk-3.0.so: undefined reference to `std::chrono::_V2::system_clock::now()@GLIBCXX_3.4.19' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::condition_variable::~condition_variable()@GLIBCXX_3.4.11' /usr/local/lib/libjavascriptcoregtk-3.0.so: undefined reference to `std::condition_variable::notify_all()@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::condition_variable::condition_variable()@GLIBCXX_3.4.11' ... Submitted by: pkg-fallout Approved by: portmgr blanket Notes: svn path=/head/; revision=390638
* - Add required C++11 supportDmitry Marakasov2015-06-261-1/+1
| | | | | | | | Submitted by: pkg-fallout Approved by: portmgr blanket Notes: svn path=/head/; revision=390628
* [NEW] deskutils/py-bugwarrior: Sync issue & bug systems with taskwarriorKubilay Kocak2015-06-254-0/+57
| | | | | | | | | | | | | | | | | | | | | | | | | bugwarrior is a command line utility for updating your local taskwarrior database from your forge issue trackers. It currently supports the following remote resources: * Github (api v3) * Gitlab (api v3) * BitBucket (Atlassian) * Trac * Bugzilla * Megaplan * Teamlab * Redmine * Jira (Atlassian) * Activecollab (2.x and 4.x) * Phabricator * VersionOne WWW: https://github.com/ralphbean/bugwarrior Notes: svn path=/head/; revision=390580
* [NEW] deskutils/py-taskw: Bindings for your taskwarrior databaseKubilay Kocak2015-06-255-0/+47
| | | | | | | | | | | | | | | | | | This is a python API for the taskwarrior command line tool. It contains two implementations: taskw.TaskWarriorShellout and taskw.TaskWarriorDirect. The first implementation is the supported one recommended by the upstream taskwarrior core project. It uses the task export and task import commands to manipulate the task database. The second implementation opens the task db file itself and directly manipulates it. It exists for backwards compatibility, but should only be used when necessary. WWW: https://github.com/ralphbean/taskw Notes: svn path=/head/; revision=390579
* Update to 1.8.1Olivier Duchateau2015-06-253-3/+13
| | | | Notes: svn path=/head/; revision=390529
* - Add NO_ARCHSunpoet Po-Chuan Hsieh2015-06-231-0/+1
| | | | Notes: svn path=/head/; revision=390460
* - Strip librariesDmitry Marakasov2015-06-231-1/+4
| | | | Notes: svn path=/head/; revision=390401
* deskutils/griffith: drop dependency on py-xmlRuslan Makhmatkhanov2015-06-221-4/+3
| | | | | | | | According to griffith changelog, dependency on py-xml had retired upstream since version 0.9.7, so we not need it too. Notes: svn path=/head/; revision=390314
* Convert to USES=jpegAntoine Brodin2015-06-223-8/+4
| | | | Notes: svn path=/head/; revision=390310
* deskutils/conduit: drop dependency on py-xmlRuslan Makhmatkhanov2015-06-221-4/+2
| | | | | | | | | | | | | | conduit doesn't using py-xml since version 0.3.5, so remove it and bump PORTREVISION. Limit python version to 2.x while here. References: * http://lwn.net/Articles/265342/ * https://bugzilla.redhat.com/show_bug.cgi?id=454995 With hat: python Notes: svn path=/head/; revision=390295
* - Update to 6.5.21Wen Heping2015-06-203-5/+3
| | | | | | | - Update pkg-message Notes: svn path=/head/; revision=390152
* Horde package update:Martin Matuska2015-06-196-9/+9
| | | | | | | | | | | | | | | | | comms/pear-Horde_ActiveSync 2.28.4 -> 2.28.5 devel/pear-Horde_Core 2.20.4 -> 2.20.5 devel/pear-Horde_Icalendar 2.0.11 -> 2.1.0 mail/pear-Horde_Imap_Client 2.28.1 -> 2.29.0 www/horde-base 5.2.5 -> 5.2.6 mail/horde-imp 6.2.8 -> 6.2.9 deskutils/horde-kronolith 4.2.7 -> 4.2.8 deskutils/horde-nag 4.2.4 -> 4.2.5 mail/horde-turba 4.2.6 -> 4.2.7 mail/horde-webmail 5.2.6 -> 5.2.7 deskutils/horde-groupware 5.2.6 -> 5.2.7 Notes: svn path=/head/; revision=390104
* - Strip libraryDmitry Marakasov2015-06-181-1/+4
| | | | Notes: svn path=/head/; revision=390056
* - Strip binariesDmitry Marakasov2015-06-181-1/+7
| | | | Notes: svn path=/head/; revision=390055
* - Add LICENSE_FILEDmitry Marakasov2015-06-181-6/+7
| | | | | | | | - Simplify post-patch - Strip binary Notes: svn path=/head/; revision=390053
* - Switch to USES=tarDmitry Marakasov2015-06-181-8/+7
| | | | | | | | - Simplify post-patch - Strip binary Notes: svn path=/head/; revision=390048
* - Add LICENSE_FILEDmitry Marakasov2015-06-181-2/+6
| | | | | | | | - Fix binary installation - Strip binaries Notes: svn path=/head/; revision=390044
* - Strip binaryDmitry Marakasov2015-06-181-1/+4
| | | | Notes: svn path=/head/; revision=390043
* editors/zim: move to deskutilsRuslan Makhmatkhanov2015-06-184-0/+77
| | | | | | | | Zim is more than just editor, it's desktop wiki system with rich text capabilities, so it's more appropriate to move it deskutils category. Notes: svn path=/head/; revision=390042
* deskutils/gbirthday: update to 0.6.8Ruslan Makhmatkhanov2015-06-183-18/+19
| | | | | | | | | | - update to 0.6.8 - add LICENSE_FILE - remove Evolution bits, because support of Evolution was discontinued by upstream developers Notes: svn path=/head/; revision=390018
* - Strip binaryDmitry Marakasov2015-06-171-1/+4
| | | | Notes: svn path=/head/; revision=390000
* - Strip binaryDmitry Marakasov2015-06-171-1/+4
| | | | Notes: svn path=/head/; revision=389999
* Upgrade to version 1.1.0Steven Kreuzer2015-06-173-15/+16
| | | | | | | Submitted by: Joseph Kaczmarek <joseph.m.kaczmarek@gmail.com> Notes: svn path=/head/; revision=389987
* - Fix shebangsDmitry Marakasov2015-06-171-3/+5
| | | | | | | - Add NO_ARCH Notes: svn path=/head/; revision=389919
* - Strip binaryDmitry Marakasov2015-06-171-1/+4
| | | | Notes: svn path=/head/; revision=389913
* - Update to 0.0.20150519Dmitry Marakasov2015-06-152-4/+4
| | | | | | | | PR: 200822 Submitted by: lightside@gmx.com (maintainer) Notes: svn path=/head/; revision=389767
* - Update audio/libmusicbrainz5 to 5.1.0Jason E. Hale2015-06-141-1/+1
| | | | | | | | | | | | - Fix a crash in audio/sound-juicer caused by libmusicbrainz5 (fix added upstream, but not in this release) [1] - Bump PORTREVISION on dependent ports PR: 196959 [1] Submitted by: Pete Johanson <peter@peterjohanson.com> [1] Notes: svn path=/head/; revision=389646
* deskutils/fet: update 5.27.2 -> 5.27.3Bartek Rutkowski2015-06-142-3/+3
| | | | | | | | PR: 200736 Submitted by: Zsolt Udvari <udvzsolt@gmail.com> (maintainer) Notes: svn path=/head/; revision=389641
* - Upgrade to 1.4.2.Jun Kuriyama2015-06-134-25/+9
| | | | Notes: svn path=/head/; revision=389438
* Reset maintainership for obrienErwin Lansing2015-06-121-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=389302
* Remove PYGNOMEEXTRAS option, USE_GNOME=pygnomeextras was removed in r372768Pawel Pekala2015-06-121-4/+1
| | | | Notes: svn path=/head/; revision=389293
* Update to version 2.4.2Steven Kreuzer2015-06-123-17/+3
| | | | Notes: svn path=/head/; revision=389289
* - Strip libraryDmitry Marakasov2015-06-111-1/+2
| | | | Notes: svn path=/head/; revision=389219
* Horde package update:Martin Matuska2015-06-102-3/+3
| | | | | | | | | | | | | | comms/pear-Horde_ActiveSync 2.27.1 -> 2.28.4 devel/pear-Horde_Core 2.20.0 -> 2.20.4 security/pear-Horde_Crypt_Blowfish 1.0.3 -> 1.1.0 devel/pear-Horde_Date 2.0.13 -> 2.1.0 mail/pear-Horde_Imap_Client 2.28.0 -> 2.28.1 mail/pear-Horde_Mime 2.9.0 -> 2.9.1 security/pear-Horde_Share 2.0.6 -> 2.0.7 deskutils/horde-kronolith 4.2.6 -> 4.2.7 Notes: svn path=/head/; revision=389138
* Enable font antialiasing by launching JAVA with awt.useSystemAAFontSettings=on.Matthias Andree2015-06-102-0/+19
| | | | | | | | | Bump PORTREVISION. Submitted by: Nikita Murzincev Notes: svn path=/head/; revision=389115
* - Strip librariesDmitry Marakasov2015-06-101-2/+4
| | | | Notes: svn path=/head/; revision=389087
* Remove expired ports:Rene Ladan2015-06-1047-2336/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2015-05-10 databases/postgresql84-client: "EOL was reached in July 2014" 2015-05-10 databases/postgresql84-contrib: "EOL was reached in July 2014" 2015-05-10 databases/postgresql84-docs: "EOL was reached in July 2014" 2015-05-10 databases/postgresql84-plperl: "EOL was reached in July 2014" 2015-05-10 databases/postgresql84-plpython: "EOL was reached in July 2014" 2015-05-10 databases/postgresql84-pltcl: "EOL was reached in July 2014" 2015-06-02 deskutils/deskbar-applet: Broken since update to gnome3 2015-06-02 deskutils/gimmie: Broken since update to gnome3 2015-06-02 deskutils/glipper: Broken since update to gnome3 2015-06-02 deskutils/gnochm: Broken since update to gnome3 2015-06-02 deskutils/hamster-applet: Broken since update to gnome3 2015-06-02 deskutils/kupfer: Broken since update to gnome3 2015-06-02 deskutils/ontv: Broken since update to gnome3 2015-06-02 deskutils/timer-applet: Broken since update to gnome3 2015-06-02 editors/scribes: Broken since update to gnome3 2015-06-09 games/gweled: Broken since update to gnome3 2015-06-02 games/py-pychess: Broken since update to gnome3 2015-06-08 graphics/gqview: Unmaintained upstream, preferences dialog broken, use graphics/geeqie fork 2015-05-31 lang/gcc47-aux: GCC 4.7 branch closed June 2014, move to lang/gcc-aux 2015-06-02 multimedia/arista: Broken since update to gnome3 2015-06-02 net/service-discovery-applet: Broken since update to gnome3 2015-06-05 net/shaperprobe: broken with no known fix (PR 197327) 2015-06-02 print/gnome-specimen: Broken since update to gnome3 2015-06-01 x11-themes/gtk-aqualightblue-theme: Upstream disappeared 2015-06-01 x11-themes/gtk-flat-theme2: Upstream disappeared Notes: svn path=/head/; revision=389040