The NetBSD Project

CVS log for pkgsrc/devel/lua-filesystem/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / lua-filesystem

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Jul 11 15:14:29 2020 UTC (4 years, 8 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base, pkgsrc-2024Q4, pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, HEAD
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -3 lines
Add LUA_LINKER_MAGIC variable that centrally sets LDFLAGS on Darwin,
as should probably have been done to begin with. Remove per-package hacks.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sat Jul 11 14:48:58 2020 UTC (4 years, 8 months ago) by nia
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
also use -bundle

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Jul 11 14:32:15 2020 UTC (4 years, 8 months ago) by nia
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -1 lines
lua-filesystem: Attempt to fix Darwin build

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Jul 2 21:40:49 2020 UTC (4 years, 8 months ago) by nia
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +8 -6 lines
lua-filesystem: Update to 1.8.0

   Version 1.8.0 [22/Apr/2020]
              * Lua 5.4 support
              * lfs.link and lfs.symlinkattributes now work on Windows
              * MACOSX_DEPLOYMENT_TARGET is configurable in the Makefile
              * Fallback to _POSIX_PATH_MAX when MAXPATHLEN is not avaliable
              * Fixed memory leak in case of realloc failure

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Jul 2 10:26:17 2020 UTC (4 years, 8 months ago) by nia
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
Add 'lua' category to Lua modules.

While here, normalize some packages with strange variable order.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed May 27 19:37:39 2020 UTC (4 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
*: reset MAINTAINER for fhajny on his request

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Jan 18 23:30:33 2020 UTC (5 years, 2 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
all: migrate several HOMEPAGEs to https

pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue May 28 20:43:04 2019 UTC (5 years, 9 months ago) by maya
Branches: MAIN
CVS tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +10 -5 lines
lua-filesystem: update to 1.7.0

Update provided by Jonathan Buschmann in PR pkg/53787.
I added some pkgconfig invocations, because otherwise it was linking
to lua without the RPATH to liblua.
Added a test target.

Version 1.7.0 [15/Sep/2017]

        symlinkattributes function now provides 'target' field, containing name of the file that the symlink points to.
        attributes, symlinkattributes, touch, mkdir, and rmdir functions now return system-dependent error code as the third value on error.
        Fixed detection of closed files for Lua 5.2+ in setmode, lock, and unlock functions.
        Fixed various compiler warnings.
s: ----------------------------------------------------------------------

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Dec 15 21:12:21 2018 UTC (6 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
*: update email for fhajny

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Mar 24 13:35:49 2015 UTC (10 years ago) by fhajny
Branches: MAIN
CVS tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +5 -4 lines
Update devel/lua-filesystem to 1.6.3.

- Lua 5.3 support.
- Assorted bugfixes.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Oct 19 22:27:44 2014 UTC (10 years, 5 months ago) by alnsn
Branches: MAIN
CVS tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Revbump after lang/lua51 update.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat May 3 13:14:36 2014 UTC (10 years, 10 months ago) by alnsn
Branches: MAIN
CVS tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Revbump for Lua multiversion support.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Oct 30 06:03:37 2013 UTC (11 years, 4 months ago) by dholland
Branches: MAIN
CVS tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Use LUA_PKGPREFIX. Many Lua packages already do, but not these.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Sep 13 12:09:37 2013 UTC (11 years, 6 months ago) by fhajny
Branches: MAIN
CVS tags: pkgsrc-2013Q3-base, pkgsrc-2013Q3
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -1 lines
Fix build for lua>5.1.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Aug 15 06:32:05 2013 UTC (11 years, 7 months ago) by obache
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -1 lines
Revbump after updating lang/lua to 5.2.2.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Jun 4 09:21:26 2013 UTC (11 years, 9 months ago) by fhajny
Branches: MAIN
CVS tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -2 lines
Update lua-filesystem to 1.6.2.

Version 1.6.2 [??/Oct/2012]
        * Full Lua 5.2 compatibility (with Lua 5.1 fallbacks)

Version 1.6.1 [01/Oct/2012]
        * fix build for Lua 5.2

Version 1.6.0 [26/Sep/2012]
        * getcwd fix for Android
        * support for Lua 5.2
        * add lfs.link
        * other bug fixes

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Oct 31 11:17:26 2012 UTC (12 years, 4 months ago) by asau
Branches: MAIN
CVS tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -3 lines
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Tue Sep 21 09:30:41 2010 UTC (14 years, 6 months ago) by fhajny
Branches: TNF
CVS tags: pkgsrc-base, pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Import lua-filesystem-1.5.0 as devel/lua-filesystem.

LuaFileSystem is a Lua library developed to complement the set of functions
related to file systems offered by the standard Lua distribution.

LuaFileSystem offers a portable way to access the underlying directory
structure and file attributes.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Sep 21 09:30:41 2010 UTC (14 years, 6 months ago) by fhajny
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>