Re: Can not get Net::SysLog installed

2009-01-22 Thread Ryan Schmidt


On Jan 21, 2009, at 06:09, Scott Haneda wrote:


On Jan 21, 2009, at 3:47 AM, Joshua Root wrote:


Scott Haneda wrote:


Can someone tell me where I am going wrong with this port?



perl5.setup net-syslog 0.03


You've used the wrong case here. Also the checksums are wrong. :-)


Strange, I have never bothered with case since OS X is non case, I  
assume this is failing on the download, since the case is wrong?  I  
will go fiddle it and see what happens.


Mac OS X has a case-sensitive filesystem option which some users use.  
Also, MacPorts can be used on Linux, FreeBSD and other non-Mac  
operating systems where case-sensitive filesystems are the norm. For  
these reasons one must care about case in MacPorts.



___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Can not get Net::SysLog installed

2009-01-21 Thread Scott Haneda

Can someone tell me where I am going wrong with this port?

Creating software index in /Users/me/macports
Adding port perl/p5-file-readbackwards
Adding port perl/p5-mail-spf
Adding port perl/p5-mail-spf-query
Adding port perl/p5-mail-srs
Adding port perl/p5-net-cidr-lite
Adding port perl/p5-net-ip-match-regexp
Adding port perl/p5-net-senderbase
Adding port perl/p5-net-syslog
Adding port perl/p5-tie-dbi

Total number of ports parsed:   9
Ports successfully parsed:  9   
Ports failed:   0


/Users/me/macports/perl/p5-net-syslog
cat Portfile
# $Id$
PortSystem 1.0
PortGroup perl5 1.0

perl5.setup net-syslog 0.03
maintainers hostwizard.com:scott

description Net::Syslog - Perl extension for sending  
syslog messages directly to a remote syslogd.


long_descriptionNet::Syslog implements the intra-host syslog  
forwarding \

protocol. It is not intended to replace the Sys::Syslog 
\
or Unix::Syslog modules, but instead to provide a 
method \
of using syslog when a local syslogd is unavailable or \
when you don't want to write syslog messages to the \
local syslog

homepage
http://search.cpan.org/~lhoward/Net-Syslog-0.03/Syslog.pm

checksums   md5 0201f8ac355c6509e8f232179f0a54fd \
sha18b633f4f51540eb94240157e7c7683658ed4461b \
rmd160  309b3d18afc6ddbfb0eba4a1aaba5b6aa0c45397

platforms   darwin


* I am in this ports dir /Users/me/macports/perl/p5-net-syslog

Below is lint, clean, and isntall..

---***--***--***--***--***--***--***---
$sudo port lint
---  Verifying Portfile for p5-net-syslog
---  0 errors and 0 warnings found.

---***--***--***--***--***--***--***---
$sudo port -d clean
DEBUG: Changing to port directory: /Users/me/macports/perl/p5-net-syslog
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing  
procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre- 
existing procedure. Target override will not be provided
DEBUG: Using group file /opt/local/var/macports/sources/ 
rsync.macports.org/release/ports/_resources/port1.0/group/perl5-1.0.tcl

DEBUG: adding the default universal variant
DEBUG: Requested variant darwin is not provided by port p5-net-syslog.
DEBUG: Requested variant i386 is not provided by port p5-net-syslog.
DEBUG: Requested variant macosx is not provided by port p5-net-syslog.
DEBUG: Changing to port directory: /Users/me/macports/perl/p5-net-syslog
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing  
procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre- 
existing procedure. Target override will not be provided
DEBUG: Using group file /opt/local/var/macports/sources/ 
rsync.macports.org/release/ports/_resources/port1.0/group/perl5-1.0.tcl

DEBUG: adding the default universal variant
DEBUG: Requested variant darwin is not provided by port p5-net-syslog.
DEBUG: Requested variant i386 is not provided by port p5-net-syslog.
DEBUG: Requested variant macosx is not provided by port p5-net-syslog.
DEBUG: Executing org.macports.main (p5-net-syslog)
---  Cleaning p5-net-syslog
DEBUG: Executing org.macports.clean (p5-net-syslog)
---  Removing build directory for p5-net-syslog
DEBUG: Removing directory: /opt/local/var/macports/build/ 
_Users_me_macports_perl_p5-net-syslog
DEBUG: delete: /opt/local/var/macports/build/ 
_Users_me_macports_perl_p5-net-syslog

DEBUG: Removing symlink: /Users/me/macports/perl/p5-net-syslog/work
DEBUG: delete: /Users/me/macports/perl/p5-net-syslog/work

---***--***--***--***--***--***--***---
$sudo port -d install
DEBUG: Changing to port directory: /Users/me/macports/perl/p5-net-syslog
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing  
procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre- 
existing procedure. Target override will not be provided
DEBUG: Using group file /opt/local/var/macports/sources/ 
rsync.macports.org/release/ports/_resources/port1.0/group/perl5-1.0.tcl

DEBUG: adding the default universal variant
DEBUG: Requested variant darwin is not provided by port p5-net-syslog.
DEBUG: Requested variant i386 is not provided by port p5-net-syslog.
DEBUG: Requested variant macosx is not provided by port p5-net-syslog.
DEBUG: Changing to port directory: /Users/me/macports/perl/p5-net-syslog
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing  
procedure. Target 

Re: Can not get Net::SysLog installed

2009-01-21 Thread Joshua Root
Scott Haneda wrote:
 Can someone tell me where I am going wrong with this port?

 perl5.setup net-syslog 0.03

You've used the wrong case here. Also the checksums are wrong. :-)

- Josh
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: Can not get Net::SysLog installed

2009-01-21 Thread Scott Haneda

On Jan 21, 2009, at 3:47 AM, Joshua Root wrote:


Scott Haneda wrote:

Can someone tell me where I am going wrong with this port?



perl5.setup net-syslog 0.03


You've used the wrong case here. Also the checksums are wrong. :-)



Strange, I have never bothered with case since OS X is non case, I  
assume this is failing on the download, since the case is wrong?  I  
will go fiddle it and see what happens.


Thanks.
--
Scott

___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: Can not get Net::SysLog installed

2009-01-21 Thread Joshua Root
Scott Haneda wrote:
 On Jan 21, 2009, at 3:47 AM, Joshua Root wrote:
 
 Scott Haneda wrote:
 Can someone tell me where I am going wrong with this port?

 perl5.setup net-syslog 0.03

 You've used the wrong case here. Also the checksums are wrong. :-)
 
 
 Ok, got it to work, but I had a empty download file and a messed up TMP
 file.  I deleted them in the Finder and all was well. They were at
 /opt/local/var/macports/distfiles/perl5/
 What is the port command to clean those out?
 
 I tried sudo port uninstall and sudo port clean and neither worked for me.

Clean can take some options, see the port man page. `sudo port clean
--dist` will delete the distfile.

- Josh
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users