aboutsummaryrefslogtreecommitdiff
path: root/net/splatd
Commit message (Collapse)AuthorAgeFilesLines
* - Add LICENSESunpoet Po-Chuan Hsieh2014-07-291-8/+9
| | | | | | | | - Use USES=twisted - Cosmetic change Notes: svn path=/head/; revision=363345
* Release three ports of snb@John Marino2014-07-281-1/+1
| | | | | | | | | | | | | | Sean Nicholas Barkas is releasing these ports: sysutils/farbot security/openvpn-auth-ldap net/splatd Thanks for looking after these, Sean! PR: 191967 Notes: svn path=/head/; revision=363236
* Remove NOPORTDOCS and NOPORTEXAMPLES.Adam Weinberger2014-07-041-2/+2
| | | | Notes: svn path=/head/; revision=360664
* 1: Stagify.Vanilla I. Shu2014-06-242-11/+10
| | | | | | | | | 2: use @sample on pkg-plist, bump version. Approved by: portmgr@ (blanket approval) Notes: svn path=/head/; revision=359036
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-4/+2
| | | | | | | net) Notes: svn path=/head/; revision=327755
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-1/+1
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* 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
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=289156
* - Move over to py25 or aboveMartin Wilke2011-02-252-3/+2
| | | | | | | - While here get rid FreeBSD 6.X and md5 support Notes: svn path=/head/; revision=269643
* Chase after net/openldap24-server update.Xin LI2011-02-251-1/+1
| | | | | | | Reminded by: miwi Notes: svn path=/head/; revision=269631
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Update home page.Sean Nicholas Barkas2009-11-171-1/+1
| | | | | | | Approved by: ehaupt Notes: svn path=/head/; revision=244376
* Change MAINTAINER to my @FreeBSD.org addressSean Nicholas Barkas2009-07-241-1/+1
| | | | | | | Approved by: erwin Notes: svn path=/head/; revision=238325
* Bump PORTREVISION's after OpenLDAP update.Xin LI2009-01-051-1/+1
| | | | | | | Suggested by: rafan Notes: svn path=/head/; revision=225291
* - Fix dependency after py25-zconfig upgradeMartin Wilke2008-12-061-1/+2
| | | | | | | Reported by: pavbot Notes: svn path=/head/; revision=223898
* - Update to 1.2.Dmitry Marakasov2008-11-063-9/+9
| | | | | | | | PR: 128604 Submitted by: Nick Barkas <snb at threerings dot net> (maintainer) Notes: svn path=/head/; revision=222457
* Chase after py-ldap2 egg'ifiedXin LI2008-03-281-1/+1
| | | | Notes: svn path=/head/; revision=210033
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-301-0/+2
| | | | | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav Notes: svn path=/head/; revision=196700
* - Update to 1.1.1Martin Wilke2007-03-163-7/+7
| | | | | | | | PR: 110280 Submitted by: Nick Barkas<snb@threerings.net> (maintainer) Notes: svn path=/head/; revision=187486
* - Update to version 1.1.Alejandro Pulver2006-11-073-10/+21
| | | | | | | | PR: ports/105156 Submitted by: Nick Barkas <snb@threerings.net> (maintainer) Notes: svn path=/head/; revision=176722
* Set MAINTAINER to snb@threerings.net (original submitter) insteadEdwin Groothuis2006-11-051-1/+1
| | | | | | | | | | | | | of splat@dpw.threerings.net (current maintainer) because of: From: splat-owner@dpw.threerings.net To: edwin@freebsd.org Subject: Re: ports/105156: [maintainer] [patch] New version of net/splatd This list only permits posting by subscribers. Notes: svn path=/head/; revision=176399
* Splat is a set of utilities designed to help keep informationPav Lucistnik2006-06-235-0/+123
in an LDAP directory in sync with information outside of an LDAP directory. This information can be any set of attributes on any object in the LDAP directory. WWW: http://dpw.threerings.net/projects/splat/ PR: ports/99287 Submitted by: Nick Barkas <snb@threerings.net> Notes: svn path=/head/; revision=166091