mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
- Upgraded to Website META Language, Version 1.4.3
- Made "portlint -a" happy ;_)
This commit is contained in:
parent
f85e27784c
commit
d7283fe7be
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8916
@ -1,12 +1,12 @@
|
||||
# New ports collection makefile for: wml
|
||||
# Version required: 1.3.5
|
||||
# Version required: 1.4.3
|
||||
# Date created: 09-Sep-1997
|
||||
# Whom: Ralf S. Engelschall <rse@engelschall.com>
|
||||
#
|
||||
# $Id: Makefile,v 1.7 1997/11/10 11:02:48 rse Exp $
|
||||
# $Id: Makefile,v 1.8 1997/11/14 19:59:09 rse Exp $
|
||||
#
|
||||
|
||||
DISTNAME= wml-1.3.5
|
||||
DISTNAME= wml-1.4.3
|
||||
CATEGORIES= www lang
|
||||
MASTER_SITES= http://www.engelschall.com/sw/wml/distrib/ \
|
||||
ftp://ftp.engelschall.com/sw/
|
||||
@ -21,7 +21,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \
|
||||
CAT1= wml_aux_linklint.1 wml_aux_txt2html.1 \
|
||||
wml_aux_wwwtable.1 wml_p2_mhc.1 wml_p4_gm4.1
|
||||
|
||||
MAN1= wmk.1 wml.1 wml_aux_htmlinfo.1 \
|
||||
MAN1= wmd.1 wmk.1 wml.1 wml_aux_htmlinfo.1 wml_aux_iselect.1 \
|
||||
wml_aux_map2html.1 wml_aux_weblint.1 wml_p1_ipp.1 \
|
||||
wml_p3_eperl.1 wml_p5_divert.1 wml_p6_asubst.1 \
|
||||
wml_p7_htmlfix.1 wml_p8_htmlstrip.1 wml_p9_slice.1
|
||||
@ -37,7 +37,7 @@ MAN3= wml::all.3 wml::des::all.3 wml::des::gfont.3 \
|
||||
wml::std::case.3 wml::std::grid.3 wml::std::href.3 \
|
||||
wml::std::info.3 wml::std::page.3 wml::std::tags.3 \
|
||||
wml::std::toc.3 wml::sup::all.3 wml::sup::hextriple.3 \
|
||||
wml::sup::relpath.3 wml::sup::stack.3 wml::sys::all.3 \
|
||||
wml::sup::path.3 wml::sup::stack.3 wml::sys::all.3 \
|
||||
wml::sys::boot.3 wml::usr::all.3 wml::usr::rse.3
|
||||
|
||||
MAN7= wml_intro.7 wml_tutorial.7 wml_faq.7
|
||||
|
@ -1 +1 @@
|
||||
MD5 (wml-1.3.5.tar.gz) = 5e1b43aa70c77e69d0bdf2b2f49cde3b
|
||||
MD5 (wml-1.4.3.tar.gz) = b604253d668251c47466fb36d92d28e6
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
WML -- Website META Language
|
||||
|
||||
Version 1.3.4 (10-11-1997)
|
||||
Version 1.4.3 (30-11-1997)
|
||||
|
||||
WML is a free HTML generation toolkit consisting of 9 independent languages.
|
||||
The main idea of WML is a sequential filtering scheme where each language
|
||||
|
@ -9,4 +9,3 @@
|
||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||
more details.
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
bin/wmd
|
||||
bin/wmk
|
||||
bin/wml
|
||||
bin/wml_p1_ipp
|
||||
@ -9,6 +10,7 @@ bin/wml_p6_asubst
|
||||
bin/wml_p7_htmlfix
|
||||
bin/wml_p8_htmlstrip
|
||||
bin/wml_p9_slice
|
||||
bin/wml_aux_iselect
|
||||
bin/wml_aux_linklint
|
||||
bin/wml_aux_txt2html
|
||||
bin/wml_aux_wwwtable
|
||||
@ -19,6 +21,7 @@ lib/wml/aux/txt2html.dict
|
||||
lib/wml/aux/weblintrc
|
||||
lib/wml/aux/generated-via-wml-1.gif
|
||||
lib/wml/aux/generated-via-wml-2.gif
|
||||
lib/wml/aux/wmd.txt
|
||||
lib/wml/include/all.wml
|
||||
lib/wml/include/des/all.wml
|
||||
lib/wml/include/des/gfont.wml
|
||||
@ -52,7 +55,7 @@ lib/wml/include/std/tags.wml
|
||||
lib/wml/include/std/toc.wml
|
||||
lib/wml/include/sup/all.wml
|
||||
lib/wml/include/sup/hextriple.wml
|
||||
lib/wml/include/sup/relpath.wml
|
||||
lib/wml/include/sup/path.wml
|
||||
lib/wml/include/sup/stack.wml
|
||||
lib/wml/include/sys/all.wml
|
||||
lib/wml/include/sys/boot.wml
|
||||
@ -94,6 +97,7 @@ lib/wml/perl/lib/site_perl/IO/Seekable.pm
|
||||
lib/wml/perl/lib/site_perl/IO/Dir.pm
|
||||
lib/wml/perl/lib/site_perl/IO/Poll.pm
|
||||
lib/wml/perl/lib/site_perl/IO.pm
|
||||
man/man1/wmd.1.gz
|
||||
man/man1/wmk.1.gz
|
||||
man/man1/wml.1.gz
|
||||
man/man1/wml_p1_ipp.1.gz
|
||||
@ -105,6 +109,7 @@ man/man1/wml_p6_asubst.1.gz
|
||||
man/man1/wml_p7_htmlfix.1.gz
|
||||
man/man1/wml_p8_htmlstrip.1.gz
|
||||
man/man1/wml_p9_slice.1.gz
|
||||
man/man1/wml_aux_iselect.1.gz
|
||||
man/cat1/wml_aux_linklint.1.gz
|
||||
man/cat1/wml_aux_txt2html.1.gz
|
||||
man/cat1/wml_aux_wwwtable.1.gz
|
||||
@ -144,7 +149,7 @@ man/man3/wml::std::tags.3.gz
|
||||
man/man3/wml::std::toc.3.gz
|
||||
man/man3/wml::sup::all.3.gz
|
||||
man/man3/wml::sup::hextriple.3.gz
|
||||
man/man3/wml::sup::relpath.3.gz
|
||||
man/man3/wml::sup::path.3.gz
|
||||
man/man3/wml::sup::stack.3.gz
|
||||
man/man3/wml::sys::all.3.gz
|
||||
man/man3/wml::sys::boot.3.gz
|
||||
|
Loading…
Reference in New Issue
Block a user