Commit graph

116288 commits

Author SHA1 Message Date
Edwin Groothuis
9e19888e49 New port: x11/xbelld
BellD is a small daemon for replacing the standard X Window
	System terminal bell with a more interesting set of sounds.
	This is useful for systems where the terminal bell is handled
	by the "PC Speaker," or where different sounds are desired
	for different classes of X clients.

	XBellD works by intercepting terminal bell requests on the
	server side, and then playing user-specified sounds through
	a PCM capable soundcard. The resource class of the client
	making a terminal bell request is used to match a corresponding
	sound file which should be played when such a request is
	made.

	WWW: http://www.meowfishies.com/xbelld.rhtml

PR:		ports/71815
Submitted by:	Nosov Artem <chip-set@mail.ru>
2004-12-23 06:43:40 +00:00
Edwin Groothuis
385c1f72ce New port: sysutils/i855vidctl10
The i855vidctl tool was written by Damien Bergamini
	<damien.bergamini@free.fr> based on code written by Alain
	Poirier for Linux.

	It lets you change the resolution to 1400x1050.

PR:		ports/71106
Submitted by:	Oliver Bantke <oliver.bantke@t-g-p.org>
2004-12-23 06:40:13 +00:00
Edwin Groothuis
f15e5d07ce games/bastet does busy waiting
bastet does busy waiting because the select() call in game.c returns
	with EINVAL. The reason is that timeout does not point to the struct
	timeval in the program but to a ncurses function with the same name. I
	renamed the variable to fix it. Also the value 1000000 is not a valid
	timeout value because it would have to be encoded as 1 second and 0
	microseconds. I fixed it trivially by using 999999 for that value.

	Also I fixed a gcc warning. Anyway I think the function bast_clear has
	to be declared somewhere else.

	Should be easy to fix - temporarily I just put the diff below in my
	files/ directory of the port.

PR:		ports/75208
Submitted by:	Rudolf Polzer <freebsd-dr@durchnull.de>
2004-12-23 06:27:14 +00:00
Edwin Groothuis
2020a142a0 [NEW PORT] graphics/linux-sdl_image: A simple library to load images
as SDL interfaces (linux version)

	This is a simple library to load images of various formats
	as SDL surfaces.  This library supports BMP, PPM, PCX, GIF,
	JPEG, PNG, TGA, and TIFF formats. (Linux version)

	WWW: http://www.libsdl.org/projects/SDL_image/

PR:		ports/71552
Submitted by:	Nicola Vitale <nivit@email.it>
2004-12-23 06:23:35 +00:00
Brian Feldman
1dd8be6ecf Attempt to make pam_alreadyloggedin work on 4.x again.
Submitted by:	vs
2004-12-23 06:19:23 +00:00
Jeremy Messenger
845e9f737d Change the CONFLICTS from gnome-themes-extras to gnome-themes. gnome-themes
added smooth engine a while ago and I disabled smooth engine in
gnome-themes-extras.
2004-12-23 06:02:07 +00:00
Edwin Groothuis
05070ad12d Upgrade devel/sdl12 to 1.2.8
Nearly all changes are fixes, no API breakages, no version bump.
2004-12-23 06:02:04 +00:00
Jeremy Messenger
eea66cea12 Add the CONFLICTS with gtk-smooth-engine. I must have missed it in a while
ago. While I am here, make portlint happy by a very simple tweak of COMMENT.
2004-12-23 05:54:55 +00:00
Jeremy Messenger
b30ffa6cfe Fix the pkg-plist, don't try to delete gtk20's engine directory. 2004-12-23 05:45:01 +00:00
Edwin Groothuis
0989369202 [NEW PORT] games/linux-hohlin: Remake of the classic spectrum game Head over Heels
The original Head Over Heels was released around about 1987.
	It was immediately praised in the press as being quite the
	best isometric adventure game. This version is a pretty
	darn faithful remake of the Speccy original except with a
	few spanking extra bits.

	WWW:	http://retrospec.sgn.net/games/hoh/index.html

