notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: net/luasocket/Makefile
SVNWeb

Number of commits found: 37

Tue, 21 Mar 2023
[ 19:22 Po-Chuan Hsieh (sunpoet) search for other commits by this committer Author: Hugh Daschbach ]    commit hash:7b22ba2f41006419913adfab9cb4e47f27e96df1  commit hash:7b22ba2f41006419913adfab9cb4e47f27e96df1  commit hash:7b22ba2f41006419913adfab9cb4e47f27e96df1  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) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Sat, 30 Jul 2022
[ 19:24 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:27bd6727919d81dabc1eec004a9f34733f79db75  commit hash:27bd6727919d81dabc1eec004a9f34733f79db75  commit hash:27bd6727919d81dabc1eec004a9f34733f79db75  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) search for other commits by this committer ]    commit hash:6a378e5659b93de6dbe8956246fb3bf971677624  commit hash:6a378e5659b93de6dbe8956246fb3bf971677624  commit hash:6a378e5659b93de6dbe8956246fb3bf971677624  6a378e5  (Only the first 10 of 1159 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Fri, 13 May 2022
[ 19:29 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:e4d3bcb751a6a43c3e1f676e0bdb25ebcbb32dc4  commit hash:e4d3bcb751a6a43c3e1f676e0bdb25ebcbb32dc4  commit hash:e4d3bcb751a6a43c3e1f676e0bdb25ebcbb32dc4  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) search for other commits by this committer ]    commit hash:04b57ef63827658d18cdf14af056a2a89f5f9f3f  commit hash:04b57ef63827658d18cdf14af056a2a89f5f9f3f  commit hash:04b57ef63827658d18cdf14af056a2a89f5f9f3f  04b57ef  (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
lx's ports: Reset maintainer to ports@ per his request

Sponsored by:	The FreeBSD Foundation
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Tue, 14 Apr 2020
[ 15:49 mat search for other commits by this committer ] Original commit   Revision:531700 (Only the first 10 of 81 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:523630
- 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 search for other commits by this committer ] Original commit   Revision:501114
- Fix backwards compatibility for luasocket with lua 5.3
- Bump PORTREVISION

Obtained from:	Upstream git issue 123
Fri, 17 Feb 2017
[ 19:36 lx search for other commits by this committer ] Original commit   Revision:434311
Prepare for more sensible slave port

Reported by:	lifanof
Mon, 13 Feb 2017
[ 20:45 lx search for other commits by this committer ] Original commit   Revision:434053
Remove fixed dependency on Lua 5.1.

PR:		200336
Submitted by:	Olivier Duchateau
[ 16:38 mat search for other commits by this committer ] Original commit   Revision:433999 (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:421542
- 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 search for other commits by this committer ] Original commit   Revision:392511
- Bump PORTREVISION after previous change

Requested by: sunpoet
Wed, 15 Jul 2015
[ 20:39 amdmi3 search for other commits by this committer ] Original commit   Revision:392212
- 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 search for other commits by this committer ] Original commit   Revision:390588
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 search for other commits by this committer ] Original commit   Revision:390260
- 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 search for other commits by this committer ] Original commit   Revision:385640 (Only the first 10 of 127 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:360664 (Only the first 10 of 37 ports in this commit are shown above. View all ports for this commit)
Remove NOPORTDOCS and NOPORTEXAMPLES.
Mon, 26 May 2014
[ 15:28 bapt search for other commits by this committer ] Original commit   Revision:355360 (Only the first 10 of 84 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:343809
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 search for other commits by this committer ] Original commit   Revision:327755 (Only the first 10 of 1288 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
Thu, 26 Aug 2010
[ 18:27 pgollucci search for other commits by this committer ] Original commit 
-  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 search for other commits by this committer ] Original commit 
- 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 search for other commits by this committer ] Original commit 
egads, fix typo
[ 02:50 pgollucci search for other commits by this committer ] Original commit 
- Claim free lua related ports, its going to play big parts in
  www/apache26+
Fri, 28 Nov 2008
[ 23:36 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
Reset andrew+ports@fubar.geek.nz due to maintainer-timeouts and no response
to email.

Hat:    portmgr
Sun, 28 Oct 2007
[ 19:43 pav search for other commits by this committer ] Original commit 
- 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 search for other commits by this committer ] Original commit 
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 search for other commits by this committer ] Original commit  (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
- Switch lua dependency to lang/lua50
Thu, 20 Apr 2006
[ 08:58 erwin search for other commits by this committer ] Original commit 
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 search for other commits by this committer ] Original commit 
- 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 search for other commits by this committer ] Original commit 
- Drop maintainership
Mon, 14 Feb 2005
[ 09:12 pav search for other commits by this committer ] Original commit 
- Update MASTER_SITES, WWW

Reported by:    krismail
Fri, 14 Nov 2003
[ 01:10 pav search for other commits by this committer ] Original commit  (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
Update maintainer field with my FreeBSD.org address.

Approved by:    adamw (mentor)
Sat, 30 Aug 2003
[ 01:53 edwin search for other commits by this committer ] Original commit 
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