From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 18 00:40:01 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE1F41065674 for ; Thu, 18 Jun 2009 00:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5ED2C8FC13 for ; Thu, 18 Jun 2009 00:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n5I0e1b4007198 for ; Thu, 18 Jun 2009 00:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n5I0e1ZW007197; Thu, 18 Jun 2009 00:40:01 GMT (envelope-from gnats) Resent-Date: Thu, 18 Jun 2009 00:40:01 GMT Resent-Message-Id: <200906180040.n5I0e1ZW007197@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Eitan Adler Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 62043106564A for ; Thu, 18 Jun 2009 00:31:02 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 35FAB8FC08 for ; Thu, 18 Jun 2009 00:31:02 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n5I0V1oT039708 for ; Thu, 18 Jun 2009 00:31:02 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n5I0V1HE039707; Thu, 18 Jun 2009 00:31:01 GMT (envelope-from nobody) Message-Id: <200906180031.n5I0V1HE039707@www.freebsd.org> Date: Thu, 18 Jun 2009 00:31:01 GMT From: Eitan Adler To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/135683: [new port] [ports-mgmt/symports] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jun 2009 00:40:02 -0000 >Number: 135683 >Category: ports >Synopsis: [new port] [ports-mgmt/symports] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jun 18 00:40:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Eitan Adler >Release: FreeBSD 7.2-STABLE i386 >Organization: >Environment: >Description: Run sh shar.txt New port >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # Makefile # distinfo # pkg-descr # echo x - Makefile sed 's/^X//' >Makefile << 'b67911656ef5d18c4ae36cb6741b7965' X# New ports collection makefile for: symports X# Date created: Fri Jun 05 2009 X# Whom: Eitan Adler X# X# $FreeBSD$ X# X XPORTNAME= symports XPORTVERSION= 1.0 XCATEGORIES= ports-mgmt XMASTER_SITES= http://isis.poly.edu/~eitan/files/ XDISTNAME= auto-symlink-virtual-${PORTVERSION} X XMAINTAINER= EitanAdlerList@gmail.com XCOMMENT= Automatically generate symlinks for virtual categories X XUSE_BZIP2= yes XNO_BUILD= yes X XMAN1= symports.1 XMANCOMPRESSED= no X XPLIST_FILES= bin/${PORTNAME} X Xdo-install: X ${INSTALL_SCRIPT} ${WRKDIR}/auto-symlink-virtual.sh ${PREFIX}/bin/${PORTNAME} Xpost-install: X ${INSTALL_MAN} ${WRKDIR}/${MAN1} ${MAN1PREFIX}/man/man1/${MAN1} X.include b67911656ef5d18c4ae36cb6741b7965 echo x - distinfo sed 's/^X//' >distinfo << '57677d168a5ec21bdf22c9501f075a8f' XMD5 (auto-symlink-virtual-1.0.tar.bz2) = 0e55279784c6d613940c3aeef2c2d6e0 XSHA256 (auto-symlink-virtual-1.0.tar.bz2) = 2d652576cd169982c507ba13039089094d47be5efe0240988467534317920e5e XSIZE (auto-symlink-virtual-1.0.tar.bz2) = 2637 57677d168a5ec21bdf22c9501f075a8f echo x - pkg-descr sed 's/^X//' >pkg-descr << '7f9555c3c1089940396b503dd37f3979' Xsymports reads through your ports tree and generates Xa tree using symlinks for all categories - not just the "real" Xones. 7f9555c3c1089940396b503dd37f3979 echo 'This could have been dangerous; Always check shar files' exit >Release-Note: >Audit-Trail: >Unformatted: