Commit graph

188448 commits

Author SHA1 Message Date
Andrew Pantyukhin
c676ffdec5 - Update to 3.0.6 (noop mostly) 2007-12-18 10:42:08 +00:00
Beech Rintoul
cd8375131c - Update to 1.3.1b
Submitted by:	Jonas Kvinge <jonas@emptyglass.night-light.net>	(maintainer)
Approved by:	linimon (mentor)
2007-12-18 08:22:10 +00:00
Beech Rintoul
d9669b026a - Minor tweaks and adopt port
Approved by:	linimon (mentor)
2007-12-18 07:34:09 +00:00
Maho Nakata
e7102d86ec Mark as broken. It depends on math/atlas which is problematic,
and waiting for SDPA7.
2007-12-18 05:06:52 +00:00
Maho Nakata
1e3dd42b3f Update to SRC680_m240. 2007-12-18 03:06:02 +00:00
Alejandro Pulver
5ee38392c3 - Remove DEPRECATED, keep BROKEN and note it needs FreeBSD 7 and new
linux_compat before being able to work (because its dependencies need them).
2007-12-18 02:19:13 +00:00
Vanilla I. Shu
ef7926ed6d Add netembryo 0.0.4, a network abstraction library used by for feng,
libnemesi, felix.

PR:		ports/117920
Submitted by:	Emmanuel Richiardone (err at tollari.org)
2007-12-18 01:53:16 +00:00
Vanilla I. Shu
37b5b6985d Add bufferpool 0.0.1, bufferpool - the memory management library Feng
and Felix depend upon.

PR:		ports/117919
Submitted by:	Emmanuel Richiardone (err at tollari.org)
2007-12-18 01:51:04 +00:00
Martin Wilke
efe04f57c4 - Update to 0.96.4
PR:		118420
Submitted by:	Jonas Sonntag <jonas@schiebtsich.net> (maintainer)
2007-12-18 00:25:40 +00:00
Martin Wilke
229ea01b19 - Update to 1.13 (fix pointyhat build)
- Pass maintainership to submitter

PR:		118786
Submitted by:	Pietro Cerutti <gahr@gahr.ch>
2007-12-18 00:19:10 +00:00
Martin Wilke
e4d6a9face - Update to 3.2.1
Submitted by:	Gerrit Beine (maintainer via private mail)
2007-12-18 00:05:15 +00:00
Martin Wilke
0831ecd820 - Update to 1.0.0
Submitted by:	Gerrit Beine (maintainer via private mail)
2007-12-18 00:03:55 +00:00
Martin Wilke
d7fb2444c7 - Mark deprecated (no longer supported)
Submitted by:	Gerrit Beine (maintainer via private mail)
2007-12-18 00:01:50 +00:00
Martin Wilke
9cd9823e0e - Update to 1.8.2
Approved by:	maintainer implicit
2007-12-17 23:59:49 +00:00
Martin Wilke
76acbb5436 - Update to 0.4.2- Update to 0.4.2 2007-12-17 23:57:17 +00:00
David E. O'Brien
6c68b8f39d Update to patchlevel 33.
PR:		118728
Submitted by:	bf <bf2006a@yahoo.com>
2007-12-17 23:48:06 +00:00
Boris Samorodov
82935d68fe Update to version 0.16.21. Change log since 0.16.20:
. fixed a regression in exporting printable output of search result list.
2007-12-17 23:30:12 +00:00
Martin Wilke
ad83624b21 The European Installation Bus (EIB) is a field bus system for home and building
automation. This package contains the EIBnet/IP tunneling and routing daemon
which is part of the BCU SDK. It provides access to an EIB bus over TCP/IP and
Unix domain sockets.

WWW: http://www.auto.tuwien.ac.at/~mkoegler/index.php/eibd

PR:		ports/118471
Submitted by:	Björn König <bkoenig at alpha-tierchen.de>
2007-12-17 23:29:05 +00:00
Boris Samorodov
8fafddb8d0 . home page of the project changed;
. while I'm here: use my FreeBSD.org email.
2007-12-17 23:27:36 +00:00
Martin Wilke
29ce0879fd GNU pth is a user mode multi threading library. pthsem is an extend
version, with support for semaphores added. It can be installed parallel
to a normal pth. The header file is called pthsem.h, the configuration
programm pthsem-config and the autoconf macro AC_CHECK_PTHSEM. If
references to one of these names are changed, pthsem can be used as an
replacement of GNU pth.

WWW: http://www.auto.tuwien.ac.at/~mkoegler/index.php/pth

PR:		ports/118471
Submitted by:	Björn König <bkoenig at alpha-tierchen.de>
2007-12-17 23:20:34 +00:00
Martin Wilke
8bdec285c3 - Update to 3.4.2
Submitted by:	Nikolay Pavlov <qpadla@gmail.com> (maintainer via private mail)
2007-12-17 22:48:07 +00:00
Brooks Davis
3f79b7d142 Upgrade to Ganglia 3.0.6.
Release 3.0.5 contained minor bug fixes.  3.0.6 corrects XSS
vulnerabilities in the webfrontend.

