Hi I would like to contribute and maintain the xemacs package:
* http://xemacs.org/ (Homepage) * http://ftp.us.xemacs.org/ftp/pub/ (Download location) and also the accompanying packages xemacs-sumo/xemacs-mule-sumo: * http://xemacs.org/Develop/packages.html (Homepage) * ftp://ftp.xemacs.org/pub/xemacs/packages/ (Download location) This build uses the SHARED build of the openldap package ITPed earlier * http://cygwin.com/ml/cygwin-apps/2004-01/msg00003.html and additionally files in common with the emacs package and the ctags package are in their own packages now. !!!!!!!!!!! The whole download is about 70 MB !!!!!!!!!!!!! Please review and test. Ciao Volker ************************************************************************* Here is the setup.hint file for xemacs: sdesc: "A powerful, highly customizable open source text editor and application development system" ldesc: "XEmacs is a powerful, highly customizable open source text editor and application development system, with full GUI support. It is protected under the GNU Public License and related to other versions of Emacs, in particular GNU Emacs. Its emphasis is on modern graphical user interface support and an open software development model, similar to Linux. XEmacs has an active development community numbering in the hundreds (and thousands of active beta testers on top of this), and runs on all versions of MS Windows, on Linux, and on nearly every other version of Unix in existence. Support for XEmacs has been supplied by Sun Microsystems, University of Illinois, Lucid, ETL/Electrotechnical Laboratory, Amdahl Corporation, BeOpen, and others, as well as the unpaid time of a great number of individual developers." category: Editors Interpreters requires: cygipc cygwin expat lesstif libdb4.1 libfontconfig1 libfreetype26 libiconv2 libintl2 libjpeg62 libncurses7 libopenldap2 libpng12 libtiff4 openssl postgresql XFree86-bin zlib ************************************************************************* Here is the setup.hint file for xemacs-tags: sdesc: "etags and ctags programs and man pages from the xemacs distribution" ldesc: "etags and ctags programs and man pages from the xemacs distribution" category: Editors requires: cygwin xemacs ************************************************************************* Here is the setup.hint file for xemacs-emacs-common: sdesc: "Programs in common with the emacs package" ldesc: "Programs in common with the emacs package" category: Editors requires: cygwin xemacs ************************************************************************* Here is the setup.hint file for xemacs-sumo: sdesc: "XEmacs standard packages" ldesc: "XEmacs standard packages" category: Editors requires: cygwin xemacs ************************************************************************* Here is the setup.hint file for xemacs-mule-sumo: sdesc: "XEmacs MULE (MUlti Lingual Emacs) packages" ldesc: "XEmacs MULE (MUlti Lingual Emacs) packages" category: Editors requires: cygwin xemacs -------------------------------- cut here ------------------------------------ #!/bin/bash mkdir -p xemacs/xemacs-sumo xemacs/xemacs-mule-sumo xemacs/xemacs-emacs-common xemacs/xemacs-tags cd xemacs wget http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/xemacs/setup.hint wget http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/xemacs/xemacs-21.4.14-1-src.tar.bz2 wget http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/xemacs/xemacs-21.4.14-1.tar.bz2 cd xemacs/xemacs-tags wget http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/xemacs/xemacs-tags/setup.hint wget http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/xemacs/xemacs-tags/xemacs-tags-21.4.14-1.tar.bz2 cd ../xemacs-emacs-common wget http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/xemacs/xemacs-emacs-common/setup.hint wget http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/xemacs/xemacs-emacs-common/xemacs-emacs-common-21.4.14-1.tar.bz2 cd ../xemacs-mule-sumo wget http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/xemacs/xemacs-mule-sumo/setup.hint wget http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/xemacs/xemacs-mule-sumo/xemacs-mule-sumo-2003-11-13-1-src.tar.bz2 wget http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/xemacs/xemacs-mule-sumo/xemacs-mule-sumo-2003-11-13-1.tar.bz2 cd ../xemacs-sumo wget http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/xemacs/xemacs-sumo/setup.hint wget http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/xemacs/xemacs-sumo/xemacs-sumo-2003-11-13-1-src.tar.bz2 wget http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/xemacs/xemacs-sumo/xemacs-sumo-2003-11-13-1.tar.bz2 -------------------------------- cut here ------------------------------------
