summaryrefslogtreecommitdiff
path: root/devel/lua-filename
diff options
context:
space:
mode:
Diffstat (limited to 'devel/lua-filename')
-rw-r--r--devel/lua-filename/Makefile29
-rw-r--r--devel/lua-filename/distinfo3
-rw-r--r--devel/lua-filename/pkg-descr3
3 files changed, 0 insertions, 35 deletions
diff --git a/devel/lua-filename/Makefile b/devel/lua-filename/Makefile
deleted file mode 100644
index c885a92d2c12..000000000000
--- a/devel/lua-filename/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# New ports collection makefile for: lua50-filename
-# Date created: 17 April 2006
-# Whom: Andrew Turner <andrew+ports@fubar.geek.nz>
-#
-# $FreeBSD$
-#
-
-PORTNAME= filename
-PORTVERSION= 1.2
-CATEGORIES= devel
-MASTER_SITES= http://cvs.bsdinstaller.org/cgi-bin/cvsweb.cgi/installer/src/lib/lua/filename/
-PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX}
-DISTFILES= filename.lua?rev=${PORTVERSION}
-EXTRACT_ONLY= #
-
-MAINTAINER= andrew+ports@fubar.geek.nz
-COMMENT= Filename-manipulating functions for Lua 5.0.x
-
-USE_LUA= 5.0
-NO_BUILD= yes
-NO_WRKSUBDIR= yes
-
-PLIST_FILES= %%LUA_MODSHAREDIR%%/filename.lua
-
-do-install:
- ${INSTALL_DATA} ${DISTDIR}/${DISTFILES} \
- ${LUA_MODSHAREDIR}/${DISTFILES:C/\?.*$//}
-
-.include <bsd.port.mk>
diff --git a/devel/lua-filename/distinfo b/devel/lua-filename/distinfo
deleted file mode 100644
index ca40911362d1..000000000000
--- a/devel/lua-filename/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (filename.lua?rev=1.2) = 85157fb0a36a9f2a8b3b6a9f329a1fbe
-SHA256 (filename.lua?rev=1.2) = ff8d2648bf0aa17b8da197afec9f55c01a470e7b4448d19b1233efe879715f1a
-SIZE (filename.lua?rev=1.2) = 2888
diff --git a/devel/lua-filename/pkg-descr b/devel/lua-filename/pkg-descr
deleted file mode 100644
index ce9fcc2f3ddb..000000000000
--- a/devel/lua-filename/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Package of routines for manipulating filenames. Also contains convenience
-functions for querying the status of files in the filesystem named by those
-filenames.