aboutsummaryrefslogtreecommitdiff
path: root/net/ssvnc
Commit message (Collapse)AuthorAgeFilesLines
* Remove nonexistent -t option from call to netstat(1) [1]Jason E. Hale2016-12-094-53/+63
| | | | | | | | | | | | | Convert to options helpers Install everything with BSD_INSTALL_* instead of cp to set correct permissions and strip binaries Pet portlint and stage-qa PR: 213490 [1] Submitted by: G. Paul Ziemba <p-fbsd-bugs@ziemba.us> [1] Notes: svn path=/head/; revision=428224
* net/ssvnc: Document and configure SSL, fix build for LibreSSLJohn Marino2016-09-133-15/+67
| | | | | | | While here, modernize and cleanup the port and honor flags Notes: svn path=/head/; revision=422017
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Convert to USES=jpegAntoine Brodin2015-06-221-2/+1
| | | | Notes: svn path=/head/; revision=390310
* - Strip librariesDmitry Marakasov2015-06-021-1/+2
| | | | Notes: svn path=/head/; revision=388333
* Add missing USE_OPENSSL=yesTijl Coosemans2015-01-151-1/+3
| | | | | | | PR: 195796 Notes: svn path=/head/; revision=377064
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* Cleanup plistAntoine Brodin2014-11-221-3/+0
| | | | Notes: svn path=/head/; revision=373063
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-251-1/+1
| | | | | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr Notes: svn path=/head/; revision=359185
* - Fix packaging without DOCS or with ULTRAFTPAntoine Brodin2013-12-052-15/+6
| | | | | | | | | | | - Use new LIB_DEPENDS syntax and tk:wrapper - Simplify ULTRAFTP option with MAKE_ARGS PR: ports/184157 Submitted by: wblock (previous version) Notes: svn path=/head/; revision=335682
* Support staging.Emanuel Haupt2013-11-192-6/+7
| | | | Notes: svn path=/head/; revision=334319
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with [np]) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331273
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - Convert to new perl frameworkMathieu Arnold2013-08-031-2/+2
| | | | | | | - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324191
* - cleanup leftoversJason Helfman2013-07-251-2/+2
| | | | | | | Reported by: qat Notes: svn path=/head/; revision=323677
* - unbreak package creationJason Helfman2013-07-251-5/+11
| | | | | | | | | | - while here standardize on empty PORT_OPTIONS and convert USE_GMAKE to USES PR: 180850 Reported by: Alfred Bartsch <bartsch@dssgmbh.de> Notes: svn path=/head/; revision=323676
* New USES imake to handle the dependency on imake.Baptiste Daroussin2013-06-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | This uses accept 'env' as an argument for ports that do use their own or a different do-configure target. Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it to the called imake. Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be overwritten. Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via IMAKECPPFLAGS Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned from Makefile generated by a previous imake also inherit the defined CppCmd CcCmd and CplusplusCmd. Make imake use devel/tradcpp all the time, so that when buidling with clang we do not depend on gcc's cpp. Make imake respect CC and CXX Make imake respect USE_GCC (if set imake will use gcc's cpp). While here: - Remove a couple of indefinite articles from comments - Trim headers - Fix a couple of ports to build with clang or use: USE_GCC=any - Fix a now useless redefinition of the extraction chain - Fix a typo in japanese/Wnn7-lib bundled imake template definitions - Fix some XMKMF execution with no env specified - Use options helper in x11/xautolock to simplify the port Notes: svn path=/head/; revision=321957
* - Fix DOCS option logicBeat Gaetzi2012-10-151-1/+1
| | | | | | | | Reported by: pointyhat Feature safe: yes Notes: svn path=/head/; revision=305938
* fix sense of a testBaptiste Daroussin2012-10-061-1/+1
| | | | | | | Reperted by: linimon Notes: svn path=/head/; revision=305357
* Convert to new options frameworkBaptiste Daroussin2012-10-041-9/+6
| | | | Notes: svn path=/head/; revision=305247
* - Update to 1.0.29Martin Wilke2011-11-252-9/+13
| | | | | | | | | PR: 162849 Submitted by: Ports Fury Feature safe: yes Notes: svn path=/head/; revision=286428
* Upgrade to version 1.0.28Brian Somers2011-02-055-18/+21
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=268651
* - Drop maintainership.Alejandro Pulver2010-10-111-1/+1
| | | | Notes: svn path=/head/; revision=262805
* - update to jpeg-8Dirk Meyer2010-02-051-2/+2
| | | | Notes: svn path=/head/; revision=249285
* - update to jpeg7Dirk Meyer2009-07-181-1/+2
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* - Update to 1.0.22Pav Lucistnik2009-06-016-84/+102
| | | | | | | | | PR: ports/134236 Submitted by: Cezary Morga <cm@therek.net> Approved by: maintainer timeout (alepulver; 25 days) Notes: svn path=/head/; revision=234987
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie2009-01-231-1/+1
| | | | | | | | | | | - Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG). Notes: svn path=/head/; revision=226727
* - Bump PORTREVISION.Alejandro Pulver2008-07-112-4/+4
| | | | | | | - Update to next revision (same DISTNAME), only small GUI changes. Notes: svn path=/head/; revision=216707
* - Update to latest version (first stable of the 1.0.20 series).Alejandro Pulver2008-06-212-4/+4
| | | | | | | - Update distinfo and bump PORTREVISION (version number is the same). Notes: svn path=/head/; revision=215497
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-4/+4
| | | | | | | | | | | | | | | | | | - 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
* - Update distinfo (track development version progress).Alejandro Pulver2008-02-182-4/+4
| | | | Notes: svn path=/head/; revision=207551
* - Bump PORTREVISION.Alejandro Pulver2008-02-082-4/+4
| | | | | | | - Update distinfo (track development progress). Notes: svn path=/head/; revision=206913
* - Update distinfo (summary: unused Linux binary is changed).Alejandro Pulver2008-01-041-3/+3
| | | | Notes: svn path=/head/; revision=205019
* - Bump PORTREVISION because of the last commit.Alejandro Pulver2007-12-221-0/+1
| | | | | | | Suggested by: Wesley Shields <wxs@atarininja.org> Notes: svn path=/head/; revision=204312
* - Update distinfo.Alejandro Pulver2007-12-211-3/+3
| | | | | | | | | | | | | Changes: - Add "X11 viewer MacOSX" option to the GUI. - Add some checks for Darwin in the scripts. - Initialize "struct sockaddr_in" variables with zero. - Update manual pages. Reported by: pointyhat (via pav) Notes: svn path=/head/; revision=204241
* - Update to version 1.0.20.Alejandro Pulver2007-12-122-4/+4
| | | | Notes: svn path=/head/; revision=203186
* - Revert: overlooked the distinfo fixPav Lucistnik2007-09-291-2/+0
| | | | | | | Pointy hat to: pav Notes: svn path=/head/; revision=200342
* - Mark BROKEN: Size mismatchPav Lucistnik2007-09-291-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=200338
* - Update distinfo (improvements in the wrapper scripts and documentation).Alejandro Pulver2007-09-271-3/+3
| | | | | | | Reported by: linimon, pav Notes: svn path=/head/; revision=200230
* - Update distinfo (script and documentation changes).Alejandro Pulver2007-09-091-3/+3
| | | | | | | Reported by: pav Notes: svn path=/head/; revision=199160
* - Update to version 1.0.19.Alejandro Pulver2007-09-052-4/+4
| | | | Notes: svn path=/head/; revision=198782
* - Update distinfo (minor changes: modified script and vncviewer distribution).Alejandro Pulver2007-07-241-3/+3
| | | | Notes: svn path=/head/; revision=196215
* - Update to version 1.0.18.Alejandro Pulver2007-06-052-4/+4
| | | | Notes: svn path=/head/; revision=192783
* - Update to version 1.0.16.Alejandro Pulver2007-05-262-7/+4
| | | | | | | | | | - Remove BROKEN. PR: ports/112967 Submitted by: Thomas Abthorpe <thomas@goodking.ca> Notes: svn path=/head/; revision=191884
* Improve BROKEN messageEdwin Groothuis2007-05-251-1/+1
| | | | Notes: svn path=/head/; revision=191697
* BROKEN: UnfetchableKris Kennaway2007-05-251-0/+2
| | | | Notes: svn path=/head/; revision=191691
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Update distinfo (misc changes to build script, and discard output of aAlejandro Pulver2007-04-291-3/+3
| | | | | | | | | command in the wrapper script). Reported by: pointyhat Notes: svn path=/head/; revision=191156
* The Enhanced TightVNC Viewer package started as a project to add some patchesAlejandro Pulver2007-04-266-0/+135
to the long neglected Unix TightVNC Viewer. However, now the front-end GUI and wrapper scripts features dwarf the Unix TightVNC Viewer patches (see the lists below). It adds a GUI for Windows, Mac OS X, and Unix that automatically starts up STUNNEL SSL tunnel for SSL or SSH connections to x11vnc, and then launches the TightVNC Viewer to use the tunnel. It also enables SSL encrypted VNC connections to any other VNC Server running an SSL tunnel, such as STUNNEL, at their end. It can be used to perform SSH tunnelled connections to any VNC Server as well. The tool has many additional features (see below for a list). The short name for this project is "ssvnc" for SSL/SSH VNC Viewer. WWW: http://www.karlrunge.com/x11vnc/ssvnc.html Notes: svn path=/head/; revision=190890