Bug 145154 - New port: devel/luafilesystem A library to access directory structure and file attributes
Summary: New port: devel/luafilesystem A library to access directory structure and fil...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: jacula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-29 04:30 UTC by Jon Kelly Hays
Modified: 2010-06-25 17:55 UTC (History)
0 users

See Also:


Attachments
file.shar (2.38 KB, text/plain)
2010-03-29 04:30 UTC, Jon Kelly Hays
no flags Details
luafs.shar (2.42 KB, application/x-shar)
2010-06-08 21:20 UTC, Andrew Lewis
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jon Kelly Hays 2010-03-29 04:30:07 UTC
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.

This is needed for the upcoming net-im/prosody updates.

Fix: Patch attached with submission follows:
Comment 1 Gabor Pali freebsd_committer freebsd_triage 2010-04-26 00:42:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jacula

Over to Jacula.
Comment 2 Andrew Lewis 2010-06-08 21:20:28 UTC
Can this get looked at?

There was some whitespace in the Makefile which upset the build - new
.shar attached.
Comment 3 Andrew Lewis 2010-06-08 21:24:40 UTC
On Tue, Jun 8, 2010 at 10:20 PM, Andrew Lewis <freeghb@gmail.com> wrote:
> There was some whitespace in the Makefile which upset the build - new
> .shar attached.

*facepalm* - That would be because I copied and pasted it. Original
.shar attached is fine.

So.

> Can this get looked at?
Comment 4 dfilter service freebsd_committer freebsd_triage 2010-06-25 17:49:57 UTC
jacula      2010-06-25 16:49:48 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/luafilesystem  Makefile distinfo pkg-descr 
  Log:
  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.
  
  WWW: http://www.keplerproject.org/luafilesystem/index.html
  
  PR:             ports/145154
  Submitted by:   Kelly Hays <kelly.hays@jkhfamily.org>
  Approved by:    tabthorpe (mentor)
  Feature safe:   yes
  
  Revision  Changes    Path
  1.3975    +1 -0      ports/devel/Makefile
  1.1       +41 -0     ports/devel/luafilesystem/Makefile (new)
  1.1       +3 -0      ports/devel/luafilesystem/distinfo (new)
  1.1       +8 -0      ports/devel/luafilesystem/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 jacula freebsd_committer freebsd_triage 2010-06-25 17:55:23 UTC
State Changed
From-To: open->closed

The patch has been committed with minor modifications. Thank you for 
your submission!