notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
non port: x11/thingylaunch/distinfo

Number of commits found: 23

Wednesday, 23 Oct 2024
09:45 Pietro Cerutti (gahr) search for other commits by this committer
x11/thingylaunch: update to 4.0.0
commit hash: 0e5ef2f9d734ed2fe169367aa30a5fbacb5d7042 commit hash: 0e5ef2f9d734ed2fe169367aa30a5fbacb5d7042 commit hash: 0e5ef2f9d734ed2fe169367aa30a5fbacb5d7042 commit hash: 0e5ef2f9d734ed2fe169367aa30a5fbacb5d7042 0e5ef2f
Thursday, 11 Apr 2024
06:59 Pietro Cerutti (gahr) search for other commits by this committer
x11/thingylaunch: update to 3.0.3

Changes: Fix warnings with newer GCC
commit hash: f8fa4f0370a27b3137a88944f38225a85f0559f8 commit hash: f8fa4f0370a27b3137a88944f38225a85f0559f8 commit hash: f8fa4f0370a27b3137a88944f38225a85f0559f8 commit hash: f8fa4f0370a27b3137a88944f38225a85f0559f8 f8fa4f0
Monday, 8 Apr 2024
13:40 Pietro Cerutti (gahr) search for other commits by this committer
x11/thingylaunch: update to 3.0.2

Changes:
- Don't override compiler/linker flags, append to them

Also, small tidying to the port's makefile

PR:		278227
Submitted by:	diizzy
commit hash: 3109f13fec3f9e755984044e25c1069db5b5a740 commit hash: 3109f13fec3f9e755984044e25c1069db5b5a740 commit hash: 3109f13fec3f9e755984044e25c1069db5b5a740 commit hash: 3109f13fec3f9e755984044e25c1069db5b5a740 3109f13
Saturday, 4 Mar 2023
17:50 Pietro Cerutti (gahr) search for other commits by this committer
x11/thingylaunch: update to 3.0.1

Fix warning due to unqualified call to std::move, see
https://reviews.llvm.org/D119670
commit hash: d5f675864178cb8a784129384902a2bb139de2c3 commit hash: d5f675864178cb8a784129384902a2bb139de2c3 commit hash: d5f675864178cb8a784129384902a2bb139de2c3 commit hash: d5f675864178cb8a784129384902a2bb139de2c3 d5f6758
15:37 Pietro Cerutti (gahr) search for other commits by this committer
x11/thingylaunch: update to 3.0.0
commit hash: 493b4f45215de3f5058f91d719b98d059404a33f commit hash: 493b4f45215de3f5058f91d719b98d059404a33f commit hash: 493b4f45215de3f5058f91d719b98d059404a33f commit hash: 493b4f45215de3f5058f91d719b98d059404a33f 493b4f4
Thursday, 7 May 2015
20:24 mat search for other commits by this committer
Update ports in the remaining categories to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:385665 
Monday, 4 Aug 2014
12:23 gahr search for other commits by this committer
- Update to 2.0.3
  * Fix a seg-fault when trying to tab-complete an empty command
Original commitRevision:363996 
Tuesday, 29 Jul 2014
13:11 gahr search for other commits by this committer
- Update to 2.0.2
  * Do not duplicate identical entries at the end of the history
  * Import the std namespace in implementation files
  * Switch to using non-member begin() and end()
Original commitRevision:363314 
Monday, 14 Apr 2014
14:30 gahr search for other commits by this committer
- Update to 2.0.1
  * Fix a bug where the cursor position was invalidated after an insertion
  * Implement X11 stuff on top of both libX11 (default) and XCB (OPTIONSng)
  * Handle more options related to font handling
  * Chase compiler warnings
Original commitRevision:351260 
Tuesday, 8 Apr 2014
12:09 gahr search for other commits by this committer
- Update to 1.2.2
  * Fix a bug where an uninitialized XColor struct could cause a segfault on
    some systems (Emanuel Haupt)
Original commitRevision:350600 
11:39 gahr search for other commits by this committer
- Update to 1.2.1
  * Add some missing #include (Emanuel Haupt)
  * Optimize the option parsing code
  * Remove unused variable
Original commitRevision:350598 
09:45 gahr search for other commits by this committer
- Update to 1.2.0
  * Implement the -bg and -fg options
  * Simplify the code by rewriting the whole stuff in C++
Original commitRevision:350587 
Thursday, 3 Apr 2014
13:37 gahr search for other commits by this committer
- Update to 1.1.7
  * Implement bookmarks
Original commitRevision:350012 
11:57 gahr search for other commits by this committer
- Update to 1.1.6
  * Fix a bug where the command line wasn't always '\0'-terminated
  * Fix style here and there
  * Update COPYRIGHT years to include 2014
- Fix LICENSE (BSD -> BSD2CLAUSE)
- Add another repo to MASTER_SITES
Original commitRevision:350003 
Friday, 17 May 2013
19:28 gahr search for other commits by this committer
- Update to 1.1.5
  * Add COPYRIGHT file
  * Update COPYRIGHT years to include 2013
  * Remove debug printf and puts
  * Fixup indentation
  * Switch build system to CMake
  * Import into GitHub.com
Original commitRevision:318398 
Thursday, 11 Oct 2012
13:22 gahr search for other commits by this committer
- Update to 1.1.4
  * Handle Ctrl-w (kill word)

Feature safe:	yes
Original commitRevision:305718 
Thursday, 14 Jun 2012
14:13 gahr search for other commits by this committer
- Update to 1.1.3
  * Handle Ctrl-k (kill line)
Original commit
Thursday, 2 Feb 2012
12:51 gahr search for other commits by this committer
- Update to 1.1.2
  * Handle printable characters from the Latin-1 to Latin-9 sets
  * Handle KeyPad motion (Up, Down, ...) and digits keys
  * Fix a bug that caused the PATH scanning routine to ignore the
    last path element and simplify the algorithm
- Add LICENSE (MIT)
- Rearrange MASTER_SITES to fetch from my site first
Original commit
Saturday, 19 Mar 2011
12:38 miwi search for other commits by this committer
- Get Rid MD5 support
Original commit
Tuesday, 17 Aug 2010
09:55 gahr search for other commits by this committer
- Update to 1.1.1
- Document the history support feature in pkg-descr
Original commit
Friday, 9 Oct 2009
20:07 gahr search for other commits by this committer
- Update to 1.10
  * added history support
  * use pkg-config to locate libX11
Original commit
Tuesday, 6 Oct 2009
07:52 gahr search for other commits by this committer
- Update to 1.0.1
Original commit
Thursday, 1 Oct 2009
20:57 gahr search for other commits by this committer
- New port: x11/thingylaunch

Thingylaunch is a fork of thinglaunch (x11/thinglaunch), which supports
navigation keys and tab-completion.

WWW: http://www.gahr.ch/thingylaunch
Original commit

Number of commits found: 23