aboutsummaryrefslogtreecommitdiff
path: root/net/smbldap-tools
Commit message (Collapse)AuthorAgeFilesLines
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* - Fix previous commit (r370095), patch is now properly integratedThomas Zander2014-10-053-10/+14
| | | | | | | | | PR: 193208 Submitted by: spil.oss@gmail.com (PR), dewayne@heuristicsystems.com.au (patch) MFH: 2014Q4 Notes: svn path=/head/; revision=370098
* - Fix build failure with pod2man 2.5+Thomas Zander2014-10-053-1/+10
| | | | | | | | | | | | | | | - Bump PORTREVISION While on it: - Add NO_ARCH (port does not install arch dependent files) - Clean up pkg-plis PR: 193208 Submitted by: spil.oss@gmail.com (PR), dewayne@heuristicsystems.com.au (patch) MFH: 2014Q4 Notes: svn path=/head/; revision=370095
* net/smbldap-tools: support stageWilliam Grzybowski2014-07-302-29/+17
| | | | | | | | | | - Use options sub - Use @sample PR: 192245 Notes: svn path=/head/; revision=363486
* Reset maintainership for ports not staged with no pending PRBaptiste Daroussin2014-07-241-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=362812
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - convert to the new perl5 frameworkAndrej Zverev2013-09-151-2/+1
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327343
* Update net/smbldap-tools to 0.9.10Martin Matuska2013-07-303-3/+4
| | | | Notes: svn path=/head/; revision=323996
* Update some of my ports to new options frameworkMartin Matuska2012-12-311-13/+10
| | | | | | | Submitted by: Baptiste Daroussin <bapt@FreeBSD.org> Notes: svn path=/head/; revision=309714
* Update to 0.9.9Martin Matuska2012-08-162-3/+3
| | | | Notes: svn path=/head/; revision=302622
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-301-4/+4
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300276
* Update to 0.9.8Martin Matuska2012-03-273-39/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=293874
* Add patch from vendor SVN.Martin Matuska2012-02-172-0/+36
| | | | | | | | PR: ports/161967, ports/165177 Submitted by: Andrey Simonenko <simon at comsys.ntu-kpi.kiev.ua> Notes: svn path=/head/; revision=291571
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* Update to 0.9.7Martin Matuska2011-10-133-58/+35
| | | | Notes: svn path=/head/; revision=283467
* - Add LICENSE knob(s)Martin Matuska2011-03-231-0/+3
| | | | Notes: svn path=/head/; revision=271527
* - Update to 0.9.6Martin Matuska2010-11-159-693/+11
| | | | Notes: svn path=/head/; revision=264587
* - Simplify MakefileMartin Matuska2010-10-134-12/+252
| | | | | | | - Add smbldap-grouplist script Notes: svn path=/head/; revision=262949
* smbldap-useradd and smbldap-usermod changes:Martin Matuska2010-10-073-19/+216
| | | | | | | | | - Process only "mail" attribute with -M option - Add separate option -O for "mailLocalAddress" - Expand default domain only for -M (not for -O) Notes: svn path=/head/; revision=262556
* - Fix deleting a non-existing user from a groupMartin Matuska2010-10-071-0/+11
| | | | Notes: svn path=/head/; revision=262553
* - Fix handling of UTF-8 stringsMartin Matuska2010-10-055-3/+231
| | | | | | | - Support other input/output encodings than ISO-8859-1 Notes: svn path=/head/; revision=262435
* - Fix path to perl binary [1]Martin Matuska2010-03-302-33/+72
| | | | | | | | | | | | | - Fix configuration directory creation in package [2] - Reorganize documentation and examples - Add missing smbldap-userinfo script - Make migration scripts and PDF documentation optional PR: ports/144107 [1], ports/144784 [2] Submitted by: Gabor Tjong A Hung [1] [2] Notes: svn path=/head/; revision=251837
* - Remove unneeded dependencies which is in perl-5.8.9 distJun Kuriyama2010-01-261-1/+1
| | | | | | | | | (part 9). Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=248631
* - Update to 0.9.5Martin Matuska2008-05-065-38/+15
| | | | Notes: svn path=/head/; revision=212721
* - Fix cp flags if copying skel files in smbldap-useraddMartin Matuska2008-04-122-2/+13
| | | | | | | | | | | | - Fix MASTER_SITES - Bump PORTREVISION PR: ports/120355 Submitted by: Dmitry A Grigorovich <odip@bionet.nsc.ru> Approved by: mm (maintainer) Notes: svn path=/head/; revision=211115
* - Add patch to fix "date" command handling in smbldap-usermodMartin Matuska2007-10-062-1/+12
| | | | | | | | | - Bump PORTREVISION Suggested by: Fabiano Caixeta Duarte <fabiano at fearp.usp.br> Notes: svn path=/head/; revision=200981
* - Add patch for smbldap-passwdMartin Matuska2007-09-212-1/+13
| | | | | | | | | | - Update COMMENT - Bump PORTREVISION PR: ports/115919 Notes: svn path=/head/; revision=199851
* - Pass maintainership really to mmMartin Wilke2007-09-201-1/+1
| | | | Notes: svn path=/head/; revision=199835
* - Update to 0.9.4Martin Wilke2007-09-182-6/+6
| | | | | | | - Pass maintainership to mm@ Notes: svn path=/head/; revision=199700
* - Update to 0.9.3Martin Matuska2007-07-244-37/+10
| | | | | | | | | | | | - Change MASTER_SITES and WWW link - Remove obsolete HTML docs PR: ports/114855 Submitted by: mm Approved by: miwi (maintainer), garga (mentor) Notes: svn path=/head/; revision=196196
* - Update to 0.9.2aMartin Wilke2006-07-193-6/+46
| | | | | | | | | | | | | - Update MASTER_SITES - Add dependency to p5-Unicode-MapUTF8 [1] - Fix location of smbpasswd and slappasswd in configure script PR: ports/99858 Submitted by: Neil Darlow [1] Approved by: krion (mentor) Notes: svn path=/head/; revision=168224
* Obey conventions and change my mail to @FreeBSD.org addressMartin Wilke2006-06-161-1/+1
| | | | | | | Approved by: krion (mentor) Notes: svn path=/head/; revision=165605
* - Update to 0.9.2.Florent Thoumie2006-05-292-7/+6
| | | | | | | | | | | - Fix MASTER_SITES. - Pass maintainership to submitter (agreed on IRC). PR: ports/97842 Submitted by: Martin Wilke <freebsd@unixfreunde.de> Notes: svn path=/head/; revision=163868
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* - Add SHA256 checksums.Florent Thoumie2005-11-091-0/+1
| | | | Notes: svn path=/head/; revision=147688
* - Fix path issues.Florent Thoumie2005-08-011-3/+5
| | | | Notes: svn path=/head/; revision=140638
* - Update to 0.9.1.Florent Thoumie2005-07-313-6/+42
| | | | | | | | | | - Install additional documentation. PR: ports/82830 Submitted by: Dmitry A Grigorovich <odip@bionet.nsc.ru> Notes: svn path=/head/; revision=140571
* - Update to 0.8.7.Florent Thoumie2005-03-013-6/+8
| | | | | | | Approved by: pav (mentor) Notes: svn path=/head/; revision=130133
* Change my email address in MAINTAINER lines for ports I maintain toFlorent Thoumie2005-03-011-1/+1
| | | | | | | | | flz@FreeBSD.org. Approved by: pav (mentor) Notes: svn path=/head/; revision=130089
* - Add missing dependencyPav Lucistnik2005-02-102-9/+17
| | | | | | | | | | | - Correct sed use - Install examples in ${EXAMPLESDIR} PR: ports/77331 Submitted by: Florent Thoumie <flz@xbsd.org> (maintainer) Notes: svn path=/head/; revision=128487
* - Fix fetchingPav Lucistnik2005-01-261-1/+1
| | | | | | | | PR: ports/76680 Submitted by: Florent Thoumie <flz@xbsd.org> (maintainer) Notes: svn path=/head/; revision=127347
* - Update to 0.8.6Pav Lucistnik2005-01-202-9/+8
| | | | | | | | PR: ports/76368 Submitted by: Florent Thoumie <flz@xbsd.org> (maintainer) Notes: svn path=/head/; revision=126944
* - Update to 0.8.5.3Sergey Matveychuk2004-12-222-5/+8
| | | | | | | | PR: ports/74513 Submitted by: maintainer Notes: svn path=/head/; revision=124828
* - Update to 0.8.5Pav Lucistnik2004-07-302-5/+5
| | | | | | | | PR: ports/69796 Submitted by: Florent Thoumie <flz@xbsd.org> (maintainer) Notes: svn path=/head/; revision=115100
* - Correct path to slappasswd in smbldap-passwdPav Lucistnik2004-07-251-0/+2
| | | | | | | | | PR: ports/69558 Submitted by: Florent Thoumie <flz@xbsd.org> (maintainer) Reported by: Ilia Chipitsine <ilia@chel.skbkontur.ru> Notes: svn path=/head/; revision=114696
* Add smbldap-tools, a set of useful perl tools to manipulate users, groups,Pav Lucistnik2004-05-254-0/+77
stored in LDAP directory for use with Samba and nss_ldap. PR: ports/66405 Submitted by: Florent Thoumie <flz@xbsd.org> Notes: svn path=/head/; revision=110010