aboutsummaryrefslogtreecommitdiff
path: root/x11/tilda
Commit message (Collapse)AuthorAgeFilesLines
* x11/tilda: Fix OOB write in start_default_shell()Rodrigo Osorio2022-10-302-6/+20
| | | | | | | | | | | | | The fix was committed to upstream in May 9, but no release was made for it until now. https://github.com/lanoxx/tilda/commit/51a980a55ad6d750daa21d43a66d44577dad277b Update Makefile to make portlint happy PR: 264270 Reported by: <iron.udjin@gmail.com> Tested by: <iron.udjin@gmail.com>
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* x11/tilda: Upgrade from 1.4.1 to 1.5.0Rodrigo Osorio2020-03-263-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | Major new features and improvements: - Backward search - Monitor changes fix - Fixes related to windows title - Tilda now uses asynchronous command spawning - In non-X11 environments such as Wayland, use X11 backend - Correctly free the resources when closing the a terminal tab - Fixed issue in transparency - Fixed a resize issue in fullscreen mode Changes for developers: - Tilda now uses structured logging. Deprecations: - Removed 'Allow Bold' option - Removed deprecated antialiasing option - Dropped support for older VTE versions Full changelog: https://github.com/lanoxx/tilda/releases/tag/tilda-1.5.0 Notes: svn path=/head/; revision=529167
* Add USES=xorg USES=gl, ports categories xNiclas Zeising2019-11-071-1/+1
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 'x' While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=517000
* use dirent.h instead of deprecated sys/dir.hRodrigo Osorio2019-06-202-4/+13
| | | | | | | | | | | | | tilda currently includes sys/dir.h, but this header is scheduled for removal. Its successor is dirent.h. Update this port accordingly. Poudriere build run with Freebsd 11 and 12 PR: 238695 Submitted by: rene Notes: svn path=/head/; revision=504621
* Ugrade x11/tilda from 1.3.3 to 1.4.1Rodrigo Osorio2018-12-263-6/+8
| | | | | | | | | Changelog: https://github.com/lanoxx/tilda/compare/tilda-1.4.1...master Rework USE directives as reported by testports Update plist Notes: svn path=/head/; revision=488397
* - Update to 0.50.3Danilo Egea Gondolfo2018-06-221-1/+1
| | | | | | | | | PR: 227981 Submitted by: danilo Approved by: maintainer timeout (gnome, 1 month) Notes: svn path=/head/; revision=473049
* Tilda uses wrong ps flag on startRodrigo Osorio2017-12-072-2/+12
| | | | | | | | Replace ps call by pgrep Bump PORTREVISION Notes: svn path=/head/; revision=455702
* Upgrade tilda from 1.3.1 to 3.1.3Rodrigo Osorio2017-01-292-4/+4
| | | | | | | Submitted by: rodrigo (maintainer) Notes: svn path=/head/; revision=432775
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* - Remove unneeded @dirDmitry Marakasov2016-02-051-1/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=408250
* x11/tilda: Promote vte3 from BUILD_DEPENDS to include RUN_DEPENDSJohn Marino2016-01-252-0/+3
| | | | | | | | | | | | | | | | | User got error message, 'Shared object "libvte-2.91.so.0" not found, required by tilda' when launching tilda. Manually installing x11-toolkits/vte3 fixed the issue, so vte3 is clearly more than a build dependency. I've specified RUN_DEPENDS rather than convert BUILD_* to LIB_* given how vte3 was already specified and the fact there's no generic library in pkg-plist. while here, fix the pkg-plist error that showed during build testing by adding share/appdata/tilda.appdata.xml to the list approved by: just fix it. Notes: svn path=/head/; revision=407195
* Update tilda to 1.3.1Rodrigo Osorio2016-01-113-7/+7
| | | | Notes: svn path=/head/; revision=405815
* Upgrade tilda to 1.2.4Rodrigo Osorio2015-08-132-3/+3
| | | | Notes: svn path=/head/; revision=394191
* Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.Mathieu Arnold2015-05-182-4/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386691
* Upgrade tilda to latest stable release 1.2.2Rodrigo Osorio2015-04-126-36/+29
| | | | | | | | | | Fix/Rework build PR: 198763 Submitted by: rodrigo (maintainer) Notes: svn path=/head/; revision=383869
* Fix segfault with tildaRodrigo Osorio2015-02-232-1/+16
| | | | | | | | | | | Bump port revision PR: 197819 Submitted by: <mzs_47@yahoo.co.in> Obtained from: mandriva Notes: svn path=/head/; revision=379716
* Cleanup plistBaptiste Daroussin2015-01-171-1/+0
| | | | Notes: svn path=/head/; revision=377270
* Fix build on -current.Adam Weinberger2014-08-161-0/+2
| | | | | | | | This particular fixup could probably be applied across-the-board for GNU configure. Notes: svn path=/head/; revision=365104
* devel/libconfuse: USES=libtool, bump dependenciesKurt Jaeger2014-08-031-1/+1
| | | | Notes: svn path=/head/; revision=363890
* Add DOCS option to the remaining staged ports where PORTDOCS appearsAdam Weinberger2014-07-161-0/+2
| | | | | | | in the plist. Notes: svn path=/head/; revision=362026
* Update maintainer email addressRodrigo Osorio2014-01-291-1/+1
| | | | | | | Approved by: bapt@ (co-mentor) Notes: svn path=/head/; revision=341704
* - Add LICENSESunpoet Po-Chuan Hsieh2013-12-021-8/+6
| | | | | | | | | | | | - Convert to new LIB_DEPENDS format - Add missing USES=gettext - Support STAGEDIR PR: ports/184420 Submitted by: User Rodrigo <rodrigo@bebik.net> Notes: svn path=/head/; revision=335458
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | | | the mtree (remaining categories) - Add note on mtree change to CHANGES Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331275
* Hand port over to Rodrigo OSORIO per request.Eitan Adler2013-10-011-1/+1
| | | | | | | | Submitted by: Rodrigo OSORIO <rodrigo@bebik.net> Approvey by: Vlad V. Teterya <vlad@vlad.uz.ua> (prior maintainer) Notes: svn path=/head/; revision=328962
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+1
| | | | | | | x11) Notes: svn path=/head/; revision=327777
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-6/+2
| | | | Notes: svn path=/head/; revision=326129
* * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichKoop Mast2013-03-081-0/+2
| | | | | | | | | | | | | | | | | | | | | | | are the latest stable releases. * Update vala to the newest stable release 0.18.1, also update a few ports in the gtk/gnome stack. * The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles. * Remove pkg-config run depends from glib20 and freetype2. This doesn't eliminate pkg-config run dependency completely, a second phase is needed and is planned. * Support for .:run. and .:build. for USE_GNOME components was added. Currently only libxml2 and libxslt support this mechanism. * Updates of the telepathy stack and empathy. * Trim makefile headers, convert ports to new options, trim off library versions for some ports. * Fix other ports so they build with the new glib version. Thanks to miwi and crees for helping out with some exp-runs. Approved by: portmgr (miwi & bapt) Obtained from: gnome team repo Notes: svn path=/head/; revision=313633
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-2/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* Chase the vte shared lib bump.Joe Marcus Clarke2009-08-221-1/+1
| | | | Notes: svn path=/head/; revision=240115
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with X Notes: svn path=/head/; revision=240078
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Update to 0.9.6Dmitry Marakasov2008-10-113-8/+26
| | | | | | | | | | | - Use SF macro PR: 127334 Submitted by: Cezary Morga <cm at therek dot net> Approved by: maintainer timeout Notes: svn path=/head/; revision=221429
* - Remove USE_GCC where it can be satisfied with base compiler on followingPav Lucistnik2008-07-251-1/+0
| | | | | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT Notes: svn path=/head/; revision=217485
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-211-2/+1
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209563
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-192-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Update to 0.9.4Martin Wilke2007-01-013-9/+18
| | | | | | | | | | - Move to LOCALBASE PR: ports/106537 Submitted by: Vlad V. Teterya <vlad@vlad.uz.ua> (maintainer) Notes: svn path=/head/; revision=181181
* Update to 0.09.3Ion-Mihai Tetcu2006-07-152-4/+4
| | | | | | | | PR: ports/100303 Submitted by: maintainer Notes: svn path=/head/; revision=167841
* - Update to 0.09.2Simon Barner2006-02-012-9/+17
| | | | | | | | Submitted by: "Vlad V. Teterya" <vlad@vlad.uz.ua> (maintainer) PR: ports/92646 Notes: svn path=/head/; revision=154995
* Add tilda, a Drop down x11 terminal with transparency supportEmanuel Haupt2005-12-053-0/+51
PR: 89995 Submitted by: Vlad V. Teterya <vlad@vlad.uz.ua> Notes: svn path=/head/; revision=150497