diff options
author | Lars Engels <lme@FreeBSD.org> | 2007-10-15 21:19:25 +0000 |
---|---|---|
committer | Lars Engels <lme@FreeBSD.org> | 2007-10-15 21:19:25 +0000 |
commit | a0a9059cce13f48b4d0d215aa870f6a910472e42 (patch) | |
tree | e813d7d1c5b1263b2981f3bb558fd0757ba33d2e /devel/lndir | |
parent | 221deb5e4720f679cf8c9507e6be2f0e97983297 (diff) |
Notes
Diffstat (limited to 'devel/lndir')
-rw-r--r-- | devel/lndir/Makefile | 24 | ||||
-rw-r--r-- | devel/lndir/distinfo | 3 | ||||
-rw-r--r-- | devel/lndir/pkg-descr | 6 |
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 |