aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ruby-pcsc-lite/Makefile
blob: 7e17f32220d33d8fb8e12580a4777b73ca6e4f8f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# New ports collection makefile for:    PCSC-ruby
# Date created:     27 Dec 2001
# Whom:         Toni Andjelkovic <toni@ants.at>
#
# $FreeBSD$
#

PORTNAME=   pcsc-lite
PORTVERSION=    0.5
CATEGORIES= devel ruby
MASTER_SITES=   http://www.ants.at/ruby/PCSC-ruby/dist/
PKGNAMEPREFIX=  ${RUBY_PKGNAMEPREFIX}
DISTNAME=   PCSC-ruby-${PORTVERSION}
DIST_SUBDIR=    ruby

MAINTAINER= toni@ants.at

LIB_DEPENDS=    pcsclite.0:${PORTSDIR}/devel/pcsc-lite

USE_RUBY=   yes
USE_RUBY_EXTCONF=   yes
RUBY_SETUP= install.rb

WRKSRC=     ${WRKDIR}/PCSC-ruby

DOCS=       README.txt
EXAMPLES=   examples/test.rb examples/pcsclient.rb

post-install:
.if !defined(NOPORTDOCS)
    ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}/
    ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}/
.for f in ${DOCS}
    ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/
.endfor
.for f in ${EXAMPLES}
    ${INSTALL_SCRIPT} ${WRKSRC}/${f} ${RUBY_EXAMPLESDIR}/${PORTNAME}/
.endfor
.endif

