Commit graph

56 commits

Author SHA1 Message Date
sborrill
e4f654530d Update Solaris packages to 8.63 and force user to fetch the distfile
manually. Update distinfo accordingly.
Alter HOMEPAGE to better reflect new site layout.
Bump PKGREVISION for HOMEPAGE change.

N.B. Solaris packages are completely untested.
2011-03-17 09:05:32 +00:00
wiz
135620df42 Remove empty PLIST.common_end. 2009-07-22 09:31:05 +00:00
joerg
62d1ba2bac Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
wiz
60f460ab01 Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00
sborrill
8b64dbf26b Fix URL for fetching Linux-i386 ICA client.
Add a stab at Solaris-i386 support (should fetch and install, but
PLIST.solaris-i386 is untested).
2008-10-07 09:57:58 +00:00
sborrill
e7afb3ced2 Pass through command line arguments to wfica and wfcmgr
Bump PKGREVISION
2008-02-29 16:41:44 +00:00
obache
e5ab959be3 Re-add missing distinfo for solaris. Side effect, fixes PR 33854. 2008-01-30 04:40:13 +00:00
sborrill
11b56ba55d Make the installer recognise DragonFly as a BSD 2007-11-13 09:16:59 +00:00
jlam
33f30156fb * Add new emulator framework in pkgsrc/mk/emulator that handles all
binary-only packages that require binary "emulation" on the native
  operating system.  Please see pkgsrc/mk/emulator/README for more
  details.

* Teach the plist framework to automatically use any existing
  PLIST.${EMUL_PLATFORM} as part of the default PLIST_SRC definition.

* Convert all of the binary-only packages in pkgsrc to use the
  emulator framework.  Most of them have been tested to install and
  deinstall correctly.  This involves the following cleanup actions:

    * Remove use of custom PLIST code and use PLIST.${EMUL_PLATFORM}
      more consistently.

    * Simplify packages by using default INSTALL and DEINSTALL scripts
      instead of custom INSTALL/DEINSTALL code.

    * Remove "SUSE_COMPAT32" and "PKG_OPTIONS.suse" from pkgsrc.
      Packages only need to state exactly which emulations they support,
      and the framework handles any i386-on-x86_64 or sparc-on-sparc64
      uses.

    * Remove "USE_NATIVE_LINUX" from pkgsrc.  The framework will
      automatically detect when the package is installing on Linux.

  Specific changes to packages include:

    * Bump the PKGREVISIONs for all of the suse100* and suse91* packages
      due to changes in the +INSTALL/+DEINSTALL scripts used in all
      of the packages.

    * Remove pkgsrc/emulators/suse_linux, which is unused by any
      packages.

    * cad/lc -- remove custom code to create the distinfo file for
	all supported platforms; just use "emul-fetch" and "emul-distinfo"
	instead.

    * lang/Cg-compiler -- install the shared libraries under ${EMULDIR}
	instead of ${PREFIX}/lib so that compiled programs will find
	the shared libraries.

    * mail/thunderbird-bin-nightly -- update to latest binary
	distributions for supported platforms.

    * multimedia/ns-flash -- update Linux version to 9.0.48 as the
	older version is no longer available for interactive fetch.

    * security/uvscan -- set LD_LIBRARY_PATH explicitly so that
	it's not necessary to install library symlinks into
	${EMULDIR}/usr/local/lib.

    * www/firefox-bin-flash -- update Linux version to 9.0.48 as the
	older version is no longer available for interactive fetch.
2007-07-29 05:18:36 +00:00
sborrill
acdf066ddb Update to version 10.6.115659 of Linux client. Changes are:
Build    Fix

