aboutsummaryrefslogtreecommitdiff
path: root/net/luasocket/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Bump PORTREVISION after previous changeDmitry Marakasov2015-07-191-0/+1
| | | | | | | Requested by: sunpoet Notes: svn path=/head/; revision=392511
* - Use | as separator in sed regexps to not stumble on ${CC} containing slashesDmitry Marakasov2015-07-151-5/+7
| | | | | | | | | | | | | | - Add LICENSE_FILE - Sort USES - Strip libraries - Unsilence INSTALL_* PR: 201269 Submitted by: amdmi3 Approved by: maintainer timeout (lx, 2 weeks) Notes: svn path=/head/; revision=392212
* Switch back to lua 5.1, the two consumers of those ports (audio/lua51-mpdAntoine Brodin2015-06-251-1/+1
| | | | | | | | | and net-im/prosody) need it Pointy hat: sunpoet Notes: svn path=/head/; revision=390588
* - Allow build with lua52 and lua53Sunpoet Po-Chuan Hsieh2015-06-211-3/+4
| | | | | | | | | | | - Space/tab fix PR: 200407 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 4 weeks) Notes: svn path=/head/; revision=390260
* Update ports in the n* categories to not use GH_COMMIT.Mathieu Arnold2015-05-071-2/+0
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385640
* Remove NOPORTDOCS and NOPORTEXAMPLES.Adam Weinberger2014-07-041-2/+2
| | | | Notes: svn path=/head/; revision=360664
* Replace lang/lua with the new lang/lua51Baptiste Daroussin2014-05-261-5/+3
| | | | | | | | | | | lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1 Make the default lua lua52 Make all lua ports using USES=lua Approved by: portmgr (implicit) Notes: svn path=/head/; revision=355360
* Update to 3.0-rc1. Add stage support, LICENSE, USE_GITHUB, etc. TakeDavid Thiel2014-02-111-16/+20
| | | | | | | maintainership, as apache@ doesn't need/want it. Notes: svn path=/head/; revision=343809
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - namespace clash with www/lighttpd mod_magnetPhilip M. Gollucci2010-08-261-0/+1
| | | | | | | | | | upstream is gone, but the port is still quite useful PR: ports/138055 Submitted by: Robert Nagy <robert@openbsd.org> Notes: svn path=/head/; revision=260028
* - Assign some ports to apache@Philip M. Gollucci2010-04-291-1/+1
| | | | | | | | Note: net/luasocket is a direct requirement for mod_wombat which will be very core to httpd 2.4.x+ (www/apache24) Notes: svn path=/head/; revision=253431
* egads, fix typoPhilip M. Gollucci2009-07-091-1/+1
| | | | Notes: svn path=/head/; revision=237471
* - Claim free lua related ports, its going to play big parts inPhilip M. Gollucci2009-07-091-1/+1
| | | | | | | www/apache26+ Notes: svn path=/head/; revision=237464
* Reset andrew+ports@fubar.geek.nz due to maintainer-timeouts and no responseMark Linimon2008-11-281-1/+1
| | | | | | | | | to email. Hat: portmgr Notes: svn path=/head/; revision=223510
* - Update luasocket to 2.0.2, set luasocket port to lua 5.1Pav Lucistnik2007-10-281-8/+12
| | | | | | | | | | - Add lua 5.0 compatible slave port PR: ports/117168 Submitted by: Andrew Turner <andrew+ports@fubar.geek.nz> (maintainer) Notes: svn path=/head/; revision=202228
* Catch up with the last few files tested on pointyhat as part of laterMark Linimon2006-09-151-22/+9
| | | | | | | | | revisions to ports/101612 that were not in the PR. Hat: portmgr Notes: svn path=/head/; revision=173105
* - Switch lua dependency to lang/lua50Pav Lucistnik2006-05-031-2/+2
| | | | Notes: svn path=/head/; revision=161274
* Add dependency on devel/lua-compat51 on don't install ↵Erwin Lansing2006-04-201-0/+3
| | | | | | | | | | share/lua/5.0/compat-5.1.lua PR: 96071 Submitted by: Andrew Turner <andrew+ports@fubar.geek.nz> (maintainer) Notes: svn path=/head/; revision=159996
* - Update to 2.0, which works with lua5Pav Lucistnik2006-03-261-26/+24
| | | | | | | | | | - Take maintainership PR: ports/94947 Submitted by: Andrew Turner <andrew@fubar.geek.nz> Notes: svn path=/head/; revision=158141
* - Drop maintainershipPav Lucistnik2005-09-091-1/+1
| | | | Notes: svn path=/head/; revision=142321
* - Update MASTER_SITES, WWWPav Lucistnik2005-02-141-1/+1
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=128761
* Update maintainer field with my FreeBSD.org address.Pav Lucistnik2003-11-141-1/+1
| | | | | | | Approved by: adamw (mentor) Notes: svn path=/head/; revision=93924
* new port: net/luasocket - IP library for Lua languageEdwin Groothuis2003-08-301-0/+47
LuaSocket is a Lua extension library that provides support for the TCP and UDP transport layers. Extra Lua modules implementing SMTP, HTTP and FTP protocols are installed to /usr/local/lib/lua/luasocket. PR: ports/46325 Submitted by: Jan Hornyak <pav@oook.cz> Notes: svn path=/head/; revision=88031