aboutsummaryrefslogtreecommitdiff
path: root/net/wireshark-lite
Commit message (Collapse)AuthorAgeFilesLines
* Refactor tshark and the lite ports to fix the build.Joe Marcus Clarke2015-11-171-3/+0
| | | | | | | Submitted by: Andriy Voskoboinyk <s3erios@gmail.com> Notes: svn path=/head/; revision=401821
* - Drop gettext / iconv dependencies - they are not used here.Joe Marcus Clarke2015-11-161-0/+2
| | | | | | | | | | | | | | | | | | | - Drop obsolete THREADS / PCRE / X11 options. - Convert to OPTIONS helpers. - Allow to choose between various Kerberos implementations. - Add Lua 5.2 into supported versions list. - Restore GTK2 option. - Improve some descriptions. - Use 'install_desktop_files' target for installing *.deskop, *.xml and icon files. - When c-ares is selected, adns will not be used - convert them into OPTIONS_SINGLE. - RTP support is compiled into GTK+ GUI - disable it in other cases. - Bump PORTREVISION. PR: 204411 Submitted by: Andriy Voskoboinyk <s3erios@gmail.com> Notes: svn path=/head/; revision=401779
* Remove LIBTOOLFILESTijl Coosemans2014-07-091-1/+1
| | | | Notes: svn path=/head/; revision=361384
* Remove all space characters from Makefile assignments.Jimmy Olgeni2014-06-081-1/+1
| | | | | | | | | | No functional changes included. CR: D193 (except math/sedumi) Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357070
* These ports all inherit stage support.Joe Marcus Clarke2013-10-191-1/+0
| | | | Notes: svn path=/head/; revision=330845
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - update to 1.4.1Dirk Meyer2010-03-281-1/+0
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* Update to 1.0.1. See ↵Joe Marcus Clarke2008-07-021-1/+1
| | | | | | | | | http://www.wireshark.org/docs/relnotes/wireshark-1.0.1.html for a list of changes. Notes: svn path=/head/; revision=216118
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* Update to 0.99.6, and remove all 4.X cruft.Joe Marcus Clarke2007-07-061-1/+1
| | | | | | | | | | | See http://www.wireshark.org/docs/relnotes/wireshark-0.99.6.html for all the changes in this release. Security: See http://www.wireshark.org/security/wnpa-sec-2007-02.html for relevant security advisories fixed in this release Notes: svn path=/head/; revision=195052
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Add wireshark and tshark after repocopies from ethereal and tetherealJoe Marcus Clarke2006-07-181-2/+2
| | | | | | | | | | | | | | | | | respectively. Wireshark is a rename of ethereal after the principal developer moved companies and lost the Ethereal copyright. Messenger, don't shoot! Now the ethereal binary is called wireshark, the tethereal binary is called tshark, and idl2eth is now idl2wrs. All other binaries have kept the same name. In addition to this name change, I have also changed the PREFIX from X11BASE to LOCALBASE. Notes: svn path=/head/; revision=168116
* This PORTREVISION should have been 3 instead of 1.Joe Marcus Clarke2006-05-041-1/+1
| | | | | | | Caught by: eik's script Notes: svn path=/head/; revision=161339
* Add dumpcap to ethereal-lite. dumpcap is required for proper etherealJoe Marcus Clarke2006-05-041-0/+1
| | | | | | | | | operation. Requested by: Tai-hwa Liang <avatar@mmlab.cse.yzu.edu.tw> Notes: svn path=/head/; revision=161315
* . update to 0.10.3Bill Fumerola2004-03-301-0/+14
. fix pkg-plist to include installed libraries and new modules . fix net-snmp configure args PR: ports/64777, ports/64808 Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> (#64777) Ken Stailey <kstailey@yahoo.com> (#64808) . follow master_site layout changes Submitted by: lost private email (sorry!) . introduce a LITE variable and add [t]ethereal-lite slave ports to build packages that don't depend on the kitchen sink. Notes: svn path=/head/; revision=105725