PR:		ports/70577
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu>
2004-12-23 05:41:17 +00:00
Jeremy Messenger
9073b8ce45 Remove the CONFLICTS with gtk-smooth-engine. I must have missed to remove it
when I disabled smooth-engine in this port a while ago.
2004-12-23 05:40:07 +00:00
Dejan Lesjak
5870a4864c Bump PORTREVISION, since html manpages are no longer built/installed
and that changes packaging content.
2004-12-23 05:31:04 +00:00
Edwin Groothuis
0e65586e82 new port: x11/mrxvt
Mrxvt (previously named as materm) is a lightweight and
	powerful multi-tabbed X terminal emulator based on the
	popular rxvt and aterm. It implements many useful features
	seen in some modern X terminal emulators, like gnome-terminal
	and konsole, but keep to be lightweight and independent
	from the GNOME and KDE desktop environment. The following
	are the major features of mrxvt (* are new features compared
	with rxvt, + are enhanced features compared with rxvt):

PR:		ports/74470
Submitted by:	David Yeske <dyeske@yahoo.com>
2004-12-23 05:08:56 +00:00
Dejan Lesjak
4bd3843d6d Add perl as build dependency explicitly - it used to be there as
run dependency of X libraries (via depending on imake); not any more.
2004-12-23 04:58:56 +00:00
Edwin Groothuis
5127026491 Update port: games/gnuchess (new version 5.07 with optional opening
book support added)

	Update of port games/gnuchess to version 5.07.  Includes
	support for building and installing opening book (as an
	OPTION)

OPTIONs rule!

PR:		ports/74441
Submitted by:	Conrad J. Sabatier <conrads@cox.net>
2004-12-23 04:57:09 +00:00
Dejan Lesjak
1f524da507 Update audio/yammi to version 1.2-rc
PR:		75079
Submitted by:	Arjan van Leeuwen (maintainer)
2004-12-23 04:52:33 +00:00
Edwin Groothuis
77fc3b9524 New port: games/xgame A Perl script which enhances gameplay under Linux/Unix
A Perl script which enhances gameplay under Linux/Unix

	Xgame launches your game in a separate X session. This
	allows gamers to switch between their desktop and their
	game with ease. The new X session does not run a desktop
	or window manager. Furthermore, since the game is run in a
	separate X session, the resolution and color depth of the
	desktop and game may be different.

PR:		ports/73326
Submitted by:	Andreas Berg <aberg@doomnet.de>
2004-12-23 04:49:59 +00:00
Edwin Groothuis
5e56f8bd95 new port games/wanderer: Steve Shipway's wanderer
port of the ascii game - wanderer to FreeBSD.

PR:		ports/70827
Submitted by:	Marina Brown <marina@surferz.net>
2004-12-23 04:47:34 +00:00
Edwin Groothuis
46f77a59b3 new port net/linux-overnet-core: Serverless peer-2-peer program
Overnet is a serverless peer-2-peer program for linux.

	The Overnet 'core' is the actual Overnet program which does
	everything behind the scenes - connecting to peers, searching,
	downloading, uploading, all that stuff.

PR:		ports/68141
Submitted by:	No Name <arundel@gmx.net>
2004-12-23 04:38:19 +00:00
Alexey Dokuchaev
72259604ce Utilize INFO. 2004-12-23 04:33:28 +00:00
Edwin Groothuis
22d1a72b56 databases/sqlite3 does not link with tcl8.3
When trying to build databases/sqlite3 port with SQLITE_WITH_TCL83
	defined, the linking stage fails.  It looks like sqlite3
	uses a funciton which is only available in tcl8.4.

Removed TCL83 support for databases/sqlite3