1        Fixes a failure to disconnect the session if the smart card used for
         logon is removed during a reconnected session with a server running
         Citrix Presentation Server version version 4.0. (Hotfix Rollup Pack
         3 or later must be installed on the server.) Corrects problems
         that prevent the client from running on Ubuntu Linux version 6.10.

         This build also includes all fixes from versions 9.43 to 9.49.

         9.43:
         Fixes a problem that prevented the Microsoft Windows "Snap To"
         mouse option from working.

         9.44:
         Ensures that the maximization state of seamless windows is correctly
         restored when they are maximized after being reduced to icon size.
         Adds a "TWIConfineToWorkArea" configuration option that can be set
         "Off" to allow seamless windows to be moved outside the work area.
         Also adds configuration parameters "PointerGrabTime" and
         "PointerClickTime" to set two timer parameters for pointer position
         echo suppression. They control the period after a mouse position
         report is sent during which any server-originated positions are
         discarded as echoes, and the period after a mouse click during which
         all server positions are accepted as a response to the click. Values
         are in milliseconds.

         9.45: Citrix internal build.

         9.46:
         Corrects an error in the treatment of the "BrowserTimeout" parameter
         that was introduced in build 9.20. The SCardListReaders function
         can now be called with a null context parameter when using the
         smart card virtual channel. The pnabrowse utility now enumerates
         applications correctly when $HOME/.ICAClient has not been populated.

         9.47:
         Improves the change to pointer positioning introduced in version 9.43
         and prevents client work-area information from having an effect
         in non-seamless sessions. Corrects an error in the pnabrowse utility
         that stopped it working with some server configurations.

         9.48:
         Corrects the modification time of files edited using client drive
         mapping. Corrects an error in the pnabrowse utility that could stop it
         launching published applications.

         9.49:
         Corrects an error that may inhibit session sharing when one seamless
         session is started within a few seconds of another.  Adds special
         behaviour to the smart card virtual channel to correct problems with
         a particular application following session reconnection.  That is
         controlled by a new configuration parameter "UCSCWAMap", and is
         normally disabled.

2        Causes tear-off menus from Microsoft Windows applications to vanish
         correctly when the application loses focus. Improves the drawing
         performance with seamless windows, particularly in 256-color sessions
         with multiple windows. Adds workspace control operations to the
         pnabrowse utility.

3        Fixes incorrect use of SSL error message 47.

4        Enlarges the sensitive area of notification area icons, improves text
         parameter handling in locales using the ISO 8859-15 character set and
         improves reconnection to multiple sessions using pnabrowse.

5        Fixes a font problem when using Ubuntu Linux version 7, and
         the appearance of some application icons in non-seamless sessions.
         Corrects Program Neighborhood's handling of 8-bit characters in
         user and client names when using non-UTF8 locales.
         Corrects the behaviour of seamless sessions started by Web Interface
         or Program Neighborhood Agent, when the default session type is
         full screen.

6        Updated for release to Web.
2007-07-03 13:31:31 +00:00
sborrill
6f5367913a Update to version 10 client (on i386) which includes support for new
features in Presentation Server 4.5. Sparc package left unchanged as there
has been no new release.
2007-03-05 18:01:02 +00:00
wiz
601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00
sborrill
b0933940a3 Set correct package version for Solaris/sparc version (Citrix display
the version number in x.y format, but internally they have a x.y.z format
and we can't be sure they won't release a version where z differs but
the display version remains the same).
Remove/fix URLs for HOMEPAGE and comments.
2007-01-21 12:44:48 +00:00
dmcmahill
c75af07a5b Fix this up on solaris with some patches from Stephen Borrill and some
from myself.
2007-01-19 23:37:43 +00:00
dmcmahill
499b0e625b use
FOO=bar
export FOO
instead of
export FOO=bar

for the benefit of solaris.
2007-01-19 23:36:17 +00:00
sborrill
6504ec97df Take over as maintainer (missed from previous commit). 2007-01-19 08:56:45 +00:00
sborrill
62a5a5cbb0 Update to versions 9.0.0 (i386) and 8.46 (sparc) which are the latest
released versions. Version 9 is the Presentation Server 4.0 release of
clients.
N.B. sparc code currently untested.
Take over as maintainer.
Fix a few pkglint warnings.
Update description to be more accurate and up-to-date.
We need suse_openmotif to run wfcmgr under Linux emulation.
2007-01-18 22:34:05 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
rillig
a8c0b66d91 Fixed rillig warnings:
- WARN: Makefile:17: ONLY_FOR_PLATFORMS should be modified using "+=".
2005-12-17 10:52:53 +00:00
joerg
1f6a39a84e First step at reworking Linux binary packages.
Change most pkgs to depend on either
emulators/suse_linux/Makefile.application (normal pkgs) or
Makefile.common (suse91 and suse themselves) to filter out Operating
Systems without Linux ABI support. Use CPU masks to limit the pkg to
supported platforms.
2005-12-12 14:43:23 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
wiz
23bf1936f9 Reset maintainer: river-styx dot org does not resolve. 2005-09-27 16:09:50 +00:00
veego
564ba01198 Replace the pre-patch target with a do-patch one, because the patch which
was copied in pre-patch wasn't applied.
This fix an installation problem.
2005-08-10 17:12:32 +00:00
jlam
e46a9dd380 Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
rillig
f795c2e475 Removed trailing white-space. 2005-05-23 08:26:03 +00:00
agc
b12d62efb5 Add RMD160 digests. 2005-02-24 12:13:41 +00:00
veego
ab852a7a50 Use the extended PLIST_SRC support which now also reads:
PLIST.${MACHINE_ARCH:C/i[3-6]86/i386/g}
PLIST.${OPSYS}-${MACHINE_ARCH:C/i[3-6]86/i386/g}
and remove the package hack for MD PLIST files.

