Commit graph

197307 commits

Author SHA1 Message Date
Edwin Groothuis
f2873e98ea New Port: emulators/xjoypad
xjoypad allows an USB joypad (probably a USB Joystick, too)
	to be used with games on linux (probably other unix-like
	operating systems too).  This is done by mapping the joypad
	events to X keyboard events which are sent to the window
	currently having the focus. Therefore only keyboard-controlled
	games are currently supported by xjoypad. xjoypad was written
	to add joypad support to the playstation emulator epsxe.

PR:		ports/95990
Submitted by:	Timothy Beyer <beyert@cs.ucr.edu>
2008-05-28 12:58:56 +00:00
Lars Thegler
2ed32ea5d5 Add p5-Sys-Syslog 0.24, Perl interface to the UNIX syslog(3) calls. 2008-05-28 12:53:43 +00:00
Edwin Groothuis
f945c80e68 [PATCH] textproc/xmlto: important fixes, general overhaul, take maintainership
Supersedes: ports/123952 - please close that one, in favour
	of this one.  (Note, if that one should have been committed
	before this one, please bump PORTREVISION to 2!)

	Changes that were already in ports/123952:
	- Fix all scripts that use cp -a to instead use cp -PpR,
	fixing output formats such as html, html-nochunks and others.
	- Take maintainership of port.

	Additional changes since ports/123952, a.k.a. "overhaul":
	- Drop non-functional passivetex autodetection
	- Make WITH_PASSIVETEX an official OPTION (default: OFF, as previously)
	- Add COPYING ChangeLog THANKS to PORTDOCS
	- Use PORTDOCS instead of pkg-plist
	- Properly depend on print/passivetex (so the build system doesn't get away
	with just TeX installed but PassiveTeX missing)
	- Fix bug (missing "export USE_BACKEND"), amending to files/patch-xmlto.in,
	reported, with fix, by Ondrej Vasik; the bug rendered "xmlto txt ..." unusable
	- Complete pkg-plist for WITH_PASSIVETEX case, it missed some files;
	thus fixing packages.
	- Mention Ondrej Vasik, current xmlto maintainer, in pkg-descr.

	Dropped from ports/123952 (i. e. deliberately omitted from this PR,
	and not part of 0.0.20):
	- Move files/patch-xmlto.in into post-patch section of Makefile
	but keep the file.

