notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
Port details
cntlm NTLM / NTLM Session Response / NTLMv2 authenticating HTTP proxy
0.92.3_1 www on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.92.3_1Version of this port present on the latest quarterly branch.
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via search for ports maintained by this maintainer
Port Added: 2009-07-27 22:30:55
Last Update: 2024-01-11 13:59:36
Commit Hash: 7074d7f
People watching this port, also watch:: screen, mplayer-skins, grabc, grepcidr
License: GPLv2+
WWW:
https://cntlm.sourceforge.net/
Description:
Cntlm is an NTLM/NTLMv2 authenticating HTTP proxy. It takes the address of your proxy or proxies (host1..N and port1..N) and opens a listening socket, forwarding each request to the parent proxy (moving in a circular list if the active parent stops working). Along the way, a connection to the parent is created anew and authenticated or, if available, previously cached connection is reused to achieve higher efficiency and faster responses. When the chain is set up, cntlm should be used as a proxy in your applications. Cntlm also integrates transparent TCP/IP port forwarding (tunneling) through the parent (incl. authentication).
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
pkg-plist: as obtained via: make generate-plist
Expand this list (9 items)
Collapse this list.
  1. /usr/local/share/licenses/cntlm-0.92.3_1/catalog.mk
  2. /usr/local/share/licenses/cntlm-0.92.3_1/LICENSE
  3. /usr/local/share/licenses/cntlm-0.92.3_1/GPLv2+
  4. bin/cntlm
  5. @sample etc/cntlm.conf.sample
  6. share/man/man1/cntlm.1.gz
  7. @owner
  8. @group
  9. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • cntlm
Dependency lines:
  • cntlm>0:www/cntlm
To install the port:
cd /usr/ports/www/cntlm/ && make install clean
To add the package, run one of these commands:
  • pkg install www/cntlm
  • pkg install cntlm
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: cntlm
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (cntlm-0.92.3.tar.gz) = 9c3ad10924d43f7248df9ecd33cbc033afbd7ea8d9545de0d68a2782fed76298 SIZE (cntlm-0.92.3.tar.gz) = 93075

Packages (timestamps in pop-ups are UTC):

Robert Lafore's Data Structures and Algorithms in Java is widely regarded as one of the most accessible books for learning complex programming concepts through practical, simple explanations and visual aids. algolist.net Accessing the Book

You can find digital versions and physical copies of the book through the following platforms: Public Repositories & Archives

: Full versions of the English text are often hosted on educational and open-access sites like Internet Archive Portuguese Versions : A translated version, "Algoritmos e Estruturas de Dados em Java" , is available on for reading or download with a subscription. : New and used physical copies are available at Amazon Brazil Key Topics Covered

The book demystifies data structures by using "Workshop Applets"—graphical demonstrations that show exactly how data moves and transforms. Main topics include: www.pearson.com Data Structures & Algorithms in Java - Robert Lafore.pdf Cannot retrieve latest commit at this time.

Data Structures and Algorithms in Java (2nd Edition) by Robert Lafore

Robert Lafore’s Data Structures and Algorithms in Java is a classic text known for its "plain English" approach to complex computer science topics. It is often recommended for beginners because it avoids dense academic math in favor of clear, visual explanations. 📖 Essential Book Overview

This book is designed to help programmers bridge the gap between knowing a language and solving real-world data management problems.

Approach: Uses graphical "Workshop Applets" to demonstrate how data moves and changes.

Target Audience: Students and self-taught developers preparing for technical interviews or improving code efficiency.

Key Benefit: Covers complex topics like Red-Black trees and Heaps without requiring a background in advanced mathematics. 🛠️ Core Topics Covered

The book organizes topics into a logical progression, starting with basic storage and moving toward advanced sorting and graph theory: 1. Fundamentals Arrays: Understanding linear storage and search. Simple Sorting: Bubble, Selection, and Insertion sorts. Big O Notation: Measuring algorithm performance. 2. Intermediate Structures

