aboutsummaryrefslogtreecommitdiff
path: root/deskutils
Commit message (Collapse)AuthorAgeFilesLines
...
* - Remove bogus (in presence of USE_GITHUB) USES=tar*Dmitry Marakasov2018-02-021-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=460683
* Flavorize and modernize Emacs portsJoseph Mingrone2018-02-013-62/+49
| | | | | | | | | | | | | | | | | | | | | | | | - Convert USE_EMACS to USES=emacs - Remove editors/emacs-nox11 (refer to nox flavors of editors/emacs and editors/emacs-devel) - Permit default Emacs flavor to be specified in make.conf - Rename japanese/migemo-emacs23 to japanese/migemo-emacs - Update and simplify audio/emms and fix build on FreeBSD 10 [1] - Update databases/bbdd and fix build on FreeBSD 10 [1] - Update editors/emacs-devel - Ensure Makefile shell commands that change directory are executed in a subshell - Silence some portlint warnings [1] By not depending on base texinfo PR: 225404 Reviewed by: antoine Approved by: portmgr (mat) ashish (maintainer) Differential Revision: https://reviews.freebsd.org/D13506 Notes: svn path=/head/; revision=460621
* Bring back compiled python files, and add a way to handle them correctyly ↵Dmitry Marakasov2018-02-013-2/+5
| | | | | | | wrt. python 3 Notes: svn path=/head/; revision=460612
* lang/mono: update to version 5.2.0.215 (and enhance USES=mono)David Naylor2018-01-301-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Highlights: - New Roslyn compiler for C# available - Improved support for nuget packages in USES=mono General: - fix pkg-plist: mono now produces '.pdb' debug files instead of '.mdb' - bump all dependant ports USES=mono: - properly handle caching of nuget packages - add support for multiple feeds for nuget packages - add support for nuget dependencies in a separate file - add support for paket packages lang/mono: - update to version 5.2.0.215 - automate certificate initialisation [2] - increase test coverage - mark as conflicting with net/czmq (conflicting on makecert) [1] - patch mono to use $PREFIX/share/mono instead of /usr/share/.mono devel/google-gdata: - use nunit.framework nuget package as the Mono shipped version is no longer suppport. - switch to using csc(1) for compiling (mcs(1) is depreciated). - use delayed signing (and then sign with sn(1)) as csc(1) does not support signing. - fix reference to system assemblies (the '.dll' suffix is required). - fix reference to HttpUtility: csc(1) is more strict about scoping devel/monodevelop: - reroll distinfo (no changes to content) lang/fsharp: - reroll distinfo (no changes to content) security/gnome-keyring-sharp: - delay sign (then sign with sn(1)) as csc(1) does not support direct signing. PR: 223188 [1] PR: 209670 [2] Differential Revision: https://reviews.freebsd.org/D13752 Notes: svn path=/head/; revision=460430
* Update to 0.44.Vanilla I. Shu2018-01-293-7/+9
| | | | Notes: svn path=/head/; revision=460249
* - Update textproc/py-sphinx to 1.6.5. [0]Marcelo Araujo2018-01-292-24/+27
| | | | | | | | | | | | | | | - Update all ports that depends of py-sphinx. [0] - Add conditional RUN_DEPENDS. [1] - Add TEST_DEPENDS. [1] PR: ports/221891 [0] and ports/225136 [1] Submitted by: sunpoet [1] Approved by: antoine (portmgr) Exprun by: antoine (several rounds) Sponsored by: iXsystems, Inc. Notes: svn path=/head/; revision=460241
* - Make dependency on python unconditional, as filters always require pythonDmitry Marakasov2018-01-263-72/+80
| | | | | | | | | | | | | - Make python module installation unconditional, as disabling it no longer brings any profit - Don't install compiled python files, which fixes installation with python3 as default - Switch to USES=localbase - Fix shebangs - Simplify stripping - Fix plist for WITHOUT=QT4 case - Mark BROKEN with X11MON, required libfam is not linked which breaks the installation Notes: svn path=/head/; revision=460009
* Update Calibre to 3.16.0Guido Falsi2018-01-263-4/+5
| | | | Notes: svn path=/head/; revision=460003
* Unbreak build of deskutils/gnome-contacts with vala 0.36Don Lewis2018-01-242-0/+45
| | | | | | | | PR: 225123, 221941 Submitted by: cpm Notes: svn path=/head/; revision=459815
* deskutils/freeplane: Use a relative symlink for the launcher scriptTobias Kortkamp2018-01-232-5/+4
| | | | | | | | PR: 225399 Requested by: danfe Notes: svn path=/head/; revision=459780
* New port: deskutils/freeplaneTobias Kortkamp2018-01-236-0/+300
| | | | | | | | | | | | | | | Freeplane is a free and open source software application that supports thinking, sharing information and getting things done at work, in school and at home. The software can be used for mind mapping and analyzing the information contained in mind maps. WWW: https://www.freeplane.org/ PR: 225399 Submitted by: lbartoletti@tuxfamily.org Notes: svn path=/head/; revision=459753
* Powerful yet simple to use screenshot software.Nicola Vitale2018-01-216-0/+89
| | | | | | | | | | | | | | | Features: * Customizable appearance. * Easy to use. * In-app screenshot edition. * DBus interface. * Upload to Imgur. WWW: https://github.com/lupoDharkael/flameshot Notes: svn path=/head/; revision=459627
* deskutils/spice-gtk: update to 0.34Roman Bogorodskiy2018-01-203-51/+47
| | | | | | | | | | | | | | | | | | | | | | - Update to 0.34; - Drop SPICE_SLAVE block as the slave port was removed (see r459530 for details); - Explicitly add libepoxy and opus to LIB_DEPENDS as they're unconditionally enabled if found by configure script; - Add LZ4 option for liblz4 support (enabled by default); - Drop NOAUDIO option: the older --with-audio configure flag that allowed to choose one of gstreamer, pulse, auto or none is now deprecated and it's possible to choose backends independently. Also, not as it's possible to have both gstreamer and pulse, enable both by default; - When gstreamer is enabled for audio, also enable it for video; - Pet portlint. PR: 225028 (based on) Submitted by: maintainer Notes: svn path=/head/; revision=459536
* deskutils/py-spice-gtk: remove portRoman Bogorodskiy2018-01-202-12/+0
| | | | | | | | | | | spice-gtk dropped support of the old style Python bindings (non-gir based) quite some time ago [1]. So keeping this port no longer makes sense as it's not different from the master port. 1: https://github.com/SPICE/spice-gtk/commit/0917002c48a0a5deb615d120a0e5997eefc89fd4 Notes: svn path=/head/; revision=459530
* - Fix LICENSEDmitry Marakasov2018-01-203-6/+16
| | | | | | | | - Switch to safer way of patching - Update WWW Notes: svn path=/head/; revision=459496
* devel/boost-*: update to 1.66.0Jan Beich2018-01-187-7/+7
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_66_0.html PR: 223922 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D13279 Notes: svn path=/head/; revision=459315
* deskutils/basket, fix build with clang6Tobias C. Berner2018-01-171-1/+2
| | | | | | | PR: 224669 Notes: svn path=/head/; revision=459243
* Update khal to 0.9.8. Previous version was marked BROKEN due toAdriaan de Groot2018-01-144-28/+29
| | | | | | | | | | | | | | | | | | | | | missing (versioned) dependencies. This version works with the current deskutils/py-vdirsyncer. - Also switch to DISTVERSION - Minor fixes in Makefile, alphabetizing - Updated dependencies - Optional (non-default) dependency on setproctitle Move maintainership from upstream to lbdm. PR: 221736 224732 Submitted by: lbdm@privacychain.ch Reviewed by: che@bein.link (maintainer) adridg Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13432 Notes: svn path=/head/; revision=459002
* Update deskutils/latte-dock to latest upstream release, 0.7.3Adriaan de Groot2018-01-123-9/+24
| | | | | | | | | | http://psifidotos.blogspot.nl/2018/01/latte-bug-fix-release-v073-and-some-news.html Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D13841 Notes: svn path=/head/; revision=458879
* deskutils/syncthing-gtk: update to version 0.9.2.7Steve Wills2018-01-122-10/+17
| | | | | | | | Submitted by: Le Baron d'Merde <lbdm@privacychain.ch> Differential Revision: https://reviews.FreeBSD.org/D13850 Notes: svn path=/head/; revision=458866
* Return kevlo's ports to the pool, he handed in his commit bit.Rene Ladan2018-01-121-1/+1
| | | | | | | With hat: portmgr-secretary Notes: svn path=/head/; revision=458818
* - Update WWWDmitry Marakasov2018-01-121-1/+1
| | | | Notes: svn path=/head/; revision=458809
* - Convert to option helper install target (add OPTIONS_DEFINE=DOCSAlexey Dokuchaev2018-01-111-1/+1
| | | | | | | | | when it was missing) - Invoke INSTALL_DATA where appropriate instead of INSTALL_MAN - Fix some whitespace and formatting bugs along the way Notes: svn path=/head/; revision=458761
* Remove superfluous linefeeds and fix some other minor whitespace bugs.Alexey Dokuchaev2018-01-112-3/+1
| | | | Notes: svn path=/head/; revision=458755
* deskutils/noti: update to 3.0.0Steve Wills2018-01-102-5/+6
| | | | | | | | PR: 225044 Submitted by: Hiroki Tagato <tagattie@yandex.com> (maintainer) Notes: svn path=/head/; revision=458669
* deskutils/superkaramba, fix with clang6Tobias C. Berner2018-01-071-1/+2
| | | | | | | PR: 224945 Notes: svn path=/head/; revision=458360
* - Sort SUBDIRsSunpoet Po-Chuan Hsieh2018-01-071-1/+1
| | | | Notes: svn path=/head/; revision=458346
* desekutils/libstreamanalyzer fix with clang6Tobias C. Berner2018-01-061-1/+2
| | | | | | | | PR: 224945 Reported by: jbeich Notes: svn path=/head/; revision=458300
* - Update calibre to 3.15.0Guido Falsi2018-01-066-29/+40
| | | | | | | | | | | | | | | | - Avoid packaging mime database auto generated files This version enables MTP devices support on FreeBSD. Many thanks to cem@ for reporting the lack of support, doing most of the coding, taking care of upstreaming patches and testing. Also thanks for reminding me to fix the mime database problem! PR: 224580 Submitted by: cem@ Notes: svn path=/head/; revision=458237
* New USES=eigenTobias C. Berner2018-01-021-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Usage: USES=eigen:<version>[,<type>] version: 2 or 3 (required) type: build (default), run For example: USES=eigen:2,build,run will add a BUILD- and RUN_DEPENDS on math/eigen2, and USES=eigen:3 will add a BUILD_DEPENDS on math/eigen3. * Convert the existing ports to use it - biology/iqtree: remove run time dependency (seemed not to be needed) - graphics/movit: remove run time dependency (seemed not to be needed) - science/avogadro: add run time dependeny (installed cmake file requires it to be present) Reviewed by: rakuco, mat Differential Revision: https://reviews.freebsd.org/D13702 Notes: svn path=/head/; revision=457914
* Fix up Makefiles for ports that used to fetch from www.sourcefiles.org.Mark Linimon2018-01-021-1/+4
| | | | | | | | | | | | It is gone. While here, chase other mastersites, pet portlint, and set DEPRECATED for ports that do not fetch from alternative sites. Note: most of these ports are ancient and unmaintained. Notes: svn path=/head/; revision=457829
* - Update to 17.1.20171218Danilo Egea Gondolfo2018-01-012-6/+7
| | | | | | | | | - Remove mcrypt from USE_PHP, it's not used anymore by egroupware Tested by: William Marcelo Piovezan <william@uli.com.br> Notes: svn path=/head/; revision=457782
* Simplify some USES=pythonAntoine Brodin2017-12-291-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=457499
* deskutils/etask: Remove; unsupported by upstream since 2007Joseph Mingrone2017-12-275-84/+0
| | | | | | | Approved by: dryice@dryice.name (maintainer) Notes: svn path=/head/; revision=457422
* Update CMake to 3.10.1Adriaan de Groot2017-12-231-0/+13
| | | | | | | | | | | | | | | | | | | | | | - https://blog.kitware.com/cmake-3-10-1-available-for-download/ - flang support - changes to automoc policies - support for FreeBSD package generation with CPack Necessary fixes to other ports: - cad/openvsp make search for libxml explicit - math/scalapack force C compiler to be compatible with mpi - deskutils/kdepim4 fix incorrect sources list - www/qt5-webkit fix incorrect sources list Thanks to Antoine for the multiple exp-runs. PR: 223872 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13210 Notes: svn path=/head/; revision=457041
* New port: deskutils/showdown: Simple markdown viewer, written in Vala and GTK 3Yuri Victorovich2017-12-234-0/+55
| | | | | | | | | | PR: 224517 Submitted by: Dmitri Goutnik <dg@syrec.org> Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D13592 Notes: svn path=/head/; revision=457021
* - Update lumina-textedit to 1.4.1.Marcelo Araujo2017-12-223-10/+11
| | | | | | | | | | | | - Pass maintainership to submitter. PR: ports/224309 Submitted by: JT Pennington <jt@ixsystems.com> Approved by: kmoore (maintainer) Sponsored by: iXsystems, Inc. Notes: svn path=/head/; revision=456960
* - Update lumina-textedit to 1.4.1.Marcelo Araujo2017-12-224-10/+25
| | | | | | | | | | | | - Pass maintainership to submitter. PR: ports/224310 Submitted by: JT Pennington <jt@ixsystems.com> Approved by: kmoore (maintainer) Sponsored by: iXsystems, Inc. Notes: svn path=/head/; revision=456959
* - Update to 1.4.1.Marcelo Araujo2017-12-224-12/+13
| | | | | | | | | | | | - Pass maintainership to submitter. PR: ports/224311 Submitted by: JT Pennington <jt@ixsystems.com> Approved by: kmoore (maintainer) Sponsored by: iXsystems, Inc. Notes: svn path=/head/; revision=456958
* - Update to 1.4.1.Marcelo Araujo2017-12-223-10/+11
| | | | | | | | | | | | - Pass maintainership to submitter. PR: ports/224312 Submitted by: JT Pennington <jt@ixsystems.com> Approved by: kmoore (maintainer) Sponsored by: iXsystems, Inc. Notes: svn path=/head/; revision=456957
* - Update to 1.4.1.Marcelo Araujo2017-12-223-10/+14
| | | | | | | | | | | | - Pass mantainership to submitter. PR: ports/224313 Submitted by: JT Pennington <jt@ixsystems.com> Approved by: kmoore (maintainer) Sponsored by: iXsystems, Inc. Notes: svn path=/head/; revision=456956
* - Update to 1.4.1.Marcelo Araujo2017-12-222-10/+9
| | | | | | | | | | | | - Pass maintainership to submitter. PR: ports/224315 Submitted by: JT Pennington <jt@ixsystems.com> Approved by: kmoore (maintainer) Sponsored by: iXsystems, Inc. Notes: svn path=/head/; revision=456955
* - Update to 1.4.1.Marcelo Araujo2017-12-223-16/+10
| | | | | | | | | | | | - Pass maintainership to submitter. PR: ports/224316 Submitted by: JT Pennington <jt@ixsystems.com> Approved by: kmoore (maintainer) Sponsored by: iXsystems, Inc. Notes: svn path=/head/; revision=456954
* - Update lumina-textedit to 1.4.1.Marcelo Araujo2017-12-223-10/+11
| | | | | | | | | | | | - Pass maintainership to submitter. PR: ports/224317 Submitted by: JT Pennington <jt@ixsystems.com> Approved by: kmoore (maintainer) Sponsored by: iXsystems, Inc. Notes: svn path=/head/; revision=456953
* Add lumina-pdf version 1.4.1.Marcelo Araujo2017-12-225-0/+113
| | | | | | | | | PR: ports/224318 Submitted by: JT Pennington <jt@ixsystems.com> Sponsored by: iXsystems, Inc. Notes: svn path=/head/; revision=456952
* - Add LICENSE_FILEDmitry Marakasov2017-12-182-25/+13
| | | | | | | | | | - Switch to USES=localbase - Simplify installation - Switch to options helpers - Fix plist for disabled NLS case Notes: svn path=/head/; revision=456632
* Wrap overly long lines so they fit under 80-character terminal width.Alexey Dokuchaev2017-12-161-3/+6
| | | | | | | Pointy hat to: danfe (should've been part of r456390) Notes: svn path=/head/; revision=456466
* Update calibre to 3.14.0Guido Falsi2017-12-153-5/+5
| | | | Notes: svn path=/head/; revision=456412
* Wrap an overly long line.Alexey Dokuchaev2017-12-151-2/+3
| | | | Notes: svn path=/head/; revision=456390
* deskutils/osmo: update to 0.4.2Steve Wills2017-12-142-7/+9
| | | | | | | | PR: 224314 Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> Notes: svn path=/head/; revision=456317