From e615638d0ac10539d9e52697cad1eeb060e151fa Mon Sep 17 00:00:00 2001 From: Thomas Abthorpe Date: Tue, 23 Jun 2009 17:17:50 +0000 Subject: symports reads through your ports tree and generates a tree using symlinks for all categories - not just the "real" ones. PR: ports/135683 Submitted by: Eitan Adler --- ports-mgmt/symports/Makefile | 31 +++++++++++++++++++++++++++++++ ports-mgmt/symports/distinfo | 3 +++ ports-mgmt/symports/pkg-descr | 2 ++ 3 files changed, 36 insertions(+) create mode 100644 ports-mgmt/symports/Makefile create mode 100644 ports-mgmt/symports/distinfo create mode 100644 ports-mgmt/symports/pkg-descr (limited to 'ports-mgmt/symports') diff --git a/ports-mgmt/symports/Makefile b/ports-mgmt/symports/Makefile new file mode 100644 index 000000000000..e4cd32acb3ed --- /dev/null +++ b/ports-mgmt/symports/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: symports +# Date created: Fri Jun 05 2009 +# Whom: Eitan Adler +# +# $FreeBSD$ +# + +PORTNAME= symports +PORTVERSION= 1.0 +CATEGORIES= ports-mgmt +MASTER_SITES= http://isis.poly.edu/~eitan/files/ +DISTNAME= auto-symlink-virtual-${PORTVERSION} + +MAINTAINER= EitanAdlerList@gmail.com +COMMENT= Automatically generate symlinks for virtual categories + +USE_BZIP2= yes +NO_BUILD= yes + +MAN1= symports.1 +MANCOMPRESSED= no + +PLIST_FILES= bin/${PORTNAME} + +do-install: + ${INSTALL_SCRIPT} ${WRKDIR}/auto-symlink-virtual.sh ${PREFIX}/bin/${PORTNAME} + +post-install: + ${INSTALL_MAN} ${WRKDIR}/${MAN1} ${MAN1PREFIX}/man/man1/${MAN1} + +.include diff --git a/ports-mgmt/symports/distinfo b/ports-mgmt/symports/distinfo new file mode 100644 index 000000000000..efacda1fce30 --- /dev/null +++ b/ports-mgmt/symports/distinfo @@ -0,0 +1,3 @@ +MD5 (auto-symlink-virtual-1.0.tar.bz2) = 20eb117d3bec28a3496bda04e3c1a80e +SHA256 (auto-symlink-virtual-1.0.tar.bz2) = 9e66e541aafa99a4470da429c558be18fa914a9b85a424d626e0b09ce0bf7d30 +SIZE (auto-symlink-virtual-1.0.tar.bz2) = 2672 diff --git a/ports-mgmt/symports/pkg-descr b/ports-mgmt/symports/pkg-descr new file mode 100644 index 000000000000..193fe7f0f617 --- /dev/null +++ b/ports-mgmt/symports/pkg-descr @@ -0,0 +1,2 @@ +symports reads through your ports tree and generates a tree using +symlinks for all categories - not just the "real" ones. -- cgit v1.2.3