Stacks & Queues: Abstract data types (ADTs) for ordered processing. Linked Lists: Managing memory with object references. Recursion: Mastering "divide-and-conquer" logic. 3. Advanced Concepts

Trees: Binary search trees, Red-Black trees, and 2-3-4 trees. Hash Tables: High-speed data retrieval techniques. Graphs: Weighted graphs and pathfinding algorithms. 🔗 Accessing the Material

While the physical book is available at retailers like Amazon and AbeBooks, several academic and public repositories host the text or its supplemental code:

Academic Repositories: Several universities host the First Edition (PDF) or the Second Edition (PDF) for educational use.

Community Repositories: Digital libraries like Internet Archive allow for borrowing digital copies.

GitHub Collections: Developers often share the PDF version alongside their own practice code.

Robert Lafore's Data Structures and Algorithms in Java is widely considered one of the best introductory books for beginners due to its clear, conversational tone and lack of dense mathematical jargon

. While highly praised for its accessibility, its age means some technical components are outdated. Key Highlights Intuitive Explanations

: Lafore uses plain English to demystify complex topics, making it ideal for those who find academic texts like Knuth's "The Art of Computer Programming" too difficult. Visual Learning

: Each chapter includes "Workshop Applets"—graphical demonstrations that allow you to interactively see how algorithms like sorting or tree balancing work in real-time. Comprehensive Coverage

: The text covers essential topics including arrays, stacks, queues, linked lists, recursion, various trees (Binary, Red-Black, 2-3-4), hash tables, heaps, and graphs. Amazon.com Potential Drawbacks

The book " Data Structures and Algorithms in Java " (or Estruturas de Dados e Algoritmos em Java) by Robert Lafore is a classic resource known for its accessible explanations and "Workshop Applets" that visually demonstrate how algorithms work.

Below are links where you can find the PDF version and related resources: PDF Download Links (English)

While the physical book is often used in universities, several academic and developer repositories host the full text:

Academic Repository (Columbus State): Data Structures & Algorithms in Java - PDF. GitHub Repositories: Data Structures & Algorithms in Java - Robert Lafore.pdf. Robert Lafore - Programming Practice 2. The Swiss Bay (Gentoomen Library): Full Book PDF. Portuguese Resources

The Portuguese version, published by Ciência Moderna (2004) under the title Estruturas de dados & algoritmos em Java, is harder to find as a direct, legal PDF download. However, you can access excerpts or similar content here:

Scribd: Algoritmos e Estruturas de Dados Em Java - Lafore (requires subscription or upload for full download).

Academic Slides/PDFs: Many Brazilian universities use this book as a reference for their courses, such as Estrutura de Dados e Técnicas de Programação. Book Content Overview The book covers fundamental concepts including: Data Structures and Algorithms in Java - worldcolleges.info

The Quest for Efficient Data Storage

In the land of Javaria, there lived a young programmer named Maria. Maria was determined to create a magical library that could store and retrieve books efficiently. She had heard about the importance of data structures and algorithms in achieving this goal.

One day, while browsing through the ancient bookshelves, Maria stumbled upon a mysterious tome titled "Estrutura de Dados e Algoritmos em Java" by Robert Lafore. As she opened the book, she discovered that it held the secrets of efficient data storage and retrieval.

Maria began to study the book, learning about arrays, linked lists, stacks, queues, trees, and graphs. She realized that each data structure had its strengths and weaknesses, and that choosing the right one was crucial for efficient data storage and retrieval.

As she delved deeper into the book, Maria encountered the concept of algorithms. She learned about sorting algorithms like bubble sort, selection sort, and merge sort. She also discovered searching algorithms like linear search and binary search.

Maria was fascinated by the trade-offs between time and space complexity. She realized that some algorithms were fast but used a lot of memory, while others were memory-efficient but slower.

Determined to apply her newfound knowledge, Maria decided to create a magical library that could store and retrieve books efficiently. She chose to implement a binary search tree (BST) data structure, which allowed for fast searching, inserting, and deleting of books.

