NEW: security/beecrypt

2006-04-18 Thread Marcos Latas
Beecrypt is a crytography library, it is present both
on NetBSD and FreeBSD's ports tree.

This is my first attempt at creating a port, any corrections
are most welcome.


beecrypt.tar.gz
Description: GNU Zip compressed data


Re: NEW: security/beecrypt

2006-04-18 Thread Marcos Latas
I forgot to mention the port was tested on amd64 only.



Concerned about your privacy? Instantly send FREE secure email, no account 
required
http://www.hushmail.com/send?l=480

Get the best prices on SSL certificates from Hushmail
https://www.hushssl.com?l=485



Re: NEW: security/beecrypt

2006-04-18 Thread Peter Valchev
 Beecrypt is a crytography library, it is present both
 on NetBSD and FreeBSD's ports tree.
 
 This is my first attempt at creating a port, any corrections
 are most welcome.

- It looks to have various dependencies none of which are registered in
  your port (such as python).  Or these need to be turned off in the
  configure script explicitly

- It has its own endianness.{c,h} which is not needed and in fact
  produces shitloads of warnings as it overrides our sys/endian.h
  This part of configure seems broken and should be fixed:
  checking endian.h usability... no
  checking endian.h presence... no
  checking for endian.h... no

- The CFLAGS have some linux-specific stuff it seems, such as
  -Wa,--noexecstack which appears just ignored right nwo and should
  be removed

Also once these are resolved it should be tested by people on more
architectures.