and realism with a specific emphasis on action over realism. Reaction is a
port of the classic Action Quake 2 (AQ2) mod. AQ2 still enjoys great
popularity in online gaming even 4 years after it was initially released and
on an "obsolete" game engine as well. Many people attribute this lasting
popularity to both the unique gameplay and the AQ2 community.
AQ2 is still more popular than any other Q3 realism mod and any other Quake 2
and Quake/QuakeWorld mods. Reaction Quake 3 aims to bring the gameplay of AQ2
to a new, more modern game engine. This mod is made by AQ2 fans and players
specifically for those who love the fast and furious AQ2 gameplay and also to
hopefully expose a new generation of players to this unique gameplay.
WWW: http://www.rq3.com/
PR: ports/93576
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
- Use a PKGNAMESUFFIX to tag package according to the JDK version used (-java11
or -java12)
- Honor NOPORTDOCS and install documentation in ${DOCSDIR}
- Use PORTDOCS to handle documentation plist differences between Java 1.1 and
1.2 implementations
- Use PLIST_FILES (and thus remove pkg-plist)
PR: 97855
Submitted by: hq
Approved by: maintainer timeout
structure and topology of the Internet, with the help of a volunteer community
(similar in spirit to projects such as SETI@Home).
WWW: http://netdimes.org
PR: 96161
Submitted by: Stas Timokhin <stast@bsdportal.ru>
__________________
OOF is designed to help materials scientists calculate macroscopic
properties from images of real or simulated microstructures. It is
composed of two cooperating parts: ppm2oof and oof. ppm2oof reads images
in the ppm (Portable Pixel Map) format and assigns material properties to
features in the image. oof conducts virtual experiments on the data
structures created by ppm2oof to determine the macroscopic properties of
the microstructure. Currently, the programs calculate stresses and
strains, but someday we hope to include thermal, electric, and magnetic
field calculations.
Check the Homepage for online manuals and new versions
WWW: http://www.ctcms.nist.gov/oof/
PR: ports/98601
Submitted by: Pedro F. Giffuni
It can be loaded using code, config file or command line and
will pass any function call by openssl to a PKCS#11 module.
Engine_pkcs11 is meant to be used with smart cards and software
for using smart cards in PKCS#11 format, such as OpenSC.
WWW: http://www.opensc-project.org/engine_pkcs11/
Note: the port requires the OpenSSL installed from ports,
since dynamic engine loading is disabled in base system.
See PR bin/79570 for details.
for using crpytographic tokens such as smart cards and
usb crypto tokens for authentication.
Pam_p11 uses libp11 to access any PKCS#11 module.
It should be compatible with any implementation, but it
is primarely developed using OpenSC.
Pam_p11 implements two authentication modules:
* pam_p11_openssh authenticates the user using his
openssh ~/.ssh/authorized_keys file.
* pam_p11_opensc authenticates the user using
certificates found in ~/.eid/authorized_certificates.
Pam_p11 is very simple, it has no config file, no options
other than the PKCS#11 module file, does not know about
certificate chains, certificate authorities, revocation
lists or OCSP. Perfect for the small installation with no
frills.
WWW: http://www.opensc-project.org/pam_p11/