Re: perl: warning: Setting locale failed.

2005-08-05 Thread Wolfgang S. Rupprecht

[EMAIL PROTECTED] (Christian Weisgerber) writes:
> Wolfgang S. Rupprecht <[EMAIL PROTECTED]> wrote:
> 
> > Getting perl to shut up about the LANG variable was probably all I
> > really needed from perl.  (And that was a simple "export
> > PERL_BADLANG=0").
> 
> Why set LC_CTYPE to an unsupported value in the first place?

Because the choice is that or re-installing netbsd on that machine?

I need to see output generated by a current fedora system.  Either I
can see the a usable gcc error msg or the OS goes.

-wolfgang
-- 
Wolfgang S. Rupprechthttp://www.wsrcc.com/wolfgang/
  Microsoft Vista - because "Virus Installer" was too long.



Re: Update: Centericq

2005-08-05 Thread Thorsten Glaser
Leonardo B. Cuquejo (Arachnius) dixit:

> Hi!
>
> I'm trying build a port of centericq-4.20, the port works fine, on build
> everything work, configure, make build the binary but when I run centericq
> command have CoreDump error.
>
> The GDB outputs:
> Starting program:
> /usr/ports/net/centericq/w-centericq-4.20.0/fake-i386/usr/loca
> l/bin/centericq
>
> Program received signal SIGSEGV, Segmentation fault.

--disable-msn

> 0x1c3d640d in SHA1Final ()

oO that'd explain why MSN doesn't work even if you
fix the former error...

//mirabile
-- 
I believe no one can invent an algorithm. One just happens to hit upon it
when God enlightens him. Or only God invents algorithms, we merely copy them.
If you don't believe in God, just consider God as Nature if you won't deny
existence.  -- Coywolf Qi Hunt



Update: Centericq

2005-08-05 Thread Leonardo B. Cuquejo (Arachnius)

Hi!

I'm trying build a port of centericq-4.20, the port works fine, on build 
everything work, configure, make build the binary but when I run 
centericq command have CoreDump error.


The GDB outputs:
Starting program: 
/usr/ports/net/centericq/w-centericq-4.20.0/fake-i386/usr/loca

l/bin/centericq

Program received signal SIGSEGV, Segmentation fault.
0x1c3d640d in SHA1Final ()

Can anyone helpme :) I only know the basics of basics c programing :)

OBS: Sorry about the english  :D



Re: perl: warning: Setting locale failed.

2005-08-05 Thread Christian Weisgerber
Wolfgang S. Rupprecht <[EMAIL PROTECTED]> wrote:

