aboutsummaryrefslogtreecommitdiffstats
path: root/devel/lndir
diff options
context:
space:
mode:
authorlme <lme@FreeBSD.org>2007-10-16 05:19:25 +0800
committerlme <lme@FreeBSD.org>2007-10-16 05:19:25 +0800
commit32c4b5a99d808e7d5d442ab06fa738a8227439e8 (patch)
treeb3e5488999721f32464d4160ac65b522d96ed910 /devel/lndir
parent715408dd313a061ceccc8c33a69d257384993aca (diff)
downloadfreebsd-ports-gnome-32c4b5a99d808e7d5d442ab06fa738a8227439e8.tar.gz
freebsd-ports-gnome-32c4b5a99d808e7d5d442ab06fa738a8227439e8.tar.zst
freebsd-ports-gnome-32c4b5a99d808e7d5d442ab06fa738a8227439e8.zip
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. This is usually useful for maintaining source code for different machine architectures. PR: ports/117156 Submitted by: "Carlos A. M. dos Santos" <unixmania (AT) gmail.com> Approved by: miwi (mentor)
Diffstat (limited to 'devel/lndir')
-rw-r--r--devel/lndir/Makefile24
-rw-r--r--devel/lndir/distinfo3
-rw-r--r--devel/lndir/pkg-descr6
3 files changed, 33 insertions, 0 deletions
diff --git a/devel/lndir/Makefile b/devel/lndir/Makefile
new file mode 100644
index 000000000000..6524d45275b5
--- /dev/null
+++ b/devel/lndir/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: lndir
+# Date Created: 13 Oct 2007
+# Whom: Carlos A M dos Santos <unixmania@gmail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= lndir
+PORTVERSION= 1.0.1
+CATEGORIES= devel
+
+MAINTAINER= unixmania@gmail.com
+COMMENT= Create a shadow directory of symbolic links to another directory tree
+
+CONFLICTS= imake-4*
+
+XORG_CAT= util
+USE_XORG= xproto
+
+PLIST_FILES= bin/lndir
+
+MAN1= lndir.1
+
+.include <bsd.port.mk>
diff --git a/devel/lndir/distinfo b/devel/lndir/distinfo
new file mode 100644
index 000000000000..f40128196ff6
--- /dev/null
+++ b/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
diff --git a/devel/lndir/pkg-descr b/devel/lndir/pkg-descr
new file mode 100644
index 000000000000..b9f88eeeda04
--- /dev/null
+++ b/devel/lndir/pkg-descr
@@ -0,0 +1,6 @@
+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. This is usually useful for maintaining source code
+for different machine architectures.
+
+- Carlos Santos