Certificate Enrollment Protocol). SSCEP is designed for OpenBSD's isakmpd,
but it will propably work with any Unix system with a recent compiler and
OpenSSL toolkit libraries installed.
PR: ports/77595
Submitted by: Vsevolod Stakhov <vsevolod(at)highsecure.ru>
inspection of src/contrib/gnu/crtstuff.c it seems it's the same as
crtbegin.o, so make a symlink for it. At least linking a "Hello World"
program with -static produces a working executable now.
Noticed by: Niklas Sorensson <nik@cs.chalmers.se>
by some other port.
We lose the ability to _compile_ linux programs with Mesa3 support by
specifying "-lGL -lGLU", but someone who needs to do this can use
"-lMesaGL -lMesaGLU" instead (or come up with a better solution).
Noticed by: pointyhat
This is a version of UAE, the Ubiquitous Amiga Emulator, with an
emulation core based on WinUAE 0.8.27. It attempts to bring many of
the great features of WinUAE to non-Windows platforms.
PR: ports/74717
Submitted by: Miguel Mendez <flynn at energyhq.es.eu.org>
Monit is a utility for managing and monitoring processes,
files, directories, devices and network services on a Unix system.
Monit conducts automatic maintenance and repair and can execute
meaningful causal actions in error situations.
monit supports:
* Daemon mode - poll services at a specified interval
* Group and manage groups of services, service dependencies
* Logging - syslog or own logfile
* Alert, start, stop and restart of services based on it's
* characteristics
* MD5 and SHA1 checksums
* Runtime Unix socket and TCP/IP port checking (tcp and udp)
* Process status, timeout, memory and cpu usage, etc.
* Device usage monitoring (inodes and space)
* File monitoring (timestamp, checksum, permission, owner, etc.)
* Directory monitoring (timestamp, permission, owner, etc.)
* Remote network services monitoring (ping, response time,
* protocol, etc.)
* System load average monitoring
* Flexible and customizable email alert messages and notifications
* Protocol verification such as HTTP, FTP, SMTP, POP, IMAP, NNTP,
* etc.
* A HTTP interface with XML output option
PR: ports/75811
Submitted by: Martin Pala <martinp at tildeslash.com>
to be ${LOCALBASE}/src/portbld, which is created by the port during
installation. Don't use ${LOCALBASE}/src/redhat as the default as
its not created by the port by default and is inappropriate for
FreeBSD.
Its quite likely ${LOCALBASE}/src/rpm is a better choice, but that
requires more work than I have time for right now.
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
This ensures that this command is run before the files in the package
are deleted (which is necessary for it to correctly delete the symbolic
links created by registervm).
Approved by: phantom (maintainer)
hack would only work after the port has already been built, but not when
starting fresh over. Sigh. You still get the (compressed) regular pages, though.
- Install stripped demos
- Install in DATADIR=${JAVASHAREDIR}/${PORTNAME}
- Use %%DATADIR%%
- Add $FreeBSD$ tags
- Tweak COMMENT to calm portlint (and remove redundant port name from it)
- Improve launcher shell script (update to javavmwrapper 2.0) and use SUB_FILES
- Minor cosmetic improvements
5k of plist's size by collecting entries in a saner way. Work around
'argument list too long' when compressing man pages by ... not compressing
the 36 files.
Independently run into by: Simon Barner
McStas is an ongoing project to create a general tool for simulating neutron
scattering instruments. The project is conducted at Risoe National Laboratory
in cooperation with the ILL.
McStas is based on a compiler that reads a high-level specification language
defining the instrument to be simulated and produces C code that performs the
Monte Carlo Simulation.
WWW: http://neutron.risoe.dk/
PR: ports/66031
Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de>
Just what you always wanted. Hardcore quake fanatics can
now enjoy their favorite game in a 64x64 window!
PR: ports/76352
Submitted by: Ulrich Spoerlein <q@uni.de>
- Project moved to a new home - update MASTER_SITES and WWW line
- Install scripts into ${DATADIR}
- Utiltize new SUB_FILES mechanism for pkg-message pattern substitution
- Clarify description in pkg-descr
Prompted by: pointyhat via kris