Commit graph

18993 commits

Author SHA1 Message Date
Gabor Kovesdan
717628ee78 - Deprecate: only runs on FreeBSD 4.X/386
- Set EXPIRATION_DATE
2007-04-15 19:08:59 +00:00
Martin Wilke
e3f5e0823d C/C++ preprocessor expands macros and processes '#if', '#include' and
some other directives.

MCPP is an alternative C/C++ preprocessor with the highest conformance,
implementated by Kiyoshi Matsui.  MCPP is especially useful for
debugging the source program which use complicated macros and also
useful for checking portability of the source.  It supports multiple
standards: K&R, ISO C90, ISO C99, and ISO C++98.

Though mcpp could be built as a replacement of GCC's resident
proprocessor or as a subroutine called from some other main program,
this package installs only a stand-alone program named 'mcpp' which
behaves independent from GCC.

WWW: http://mcpp.sourceforge.net/

- Kiyoshi Matsui <kmatsui@t3.rim.or.jp>

PR:		ports/111588
Submitted by:	Kiyoshi Matsui <kmatsui at t3.rim.or.jp>
2007-04-15 18:59:37 +00:00
Martin Wilke
57a3dfa336 EventMachine implements a fast, single-threaded engine for arbitrary network
communications. It's extremely easy to use in Ruby. EventMachine wraps all
interactions with IP sockets, allowing programs to concentrate on the
implementation of network protocols. It can be used to create both network
servers and clients. To create a server or client, a Ruby program only needs
to specify the IP address and port, and provide a Module that implements the
communications protocol. Implementations of several standard network protocols
are provided with the package, primarily to serve as examples. The real goal
of EventMachine is to enable programs to easily interface with other programs
using TCP/IP, especially if custom protocols are required.

WWW: http://rubyforge.org/projects/eventmachine

PR:		ports/111095
Submitted by:	Alexander Logvinov <ports at logvinov.com>
2007-04-15 18:57:50 +00:00
Rong-En Fan
76055f719c Add p5-Devel-Required 0.07, automatic update of required modules
documentation.

PR:		ports/111589
Submitted by:	chinsan
2007-04-15 09:46:33 +00:00
Yen-Ming Lee
b845a4f62e - update to 0.63
PR:		111583
Submitted by:	leeym
Approved by:	chinsan
2007-04-15 09:33:29 +00:00
Li-Wen Hsu
1a08012845 - Update to 1.4.1
Approved by:	clsung (mentor)
2007-04-15 09:25:26 +00:00
Alexander Kabaev
cef16427c4 Unbreak for GCC 4.x. 2007-04-15 04:32:04 +00:00
Cheng-Lung Sung
7b0290a971 - Update to 0.72 2007-04-15 01:00:27 +00:00
Andrew Pantyukhin
26f86cf3c5 - Update hachoir to latest versions:
- core to 0.9.0
- parser to 0.10.0
- metadata to 0.10.0
- urwid to 0.9.0
2007-04-15 00:50:59 +00:00
Joerg Wunsch
63ce34d6a5 Add the Russian message catalog file to pkg-plist. 2007-04-14 20:10:19 +00:00
Kris Kennaway
ccd0f28df5 BROKEN: Incorrect handling of charset.alias 2007-04-14 19:23:34 +00:00
Kris Kennaway
a66def4fb0 IGNORE: Is missing a dependency (causing infinite loop) 2007-04-14 19:06:58 +00:00
Li-Wen Hsu
45fe97aab7 - Remove archaic ports
2007-03-28 devel/crossgo32: Has expired, archaic port
devel/crossgo32-djgpp2: Archaic port
devel/crossgo32-djgpp2-pdcurses: Archaic port

Approved by:	clsung (mentor)
2007-04-14 18:09:22 +00:00
Stefan Walter
a87a0db1b6 Update to 2.0.2. 2007-04-13 19:07:53 +00:00
Nicola Vitale
73fd17b8b1 Cog transforms files in a very simple way: it finds chunks of Python code
embedded in them, executes the Python code, and inserts its output back into
the original file. The file can contain whatever text you like around the
Python code. It will usually be source code.

Author: Ned Batchelder
WWW: http://www.nedbatchelder.com/code/cog/index.html

