non port: net/luasocket/Makefile |
SVNWeb
|
Number of commits found: 37 |
Tue, 21 Mar 2023
|
[ 19:22 Po-Chuan Hsieh (sunpoet) Author: Hugh Daschbach ] 7b22ba2
net/luasocket: Fix unix socket name by adding correct PLAT definition
- Bump PORTREVISION for package change
PR: 268968
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Sat, 30 Jul 2022
|
[ 19:24 Po-Chuan Hsieh (sunpoet) ] 27bd672
net/luasocket: Update to 3.1.0
Changes: https://github.com/lunarmodules/luasocket/releases
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 6a378e5 (Only the first 10 of 1159 ports in this commit are shown above. )
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above )
|
Fri, 13 May 2022
|
[ 19:29 Po-Chuan Hsieh (sunpoet) ] e4d3bcb
net/luasocket: Update to 3.0.0
- Update MASTER_SITES
- Clean up Makefile
- Update pkg-descr
- Update WWW
- Take maintainership
Changes: https://github.com/lunarmodules/luasocket/releases
|
Mon, 25 Apr 2022
|
[ 15:06 Joseph Mingrone (jrm) ] 04b57ef (Only the first 10 of 23 ports in this commit are shown above. )
lx's ports: Reset maintainer to ports@ per his request
Sponsored by: The FreeBSD Foundation
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 14 Apr 2020
|
[ 15:49 mat ] (Only the first 10 of 81 ports in this commit are shown above. )
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
|
Mon, 20 Jan 2020
|
[ 17:09 danfe ]
- Remove explicit mention that IPv4 and IPv6 are supported,
this is assumed by default in 2020
- Ensure that both slave ports have correct COMMENT line
|
Thu, 9 May 2019
|
[ 15:43 zi ]
- Fix backwards compatibility for luasocket with lua 5.3
- Bump PORTREVISION
Obtained from: Upstream git issue 123
|
Fri, 17 Feb 2017
|
[ 19:36 lx ]
Prepare for more sensible slave port
Reported by: lifanof
|
Mon, 13 Feb 2017
|
[ 20:45 lx ]
Remove fixed dependency on Lua 5.1.
PR: 200336
Submitted by: Olivier Duchateau
|
[ 16:38 mat ] (Only the first 10 of 22 ports in this commit are shown above. )
Fix USE_GITHUB usage.
For a couple of ports, bump PORTEPOCH as their version were wrong.
Sponsored by: Absolight
|
Thu, 8 Sep 2016
|
[ 12:23 amdmi3 ]
- Tweak install target to make unix domain socket support module installed
- While here, silence stripping and switch to options helpers
PR: 205517
Approved by: maintainer timeout (lx, 9 months)
|
Sun, 19 Jul 2015
|
[ 16:25 amdmi3 ]
- Bump PORTREVISION after previous change
Requested by: sunpoet
|
Wed, 15 Jul 2015
|
[ 20:39 amdmi3 ]
- Use | as separator in sed regexps to not stumble on ${CC} containing slashes
- Add LICENSE_FILE
- Sort USES
- Strip libraries
- Unsilence INSTALL_*
PR: 201269
Submitted by: amdmi3
Approved by: maintainer timeout (lx, 2 weeks)
|
Thu, 25 Jun 2015
|
[ 16:53 antoine ]
Switch back to lua 5.1, the two consumers of those ports (audio/lua51-mpd
and net-im/prosody) need it
Pointy hat: sunpoet
|
Sun, 21 Jun 2015
|
[ 17:12 sunpoet ]
- Allow build with lua52 and lua53
- Space/tab fix
PR: 200407
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 4 weeks)
|
Thu, 7 May 2015
|
[ 17:26 mat ] (Only the first 10 of 127 ports in this commit are shown above. )
Update ports in the n* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
|
Fri, 4 Jul 2014
|
[ 21:44 adamw ] (Only the first 10 of 37 ports in this commit are shown above. )
Remove NOPORTDOCS and NOPORTEXAMPLES.
|
Mon, 26 May 2014
|
[ 15:28 bapt ] (Only the first 10 of 84 ports in this commit are shown above. )
Replace lang/lua with the new lang/lua51
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)
|
Tue, 11 Feb 2014
|
[ 20:04 lx ]
Update to 3.0-rc1. Add stage support, LICENSE, USE_GITHUB, etc. Take
maintainership, as apache@ doesn't need/want it.
|
Fri, 20 Sep 2013
|
[ 22:10 bapt ] (Only the first 10 of 1288 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
|
Thu, 26 Aug 2010
|
[ 18:27 pgollucci ]
- namespace clash with www/lighttpd mod_magnet
upstream is gone, but the port is still quite useful
PR: ports/138055
Submitted by: Robert Nagy <robert@openbsd.org>
|
Thu, 29 Apr 2010
|
[ 17:30 pgollucci ]
- Assign some ports to apache@
Note: net/luasocket is a direct requirement for mod_wombat which will be
very core to httpd 2.4.x+ (www/apache24)
|
Thu, 9 Jul 2009
|
[ 03:57 pgollucci ]
egads, fix typo
|
[ 02:50 pgollucci ]
- Claim free lua related ports, its going to play big parts in
www/apache26+
|
Fri, 28 Nov 2008
|
[ 23:36 linimon ] (Only the first 10 of 15 ports in this commit are shown above. )
Reset andrew+ports@fubar.geek.nz due to maintainer-timeouts and no response
to email.
Hat: portmgr
|
Sun, 28 Oct 2007
|
[ 19:43 pav ]
- Update luasocket to 2.0.2, set luasocket port to lua 5.1
- Add lua 5.0 compatible slave port
PR: ports/117168
Submitted by: Andrew Turner <andrew+ports@fubar.geek.nz> (maintainer)
|
Fri, 15 Sep 2006
|
[ 10:58 linimon ]
Catch up with the last few files tested on pointyhat as part of later
revisions to ports/101612 that were not in the PR.
Hat: portmgr
|
Wed, 3 May 2006
|
[ 13:25 pav ] (Only the first 10 of 22 ports in this commit are shown above. )
- Switch lua dependency to lang/lua50
|
Thu, 20 Apr 2006
|
[ 08:58 erwin ]
Add dependency on devel/lua-compat51 on don't install
share/lua/5.0/compat-5.1.lua
PR: 96071
Submitted by: Andrew Turner <andrew+ports@fubar.geek.nz> (maintainer)
|
Sun, 26 Mar 2006
|
[ 13:43 pav ]
- Update to 2.0, which works with lua5
- Take maintainership
PR: ports/94947
Submitted by: Andrew Turner <andrew@fubar.geek.nz>
|
Fri, 9 Sep 2005
|
[ 23:16 pav ]
- Drop maintainership
|
Mon, 14 Feb 2005
|
[ 09:12 pav ]
- Update MASTER_SITES, WWW
Reported by: krismail
|
Fri, 14 Nov 2003
|
[ 01:10 pav ] (Only the first 10 of 16 ports in this commit are shown above. )
Update maintainer field with my FreeBSD.org address.
Approved by: adamw (mentor)
|
Sat, 30 Aug 2003
|
[ 01:53 edwin ]
new port: net/luasocket - IP library for Lua language
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>
|
Number of commits found: 37 |