Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.0 09 Jul 2023 10:18:19
    |
Po-Chuan Hsieh (sunpoet)  |
devel/lua-lpeg: Update to 1.1.0
- Update MASTER_SITES
- Update WWW
Changes: https://github.com/roberto-ieru/LPeg/blob/master/HISTORY |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.0.2_1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
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 ) |
1.0.2_1 30 Mar 2022 22:21:03
    |
Po-Chuan Hsieh (sunpoet)  |
devel/lua-lpeg: Cosmetic change |
1.0.2_1 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.0.2_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.0.2_1 14 Apr 2020 15:49:37
  |
mat  |
USES=lua gained flavors.
Ports using USES=lua:module or lua:flavors will be flavored. A range of
supported lua versions can be set using XX-YY (or XX-, or -YY, or simply ZZ)
for ports not supporting all lua versions.
USES=lua sets LUA_FLAVOR that needs to be used on all dependencies of
flavored lua ports, in a similar way as PHP or Python flavors.
PR: 245038
Submitted by: andrew tao11 riddles org uk
Reviewed by: mat, kevans, russ haley gmail com
Approved by: mat (portmgr)
Differential Revision: https://reviews.freebsd.org/D16494 |
1.0.2 12 Mar 2019 18:09:22
  |
sunpoet  |
Update to 1.0.2
- some bugs fixed |
1.0.1_1 29 Jul 2018 19:28:34
  |
sunpoet  |
Remove incorrect CFLAGS
- Install re.lua
- Bump PORTREVISION for package change
PR: 229866
Submitted by: Andrew Gierth <andrew@tao11.riddles.org.uk> |
1.0.1 23 Feb 2018 19:24:59
  |
sunpoet  |
Update PLIST_FILES: remove %%
- Add my LOCAL to MASTER_SITES
- Update COMMENT
- Update pkg-descr
- Take maintainership |
1.0.1 22 Feb 2018 12:53:14
  |
tobik  |
Reset MAINTAINER
https://lists.freebsd.org/pipermail/freebsd-ports/2018-February/112646.html
Submitted by: olevole@olevole.ru (maintainer) |
1.0.1 19 Jan 2017 12:19:36
  |
amdmi3  |
- Update to 1.0.1
PR: 216247
Submitted by: olevole@olevole.ru (maintainer) |
1.0.0 31 Oct 2016 07:35:45
  |
jhale  |
Update to 1.0.0
PR: 213776
Submitted by: Oleg Ginzburg <olevole@olevole.ru> (maintainer) |
0.12 21 Jun 2015 22:03:53
  |
antoine  |
Fix duplicate ports: devel/lua-lpeg51 and devel/lua-lpeg
(not sure lua-lpeg51 name is appropriate for a lua51 port...) |
0.12 21 Jun 2015 17:12:28
  |
sunpoet  |
- Allow build with lua53
- Remove superfluous slash after STAGEDIR
- Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk
- Simplify Makefile
PR: 200406
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 4 weeks) |
0.12 16 Mar 2015 14:10:25
  |
bofh  |
[NEW] devel/lua-lpeg: Parsing Expression Grammars For Lua
- Additional SLAVE PORT for building with lua 5.1
LPeg is a new pattern-matching library for Lua,
based on Parsing Expression Grammars (PEGs).
WWW: http://www.inf.puc-rio.br/~roberto/lpeg/
PR: 196825
Submitted by: olevole@olevole.ru
Approved by: bapt marino (implicit) |