PR:		ports/111046
Submitted by:	Alex Pesternikov <apesternikov at page2rss.com>
2007-04-13 16:42:45 +00:00
Li-Wen Hsu
c98d6b00d7 - Unbreak port after neon 0.26 import [1]
- Remove 4.x stuff
- Change PORTREVISION?= to PORTREVISION=, this is not a master port
- Remove gmake in BUILD_DEPENDS, we already have USE_GMAKE

PR:		111264 [1]
Submitted by:	Radim Kolar SF.NET <hsn AT sendmail.cz>
Approved by:	Ulf Lilleengen <lulf AT stud.ntnu.no> (maintainer),
	 	clsung (mentor)
2007-04-13 16:08:44 +00:00
Edward Tomasz Napierala
985042c3ae Change my email address to trasz@FreeBSD.org.
Approved by:	miwi (mentor)
2007-04-13 13:03:49 +00:00
Edwin Groothuis
76f2eeed93 Make sysctl check less noisy if compat.linux.osrelease doesn't exist.
Noticed by: INDEX build failure messages

PR:		ports/111524
Submitted by:	Edwin Groothuis <edwin@>
Reviewed by:	Rong-En Fan <rafan@>
Approved by:	Timothy Bourke <timbob@bigpond.com>
2007-04-13 08:48:22 +00:00
Cheng-Lung Sung
1409736de1 - incorrect comment
PointyHat to: myself
2007-04-13 07:45:15 +00:00
Cheng-Lung Sung
7f04129072 ParseTree is a C extension (using RubyInline) that extracts
the parse tree for an entire class or a specific method and
returns it as a s-expression (aka sexp) using ruby's arrays,
strings, symbols, and integers.

WWW: http://rubyforge.org/projects/parsetree/
2007-04-13 07:36:31 +00:00
Mathieu Arnold
e780ddb7d1 Update to 0.06 2007-04-12 17:23:36 +00:00
Martin Matuska
41554dff3f - update to 1.2.a.41
- minor changes to PR

PR:		ports/111402
Submitted by:	bf <bf2006a@yahoo.com>
Reviewed by:	mm
Approved by:	garga (mentor)
2007-04-12 15:35:16 +00:00
Boris Samorodov
84c599ae5f - Use PYTHON_SITELIBDIR in pkg-plist;
- Change DOCSDIR;
- Remove NOPORTDOCS stuff, it's already in bsd.port.mk;
- Add more backup sites in MASTER_SITES.

PR:		111502
Submitted by:	lwhsu
2007-04-12 11:13:03 +00:00
Sergey Matveychuk
e0339bd541 - Update to 2.7.9e 2007-04-12 09:07:28 +00:00
Yen-Ming Lee
d5fc72e88c - update to 5.9 2007-04-12 06:11:54 +00:00
Dryice Dong Liu
a117c911f2 - update to 0.8.0
- remove 4.x stuff
- depends on ctypes if not Python2.5
- add MIRROR
- update my mail address

PR:		111468
Submitted by:	Li-Wen Hsu <lwhsu@freebsd.org>
Approved by:	itetcu (mentor, implicit)
2007-04-12 05:17:06 +00:00
Thierry Thomas
4f5130c0a3 Upgrade to 2.23.1.
Changelog at <http://bouml.free.fr/historic.html>.
2007-04-11 20:17:51 +00:00
Martin Wilke
ad495a845f - Update to 4.0.6
PR:		111446
Submitted by:	Timothy Bourke <timbob@bigpond.com>
2007-04-11 20:11:50 +00:00
Sergey Matveychuk
d785acc73c - Remove BROKEN on 4.x mark 2007-04-11 18:18:51 +00:00
Nicola Vitale
f9c8f13949 - Update to 3.2.1
PR:		ports/110718
Submitted by:	Yoshihiko Sarumaru <mistral at imasy.or.jp> (maintainer)
2007-04-11 17:10:11 +00:00
Joerg Wunsch
3996c2c926 Minor fix for AT90USB* devices.
Submitted by:	Anatoly Sokolov

