Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Apr 1995 14:40:17 -0700
From:      asami@cs.berkeley.edu (Satoshi Asami | =?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=)
To:        mark@grondar.za
Cc:        ports@FreeBSD.org
Subject:   Re: Port for perl5
Message-ID:  <199504162140.OAA27982@silvia.HIP.Berkeley.EDU>
In-Reply-To: <199504162058.WAA19858@grunt.grondar.za> (message from Mark Murray on Sun, 16 Apr 1995 22:58:13 %2B0200)

next in thread | previous in thread | raw e-mail | index | archive | help
 * I have been watching for a perl5 port, and seeing none, I made one.
 * I have uploaded it to freefall.cdrom.com:/incoming/perl5.tar.gz.
 * If it is OK, please commit. Thanks!

This is wonderful.  I'll commit it after I test-compile it.  (Right
now thud is too loaded.)

By the way, I noticed this in the pkg/PLIST file:

@cwd /usr/local
bin/perl5.001
bin/perl
 :

If these are hard links, pkg_create will turn them into two files.
Do you think it's okay to change this to

@cwd /usr/local
bin/perl5.001
@exec ln -fs %D/%F %B/perl
@unexec rm %B/perl
 :

?

Satoshi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199504162140.OAA27982>