> Getting perl to shut up about the LANG variable was probably all I
> really needed from perl.  (And that was a simple "export
> PERL_BADLANG=0").

Why set LC_CTYPE to an unsupported value in the first place?

-- 
Christian "naddy" Weisgerber  [EMAIL PROTECTED]



Re: perl: warning: Setting locale failed.

2005-08-05 Thread Wolfgang S. Rupprecht

Marc Espie <[EMAIL PROTECTED]> writes:
> Note that this ought to work in about six months time.
>
> UTF8 support won't make OpenBSD 3.8, but I hope to commit it a little
> bit after that.

Thanks!  

Now that I sat back and thought about it a bit longer, it probably
doesn't even matter to me that most of the aspects of UTF-8 processing
work completely.  Both xterm and emacs already work well enough for my
purposes.  All I needed to do is read gcc error strings produced by
fedora FC4.  For some silly reason that gcc used some high-page
unicode forward-tick and back-tick for quoting things in error/warning
messages.

Getting perl to shut up about the LANG variable was probably all I
really needed from perl.  (And that was a simple "export
PERL_BADLANG=0").

-wolfgang



UPDATE: tor 0.1.0.13

2005-08-05 Thread Jon Trembley
Posted to or-announce:

Tor 0.1.0.13 fixes a CRITICAL bug in the security of our crypto
handshakes. All clients should upgrade IMMEDIATELY.

(We mean it. Really. Also, note that with this release we are abandoning
support for the old Tor 0.0.9.x tree. You should stop using it.)

http://tor.eff.org/download.html

  o Bugfixes on 0.1.0.x:
- Fix a critical bug in the security of our crypto handshakes.
- Fix a size_t underflow in smartlist_join_strings2() that made
  it do bad things when you hand it an empty smartlist.
- Fix Windows installer to ship Tor license (thanks to Aphex for
  pointing out this oversight) and put a link to the doc directory
  in the start menu.
- Explicitly set no-unaligned-access for sparc: it turns out the
  new gcc's let you compile broken code, but that doesn't make it
  not-broken.

I am only able to test client on x86 -current.
Testing on server and other archs appreciated.

tchau,
jon
Index: tor/Makefile
===
RCS file: /cvs/ports/net/tor/Makefile,v
retrieving revision 1.12
diff -r1.12 Makefile
5c5
< DISTNAME= tor-0.1.0.12
---
> DISTNAME= tor-0.1.0.13
Index: tor/distinfo
===
RCS file: /cvs/ports/net/tor/distinfo,v
retrieving revision 1.12
diff -r1.12 distinfo
1,4c1,4
< MD5 (tor-0.1.0.12.tar.gz) = 8f4fea2631f5f8c973cff6700960b937
< RMD160 (tor-0.1.0.12.tar.gz) = de6cf04636e75736ccc4d18ab4bf16d6068e5bab
< SHA1 (tor-0.1.0.12.tar.gz) = 6b6372acd9c2027e5cbbc1d156025c1332a4b017
< SIZE (tor-0.1.0.12.tar.gz) = 630549
---
> MD5 (tor-0.1.0.13.tar.gz) = dd69bc3691f0b86e1dddb9075df9a914
> RMD160 (tor-0.1.0.13.tar.gz) = 1fe619b6634947544ec2dd063b10e1d59963e3ab
> SHA1 (tor-0.1.0.13.tar.gz) = 4f0b96a360177808c1cb52d5b3efac7688f4558b
> SIZE (tor-0.1.0.13.tar.gz) = 631291


Re: UPDATE: p5-Device-SerialPort-1.002

2005-08-05 Thread Bernd Ahlers
Chris Kuethe [Fri Aug 05, 2005 at 10:06:26AM -0600] wrote:
>On 8/5/05, Bernd Ahlers <[EMAIL PROTECTED]> wrote:
>> Hi!
>> 
>> attached is an update to p5-Device-SerialPort-1.002. Works for me on
>> i386. Please test and comment.
>
>Your diff does not apply cleanly for me. The diff below does. Still
>testing with my apps to make sure things work properly.
>
Hmm, my diff applies cleanly im my tree.

>-CATEGORIES=   graphics perl5
>+CATEGORIES=   comms perl5
> 
But you're right, this port doesn't belong to graphics. ;)

Bernd



Re: UPDATE: p5-Device-SerialPort-1.002

2005-08-05 Thread Chris Kuethe
On 8/5/05, Bernd Ahlers <[EMAIL PROTECTED]> wrote:
> Hi!
> 
> attached is an update to p5-Device-SerialPort-1.002. Works for me on
> i386. Please test and comment.

Your diff does not apply cleanly for me. The diff below does. Still
testing with my apps to make sure things work properly.

Index: Makefile
===
RCS file: /cvs/ports/comms/p5-Device-SerialPort/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- Makefile2004/08/03 14:44:18 1.1.1.1
+++ Makefile2005/08/05 16:04:54
@@ -4,9 +4,9 @@
 
 COMMENT=   "talk to modem devices connected via serial port"
 
-DISTNAME=  Device-SerialPort-1.02
+DISTNAME=  Device-SerialPort-1.002
 PKGNAME=   p5-${DISTNAME}
-CATEGORIES=graphics perl5
+CATEGORIES=comms perl5
 
 HOMEPAGE=  http://search.cpan.org/dist/Device-SerialPort/
 
@@ -19,8 +19,6 @@
 PERMIT_DISTFILES_FTP=  Yes
 
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../by-authors/id/C/CO/COOK/}
-
-USE_GMAKE= Yes
 
 CONFIGURE_STYLE= perl
 
Index: distinfo
===
RCS file: /cvs/ports/comms/p5-Device-SerialPort/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo2005/01/05 15:58:29 1.2
+++ distinfo2005/08/05 16:04:54
@@ -1,4 +1,4 @@
-MD5 (Device-SerialPort-1.02.tar.gz) = f53db3733679adc5d05d06fa530444b6
-RMD160 (Device-SerialPort-1.02.tar.gz) =
820b7b8db970ca262d15a0881a1cb004ab9771a3
-SHA1 (Device-SerialPort-1.02.tar.gz) =
41dffc4aba6ce5372915b5dbe7c97afdadb3365a
-SIZE (Device-SerialPort-1.02.tar.gz) = 124911
+MD5 (Device-SerialPort-1.002.tar.gz) = aeef199bfdd2aece043649a0673146d5
+RMD160 (Device-SerialPort-1.002.tar.gz) =
2f676d8ad18ba223d58088db35a423959dd26d05
+SHA1 (Device-SerialPort-1.002.tar.gz) =
3e01771bb0717c9823cd7d69933aadfb03a92d2b
+SIZE (Device-SerialPort-1.002.tar.gz) = 124543

-- 
GDB has a 'break' feature; why doesn't it have 'fix' too?



UPDATE: p5-CDDB_get-2.25

2005-08-05 Thread Bernd Ahlers
Hi!

attached is an update to p5-CDDB_get-2.25. Works for me on i386.
Please test and comment.

Bernd
Index: Makefile
===
RCS file: /cvs/ports/audio/p5-CDDB_get/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile8 Oct 2004 08:22:28 -   1.6
+++ Makefile4 Aug 2005 08:53:05 -
@@ -2,7 +2,7 @@
 
 COMMENT=   "perl interface to query for cddb-information"
 
-DISTNAME=  CDDB_get-2.23
+DISTNAME=  CDDB_get-2.25
 PKGNAME=   p5-${DISTNAME}
 CATEGORIES=audio perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../by-authors/id/F/FO/FONKIE/}
