summaryrefslogtreecommitdiff
path: root/ports-mgmt/dialog4ports (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update master siteEitan Adler2014-02-031-2/+2
| | | | | | | Submitted by: rum1cro@yandex.ru (maintainer) Notes: svn path=/head/; revision=342467
* Add license.Mathieu Arnold2014-01-281-0/+2
| | | | | | | | | PR: ports/186200 (based on) Submitted by: Ilya A. Arkhipov Sponsored by: Absolight Notes: svn path=/head/; revision=341617
* Remove useless NEED_ROOT in favour of a proper USES=uidfixBaptiste Daroussin2013-10-311-2/+2
| | | | Notes: svn path=/head/; revision=332208
* Permit port to be stripped if WITH_DEBUG is unset, by only forwardingMatthias Andree2013-10-241-4/+6
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=331507
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | ports-mgmt) Notes: svn path=/head/; revision=327762
* dialog4ports -- a dialog for FreeBSD ports. This is a static version thatChris Rees2013-09-151-5/+6
| | | | | | | | | | | | can be used in chroots, for example in Tinderbox. PR: ports/182021 Submitted by: marcus Reviewed by: portmgr (bdrewery) Approved by: maintainer Notes: svn path=/head/; revision=327356
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* libdialog was changed in HEAD so dialog4ports must be rebuilt:Eitan Adler2013-06-241-0/+1
| | | | | | | | | this is a small enough port so just bump portrevision. Approved by: rum1cro@yandex.ru (maintainer, implicit) Notes: svn path=/head/; revision=321701
* Update dialog4ports to 0.1.5Baptiste Daroussin2013-06-172-3/+3
| | | | | | | | | | | | | | | 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] Notes: svn path=/head/; revision=321095
* Readd the removed by mistake libdialog checksumBaptiste Daroussin2013-06-051-0/+2
| | | | Notes: svn path=/head/; revision=320009
* Update to 0.1.4:Baptiste Daroussin2013-06-052-5/+3
| | | | | | | | | - added ^R for redraw dialog - bug fixes in pkg-help dialog - fixed segfault when trying to pick up incorrect env values Notes: svn path=/head/; revision=320008
* Fix WITH_DEBUG to not strip on install.Matthias Andree2013-06-031-0/+2
| | | | Notes: svn path=/head/; revision=319812
* Rely on bsdtar to autodetermine the format of the distfiles when possibleBaptiste Daroussin2013-04-291-2/+0
| | | | | | | | | | 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 Notes: svn path=/head/; revision=316786
* Fix the MASTER_SITES of dialog4ports.Eitan Adler2013-03-311-1/+1
| | | | | | | | | The extranious "\" only worked by accident because the following line was blank. Approved by: portmgr (miwi) Notes: svn path=/head/; revision=315627
* - Add more mirrors to fix buildBryan Drewery2013-03-301-1/+5
| | | | | | | | | Approved by: maintainer (implicit) Approved by: portmgr With hat: portmgr Notes: svn path=/head/; revision=315606
* - Update to 0.1.3 which only brings a -v option to allowBryan Drewery2013-03-282-3/+3
| | | | | | | | | | supporting older versions for the stdout/stderr switching Approved by: Ilya A. Arkhipov <rum1cro@yandex.ru> (maintainer) With hat: portmgr Notes: svn path=/head/; revision=315456
* - Update to 0.1.2Bryan Drewery2013-03-252-3/+3
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=315215
* - Update to 0.1.1Bryan Drewery2013-03-213-12/+3
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=314878
* - Fix build with 7.4Bryan Drewery2013-03-211-8/+6
| | | | Notes: svn path=/head/; revision=314840
* - Remove prompt for dialog4ports. Dialog4Ports is aBryan Drewery2013-03-211-0/+6
| | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=314799
* Readd the removed by mistake libdialog distinfoBaptiste Daroussin2013-03-201-0/+2
| | | | | | | Reported by: zeising Notes: svn path=/head/; revision=314734
* Change distfile from tar.xz to tar.gz to be nice with FreeBSD 7 peopleBaptiste Daroussin2013-03-202-5/+2
| | | | Notes: svn path=/head/; revision=314724
* Fix build on armBaptiste Daroussin2013-03-151-0/+11
| | | | | | | Reported by: skreuzer Notes: svn path=/head/; revision=314308
* Add a mirrorBaptiste Daroussin2013-03-131-0/+1
| | | | Notes: svn path=/head/; revision=314120
* Add new dialog4portsBaptiste Daroussin2013-03-133-0/+48
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 Notes: svn path=/head/; revision=314119