[Midnightbsd-cvs] mports: mports/devel: Add lndir.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Oct 16 16:17:38 EDT 2007
Log Message:
-----------
Add lndir.
Modified Files:
--------------
mports/devel:
Makefile (r1.159 -> r1.160)
Added Files:
-----------
mports/devel/lndir:
Makefile (r1.1)
distinfo (r1.1)
pkg-descr (r1.1)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/Makefile,v
retrieving revision 1.159
retrieving revision 1.160
diff -Ldevel/Makefile -Ldevel/Makefile -u -r1.159 -r1.160
--- devel/Makefile
+++ devel/Makefile
@@ -89,6 +89,7 @@
SUBDIR += linux-libglade
SUBDIR += linux-sdl12
SUBDIR += linuxthreads
+ SUBDIR += lndir
SUBDIR += log4j
SUBDIR += m4
SUBDIR += makedepend
--- /dev/null
+++ devel/lndir/pkg-descr
@@ -0,0 +1,4 @@
+The lndir program makes a shadow copy of a directory tree, except that the
+shadow is populated with symbolic links pointing at the real files in the
+original directory tree.
+
--- /dev/null
+++ devel/lndir/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: lndir
+# Date Created: 16 Oct 2007
+# Whom: Lucas Holt <luke at MidnightBSD.org>
+#
+# $MidnightBSD: mports/devel/lndir/Makefile,v 1.1 2007/10/16 20:17:35 laffer1 Exp $
+#
+
+PORTNAME= lndir
+PORTVERSION= 1.0.1
+CATEGORIES= devel
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Create a shadow directory of symbolic links to another directory tree
+LICENSE= unknown
+# The license is not cleary stated.
+
+XORG_CAT= util
+USE_XORG= xproto
+
+PLIST_FILES= bin/lndir
+
+MAN1= lndir.1
+
+.include <bsd.port.mk>
--- /dev/null
+++ devel/lndir/distinfo
@@ -0,0 +1,3 @@
+MD5 (xorg/util/lndir-1.0.1.tar.bz2) = e274ea9f55dfd62afa0a7b1e1ab4ba96
+SHA256 (xorg/util/lndir-1.0.1.tar.bz2) = d301330257caa33e5d0c2287c53642a5ac062b3f53e4d361f60ba33e2ac20429
+SIZE (xorg/util/lndir-1.0.1.tar.bz2) = 76024
More information about the Midnightbsd-cvs
mailing list