aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
AgeCommit message (Collapse)AuthorFilesLines
2001-08-20Make sure the GIOP plugins are removed if Ethereal is uninstalled.Guy Harris1-1/+3
svn path=/trunk/; revision=3854
2001-08-20Add the GIOP plugins.Guy Harris1-1/+3
svn path=/trunk/; revision=3853
2001-07-12Package mergecap.exe and its HTML documentation.Gilbert Ramirez2-4/+20
Update NSIS syntax for newest NSIS. That fix from David O'Shea. Set config.nmake to get non-cygwin version of Python.exe; cygwin version is fouling up on me and I'm not sure why. svn path=/trunk/; revision=3705
2001-06-18From Craig Rodrigues: changes to handle current versions of RPM, whichGuy Harris1-3/+3
compress man pages. svn path=/trunk/; revision=3567
2001-05-22Win32: build text2pcap doco and package it.Gilbert Ramirez2-3/+12
svn path=/trunk/; revision=3435
2001-04-12Improvement of 'make clean' targets.Gilbert Ramirez1-1/+4
svn path=/trunk/; revision=3297
2001-04-10Fix automake packaging of win32-only files.Gilbert Ramirez1-1/+1
svn path=/trunk/; revision=3285
2001-04-05Updates for win32 files to ignore.Gilbert Ramirez1-0/+1
svn path=/trunk/; revision=3260
2001-04-05Remove the 3 types of installation in favor of a "type-less"Gilbert Ramirez2-18/+19
installation. Now the user just gets to select components to install. Provide for installing a Deskstop Icon, too. svn path=/trunk/; revision=3259
2001-04-05Use sed in the Win32 build to place the version in various files.Gilbert Ramirez2-7/+13
We us $(VERSION), defined in the top-level config.nmake, to replace @VERSION@ in various files. $(RC_VERSION) and $(WTAP_VERSION) are similarly used. svn path=/trunk/; revision=3258
2001-04-04Move the comments in nsis/README into nsis/Makefile.nmakeGilbert Ramirez5-9/+15
Have automake package the nsis files into the source tarball. svn path=/trunk/; revision=3256
2001-04-04Packaging files for Win32, using NSIS, the NullSoft Installer, thatGilbert Ramirez4-0/+509
was originally written for WinAmp. See http://www.nullsoft.com/free/nsis/ svn path=/trunk/; revision=3255
2001-01-10Fix up Gerald's e-mail address to be his "ethereal.com" address.Guy Harris1-1/+1
svn path=/trunk/; revision=2859
2000-11-22Change Ethereal homepage URL from etheral.zing.org to www.ethereal.com.Gilbert Ramirez1-1/+1
svn path=/trunk/; revision=2696
2000-11-08Fix type checking for the "i386" platform.Gerald Combs1-7/+1
svn path=/trunk/; revision=2579
2000-07-30Update and add ".cvsignore" files to reduce the level of noise from CVS.Guy Harris3-0/+9
svn path=/trunk/; revision=2179
2000-07-26Remove some "Makefile.in"s that I accidentally committed last night.Gerald Combs3-779/+0
svn path=/trunk/; revision=2166
2000-07-26Actually delete the top ethereal.spec.in and packaging/solaris/* files thisGerald Combs5-362/+0
time. svn path=/trunk/; revision=2163
2000-07-26Switch Solaris package build naming to a more generic SVR4. Add RPM and SRPMGerald Combs10-4/+690
package build targets. Move ethereal.spec(.in) to packaging/rpm. The spec file is different from Henri's. We might want to switch to his for the sake of consistency. svn path=/trunk/; revision=2162
2000-07-22Add support for bulding Solaris binary packages. The distributionGerald Combs7-0/+681
is installed in packaging/solaris.stage, and from there the package is created. The checkinstall script depends on GTK+/Glib residing in /usr/local. svn path=/trunk/; revision=2151