- Version bump 9.1 -> 13
(it is only Debian specific change and won't bother us.)
Thanks for giving me advice to: ISHIKAWA Mutsumi <ishikawa@linux.or.jp>
few weeks ago. Unfortunately, I can't update the port completely since
there are some complications (such as requiring kdelibs2, which I haven't
upgraded yet), so I'm reverting this to andy's old Makefile.
This should teach me to commit in unclean checkouts. ;-)
Quickly noticed by: will, kkenn
morphing/warping program akin to xmorph, with some nice features,
like MPEG video creation.
PR: 14379
Submitted by: Tobias Reifenberger <treif@mayn.de>
portlint port passing portlint)
New portlint features:
* Allow pkg/COMMENT to start with a digit
* Warn about .la files in pkg/PLIST
* Better support for comments in the Makefile
- fixes the section off by 1 error
(DISTNAME needs to exist, and so on, when it does)
* don't report "FATAL: no MAINTAINER listed in Makefile" when it does exist
* other random minor bug fixes
the port is now %Y%d%m, so this release is tidy-20000113. The previous
format did not increase monotonically.
A significant change is the manual page correctly becoming a manpage,
where in the last release it was a diff (!). Further release notes
can be found within, or at
http://www.w3.org/People/Raggett/tidy/release-notes.html
+ CFLAGS received appropriate respect
+ X11BASE now used insted of PREFIX in -I and -L compiler directives
+ pkg/DESCR slightly modified to reflect Nedit's LessTif frindiness
PR: ports/17457
Submitted by: Maxim Sobolev <sobomax@altavista.net>
I'll take care of other ports depending on this pending maint approval.
Changes:
1) Update rxvt website URL (badly needed).
2) Remove pkg/PLIST - Makefile inconsistency regarding chmod.
* Added ACK scanning. This scan technique is great for testing firewall
rulesets. It can NOT find open ports, but it can distinguish between
filtered/unfilterd by sending an ACK packet to each port and waiting for
a RST to come back. Filtered ports will not send back a RST (or will
send ICMP unreachables). This scan type is activated with -sA .
* Documented the Window scan (-sW)
* "Protocol" field in output eliminated. It is now printed right
next to the number (/etc/services style). Like "22/tcp".
* Added --resume option to continue a large network scan where you left off.
It also allows you to start and stop for policy reasons