1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
Commit Graph

150859 Commits

Author SHA1 Message Date
Ion-Mihai Tetcu
9c0e334498 Pass maintainer ship to Bernd Luevelsmeyer <bdluevel@heitec.net>
PR:		ports/97397
Submitted by:	Bernd Luevelsmeyer
Approved by:	lawrance
2006-05-17 13:51:20 +00:00
Erwin Lansing
4f7e696803 Use OPTIONS for WITHOUT_KERBEROS
PR:		97270
Submitted by:	Rong-En Fan <rafan@infor.org>
2006-05-17 13:50:43 +00:00
Ollivier Robert
9aac6741bd Even with PORTDOCS, we need to copy the files ourselves in DOCSDIR. 2006-05-17 13:49:30 +00:00
Joe Marcus Clarke
6f49bd2548 Don't chgrp the /var/gdm directory to gdm during the instal phase since the
gdm user may not exist on the system yet.  Instead, let the pkg-install
script do this after verifying the gdm user and group exists.

Reported by:	pointyhat via kris
2006-05-17 13:49:05 +00:00
Renato Botelho
29ce428a7c Quickie is a small footprint, fast C++ Wiki engine; hence the name.
The fundamental insight for this engine is that wiki pages are read far
more often than they are modified. Thus, the generated HTML can be
cached. It follows that the main code path will check that the .html
file exists and simply copy it to stdout in the vast majority of cases.

The .html file generated from each .wiki file is about the same size as
the .wiki file itself, so there will be no particular I/O advantage,
but there is a huge CPU advantage, and a significant memory footprint
advantage, and since I want to run a wiki on a geriatric 20MB 33MHz 386
machine, this is a good thing.

    Online demo: http://quickie.sourceforge.net/cgi-bin/quickie

WWW: http://quickie.sourceforge.net/

