1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

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 <EitanAdlerList gmail.com>
This commit is contained in:
Thomas Abthorpe 2009-06-23 17:17:50 +00:00
parent c8f0f76d7d
commit e615638d0a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=236535
4 changed files with 37 additions and 0 deletions

View File

@ -60,6 +60,7 @@
SUBDIR += psearch
SUBDIR += pver
SUBDIR += qtpkg
SUBDIR += symports
SUBDIR += tinderbox
SUBDIR += tinderbox-devel
SUBDIR += vulnerability-test-port

View File

@ -0,0 +1,31 @@
# New ports collection makefile for: symports
# Date created: Fri Jun 05 2009
# Whom: Eitan Adler <EitanAdlerList@gmail.com>
#
# $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 <bsd.port.mk>

View File

@ -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

View File

@ -0,0 +1,2 @@
symports reads through your ports tree and generates a tree using
symlinks for all categories - not just the "real" ones.