Commit graph

182155 commits

Author SHA1 Message Date
Andrew Pantyukhin
ea7d17deda - Build-depend on qmake
Reported by:	pointyhat via kris
2007-08-08 21:21:32 +00:00
Thierry Thomas
7405f743a2 Fix the build with Python 2.5.
Reported by:	pointyhat via Pav
Submitted by:	perky
2007-08-08 21:21:30 +00:00
Andrew Pantyukhin
62a618f12c - Create share/applications at pre-install to allow desktop entry to install
Reported by:	pointyhat via kris
2007-08-08 21:18:32 +00:00
Andrew Pantyukhin
aaac1939b4 - Attempt to fix build when using ncurses from ports (e.g. on 5.x)
Reported by:	pointyhat via kris
2007-08-08 21:03:24 +00:00
Andrew Pantyukhin
49d788a365 - Readd intclock into x11-clocks
Suggested by:	danfe
2007-08-08 19:30:36 +00:00
Sergey Skvortsov
5bf0f70156 Fix pkg-plist.
Pointed by:	pointyhat (kris)
2007-08-08 17:10:10 +00:00
Jeremy Messenger
fbf4de10e4 Update to 2.18.1. 2007-08-08 16:30:58 +00:00
Marcelo Araujo
22c17a4bc4 - haproxy-devel added to ports/net/Makefile.
Submitted by:	erwin
Approved by:	erwin (portmgr, in mentor's absence)
2007-08-08 16:10:02 +00:00
Andrew Pantyukhin
1df5ac8474 - Update to 1.18.1 2007-08-08 16:07:16 +00:00
Dirk Meyer
1df1a254f7 - update to 0.6 2007-08-08 15:52:47 +00:00
Michael Nottebrock
faed9fac18 Don't crash on invalid JPEG metadata.
PR: ports/114367
Approved by: maintainer timeout (4 weeks)
2007-08-08 15:33:09 +00:00
Renato Botelho
d6d2e6850f - Update to 1.3.0
PR:		ports/115282
Submitted by:	Felippe de Meirelles Motta <lippe@freebsdbrasil.com.br>
2007-08-08 14:10:48 +00:00
Rong-En Fan
8f2981aff5 - Update to 4.5.5
PR:		ports/115306
Submitted by:	Thomas Abthorpe <thomas at goodking.ca> (maintainer)
2007-08-08 14:01:27 +00:00
Rong-En Fan
f5fbe32574 - Remove MAILGRAPH_GROUP from pre-everything message and mailgraph_group
from rc script to avoid user confusion. We can not setgid for command
  invoked from rc.subr. [1]
- Change rc script to match our guideline in Porter's Handbook

Noticed by:	Nicolas Rachinsky <nicolas-2007 at rachinsky.de> [1]
2007-08-08 13:47:18 +00:00
Rong-En Fan
df3396485b - Strip .sh suffix for rc script for upcoming changes 2007-08-08 13:40:40 +00:00
Renato Botelho
ee518f4189 - Update to 1.8.1 [1]
- Use DATADIR in pkg-plist
- Move pkg-install and pkg-deinstall to files/ and use SUB_FILES
- Change MASTER_SITES to use MASTER_SITE_PERL_CPAN

PR:		ports/115281 [1]
Submitted by:	Felippe de Meirelles Motta <lippe@freebsdbrasil.com.br> [1]
2007-08-08 13:12:42 +00:00
Tilman Keskinoz
bb50474a08 Fix build by adding USE_AUTOTOOLS 2007-08-08 12:50:11 +00:00
Tilman Keskinoz
f6aa664301 Fix build by adding USE_AUTOTOOLS. 2007-08-08 12:38:50 +00:00
Tilman Keskinoz
bbf71ee1c1 Fix build on 64 bit platforms 2007-08-08 12:27:56 +00:00
Makoto Matsushita
8120ed6f3d Add new port: irc/irchat-jp
Irchat-jp is an IRC client written in Emacs Lisp, derived from irchat.
This is one of the oldest IRC client that handles ISO-2022-JP character
encoding (another one is ports/japanese/ircII).

Please note that this is irchat-JP, not irchat-PJ that is already in
FreeBSD ports repository (ports/irc/irchat-pj-*).

Reviewed by:    kuriyama
2007-08-08 12:07:01 +00:00
Tilman Keskinoz
00a2fd0514 Fix pkg-plist 2007-08-08 11:52:12 +00:00
Sergey Matveychuk
3905919d90 - Make riece-emacs21 as slave to riece
PR:		ports/114671
Submitted by:	maintainer
2007-08-08 10:00:55 +00:00
Sergey Matveychuk
01ef1b66cd - Connect repocopied tamago-emacs21 2007-08-08 09:42:24 +00:00
Sergey Matveychuk
30c69a3ed7 - Make the port as slave to editors/tomago
PR:		ports/114671
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
2007-08-08 09:40:59 +00:00
Sergey Matveychuk
940177b141 - Remove EMACS_PORT_NAME knob.
PR:		ports/114670
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
2007-08-08 09:38:36 +00:00
Andrew Pantyukhin
3fccfd4d01 - Update to 0.11.1+1 2007-08-08 08:34:54 +00:00
Andrew Pantyukhin
46753a1bd9 - Correct categories
Reported by:	erwin
Pointy hat to:	sat
2007-08-08 07:15:24 +00:00
Cheng-Lung Sung
5bef5ad747 An SVN::Dump object represents a Subversion dump.
This module follow the semantics used in the reference
document:

* A dump is a collection of records (SVN::Dump::Record objects).
* A record is composed of a set of headers (a SVN::Dump::Headers
  object), a set of properties (a SVN::Dump::Property object) and
  an optional bloc of text (a SVN::Dump::Text object).
* Some special records (delete records with a Node-kind header)
  recursively contain included records.

WWW: http://search.cpan.org/dist/SVN-Dump/
2007-08-08 06:36:53 +00:00
Kris Kennaway
4a917313b0 * Shuffle some important variable definitions to early in the file,
notably PORTSDIR.  The previous commit introduced a use-before-define
  with respect to this variable, which broke things like portmaster.

* Drop support for COMMENTFILE and a vestigial remnant of NetBSD support.
2007-08-08 03:46:04 +00:00
Diane Bruce
7eb9d1cc93 - Update to release 0.85.
Submitted by:	Takefu <takefu@airport.fm>
PR:		ports/115067
Approved by:	ehaupt (mentor)
2007-08-08 03:44:33 +00:00
Ying-Chieh Liao
c7d7153580 add py-html5lib 0.9
A Python based HTML parser based on the HTML5 spec
2007-08-08 02:17:28 +00:00
Frank J. Laszlo
8a1da40982 - mussh uses seq for concurrency measures which is not available on
FreeBSD. replaced with jot.
- bump PORTREVISION

PR:		ports/115278
Submitted by:	Richard Arends <richard@unixguru.nl>
2007-08-08 00:48:31 +00:00
Andrew Pantyukhin
8966612e1a Add port games/kardsgt:
KardsGT is a free sourced card game suite. We want to bring an
immersing card game environment to the free sourced world. It is
currently in a beta-level of development. Despite that it is quite
playable. Currently you can play Cribbage, Euchre, Hearts, Old Maid,
Spades, and War.

WWW: http://kardsgt.nongnu.org/
2007-08-07 21:59:50 +00:00
Sergey Skvortsov
f5705e1450 Add p5-Catalyst-Action-REST 0.50, automated REST Method Dispatching for
Catalyst.
2007-08-07 21:26:18 +00:00
Andrew Pantyukhin
175ac161c0 - Update to 0.15 2007-08-07 21:03:28 +00:00
Andrew Pantyukhin
c6b4f42a5e Add port mail/textmail:
Textmail filters a mail message or mbox, replacing MS Word, MS Excel,
HTML, RTF, and PDF attachments with the plain text contained therein.
By default, the following attachments are also deleted: image, audio,
video, and MS Windows executables. MS winmail.dat attachments are
replaced by any attachments contained therein, which are then replaced
by text or deleted in the same fashion. Any of these actions can be
suppressed with the command line options. Mail headers can also be
selectively deleted.

WWW: http://raf.org/textmail/
Author: raf <raf@raf.org>
2007-08-07 20:17:55 +00:00
David E. O'Brien
bca6524f5f Update to Vim 7.1 patchlevel 55. 2007-08-07 20:02:00 +00:00
Jimmy Olgeni
8db9892137 Upgrade to version 1.90. 2007-08-07 19:11:35 +00:00
Pierre Beyssac
4793368755 Update to 1.1.1. 2007-08-07 19:04:24 +00:00
Jimmy Olgeni
fe38f09205 Upgrade to version 1.290. 2007-08-07 18:57:58 +00:00
Jimmy Olgeni
733f895e5e Upgrade to version 1.360. 2007-08-07 18:55:12 +00:00
Gerald Pfeifer
bc9aff3e1c Update to the 20070806 snapshot of GCC 4.1.3. 2007-08-07 18:50:28 +00:00
Christian Weisgerber
98cb09c817 portlint fixes
PR:		115259
Submitted by:	David Yeske <dyeske@gmail.com>
2007-08-07 18:41:34 +00:00
Maxim Sobolev
8ef9a651dc Update MASTER_SITE and description to point to the new home page.
Submitted by:	Stuart Caie (author)
2007-08-07 18:21:25 +00:00
Roman Bogorodskiy
f672a5ce67 - s/INSTALL_SHARE/INSTALL_DATA/
- bump PORTREVISION

Submitted by:	araujo
2007-08-07 17:12:40 +00:00
Beech Rintoul
8478b53c18 - Update to 2.44.1
- Add options

PR:		ports/115026
Submitted by:	David Yeske <dyeske@gmail.com>
Approved by:	sat (mentor)
2007-08-07 17:06:36 +00:00
Beech Rintoul
05bebba99d - Add conflicts
Approved by:	sat (mentor, implicit)
2007-08-07 16:54:17 +00:00
Hajimu UMEMOTO
4f9c403aa8 Obey the default BDB version defined in bsd.database.mk. 2007-08-07 16:50:29 +00:00
Hajimu UMEMOTO
a60962f145 - Use OPTIONS.
- Obey the default BDB version defined in bsd.database.mk.
2007-08-07 16:46:22 +00:00
Joe Marcus Clarke
1018eae50c Chase the libpurple shared lib version.
Reported by:	pointyhat via kris
2007-08-07 16:43:15 +00:00