aboutsummaryrefslogtreecommitdiffstats
path: root/net/splatd
Commit message (Collapse)AuthorAgeFilesLines
* Move the rc.d scripts of the form *.sh.in to *.indougb2012-08-062-1/+1
| | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450eadler2012-01-221-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
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-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.
* - Move over to py25 or abovemiwi2011-02-252-3/+2
| | | | - While here get rid FreeBSD 6.X and md5 support
* Chase after net/openldap24-server update.delphij2011-02-251-1/+1
| | | | Reminded by: miwi
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* Update home page.snb2009-11-171-1/+1
| | | | Approved by: ehaupt
* Change MAINTAINER to my @FreeBSD.org addresssnb2009-07-241-1/+1
| | | | Approved by: erwin
* Bump PORTREVISION's after OpenLDAP update.delphij2009-01-061-1/+1
| | | | Suggested by: rafan
* - Fix dependency after py25-zconfig upgrademiwi2008-12-071-1/+2
| | | | Reported by: pavbot
* - Update to 1.2.amdmi32008-11-073-9/+9
| | | | | PR: 128604 Submitted by: Nick Barkas <snb at threerings dot net> (maintainer)
* Chase after py-ldap2 egg'ifieddelphij2008-03-291-1/+1
|
* - Make Python 2.5.1 the default Python versionalexbl2007-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
* - Update to 1.1.1miwi2007-03-163-7/+7
| | | | | PR: 110280 Submitted by: Nick Barkas<snb@threerings.net> (maintainer)
* - Update to version 1.1.alepulver2006-11-083-10/+21
| | | | | PR: ports/105156 Submitted by: Nick Barkas <snb@threerings.net> (maintainer)
* Set MAINTAINER to snb@threerings.net (original submitter) insteadedwin2006-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.
* Splat is a set of utilities designed to help keep informationpav2006-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>