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 | |
parent | Add four new mirrors for GNOME, these mirrors are usually fastest to grab the (diff) |
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)
Notes
Notes:
svn path=/head/; revision=201525
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/lndir/Makefile | 24 | ||||
-rw-r--r-- | devel/lndir/distinfo | 3 | ||||
-rw-r--r-- | devel/lndir/pkg-descr | 6 |
4 files changed, 34 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 2ad0616367d8..84b0bb850197 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -687,6 +687,7 @@ SUBDIR += linxt SUBDIR += lion SUBDIR += llvm + SUBDIR += lndir SUBDIR += log4c SUBDIR += log4cplus SUBDIR += log4cpp 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 |