Index: distinfo
===
RCS file: /cvs/ports/audio/p5-CDDB_get/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo5 Jan 2005 15:47:08 -   1.4
+++ distinfo4 Aug 2005 08:53:05 -
@@ -1,4 +1,4 @@
-MD5 (CDDB_get-2.23.tar.gz) = 6230c08a91ac819fceada544730623be
-RMD160 (CDDB_get-2.23.tar.gz) = 0cd7fe681b3f0de44b53a08d022a30a569461dc1
-SHA1 (CDDB_get-2.23.tar.gz) = efc1ce7b602d6ffdf0da11b8eb02fbb7d43d33b9
-SIZE (CDDB_get-2.23.tar.gz) = 19438
+MD5 (CDDB_get-2.25.tar.gz) = 77c87fee2799ea1f6120cd4b8b5096ca
+RMD160 (CDDB_get-2.25.tar.gz) = f4af6162d3aa7c2d109e623487c48bb3c6540ccf
+SHA1 (CDDB_get-2.25.tar.gz) = 45cb9202e4b052232e5beb4b961971a69c10c6ef
+SIZE (CDDB_get-2.25.tar.gz) = 21425
Index: patches/patch-MANIFEST
===
RCS file: /cvs/ports/audio/p5-CDDB_get/patches/patch-MANIFEST,v
retrieving revision 1.1
diff -u -r1.1 patch-MANIFEST
--- patches/patch-MANIFEST  23 Sep 2003 05:09:06 -  1.1
+++ patches/patch-MANIFEST  4 Aug 2005 08:53:05 -
@@ -1,10 +1,10 @@
 $OpenBSD: patch-MANIFEST,v 1.1 2003/09/23 05:09:06 jolan Exp $
 MANIFEST.orig  2003-09-15 21:20:15.0 -0700
-+++ MANIFEST   2003-09-15 21:20:23.0 -0700
-@@ -1,7 +1,7 @@
- Artistic
+--- MANIFEST.orig  Thu Aug  4 10:46:51 2005
 MANIFEST   Thu Aug  4 10:46:51 2005
+@@ -2,7 +2,7 @@ Artistic
  Copying
  CDDB_get.pm
+ CDDB_cache.pm
 -cddb.pl
 +cddb
  Changes
Index: patches/patch-cddb_pl
===
RCS file: /cvs/ports/audio/p5-CDDB_get/patches/patch-cddb_pl,v
retrieving revision 1.3
diff -u -r1.3 patch-cddb_pl
--- patches/patch-cddb_pl   23 Sep 2003 05:09:06 -  1.3
+++ patches/patch-cddb_pl   4 Aug 2005 08:53:05 -
@@ -1,12 +1,12 @@
 $OpenBSD: patch-cddb_pl,v 1.3 2003/09/23 05:09:06 jolan Exp $
 cddb.pl.orig   2003-08-23 12:00:32.0 -0700
-+++ cddb.pl2003-08-23 12:02:49.0 -0700
+--- cddb.pl.orig   Sun Feb  8 12:29:53 2004
 cddb.plThu Aug  4 10:51:06 2005
 @@ -27,7 +27,7 @@ use Getopt::Std;
  use strict;
  
  my %option = ();
