summaryrefslogtreecommitdiff
path: root/net/citrix_ica (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Since uname -m can now report any i[3456]86 values, change the scriptMartin Blapp2003-08-131-1/+1
| | | | | | | | | to work with this. Submitted by: Andrew Thompson <andy@fud.org.nz> Notes: svn path=/head/; revision=86877
* Bump portrevision after the mozilla support fix.Martin Blapp2003-08-111-0/+1
| | | | Notes: svn path=/head/; revision=86766
* Support linux mozilla installations too.Martin Blapp2003-08-111-8/+10
| | | | Notes: svn path=/head/; revision=86765
* Upgrade to v. 7.00, integrate it into Gnome/KDEMartin Blapp2003-08-114-36/+114
| | | | Notes: svn path=/head/; revision=86756
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Upgrade these ports to new versions. While we are here, cleanMartin Blapp2002-09-143-7/+20
| | | | | | | | | up the IGNORE message, and make the manual install idiot proof. Remove the need for a dist subdir, let the user rename the distfile to a more useful distname. Fix pkg-plist. Notes: svn path=/head/; revision=66295
* Add command line options to wfica wrappers.Martin Blapp2002-09-091-1/+1
| | | | | | | | PR: 41694 Submitted by: Maxim Tulyuk <mt@gnu.carrier.kiev.ua> Notes: svn path=/head/; revision=65931
* Since we use ${LINUXBASE}/bin/sh, uname -m reports Linux. Do not changeMartin Blapp2002-07-081-7/+2
| | | | | | | the script to check for FreeBSD then. Notes: svn path=/head/; revision=62663
* Forgot this patch to go along with the 6.30.1050 update.Anders Nordby2002-07-011-0/+16
| | | | | | | Approved by: mbr Notes: svn path=/head/; revision=62303
* Update to version 6.30.1050.Anders Nordby2002-07-013-2/+4
| | | | | | | Approved by: mbr Notes: svn path=/head/; revision=62302
* As always new MD5 checksum. Citrix seems to have changed theMartin Blapp2002-04-273-10/+11
| | | | | | | | | | install script slightly for Netscape 6, but I will look at that later. PR: ports/37198 Notes: svn path=/head/; revision=58218
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-2/+2
| | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Notes: svn path=/head/; revision=53958
* Fix the package list and remove netscape plugin if installedMartin Blapp2002-01-222-173/+95
| | | | Notes: svn path=/head/; revision=53538
* Fix the plugin install. Look if there is a linux netscape installedMartin Blapp2002-01-222-8/+56
| | | | | | | | | and use it's plugin dir to install. PR: ports/33318 Notes: svn path=/head/; revision=53497
* Change my email address, upgrade to latest version and fixMartin Blapp2001-12-233-11/+21
| | | | | | | | | | | the endless loop during install in the case no netscape was installed. PR: ports/31390 Reviewed by: Dmitry Sivachenko <mitya@cavia.pp.ru> Notes: svn path=/head/; revision=52068
* Remove an extra `y'.Jeroen Ruigrok van der Werven2001-10-281-1/+0
| | | | | | | | PR: 17806 Submitted by: Pete Fritchman <petef@databits.net> Notes: svn path=/head/; revision=49297
* At deinstall time, remove the "application/x-ica" mime type from netscape'sJimmy Olgeni2001-04-011-0/+2
| | | | | | | | | mailcap and mime.types files. Do this only if the netscape files actually exist. Notes: svn path=/head/; revision=40696
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-5/+5
| | | | Notes: svn path=/head/; revision=37252
* - Update port to 6.0.908Chris D. Faulhaber2000-12-126-256/+234
| | | | | | | | PR: 23497 Submitted by: Martin Blapp <mb@imp.ch> Notes: svn path=/head/; revision=35927
* Correct CATEGORIES - make first category in the CATEGORIES list matching parentMaxim Sobolev2000-10-041-1/+1
| | | | | | | directory. Notes: svn path=/head/; revision=33401
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-4/+4
| | | | Notes: svn path=/head/; revision=27423
* Update for a new md5 and changes in the setup script.Mike Smith2000-03-103-13/+21
| | | | | | | Submitted by: Martti Kuparinen <martti@nomadiclab.com> Notes: svn path=/head/; revision=26722
* Add virtual category "linux" to Linux apps and support libs/utils.Satoshi Asami2000-02-281-1/+1
| | | | Notes: svn path=/head/; revision=26406
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
| | | | Notes: svn path=/head/; revision=21126
* Use empty MASTER_SITES= to indicate that there's nothing for theBill Fenner1999-08-091-2/+2
| | | | | | | distfile survey to check. Notes: svn path=/head/; revision=20624
* Catch up with all of Citrix' recent changes:Mike Smith1999-07-223-3/+19
| | | | | | | | | | - back to a .Z tarball again - a few new files in the installed product PR: ports/12763 (reported breakage) Notes: svn path=/head/; revision=20317
* Make port depend on linux_base instead of linux_lib.Marcel Moolenaar1999-07-211-2/+2
| | | | Notes: svn path=/head/; revision=20299
* This port uses a DIST_SUBDIR. The IGNORE message doesn't.Bill Fumerola1999-07-091-2/+2
| | | | | | | This is confusing (and makes the IGNORE message wrong.) Notes: svn path=/head/; revision=20139
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s Notes: svn path=/head/; revision=19803
* WWW: This is definately the daemon's work. In Chuck we trust.Michael Haro1999-05-031-1/+1
| | | | Notes: svn path=/head/; revision=18431
* Fix the distfile detection, broken when BROKEN was used over the previousMike Smith1999-02-111-2/+2
| | | | | | | | | method. Submitted by: Matthew Thyer <matt@camtech.com.au> Notes: svn path=/head/; revision=16628
* THe distribution file is gzipped.Mike Smith1999-02-101-1/+1
| | | | Notes: svn path=/head/; revision=16598
* We want the gzipped file, not the compressed file. Don't refer to theMike Smith1999-02-101-3/+3
| | | | | | | | | distribution archive as "source". Submitted by: "Viren R. Shah" <viren@rstcorp.com> Notes: svn path=/head/; revision=16597
* New Linux client version (3.0.15) released.Mike Smith1999-02-092-3/+3
| | | | | | | Submitted by: Martin Eggen <martineg@ifi.uio.no> Notes: svn path=/head/; revision=16578
* Add 'ONLY_FOR_ARCHS=i386' to linux_lib dependent ports.Hidetoshi Shimokawa1999-01-071-3/+5
| | | | Notes: svn path=/head/; revision=15902
* Change do-fetch target so automatated ``cd /usr/ports ; make fetch'' will work.David E. O'Brien1999-01-041-16/+7
| | | | Notes: svn path=/head/; revision=15825
* Some how this got formated as a text paragraph w/line breaks at column 80.David E. O'Brien1998-12-301-9/+5
| | | | Notes: svn path=/head/; revision=15718
* Update the port's supporting text and fetch behaviour as requested byMike Smith1998-12-283-16/+36
| | | | | | | Citrix(R) via Michael Richtberg <michaelr@citrix.com>. Notes: svn path=/head/; revision=15693
* Update to client version 2.8.1Mike Smith1998-11-062-4/+4
| | | | | | | Submitted by: Ben Hutchinson <benhutch@xfiles.org.uk> Notes: svn path=/head/; revision=14370
* This is the Citrix MetaFrame/pICAsso/WinFrame client for Microsoft WindowsMike Smith1998-09-2110-0/+291
NT Terminal Server, nee Hydra, nee Citrix WinFrame. Notes: svn path=/head/; revision=13291