aboutsummaryrefslogtreecommitdiff
path: root/devel/ruby-pcsc-lite
Commit message (Collapse)AuthorAgeFilesLines
* Schedule these broken ports for termination on 2006-12-01Kris Kennaway2006-09-021-0/+2
| | | | Notes: svn path=/head/; revision=171889
* SHA256ify (manually updated and checked)Edwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154150
* pcsc-lite:Tilman Keskinoz2005-04-201-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* Disable threads again; it has caused the more troubles. This time, it hasJeremy Messenger2005-02-251-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | ${PTHREAD_CFLAGS} and ${PTHREAD_LIBS} include in the build to kill the headache of old '_r' and can't run with something like ruby-opengl, ruby-sdl, ruby-gtk2 and etc on FreeBSD 4.x or older 5.x. With this commit should solve those issues. It is recommend you to rebuild any apps that depend on lang/ruby18, so see the UPDATING for detail. Remove the 'BROKEN' on the other ports that knu has added them few weeks ago. Some of them have been tested, so if one of them is still broke then please let us know and one of us will re-add the 'BROKEN'. This changes was worked by lofi and me. lofi did everything on FreeBSD 4.x and I did others. lofi, thanks for help! Tested by: many people Tested on: i386 (FreeBSD 4.x, 5.x and 6.x), amd64 (FreeBSD 5.x and 6.x), and sparc64 (FreeBSD 5.x and 6.x) Not test on: ia64 and alpha Approved by: portmgr (kris) Notes: svn path=/head/; revision=129708
* The slippery pthread support for systems prior to 502102 has beenAkinori MUSHA2005-02-051-2/+7
| | | | | | | | | | | | | | | | | | | | | dropped and the lang/ruby16_r and lang/ruby18_r ports have been removed, since no one seems to appreciate the partially working solution. Good news is that the pthread support of lang/ruby18 is now enabled by default for newer systems, which means the ruby interpreter is linked with libpthread. This will allow threaded extension libraries to run and work properly on those systems. The --march=cputype flag is disabled because it gets ruby to malfunction and fail to build. I don't know if the problem is in libpthread or in gcc. (It really makes me wonder if they had actually tested before asking me to do this somewhat risky change ;-) Notes: svn path=/head/; revision=128068
* Add size data.Trevor Johnson2004-03-181-0/+1
| | | | | | | Approved by: maintainers Notes: svn path=/head/; revision=104360
* Update to 1.8: test with pcsc-lite-1.2.0; remove advertising clause fromMark Linimon2004-02-252-2/+2
| | | | | | | | | | license; minor cleanup. PR: ports/63205 Submittec by: Toni Andjelkovic <toni@soth.at> (maintainer) Notes: svn path=/head/; revision=102029
* - Fix breakage on sparc64Kirill Ponomarev2003-07-283-3/+6
| | | | | | | | | | | - Update to 0.7 PR: 54965 Submitted by: maintainer Approved by: fjoe (mentor) (implicit) Notes: svn path=/head/; revision=85722
* De-pkg-comment the ruby ports that are not maintainered by ports committers.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76014
* Use RUBY_MOD*.Akinori MUSHA2002-10-062-9/+9
| | | | Notes: svn path=/head/; revision=67504
* Update MASTER_SITES.Akinori MUSHA2002-09-131-1/+1
| | | | Notes: svn path=/head/; revision=66255
* Update to 0.6.Akinori MUSHA2002-07-233-7/+7
| | | | | | | | PR: ports/38898 Submitted by: Toni Andjelkovic <toni@soth.at> (MAINTAINER) Notes: svn path=/head/; revision=63455
* Add ruby-pcsc-lite, Ruby extension for the UNIX PC/SC Lite APIAkinori MUSHA2002-01-125-0/+53
(MUSCLE). PR: ports/33321 Submitted by: Toni Andjelkovic <toni@soth.at> Notes: svn path=/head/; revision=52990