Also spell-fix `PORTREVISION' *blush*.
2007-04-11 16:08:18 +00:00
Stanislav Sedov
a6a20763a8 - Update to 1.0.4
Changelog:
  * code cleanup.

PR:		ports/111479
Submitted by:	clsung
2007-04-11 15:40:45 +00:00
Joe Marcus Clarke
52e95543cb Update to 2.18.1. 2007-04-11 14:52:49 +00:00
Sergey Matveychuk
6060d4b13d - Get rid of 4.x hacks. 2007-04-11 13:57:28 +00:00
Martin Wilke
11f3b681ba - Update to 2.1.6
- Add static UID/GID support

PR:		111179
Submitted by:	Nick Barkas<snb@threerings.net> (maintainer)
2007-04-11 13:25:11 +00:00
Li-Wen Hsu
26592df2fe - Update to 1.0.4.
- Remove unnecessary FETCH_DEPENDS.
- Add install of viewvc.conf and cvsgraph.conf without overwriting user
  modified files and save them on port deinstall.
- Remove patch-viewvc-install file and pkg-message messages.

PR:		111467
Submitted by:	Alexander Logvinov <ports AT logvinov.com>
Approved by:	Jean-Baptiste Quenot <jbq AT caraldi.com> (maintainer)
		clsung (mentor)
2007-04-11 10:37:05 +00:00
Cheng-Lung Sung
e8e8673182 - Update to 5.4.1 2007-04-11 03:12:45 +00:00
Boris Samorodov
d38befe670 QCT - Qt/PyQt based commit tool
Primary goals:

  1. Platform agnostic (Linux, Windows, MacOS, Cygwin -- and FreeBSD now)
  2. VCS agnostic (bazaar, cvs, git, mercurial, monotone, perforce, subversion)
  3. Good keyboard navigation, keep the typical work-flow simple

Author: Steve Borho <steve@borho.org>
WWW: http://qct.sourceforge.net/
2007-04-10 22:32:08 +00:00
Li-Wen Hsu
53db7a63b8 - Update to 0.15.2 [1]
- Some portlint(1) fix

PR:		111449 [1]
Submitted by:	Radim Kolar SF.NET <hsn AT sendmail.cz> (maintainer) [1]
Approved by:	clsung (mentor)
2007-04-10 18:20:00 +00:00
Li-Wen Hsu
9e6717299a - Update to 0.15.4
PR:		111448
Submitted by:	Radim Kolar SF.NET <hsn AT sendmail.cz>
Approved by:	Ulf Lilleengen <lulf AT stud.ntnu.no> (maintainer),
		clsung (mentor)
2007-04-10 18:12:51 +00:00
Li-Wen Hsu
8dab9097a5 - Update to 0.15
PR:		111447
Submitted by:	Radim Kolar SF.NET <hsn AT sendmail.cz>
Approved by:	Ulf Lilleengen <lulf AT stud.ntnu.no> (maintainer),
		clsung (mentor)
2007-04-10 18:11:40 +00:00
Michael Johnson
2d10ebe20c Update to 2.18.1 2007-04-10 16:42:22 +00:00
Anton Berezin
14ec8e3341 Update to 2.16. 2007-04-10 10:21:36 +00:00
Lars Thegler
84c30893a0 Add p5-Test-Group 0.07, group together related tests in a test suite. 2007-04-10 08:12:10 +00:00
Lars Thegler
dd96890758 Add p5-Test-YAML-Valid 0.03, test for valid YAML. 2007-04-10 07:17:27 +00:00
Lars Thegler
458ecf0b6b Add p5-Test-XML-Valid 0.04, validate XML and XHTML. 2007-04-10 07:02:39 +00:00
Rong-En Fan
ebca52c9a3 - Update to 1.1.20070325
- Pass maintainership to submitter
- While I'm here, enable wide character support on newer system

PR:		ports/111385
Submitted by:	Martin Tournoij <carpetsmoker at xs4all.nl>
2007-04-10 05:40:23 +00:00
Joe Marcus Clarke
966a1c3dfe Update to 2.18.0. 2007-04-10 04:37:28 +00:00
Joerg Wunsch
a054f47abd Fix pkg-plist after version upgrade.
Reminded by: pointyhat.
2007-04-09 19:29:25 +00:00
Stefan Walter
b662386613 Update to 0.11.2.
PR:		111367
Submitted by:	maintainer
2007-04-09 18:07:47 +00:00
Michael Johnson
ba9a368f55 Update to 2.18.1 2007-04-09 15:09:55 +00:00
Nicola Vitale
85247a9513 - Update to 0.3.5 2007-04-09 14:20:02 +00:00
Cheng-Lung Sung
7bee57032f - Update to 0.96 2007-04-09 12:28:06 +00:00
Akinori MUSHA
c1405d1c83 Add svn_load_dirs, a Perl script to load directories into a Subversion
repository.
2007-04-09 09:58:59 +00:00
Andrew Pantyukhin
edf4695436 - Update chora to 2.0.2
PR:		ports/110827 (based on)
Submitted by:	Beech Rintoul <beech@alaskaparadise.com> (maintainer)
2007-04-09 09:58:25 +00:00
Oliver Lehmann
1d83b817cb fix compile on 32bit platforms
Noted by:	pointyhat
2007-04-09 08:59:42 +00:00
Cheng-Lung Sung
4bae6de282 - Update to 0.38 2007-04-09 08:04:40 +00:00
Ying-Chieh Liao
ce5d8634be add eventxx 0.4
A C++ wrapper for libevent
2007-04-09 02:50:59 +00:00
Cheng-Lung Sung
a5a8194add - Update to 3.002
PR:		ports/111318
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2007-04-09 02:03:23 +00:00
Cheng-Lung Sung
115babcdde - Update to 1.28 2007-04-09 02:00:50 +00:00
Li-Wen Hsu
4aa70d2615 - Add missing items in pkg-plist in last commit
Approved by:	clsung (mentor)
Reported by:	kris via pointyhat
Pointy Hat to:	lwhsu
2007-04-09 01:31:09 +00:00
Li-Wen Hsu
6d7c988f38 - Add missing pkg-plist in last commit
Approved by:	clsung (mentor)
Reported by:	kris via pointyhat
Pointy Hat to:	lwhsu
2007-04-09 01:17:31 +00:00
Andrew Pantyukhin
1e0d8c9112 - Introduce bsd.horde.mk
- Convert most horde ports
- Tested vigorously, but hastily

Prodded by:	pointyhats via kris
Approved by:	Beech Rintoul <beech@alaskaparadise.com> (maintainer)
2007-04-08 23:42:31 +00:00
Thierry Thomas
8bfbfa6bee Upgrade to 2.23.
Changelog at <http://bouml.free.fr/historic.html>.
2007-04-08 22:30:57 +00:00
Alex Dupre
ec0468f41b Update to 1.1.1 release. 2007-04-08 19:39:17 +00:00
Lars Thegler
ec07091fe1 Update to 3.6. Remove 4.x cruft. 2007-04-08 15:21:39 +00:00
Lars Thegler
172779e230 Update to 0.20. Remove 4.x cruft. 2007-04-08 15:04:12 +00:00
Oliver Braun
afba818242 * Fix mastersite which makes it fetchable again.
* Remove broken et al.

PR:		ports/111379
Submitted by:	Jason Harris <jharris@widomaker.com>
2007-04-08 14:58:02 +00:00
Oliver Braun
d2d534d2b5 Mark broken and deprecated since is gone 2007-04-08 09:52:44 +00:00
Ade Lovett
10e7fddb32 Unconditionally disable threading, it is apparently causing some
edge cases to fail, and the previous version of gettext was unthreaded,
so we're not losing anything.

Note that if you've already rebuilt gettext to 0.16.1, you only need
to upgrade gettext, and not everything that depends on it.

Thanks to those that reported the issue, and both gnome@ and kde@ for
confirming that this change does not cause any issues there.
2007-04-08 05:53:10 +00:00
Yen-Ming Lee
4c158c7db3 - update to 0.37 2007-04-08 00:04:02 +00:00
Li-Wen Hsu
398cbaa331 - Add backup MASTER_SITE
- Remove stale MASTER_SITE

Approved by:	clsung (mentor)
2007-04-07 23:40:09 +00:00
Li-Wen Hsu
943816f90a - Add backup MASTER_SITE
- Remove contiguous blank lines

Approved by:    clsung (mentor)
2007-04-07 23:35:16 +00:00
Li-Wen Hsu
1dac3b97f1 - Add backup MASTER_SITE
Approved by:    clsung (mentor)
2007-04-07 23:33:05 +00:00
Joe Marcus Clarke
99b87e44c2 Mark g-wrap NOT_FOR_ARCHS=ia64.
Reported by:	pointyhat via kris
2007-04-07 21:20:21 +00:00
Cheng-Lung Sung
cb4f4d8275 - make fetchable, project has new home
- update MASTER_SITE and WWW

PR:		ports/111153
Submitted by:	Thomas Abthorpe <thomas_AT_goodking dot ca>
Approved by:	maintainer (Samy Bahra)
2007-04-07 10:40:37 +00:00
Cheng-Lung Sung
c38b25174f - Update to 0.34
PR:		ports/111322
Submitted by:	maintainer (Lapo Luchini)
2007-04-07 10:37:45 +00:00
Lars Balker Rasmussen
135998aa63 Update to 0.20 2007-04-07 05:48:53 +00:00
Joerg Wunsch
6cc7ee7ef2 Upgrade to GCC 4.1.2.
Add support for AT90PWM1, ATmega32[59]0?P, AT90USB82/162.
2007-04-07 05:37:51 +00:00
Joerg Wunsch
663cb32ca1 Add AT90PWM1, AT90USB82/162, and ATmega32[59]0?p devices. 2007-04-07 05:34:57 +00:00
Cheng-Lung Sung
2bc6a23192 - grab maintainer ship
PR:		ports/111254
Submitted by:	maintainer (Josh Paetzel)
2007-04-07 04:13:33 +00:00
Marcus Alves Grando
485a99e708 - Update to 1.5
Approved by:	jmelo (maintainer)
2007-04-07 01:01:32 +00:00
Marcus Alves Grando
bdbb9d66b8 - Bump PORTREVISION and change LIB_DEPENDS to reflect libevent update. 2007-04-06 18:28:46 +00:00
Marcus Alves Grando
afa293e559 - Update to 1.3b
PR:		109923
Submitted by:	Gea-Suan Lin <gslin___gslin.org>
2007-04-06 18:27:08 +00:00
Thierry Thomas
791a15f52a Fix plist.
Reported by:	pointyhat via Kris
2007-04-06 16:25:33 +00:00
Lars Balker Rasmussen
9c031ea13f Update to 0.19 2007-04-06 08:42:18 +00:00
Lars Balker Rasmussen
b140e96e01 New port: devel/p5-Task-Weaken, Ensure that a platform has weaken support 2007-04-06 08:21:03 +00:00
Cheng-Lung Sung
f5bb8217fb - Update to 1.463 2007-04-06 07:00:33 +00:00
Yen-Ming Lee
e40f0d7673 - unbreak this port 2007-04-05 23:00:21 +00:00
Nicola Vitale
473516f386 - Update 1.1
- Remove files/patch-setup.py
2007-04-05 16:37:57 +00:00
Anton Berezin
f8fcd8a8b5 Add devel/p5-Data-GUID 0.043, a Perl module to generate globally unique
identifiers.
2007-04-05 15:41:43 +00:00
Martin Matuska
8413b1b1d5 - updated maintainer e-mail address
Approved by:	garga (mentor)
2007-04-05 13:19:09 +00:00
Lars Thegler
b14650580e Update to 1.10 2007-04-05 12:29:41 +00:00
Oliver Lehmann
be7787d5bc add libwfut - WorldForge update library 2007-04-05 09:40:46 +00:00
Stanislav Sedov
ff34a52f25 - Add patch, forgotten in the previos commit.
Reported by:		many
Still having a bad day:	me
2007-04-05 09:19:13 +00:00
Stefan Walter
5103e38cb8 - Unbreak/ignore with PHP 5.
- Assign maintainership to submitter.

PR:		111255
Submitted by:	"Josh Paetzel" <josh@tcbug.org>
2007-04-05 08:49:13 +00:00
Oliver Lehmann
fbea64084c update to 1.1.1 2007-04-05 04:44:24 +00:00
Li-Wen Hsu
96a3596ae5 - Update to 0.8.0
- Fix DOCSDIR
- Assign to python@FreeBSD.org

Approved by:     clsung (mentor)
2007-04-05 02:17:16 +00:00
Li-Wen Hsu
e53f7075b2 - Update to 1.9.1
Approved by:     clsung (mentor)
2007-04-05 02:15:28 +00:00
Andrew Pantyukhin
a357f58e9f - Update to 0.8.22 2007-04-04 21:53:39 +00:00