Sunpoet Po-Chuan Hsieh
fe6621925d
Update to 8.6.10
...
- Change MASTER_SITES to GitHub
- Use SHEBANG_GLOB
Changes: https://github.com/asciidoc/asciidoc/releases
2017-12-11 10:37:33 +00:00
Sunpoet Po-Chuan Hsieh
292c06b2a7
Change from USES=python:2 to USES=python:2.7
...
- Bump PORTREVISION for dependency change
2017-12-03 20:35:27 +00:00
Sunpoet Po-Chuan Hsieh
3bb1787261
Simplify conf file handling
2017-05-01 12:45:55 +00:00
Mathieu Arnold
597afc47ba
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
...
With hat: portmgr
Sponsored by: Absolight
2016-04-01 14:25:16 +00:00
Sunpoet Po-Chuan Hsieh
7eebb3864f
- Add LICENSE_FILE
...
- Add NO_ARCH
- Reformat pkg-descr
- Update WWW
2016-03-27 17:56:18 +00:00
Sunpoet Po-Chuan Hsieh
a7e3930140
- Add missing RUN_DEPENDS
...
- Bump PORTREVISION for dependency change
PR: 208303
Submitted by: tijl
2016-03-26 17:10:02 +00:00
Dmitry Marakasov
67971bd0fb
Improve shebangfix framework
...
- 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
2015-10-19 14:50:52 +00:00
Sunpoet Po-Chuan Hsieh
78c3bfca7c
- Sort SHEBANG_FILES
...
- Cleanup Makefile: configuration files with .sample suffix are handled by @sample already
2015-10-10 23:11:28 +00:00
Antoine Brodin
6e381a9d53
Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for ports
...
using python
PR: 201077
Reviewed by: mat
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D2955
2015-07-29 22:09:53 +00:00
Antoine Brodin
e3b883655f
Cleanup plist
2014-11-15 16:26:32 +00:00
Sunpoet Po-Chuan Hsieh
b794815d7d
- Use @sample
...
- Bump PORTREVISION for package change
PR: ports/192678
Submitted by: marino
2014-08-15 21:09:01 +00:00
Sunpoet Po-Chuan Hsieh
31e3f9e411
- Use USES=python
...
- Remove RUN_DEPENDS: duplicate with USES=python:2
2014-08-15 03:01:45 +00:00
Sunpoet Po-Chuan Hsieh
1086b15442
- Fix PLIST
...
- Bump PORTREVISION for package change
PR: ports/186155
Submitted by: Kevin Zheng <kevinz5000@gmail.com>
2014-02-04 16:54:12 +00:00
Rene Ladan
50f8eaece1
Python cleanup:
...
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat)
2014-01-13 21:00:02 +00:00
Sunpoet Po-Chuan Hsieh
9958ccb345
- Install asciidocapi.py
...
- Bump PORTREVISION for package change
- While I'm here, fix shebang
PR: ports/185107
Submitted by: Kevin Zheng <kevinz5000@gmail.com>
2014-01-06 15:11:48 +00:00
Sunpoet Po-Chuan Hsieh
e401659024
- Remove VIM option: editors/vim installs identical syntax/asciidoc.vim now
...
- Bump PORTREVISION for package change
PR: ports/184511
Submitted by: mandree
2013-12-05 12:13:01 +00:00
Sunpoet Po-Chuan Hsieh
cc60f2572d
- Update to 8.6.9
...
- Use REINPLACE_CMD instead of patch files
Changes: http://www.methods.co.nz/asciidoc/CHANGELOG.html
2013-11-29 22:09:32 +00:00
Sunpoet Po-Chuan Hsieh
9ed7450b1f
- Fix shebang
...
Notified by: mva
2013-11-29 19:24:00 +00:00
Sunpoet Po-Chuan Hsieh
c952f31269
- Cosmetic change
2013-10-26 13:27:07 +00:00
Sunpoet Po-Chuan Hsieh
af04b7c0b9
- Fix CONF_FILES detection which make *.conf.sample got installed as *.conf
...
unconditionally (regardless of *.conf existence)
Reported by: eadler
2013-10-26 08:56:34 +00:00
Sunpoet Po-Chuan Hsieh
553cb89866
- Convert to new OPTIONS helper
...
- Support STAGEDIR
2013-10-10 08:57:13 +00:00
Baptiste Daroussin
0068f2d47f
Add NO_STAGE all over the place in preparation for the staging support (cat: textproc)
2013-09-20 23:17:30 +00:00
Sunpoet Po-Chuan Hsieh
5defc67dbb
- Fix PLIST
...
- Cosmetic change
2013-09-14 06:48:02 +00:00
Sunpoet Po-Chuan Hsieh
9fafb3898f
- Add option: VIM for vim ftdetect & syntax files
...
- Cleanup Makefile header
- Take maintainership
- Fix PLIST: remove blank line
2013-08-25 08:04:55 +00:00
Marcus von Appen
813c7105c3
- Fix run-time support by adding lang/python2 as dependency
2013-08-17 22:39:52 +00:00
Eitan Adler
c856abc39a
asciidoc does not support Python 3
2013-05-20 17:29:02 +00:00
Pawel Pekala
478c395e2c
- Use proper order of @unexec and @exec to actually install config files [1]
...
- Remove leading article from COMMENT
PR: ports/174548 [1] (based on)
Submitted by: Dan McGregor <dan.mcgregor@usask.ca>
2012-12-19 22:48:30 +00:00
Armin Pirkovitsch
3e8019870d
- Update to version 8.6.8
...
- Add LICENSE
- Update pkg-descr
PR: ports/170170
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by: beat (mentor)
Feature safe: yes
2012-11-30 23:50:55 +00:00
Guido Falsi
c7cfe4890a
- Update to 8.6.6
...
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)
2012-08-18 07:49:51 +00:00
Thomas Abthorpe
fc52f474a7
- Reassign to the heap
...
- Thank you for your years of service
With hat:: portmgr
2012-07-13 14:14:13 +00:00
Doug Barton
2b1dacc826
Remove more tags from pkg-descr files fo the form:
...
- 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.
2011-10-24 04:17:37 +00:00
Joerg Wunsch
27143bc05c
Upgrade to version 8.6.4.
...
Reviewed by: Peter Schuller (maintainer)
2011-03-08 19:48:41 +00:00
Martin Wilke
729d9d232f
- Move over to py25 or above
...
- While here get rid FreeBSD 6.X and md5 support
2011-02-25 03:19:29 +00:00
Sahil Tandon
1b498914f4
- Update to 8.6.1
...
PR: ports/149811
Submitted by: Frederic Culot <frederic@culot.org>
Approved by: Peter Schuller <peter.schuller@infidyne.com> (maintainer)
2010-08-23 23:17:35 +00:00
Sahil Tandon
0185a17d02
- Update to 8.5.3
...
PR: ports/146251
Submitted by: Peter Schuller <peter.schuller@infidyne.com> (maintainer)
Approved by: wxs@ (mentor)
2010-05-03 01:56:51 +00:00
Wesley Shields
a82f89ae2d
- Remove RUN_DEPENDS which are no longer necessary.
...
- Bump PORTREVISION as this affects the package.
PR: ports/144257
Submitted by: Oleg Pudeyev <oleg@bsdpower.com>
Approved by: Peter Schuller <peter.schuller@infidyne.com> (maintainer)
2010-03-14 01:47:28 +00:00
Wen Heping
fdf7f6650d
- Update to 8.5.2
...
- Shell script was converted to python upstream -> patching of a2x no longer needed
- Removed file files/patch-a2x
PR: ports/142081
Submitted by: Peter Schuller <peter.schuller@infidyne.com> (maintainer)
2009-12-28 03:00:05 +00:00
Dmitry Marakasov
8c9b17f3f8
- Remove remaining SFP references (switch these ports to SF)
...
Approved by: portmgr (pav)
2009-08-27 15:04:16 +00:00
Martin Wilke
790efaa0ca
- Fix fetch
2009-08-18 17:49:39 +00:00
Wesley Shields
5c1ec06944
- Use realpath(1) instead of GNU readlink.
...
- Depend upon misc/getopt.
- Don't hardcode ${LOCALBASE} in new patch.
PR: ports/136940
Submitted by: Peter Schuller <peter.schuller@infidyne.com> (maintainer)
2009-07-28 14:50:25 +00:00
Martin Wilke
d4a911b466
- Update to 8.4.5
...
PR: 136294
Submitted by: Peter Schuller <peter.schuller@infidyne.com> (maintainer)
2009-07-05 22:24:18 +00:00
Dennis Herrmann
0a03f02f42
- Update to 8.4.4
...
PR: ports/134378
Submitted by: Peter Schuller <peter.schuller@infidyne.com> (maintainer)
Approved by: miwi (mentor implicit)
2009-05-09 09:34:24 +00:00
Wesley Shields
12ba31694b
- Update to 8.4.3.
...
PR: ports/133978
Submitted by: Peter Schuller <peter.schuller@infidyne.com> (maintainer)
2009-04-26 12:24:57 +00:00
Wesley Shields
77e62084a6
- Fix distinfo since distfile was rerolled. The only changes were to
...
documentation and examples and are very minor.
PR: ports/133728
Submitted by: Peter Schuller <peter.schuller@infidyne.com> (maintainer)
Approved by: portmgr (pav)
2009-04-14 16:16:21 +00:00
Dennis Herrmann
565adeee88
- Update to 8.4.2
...
PR: ports/133433
Submitted by: Peter Schuller <peter.schuller@infidyne.com> (maintainer)
Approved by: tabthorpe (co-mentor)
2009-04-07 21:58:54 +00:00
Boris Samorodov
c7ff428384
Update to version 8.3.5.
...
PR: ports/131291
Submitted by: me
Approved by: Peter Schuller <peter.schuller at infidyne.com> (maintainer)
2009-02-03 05:42:23 +00:00
Marcelo Araujo
aa0474180c
- Update to 8.3.4.
...
PR: ports/130922
Submitted by: Peter Schuller <peter.schuller@infidyne.com> (maintainer)
2009-01-24 16:28:55 +00:00
Dmitry Marakasov
bfd42365ec
- Update to 8.3.3
...
PR: 130589
Submitted by: Peter Schuller <peter dot schuller at infidyne dot com> (maintainer)
2009-01-18 02:20:02 +00:00
Wesley Shields
8e64067d36
- Update to 8.3.1
...
- Require python 2.4+
- Note future enhancements to the port now that it has a configure script
PR: ports/129693
Submitted by: Peter Schuller <peter.schuller@infidyne.com>
2008-12-17 16:08:05 +00:00
Wesley Shields
17da6ce9aa
- Update to 8.3.0
...
PR: ports/129527
Submitted by: peter.schuller@infidyne.com (maintainer)
2008-12-11 23:32:09 +00:00