PR:		ports/72918
Submitted by:	Anton Berezin <tobez@freebsd.org>
2004-12-23 04:33:05 +00:00
Alexey Dokuchaev
a9b0fa5bf5 Should now build with both older and recent GCCs. 2004-12-23 04:30:47 +00:00
Edwin Groothuis
7e83a8da90 Update databases/sqlite3 to 3.0.8
Update databases/sqlite3 to 3.0.8

PR:		ports/74571
Submitted by:	Marcus Grando <marcus@corp.grupos.com.br>
2004-12-23 04:26:40 +00:00
Michael Johnson
e3523f4b56 Update to 1.0.0 2004-12-23 04:11:58 +00:00
Alexey Dokuchaev
d62db64867 - Improve C++ standards conformance in installed header [1]
- Mute REINPLACE_CMD in `post-patch' stage
- Bump PORTREVISION

[1] is needed to unbreak dependent `emulators/vx68k' port.
2004-12-23 04:04:29 +00:00
Dejan Lesjak
2356b8da50 Depend on xfree86-dri rather than dri. Also depend on it on amd64. 2004-12-23 03:40:19 +00:00
Adam Weinberger
52202dafd8 Enable installation of the .desktop file by default, and
ensure that ${PREFIX}/share/gnome/applications exists.
2004-12-23 02:23:45 +00:00
Dejan Lesjak
3119b9d636 Add imake build dependency, it is no longer implied with using
X11 libraries.

Pointed out by:	dosirak via kris
Approved by:	maho
2004-12-23 02:03:29 +00:00
Kris Kennaway
3bc925b3cc Correct quoting of DEPRECATED 2004-12-23 01:53:13 +00:00
Adam Weinberger
08f8a4b2b5 Add an OPTIONS entry that installs a .desktop entry for mozilla. I used the
contents of epiphany.desktop to generate the translations. I hope none of my
fellow GNOME Translation Project team members object to having their
translations bastardized like this. I don't know whether .desktop entries
can contain comments, so there's nothing attributing their work in there
right now.

I'll let this percolate in here for a bit, and if successful, I'll add it
to moz-devel, firefox, and thunderbird.
2004-12-23 01:53:11 +00:00
Dejan Lesjak
4c5e6dd66f Add perl as build dependency explicitly - it used to be there as
run dependency of X libraries (via depending on imake); not any more.

Pointed out by:	dosirak via kris
Approved by:	maintainer timeout
2004-12-23 01:53:06 +00:00
Dejan Lesjak
610a441911 Fix build without imake.
Pointed out by:	dosirak via kris
Approved by:	maintainer timeout
2004-12-23 01:48:37 +00:00
Dejan Lesjak
1439e5071a Add perl as build dependency explicitly - it used to be there as
run dependency of X libraries, not any more.

Pointed out by:	dosirak via kris
Approved by:	maintainer timeout
2004-12-23 01:46:03 +00:00
Dejan Lesjak
4f5d3d0d4a Add imake build dependency, it is no longer implied by USE_XLIB.
Pointed out by:	dosirak via kris
Approved by:	maintainer timeout
2004-12-23 01:42:27 +00:00
Edwin Groothuis
c62c6164f8 astro/xearth - inclusion of a 'submitters' file
a new marker file for contributers who aren't blessed with
	commiter status (yet)

Feel free to backup if you think it's nonsense to have this file.

PR:		ports/74164
Submitted by:	Erik Greenwald <erik@smluc.org>
2004-12-23 01:41:51 +00:00
Thierry Thomas
77fddf9a75 Update WWW: link.
Approved by:	deischen (maintainer).
2004-12-23 01:41:22 +00:00
Edwin Groothuis
dcf18bc770 devel/asis: must build without -fno-strict-aliasing
ASIS is build using the GCC that comes from the GNAT port,
	which is a 2.8.1-based compiler that neither supports nor
	needs -fno-strict-aliasing, which is now present in the
	system default CFLAGS value. To allow this port to build
	on a recent -CURRENT, this CFLAGS setting thus needs to be
	overridden by the port's Makefile.

