Ticket #1952: Portfile

File Portfile, 1.3 KB (added by arsptr@…, 20 years ago)

The portfile - all that is needed

Line 
1# $Id: $
2PortSystem        1.0
3
4name              psgml
5version           1.3.1
6categories        editors textproc
7maintainers       arsptr@swiftdsl.com.au
8
9description       XML/SGML editing mode for emacs
10
11long_description  Emacs is an advanced and extensible editor. A Major Mode customizes Emacs for \
12                  editing text of a particular sort. PSGML is a major mode for SGML documents. \
13                  \
14                  PSGML has several functions for editing SGML documents.  Indentation according to \
15                  element nesting depth and identification of structural errors (but it is not a \
16                  validating SGML parser).  Menus and commands for inserting tags with only the \
17                  contextually valid tags. Attribute values can be edited in a separate window with \
18                  information about types and defaults. Structure based editing includes movement \
19                  and killing\; and also several commands for folding editing.
20
21homepage          http://www.lysator.liu.se/projects/about_psgml.html
22master_sites      ftp://ftp.lysator.liu.se/pub/sgml/ALPHA/
23
24checksums         md5 0c92aac8ef9f8053f062d89216bfbcb9
25
26depends_build     bin:emacs:emacs
27
28destroot.destdir  prefix=${destroot}${prefix} lispdir=${destroot}${prefix}/share/emacs/site-lisp/${name}