As she worked on the library, Maria encountered a challenge. The library's cataloging system required her to sort the books by author, title, and publication date. Maria remembered learning about the merge sort algorithm in Lafore's book and decided to use it.

With the BST and merge sort algorithm in place, Maria's magical library was able to store and retrieve books with ease. The library's patrons were amazed by the speed and efficiency of the system.

As Maria continued to work on the library, she encountered more challenges and opportunities to apply the concepts she learned from Lafore's book. She implemented a priority queue to manage the library's borrowing system and used a graph data structure to optimize the library's navigation system.

Thanks to her understanding of data structures and algorithms, Maria's magical library became a legendary hub of knowledge and learning. Scholars and book lovers from all over Javaria came to marvel at the library's efficiency and beauty.

PDF Link

Unfortunately, I couldn't provide a direct PDF link to the book "Estrutura de Dados e Algoritmos em Java" by Robert Lafore, as that would require copyright permissions. However, I can suggest some alternatives:

  • You can search for the book on online libraries or bookstores like Amazon, Google Books, or Apple Books.
  • You can also check your local library or university bookstore for a copy of the book.
  • If you're looking for a free resource, you can try searching for open-source alternatives or online tutorials that cover similar topics.

Here are a few options for a post, depending on where you are posting (e.g., a forum, a social media group, or a study channel).

Important Note: As an AI, I cannot provide a direct link to a pirated PDF due to copyright policies. However, you can use these posts to ask the community for help or share legitimate resources.

Option 2: Study Tips & Resource Share (Best for LinkedIn/Twitter/Instagram)

Headline: 🚀 Melhore sua lógica com o Robert Lafore!

Body: Se você está estudando Java e sente dificuldade em entender como funcionam as estruturas de dados por trás dos panos, o livro "Estruturas de Dados e Algoritmos em Java" do Robert Lafore é umMust-read. 📖

A abordagem dele é famosa por ser visual e muito didática, perfeita para iniciantes e intermediários.

🔗 Onde encontrar: Você pode encontrar versões físicas em grandes livrarias ou pesquisar por versões digitais para estudo.

💬 Quem já leu esse livro? O que achou da abordagem dos applets para visualização dos algoritmos? Deixe nos comentários! 👇

#DevLife #JavaDeveloper #DataStructures #Algorithms #TechBooks #RobertLafore


Option 1: Community Request (Best for Forums/Facebook Groups)

Headline: 📚 Alguém tem o PDF de "Estruturas de Dados e Algoritmos em Java" do Robert Lafore?

Body: Pessoal, tudo bem?

Estou cursando a disciplina de Estrutura de Dados e ouvindo ótimas indicações sobre o livro do Robert Lafore. Parece ser muito didático para quem está aprendendo Java.

Alguém teria o link para download do PDF ou sabe onde posso encontrar uma versão digital?

Vou deixar o link da versão física na Amazon caso alguém queira adquirir: [Insert Amazon Link Here]

Obrigado!

#java #estruturadedados #algoritmos #programacao #robertlafore #estudos


Sobre o Link para Download (PDF)

Como inteligência artificial, não posso fornecer links diretos para download de livros protegidos por direitos autorais (pirataria). A obra de Robert Lafore é material protegido, e o download gratuito não autorizado é ilegal na maioria dos países.

No entanto, aqui estão as formas legais e seguras de acessar o conteúdo:

  1. Compra do Livro (Físico ou E-book):

    • Você pode encontrar o livro à venda na Amazon, Submarino, Americanas ou diretamente no site da Editora Ciência Moderna (para a versão traduzida).
    • Versões em inglês (e-book) estão disponíveis na O'Reilly Media ou InformIT.
  2. Bibliotecas Digitais e Universitárias:

    • Se você é estudante universitário, verifique o portal da biblioteca da sua instituição. Muitas universidades possuem assinaturas de plataformas como Minha Biblioteca ou Pearson que disponibilizam essa obra digitalmente para alunos.
  3. Internet Archive (Emprestimo):

    • O Internet Archive (archive.org) possui uma biblioteca de empréstimo digital onde, muitas vezes, é possível "pegar emprestado" o livro digitalmente por um período curto, de forma legal, similar a uma biblioteca física.

