notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
lua-lpeg51 PEG-based pattern-matching library for Lua
1.0.1 devel Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.0.1Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2015-03-16 14:12:26
Last Update: 2018-03-31 15:36:30
SVN Revision: 466054
License: MIT
WWW:
http://www.inf.puc-rio.br/~roberto/lpeg/
Description:
LPeg is a new pattern-matching library for Lua, based on Parsing Expression Grammars (PEGs). Following the Snobol tradition, LPeg defines patterns as first-class objects. That is, patterns are regular Lua values (represented by userdata). The library offers several functions to create and compose patterns. With the use of metamethods, several of these functions are provided as infix or prefix operators. On the one hand, the result is usually much more verbose than the typical encoding of patterns using the so called regular expressions (which typically are not regular expressions in the formal sense). On the other hand, first-class patterns allow much better documentation (as it is easy to comment the code, to break complex definitions in smaller parts, etc.) and are extensible, as we can define new functions to create and compose patterns. WWW: http://www.inf.puc-rio.br/~roberto/lpeg/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (4 items)
Collapse this list.
  1. /usr/local/lib/lua/5.1/lpeg.so
  2. /usr/local/share/licenses/lua51-lpeg-1.0.1/catalog.mk
  3. /usr/local/share/licenses/lua51-lpeg-1.0.1/LICENSE
  4. /usr/local/share/licenses/lua51-lpeg-1.0.1/MIT
Collapse this list.
Dependency lines:
  • lua51-lpeg>0:devel/lua-lpeg51
No installation instructions:
This port has been deleted.
PKGNAME: lua51-lpeg
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1484778488 SHA256 (lpeg-1.0.1.tar.gz) = 62d9f7a9ea3c1f215c77e0cadd8534c6ad9af0fb711c3f89188a8891c72f026b SIZE (lpeg-1.0.1.tar.gz) = 71527

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Master port: devel/lua-lpeg
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Library dependencies:
  1. liblua-5.1.so : lang/lua51
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
lua:51
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (5 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/local-distfiles/sunpoet/
  2. http://distcache.eu.FreeBSD.org/local-distfiles/sunpoet/
  3. http://distcache.us-east.FreeBSD.org/local-distfiles/sunpoet/
  4. http://distcache.us-west.FreeBSD.org/local-distfiles/sunpoet/
  5. http://www.inf.puc-rio.br/~roberto/lpeg/
Collapse this list.

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
This is a slave port. You may also want to view the commits to the master port: devel/lua-lpeg
CommitCreditsLog message
1.0.1
31 Mar 2018 15:36:30
Revision:466054Original commit files touched by this commit
sunpoet search for other commits by this committer
Remove expired devel/lua-lpeg51
1.0.1
23 Feb 2018 19:25:04
Revision:462729Original commit files touched by this commit
sunpoet search for other commits by this committer
Mark DEPRECATED and set EXPIRATION_DATE to 2018-03-31
0.12
16 Mar 2015 14:10:25
Revision:381402Original commit files touched by this commit
bofh search for other commits by this committer
[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)

Number of commits found: 3