Rename PLIST.pre to PLIST.common and PLIST.post to PLIST.common_end
2005-02-21 21:24:06 +00:00
grant
9489b6a49c whitespace fixes 2005-02-20 12:58:09 +00:00
hubertf
555796ef53 Improve wording, suggested by iceblox@IRC 2004-08-28 19:47:23 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
markd
bea69519a7 Should have removed these in last change. 2003-08-11 10:44:15 +00:00
markd
c77b12a32a Update to latest versions (7.00.77757 for i386, 7.02.78662 for sparc).
Changes unknown.
While here make package work for Linux (untested) and Solaris.
Incorporates PR pkg/22209 from Stephen Borrill.
2003-08-11 10:39:32 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
jschauma
d928b8f223 De-confusify: Let emulators/suse_*/Makefile.* _not_ include bsd.pkg.mk, but rather
make all packages that use linux emulation include bsd.pkg.mk as the
last files just like any normal package.
2003-03-26 04:05:37 +00:00
wiz
e42494f432 Update to latest available versions (6.30.1052 for i386, 6.30.1061
for sparc). From Murray Armfield in PR 19210.
Changes are unknown.
2003-03-14 10:15:55 +00:00
kristerw
f98cce0862 Make this install using the NetBSD-current cpio too by the patch
from Onno van der Linden in PR 19140.

While here, also add the portability change suggested by David Laight
in the audit trail to the PR.

This also closes PR 19232.
2003-01-15 22:41:32 +00:00
schmonz
0a1bd5acad Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate. 2002-12-07 02:38:52 +00:00
cjep
2f6f55d77a Fix whitespace and RCS tag pkglint fatalities. 2002-11-26 21:43:49 +00:00
dmcmahill
d2f4ceb16e update to the latest citrix_ica client. The current versions are:
i386:  citrix_ica-6.30.1050
sparc: citrix_ica-6.20.985

Update provided in PR pkg/17192 by Murray Armfield.

Submitter could not find an update list to the client program but
noticed the following changes:
  - Auto reconnect option
  - Smart card logons
  - proxy/firewall configuration changes, now takes https and netscape settings for firewall.
2002-08-05 00:34:56 +00:00
grant
0557cb9e28 for i386, set DEPENDS on suse_x11 to >=6.0 (tested on 1.5.2 with
suse_x11 6.1p1).

avoids unncessarily upgrading suse_* on older installations.
2002-06-24 22:44:10 +00:00
tron
b6343d0c10 Use "suse_linux/Makefile.application" to pick correct SuSE packages. 2002-04-04 12:29:46 +00:00
jmc
138d32081d Provide PKGNAME defaults so lintpkgsrc is happy 2002-03-17 03:37:56 +00:00
martti
7d86586dff * Refuse to install if ${PREFIX}/lib/ICAClient already exists (otherwise
the installation program goes crazy)
* Fix path in the license generation script
2002-01-21 13:19:08 +00:00
martti
c2e72a7ebf Updated citrix_ica to 6.20.97x (list of changes is unknown)
* i386: x=3, sparc: x=9
* fixed dependency to suse_x11
2002-01-18 11:50:40 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
wiz
cf1a755ba3 Swap contents of PLIST.pre and PLIST.post; dirrm's should be in PLIST.post. 2001-06-26 11:09:28 +00:00
wiz
79109b4710 Add 'mkdir -p ~/ICAClient' as requested in pkg/13030 by Juha Ylitalo. 2001-06-26 09:05:53 +00:00
dmcmahill
fba2acda33 use a common patches directory and distinfo file, but use
patch-${MACHINE_ARCH}-a[a-z] for the patch file names so we
can find the right one per suggestions on tech-pkg.
2001-05-08 23:58:44 +00:00
dmcmahill
9b539ba27b add missing RCS id and remove spurious sha1 line. 2001-05-06 13:14:41 +00:00