aboutsummaryrefslogtreecommitdiff
path: root/textproc/confget
Commit message (Collapse)AuthorAgeFilesLines
* textproc/confget: Update to 4.1.0Po-Chuan Hsieh2022-02-282-5/+5
| | | | Changes: https://gitlab.com/confget/confget/-/blob/master/CHANGES
* textproc/confget: Update to 3.0.2Po-Chuan Hsieh2021-06-302-4/+4
| | | | Changes: https://gitlab.com/confget/confget/-/blob/master/CHANGES
* textproc/confget: Update to 3.0.1Po-Chuan Hsieh2021-06-142-4/+4
| | | | Changes: https://gitlab.com/confget/confget/-/blob/master/CHANGES
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 2.3.4Sunpoet Po-Chuan Hsieh2020-05-082-4/+4
| | | | | | | Changes: https://gitlab.com/confget/confget/-/blob/debian/master/CHANGES Notes: svn path=/head/; revision=534345
* Update to 2.3.3Sunpoet Po-Chuan Hsieh2020-05-012-4/+4
| | | | | | | Changes: https://gitlab.com/confget/confget/-/blob/debian/master/CHANGES Notes: svn path=/head/; revision=533495
* Update to 2.3.1Sunpoet Po-Chuan Hsieh2020-04-043-8/+8
| | | | | | | | | | - Update MASTER_SITES - Update WWW Changes: https://gitlab.com/confget/confget/-/blob/debian/master/CHANGES Notes: svn path=/head/; revision=530567
* Convert to options target helperSunpoet Po-Chuan Hsieh2020-01-261-4/+6
| | | | Notes: svn path=/head/; revision=524189
* Update manpage location (r523104)Sunpoet Po-Chuan Hsieh2020-01-191-2/+2
| | | | Notes: svn path=/head/; revision=523549
* Update to 2.3.0Sunpoet Po-Chuan Hsieh2019-09-122-4/+4
| | | | | | | | | | | | | | | | | | | Changes: http://devel.ringlet.net/textproc/confget/CHANGES - fix a typographical error in the previous changelog entry - also exclude the PyPy implementation from the check for too many long options in the 14-bespoke-too-many test - Python implementation: - reformat the source code using the black tool - handle input encodings correctly for the standard input - add the get_parser() method to return a ConfigParser object - make the unit tests less verbose - move the configuration for the black, flake8, and pylint tools out of tox.ini into other configuration files - C implementation: - show the correct version number in the "-q features" output Notes: svn path=/head/; revision=511895
* Update to 2.2.0Sunpoet Po-Chuan Hsieh2019-01-142-4/+4
| | | | | | | | | | Changes: http://devel.ringlet.net/textproc/confget/CHANGES - add a Python implementation: a confget library that may also be invoked from the command line with the same inteface as the C confget tool - generate the TAP tests automatically from JSON definitions Notes: svn path=/head/; revision=490261
* Update to 2.1.1Sunpoet Po-Chuan Hsieh2018-11-283-7/+8
| | | | | | | | | | | - Update MASTER_SITES - Update WWW Changes: http://devel.ringlet.net/textproc/confget/CHANGES - fix the check for more than one requested query type Notes: svn path=/head/; revision=486105
* Update to 2.1.0Sunpoet Po-Chuan Hsieh2017-11-132-3/+4
| | | | | | | | | | | | Changes: http://devel.ringlet.net/textproc/confget/CHANGES - allow the installation commands to be overridden, e.g. for package builds which do not require root privileges - add "-q features" and "-q feature NAME" with only the "BASE" feature defined so far - support "--help" and "--version" Notes: svn path=/head/; revision=454132
* - Update to 2.0.0Sunpoet Po-Chuan Hsieh2016-04-082-5/+5
| | | | | | | Changes: http://devel.ringlet.net/textproc/confget/CHANGES Notes: svn path=/head/; revision=412754
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* - Convert to new test frameworkSunpoet Po-Chuan Hsieh2015-10-011-3/+1
| | | | Notes: svn path=/head/; revision=398307
* Remove Author from pkg-descr and white space fixesBaptiste Daroussin2015-03-021-1/+0
| | | | Notes: svn path=/head/; revision=380311
* - Use hand-made do-installSunpoet Po-Chuan Hsieh2014-09-091-4/+6
| | | | Notes: svn path=/head/; revision=367737
* Allow staging as a regular userAntoine Brodin2014-09-081-1/+1
| | | | Notes: svn path=/head/; revision=367682
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-251-1/+1
| | | | | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr Notes: svn path=/head/; revision=359185
* - Convert to new options helperSunpoet Po-Chuan Hsieh2014-03-081-11/+1
| | | | | | | - Simplify Makefile Notes: svn path=/head/; revision=347532
* - Update LICENSESunpoet Po-Chuan Hsieh2013-12-261-1/+1
| | | | Notes: svn path=/head/; revision=337622
* - Update to 1.05Sunpoet Po-Chuan Hsieh2013-11-042-15/+14
| | | | | | | | | | | | - Add LICENSE - Convert to new options helper - Convert to new LIB_DEPENDS format - Support STAGEDIR Changes: http://devel.ringlet.net/textproc/confget/CHANGES Notes: svn path=/head/; revision=332746
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - Use !${PORT_OPTIONS:Mfoo} instead of empty(PORT_OPTIONS:Mfoo)Sunpoet Po-Chuan Hsieh2013-08-251-1/+1
| | | | Notes: svn path=/head/; revision=325358
* - Use USES=gmakeSunpoet Po-Chuan Hsieh2013-08-211-1/+1
| | | | Notes: svn path=/head/; revision=325110
* Update PCRE to 8.32Martin Matuska2012-12-101-1/+2
| | | | | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports Notes: svn path=/head/; revision=308630
* - Update to 1.04Sunpoet Po-Chuan Hsieh2012-12-082-8/+4
| | | | | | | | | | - Cleanup Makefile header Changes: http://devel.ringlet.net/textproc/confget/CHANGES Feature safe: yes Notes: svn path=/head/; revision=308483
* - Fix typoSunpoet Po-Chuan Hsieh2012-06-281-1/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=300128
* - Convert to new options frameworkSunpoet Po-Chuan Hsieh2012-06-231-7/+8
| | | | Notes: svn path=/head/; revision=299805
* - Update to 1.03Sunpoet Po-Chuan Hsieh2012-02-293-27/+25
| | | | | | | | | | | - Add my LOCAL to MASTER_SITES - Use PLIST_FILES and PORTEXAMPLES instead of PLIST - Cosmetic change Changes: http://devel.ringlet.net/textproc/confget/CHANGES Notes: svn path=/head/; revision=292440
* - Take maintainershipSunpoet Po-Chuan Hsieh2012-02-251-1/+1
| | | | | | | Approved by: roam (maintainer, implicit) Notes: svn path=/head/; revision=292232
* Bump pcre library dependency due to 8.30 updateMartin Matuska2012-02-141-1/+2
| | | | Notes: svn path=/head/; revision=291338
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-2/+2
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276994
* Update to confget-1.02.Peter Pentchev2009-03-244-25/+15
| | | | | | | | Switch from PLIST_FILES to a pkg-plist manifest. Honor NOPORTEXAMPLES. Notes: svn path=/head/; revision=230875
* Add a port of confget-1.01, a simple tool to read variables fromPeter Pentchev2009-03-184-0/+75
configuration files and display their values in a way suitable for use in shell scripts. Notes: svn path=/head/; revision=230353