aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
AgeCommit message (Collapse)AuthorFilesLines
2004-08-26From Lars Roland:Guy Harris2-9/+56
don't support GTK-Wimp for GTK+ 1.2[.x] (it requires 2.x); install the NEWS file as "NEWS.txt"; optionally show it at the end of an installation. svn path=/trunk/; revision=11841
2004-08-25From Lars Roland: cosmetic fixes.Guy Harris1-2/+8
svn path=/trunk/; revision=11827
2004-07-28Add capinfo to the Windows installer.Olivier Biot2-1/+13
svn path=/trunk/; revision=11558
2004-07-21From Laurent Rabret: OPSI support.Guy Harris2-0/+2
svn path=/trunk/; revision=11454
2004-07-20Make building rpms possible again. Feedback for improvements welcome.Jörg Mayer1-2/+3
svn path=/trunk/; revision=11446
2004-07-18 .cvsignore is deadJörg Mayer5-28/+0
it has been replaced by svn proplist -v <dir/file> and svn propedit <dir/file> svn path=/trunk/; revision=11422
2004-07-18Beginnings to make rpm building possible again.Jörg Mayer1-36/+17
Not yet finished: - make dist breaks after moving of dissectors - the real packaging process may not be working yet svn path=/trunk/; revision=11421
2004-07-18Add epan/dissectors/.cvsignoreJörg Mayer5-0/+10
Add tags and TAGS to all .cvsignore files svn path=/trunk/; revision=11419
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2004-07-17Be kind and say "Please note" instead of simply "Note" when something went ↵Ulf Lamping1-6/+6
wrong while uninstalling :-) svn path=/trunk/; revision=11399
2004-06-29From Laurent Rabret:Guy Harris1-6/+24
fix a bug in the case where both Ethereal with GTK1 and GTK2 are attached; disallow the "extension box" if Ethereal isn't selected. svn path=/trunk/; revision=11266
2004-06-10From Laurent Rabret:Guy Harris1-2/+191
- associate standard trace file extensions to ethereal *only* if such extensions are not already known in the system; - suppress the linking while Ethereal is uninstalling *only* for extensions associated to Ethereal. svn path=/trunk/; revision=11134
2004-05-23From Lars Roland: define an "installation" version of GTK+ 2.x and PangoGuy Harris2-12/+23
in "config.nmake", and use that in the NSIS script when generating the NSIS installer, so it puts GTK+ and Pango in the appropriate subdirectories. Also, when uninstalling, remove both of the sets of subdirectories. As per his suggestion, get rid of the "GTK1_VERSION" and "GTK2_VERSION" macros, and just directly insert the values where those macros were used - "GTK1_VERSION" wasn't used at all, and "GTK2_VERSION" was only used immediately below where it was defined, and stuff elsewhere, such as in the NSIS script, didn't use them and would break if you changed them anyway. svn path=/trunk/; revision=10976
2004-05-21install (and uninstall) AUTHORS-SHORT and COPYING filesUlf Lamping1-1/+5
svn path=/trunk/; revision=10945
2004-05-14Make the GTK2 interface the default. Remove GTK-Wimp from the GTK2 section.Gerald Combs1-9/+6
I originally tried to make it disabled by default (using "Section /o"), but this caused odd behavior in the installer. svn path=/trunk/; revision=10884
2004-05-13Fix a typo (seperate should be separate).Olivier Biot1-3/+3
svn path=/trunk/; revision=10878
2004-05-09From Lars Roland: add support for building a libethereal.dll with MSVC:Guy Harris2-2/+8
add a config.nmake option to control whether to build libethereal.dll or not; remove "./wiretap" from PATH to prevent problems due to wrongly-loaded files; build dissector.lib with MSVC; move "print.c" and "ps.c" to the dissector helpers, as "print.c" imports variables from packet-frame.c and packet-data.c, which are in libethereal; move "g711.c" out of the dissector helpers, as they're used only by Ethereal in a tap, not in Tethereal or in any dissector; add a .def file for libethereal; arrange to declare global variables exported from libethereal with "__declspec(dllimport)" when building programs that import those variables; update the NSIS installer. Make the "configure" script define ETH_VAR_IMPORT as "extern". svn path=/trunk/; revision=10834
2004-03-25From Duncan Sargeant: Cisco SS7 RUDP, RLM, and Session ManagementGuy Harris2-2/+8
support. svn path=/trunk/; revision=10480
2004-03-22!ifdef-ize out a GTKWimp text section.Gerald Combs1-1/+3
svn path=/trunk/; revision=10441
2004-03-01Include shared libs if they existJörg Mayer1-0/+5
svn path=/trunk/; revision=10272
2004-02-24added gtk-wimp to the nsis installer buildUlf Lamping2-2/+27
svn path=/trunk/; revision=10227
2004-02-18From Lars Roland: Add support for a combined GTK1/2 Windows installer.Gerald Combs2-37/+115
svn path=/trunk/; revision=10098
2004-02-16bugfix from greg morris: two help pages were missingUlf Lamping1-1/+3
svn path=/trunk/; revision=10074
2004-02-09typo fixedUlf Lamping1-2/+2
svn path=/trunk/; revision=10014
2004-02-07corrected links to the ethereal.exe for GTK2 versionUlf Lamping1-3/+3
svn path=/trunk/; revision=10006
2004-02-06renamed GTK2 version from ethereal2.exe to ethereal-gtk2.exe,Ulf Lamping2-37/+42
as this is *not* the Ethereal version 2 already. Some other cleanup done svn path=/trunk/; revision=9998
2004-02-03patch error removedUlf Lamping1-5/+1
svn path=/trunk/; revision=9972
2004-02-03from Lars Roland: fix NSIS uninstallationUlf Lamping2-18/+37
svn path=/trunk/; revision=9971
2004-02-03set compression mechanism for Modern UI to lzmaUlf Lamping1-1/+7
svn path=/trunk/; revision=9963
2004-02-01Arrange that the shortcuts for Ethereal start Ethereal in the user'sGuy Harris1-1/+2
profile directory, so that the file dialogs start there rather than in the directory in which the MIB files appear. svn path=/trunk/; revision=9933
2004-01-26updated NSIS generation to build GTK version 1 or 2,Ulf Lamping2-6/+18
added new target "packaging" to root Makefile.nmake, which will generate version 1 or 2 or both, depending on config.nmake GTK?_DIR setting svn path=/trunk/; revision=9866
2004-01-06GPL.txt -> ../../COPYINGJörg Mayer1-1/+1
svn path=/trunk/; revision=9579
2004-01-05fixed / updated some dependenciesUlf Lamping1-4/+10
svn path=/trunk/; revision=9563
2004-01-05using the file "COPYING" instead of "GPL.txt"Ulf Lamping1-340/+0
svn path=/trunk/; revision=9557
2004-01-05using the file "COPYING" instead of "GPL.txt"Ulf Lamping1-3/+3
svn path=/trunk/; revision=9555
2003-12-26conditionally use modern UI for NSIS installerUlf Lamping2-11/+79
svn path=/trunk/; revision=9448
2003-12-26bugfix: uninstall also the help textfilesUlf Lamping1-1/+3
svn path=/trunk/; revision=9446
2003-12-22Have a "toc" file in the help directory, which gives a list of helpGuy Harris1-1/+2
topic titles and help file names. svn path=/trunk/; revision=9417
2003-12-22get rid of the COMMON_FILES_GNU setting,Ulf Lamping2-16/+35
by getting the DLL's from the "source tree" svn path=/trunk/; revision=9415
2003-12-22distribute the text files in help dirUlf Lamping1-1/+7
svn path=/trunk/; revision=9406
2003-12-19From Lars Roland: fix a typo.Guy Harris1-2/+2
svn path=/trunk/; revision=9365
2003-12-18From Jan Kiszka: IrDA support.Guy Harris2-2/+4
svn path=/trunk/; revision=9345
2003-12-17From Christoph Neusch: V5UA support.Guy Harris2-3/+5
From Anders Broman: patches to various makefiles and configure scripts to build the V5UA dissector, and patches to make it compile. From me: .cvsignore file, and NSIS patches. svn path=/trunk/; revision=9311
2003-12-16minor change in the uninstaller "Publisher" stringUlf Lamping1-2/+2
svn path=/trunk/; revision=9294
2003-12-15From Lars Roland: get rid of NSIS support for glib 1.3, as we don'tGuy Harris2-29/+15
support that any more. svn path=/trunk/; revision=9288
2003-12-10Update the Windows environment to GLib 2.2.3 and GTK+ 1.3.0-20030717.Gerald Combs1-2/+2
This requires replacing libintl-1.dll from the libintl package (which is no longer used) with intl.dll from intl.dll from the gettext package. svn path=/trunk/; revision=9239
2003-12-10added some more uninstall info andUlf Lamping1-1/+8
offering only removal of program (instead of modify/repair) svn path=/trunk/; revision=9228
2003-12-08From Lars Roland: fix a typo.Guy Harris1-2/+2
svn path=/trunk/; revision=9206
2003-12-08From Lars Roland: fix the NSIS Makefile to handle PCRE.Guy Harris1-2/+4
svn path=/trunk/; revision=9205
2003-12-07Add PCRE support to the Windows build.Gerald Combs1-1/+3
svn path=/trunk/; revision=9185