PR:		ports/97376
Submitted by:	Shaun Amott <shaun@inerd.com>
2006-05-17 13:48:19 +00:00
Ollivier Robert
02a2c25b36 Typo: PORTSDOC -> PORTDOCS.
Found by:	Habbie (on #mercurial@freenode)
2006-05-17 13:38:27 +00:00
Renato Botelho
2a20b67bb8 WeatherSpect provides a reasonably accurate simulation of what the
weather looks like outside, in ASCII art. It includes rain, snow,
lightning, sleet, and hail. The windspeed and cloudiness are reflected
in the velocity and quantity of clouds. There are trees that age,
reproduce and die over the course of an hour, and a sun and moon that
follow the actual sun and moonrise. There's also a dancing turtle.

Author:	Kirk Baucom <kbaucom@schizoid.com>
WWW:	http://www.robobunny.com/projects/weatherspect/html/

PR:		ports/97371
Submitted by:	Simon Olofsson <simon@olofsson.de>
2006-05-17 13:16:42 +00:00
Volker Stolz
7025930de5 Enable --port-e9-hack option
PR:		ports/95057
Submitted by:	Matthieu Michaud
2006-05-17 13:08:24 +00:00
Ion-Mihai Tetcu
b4b1c2c0e9 - Fix plist [2]
- portlint [1]

PR:		ports/97304 [1]
Submitted by:	Martin Wilke <freebsd@unixfreunde.de> [1]
		itetcu [2]
Approved by:	"Simon Dick" <simond@irrelevant.org> (maintainer),
		lawrance (mentor)
2006-05-17 12:49:05 +00:00
Volker Stolz
2f697676d7 JDE's stable code does not properly detect the version of newer versions of CEDET,
and will fail to load. Add patch from CVS.

PR:		ports/95609
Submitted by:	maintainer
2006-05-17 12:25:27 +00:00
Erwin Lansing
159d2a9364 Remove ia64 from supported ARCH as we have no linuxulator support for it.
PR:		97394
Submitted by:	Gabor Kovesdan <gkovesdan@t-hosting.hu> (maintainer)
Reported by:	pointyhat (kris)
2006-05-17 12:21:43 +00:00
Jean-Yves Lefort
a5faf429b9 Add forgotten port.
Reported by:	pav
2006-05-17 12:18:23 +00:00
Florent Thoumie
974204a41f - Transform rtorrent into a master port.
- Add rtorrent-devel, the development version of rtorrent.
2006-05-17 11:26:56 +00:00
Florent Thoumie
2802fd279f - Transform libtorrent into a master port.
- Add libtorrent-devel, the development version of libtorrent.
2006-05-17 11:25:22 +00:00
Andrew Pantyukhin
5f18f86e19 - Fix mode and owners of installed files
Reported by:	Thierry Thomas <thierry@freebsd.org>
Approved by:	krion (mentor, implicit)
2006-05-17 11:22:58 +00:00
Andrew Pantyukhin
0852e66295 Add py-cerealizer: Secure pickle-like module
PR:		ports/96944
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Approved by:	krion (mentor)
2006-05-17 10:44:48 +00:00
Ion-Mihai Tetcu
6326ccc5aa Mark broken on amd64.
Approved by:	lawrance (mentor)
2006-05-17 10:29:24 +00:00
Ion-Mihai Tetcu
4de749d3de Add files/patch-sulci-Makefile forgotten in the previous commit:
Upgrade to the latest snaphot.

  PR:             http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/93980
  Submitted by:   Denis Shaposhnikov <dsh@vlink.ru> (maintainer)
  Approved by:    lawrance (mentor)

Reported by:	YAPHR
Approved by:	lawrance (mentor)
Pontyhat to:	itetcu (me)
2006-05-17 10:28:20 +00:00
Renato Botelho
5705353b7b Fix a typo in pureftpd.schema
PR:		ports/97387
Submitted by:	Malte von dem Hagen <bsd at mnetworking.de>
Approved by:	maintainer
2006-05-17 10:16:05 +00:00
Renato Botelho
5d31075cb4 Event::RPC supports you in developing Event based networking client/server
applications with transparent object/method access from the client to the
server. Network communication is optionally encrypted using IO::Socket::SSL.
Several event loop managers are supported due to an extensible API. Currently
Event and Glib are implemented.

WWW: http://search.cpan.org/dist/Event::RPC/

PR:		ports/97350
Submitted by:	Vivek Khera <vivek@khera.org>
2006-05-17 10:02:24 +00:00
Erwin Lansing
e3effaa594 Update to 0.11
PR:		97380
Submitted by:	Christopher Boumenot <boumenot@gmail.com> (maintainer)
2006-05-17 09:44:37 +00:00
Adam Weinberger
9f74b14e13 Update to 0.11.2 2006-05-17 09:28:52 +00:00
Volker Stolz
033c92cbd8 Update to 2.0
PR:		ports/96770
Submitted by:	Stefan Pauly
2006-05-17 09:25:21 +00:00
Ollivier Robert
1254aa7943 Rewrite the whole doc/contrib installation to be more compliant with the
ports committer guide.  Should fix pointyhead's report.
2006-05-17 09:12:06 +00:00
Adam Weinberger
31c9ad0068 Update to 1.99.12.
PR:		95629
Submitted by:	Wesley Shields <wxs@csh.rit.edu>
2006-05-17 09:11:30 +00:00
Emanuel Haupt
9345a3bcf3 Add p5-Weather-Underground 3.02, retrieve weather information from
wunderground.com.

PR:		97370
Submitted by:	Simon Olofsson <simon@olofsson.de>
2006-05-17 09:05:39 +00:00
Sam Lawrance
7b419d28a0 Fix pkg-plist.
Improve install/deinstall scripts and make use of SUB_FILES
to avoid hardcoding paths.
Add support for FreeBSD 5.3 and later.

PR:		ports/97331
Submitted by:	Nick Barkas <snb@threerings.net> (maintainer)
Obtained from:	Dmitry Frolov <frolov@riss-telecom.ru>
2006-05-17 07:15:36 +00:00
Volker Stolz
5f78f05e88 Mark as IGNORE for < 6.x as we do not have a bootstrap-tarball yet. 2006-05-17 07:08:26 +00:00
Volker Stolz
b13d5f44c4 Chase GHC update 2006-05-17 06:38:42 +00:00
Andrew Pantyukhin
0e3cbb5a2c - py-gtk2 should be both run- and build-dependency
Reported by:	pointyhat via kris
Approved by:	krion (mentor, implicit)
2006-05-17 05:41:29 +00:00
Ying-Chieh Liao
ce94cb7130 upgrade to 2.2.2.1 2006-05-17 05:39:13 +00:00
Andrew Pantyukhin
ec7d80acba - Fix plist
Reported by:	pointyhat via kris
Approved by:	krion (mentor, implicit)
2006-05-17 04:56:07 +00:00
Andrew Pantyukhin
8b7d83f088 - Style change: convert to tabstop=4
Approved by:	krion (implicit)
2006-05-17 04:53:49 +00:00
Cheng-Lung Sung
d49b2cfe8d - Update ports/chinese/scim-chewing to 0.3.0
PR:		ports/97359
Submitted by:	maintainer (Ying-Chieh Chen)
2006-05-17 03:21:32 +00:00
Akinori MUSHA
802409539e Allow CONFIGURE_TARGET to be overridden.
PR:		ports/93457
Submitted by:	Jason E. Hale <bsdkaffee -at- gmail.com>
2006-05-17 03:18:15 +00:00
Joe Marcus Clarke
04e8919955 Use Network instead of Internet as a desktop item category as the former
is a registered Freedesktop category type.

Reported by:	pointyhat via kris
2006-05-17 03:07:26 +00:00
Jean-Yves Lefort
d180b7edeb Chase linux-openal update.
Reported by:	netchild
2006-05-17 01:41:59 +00:00
Michael Nottebrock
6367c5b224 Depends on gstreamer80 for now 2006-05-17 00:57:24 +00:00
Ying-Chieh Liao
328329a5e4 upgrade to 2.5 2006-05-17 00:52:44 +00:00
Michael Johnson
34528d7127 - Chase libver bump to mecab
Submitted by:	Jun Kuriyama <kuriyama@imgsrc.co.jp>
2006-05-16 23:54:13 +00:00
Cheng-Lung Sung
dbdb52f135 - Fixes add_entry/update_entry methods for manipulating non-latin data.
(By making the whole request UTF-8.)

PR:		ports/97362
Submitted by:	maintainer (Yi-Hsuan Hsin)
2006-05-16 22:56:00 +00:00
Aaron Dalton
9f830715e5 Adding port textproc/p5-String-Fraction, convert fractions into unicode chars.
Approved by:	tobez (implicit)
2006-05-16 22:42:55 +00:00
Emanuel Haupt
b663d9f740 - Introduce four vendor patches [1] which:
- simplify definition of the SQUIDHOSTNAMELEN constant (squid bug #1434)
 - correct display of mime icons when visible_hostname contains only the plain
   hostname  without a domain (squid bug #1532)
 - plug a memory leak in the HTCP client code (squid bug #1553)
 - plug a memory leak in the ident processing code (squid bug #1557)

- Bump PORTREVISION

[1] http://www.squid-cache.org/Versions/v2/2.5/bugs/

PR:		97356
Submitted by:	Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
2006-05-16 21:33:59 +00:00
Eric Anholt
2e6ea987f0 Mark broken again after a cmake upgrade. Sigh.
Reported by:	krismail
2006-05-16 20:58:55 +00:00
Joe Marcus Clarke
917013c233 Correct desktop item definition.
Reported by:	pointyhat via kris
2006-05-16 20:53:27 +00:00
Emanuel Haupt
a958bd9d0c This port now respects CFLAGS. Since 'gcc' is hardcoded in a really nasty way
CC still remains unrespected.

PR:		96778
Submitted by:	Gabor Kovesdan <gabor.kovesdan@t-hosting.hu>
Approved by:	Berend de Boer <berend@pobox.com> (maintainer)
2006-05-16 20:53:13 +00:00
James E. Housley
9bb5f1aa89 The last PR that remove i386 only hoping to get amd64 broke the build for
all other systems.
2006-05-16 20:51:49 +00:00
Thierry Thomas
cec47fbf8b Upgrade to 2.7-2. 2006-05-16 20:33:45 +00:00
Michael Johnson
c547710022 - Switch over to using MASTER_SITE_LOCAL since MASTER_SITE_GNOME doesn't
carry old gstreamer
2006-05-16 19:46:25 +00:00
Marius Strobl
58a90f0211 - Update COMMENT and the description of cdrecord in pkg-descr to
reflect the DVD recording support included since 2.01.01a09.
- Add btcflash, included since 2.01.01a05, to the list of cdrtools
  package contents in pkg-descr.
- Correct a grammo in pkg-descr.
- Bump PORTREVISION, as these changes affect the contents of the
  binary package.

Submitted by:	Fabian Keil (modulo COMMENT part)
Approved by:	netchild
2006-05-16 19:45:39 +00:00