mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
9e1851c430
devel/lua50-filename into a slave port of it. PR: ports/105990 Submitted by: Andrew Turner <andrew+ports@fubar.geek.nz> (maintainer) Repocopy by: marcus
14 lines
315 B
Lua
14 lines
315 B
Lua
--- filename.lua Mon Apr 17 10:52:51 2006
|
|
+++ filename.lua Wed Nov 29 15:16:47 2006
|
|
@@ -1,8 +1,8 @@
|
|
-- $Id: filename.lua,v 1.2 2005/07/12 19:32:55 cpressey Exp $
|
|
|
|
-module("filename")
|
|
-
|
|
local POSIX = require("posix")
|
|
+local string = require("string")
|
|
+module("filename")
|
|
|
|
--[[----------]]--
|
|
--[[ FileName ]]--
|