aboutsummaryrefslogtreecommitdiff
path: root/security/makepasswd
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Make fetchable and undeprecate by switching to a higher patch levelHiroki Tagato2020-05-053-16/+15
| | | | | | | | | | | | | | - Add LICENSE_FILE - Use MANPREFIX for manpage path instead of PREFIX - Update pkg-descr to match the description on WWW - Update WWW to use https PR: 246142 Submitted by: Toshimichi Masubuchi <tmasu@st.rim.or.jp> Approved by: toni.viemero@iki.fi (maintainer), ehaupt (mentor) Notes: svn path=/head/; revision=534029
* Deprecate ports broken for more than 6 monthsAntoine Brodin2020-04-041-0/+2
| | | | Notes: svn path=/head/; revision=530719
* Mark a few ports BROKEN (unfetchable)Antoine Brodin2019-11-061-0/+2
| | | | Notes: svn path=/head/; revision=516897
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* - Fix shebangsDmitry Marakasov2015-05-081-2/+3
| | | | | | | | Approved by: portmgr blanket MFH: 2015Q2 Notes: svn path=/head/; revision=385738
* Fix a few stragglers.Adam Weinberger2014-05-011-1/+1
| | | | Notes: svn path=/head/; revision=352718
* I experienced catastrophic brain failure and putAdam Weinberger2014-05-011-1/+1
| | | | | | | PORT_OPTIONS= instead of OPTIONS_DEFINE=. Oops. Notes: svn path=/head/; revision=352712
* STAGE support, and general cleanups. Some of the changes are aAdam Weinberger2014-05-012-18/+11
| | | | | | | | bit more aggressive, but at this point, if I'm staging your port, you've likely stopped caring what's done to it. Notes: svn path=/head/; revision=352710
* 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 frameworkBaptiste Daroussin2013-09-161-6/+3
| | | | | | | Convert USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=327417
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-301-2/+2
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300264
* - Add LICENSESunpoet Po-Chuan Hsieh2010-11-273-3/+3
| | | | | | | | | | | - Remove obsolete MD5 sum - Update WWW PR: ports/152623 Submitted by: Toni Viemero <toni.viemero@iki.fi> (maintainer) Notes: svn path=/head/; revision=265295
* - Update to Debian patchset 1.10-5Bernhard Froehlich2010-09-132-8/+7
| | | | | | | | | | | | | - Use /dev/urandom rather than /dev/random - Increase default password length range from 6-8 characters to 8-10 - Use OpenSSL's random number generator, seeded with 256 bits of entropy PR: ports/150536 Submitted by: Toni Viemero <toni dot viemero at iki dot fi> (maintainer) Approved by: beat (co-mentor, implicit) Notes: svn path=/head/; revision=261087
* - Chase Debian version to avoid unfetchable patchfileMartin Wilke2008-11-292-5/+5
| | | | | | | | PR: 129252 Submitted by: Toni Viemerö <toni.viemero@iki.fi> (maintainer) Notes: svn path=/head/; revision=223558
* Remove USE_REINPLACE from all categories starting with SEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162215
* SHA256ifyEdwin Groothuis2006-01-241-0/+2
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* - Use MASTER_SITE_DEBIAN_POOLPav Lucistnik2004-03-062-2/+3
| | | | | | | | | | - Add SIZE PR: ports/63849 Submitted by: Toni Viemero <toni.viemero@iki.fi> (maintainer) Notes: svn path=/head/; revision=103124
* - Fix running with perl <5.6, on 4.xKirill Ponomarev2003-11-111-2/+3
| | | | | | | | | | - Bump PORTREVISION PR: 59104 Submitted by: maintainer Notes: svn path=/head/; revision=93729
* - Update to latest patchlevel andKirill Ponomarev2003-11-093-5/+22
| | | | | | | | | | | make it use /dev/urandom - Utilize DOCSDIR PR: 59081 Submitted by: maintainer Notes: svn path=/head/; revision=93560
* reformat the pkg-descr, as pointed out by adamw@Edwin Groothuis2003-04-021-5/+3
| | | | Notes: svn path=/head/; revision=77932
* New port: makepasswd, random password generatorEdwin Groothuis2003-04-014-0/+47
Random password generator. PR: ports/49008 Submitted by: Toni Viemero <toni.viemero@iki.fi> Notes: svn path=/head/; revision=77901