aboutsummaryrefslogtreecommitdiff
path: root/textproc/asciidoc
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 9.0.5Sunpoet Po-Chuan Hsieh2021-01-303-18/+4
| | | | | | | Changes: https://github.com/asciidoc/asciidoc-py3/releases Notes: svn path=/head/; revision=563303
* Use config newline setting in system attribute evaluationSunpoet Po-Chuan Hsieh2020-12-202-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for package change It fixes comms/fldigi build without extra \r removal. Problems seen with inconsistent newlines in the Table Of Contents HTML pulled in from the configuration file. While the rest of the contents in the resulting HTML file honored the newline style configured by the user, this specific snippet of HTML always used "\r\n". This root of this problem existed for some time, but in earlier versions, the newline style was always "\n". The symptoms changed as a side effect of the issue "Extra line padding in source and literal blocks". In this issue, the newline style changed to "\r\n", and was noticed by users. Change the System Attribute Evaluation function to use the newline setting from the global "config" instead of using the default newline. PR: 251329 Reported by: db Obtained from: https://github.com/asciidoc/asciidoc-py3/commit/8313e45cc78af30bb8df5d33311a7f2fdc50595c Notes: svn path=/head/; revision=558767
* Update to 9.0.4Sunpoet Po-Chuan Hsieh2020-11-152-4/+4
| | | | | | | Changes: https://github.com/asciidoc/asciidoc-py3/releases Notes: svn path=/head/; revision=555274
* Avoid using /usr/local directly and stop false alarm in stage-qa:Sunpoet Po-Chuan Hsieh2020-09-062-2/+2
| | | | | | | | | ====> Running Q/A tests (stage-qa) Warning: Possible REINPLACE_CMD issues: - - REINPLACE_CMD ran, but did not modify file contents: a2x.py Notes: svn path=/head/; revision=547804
* Use upstream release tarballSunpoet Po-Chuan Hsieh2020-08-302-8/+5
| | | | Notes: svn path=/head/; revision=546993
* Update to 9.0.2Sunpoet Po-Chuan Hsieh2020-07-242-4/+4
| | | | | | | Changes: https://github.com/asciidoc/asciidoc-py3/releases Notes: svn path=/head/; revision=543286
* Update to 9.0.1Sunpoet Po-Chuan Hsieh2020-06-272-4/+4
| | | | | | | Changes: https://github.com/asciidoc/asciidoc-py3/blob/master/CHANGELOG.txt Notes: svn path=/head/; revision=540572
* Convert REINPLACE_CMD to patch fileSunpoet Po-Chuan Hsieh2020-06-262-1/+51
| | | | Notes: svn path=/head/; revision=540435
* Update to 9.0.0Sunpoet Po-Chuan Hsieh2020-06-172-5/+5
| | | | | | | Changes: https://github.com/asciidoc/asciidoc-py3/releases Notes: svn path=/head/; revision=539439
* Update WWWSunpoet Po-Chuan Hsieh2020-04-241-1/+1
| | | | Notes: svn path=/head/; revision=532819
* Update textproc/asciidoc to 9.0.0rc2Sunpoet Po-Chuan Hsieh2020-04-213-9/+12
| | | | | | | | | | Changes: https://github.com/asciidoc/asciidoc-py3/releases https://github.com/asciidoc/asciidoc-py3/blob/master/CHANGELOG.txt PR: 245723 Submitted by: antoine Notes: svn path=/head/; revision=532404
* Change the way *_DEPENDS are setSunpoet Po-Chuan Hsieh2018-11-301-4/+5
| | | | Notes: svn path=/head/; revision=486271
* Bump PORTREVISION for package change in r460887Sunpoet Po-Chuan Hsieh2018-02-041-0/+1
| | | | Notes: svn path=/head/; revision=460914
* Ensure the build without networkSunpoet Po-Chuan Hsieh2018-02-042-0/+12
| | | | Notes: svn path=/head/; revision=460887
* Update to 8.6.10Sunpoet Po-Chuan Hsieh2017-12-113-18/+21
| | | | | | | | | | - Change MASTER_SITES to GitHub - Use SHEBANG_GLOB Changes: https://github.com/asciidoc/asciidoc/releases Notes: svn path=/head/; revision=455948
* Change from USES=python:2 to USES=python:2.7Sunpoet Po-Chuan Hsieh2017-12-031-2/+2
| | | | | | | - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=455445
* Simplify conf file handlingSunpoet Po-Chuan Hsieh2017-05-011-15/+2
| | | | Notes: svn path=/head/; revision=439872
* 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
* - Add LICENSE_FILESunpoet Po-Chuan Hsieh2016-03-272-3/+5
| | | | | | | | | - Add NO_ARCH - Reformat pkg-descr - Update WWW Notes: svn path=/head/; revision=412001
* - Add missing RUN_DEPENDSSunpoet Po-Chuan Hsieh2016-03-261-2/+5
| | | | | | | | | | - Bump PORTREVISION for dependency change PR: 208303 Submitted by: tijl Notes: svn path=/head/; revision=411932
* Improve shebangfix frameworkDmitry Marakasov2015-10-191-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Support multiple values in *_OLD_CMD, i.e. we can now fix both "/usr/bin/python" and "/usr/bin/env python" at the same time - Default *_OLD_CMD values are now always appended, so you don't need to specify them in individual ports - Add lua support (depends on USES=lua) - Add more default values, such as "/usr/bin/env foo" for python, perl, bash, ruby and lua - Shebangfix now matches whole words, e.g. we will no longer (erroneously) replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is still (correctly) replaced with "${perl_CMD} -tt") Note that *_OLD_CMD items containing spaces must now be quoted (e.g. perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl") Update shebangfix usage according to new rules in many ports: - Remove *_OLD_CMD for patterns now replaced by default - Quote custom *_OLD_CMD which contain spaces Fix shebangfix usage in many ports (irrelevant to infrastructure change): - Remove redundant SHEBANG_LANG (no need to duplicate default langs) - Remove redundant *_CMD (such as python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present) - Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for exact string Approved by: portmgr (bapt) Differential Revision: D3756 Notes: svn path=/head/; revision=399684
* - Sort SHEBANG_FILESSunpoet Po-Chuan Hsieh2015-10-101-8/+3
| | | | | | | - Cleanup Makefile: configuration files with .sample suffix are handled by @sample already Notes: svn path=/head/; revision=399032
* Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for portsAntoine Brodin2015-07-291-2/+1
| | | | | | | | | | | | using python PR: 201077 Reviewed by: mat With hat: portmgr Differential Revision: https://reviews.freebsd.org/D2955 Notes: svn path=/head/; revision=393196
* Cleanup plistAntoine Brodin2014-11-151-17/+0
| | | | Notes: svn path=/head/; revision=372605
* - Use @sampleSunpoet Po-Chuan Hsieh2014-08-152-85/+29
| | | | | | | | | | - Bump PORTREVISION for package change PR: ports/192678 Submitted by: marino Notes: svn path=/head/; revision=365050
* - Use USES=pythonSunpoet Po-Chuan Hsieh2014-08-151-4/+1
| | | | | | | - Remove RUN_DEPENDS: duplicate with USES=python:2 Notes: svn path=/head/; revision=364909
* - Fix PLISTSunpoet Po-Chuan Hsieh2014-02-042-1/+2
| | | | | | | | | | - Bump PORTREVISION for package change PR: ports/186155 Submitted by: Kevin Zheng <kevinz5000@gmail.com> Notes: svn path=/head/; revision=342575
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* - Install asciidocapi.pySunpoet Po-Chuan Hsieh2014-01-061-3/+14
| | | | | | | | | | | - Bump PORTREVISION for package change - While I'm here, fix shebang PR: ports/185107 Submitted by: Kevin Zheng <kevinz5000@gmail.com> Notes: svn path=/head/; revision=338893
* - Remove VIM option: editors/vim installs identical syntax/asciidoc.vim nowSunpoet Po-Chuan Hsieh2013-12-052-23/+2
| | | | | | | | | | - Bump PORTREVISION for package change PR: ports/184511 Submitted by: mandree Notes: svn path=/head/; revision=335663
* - Update to 8.6.9Sunpoet Po-Chuan Hsieh2013-11-295-114/+24
| | | | | | | | | - Use REINPLACE_CMD instead of patch files Changes: http://www.methods.co.nz/asciidoc/CHANGELOG.html Notes: svn path=/head/; revision=335240
* - Fix shebangSunpoet Po-Chuan Hsieh2013-11-291-0/+1
| | | | | | | Notified by: mva Notes: svn path=/head/; revision=335214
* - Cosmetic changeSunpoet Po-Chuan Hsieh2013-10-262-29/+29
| | | | Notes: svn path=/head/; revision=331685
* - Fix CONF_FILES detection which make *.conf.sample got installed as *.confSunpoet Po-Chuan Hsieh2013-10-261-1/+1
| | | | | | | | | unconditionally (regardless of *.conf existence) Reported by: eadler Notes: svn path=/head/; revision=331663
* - Convert to new OPTIONS helperSunpoet Po-Chuan Hsieh2013-10-102-8/+8
| | | | | | | - Support STAGEDIR Notes: svn path=/head/; revision=329978
* 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
* - Fix PLISTSunpoet Po-Chuan Hsieh2013-09-142-7/+7
| | | | | | | - Cosmetic change Notes: svn path=/head/; revision=327222
* - Add option: VIM for vim ftdetect & syntax filesSunpoet Po-Chuan Hsieh2013-08-252-11/+33
| | | | | | | | | - Cleanup Makefile header - Take maintainership - Fix PLIST: remove blank line Notes: svn path=/head/; revision=325329
* - Fix run-time support by adding lang/python2 as dependencyMarcus von Appen2013-08-171-0/+2
| | | | Notes: svn path=/head/; revision=324876
* asciidoc does not support Python 3Eitan Adler2013-05-202-1/+9
| | | | Notes: svn path=/head/; revision=318615
* - Use proper order of @unexec and @exec to actually install config files [1]Pawel Pekala2012-12-192-32/+28
| | | | | | | | | | - Remove leading article from COMMENT PR: ports/174548 [1] (based on) Submitted by: Dan McGregor <dan.mcgregor@usask.ca> Notes: svn path=/head/; revision=309271
* - Update to version 8.6.8Armin Pirkovitsch2012-11-305-83/+97
| | | | | | | | | | | | | - Add LICENSE - Update pkg-descr PR: ports/170170 Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com> Approved by: beat (mentor) Feature safe: yes Notes: svn path=/head/; revision=308036
* - Update to 8.6.6Guido Falsi2012-08-184-100/+218
| | | | | | | | | | | | | | While I'm here: - Use ETCDIR - Make it preserve configuration files PR: ports/170655 Submitted by: Sebastian Chmielewski <chmielsster@gmail.com> Approved by: tabthorpe (mentor) Notes: svn path=/head/; revision=302706
* - Reassign to the heapThomas Abthorpe2012-07-131-1/+1
| | | | | | | | | - Thank you for your years of service With hat:: portmgr Notes: svn path=/head/; revision=300863
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* Upgrade to version 8.6.4.Joerg Wunsch2011-03-083-5/+11
| | | | | | | Reviewed by: Peter Schuller (maintainer) Notes: svn path=/head/; revision=270520
* - Move over to py25 or aboveMartin Wilke2011-02-252-2/+2
| | | | | | | - While here get rid FreeBSD 6.X and md5 support Notes: svn path=/head/; revision=269643
* - Update to 8.6.1Sahil Tandon2010-08-233-6/+9
| | | | | | | | | PR: ports/149811 Submitted by: Frederic Culot <frederic@culot.org> Approved by: Peter Schuller <peter.schuller@infidyne.com> (maintainer) Notes: svn path=/head/; revision=259873
* - Update to 8.5.3Sahil Tandon2010-05-032-5/+4
| | | | | | | | | PR: ports/146251 Submitted by: Peter Schuller <peter.schuller@infidyne.com> (maintainer) Approved by: wxs@ (mentor) Notes: svn path=/head/; revision=253584