Hi all,

I've packaged a few of the programs that I've gotten to work under OS
X, and according to the fink-devel description, this is the place to
post the package descriptions to get them added to Fink.  I've been
pretty careful to make sure they are well-behaved, so I don't expect
any problems (except perhaps non-canonical Depends fields).

BTW, a small typo in the packaging manual: in section 5.2, the
description of the CustomMirror field contains the wrong delimeter for
the here-document syntax.  It should be << rather than >>.

The package descriptions included, and the directories I expect them
to inhabit, are:

  vice-1.7-1.info        x11
  sml-mode-3.9.5-1.info  editors
  auctex-10.0g-1.info    editors

Thank you all for your work on Fink!


Matthew

----------

Package: vice
Version: 1.7
Revision: 1
Maintainer: Matthew Harris <[EMAIL PROTECTED]>
Depends: gtk+, gnome-libs, esound, xfree86-base
Source: ftp://ftp.funet.fi/pub/cbm/crossplatform/emulators/VICE/%n-%v.tar.gz
DocFiles: AUTHORS BUGS COPYING ChangeLog FEEDBACK INSTALL NEWS README TODO
SetCFLAGS: -g -Wall -O3 -finline-functions
SetCPPFLAGS: -no-cpp-precomp
UpdateConfigGuess: true
ConfigureParams: --infodir=%i/share/info --mandir=%i/share/man --enable-gnomeui
CompileScript: RANLIB="ranlib -s" ./configure %c
 make
InstallScript: make install prefix=%i docdir=%i/share/doc/vice
InfoDocs: vice.info
Description: Versatile Commodore Emulator
DescDetail: <<
VICE is a set of accurate emulators for the Commodore 64, 128, VIC20,
PET and CBM-II 8-bit computers, all of which run under the X Window
System.
<<
DescPort: <<
Apple's ld complains if we don't use ranlib -s to sort libs.  We need
-no-cpp-precomp or else src/drive/drivecpu.c fails to compile.  We
need our own CFLAGS because -O5 isn't supported by Apple's gcc.
<<
License: GPL
Homepage: http://www.cs.cmu.edu/~dsladic/vice/vice.html


Package: sml-mode
Version: 3.9.5
Revision: 1
Maintainer: Matthew Harris <[EMAIL PROTECTED]>
Depends: emacs (>= 20) | xemacs (>= 21)
Source: mirror:custom:%n-%v.tar.gz
CustomMirror: <<
 Primary: ftp://flint.cs.yale.edu/pub/monnier/sml-mode/
 Secondary: ftp://ftp.research.bell-labs.com/dist/smlnj/contrib/emacs/
<<
DocFiles: BUGS ChangeLog INSTALL NEWS README TODO
CompileScript: make elcfiles info
InstallScript: mkdir -p %i/share/emacs/site-lisp %i/share/info
 make install_elc install_el lispdir=%i/share/emacs/site-lisp
 cp *.info* %i/share/info
InfoDocs: sml-mode.info
Description: Emacs mode for editing Standard ML source code
DescDetail: <<
SML-MODE is a major Emacs mode for editing Standard ML. It provides
syntax highlighting and automatic indentation and comes with sml-proc
which allows interaction with an inferior SML interactive loop.
<<
DescPort: <<
Users can make use of this by adding
(load "sml-mode/sml-mode-startup") to their .emacs files.
<<
License: GPL
Homepage: http://cm.bell-labs.com/cm/cs/what/smlnj/software.html#contrib


Package: auctex
Version: 10.0g
Revision: 1
Maintainer: Matthew Harris <[EMAIL PROTECTED]>
Depends: emacs, tetex | tetex-texmf
Source: ftp://sunsite.dk/packages/auctex/%n-%v.tar.gz
DocFiles: CHANGES COPYING ChangeLog INSTALLATION IRIX PROBLEMS README
CompileScript: make
InstallScript: mkdir -p %i/share/emacs/site-lisp %i/share/info
 make install lispdir=%i/share/emacs/site-lisp
 sed -e 's#@AUCDIR#%p/share/emacs/site-lisp/auctex/#' tex-site.el >| 
%i/share/emacs/site-lisp/tex-site.el
 make install-info infodir=%i/share/info
InfoDocs: auctex
Description: An integrated environment for editing LaTeX and TeX files
DescDetail: <<
AUC TeX is a comprehensive customizable integrated environment for
writing input files for LaTeX using GNU Emacs.
<<
DescPort: <<
Users can enable AUC TeX by adding (require 'tex-site) to their .emacs
files.
<<
License: GPL
Homepage: http://mirrors.sunsite.dk/auctex/www/auctex/

_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to