Security:	 vid:fee7e059-acec-11dc-807f-001b246e4fdf
2007-12-17 22:24:48 +00:00
Jeremy Messenger
7847cdfce8 Fix the build with new gtk20.
PR:		ports/117624, ports/117629 and ports/117768
Reported by:	Ralph Zitz <ralph@imada.sdu.dk>,
		Randy Pratt <bsd-unix@embarqmail.com>
		Kyryll A Mirnenko <mirya@zoc.com.ua>
2007-12-17 21:08:50 +00:00
David Thiel
e3d5cc63aa Add a mirror, as the master site seems broken. 2007-12-17 20:34:17 +00:00
Edwin Groothuis
4ed8e97ed0 XORSearch
XORSearch is a program to search for a given string in an XOR or
ROL encoded binary file. An XOR encoded binary file is a file where
some (or all) bytes have been XORed with a constant value (the key).
A ROL (or ROR) encoded file has it bytes rotated by a certain number
of bits (the key). XOR and ROL/ROR encoding is used by malware
programmers to obfuscate strings like URLs.

XORSearch will try all XOR keys (0 to 255) and ROL keys (1 to 7)
when searching. I programmed XORSearch to include key 0, because
this allows to search in an unencoded binary file (X XOR 0 equals
X).

If the search string is found, XORSearch will print it until the 0
(byte zero) is encountered or until 50 characters have been printed,
which ever comes first. 50 is the default value, it can be changed
with option -l. Unprintable characters are replaced by a dot.

WWW: http://blog.didierstevens.com/programs/xorsearch/
Author: Didier Stevens
2007-12-17 20:33:59 +00:00
Kirill Ponomarev
5c3719104a Add missing x11/luit dependency.
PR:		ports/118211
Submitted by:	Yoshihiro Ota <ota@j.email.ne.jp>
2007-12-17 19:35:36 +00:00
Alejandro Pulver
118779596b Legends is a fast-paced first-person-perspective online multiplayer game
released as freeware (software license). The game is designed to take
advantage of the beautiful environments available from the Torque engine it is
based on, while still offering the breakneck pacing and variety of styles
available from such classics as Quake and Tribes.

Gameplay is not the strafe-strafe-jump-strafe-shoot-strafe-run-like-hell style
a lot of games espouse; the addition of a jetpack adds a third dimension of
mobility that makes skill, forethought, and restraint necessities to winning.

Team sizes are ideal between 10 and 15 on each side, and the network code
allows 56k upwards to play smoothly. Game type offerings range from the
classic Capture the Flag, Deathmatch and Duel to our own new types, e.g..
'War'.

Plenty of maps are provided by us, but the beauty of this game is its
customization possibilities. Mission creation has never been easier, with a
stable, full-featured editor integrated into the game engine itself. Skins,
models, and effects can all be modified by the end-user with commonly
available tools. The game has an Autodownload feature which means you never
have to leave the game to join new user created Client-Side and Server-Side
missions.

WWW:	http://legendsthegame.net/
2007-12-17 18:34:07 +00:00
Andrew Pantyukhin
6f57571dca - Update to 1.4.4 (bugfix-only)
Release notes:	http://www.zabbix.com/rn1.4.4.php
2007-12-17 18:27:53 +00:00
Alejandro Pulver
f413946144 Open Dylan compiles to native code and has a full-featured IDE including an
incremental development mode, browsing of runtime objects, remote debugging,
etc. Open Dylan currently only runs on the x86 platform and the IDE does not
yet run on the Linux version. Open Dylan is in many ways a mature
implementation. If you are new to the language, choose Open Dylan if you can.

WWW:	http://www.opendylan.org/
2007-12-17 18:24:15 +00:00
Alejandro Pulver
ed021df9c9 Odamex is a free and open source port for the classic first-person-shooter
Doom. Odamex's goal is to emulate the feel of and retain many aspects of the
original Doom executables while offering a broader expanse of security
features, personal configuration, gameplay options, and editing features.
Odamex can run on a wide range of operating systems and hardware, so players
should be able to play on almost any platform. Features:

* The popular ZDoom 1.22 core engine and CSDoom 0.62 core netcode.
* Compatability with many major operating systems, including Windows, Linux,
  FreeBSD and Mac OSX.
* Core gameplay modeled on the original doom2.exe.
* Streamlined WAD loading, allowing the server and clients to load WAD files
  on the fly without needing to restart the client or server.
* Compatability with Boom, MBF and CTF Standard maps.
* Deathmatch, Cooperative, Team Deathmatch and CTF gametypes.
* Jumping, Mouselook and other non-standard features available as server-side
  options.
* Comprehensive cheat and exploit countermeasures.
* An open source code base licensed under the GPL, available for anyone to
  examine, compile, or modify to their liking.

WWW:	http://odamex.net/
2007-12-17 18:16:37 +00:00
Alejandro Pulver
5cf1286163 The EDGE project is a programming project to develop a DOOM style engine aimed
at the Total Conversion developer, but still able to play the original DOOM
games. This project started with the DOOM source released by id software.

Note that it currently does not support playing the original MIDI music, but
supports OGG Vorbis audio files.

