From owner-freebsd-ports@FreeBSD.ORG Sun Jun 7 01:23:52 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 3A0071065687 for ; Sun, 7 Jun 2009 01:23:52 +0000 (UTC) (envelope-from eitanadlerlist@gmail.com) Received: from mail-qy0-f173.google.com (mail-qy0-f173.google.com [209.85.221.173]) by mx1.freebsd.org (Postfix) with ESMTP id D5E698FC1C for ; Sun, 7 Jun 2009 01:23:51 +0000 (UTC) (envelope-from eitanadlerlist@gmail.com) Received: by qyk3 with SMTP id 3so3377409qyk.3 for ; Sat, 06 Jun 2009 18:23:51 -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=tOZ4msh30L+RJBKYzOMPjr8sHxMJU656CpfUpcghxrU=; b=IkfR8TOPnlsekxYTD1L0QXRuL/olCfqIeV7GvHlqkaZ0pmgYL7eD7K3NLl94qgfUQA QnzlZkHfhndoxCNgH6oFMf1xr+3LgDWz90fn2NpHXIWpo8LGBNGfKoYJXX+X7JW9JDar cIbAtSWzXEuhrtlJ7f/pUjd+wEiqapgqMnD8M= 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=oLW/CtiPSstU/amQXNYkotdrib07gSWU+mXEcF02lEROcmh00qnn91/vM11c4v1ZJA DWBav3qgM3CJy7l1ZRraXP8fccOIM5qswNnX4Z1seeHL2jrjukLfruX7kJtvrb+1L0iY 0k/zs4mldPBWyWytml96H49RZaO+Ipju3UUL8= Received: by 10.224.54.5 with SMTP id o5mr5232334qag.54.1244337831215; Sat, 06 Jun 2009 18:23:51 -0700 (PDT) Received: from aargh.lan (ool-182fcc8b.dyn.optonline.net [24.47.204.139]) by mx.google.com with ESMTPS id 7sm3113348qwf.49.2009.06.06.18.23.50 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 06 Jun 2009 18:23:50 -0700 (PDT) Message-ID: <4A2B16CD.5010904@gmail.com> Date: Sat, 06 Jun 2009 21:24:29 -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: itetcu@FreeBSD.org References: <4A28590D.101@gmail.com> <4A2946F4.2010501@gmail.com> <4A29683C.3030301@gmail.com> <4A2994DF.1060604@gmail.com> <4A299843.8030407@gmail.com> <20090606013524.7ccc4ede@it.buh.tecnik93.com> In-Reply-To: <20090606013524.7ccc4ede@it.buh.tecnik93.com> X-Enigmail-Version: 0.95.7 OpenPGP: id=E9C2CCD1; url=pgp.mit.edu Content-Type: multipart/mixed; boundary="------------060400020800020207080608" Cc: vmagerya@gmail.com, 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: Sun, 07 Jun 2009 01:23:52 -0000 This is a multi-part message in MIME format. --------------060400020800020207080608 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Newest version's Makefile is attached. -- Eitan Adler "Security is increased by designing for the way humans actually behave." -Jakob Nielsen --------------060400020800020207080608 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= 4 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 EXTRACT_ONLY= # nada PLIST_FILES= bin/${PORTNAME} do-install: ${INSTALL_SCRIPT} ${DISTDIR}/${DISTNAME} ${PREFIX}/bin/${PORTNAME} .include --------------060400020800020207080608--