Bug 69943

Summary: New port: security/spike-proxy
Product: Ports & Packages Reporter: yonatan <yonatan>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description yonatan 2004-08-03 10:00:47 UTC
Committer, fellow porters, this is the ugliest port I've ever done.
Please please please don't use it as anything remotely like learning material.

It's working now, and the only thing that bothers portlint is the
hyphen in the port name. It's supposed to be there. "spike" has also
a fuzzer, which I intend to port, sometime. If it really annoys you,
I won't object too much to naming it "spikeproxy".

Committer, here are my excuses:
. The first REINPLACE is to rid the scripts of linuxizm
(#!/usr/bin/python).
. I couldn't separate the python scripts from the other python
scripts or text files. The only solution I found was to dump
everything into DATADIR. Since "dump everything" means "cp -Rp",
we have to clean-up a bit. I chose to remove .bak files created by the
mentioned REINPLACE. If you want to be cleaner, there are also .bat
files, some *~ and the GNU License that we don't like to replicate.
. Ofcourse, you have to have something in PREFIX/bin for the user to
run. a simple link doesn't work (surprise), so a tiny sh script was
in order.

P.S.
The following warning show up when running. Relax, it's working.
--snip
ntlm/des.py:20: DeprecationWarning: Non-ASCII character '\xd7' in file ntlm/des_c.py on line 22, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details
  import des_c, ntlmutils
ntlm/ntlm_procs.py:21: DeprecationWarning: Non-ASCII character '\xef' in file ntlm/md4.py on line 91, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details
  import des, md4, ntlmutils
--snap

Fix: 

http://j.xpert.com/FreeBSD/ports/spike-proxy.shar
How-To-Repeat: N/A
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2004-11-11 21:11:14 UTC
State Changed
From-To: open->closed

New port added, thank you! 

(It was not that ugly. Seen worse)