non port: ports-mgmt/dialog4ports/Makefile |
SVNWeb
|
Number of commits found: 32 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 9c165b9 (Only the first 10 of 44 ports in this commit are shown above. )
ports-mgmt: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alex Stangl <alex@stangl.us>
* Anders F Bjorklund <afb@users.sourceforge.net>
* Benjamin Lutz
* Brendan Molloy <brendan+freebsd@bbqsrc.net>
* Conrad J. Sabatier <conrads@cox.net>
* Edwin Groothuis (edwin@mavetju.org)
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Gabriel Linder <linder.gabriel@gmail.com> (Only the first 15 lines of the commit message are shown above )
|
Thu, 9 Sep 2021
|
[ 20:02 Dmitry Marakasov (amdmi3) ] 9e7bd94
ports-mgmt/dialog4ports: fix segfault
Fix segfault when moving selection in some dialog configurations
Reported by: gad, kumba@gentoo.org
Submitted by: rum1cro@yandex.ru (maintainer)
PR: 244204
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 23 Jul 2019
|
[ 01:48 meta ]
ports-mgmt/dialog4ports: Switch primary master site to https
PR: 239090
Submitted by: Miyashita Touka <imagin8r@protonmail.com>
Approved by: maintainer
|
Tue, 29 Jan 2019
|
[ 14:21 bapt ]
Remove m1cro.me mirror which is now unavailable.
Submitted by: maintainer
|
Tue, 12 Jul 2016
|
[ 18:03 pi ]
ports-mgmt/dialog4ports: 0.1.5 -> 0.1.6
- Added support dialog.ascii_lines(D4PASCIILINES), thanks to kuriyama
- Now first line can be ITEM_SEPARATOR, reported by: Rotluchs(EFnet)
- Rewrote Makefile, bsd.prog.mk no longer needed, with help from amdmi3
- Fix help message, thanks to wblock
PR: 211035
Submitted by: rum1cro@yandex.ru (maintainer)
|
Thu, 15 Oct 2015
|
[ 14:55 mat ] (Only the first 10 of 135 ports in this commit are shown above. )
Drop 8 support.
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3694
|
Mon, 11 May 2015
|
[ 18:34 mat ] (Only the first 10 of 285 ports in this commit are shown above. )
Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight
|
Thu, 18 Sep 2014
|
[ 12:31 mat ] (Only the first 10 of 22 ports in this commit are shown above. )
Retire MANCOMPRESSED.
Also the compat NO_INSTALL_MANPAGES shim.
Differential Revision: https://reviews.freebsd.org/D730
Reviewed by: antoine
With hat: portmgr
Sponsored by: Absolight
|
Mon, 3 Feb 2014
|
[ 19:26 eadler ]
Update master site
Submitted by: rum1cro@yandex.ru (maintainer)
|
Tue, 28 Jan 2014
|
[ 16:24 mat ]
Add license.
PR: ports/186200 (based on)
Submitted by: Ilya A. Arkhipov
Sponsored by: Absolight
|
Thu, 31 Oct 2013
|
[ 07:49 bapt ]
Remove useless NEED_ROOT in favour of a proper USES=uidfix
|
Thu, 24 Oct 2013
|
[ 18:26 mandree ]
Faked forced commit to note
Approved by: portmgr (bdrewery)
|
[ 18:18 mandree ]
Permit port to be stripped if WITH_DEBUG is unset, by only forwarding
DEBUG_FLAGS through MAKE_ARGS if the former is defined.
While here, support staging.
PR: ports/183278
Approved by: Ilya A. Arkhipov (maintainer, on IRC)
|
Fri, 20 Sep 2013
|
[ 22:36 bapt ] (Only the first 10 of 81 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
ports-mgmt)
|
Sun, 15 Sep 2013
|
[ 19:03 crees ]
dialog4ports -- a dialog for FreeBSD ports. This is a static version that
can be used in chroots, for example in Tinderbox.
PR: ports/182021
Submitted by: marcus
Reviewed by: portmgr (bdrewery)
Approved by: maintainer
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Mon, 24 Jun 2013
|
[ 18:35 eadler ]
libdialog was changed in HEAD so dialog4ports must be rebuilt:
this is a small enough port so just bump portrevision.
Approved by: rum1cro@yandex.ru (maintainer, implicit)
|
Mon, 17 Jun 2013
|
[ 11:12 bapt ]
Update dialog4ports to 0.1.5
Changes:
- Don't free memory when process is exiting [1]
- Some style fixes [1]
- Consistently use C99 bool, true and false [1]
- Generalise parsing of env var into StringList [1]
- Rename ITEM_SEPARATE to ITEM_SEPARATOR [1]
- Highlight new options (by a '+' at the beginning of the line) [1]
Submitted by: tijl [1]
|
Wed, 5 Jun 2013
|
[ 17:38 bapt ]
Update to 0.1.4:
- added ^R for redraw dialog
- bug fixes in pkg-help dialog
- fixed segfault when trying to pick up incorrect env values
|
Mon, 3 Jun 2013
|
[ 22:07 mandree ]
Fix WITH_DEBUG to not strip on install.
|
Mon, 29 Apr 2013
|
[ 08:57 bapt ] (Only the first 10 of 157 ports in this commit are shown above. )
Rely on bsdtar to autodetermine the format of the distfiles when possible
For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.
Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
|
Sun, 31 Mar 2013
|
[ 05:50 eadler ]
Fix the MASTER_SITES of dialog4ports.
The extranious "\" only worked by accident because the following line was blank.
Approved by: portmgr (miwi)
|
Sat, 30 Mar 2013
|
[ 11:17 bdrewery ]
- Add more mirrors to fix build
Approved by: maintainer (implicit)
Approved by: portmgr
With hat: portmgr
|
Thu, 28 Mar 2013
|
[ 11:05 bdrewery ]
- Update to 0.1.3 which only brings a -v option to allow
supporting older versions for the stdout/stderr switching
Approved by: Ilya A. Arkhipov <rum1cro@yandex.ru> (maintainer)
With hat: portmgr
|
Mon, 25 Mar 2013
|
[ 11:33 bdrewery ]
- Update to 0.1.2
Changes:
- Use stderr as the old dialog did, which fixes usage inside
of jails
- Add D4PMINHEIGHT and D4PALIGNCENTER (see dialog4ports(1))
Approved by: Ilya A. Arkhipov <rum1cro@yandex.ru> (maintainer)
With hat: portmgr
|
Thu, 21 Mar 2013
|
[ 22:07 bdrewery ]
- Update to 0.1.1
Changes:
- Fix D4PFULLSCREEN being default on when blank.
Now requires y/yes to enable
- Automatically unset LC_ALL to show nicer characters
- Fix crash when resizing
- Upstream the -lm fix
Approved by: Ilya A. Arkhipov <rum1cro@yandex.ru> (maintainer)
With hat: portmgr
|
[ 02:55 bdrewery ]
- Remove prompt for dialog4ports. Dialog4Ports is a
required part of ports 'make config' now. This is seen
as not much different than any other dependency.
- Allow dialog4ports to work with INSTALL_AS_USER
by building and using the port's WRKDIR version
through a Tools/scripts wrapper
- Add NO_DIALOG for 'config' as well.
- Fix D4P environment variables not passing to dialog4ports:
D4PHEIGHT, D4PWIDTH, D4PFULLSCREEN
Reviewed by: miwi, bapt, rum1cro@yandex.ru
Tested by: miwi, bapt, rum1cro@yandex.ru
Tested by: bdrewery (small exp-run)
Requested by: many
|
Wed, 20 Mar 2013
|
[ 11:35 bapt ]
Change distfile from tar.xz to tar.gz to be nice with FreeBSD 7 people
|
Wed, 13 Mar 2013
|
[ 23:38 bapt ]
Add a mirror
|
[ 23:25 bapt ]
Add new dialog4ports
This will be used soon to replace the old dialog(1) for make config
It implements a new mixeddlg widget which allow to mix radio and
classic buttons in a single interface allowing the UI to reflect
optionsng features.
Bundle libdialog on 8.x which doesn't provide a recent libdialog(3).
Thank you very much to Ilya A. Arkhipov who wrote it,
helped by danfe, eadler and myself
|
Number of commits found: 32 |