Sobre o Livro

Este livro é amplamente recomendado para iniciantes e programadores intermediários porque Robert Lafore possui uma didática muito clara. Diferente de livros acadêmicos mais formais (como o do Cormen), Lafore foca em explicar os conceitos através de exemplos práticos e código Java funcional, facilitando a visualização de como as estruturas funcionam na memória.

Principais Tópicos Abordados:

  1. Arrays (Vetores): Ordenação e busca básica.
  2. Ordenação (Sorting Algorithms): Bubble Sort, Selection Sort, Insertion Sort, Merge Sort, entre outros.
  3. Pilhas (Stacks) e Filas (Queues): Conceitos fundamentais de estruturas lineares.
  4. Listas Encadeadas (Linked Lists): Listas simples, duplamente encadeadas e circulares.
  5. Recursão: Como funciona e exemplos práticos.
  6. Árvores (Trees): Árvores binárias de busca (BST), balanceamento e traversal.
  7. Tabelas Hash: Implementação e tratamento de colisões.
  8. Grafos (Graphs): Algoritmos de busca (BFS, DFS) e caminhos mínimos.
  9. Estruturas Avançadas: Árvores Red-Black e Heaps.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
www_cntlm
USES:
gmake
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (56 items)
Collapse this list.
  1. http://cfhcable.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  2. http://cytranet.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  3. http://deac-ams.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  4. http://deac-fra.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  5. http://deac-riga.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  6. http://downloads.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  7. http://excellmedia.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  8. http://freefr.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  9. http://gigenet.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  10. http://ixpeering.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  11. http://jaist.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  12. http://jztkft.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  13. http://kumisystems.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  14. http://liquidtelecom.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  15. http://nchc.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  16. http://netactuate.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  17. http://netcologne.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  18. http://netix.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  19. http://onboardcloud.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  20. http://phoenixnap.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  21. http://razaoinfo.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  22. http://sinalbr.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  23. http://sitsa.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  24. http://sonik.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  25. http://tenet.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  26. http://udomain.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  27. http://ufpr.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  28. http://versaweb.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  29. https://cfhcable.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  30. https://cytranet.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  31. https://deac-ams.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  32. https://deac-fra.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  33. https://deac-riga.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  34. https://downloads.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  35. https://excellmedia.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  36. https://freefr.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  37. https://gigenet.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  38. https://ixpeering.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  39. https://jaist.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  40. https://jztkft.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  41. https://kumisystems.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  42. https://liquidtelecom.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  43. https://nchc.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  44. https://netactuate.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  45. https://netcologne.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  46. https://netix.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  47. https://onboardcloud.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  48. https://phoenixnap.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  49. https://razaoinfo.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  50. https://sinalbr.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  51. https://sitsa.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  52. https://sonik.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  53. https://tenet.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  54. https://udomain.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  55. https://ufpr.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
  56. https://versaweb.dl.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/
Collapse this list.

Number of commits found: 20

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.92.3_1
11 Jan 2024 13:59:36
commit hash: 7074d7f6aec43269666bcbbfd162d977b7c64277commit hash: 7074d7f6aec43269666bcbbfd162d977b7c64277commit hash: 7074d7f6aec43269666bcbbfd162d977b7c64277commit hash: 7074d7f6aec43269666bcbbfd162d977b7c64277 files touched by this commit
 (bapt) search for other commits by this committer
MANPREFIX: eliminate usage of MANPREFIX

While here move some manpages to share/man
0.92.3
01 Nov 2023 22:11:47
commit hash: 05f0f44a557a53913001d6debf17965dfb799288commit hash: 05f0f44a557a53913001d6debf17965dfb799288commit hash: 05f0f44a557a53913001d6debf17965dfb799288commit hash: 05f0f44a557a53913001d6debf17965dfb799288 files touched by this commit
 (rodrigo) search for other commits by this committer