PR:		ports/123979
Submitted by:	Matthias Andree <matthias.andree@gmx.de>
2008-05-28 12:40:05 +00:00
Lars Thegler
9680598cb0 Doc change: PERL_ARCH is *always* mach. 2008-05-28 12:38:27 +00:00
Chin-San Huang
dc44c65e83 Add mod_fileiri, a http IRIs module for Apache 2.
mod_fileiri implements http IRIs for directories/files, i.e.
if accepts URIs with non-ASCII characters encoded in UTF-8 and
converts them to the legacy encoding used in the file system
(which can be specified per directory, or even finer if necessary
(although that's a real hack)).

What is more, it continues to accept requests in the legacy
encoding specified, and redirects them to the correct UTF-8
form, which then returns the actual document (without looping).

There is also a backwards mode, which does redirects from
URIs in a specified legacy encoding to UTF-8 if the directory/
filenames are in UTF-8.

WWW: http://www.w3.org/2003/06/mod_fileiri/
2008-05-28 12:36:05 +00:00
Edwin Groothuis
ea6e094c43 x11/libxcb: message isn't shown sometimes
When installing x11/libxcb pkg-message may not be shown if
	/usr/obj is used and /usr/obj/usr/ports/x11/libxcb dir
	exist.

PR:		ports/123966
Submitted by:	Anatoly Borodin <anatoly.borodin@gmail.com>
2008-05-28 12:30:43 +00:00
Edwin Groothuis
4e68de6e62 compat5x port can fail to extract if you're root.
If you are building the misc/compat5x port as root, it can
	fail to extract properly, if your ports dir is not owned
	by root:wheel, but for example by root:src.

This is because the files in the distfile archive have the schg flag set.
That flag is killed btw in the post-extract phase.

PR:		ports/122306
Submitted by:	Dimitry Andric <dimitry@andric.com>
2008-05-28 12:25:15 +00:00
Chin-San Huang
b52b8f0ed0 - Update to 1.0.0.
PR:		ports/123656
Submitted by:	Wen Heping <wenheping _at_ gmail.com>
Approved by:	maintainer
2008-05-28 12:20:39 +00:00
Alexander Nedotsukov
142a0ee390 Update to 2.6.6 2008-05-28 10:39:01 +00:00
Martin Wilke
b22f268805 - Add missing patch 2008-05-28 08:06:31 +00:00
Koop Mast
1a434cd7ab Update to 1.6.17.
Various Bugfix releases.
2008-05-28 07:42:35 +00:00
Anders Nordby
4db186f640 Switch to using GNU make. If PCRE was disabled, it would not build with
FreeBSD make.

Noticed by:	Andreas Blaaflaadt

Cc:		andreas@blaafladt.no
Approved by:	maintainer
2008-05-28 07:09:30 +00:00
Wesley Shields
35822a6c89 Update to 20080527.
Approved by:	garga (mentor, implicit)
2008-05-28 00:46:08 +00:00
Wesley Shields
966770f5d0 Update to 1.1.7.
Approved by:	garga (mentor, implicit)
2008-05-28 00:22:10 +00:00
Wesley Shields
3ba0fbc88b Update to 20080522.
Approved by:	garga (mentor, implicit)
2008-05-28 00:15:47 +00:00
Joe Marcus Clarke
2592ed256c Update to 5.22.2. 2008-05-28 00:02:17 +00:00
Wesley Shields
5a5da3c17b Document spamdyke open relay vulnerability.
PR:		ports/124013
Reviewed by:	miwi
Approved by:	garga (mentor), miwi
2008-05-27 23:50:22 +00:00
Martin Wilke
18dd6954f3 - Add common code to support for cmake based ports.
- Update devel/cmake to 2.6.0 (also fix ports/123092)
- Use the new CMAKE build framework in all ports using cmake

Approved by:	portmgr (pav)
2008-05-27 22:12:09 +00:00
Philippe Audeoud
eb37a12fc9 - Update to 1.5.6
- Add use_bison

PR:		ports/123803
Submitted by:	Naram Qashat <cyberbotx cyberbotx.com>
Approved by:	Marcin Wisnicki (maintainer), mentor (implicit)
Thanks to:	tabthorpe for testing
2008-05-27 20:25:32 +00:00
Lars Thegler
d7fa9b610d Update to 1.105 2008-05-27 19:34:28 +00:00
Joe Marcus Clarke
323b6fdb89 Update to 2.22.1. 2008-05-27 18:11:00 +00:00
Joe Marcus Clarke
d8fce29f80 Update to 2.22.3. 2008-05-27 17:54:38 +00:00
Joe Marcus Clarke
bcd0f54334 Update to 2.22.2. 2008-05-27 17:50:11 +00:00
Joe Marcus Clarke
85e91df50a Update to 2.22.2. 2008-05-27 17:44:20 +00:00
Joe Marcus Clarke
e9d576d2d8 Update to 2.22.3. 2008-05-27 17:34:36 +00:00
Joe Marcus Clarke
a912958bbf Update to 2.4.2. 2008-05-27 17:25:40 +00:00
Florent Thoumie
96a7a8ca6a Disable dtrace support for now as userland tracing isn't supported yet.
Suggested by:	jb
2008-05-27 15:37:15 +00:00
Edwin Groothuis
fdad2b3a26 Update to 2008c 2008-05-27 13:39:01 +00:00
Martin Wilke
55875deb6d PHP_UML is a reverse-engineering package that scans PHP files and directories,
and delivers an UML/XMI representation of the classes and packages found.

WWW: http://pear.php.net/package/PHP_UML/

PR:		ports/123935
Submitted by:	Wen Heping <wenheping at gmail.com>
2008-05-27 13:38:24 +00:00
Gabor Kovesdan
ded16e7a9a - Update to 20080526
- Create symlinks during the build: bsdsort and gnusort
2008-05-27 13:32:35 +00:00
Gabor Kovesdan
4729bbd7ed - Update to 20080526
- Create symlinks during the build: bsdgrep and gnugrep
2008-05-27 13:32:03 +00:00
Gabor Kovesdan
56eba757e3 - Update to 20080526
- Create symlinks during the build: bsddiff and gnudiff
2008-05-27 13:31:34 +00:00
Wesley Shields
3c6d029e30 Update to 3.1.8 - Fix open relay vulnerability.
PR:		ports/124013
Submitted by:	Peter Kieser <peter@kieser.ca> (maintainer)
Approved by:	garga (mentor, implicit)
2008-05-27 13:07:41 +00:00
Pietro Cerutti
1fcc69f797 - Update to 0.2.0020
- Remove viewer and server scritps, use new GUI starter instead
- Move config files and [trust|key]stores to ${HOME}/.jrdesktop/
- Remove patch fixed upstream

Approved by:    miwi (mentor)
2008-05-27 12:08:13 +00:00
Jimmy Olgeni
2a59536386 Remove obsolete modules from release 1.410. 2008-05-27 11:38:07 +00:00
Martin Wilke
7fe675d41a - Fix INDEX
Reported by:	ionbot
2008-05-27 11:14:56 +00:00
Martin Wilke
cc42530a87 - Update to 1.12.0 2008-05-27 09:25:43 +00:00
Martin Wilke
f6f848b037 - Force commit
repocopy from graphics/gnash to graphics/gnash-devel

Repocopy by:	marcus
2008-05-27 09:16:24 +00:00
Jimmy Olgeni
c8a05f6d16 Upgrade to version 1.420. 2008-05-27 09:13:06 +00:00
Jimmy Olgeni
6c25292422 Upgrade to version 1.350. 2008-05-27 09:12:31 +00:00
Martin Wilke
a3fa7d7698 - Connect net/pear-Net_LDAP2 to the build 2008-05-27 09:01:35 +00:00
Martin Wilke
775f956dce - Update to 2.00rc2
PR:		123364
Submitted by:	Wen Heping <wenheping@gmail.com> (maintainer)
2008-05-27 08:58:51 +00:00
Maho Nakata
1832377f43 Mark as IGNORE.
this version is the same as openoffice.org-3 port (BEA300_m2).
2008-05-27 08:48:22 +00:00
Martin Wilke
f0e0330a88 - Force commit
repcopy from net/pear-Net_LDAP -> net/pear-Net_LDAP2

Repocopy by:	marcus
2008-05-27 08:38:41 +00:00
Martin Wilke
0c7f0acf21 - Connect www/drupal6-nice_menus to the build 2008-05-27 08:34:15 +00:00
Martin Wilke
73bfe99703 - Update to 6.x-1.1
PR:		123783
Submitted by:	Nick Hilliard <nick@foobar.org> (maintainer)
2008-05-27 08:29:14 +00:00
Jeremy Chadwick
e5f868d2ef Update menucolors patch. Use official patchsite as well. 2008-05-27 08:22:29 +00:00
Martin Wilke
9f2b7aa370 - Force Committ
repocopy from www/drupal5-nice_menus -> www/drupal6-nice_menus

Repocopy by:	marcus
2008-05-27 07:57:58 +00:00
Martin Wilke
e5512aa3bc - Connect Drupal6 to the build 2008-05-27 07:43:46 +00:00
Martin Wilke
699ebbc26b - Update to 6.2
PR:		123785
Submitted by:	Nick Hilliard <nick@foobar.org> (maintainer)
2008-05-27 07:40:15 +00:00