summaryrefslogtreecommitdiff
path: root/net/ruby-ldap (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired portsRene Ladan2014-09-204-138/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Keep some which are optional dependencies of non-expired ports 2014-09-18 sysutils/moreutils-parallel: Use moreutils-parallel in sysutils/moreutils instead 2014-09-20 science/ruby-netcdf: Depends on deprecated math/ruby-narray 2014-09-20 x11-toolkits/ruby-fox16: RubyForge shutdown May 15 2014 2014-09-20 math/ruby-gnuplot: Depends on deprecated math/ruby-narray 2014-09-20 science/ruby-gphys: Depends on deprecated math/ruby-narray 2014-09-20 math/ruby-fftw3: Depends on deprecated math/ruby-narray 2014-09-20 science/ruby-dcl: Depends on deprecated math/ruby-narray 2014-09-20 math/ruby-numru_misc: Depends on deprecated math/ruby-narray 2014-09-20 math/ruby-narray: RubyForge shutdown May 15 2014 2014-09-20 textproc/ruby-liquid: RubyForge shutdown May 15 2014 2014-09-20 comms/callsign: RubyForge shutdown May 15 2014 2014-09-20 misc/ruby-vpim: RubyForge shutdown May 15 2014 2014-09-20 net/ruby-ldap: RubyForge shutdown May 15 2014 2014-09-20 devel/rubygem-echoe: Depends on deprecated rubyforge 2014-09-20 www/ruby-borges: RubyForge shutdown May 15 2014 2014-09-20 www/ruby-fcgiwrap: RubyForge shutdown May 15 2014 2014-09-20 www/rubygem-scrubyt: RubyForge shutdown May 15 2014 2014-09-20 devel/ruby-multi: RubyForge shutdown May 15 2014 2014-09-20 databases/ruby-dbd_sqlite3: RubyForge shutdown May 15 2014 2014-09-20 math/ruby-gsl: RubyForge shutdown May 15 2014 2014-09-20 security/ruby-gpgme: RubyForge shutdown May 15 2014 2014-09-20 multimedia/vodcatcher: RubyForge shutdown May 15 2014 2014-09-20 japanese/ruby-ming: RubyForge shutdown May 15 2014 2014-09-20 devel/ruby-statgrab: RubyForge shutdown May 15 2014 2014-09-20 security/ruby-crypt: RubyForge shutdown May 15 2014 2014-09-20 sysutils/philesight: Depends on deprecated devel/ruby-locale2 2014-09-20 multimedia/podcatcher: RubyForge shutdown May 15 2014 2014-09-20 audio/ruby-mp3info: RubyForge shutdown May 15 2014 2014-09-20 multimedia/ruby-flvtool2: RubyForge shutdown May 15 2014 2014-09-20 audio/ruby-freedb: RubyForge shutdown May 15 2014 2014-09-20 graphics/ruby-ming: RubyForge shutdown May 15 2014 2014-09-20 devel/ruby-locale2: RubyForge shutdown May 15 2014 2014-09-20 devel/rubygem-rubyforge: RubyForge shutdown May 15 2014 2014-09-20 databases/ruby-dbd_odbc: RubyForge shutdown May 15 2014 2014-09-20 devel/ruby-fastri: RubyForge shutdown May 15 2014 2014-09-20 devel/ri-emacs: RubyForge shutdown May 15 2014 2014-09-20 security/p5-openxpki-client-html-mason: security/p5-openxpki-0.15+ abandoned Mason UI technology in favor of FastCGI Notes: svn path=/head/; revision=368630
* many ruby/rubygem ports: death of rubyforge.orgSteve Wills2014-08-191-0/+3
| | | | | | | | | | | | | | | | | | | | | rubyforge.org shutdown on May 15, 2014. This commit accounts for that by doing several things: - Deprecate ruby that had only rubyforge.org as MASTER_SITES (and so are now only fetchable via our cache) - Deprecate ports that depend on those - Update the WWW pkg-descr line that points to rubyforge.org for rubygem ports (which are still fetchable from rubygems.org) The next step will be to remove rubyforge.org from bsd.sites.mk, after these deprecated ports are deleted. Phabric: D591 With hat: ruby Approved by: portmgr (because of committing to unstaged graphics/mingplot port) Notes: svn path=/head/; revision=365393
* Convert some more USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-291-1/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363399
* net/openldap24-*:Tijl Coosemans2014-07-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Convert to USES=libtool and bump dependent ports - Avoid USE_AUTOTOOLS - Don't use PTHREAD_LIBS - Use MAKE_CMD databases/glom: - Drop :keepla - Add INSTALL_TARGET=install-strip databases/libgda4* databases/libgda5*: - Convert to USES=libtool and bump dependent ports - USES=tar:xz - Use INSTALL_TARGET=install-strip - Use @sample databases/libgdamm: - Drop :keepla - USES=tar:bzip2 - Use INSTALL_TARGET=install-strip databases/libgdamm5: - Add INSTALL_TARGET=install-strip - Drop --enable-static (inherited from old repocopy) devel/anjuta x11-toolkits/py-gnome-extras: - Drop :keepla dns/powerdns dns/powerdns-devel: - Convert to USES=libtool - Add INSTALL_TARGET=install-strip - Disable static modules - Stop creating library symlinks with .0 suffix, not needed for dynamically opened modules mail/dovecot2: - Add USES=libtool mail/dovecot2-pigeonhole: - Drop CONFIGURE_TARGET (incorrect for Dragonfly) - Add USES=libtool and INSTALL_TARGET=install-strip math/gnumeric: - USES=libtool tar:xz Approved by: portmgr (implicit, bump unstaged ports) Notes: svn path=/head/; revision=362835
* Add DOCS option for ports with PORTDOCS in plist.Adam Weinberger2014-07-161-0/+2
| | | | Notes: svn path=/head/; revision=362023
* - Stage supportMartin Wilke2014-02-221-8/+5
| | | | Notes: svn path=/head/; revision=345612
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - Remove Author lineSunpoet Po-Chuan Hsieh2013-08-291-3/+0
| | | | Notes: svn path=/head/; revision=325620
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-08-291-1/+1
| | | | Notes: svn path=/head/; revision=325562
* Send ports@ ruby ports over ruby@Philip M. Gollucci2011-11-011-1/+1
| | | | | | | most of these were from stas@ Notes: svn path=/head/; revision=284883
* - Return my ports back to the pool. I was unable to make any fixes toStanislav Sedov2011-10-241-1/+1
| | | | | | | | | | | my ports in the past 3 weeks while ports were broken on any 10.x machines, which means I'm unable to maintain them. So let people know that there's no available support for them until things are back to normal (which also means that anyone with spare time will be able to fix them without getting approval). Notes: svn path=/head/; revision=284225
* Chase after net/openldap24-server update.Xin LI2011-02-251-0/+1
| | | | | | | Reminded by: miwi Notes: svn path=/head/; revision=269631
* - Update to 0.9.10.Stanislav Sedov2010-12-232-4/+3
| | | | | | | | | | | | | - Drop MD5 checksum. This version adds controls and referral extraction to #search_ext and #search_ext2. PR: ports/153396 Submitted by: "Philip M. Gollucci" <pgollucci@p6m7g8.com> Notes: svn path=/head/; revision=266779
* Clean up ruby pkg-plists:Philip M. Gollucci2010-12-201-4/+0
| | | | | | | | | | | | | | | | | | | %%RUBY_SITEARCHLIBDIR%% %%RUBY_SITELIBDIR%% lib/ruby/site_ruby %%RUBY_VENDORARCHLIBDIR%% %%RUBY_VENDORLIBDIR%% lib/ruby/vendor_ruby lib/ruby Above directories are owned by lang/ruby1[89] ports. PR: ports/153041 Tested by: 2-exp runs by pav With Hat: ruby@ Notes: svn path=/head/; revision=266600
* - Remove empty filesPhilip M. Gollucci2010-09-092-0/+0
| | | | Notes: svn path=/head/; revision=260812
* - Update to 0.9.9Philip M. Gollucci2010-09-065-111/+14
| | | | | | | | | | | | | | - Don't abuse WITH_LDAP and convert to WITH_LDAP_BACKEND - OPENLDAP_VER 12 is no longer supported in Mk/bsd.ldap.mk PR: ports/139794 Submitted by: MURAOKA Daisuke <raia@muj.biglobe.ne.jp> Tweaked by: myself (pgollucci) Approved by: maintainer timeout (stas ; 317 days) Sponsored by: RideCharge Inc. / TaxiMagic Notes: svn path=/head/; revision=260654
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with N Notes: svn path=/head/; revision=240073
* - Fix with openldap 2.4.6.Stanislav Sedov2009-02-193-1/+93
| | | | Notes: svn path=/head/; revision=228667
* Bump PORTREVISION's after OpenLDAP update.Xin LI2009-01-051-0/+1
| | | | | | | Suggested by: rafan Notes: svn path=/head/; revision=225291
* - COPYTREE_* are now part of bsd.port.mkPav Lucistnik2007-03-241-7/+0
| | | | | | | | PR: ports/100996 Submitted by: stass Notes: svn path=/head/; revision=188171
* - Update to 0.9.7Stanislav Sedov2006-10-033-20/+29
| | | | | | | | | | | - PREFIX-safety - Guarantee permissions safety - Take maintainership Approved by: sem (mentor) Notes: svn path=/head/; revision=174365
* - Update to 0.9.5Sergey Matveychuk2006-06-082-4/+4
| | | | Notes: svn path=/head/; revision=164855
* Replace the dangerous .error with IGNORE.Mark Linimon2006-01-271-1/+1
| | | | Notes: svn path=/head/; revision=154573
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149443
* With portmgr hat on, reset maintainership of knu's ports since he hasMark Linimon2005-11-111-1/+1
| | | | | | | been inactive more than 6 months. We hope to see him back sometime. Notes: svn path=/head/; revision=147872
* Update to 0.9.2Sam Lawrance2005-09-054-4/+28
| | | | | | | | | PR: ports/85705 Submitted by: Alec Berryman <alec@thened.net> Approved by: knu (maintainer) is away Notes: svn path=/head/; revision=141989
* Update to 0.8.3.Akinori MUSHA2004-12-252-3/+3
| | | | Notes: svn path=/head/; revision=125144
* Add SIZE data.Akinori MUSHA2004-03-221-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104943
* Update to 0.8.2.Akinori MUSHA2003-12-152-2/+2
| | | | Notes: svn path=/head/; revision=95845
* Update to 0.8.1.Akinori MUSHA2003-10-193-7/+8
| | | | | | | | Utilize USE_OPENLDAP and WANT_OPENLDAP_VER.instead of hardcoding libldap dependencies. Notes: svn path=/head/; revision=91680
* Quick fix for INDEX build breakage by openldap2[012] split.Jun Kuriyama2003-08-141-1/+2
| | | | | | | | | We should use net/openldap20/bsd.openldap.mk later... Pointy hat to: kuriyama Notes: svn path=/head/; revision=86962
* Update to 0.8.0.Akinori MUSHA2003-08-083-5/+6
| | | | Notes: svn path=/head/; revision=86603
* Point dependencies on net/openldap2 to net/openldap20Edwin Groothuis2003-02-241-1/+1
| | | | Notes: svn path=/head/; revision=76346
* Point dependencies on net/openldap to net/openldap12Edwin Groothuis2003-02-241-1/+1
| | | | Notes: svn path=/head/; revision=76344
* De-pkg-comment.Akinori MUSHA2003-02-182-1/+1
| | | | Notes: svn path=/head/; revision=75779
* Update WWW.Akinori MUSHA2003-02-171-1/+1
| | | | | | | | PR: ports/48310 Submitted by: MA, Dunzi <tadalunch@sources.redhat.com> Notes: svn path=/head/; revision=75731
* Use RUBY_MOD*.Akinori MUSHA2002-10-062-41/+41
| | | | Notes: svn path=/head/; revision=67509
* Update to 0.7.2.Akinori MUSHA2002-08-033-2/+4
| | | | Notes: svn path=/head/; revision=63888
* Update to 0.7.1.Akinori MUSHA2002-07-242-2/+2
| | | | Notes: svn path=/head/; revision=63472
* Update to 0.7.0.Akinori MUSHA2002-06-033-2/+5
| | | | Notes: svn path=/head/; revision=60527
* Update to 0.6.1.Akinori MUSHA2002-04-063-4/+4
| | | | Notes: svn path=/head/; revision=57375
* Update to 0.6.0.Akinori MUSHA2002-03-123-2/+6
| | | | Notes: svn path=/head/; revision=55963
* Update to 0.5.0.Akinori MUSHA2002-01-032-2/+2
| | | | Notes: svn path=/head/; revision=52521
* Update to 0.4.0.Akinori MUSHA2001-12-133-23/+6
| | | | Notes: svn path=/head/; revision=51445
* Bump the PORTREVISION's of the ports which install architectureAkinori MUSHA2001-09-171-0/+1
| | | | | | | | dependent ruby modules, due to the RUBY_ARCH change I've just committed. Notes: svn path=/head/; revision=47917
* Do ${LN} -fs instead of just ${LN} -s to make portupgrade happy.Akinori MUSHA2001-06-131-1/+1
| | | | | | | Submitted by: roberto Notes: svn path=/head/; revision=43933
* Update to 0.3.7.Akinori MUSHA2001-06-133-9/+12
| | | | Notes: svn path=/head/; revision=43929
* Update to 0.3.6.Akinori MUSHA2001-06-113-5/+3
| | | | Notes: svn path=/head/; revision=43793
* Update to 0.3.5.Akinori MUSHA2001-04-224-60/+12
| | | | Notes: svn path=/head/; revision=41791
* Update MASTER_SITES and WWW's.Akinori MUSHA2001-03-222-2/+2
| | | | Notes: svn path=/head/; revision=40187