Commit graph

18949 commits

Author SHA1 Message Date
Rong-En Fan
54a57d9dc9 - Add FreeBSD keyword for easier tracking 2007-04-16 04:19:43 +00:00
Rong-En Fan
c949190577 - Update to 5.6 snapshot 20070414 2007-04-16 04:18:46 +00:00
Rong-En Fan
4029693bb5 - Make manual pages macros more like what we have in src/lib/ncurses. This
makes easier update in the base system.
- Remove 4.x support in devel/ncurses
2007-04-16 04:17:14 +00:00
Joe Marcus Clarke
dd184e992e Update to 0.75.0
* Fix some issues with iso9660, linux_raid, hfs, and via_raid detection from
  vendor
* "Fix" detection of FAT32 volumes that have bad fsinfo signatures.  This makes
  FAT32 detection more lax, but since FreeBSD allows mounting of FAT32
  volumes with bad fsinfo blocks, this won't be too big of a deal.  In fact
  this should fix problems some users are seeing with HAL not being able
  to mount certain FAT32 volumes.
2007-04-16 04:06:56 +00:00
Gabor Kovesdan
d4d4877cb1 - Remove FreeBSD 4.X support from unmaintained ports in categories starting with
letter d-e
2007-04-15 19:15:42 +00:00
Martin Wilke
418bcaa4ff - Update to 1.3.1
PR:		111452
Submitted by:	Nemo Liu<nemoliu@gmail.com> (maintainer)
2007-04-15 19:13:51 +00:00
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