PR:		ports/75376
Submitted by:	Thomas Quinot <thomas@cuivre.fr.eu.org>
2004-12-23 01:39:18 +00:00
Edwin Groothuis
e159cc97da multimedia/linux-realplayer: update to 1.0.2
Realplayer 1.0.1 was not fetchable, so I did the update to 1.0.2.

	Please verify that the ports fetches before comitting, since I am
	behind a rigid firewall, and I could figure out how to teach
	fetch(1) to use a HTTP_PROXY for https.

	One thing I am not so sure about is the following addition to
	pkg-plist:
	+@unexec rmdir %D/lib/linux-mozilla 2>/dev/null || true

	Since I couldn't find the directory in any of the mtree files in
	/etc/mtree, I think it's okay to remove the directory if it's empty,
	right?

PR:		ports/75390
Submitted by:	Simon Barner <barner@gmx.de>
2004-12-23 01:35:50 +00:00
Eric Anholt
c90ee83f03 Update X.Org ports to 6.8.1, and the DRI port to use Mesa 6.2. Because Mesa 6.2
DRI drivers are incompatible with the old libGL in XFree86, they have been
repocopied to graphics/xfree86-dri.  Also note that with this commit the html
manpages are going away, and with it the runtime dependency on perl for the
imake port.

Release notes at: http://www.x.org/X11R6.8.1/RELNOTES.txt

Props to:	kris (multiple cluster runs and sorting through logs)
		lesi (fixing all the issues in those logs, and more)
2004-12-23 01:35:49 +00:00
Michael Johnson
51e87664b4 - Re-do mozilla 1.7.5 patch so kazehakase still works with pre-mozilla 1.7.5
Obtained from:	kazehakase cvs
2004-12-23 01:28:25 +00:00
Edwin Groothuis
d6093ac397 [MAINTAINER-UPDATE] www/phpGedView: update to 3.2.1
- Update to 3.2.1

Also:
	- move pre-install to post-extract
	- do not copy the -dist files to their real name but leave
	  that as an exercise for the user. Otherwise it will clobber
	  up the pkg-plist too much, which is created at install-time
	  and thus doesn't have the nifty features like @unexec.

PR:		ports/75384
Submitted by:	Alexander Novitsky <alecn2002@yandex.ru>
2004-12-23 01:18:36 +00:00
Norikatsu Shigemura
15ff72d2e3 Fix security problem.
Submitted by:	simon
Obtained from:	ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.00pl2.patch
2004-12-23 01:08:22 +00:00
Simon L. B. Nielsen
94a1d048f6 Document potentially confusing results results on empty ACL
declarations in squid.

PR:		ports/75403 (part of)
Submitted by:	Thomas-Martin Seck <tmseck@netcologne.de>
2004-12-23 00:58:04 +00:00
Simon L. B. Nielsen
34acc215c8 Document multiple vulnerabilities in ethereal. 2004-12-23 00:39:08 +00:00
Simon L. B. Nielsen
109298cdf5 Document a buffer overflow vulnerability in xpdf. 2004-12-23 00:04:20 +00:00
Michael Nottebrock
30e0128130 Update to 1.9.14 2004-12-22 23:50:08 +00:00
Michael Nottebrock
684d43bb00 Update to 0.6.9 2004-12-22 23:49:33 +00:00
Jean-Marc Zucconi
ee9a1686b7 Use the '@unexec rmdir ...' construct instead of '@dirrm'. 2004-12-22 22:45:59 +00:00
Michael Nottebrock
ab47ced53a Add i18nized doc subdirs to kdehier and adjust i18n port plists accordingly. 2004-12-22 22:04:15 +00:00
Thierry Thomas
89f5b9eee1 Upgrade to 1.2.2. 2004-12-22 21:41:46 +00:00