For Total Conversions using Edge see:
http://www.wadsinprogress.info/

For high resolution textures see:
http://forums.yaa.dk/viewtopic.php?f=32&t=69

WWW:	http://edge.sourceforge.net/
2007-12-17 17:53:59 +00:00
Lars Thegler
e824eca3a7 Update to 2.134 2007-12-17 17:37:13 +00:00
Lars Thegler
05c03bb042 Update to 1.07 2007-12-17 17:33:06 +00:00
Lars Thegler
e50dc98938 Update to 0.11 2007-12-17 17:30:57 +00:00
Lars Thegler
175539fb78 Update to 2.27 2007-12-17 17:28:30 +00:00
Alejandro Pulver
23e5f60e39 - Update to version 1.1120.
- Use @exec/@unexec directives in pkg-plist to handle symlinks.
- Remove the note about fuse_load="YES" in /boot/loader.conf since now there
  are more than good reasons for using the rc.d script (see fusefs-kmod).
- Clarify note in pkg-message about EAGAIN problem.
2007-12-17 17:25:30 +00:00
Alejandro Pulver
b9e3656f2e - Bump PORTREVISION.
- Add checks in rc.d scripts to avoid "double" loading/unloading.
- Add patch-fuse_io.c (fix from
  http://mercurial.creo.hu/repos/fuse4bsd-hg/?rev/d7bf90a8cc85).
- Handle "nonempty" option by ignoring it, used by ntfs-3g
  (http://mercurial.creo.hu/repos/fuse4bsd-hg/?rev/aef999f12049).
- In the rc.d script unmount FUSE filesystem in the "stop" command, in reverse
  order in case the mounts are nested, waiting one second after each. This is
  a temporary workaround for umount returning before the cache has been
  flushed (which causes for example files not being written to the disk), a
  proper solution is being worked on.
- Add note in pkg-message about "stop" rc.d command unmounting FUSE
  filesystems.

PR:		ports/118758
Submitted by:	alepulver (myself)
Approved by:	Anish Mistry <amistry@am-productions.biz> (maintainer)
2007-12-17 17:22:09 +00:00
Yen-Ming Lee
6104532c6e - Update to 0.22
PR:		117402
Submitted by:	leeym
Approved by:	maintainer
2007-12-17 17:13:56 +00:00
Sergey Matveychuk
4ead770c95 dhcprelya is a light DHCP relay agent written for Yandex company for
high loaded routers with tens interfaces and thousands hosts behind them.

It's fast and does not depend on any side library. Some ideas was
taken from Edwin's dhcprelay (net/dhcprelay) which has some shortages.

It's distributed under BSD license.
2007-12-17 16:41:50 +00:00
Sergey Matveychuk
bbadbdebdc - ptypes library bump.
Noted by:	pav
2007-12-17 15:37:10 +00:00
Thomas Abthorpe
ca74c7b91d - Utilize SF macro
- Pass maintainership to submitter

PR:		ports/118777
Submitted by:	Philippe Audeoud <jadawin tuxaco.net>
2007-12-17 15:21:11 +00:00
Pav Lucistnik
c12182e190 A fully automatic Morse code teaching machine. Teaches you to receive
Morse code. It starts with a few letters and adds more when it sees that
you are ready. The program won't teach you to send code. It runs in X Window.
Built with the Fast Light ToolKit(fltk) and the Simple Directmedia Layer(SDL).

It need to be compiled on X Window term for the reason fluid(fltk) need to.

WWW: http://c2.com/morse

PR:		ports/118235
Submitted by:	Sunry Chen <sunrychen@gmail.com>
2007-12-17 14:53:38 +00:00
Pav Lucistnik
2e3ed20300 - Mark IGNORE on FreeBSD >= 700017
PR:		ports/118489
Submitted by:	Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> (maintainer)
2007-12-17 14:29:09 +00:00
Anton Berezin
5bffa76631 Add databases/p5-Cache-Memcached-Fast, a fast Perl client for
memcached, a distributed memory cache daemon.
2007-12-17 11:44:37 +00:00
Pav Lucistnik
9b74569054 - Drop maintainership [1]
- Add needed perl dependency

Submitted by:	Marco Molteni <marco.molteni@laposte.net> (maintainer) [1]
2007-12-17 10:46:28 +00:00
Renato Botelho
5536f18412 - Fix BUILD_DEPENDS
- Bump PORTREVISION

Reported by:	pointyhat via pav
2007-12-17 10:26:39 +00:00
Rong-En Fan
a8bae0a949 - Update to 5.6 snapshot 20071215 2007-12-17 09:25:19 +00:00
Beech Rintoul
03578a43f3 - Fix creation of dos files
- Pass maintainership to submitter

PR:		ports/118568
Submitted by:	Nikola Lecic <nikola.lecic@anthesphoria.net>
Approved by:	linimon (mentor)
2007-12-17 08:35:22 +00:00
Sergey Matveychuk
cf1e96563a - Update to 1.2 2007-12-17 08:32:35 +00:00
Sergey Matveychuk
0563e76259 - Update to 2.0.7 2007-12-17 08:32:05 +00:00