Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.0.0 23 Oct 2024 09:45:24 |
Pietro Cerutti (gahr) |
x11/thingylaunch: update to 4.0.0 |
3.0.3 11 Apr 2024 06:59:10 |
Pietro Cerutti (gahr) |
x11/thingylaunch: update to 3.0.3
Changes: Fix warnings with newer GCC |
3.0.2 08 Apr 2024 13:40:44 |
Pietro Cerutti (gahr) |
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 |
3.0.1 08 Mar 2023 07:53:15 |
Pietro Cerutti (gahr) |
x11/thingylaunch: use pkgconfig, fix build |
3.0.1 04 Mar 2023 17:50:53 |
Pietro Cerutti (gahr) |
x11/thingylaunch: update to 3.0.1
Fix warning due to unqualified call to std::move, see
https://reviews.llvm.org/D119670 |
3.0.0 04 Mar 2023 17:50:52 |
Pietro Cerutti (gahr) |
x11/thingylaunch: update WWW |
3.0.0 04 Mar 2023 15:37:23 |
Pietro Cerutti (gahr) |
x11/thingylaunch: update to 3.0.0 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
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) |
2.0.3_8 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
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.
(Only the first 15 lines of the commit message are shown above ) |
2.0.3_8 20 Jul 2022 14:23:32 |
Tobias C. Berner (tcberner) |
x11: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam Weinberger <adam@vectors.cx>
* Adam Weinberger <adamw@FreeBSD.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexander Matey <matey@cis.ohio-state.edu>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Alexey Mikhailov <karma@ez.pereslavl.ru>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Anton Toernqvist <antont@inbox.lv> (Only the first 15 lines of the commit message are shown above ) |
2.0.3_8 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.0.3_8 07 Nov 2019 18:36:56 |
zeising |
Add USES=xorg USES=gl, ports categories x
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. |
2.0.3_8 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
2.0.3_7 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
2.0.3_7 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
2.0.3_6 11 Sep 2018 18:34:28 |
zeising |
Change x11/xorgproto to become a build dep
Change x11/xorgproto to become a build time dependency when added to
USE_XORG. Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.
PR: 230909
Reviewed by: eadler
Approved by: portmgr (antoine)
Obtained
from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run: antoine
Differential Revision: https://reviews.freebsd.org/D16906 |
2.0.3_5 31 Jul 2018 18:41:30 |
zeising |
Switch to xorgproto instead of individual packages
Upstream used to distribute protocol headers as separate packages, but has
decided to merge those to a common package, named xorgproto. This update
tracks that change.
* Add a new port, x11/xorgproto, with are protocol headers for xorg.
* Hook the new protocol port to the build and to infrastructure in
bsd.xorg.mk.
* Update all ports with a dependency on any of the old *proto packages to
instead depend on xorgproto. Bump portrevision.
* Delete the old *proto packages, update MOVED.
PR: 230023
Submitted by: zeising
Approved by: portmgr (antoine)
exp-run by: antoine |
2.0.3_4 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
2.0.3_3 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
2.0.3_2 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
2.0.3_1 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
2.0.3_1 01 Apr 2016 13:18:17 |
mat |
Fixup some whitespace at the beginning of lines problems.
With hat: portmgr
Sponsored by: Absolight |
2.0.3_1 25 Nov 2015 13:28:45 |
gahr |
x11/thingylaunch - take back maintainership |
2.0.3_1 07 May 2015 20:24:16 |
mat |
Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
2.0.3_1 10 Dec 2014 22:29:15 |
gahr |
- Reset maintainership of my ports |
2.0.3_1 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
2.0.3 04 Aug 2014 12:23:48 |
gahr |
- Update to 2.0.3
* Fix a seg-fault when trying to tab-complete an empty command |
2.0.2 29 Jul 2014 13:11:04 |
gahr |
- 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() |
2.0.1 14 Apr 2014 14:30:42 |
gahr |
- 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 |
1.2.2 08 Apr 2014 12:09:26 |
gahr |
- Update to 1.2.2
* Fix a bug where an uninitialized XColor struct could cause a segfault on
some systems (Emanuel Haupt) |
1.2.1 08 Apr 2014 11:39:11 |
gahr |
- Update to 1.2.1
* Add some missing #include (Emanuel Haupt)
* Optimize the option parsing code
* Remove unused variable |
1.2.0 08 Apr 2014 09:45:48 |
gahr |
- Update to 1.2.0
* Implement the -bg and -fg options
* Simplify the code by rewriting the whole stuff in C++ |
1.1.7 03 Apr 2014 13:37:42 |
gahr |
- Update to 1.1.7
* Implement bookmarks |
1.1.6 03 Apr 2014 11:57:50 |
gahr |
- 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 |
1.1.5 11 Jan 2014 10:03:45 |
vanilla |
Support stagedir.
Approved by: portmgr (blanket infrastructure) |
1.1.5 20 Sep 2013 23:43:20 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11) |
1.1.5 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
1.1.5 17 May 2013 19:28:04 |
gahr |
- 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 |
1.1.4 11 Oct 2012 13:22:53 |
gahr |
- Update to 1.1.4
* Handle Ctrl-w (kill word)
Feature safe: yes |
1.1.3 14 Jun 2012 14:13:19 |
gahr |
- Update to 1.1.3
* Handle Ctrl-k (kill line) |
1.1.2 02 Feb 2012 12:51:16 |
gahr |
- 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 |
1.1.1 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.1.1 17 Aug 2010 09:55:17 |
gahr |
- Update to 1.1.1
- Document the history support feature in pkg-descr |
1.1.0 09 Oct 2009 20:07:46 |
gahr |
- Update to 1.10
* added history support
* use pkg-config to locate libX11 |
1.0.1 06 Oct 2009 07:52:46 |
gahr |
- Update to 1.0.1 |
1.0.0 01 Oct 2009 20:57:16 |
gahr |
- 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 |