aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/userneu
Commit message (Collapse)AuthorAgeFilesLines
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*amdmi32016-05-191-1/+1
| | | | Approved by: portmgr blanket
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.mat2016-04-011-2/+2
| | | | | With hat: portmgr Sponsored by: Absolight
* - Switch to options helpersamdmi32015-09-031-5/+4
| | | | | | | | - Add some NO_ARCHes - Fix and unsilence some installation commands - Other minor fixes Approved by: portmgr blanket
* Cleanup DIST* variables.mat2015-05-121-1/+1
| | | | | | | | | | | When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight
* Cleanup plistantoine2014-11-221-2/+0
|
* 1: Stagify.vanilla2014-06-302-15/+18
| | | | | | | 2: add LICENSE 3: use options helper. Approved by: portmgr@ (blanket approval)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | sysutils)
* - convert to the new perl5 frameworkaz2013-09-161-1/+2
| | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket)
* - Cleanup outdated checks. (PERL_LEVEL < 5.12)az2013-06-181-4/+0
| | | | | | - Assign some p5- ports under perl@ maintainership. Approved by: portmgr@ (bapt@)
* - Remove SITE_PERL from *_DEPENDSaz2012-06-301-2/+2
| | | | Approved by: portmgr@ (bapt@)
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* Explicitly depend on p5-Digest-MD5 only if PERL_LEVEL < 500703mm2010-09-221-3/+9
| | | | Explicitly depend on p5-Digest-SHA only if PERL_LEVEL < 501000
* - Update mastersite.jmelo2006-08-191-2/+2
| | | | | PR: ports/102181 Submitted by: Andreas Fehlner <fehlner@gmx.de> (maintainer)
* SHA256ifyedwin2006-01-241-0/+1
| | | | Approved by: krion@
* Update WWW and MASTER_SITES.novel2005-04-042-3/+4
| | | | | PR: 79455 Submitted by: Andreas Fehlner (maintainer)
* - Update WWWpav2004-11-041-1/+1
| | | | | PR: ports/73494, ports/73495 Submitted by: Andreas Fehlner <fehlner@gmx.de> (maintainer)
* - Update MASTER_SITEsergei2004-10-191-2/+2
| | | | | | | - While I'm here, fix CONFLICTS to please portlint PR: ports/72844 Submitted by: Andreas Fehlner (maintainer)
* - USE_PERL5 -> USE_PERL5_RUNpav2004-08-121-2/+2
| | | | | | | - Fix CONFLICTS PR: ports/70314 (based on) Submitted by: Andreas Fehlner <fehlner@gmx.de> (maintainer)
* - Use SIZEpav2004-02-012-3/+3
| | | | | | | - Update pkg-descr and WWW PR: ports/62174 Submitted by: Andreas Fehlner <fehlner@gmx.de> (maintainer)
* Add conflict tag for sysutils/userneu-develedwin2004-01-161-0/+2
| | | | | PR: ports/60584 (related) Submitted by: Andreas Fehlner <fehlner@gmx.de>
* Fix dependenciesarved2003-11-091-5/+3
| | | | | PR: 58928 Submitted by: Andreas Fehlner <fehlner@gmx.de>
* Mark BROKEN (see bento logs). These ports are scheduled for removalkris2003-11-031-0/+2
| | | | | after Feb 2 2004 if they are still broken at that time and no fixes have been submitted by PR.
* - Update to 1.38sergei2003-10-243-29/+25
| | | | | | PR: 58296 Submitted by: maintainer Approved by: krion (implicit)
* fix the dependency on p5-Digest-MD5edwin2003-10-201-1/+1
| | | | Noticed by: bento
* [NEW PORT] sysutils/userneu: Account management and creation tooledwin2003-09-304-0/+72
'userneu' is a Perl script that parses a list of usernames and additional information (such as the real name or other information to be put in the GECOS field in /etc/passwd) and creates Unix accounts and (if desired) Samba accounts as well. If the script stumbles upon duplicate user names it can append random characters to the username until it fits. WWW: http://btmdx8.mat.uni-bayreuth.de/~johannes/code.html PR: ports/56753 Submitted by: Andreas Fehlner <fehlner@gmx.de>