--getopts("oghdtsiSfDlOFc:", \%option); 
-+getopts("oghdtsSfDlOFc:", \%option); 
+-getopts("oghdtsiSfDlOFc:H:CIRGP", \%option); 
++getopts("oghdtsSfDlOFc:H:CIRGP", \%option); 
  
  if($option{h}) {
print "$0: gets CDDB info of a CD\n";
@@ -20,9 +20,9 @@
print "  -t  output toc\n";
print "  -l  output lame command\n";
print "  -f  http mode (e.g. through firewalls)\n";
-@@ -87,19 +86,6 @@ $config{input}=1;   # 1: ask user if mor
- $config{multi}=0;   # 1: do not ask user and get all of them
- # 0: just the first one
+@@ -118,19 +117,6 @@ $config{multi}=0;   # 1: do not ask user
+ 
+ $config{input}=0 if($option{I});
  
 -my %db;
 -
@@ -40,7 +40,7 @@
  if($option{o}) {
my $ids=get_discids($config{CD_DEVICE});
  
-@@ -160,8 +146,6 @@ if($option{g}) {
+@@ -191,8 +177,6 @@ if($option{g}) {
  
  if($option{d} || $option{s}) {
print_xmcd(\%cd,$option{s});
@@ -49,7 +49,7 @@
  } elsif($option{l}) {
print_lame(\%cd);
  } else {
-@@ -196,8 +180,6 @@ unless($config{multi}) {
+@@ -227,8 +211,6 @@ unless($config{multi}) {
  
if($option{d} || $option{s}) {
  print_xmcd(\%cd,$option{s});
@@ -58,7 +58,7 @@
} elsif($option{l}) {
  print_lame(\%cd);
} else {
-@@ -226,8 +208,6 @@ unless($config{multi}) {
+@@ -257,8 +239,6 @@ unless($config{multi}) {
  
  if($option{d} || $option{s}) {
print_xmcd($c,$option{s});
@@ -67,10 +67,11 @@
  } elsif($option{l}) {
print_lame($c);
print "\n";
-@@ -304,67 +284,6 @@ sub print_xmcd {
+@@ -334,67 +314,6 @@ sub print_xmcd {
+ close OUT;
}
  }  
- 
+-
 -sub insert_db {
 -  my $cd=shift;
 -  my $db=shift;
@@ -131,7 +132,6 @@
 -
 -  $dbh->disconnect();
 -} 
--
+ 
  sub print_lame {
my $cd=shift;
- 
Index: pkg/PLIST
===
RCS file: /cvs/ports/audio/p5-CDDB_get/pkg/PLIST,v
retrieving revision 1.8
diff -u -r1.8 PLIST
--- pkg/PLIST   14 Sep 2004 23:16:54 -  1.8
+++ pkg/PLIST   4 Aug 2005 08:53:05 -
@@ -1,7 +1,10 @@
 @comment $OpenBSD

UPDATE: p5-Convert-PEM-0.07

2005-08-05 Thread Bernd Ahlers
Hi!

attached is an update to p5-Convert-PEM-0.07. This port needs 
p5-Class-ErrorHandler now. (port attached) Works for me on i386.
Please test and comment.

Bernd
Index: Makefile
===
RCS file: /cvs/ports/converters/p5-Convert-PEM/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- Makefile6 Feb 2005 15:15:40 -   1.1.1.1
+++ Makefile4 Aug 2005 09:47:52 -
@@ -2,7 +2,7 @@
 
 COMMENT=   "read/write access to ASN.1-encoded PEM files"
 
-DISTNAME=  Convert-PEM-0.06
+DISTNAME=  Convert-PEM-0.07
 PKGNAME=   p5-${DISTNAME}
 CATEGORIES=converters security perl5
 
@@ -18,6 +18,7 @@
 
 BUILD_DEPENDS= ${RUN_DEPENDS}
 RUN_DEPENDS=   ::converters/p5-Convert-ASN1 \
+   ::devel/p5-Class-ErrorHandler \
::security/p5-Crypt-DES-EDE3
 
 CONFIGURE_STYLE=perl
Index: distinfo
===
RCS file: /cvs/ports/converters/p5-Convert-PEM/distinfo,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 distinfo
--- distinfo6 Feb 2005 15:15:40 -   1.1.1.1
+++ distinfo4 Aug 2005 09:47:52 -
@@ -1,4 +1,4 @@
-MD5 (Convert-PEM-0.06.tar.gz) = 1f15fa7ee5026e722d1ac6855eff39e3
-RMD160 (Convert-PEM-0.06.tar.gz) = d85ea0534d798b39f6eb0fa61edb0542f86bba5e
-SHA1 (Convert-PEM-0.06.tar.gz) = 0f23a6b7eb819cbe07031c89a86365531c2af633
-SIZE (Convert-PEM-0.06.tar.gz) = 9332
+MD5 (Convert-PEM-0.07.tar.gz) = d2188dd87446004c8da882b5a1f20412
+RMD160 (Convert-PEM-0.07.tar.gz) = 569e28c9c037e55323edab28b3028d307291fa79
+SHA1 (Convert-PEM-0.07.tar.gz) = 4b95c21a34b6e9c5545f9382b11f183846e4
+SIZE (Convert-PEM-0.07.tar.gz) = 20836
Index: pkg/PLIST
===
RCS file: /cvs/ports/converters/p5-Convert-PEM/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 PLIST
--- pkg/PLIST   6 Feb 2005 15:15:40 -   1.1.1.1
+++ pkg/PLIST   4 Aug 2005 09:47:52 -
@@ -2,7 +2,5 @@
 ${P5SITE}/Convert/PEM/
 ${P5SITE}/Convert/PEM.pm
 ${P5SITE}/Convert/PEM/CBC.pm
-${P5SITE}/Convert/PEM/ErrorHandler.pm
 @man man/man3p/Convert::PEM.3p
 @man man/man3p/Convert::PEM::CBC.3p
[EMAIL PROTECTED] man/man3p/Convert::PEM::ErrorHandler.3p


p5-Class-ErrorHandler-0.01.tgz
Description: application/tar-gz


UPDATE: p5-Jcode-2.03

2005-08-05 Thread Bernd Ahlers
Hi!

attached is an update to p5-Jcode-2.03. The new version doesn't 
build any shared objects anymore. So we can use PKG_ARCH=*.
Works for me on i386. Please test and comment.

Bernd
Index: Makefile
===
RCS file: /cvs/ports/converters/p5-Jcode/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile17 Jan 2004 15:58:07 -  1.2
+++ Makefile4 Aug 2005 10:09:31 -
@@ -1,10 +1,8 @@
 # $OpenBSD: Makefile,v 1.2 2004/01/17 15:58:07 naddy Exp $
 
-NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
-
 COMMENT=   "handles various Japanese charsets"
 
-DISTNAME=  Jcode-0.83
+DISTNAME=  Jcode-2.03
 PKGNAME=   p5-${DISTNAME}
 CATEGORIES=converters japanese perl5
 
@@ -15,8 +13,10 @@
 PERMIT_DISTFILES_CDROM=Yes
 PERMIT_DISTFILES_FTP=  Yes
 
-MASTER_SITES=   ${MASTER_SITE_PERL_CPAN:=../by-authors/id/D/DA/DANKOGAI/}
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../by-authors/id/D/DA/DANKOGAI/}
 
 CONFIGURE_STYLE= perl
+
+PKG_ARCH=  *
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/converters/p5-Jcode/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo5 Jan 2005 15:58:30 -   1.2
+++ distinfo4 Aug 2005 10:09:31 -
@@ -1,4 +1,4 @@
-MD5 (Jcode-0.83.tar.gz) = 64e137e289e9fc65c1afc00c08ffa0f3
-RMD160 (Jcode-0.83.tar.gz) = 6fb501bcac8219ab55c1f263c152f3f5dcc1c7f1
-SHA1 (Jcode-0.83.tar.gz) = b3c1945cf9d8d9aafd3ca5ed57fd04d1187b5753
-SIZE (Jcode-0.83.tar.gz) = 188328
+MD5 (Jcode-2.03.tar.gz) = 8d285ebf5e5d4f60938829a2c11bdef6
+RMD160 (Jcode-2.03.tar.gz) = 91f8685cf7d113c458213d16270c3e36d5673862
+SHA1 (Jcode-2.03.tar.gz) = 9c15f38e05675f3476169000932219df7b1ef5ac
+SIZE (Jcode-2.03.tar.gz) = 334975
Index: pkg/PLIST
===
RCS file: /cvs/ports/converters/p5-Jcode/pkg/PLIST,v
retrieving revision 1.5
diff -u -r1.5 PLIST
--- pkg/PLIST   14 Sep 2004 23:25:50 -  1.5
+++ pkg/PLIST   4 Aug 2005 10:09:31 -
@@ -1,23 +1,6 @@
 @comment $OpenBSD: PLIST,v 1.5 2004/09/14 23:25:50 espie Exp $
-${P5ARCH}/
-${P5ARCH}/Jcode/
-${P5ARCH}/Jcode.pm
-${P5ARCH}/Jcode/Constants.pm
-${P5ARCH}/Jcode/H2Z.pm
-${P5ARCH}/Jcode/Tr.pm
-${P5ARCH}/Jcode/Unicode/
-${P5ARCH}/Jcode/Unicode.pm
-${P5ARCH}/Jcode/Unicode/Constants.pm
-${P5ARCH}/Jcode/Unicode/NoXS.pm
-${P5ARCH}/Jcode/_test.pl
-${P5ARCH}/auto/
-${P5ARCH}/auto/Jcode/
-${P5ARCH}/auto/Jcode/Unicode/
-${P5ARCH}/auto/Jcode/Unicode/Unicode.bs
-${P5ARCH}/auto/Jcode/Unicode/Unicode.so
[EMAIL PROTECTED] ${P5ARCH}/mac_install.pl
[EMAIL PROTECTED] ${P5ARCH}/win_install.pl
+${P5SITE}/Jcode/
+${P5SITE}/Jcode.pm
+${P5SITE}/Jcode/Nihongo.pod
 @man man/man3p/Jcode.3p
[EMAIL PROTECTED] man/man3p/Jcode::Unicode.3p
[EMAIL PROTECTED] man/man3p/Jcode::Unicode::Constants.3p
[EMAIL PROTECTED] man/man3p/Jcode::Unicode::NoXS.3p
[EMAIL PROTECTED] man/man3p/Jcode::Nihongo.3p


UPDATE: p5-Compress-Zlib-1.35

2005-08-05 Thread Bernd Ahlers
Hi!

attached is an update to p5-Compress-Zlib-1.35. Works for me on i386.
Please test and comment.

Bernd
Index: Makefile
===
RCS file: /cvs/ports/archivers/p5-Compress-Zlib/Makefile,v
retrieving revision 1.39
diff -u -r1.39 Makefile
--- Makefile5 Jul 2005 13:48:10 -   1.39
+++ Makefile4 Aug 2005 08:42:11 -
@@ -3,8 +3,8 @@
 SHARED_ONLY=   Yes
 
 COMMENT=   "perl interface to the zlib compression library"
-DISTNAME=  Compress-Zlib-1.34
-PKGNAME=   p5-${DISTNAME}p0
+DISTNAME=  Compress-Zlib-1.35
+PKGNAME=   p5-${DISTNAME}
 CATEGORIES=archivers perl5
 
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Compress/}
Index: distinfo
===
RCS file: /cvs/ports/archivers/p5-Compress-Zlib/distinfo,v
retrieving revision 1.7
diff -u -r1.7 distinfo
--- distinfo6 May 2005 08:09:22 -   1.7
+++ distinfo4 Aug 2005 08:42:11 -
@@ -1,4 +1,4 @@
-MD5 (Compress-Zlib-1.34.tar.gz) = dbdbf491f8ce66e613545c4d4e82a763
-RMD160 (Compress-Zlib-1.34.tar.gz) = 10fadac397a9e03d143ef41a93d76f907f5b4405
-SHA1 (Compress-Zlib-1.34.tar.gz) = 63d95daf378a53564757263369d8a976f3edd58e
-SIZE (Compress-Zlib-1.34.tar.gz) = 144980
+MD5 (Compress-Zlib-1.35.tar.gz) = 14d5ac6d14c374c4d7abba4c15ced0e3
+RMD160 (Compress-Zlib-1.35.tar.gz) = 6fab53c1603278366b8729c389af30302e8f46f3
+SHA1 (Compress-Zlib-1.35.tar.gz) = eb73b726df856ebaafe656cf2d9956474117ab5c
+SIZE (Compress-Zlib-1.35.tar.gz) = 150473
Index: patches/patch-config_in
===
RCS file: /cvs/ports/archivers/p5-Compress-Zlib/patches/patch-config_in,v
retrieving revision 1.1
diff -u -r1.1 patch-config_in
--- patches/patch-config_in 5 Jul 2005 13:48:10 -   1.1
+++ patches/patch-config_in 4 Aug 2005 08:42:11 -
@@ -6,8 +6,8 @@
  # Compress::Zlib" in the README file for details of how to use this file.
  
 -BUILD_ZLIB = True
--INCLUDE= ./zlib-src-1.2.2
--LIB= ./zlib-src-1.2.2
+-INCLUDE= ./zlib-src-1.2.3
+-LIB= ./zlib-src-1.2.3
 +BUILD_ZLIB = False
 +INCLUDE= /usr/include
 +LIB= /usr/lib


UPDATE: p5-Device-Modem-1.44

2005-08-05 Thread Bernd Ahlers
Hi!

attached is an update to p5-Device-Modem-1.44. Works for me on i386.
Please test and comment.

Bernd
Index: Makefile
===
RCS file: /cvs/ports/comms/p5-Device-Modem/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile24 Feb 2005 16:10:31 -  1.2
+++ Makefile4 Aug 2005 09:28:05 -
@@ -2,7 +2,7 @@
 
 COMMENT=   "talk to modem devices connected via serial port"
 
-DISTNAME=  Device-Modem-1.43
+DISTNAME=  Device-Modem-1.44
 PKGNAME=   p5-${DISTNAME}
 CATEGORIES=comms perl5
 
@@ -19,8 +19,6 @@
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../by-authors/id/C/CO/COSIMO/}
 
 BUILD_DEPENDS= :p5-Device-SerialPort->=1:comms/p5-Device-SerialPort
-
-USE_GMAKE= Yes
 
 CONFIGURE_STYLE= perl
 
Index: distinfo
===
RCS file: /cvs/ports/comms/p5-Device-Modem/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo24 Feb 2005 16:10:31 -  1.3
+++ distinfo4 Aug 2005 09:28:05 -
@@ -1,4 +1,4 @@
-MD5 (Device-Modem-1.43.tar.gz) = 6fd96d4036443f9fa9f7ee8ae9d31f9a
-RMD160 (Device-Modem-1.43.tar.gz) = f86be2e128bffcfca59b0cd7509bddcdb4b48302
-SHA1 (Device-Modem-1.43.tar.gz) = 96e303340a07492b715781b6fd031333037d9529
-SIZE (Device-Modem-1.43.tar.gz) = 39855
+MD5 (Device-Modem-1.44.tar.gz) = 34de809f068d697859a2edb9ad6267c0
+RMD160 (Device-Modem-1.44.tar.gz) = 67b266e207dbdaed86a35c9a4cf3f571fc223e7e
+SHA1 (Device-Modem-1.44.tar.gz) = b02a30d8bb8a798cbceaed6e39d3b76fb19a9bc6
+SIZE (Device-Modem-1.44.tar.gz) = 4
Index: pkg/PLIST
===
RCS file: /cvs/ports/comms/p5-Device-Modem/pkg/PLIST,v
retrieving revision 1.3
diff -u -r1.3 PLIST
--- pkg/PLIST   14 Sep 2004 23:24:39 -  1.3
+++ pkg/PLIST   4 Aug 2005 09:28:05 -
@@ -7,7 +7,9 @@
 ${P5SITE}/Device/Modem/Log/Syslog.pm
 ${P5SITE}/Device/Modem/Protocol/
 ${P5SITE}/Device/Modem/Protocol/Xmodem.pm
+${P5SITE}/Device/Modem/UsRobotics.pm
 @man man/man3p/Device::Modem.3p
 @man man/man3p/Device::Modem::Log::File.3p
 @man man/man3p/Device::Modem::Log::Syslog.3p
 @man man/man3p/Device::Modem::Protocol::Xmodem.3p
[EMAIL PROTECTED] man/man3p/Device::Modem::UsRobotics.3p


UPDATE: Unicode-MapUTF8-1.10

2005-08-05 Thread Bernd Ahlers
Hi!

attached is an update to p5-Unicode-MapUTF8-1.10. This update 
also unbreaks the regression tests for this port. (some REGRESS_DEPENDS 
needed) Works for me on i386. Please test and comment.

Bernd
Index: Makefile
===
RCS file: /cvs/ports/converters/p5-Unicode-MapUTF8/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile26 Jun 2004 07:35:06 -  1.4
+++ Makefile4 Aug 2005 10:19:06 -
@@ -2,10 +2,11 @@
 
 COMMENT=   "conversions to and from arbitrary character sets and UTF8"
 
-DISTNAME=  Unicode-MapUTF8-1.09
+DISTNAME=  Unicode-MapUTF8-1.10
 PKGNAME=   p5-${DISTNAME}
 CATEGORIES=converters perl5
 
+# Same as perl
 PERMIT_PACKAGE_CDROM=  Yes
 PERMIT_PACKAGE_FTP=Yes
 PERMIT_DISTFILES_CDROM=Yes
@@ -16,6 +17,9 @@
 RUN_DEPENDS=   ::converters/p5-Jcode \
::converters/p5-Unicode-Map
 BUILD_DEPENDS= ${RUN_DEPENDS}
+
+REGRESS_DEPENDS=   ::converters/p5-Unicode-String \
+   ::converters/p5-Unicode-Map8
 
 CONFIGURE_STYLE= perl
 
Index: distinfo
===
RCS file: /cvs/ports/converters/p5-Unicode-MapUTF8/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo5 Jan 2005 15:58:31 -   1.2
+++ distinfo4 Aug 2005 10:19:06 -
@@ -1,4 +1,4 @@
-MD5 (Unicode-MapUTF8-1.09.tar.gz) = 32b2593bb38b24b5f5fef2aaf444a367
-RMD160 (Unicode-MapUTF8-1.09.tar.gz) = 89fdec897f47fabe2cf9f8d60efb01621b9f6b1e
-SHA1 (Unicode-MapUTF8-1.09.tar.gz) = dc01ef183f1b751e381a9a5519b96c8ed6a7b11a
-SIZE (Unicode-MapUTF8-1.09.tar.gz) = 7667
+MD5 (Unicode-MapUTF8-1.10.tar.gz) = 53c24ee100560f9ab46438716f6498d7
+RMD160 (Unicode-MapUTF8-1.10.tar.gz) = cc9cca1c4d50a12b4b5d2a912ed6021cee52cf76
+SHA1 (Unicode-MapUTF8-1.10.tar.gz) = 0629b04053612aef95d942d62ea2e848cbecb5cf
+SIZE (Unicode-MapUTF8-1.10.tar.gz) = 8043


UPDATE: p5-Device-SerialPort-1.002

2005-08-05 Thread Bernd Ahlers
Hi!

attached is an update to p5-Device-SerialPort-1.002. Works for me on 
i386. Please test and comment.

Bernd
Index: Makefile
===
RCS file: /cvs/ports/comms/p5-Device-SerialPort/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- Makefile3 Aug 2004 14:44:18 -   1.1.1.1
+++ Makefile4 Aug 2005 09:13:50 -
@@ -4,7 +4,7 @@
 
 COMMENT=   "talk to modem devices connected via serial port"
 
-DISTNAME=  Device-SerialPort-1.02
+DISTNAME=  Device-SerialPort-1.002
 PKGNAME=   p5-${DISTNAME}
 CATEGORIES=graphics perl5
 
@@ -19,8 +19,6 @@
 PERMIT_DISTFILES_FTP=  Yes
 
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../by-authors/id/C/CO/COOK/}
-
-USE_GMAKE= Yes
 
 CONFIGURE_STYLE= perl
 
Index: distinfo
===
RCS file: /cvs/ports/comms/p5-Device-SerialPort/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo5 Jan 2005 15:58:29 -   1.2
+++ distinfo4 Aug 2005 09:13:50 -
@@ -1,4 +1,4 @@
-MD5 (Device-SerialPort-1.02.tar.gz) = f53db3733679adc5d05d06fa530444b6
-RMD160 (Device-SerialPort-1.02.tar.gz) = 
820b7b8db970ca262d15a0881a1cb004ab9771a3
-SHA1 (Device-SerialPort-1.02.tar.gz) = 
41dffc4aba6ce5372915b5dbe7c97afdadb3365a
-SIZE (Device-SerialPort-1.02.tar.gz) = 124911
+MD5 (Device-SerialPort-1.002.tar.gz) = aeef199bfdd2aece043649a0673146d5
+RMD160 (Device-SerialPort-1.002.tar.gz) = 
2f676d8ad18ba223d58088db35a423959dd26d05
+SHA1 (Device-SerialPort-1.002.tar.gz) = 
3e01771bb0717c9823cd7d69933aadfb03a92d2b
+SIZE (Device-SerialPort-1.002.tar.gz) = 124543


UPDATE: p5-Convert-ASN1-0.19

2005-08-05 Thread Bernd Ahlers
Hi!

attached is an update to p5-Convert-ASN1-0.19. Works for me on i386.
Please test and comment.

Bernd
Index: Makefile
===
RCS file: /cvs/ports/converters/p5-Convert-ASN1/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- Makefile19 Apr 2004 06:42:23 -  1.14
+++ Makefile4 Aug 2005 09:29:54 -
@@ -2,7 +2,7 @@
 
 COMMENT=   "module to encode and decode ASN.1 data structures"
 
-DISTNAME=  Convert-ASN1-0.18
+DISTNAME=  Convert-ASN1-0.19
 PKGNAME=   p5-${DISTNAME}
 CATEGORIES=converters perl5
 
Index: distinfo
===
RCS file: /cvs/ports/converters/p5-Convert-ASN1/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- distinfo5 Jan 2005 15:58:30 -   1.5
+++ distinfo4 Aug 2005 09:29:54 -
@@ -1,4 +1,4 @@
-MD5 (Convert-ASN1-0.18.tar.gz) = 4fab81d2d3e4a5338df0872cfda8513c
-RMD160 (Convert-ASN1-0.18.tar.gz) = 7b11936db32949df9b96f28a0c6a6d510a94d7eb
-SHA1 (Convert-ASN1-0.18.tar.gz) = 1aec8a3185c03f19870543bb94624160a716e53e
-SIZE (Convert-ASN1-0.18.tar.gz) = 59936
+MD5 (Convert-ASN1-0.19.tar.gz) = 6debb08ccac684a199c0afe54fad51a5
+RMD160 (Convert-ASN1-0.19.tar.gz) = 966c0cb3c476bb00231db470036c15780bbe0dd3
+SHA1 (Convert-ASN1-0.19.tar.gz) = f0844edc15707b111b4f8e90711f105a4c5cf9c0
+SIZE (Convert-ASN1-0.19.tar.gz) = 61840


UPDATE: p5-Archive-Zip-1.16

2005-08-05 Thread Bernd Ahlers
Hi!

attached is an update to p5-Archive-Zip-1.16. Works for me on i386.
Please test and comment.

Bernd
Index: Makefile
===
RCS file: /cvs/ports/archivers/p5-Archive-Zip/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile6 Jul 2005 23:18:09 -   1.8
+++ Makefile4 Aug 2005 08:41:33 -
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.8 2005/07/06 23:18:09 jolan Exp $
 
 COMMENT=   "perl interface to ZIP files"
-DISTNAME=  Archive-Zip-1.14
+DISTNAME=  Archive-Zip-1.16
 PKGNAME=   p5-${DISTNAME}
 CATEGORIES=archivers perl5
 
Index: distinfo
===
RCS file: /cvs/ports/archivers/p5-Archive-Zip/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo10 Mar 2005 10:55:04 -  1.4
+++ distinfo4 Aug 2005 08:41:33 -
@@ -1,4 +1,4 @@
-MD5 (Archive-Zip-1.14.tar.gz) = 96b2caf19d5aea3adff02c323247e66a
-RMD160 (Archive-Zip-1.14.tar.gz) = 302c15961268ebb173a5133fbb5c3f17d4144642
-SHA1 (Archive-Zip-1.14.tar.gz) = e4eb9af1540039ce60af9be35d27ba354bad0228
-SIZE (Archive-Zip-1.14.tar.gz) = 110330
+MD5 (Archive-Zip-1.16.tar.gz) = e28dff400d07b1659d659d8dde7071f1
+RMD160 (Archive-Zip-1.16.tar.gz) = aeacb97732dd13138405db49acbc851448863f58
+SHA1 (Archive-Zip-1.16.tar.gz) = 5eadeb821341e8491014003694aeb4380f3f39ae
+SIZE (Archive-Zip-1.16.tar.gz) = 111336


UPDATE: p5-MP3-Info-1.13

2005-08-05 Thread Bernd Ahlers
Hi!

attached is an update to p5-MP3-Info-1.13. Works for me on i386.
Please test and comment.

Bernd
Index: Makefile
===
RCS file: /cvs/ports/audio/p5-MP3-Info/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile18 Apr 2003 21:43:58 -  1.11
+++ Makefile4 Aug 2005 08:54:42 -
@@ -2,7 +2,7 @@
 
 COMMENT=   "Perl5 module for reading MPEG1-Layer3 tags"
 
-DISTNAME=  MP3-Info-1.02
+DISTNAME=  MP3-Info-1.13
 PKGNAME=   p5-${DISTNAME}
 CATEGORIES=audio perl5
 
Index: distinfo
===
RCS file: /cvs/ports/audio/p5-MP3-Info/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo5 Jan 2005 15:47:08 -   1.4
+++ distinfo4 Aug 2005 08:54:42 -
@@ -1,4 +1,4 @@
-MD5 (MP3-Info-1.02.tar.gz) = 842c7ddf0c160e5c7dd02ae21e13ef9b
-RMD160 (MP3-Info-1.02.tar.gz) = b03afeda8cdfae7458fb714d4f3c977e45e76c45
-SHA1 (MP3-Info-1.02.tar.gz) = 5cadefcc80280568d2d5fa276be5b53765f423d9
-SIZE (MP3-Info-1.02.tar.gz) = 54611
+MD5 (MP3-Info-1.13.tar.gz) = 6f7bee09a5a78d7a6bc3a3c7cf1c3354
+RMD160 (MP3-Info-1.13.tar.gz) = c361b755199614c46c89d9f015fab65c50662bf8
+SHA1 (MP3-Info-1.13.tar.gz) = 9884aa81ca998be7636149d0e5e29ee09e807d49
+SIZE (MP3-Info-1.13.tar.gz) = 96024


Re: NEW: polipo-0.9.8

2005-08-05 Thread Alexandre Anriot
On Thu, Aug 04, 2005 at 02:47:17PM -0500, Jon Trembley wrote:
> On Wed, Aug 03, 2005 at 08:21:18PM +0200, Bernd Ahlers wrote:
> > I've some small fixes:
> > 
> > - fmt -w 72 for pkg/DESCR
> > - install sample files to /etc/polipo
> > - different way to install the spool dir and the log file
> >   (pkg_delete -c does its job now)
> 
> Thanks to everyone for the testing, comments, and patches.  And thanks
> to Matthias K. for the privsep patches, too.

Remaining things to fix:

- FAKE_FLAGS in port's Makefile is useless
- in PLIST, owner/group is 548, not 536, and @mode @owner @group before
  extraunexec are useless
- you have to install docs in ${PREFIX}/share/doc/polipo, not
  ${PREFIX}/share/polipo/doc
- use our macros in Makefile, $(BSD_INSTALL_*) to replace mkdir/cp in
  install targets

It will be fine after these changes I think.


Thanks.