*/*: Update WWW to use HTTPS for sourceforge.net projects

Homepage link is permanent redirected to its HTTPS counterpart
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
 (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
0.92.3
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
 (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.92.3
20 Jul 2022 14:23:26
commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90 files touched by this commit
 (tcberner) search for other commits by this committer
www: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *
  *  <hvo.pm@xs4all.nl>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron LI <aly@aaronly.me>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Abel Chow <achow@transoft.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Adrian Steinmann <ast@marabu.ch>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.92.3
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
 (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.92.3
12 Jan 2016 16:20:32
Revision:405891Original commit files touched by this commit
 search for other commits by this committer
Convert LICENSE= "GPLxx # or later" to "GPLxx+"

Approved by:	portmgr blanket
0.92.3
03 Sep 2015 18:50:46
Revision:396036Original commit files touched by this commit
 search for other commits by this committer
- Clarify LICENSE
- Add LICENSE_FILE
- Switch to @sample
0.92.3
25 Dec 2013 19:16:49
Revision:337439Original commit files touched by this commit
 search for other commits by this committer
Fix build on -current

PR:		ports/184902
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
0.92.3
11 Oct 2013 01:40:35
Revision:330040Original commit files touched by this commit
 search for other commits by this committer
- Send www/cntlm back to the pool, since I no longer use it
- USES gmake
- Support STAGEDIR

Approved by:	wg (mentor)
0.92.3
20 Sep 2013 23:36:54
Revision:327776Original commit files touched by this commit
 search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
0.92.3
29 Dec 2012 06:46:19
Revision:309612Original commit files touched by this commit
 search for other commits by this committer
- Update to 0.92.3
- Add LICENSE
- Update COMMENT
- Pass maintainership to submitter

PR:		174789
Submitted by:	nemysis <nemysis@gmx.ch>
0.92.2
18 Oct 2012 13:06:32
Revision:306069Original commit files touched by this commit
 search for other commits by this committer
- Reassign to the heap at maintainer's request

Feature safe:	yes
Redports:	ignore
0.92.2
16 Jun 2012 09:52:39
Original commit files touched by this commit
 search for other commits by this committer
- Upgrade to 0.92.2
- Fix cntlm_config line in rc script

PR:             ports/168484
Submitted by:   Brandon Gooch <jamesbrandongooch@gmail.com>
Approved by:    Antony Mawer <lists@mawer.org> (maintainer)
0.35.1
14 Jan 2012 08:57:23
Original commit files touched by this commit
 search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
0.35.1
15 May 2011 02:49:17
Original commit files touched by this commit
 search for other commits by this committer
Remove painful examples of foo="", with particular prejudice against
constructions that parse out to [ -z "$foo" ] && foo=""

These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.

In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.

In a few places, add $FreeBSD$

No functional changes, so no PORTREVISION bumps
0.35.1
19 Mar 2011 12:38:54
Original commit files touched by this commit
 search for other commits by this committer
- Get Rid MD5 support
0.35.1
27 Mar 2010 00:15:24
Original commit files touched by this commit
 search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
0.35.1
22 Aug 2009 00:38:34
Original commit files touched by this commit
 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with W
0.35.1
27 Jul 2009 22:30:32
Original commit files touched by this commit
 search for other commits by this committer
Cntlm is an NTLM/NTLMv2 authenticating HTTP proxy. It takes the address of your
proxy or proxies (host1..N and port1..N) and opens a listening socket,
forwarding each request to the parent proxy (moving in a circular list if the
active parent stops working). Along the way, a connection to the parent is
created anew and authenticated or, if available, previously cached connection
is reused to achieve higher efficiency and faster responses. When the chain is
set up, cntlm should be used as a proxy in your applications. Cntlm also
integrates transparent TCP/IP port forwarding (tunneling) through the parent
(incl. authentication).

WWW: http://cntlm.sourceforge.net/

PR:             ports/137016
Submitted by:   Antony Mawer <ports at mawer.org>

Number of commits found: 20