aboutsummaryrefslogtreecommitdiff
path: root/security/l0phtcrack
Commit message (Collapse)AuthorAgeFilesLines
* Deorbit RESTRICTED && NO_CDROM, part two.Mathieu Arnold2021-05-061-1/+6
| | | | | | | | | Move ports to the licenses framework. RESTRICTED → auto-accept (unless expressly stated otherwise) NO_CDROM → dist-mirror pkg-mirror auto-accept Differential Revision: https://reviews.freebsd.org/D30010
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Use DIST_SUBDIRs on my mirror to mimic DISTDIR hierarchy, simplify mirroring ↵Dmitry Marakasov2016-12-061-1/+1
| | | | | | | and fix some portscount false positives Notes: svn path=/head/; revision=427946
* - Switch to options helpersDmitry Marakasov2016-03-032-7/+9
| | | | | | | | - Regenerate patches with `make makepatch` - Simplify installation Notes: svn path=/head/; revision=410052
* Fix ports that confused the meaning of WRKDIR and WRKSRC.Mathieu Arnold2015-11-051-3/+3
| | | | | | | | | | | PR: 204056 Submitted by: mat Reviewed by: bapt Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D2735 Notes: svn path=/head/; revision=400848
* - Fix fetch, againDmitry Marakasov2015-07-271-1/+2
| | | | Notes: svn path=/head/; revision=392984
* Fix fetchDmitry Marakasov2015-06-191-2/+2
| | | | Notes: svn path=/head/; revision=390116
* - Simplify docs and plist handlingDmitry Marakasov2015-06-161-12/+6
| | | | Notes: svn path=/head/; revision=389815
* security/l0phtcrack: convert to USES+= zipJohn Marino2014-05-291-2/+1
| | | | Notes: svn path=/head/; revision=355685
* Convert from USE_DOS2UNIX to USES=dos2unixBaptiste Daroussin2013-11-191-9/+2
| | | | | | | | | | While here: - support stage, - use bsdtar to extract when supported. - Cleanup Notes: svn path=/head/; revision=334286
* Support staging and optionsng.Emanuel Haupt2013-11-151-6/+9
| | | | Notes: svn path=/head/; revision=333842
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* - Convert to new perl frameworkMathieu Arnold2013-08-031-1/+2
| | | | | | | - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324191
* - switch simple inline replacement from perl to sedAndrej Zverev2013-07-261-2/+2
| | | | | | | | | | and remove where is no need in this anymore. - trim Makefile header Approved by: bapt@ (portmrg@) Notes: svn path=/head/; revision=323711
* "aaargh, quoted Makefile variables"Eitan Adler2013-03-181-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=314605
* - Strip header at request of original creatorThomas Abthorpe2013-01-271-5/+1
| | | | | | | | Submitted by: trevor With hat: portmgr Notes: svn path=/head/; revision=311049
* - Sanitize port description and remove old-school attributionAlexey Dokuchaev2011-08-091-20/+11
| | | | | | | | - Remove defunct WWW address (redirects to www.symantec.com now; official L0phtCrack site no longer distributes open source version) Notes: svn path=/head/; revision=279360
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276991
* RESTRICTED is intended here instead of NO_PACKAGEKris Kennaway2006-09-031-1/+1
| | | | Notes: svn path=/head/; revision=172070
* Reset maintainership to ports@ after ~4 months without any response to anyAlexander Leidinger2006-02-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | PR. Thanks for contributing. Since the acroread7 port is a somewhat important port for our users, I will hand it over to emulation@ if no _active_ *committer* takes it before the ports freeze. While I'm here: - fix a little nit in the csound port (I think the intention was to create no backup file instead of creating one with a "-e" extension) - set ARCH to i386 in the amd64 case for the acroread7 port. This is a work-around to be able to install everything when a dependency is not already installed (ARCH is read-only in sub-makes, so the dependencies can't change it). This should be removed when the dependencies are fixed or converted to use bsd.linux-rpm.mk. [1] Not objected to by: portmgr (explicit: krion; silence: rest) Maintainer timeout: ~4 months Submitted by: Sangwoo Shim <sangwoos@gmail.com> [1] PR: 87985 [1] Notes: svn path=/head/; revision=155784
* replace master for lcsrc.zipEdwin Groothuis2005-11-222-1/+3
| | | | | | | | | | | | | | | | | previously described problem with missinc loptcrack src. patch shoudl fix it cotse has been around for a while, md5's match, etc That was optimistic, cotse.com is not available anymore. Temporarely put it in the adopted area of my website. Since PR: ports/87751 Submitted by: Michael Scheidell <scheidell@secnap.net> Notes: svn path=/head/; revision=149011
* Add size data.Trevor Johnson2004-01-271-0/+1
| | | | Notes: svn path=/head/; revision=99278
* Use PAX macro.Trevor Johnson2004-01-221-1/+1
| | | | Notes: svn path=/head/; revision=98754
* Chase master site and home page.Trevor Johnson2003-11-202-2/+2
| | | | | | | detected by: fenner's survey Notes: svn path=/head/; revision=94497
* Define USE_PERL5_BUILD, not erroneous USE_PERL.Trevor Johnson2003-11-201-1/+1
| | | | | | | Submitted by: Oliver Eikemeier Notes: svn path=/head/; revision=94477
* Define USE_PERL to make Perl available for (mostly deprecated)Trevor Johnson2003-11-201-0/+1
| | | | | | | "perl -pi -e" construction. Notes: svn path=/head/; revision=94465
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.Trevor Johnson2003-11-131-1/+1
| | | | Notes: svn path=/head/; revision=93885
* Remove my e-mail address from DESCR files of portsTrevor Johnson2003-11-131-1/+0
| | | | | | | I have contributed, in order to attract less spam. Notes: svn path=/head/; revision=93877
* Fit in 80 columns.Trevor Johnson2003-10-121-1/+1
| | | | Notes: svn path=/head/; revision=90883
* Correct COMMENT whitespaceKris Kennaway2003-07-311-1/+1
| | | | Notes: svn path=/head/; revision=85988
* Retire comment file.Trevor Johnson2003-03-012-1/+1
| | | | Notes: svn path=/head/; revision=76700
* Chase home page.Trevor Johnson2002-09-211-1/+1
| | | | Notes: svn path=/head/; revision=67002
* Chase master site URL yet again.Trevor Johnson2002-05-211-1/+1
| | | | | | | Reported by: fenner's survey Notes: svn path=/head/; revision=59613
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-3/+3
| | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Notes: svn path=/head/; revision=53959
* Correct Mexican jumping bean error ("500 fetch doesn't follow 302Trevor Johnson2001-06-011-1/+1
| | | | | | | redirects"). Notes: svn path=/head/; revision=43395
* Follow the master site.Trevor Johnson2001-05-021-1/+1
| | | | Notes: svn path=/head/; revision=42147
* Update master site because fetch doesn't support HTTP redirection.Trevor Johnson2001-04-101-1/+1
| | | | Notes: svn path=/head/; revision=41162
* Add new port of l0phtcrack 1.5, L0pht Heavy Industries' crackerTrevor Johnson2000-11-055-0/+81
for SAMBA or Windows NT passwords. Notes: svn path=/head/; revision=34809