summaryrefslogtreecommitdiff
path: root/security/pinentry
AgeCommit message (Collapse)AuthorFilesLines
2009-12-15update to 0.7.6drochner3-39/+6
changes: misc improvements reviewed by John R. Shannon
2009-08-26bump revision because of graphics/jpeg updatesno1-2/+2
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-06-12Add DESTDIR support.joerg1-1/+3
2008-04-25Fix function prototype mismatchsmb3-3/+35
2008-04-12Convert to use PLIST_VARS instead of manually passing "@comment "jlam2-11/+10
through PLIST_SUBST to the plist module.
2007-02-02Don't include x11.b3.mk by default, esp when no GTK/Qt support isjoerg1-3/+2
requested.
2006-11-22Re: pkg/35086: security/pinentry: PLIST is wrongshannonjr2-4/+4
PLIST correction.
2006-10-11Latest pinentry has new GTK+-2 Pinentry option. Enable or disableshannonjr3-4/+15
according to build options.
2006-10-11Update to 0.7.2shannonjr4-9/+12
2006-10-11adjust comment explaining how this should be separate packages rathergdt1-5/+6
than options.
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-06-17Fixed the set of installed files when the "qt" or "gtk" options arerillig3-27/+37
selected. Fixed pkglint warnings. Bumped PKGREVISION.
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-2/+2
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed2-5/+5
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-31List the info pages directly in the PLIST and ensure that we honorjlam2-3/+4
PKGINFODIR.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-3/+4
2006-01-20Use x11.b3.mk instead of setting USE_X11BASE. Suggested by wiz@joerg1-3/+2
2006-01-20Always set USE_X11BASE, which is needed when neither GTK nor Qt isjoerg1-2/+4
specified. Bump revision due to changed dependencies.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2005-01-14Re: pkg/28968: pinentry breaks on buildshannonjr1-1/+3
Added dependancy on libconv to fix breakage reported on NetBSD 1.6.2 alpha
2004-11-05In fact, GNU make is required, but only when the QT frontend in enabled.jmmv1-1/+2
Pointed out by shannonjr@.
2004-11-05Multiple cleanups:jmmv3-24/+30
- Move PKG_INSTALLATION_TYPES where it belongs. - No need to use GNU make. - No locales provided, so remove USE_PKGLOCALEDIR definition. - Add a note telling that the usage of bsd.options.mk in this package is a hack and should be fixed (i.e., splitting the package in different ones). - Get rid of the ugly PLIST handling. (Anyway, the 'new' solution, based on PLIST_SUBST as usual, has to go away when the previous point is fixed.) - Reword DESCR, based on the included README. - Install info file correctly and bump PKGREVISION to 1 because of this.
2004-10-24Set the minimum version of libgpg-error required correctly.shannonjr1-2/+2
2004-10-23Applications for entering PINs or Passphrases. Used in conjunction withshannonjr5-0/+69
gpg-agent that's part of gnupg-devel