From owner-freebsd-ports@FreeBSD.ORG Fri Jun 5 22:11:40 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 04D381065687 for ; Fri, 5 Jun 2009 22:11:40 +0000 (UTC) (envelope-from eitanadlerlist@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.24]) by mx1.freebsd.org (Postfix) with ESMTP id A170D8FC0C for ; Fri, 5 Jun 2009 22:11:39 +0000 (UTC) (envelope-from eitanadlerlist@gmail.com) Received: by qw-out-2122.google.com with SMTP id 3so1061012qwe.7 for ; Fri, 05 Jun 2009 15:11:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :x-enigmail-version:openpgp:content-type; bh=zatF/dpLptnnoCGJo2VNZaOstWPUbc4dIaOFBOglzsE=; b=mI1MApZVBUGyKqItJ/CVYsgtyO36JEebRJa0Ud1cWUeohuOvJIXE+MEDhrI06mnx9O PF2e+1MJ8hCobjzzIbG7SI/ILuZDUDJtR1vBWLLr3dXrFNdcJQejFqJDKfXnER7DXlfU CLRtn/1XElxfd0vW27oIj1grp0qx0+KQZpC/o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:openpgp:content-type; b=EKqNc/mPw7MIDq6RoW5zUhY7X7h9ZnGYYx3xrhEoOmRhioIZNXO37cHuuLyPxBTT/+ +GaGFoqHxhjb6mwatWKth6+5hvu6Z5Lw1CW5yFY7hrB/8ZM4AJOeESfyEhR+iZRr+LTi MQ6fzesMZBh6aB+aK/dC8J00xGbyC0WxBvy8U= Received: by 10.224.45.193 with SMTP id g1mr4174518qaf.247.1244239898845; Fri, 05 Jun 2009 15:11:38 -0700 (PDT) Received: from aargh.lan (ool-182fcc8b.dyn.optonline.net [24.47.204.139]) by mx.google.com with ESMTPS id 7sm238015qwf.19.2009.06.05.15.11.37 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 05 Jun 2009 15:11:38 -0700 (PDT) Message-ID: <4A299843.8030407@gmail.com> Date: Fri, 05 Jun 2009 18:12:19 -0400 From: Eitan Adler User-Agent: Mozilla (X11; U; FreeBSD i386; en-US; ) Gecko Thunderbird Mnenhy/0.7.6.666 MIME-Version: 1.0 To: vmagerya@gmail.com References: <4A28590D.101@gmail.com> <4A2946F4.2010501@gmail.com> <4A29683C.3030301@gmail.com> <4A2994DF.1060604@gmail.com> In-Reply-To: <4A2994DF.1060604@gmail.com> X-Enigmail-Version: 0.95.7 OpenPGP: id=E9C2CCD1; url=pgp.mit.edu Content-Type: multipart/mixed; boundary="------------060603000405090208010408" Cc: freebsd-ports@freebsd.org Subject: Re: Automatically generate symlinks for virtual categories. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Jun 2009 22:11:40 -0000 This is a multi-part message in MIME format. --------------060603000405090208010408 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Attached is the Makefile from the port. In order to save space I'm not attaching pkg-descr, or distinfo. -- Eitan Adler "Security is increased by designing for the way humans actually behave." -Jakob Nielsen --------------060603000405090208010408 Content-Type: text/plain; name="Makefile" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="Makefile" # New ports collection makefile for: symlink # Date created: Fri Jun 05 2009 # Whom: Eitan Adler # # $FreeBSD$ # PORTNAME= symlink PORTVERSION= 3 CATEGORIES= ports-mgmt MASTER_SITES= http://isis.poly.edu/~eitan/files/ DISTNAME= auto-symlink-virtual-${PORTVERSION}.sh EXTRACT_SUFX= MAINTAINER= EitanAdlerList@gmail.com COMMENT= Automatically generate symlinks for virtual categories NO_BUILD= yes NO_EXTRACT= yes EXTRACT_CMD= true PLIST_FILES= bin/${PORTNAME} do-install: ${INSTALL_SCRIPT} ${DISTDIR}/${DISTNAME} ${PREFIX}/bin/${PORTNAME} .include --------------060603000405090208010408--