aboutsummaryrefslogtreecommitdiff
path: root/security/opensc
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.12.1 release.Alex Dupre2011-06-094-21/+14
| | | | Notes: svn path=/head/; revision=275264
* Update OpenSC to 0.12.0 release.Alex Dupre2010-12-277-232/+35
| | | | Notes: svn path=/head/; revision=266964
* Update libassuan to version 2.0.1:Doug Barton2010-12-221-2/+2
| | | | | | | | | | | | * Input and output notification handler can now really access the parsed fd as stated in the manual. * Cleaned up the logging. Bump PORTREVISION and libassuan version number in related ports Notes: svn path=/head/; revision=266734
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Fix build with latest pcsc-lite.Alex Dupre2010-09-012-0/+40
| | | | Notes: svn path=/head/; revision=260353
* Even if opensc 0.12.x will drop signer plugin, update it to use libassuan2.Alex Dupre2010-06-282-2/+104
| | | | | | | | | PR: ports/148164 Submitted by: lioux Feature safe: yes Notes: svn path=/head/; revision=257094
* Update security/libassuan to version 2.0.0, which is required by gnupg 2.0.15Doug Barton2010-06-141-1/+2
| | | | | | | | | | | | | | | | | | Unfortunately version 2.0.0 is largely incompatible with version 1.x, so it is necessary to have a stopgap measure while ports that depend on libassuan can be updated. In conversation with the maintainers of the dependent ports it was originally considered ideal to prepare updates for the ports first, then upgrade everything to libassuan 2.x en masse. Since no action has arisen on that front, go with plan B: Copy security/libassuan to security/libassuan-1, and update the dependent ports accordingly. Because this is (intended to be) a _temporary_ measure, and because no updates for libassuan 1.x are anticipated, and because the hope is that it can be removed sooner rather than later, it's a copy instead of a repocopy. Notes: svn path=/head/; revision=256495
* Update to 0.11.13 release.Alex Dupre2010-02-162-4/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=249940
* Update to 0.11.12 release.Alex Dupre2009-12-303-8/+8
| | | | Notes: svn path=/head/; revision=246879
* Update to 0.11.11 release.Alex Dupre2009-10-273-6/+9
| | | | Notes: svn path=/head/; revision=243370
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+2
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* Update to 0.11.9 release.Alex Dupre2009-07-293-4/+5
| | | | Notes: svn path=/head/; revision=238590
* Update to 0.11.8 release.Alex Dupre2009-05-123-15/+4
| | | | Notes: svn path=/head/; revision=233751
* Update to 0.11.7 release.Alex Dupre2009-03-104-20/+9
| | | | Notes: svn path=/head/; revision=229829
* Add a new framework for browser plugins, USE_WEBPLUGINS. It is for which fooJeremy Messenger2009-01-102-2/+8
| | | | | | | | | | | | | | | | | plugins support one of web browsers and can take care of plist (depend on how you use it) at the same time. I have written a complete document and even show how it works in the www/firefox/Makefile.webplugins so be sure to read in there. If there is anything that isn't clear in the document, please feel free to ask and I will try my best to improvement it. FYI: GNOME 2.24 depends on this, so it's coming. BTW: It's based on www/linux-mplayer-plugin/Makefile.npapi with heavy modified. Approved by: portmgr Notes: svn path=/head/; revision=225627
* Cosmetic fixes.Alex Dupre2008-08-282-2/+12
| | | | Notes: svn path=/head/; revision=219366
* Update to 0.11.6 release.Alex Dupre2008-08-273-4/+5
| | | | Notes: svn path=/head/; revision=219292
* Update to 0.11.5 release.Alex Dupre2008-08-265-36/+53
| | | | Notes: svn path=/head/; revision=219232
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-3/+3
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-221-2/+2
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209570
* CKA_CERTIFICATE_TYPE value is CK_ULONG.Alex Dupre2008-01-172-0/+12
| | | | | | | This fixes storing certificates on 64-bit platforms. Notes: svn path=/head/; revision=205748
* Update to 0.11.4 release.Alex Dupre2007-09-103-6/+18
| | | | Notes: svn path=/head/; revision=199296
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-2/+0
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* Update to 0.11.3 release.Alex Dupre2007-07-174-33/+17
| | | | Notes: svn path=/head/; revision=195794
* Fix build with new pcsc.Alex Dupre2007-02-231-0/+19
| | | | | | | | PR: ports/109400 Submitted by: Toomas Aas<toomas.aas@raad.tartu.ee> Notes: svn path=/head/; revision=185757
* Update to 0.11.2-pre3 release:Alex Dupre2006-11-283-8/+31
| | | | | | | | - add optional signer plugin - fix build when libassuan is installed Notes: svn path=/head/; revision=178150
* Really grab maintainership.Alex Dupre2006-06-121-1/+1
| | | | Notes: svn path=/head/; revision=165271
* Update to 0.11.1 release:Alex Dupre2006-06-126-167/+128
| | | | | | | | | | - OPTIONS'ify - take maintainership Approved by: maintainer Notes: svn path=/head/; revision=165241
* Remove USE_REINPLACE from all categories starting with SEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162215
* Conversion to a single libtool environment.Ade Lovett2006-02-232-18/+34
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Case MASTER_SITES redirect as reported by the Distfiles survey.Simon L. B. Nielsen2006-02-071-1/+1
| | | | Notes: svn path=/head/; revision=155413
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* - Fix MASTER_SITE (distfile has moved).Simon L. B. Nielsen2006-01-151-2/+2
| | | | | | | | - Grab this port since I recently started using opensc, and I'm currently working on upgrading the port to the latest version. Notes: svn path=/head/; revision=153592
* Drop maintainership for ports which I sadly no longer haveBruce M Simpson2005-12-121-1/+1
| | | | | | | the time, hardware, or resources to maintain. Notes: svn path=/head/; revision=151060
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* - Update to 0.9.6Pav Lucistnik2005-09-155-27/+23
| | | | | | | | | PR: ports/83453 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> Approved by: bms (maintainer; blanket) Notes: svn path=/head/; revision=142774
* pcsc-lite:Tilman Keskinoz2005-04-201-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Upgrade to 1.2.9.b.7 - Use libtool15 - make hier(7)-compliant by moving the pcsc/drivers to lib/pcsc/drivers - Compile with USB support per default. Use WITHOUT_USB to disable usb support - Chase libusb shared library version (Forgotten by leeym) Based on: PR 76068 Reviewed by: maintainer, sem (earlier patch) ifd-devkit: - Chase pcsclite sharedlibrary version ifd-gempc410: - Unbreak by updating to 0.9.3 - Move library to lib/pcsc/drivers - Chase pcsclite sharedlibrary version NOTE: This was not tested, I don't own the specific hardware ifd-gpr400: - Chase pcsclite sharedlibrary version - Fix build with new pcsc-lite - Chase new pcsclite drivers location ifd-slb_rf60: - Chase pcsclite sharedlibrary version ifd-test: - Chase pcsclite sharedlibrary version - Fix build with new pcsclite libchipcard: - Update to 0.9.1[1] - Chase pcsclite shared library version - Fix build with new pcsclite [1]PR: 78815 [1]Submitted by: lofi opensc: - Chase pcsclite shared library version - Fix build on CURRENT opensc-esteid - Chase pcsclite shared library version - Fix build with new pcsclite p5-PCSC-Card: - Update to 1.4.2 - Chase pcsclite shared library version - Fix build with new pcsclite ruby-pcsc-lite - Mark broken, does not compile with new pcsc-lite Maintainer will work on new version Submitted by: maintainer Notes: svn path=/head/; revision=133752
* Workaround a bug in the configure script which caused libcrypto.aBruce M Simpson2005-01-221-0/+11
| | | | | | | | | to be used when linking a dynamic library. Fix pushed back to maintainers, awaiting resolution. Fixes build on !i386, !sparc64. Notes: svn path=/head/; revision=127111
* Fix plist, unmark broken.Bruce M Simpson2005-01-182-23/+1
| | | | Notes: svn path=/head/; revision=126724
* Update to 0.9.4.Bruce M Simpson2005-01-146-60/+59
| | | | Notes: svn path=/head/; revision=126435
* Fix location of pkg-config data.Volker Stolz2004-08-302-1/+12
| | | | | | | | | PR: ports/69149 Submitted by: Konstantin Oznobihin Approved by: maintainer timeout Notes: svn path=/head/; revision=117663
* SIZE update jumbo-commit.Bruce M Simpson2004-03-251-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=105180
* BROKEN on !i386 and !sparc64: Does not compileKris Kennaway2004-02-231-1/+7
| | | | Notes: svn path=/head/; revision=101907
* Heed USE_OPENLDAP.Bruce M Simpson2004-02-221-7/+1
| | | | Notes: svn path=/head/; revision=101642
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Maintenance update of OpenSC to 0.8.1. USB token support is not yet enabledBruce M Simpson2003-12-107-120/+158
| | | | | | | | | for FreeBSD; patches for this will be graciously accepted. Sponsored by: Weyland-Yutani Corporation Notes: svn path=/head/; revision=95534
* Fix MASTER_SITEEdwin Groothuis2003-09-091-2/+2
| | | | | | | Submitted by: EvilBMS@#bsdcode Notes: svn path=/head/; revision=88834
* 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
* fix security/opensc: fix mozilla plugin pathDaichi GOTO2003-07-282-3/+3
| | | | | | | | PR: 54909 Submitted by: Bruce M Simpson <bms@spc.org> (maintainer) Notes: svn path=/head/; revision=85716