.include <bsd.port.mk>
/commit/?h=EVOLUTION_2_3_8&id=c5347b4bda3777b61a85f3765a57de06b5e38ebc'>fix the label tag for the upgrade failed box.Not Zed2004-05-123-1/+4 * duh, use the right node pointer for title and secondary text.Not Zed2004-05-122-3/+6 * fix for xml error files, get i18n strings from generated .h files.Not Zed2004-05-122-4/+10 * make the Because cases the same.Not Zed2004-05-126-84/+76 * add for translators.Not Zed2004-05-1210-589/+834 * add for translators.Not Zed2004-05-127-35/+160 * Tool to do i18n string extraction for error xml files.Not Zed2004-05-128-584/+343 * fix i18n file generation rules.Not Zed2004-05-125-55/+106 * add for translators.Not Zed2004-05-125-60/+112 * add GError return for error details & return errors.Not Zed2004-05-125-21/+62 * set exception properly on failure.Not Zed2004-05-124-4/+26 * add some stuff for statfs.Not Zed2004-05-123-14/+31 * get error information from the call to e_cal_receive_objects, and use thatRodrigo Moya2004-05-122-3/+9 * Use CAMEL_EXCEPTION_SYSTEM instead of '1', also don't useJeffrey Stedfast2004-05-122-3/+13 * fixedJeffrey Stedfast2004-05-121-0/+16 * Fixed a type-o. Fixes bug #58348.Jeffrey Stedfast2004-05-122-17/+6 * Remove the mail folder control factoryDan Winship2004-05-125-88/+11 * Remove the calendar and task list controlsDan Winship2004-05-125-308/+14 * Remove the addressbook controlDan Winship2004-05-124-169/+22 * Fixes #53137Rodrigo Moya2004-05-122-3/+16 * use/set the DUE date, not the DTEND date.Rodrigo Moya2004-05-112-3/+8 * Updated Czech translation.Miloslav Trmac2004-05-112-184/+178 * see if the selected group is groupwise one and setup the relative uri andSivaiah Nallagatla2004-05-112-1/+27 * Fixes bug #44196 addressbook table view uses ASCII sortSuresh Chandrasekharan2004-05-113-2/+26 * Fixed warningDavid Malcolm2004-05-112-0/+6 * Default the Mailer header to enabled. Fixes bug #58217.Jeffrey Stedfast2004-05-112-4/+6 * don't default the list strings if they are defaulted to emptyJeffrey Stedfast2004-05-111-5/+1 * New class for zipping/unzipping gzip streams.Jeffrey Stedfast2004-05-117-0/+1236 * Fixed warningDavid Malcolm2004-05-112-2/+5 * Update italian translationMarco Ciampa2004-05-112-432/+314 * Update phrasing. Also the apx-authors file seemed to have been corrupted, so ...Aaron Weber2004-05-116-128/+24 * Fixes #58014Umeshtej2004-05-103-5/+12 * Include gtkhbox.h and gtkvbox.h to fix implicit declaration Cast GTK_ENTRYTrent Lloyd2004-05-103-3/+12 * Fixes #48129Jon Oberheide2004-05-101-0/+1 * set header to just Evolution (mail_append_mail): dittoJP Rosevear2004-05-103-3/+11 * set title to just Evolution (show_development_warning): ditto for warningJP Rosevear2004-05-106-533/+24 * Updated Spanish translationFrancisco Javier F. Serrador2004-05-102-467/+595 * Fixes #51626Bruce Tao2004-05-103-4/+73 * Fix parts of #53466.Enver ALTIN2004-05-102-1/+6 * Fixing parts of #53466.Enver ALTIN2004-05-102-2/+6 * Translation updated.Priit Laes2004-05-102-394/+308 * cleanup the view menus if they were created.Not Zed2004-05-105-63/+63 * Fix for bug #57152.Jeffrey Stedfast2004-05-084-8/+30 * Fixes #52294JP Rosevear2004-05-074-24/+136 * set cite_color property of gtkhtml widgets (mail_config_init): addRadek Doulik2004-05-072-2/+23 * fix comment and checkJP Rosevear2004-05-073-6/+15 * properly set the parent nodes for the re-parented phantom-node children.Not Zed2004-05-073-10/+33 * ** See bug #57935.Not Zed2004-05-075-13/+33 * ** Dunno why i bothered, but see bug #58090.Not Zed2004-05-072-6/+45 * ** See #58017.Not Zed2004-05-074-6/+19 * use random color for calendar default.Larry Ewing2004-05-072-1/+22 * Make some more toolbar and menu items use the stock versions of iconsRodney Dawes2004-05-072-8/+15 * Check that the folder is selectable using the new flags argument.Jeffrey Stedfast2004-05-076-15/+31 * reset the preview if no signature is selectedRadek Doulik2004-05-062-1/+9 * Updated Czech translation.Miloslav Trmac2004-05-062-264/+281 * Updated italian translationMarco Ciampa2004-05-062-293/+311 * set nodelay and keepalive on the socket.Not Zed2004-05-064-74/+95 * Select the row that was just collapsed. Fixes bug #57665.Jeffrey Stedfast2004-05-062-0/+5 * Removed. (rule_from_message): Removed the AUTO_THREAD bit.Jeffrey Stedfast2004-05-064-69/+11 * Translation updated.Priit Laes2004-05-062-2151/+2578 * Change the algorithm so that if the buttons can't be laid out perfectlyDan Winship2004-05-052-135/+75 * ** See bug #57720.Not Zed2004-05-0510-195/+188 * dont set X-Evolution-Source here anymore, set in caller.Not Zed2004-05-052-17/+22 * Removed. This is covered by gnome_i18n_get_language_list, which is moreNot Zed2004-05-054-101/+5 * Fixes #58025JP Rosevear2004-05-053-19/+32 * Implement. (init_address_record): Init textview.Hans Petter Jansson2004-05-053-277/+270 * (calendar_setup_new_task_list): fix the previous fix to work ifLarry Ewing2004-05-052-8/+7 * make sure that we don't crash if there are no sources.Larry Ewing2004-05-052-5/+25 * fixup the dialog initialization.Larry Ewing2004-05-052-2/+9 * Use defaults from Anna. (im_service_default): Ditto. (email_default):Hans Petter Jansson2004-05-052-14/+37 * Remove blog, add home page. (set_entry_changed_signals): Ditto.Hans Petter Jansson2004-05-053-9/+21 * Fix for bug #55303, but ideally there would be a nicer way of doing this -Jeffrey Stedfast2004-05-053-18/+103 * (source_group_can_add): helper function to fix groupwise case.Larry Ewing2004-05-052-1/+24 * fix logic error.Larry Ewing2004-05-052-3/+5 * convert units. (dialog_to_source): convert time units.Larry Ewing2004-05-053-9/+70 * Build fixes.Xan Lopez2004-05-052-4/+13 * Don't necessarily set row to 0 if the root node has the cursor (otherwiseJeffrey Stedfast2004-05-051-5/+3 * Get rid of #ifdef ENABLE_THREADS stuff, that was done away with a whileJeffrey Stedfast2004-05-052-8/+8 * Fixed typo.Christian Kellner2004-05-043-2/+6 * Fix for bug #58004.Jeffrey Stedfast2004-05-042-38/+43 * This now takes CamelProvider as argument. Made the display message moreSarfraaz Ahmed2004-05-044-55/+138 * Updated Czech translation.Miloslav Trmac2004-05-042-433/+447 * Updated Spanish translation.Francisco Javier F. Serrador2004-05-042-2649/+2764 * revert last patch. (eti_attach_cell_views): add some code to reset dragsNot Zed2004-05-041-2/+12 * if motion column is beyond our known columns, just ignore it and don'tNot Zed2004-05-041-2/+3 * Updated italian translation (unfinished).Marco Ciampa2004-05-041-1947/+2434 * ** See #57979.Not Zed2004-05-044-2/+99 * Do ref, unref in right order, so the same contact can be set twice withoutHans Petter Jansson2004-05-042-5/+21 * Establish defaults for the phone number option menus.Hans Petter Jansson2004-05-042-1/+11 * Updated British English translationGareth Owen2004-05-04