effort, LCLint can be used as a better lint. If additional effort is
invested adding annotations to programs, LCLint can perform stronger
checks than can be done by any standard lint.
Check the LCLint home page at
http://larch-www.lcs.mit.edu:8001/larch/lclint/
Closes-PR: ports/1646
Submitted by: Stefan Moeding <moeding@bn.DeTeMobil.de>
libgdbm for executor
libxforms for mtv (mpeg player)
/etc/nsswitch.conf for netscape (tcl/tk plugin works!)
symlinks libg++.so.27 -> libg++.so.26
libstdc++.so.27 -> libstd++.so.26 for Xing Streamworks player
(1) MANLANG is now a list (defaulting to ""), so if you have English
and Japanese-EUC versions of the manpages, you can say something
like `MANLANG= "" ja_JP.EUC' and manpage compression will DTRT.
(2) Add new variables MAN%cPREFIX (where %c=[1-9LN]) which default to
MANPREFIX (which defaults to PREFIX), to specify per-section
prefixes. In particular, this handles the cases in many perl
ports, which install man1pages into man/man1 and man3pages into
lib/perl5/man/man3.
Note these modifications won't change the behavior of existing
variables used in previously-approved ways, so any Makefile that
worked before will still continue to work.
(1) Print out reason when port is ignored because of NO_CDROM,
RESTRICTED, IS_INTERACTIVE, (not) IS_INTERACTIVE, BROKEN,
REQUIRES_MOTIF or NO_PACKAGE.
Submitted by: obrien
(2) Add new special file in pkg/: DISPLAY. (Cf. man pkg_create)
(3) Minor bugfix in clean-depends target, which sometimes executed
"make clean" in the current directory. (Which is probably ok, but
is wrong nonetheless.)
to print vietnames text on PostScript printer on Unix machines using
various Type-1 fonts supplied by TriChlor and the Courier fonts from
the vnpstext package.
send/receive files over a dial-in serial port. And they do one thing
and only one thing -- transmit files. They don't do file conversions,
they don't do remote commands, or any of that other stuff.
It is composed by the following utilities:
cinfo, cinfoc and cinfodc - C language documentation tools
cdecl and cundecl - decode and encode C type declarations
cobfusc - make a C source file unreadable but compilable
chilight - highlight C source files with colors
yyextract - extract grammar rules from yacc grammar
yyref - yacc grammar reference program
Submitted by: Sandro Sigala <ssigala@globalnet.it>
for charge is prohibited, no modification allowed.)
Various cleanups include:
List mmv.pch.Z as PATCHFILES instead of DISTFILES.
Put full path to the MASTER_SITES.
Instead of editing mmv.pch with scripts/makeitapatch, pass the name of
the file to be patched to the patch command via PATCH_DIST_ARGS.
Above three changes made do-fetch: & pre-clean:targets defined in this
Makefile unnecessary.
Call scripts/unshar via /bin/sh instead of giving it the execution bit in
pre-extract: target.
ln -> ln -fs
rm -> ${RM}
Use ${INSTALL_PROGRAM} and ${INSTALL_MAN}.
Use MAN1 var to compress the man page.
Reviewed by: asami