Commit graph

22 commits

Author SHA1 Message Date
jlam
841dfa0e7a Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.
2008-04-12 22:42:57 +00:00
tonio
73ca7f40bc Update databases/lbdb to 0.35.1
lbdb (0.35.1) unstable; urgency=low
  * New mail address of Brian Salter-Duke <b_duke@bigpond.net.au>.
  * Get rid of the SSL code from the previous version and add a comment to
    the man page instead how you can use SSL (and also different ports)
    using ldap[s]://foo[:port] URLs (Closes: #426316).
 -- Roland Rosenfeld <roland@debian.org>  Mon, 28 May 2007 11:03:22 +0200

lbdb (0.35) unstable; urgency=low
  * activate flavortest in emacen-install to avoid warnings and slow
    upgrades (Closes: #399775).
  * Avoid loosing the first entry from VCF file.  Thanks to
    Tino Keitel <tino.keitel+debbugs@tikei.de> for providing a patch
    (Closes: #405312).
  * Remove vcquery in distclean target (Closes: #405321).
  * Use defaults for $KEEP_DUPES and $SORT_OUTPUT in lbdbq
    (Closes: #422214).
  * Update mutt_ldap_query.pl from
    http://www.courville.org/mediawiki/index.php/Mutt_ldap_query which
    adds SSL support.
2007-06-10 21:12:51 +00:00
tonio
1b6542f00b Update databases/lbdb to 0.34
lbdb (0.34) unstable; urgency=medium
  * vcquery: avoid free() on unallocated memory if fullname is not set.
    Thanks to Gregor Jasny <gjasny@web.de> for finding and providing a
    patch.
  * vcquery: Use value of concatenated N fields if FN field is missing.
    Thanks to Gregor Jasny <gjasny@web.de> for providing a patch.
lbdb (0.33) unstable; urgency=low
  * Add SORT_OUTPUT=reverse_comment to do reverse sort by the third column
    (most recent m_inmail timestamp at the top).  Thanks to Marco d'Itri
    for this suggestion.
  * Comment out LDAP_NICKS in lbdb.rc because this should only be an
    example and if it is set there it overrides other LDAP settings.
2007-01-15 19:42:38 +00:00
tonio
5165cbcbe4 Update databases/lbdb to 0.32
From changelog:

lbdb (0.32) unstable; urgency=low
  * Change sort(1) syntax to cope with new versions of coreutils
    (Closes: #368917).
  * New version of mutt_ldap_query by Marc de Courville
    <marc@courville.org> and other contributors.
  * Extend lbdb_hostname() to get the domain name from resolv.conf.  Thanks
    to Gary Johnson <garyjohn@spk.agilent.com> for prividing this patch.
  * m_muttalias: Allow \"...\" around real names of aliases.  Thanks to
    Erik Shirokoff <shiro@berkeley.edu> for providing this patch.
2006-08-13 16:01:21 +00:00
rillig
313392adb0 Fixed pkglint notes. 2006-06-16 09:36:19 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
tonio
94f1e11ee0 Update databases/lbdb to 0.31.1
Minor update, containing mainly fixes to the evolution addressbook plugin
2006-01-24 20:02:37 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
rillig
579e977969 Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
2005-12-05 23:55:01 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
tonio
cf1369e5d9 Update patch-ab to be Darwin friendly 2005-11-12 18:06:43 +00:00
tonio
f9fba21138 Update databases/lbdb to 0.31
Changelog:
  * m_pine: Double-quote parens. Thanks to Stefan M<C3><A4>tje for reporting this
    bug and sending a patch.
  * Apply patch by Brendan Cully to follow the Apple build system changes
    used to build ABQuery module.
  * Add m_vcf module for querying vcard files provided by Brendan Cully.
  * Add authentication (bind_dn, bind_password) to mutt_ldap_query. Based
    on an idea of Jan-Benedict Glaw (Closes: #324655, #286163).
  * Update FSF address in nearly all files.
  * Upgrade to standards-version 3.6.2 (no changes).

For now, make sure the m_vcf module is not built. It depends on libvformat,
which is not yet in pkgsrc
2005-11-12 17:43:42 +00:00
tv
e55646251e Build without YP support on Interix. 2005-11-08 01:32:56 +00:00
tonio
59b9997886 Force lbdb to use TOOLS_SH and TOOLS_AWK when building scripts
so prevent interactions with bash and gawk packages or tools wrappers

Update maintainer address, and bump PKGREVISION, binary packages may contain references to bash or gawk
2005-09-10 11:26:47 +00:00
tonio
1f628645d6 Fix build of the osx_addressbook plugin under macosx 10.4 tiger 2005-09-04 14:53:15 +00:00
tonio
d35331cde2 don't derive DISTNAME from PKGNAME, the other way is simpler 2005-09-03 12:51:10 +00:00
tonio
871b2a891c strips nb[0-9]* from PKGNAME when building DISTNAME 2005-09-03 12:39:23 +00:00
tonio
2556df6bb5 use DEPENDS+= instead of = in options.mk, to prevent forgetting the dependancy
on p5-perl-ldap
bump PKGREVISION
2005-09-03 12:09:58 +00:00
tonio
89dc682d50 Update databases/lbdb to 0.30
Make it use the option framework, to enable/disable abook and gnupg plugins and
dependancies
fix PR 29879, applying the appended patch

approved by cube@
2005-08-30 16:14:53 +00:00
jlam
3e474a90d8 Get rid of USE_PERL5. The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
2005-07-16 01:19:06 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
kim
b843ac9c94 Import lbdb-0.29 from Antoine Reilles, heavily modified by me. 2005-03-25 21:39:11 +00:00