SinFP is a new approach to OS fingerprinting, which bypasses
limitations that nmap has.
Nmap approaches to fingerprinting as shown to be efficient for years.
Nowadays, with the omni-presence of stateful filtering devices,
PAT/NAT configurations and emerging packet normalization technologies,
its approach to OS fingerprinting is becoming to be obsolete.
SinFP uses the aforementioned limitations as a basis for tests to be
obsolutely avoided in used frames to identify accurately the remote
operating system. That is, it only requires one open TCP port, sends
only fully standard TCP packets, and limits the number of tests to 2
or 3 (with only 1 test giving the OS reliably in most cases).
WWW: http://www.gomor.org/sinfp
- Replace the build system to hand-written configure/Makefile
- Mark it as BROKEN on 4.x: does not compile
PR: ports/101961
Submitted by: Anish Mistry <amistry at am-productions.biz>
Approved by: Filippo Natali" <filippo.natali at gmail.com> (maintainer)
Crystal Entity Layer (CEL) is a game entity layer based on Crystal Space.
It makes it easier for game developers to create games based on Crystal Space.
CEL can optionally be used together with Python or other scripting languages
(devel version)
WWW: http://cel.crystalspace3d.org/
Repocopied by: marcus
Approved by: garga (mentor)
Crystal Space is a free (LGPL) and portable 3D Game Development Kit written in
C++. It supports: true six degrees of freedom, colored lighting, lightmapped
and stencil based lighting, shader support (CG, vertex programs, fragment
programs, ...), mipmapping, portals, mirrors, alpha transparency, reflective
surfaces, 3D sprites (frame based or with skeletal animation using cal3d
animation library), procedural textures, particle systems, halos, volumetric
fog, scripting (using Python, Perl, Java, or potentially other languages),
16-bit and 32-bit display support, OpenGL, and software renderer, font support
(also with freetype), hierarchical transformations, physics plugin based on ODE
(devel version)
WWW: http://www.crystalspace3d.org
Repocopied by: marcus
Approved by: garga (mentor)
based table creation and editing feature. With this package Emacs is
capable of editing tables that are embedded inside a document, the
feature similar to the ones seen in modern WYSIWYG word processors. A
table is a rectangular text area consisting from a surrounding frame
and content inside the frame. The content is usually subdivided into
multiple rectangular cells, see the actual tables used below in this
document. Once a table is recognized, editing operation inside a table
cell is confined into that specific cell's rectangular area. This
means that typing and deleting characters inside a cell do not affect
any outside text but introduces appropriate formatting only to the
cell contents. If necessary for accommodating added text in the cell,
the cell automatically grows vertically and/or horizontally.
WWW: http://table.sourceforge.net/
PR: ports/102323
Submitted by: Denis Shaposhnikov <dsh at vlink.ru>
Crystal Space is a free (LGPL) and portable 3D Game Development Kit written in
C++. It supports: true six degrees of freedom, colored lighting, lightmapped
and stencil based lighting, shader support (CG, vertex programs, fragment
programs, ...), mipmapping, portals, mirrors, alpha transparency, reflective
surfaces, 3D sprites (frame based or with skeletal animation using cal3d
animation library), procedural textures, particle systems, halos, volumetric
fog, scripting (using Python, Perl, Java, or potentially other languages),
16-bit and 32-bit display support, OpenGL, and software renderer, font support
(also with freetype), hierarchical transformations, physics plugin based on ODE
(devel version)
WWW: http://www.crystalspace3d.org
Repocopied by: marcus
Approved by: garga (mentor)
Surblhost is a small program to see if hostnames are listed in the Spam
URI Realtime Blocklists (SURBL).
Hosts that are blacklisted means that global spam email have been reported
to contain links to these hosts.
Many popular spam email filters use these lists to identify spam email,
but this program makes it possible to use the lists for any conceivable
purpose, such as filtering out bad hosts from URL redirection, and so on.
WWW: http://surblhost.sourceforge.net/
- Fixes some problems with games/linux-warsow and games/warsow-data, now
we can install games/warsow and games/linux-warsow at the same place.
Submitted by: me
Approved by: maintainer timeout (16 days), garga (mentor)
- Take maintainership
- Use Makefile.bsdg instead of Makefile.bsd
- Add/Remove patch-Makefile.bsdg/bsd files
- Add patch-sound.c, the sound.c file is using deprecated functions of alut
- Remove pkg-plist, now ,it isn't necessary
Approved by: garga (mentor)
The utility DirComp compares two directories (and - if specified - their
subdirectories), where the comparison can be done both by existence and
by date (of change) or contents. This comparison can be limited to
certain files and and/directories matching specified name- or time-of-
change restrictions.
http://dircomp.sourceforge.net/