Commit graph

19331 commits

Author SHA1 Message Date
Tom McLaughlin
84999ebb17 Remove expired port.
- Module rolled into www/py-mechanize by author

PR:	109573
2007-06-11 01:31:02 +00:00
Ion-Mihai Tetcu
8d353454ab remove 4.x support
PR:		ports/111858
Submitted by:	araujo@
Approved by:	maintainer
2007-06-10 23:21:57 +00:00
Joe Marcus Clarke
8289f56520 Update to 2.12.10. 2007-06-10 22:10:59 +00:00
Martin Wilke
ba2750c21e PHPUnit3 is a regression testing framework used by the developer
who implements unit tests in PHP5. It is based upon JUnit, which
can be found at http://www.junit.org/.

WWW: http://www.phpunit.de/

PR:		112737
Submitted by:	Gerrit Beine<gerrit.beine@gmx.de>
Repocopied by:	marcus
2007-06-10 11:16:29 +00:00
Martin Wilke
6fe12ee091 - Respect CC
- Fully respect CFLAGS
- Remove optimization flags
- Don't build with debug symbols
- Bump PORTREVISION

Submitted by:	ehaupt@
2007-06-10 10:28:27 +00:00
Rong-En Fan
0d17ea06d3 - Remove two non-existent directories 2007-06-10 09:04:44 +00:00
Rong-En Fan
f97b7cd3fe - Fix LUA interface by replacing malloc.h to stdlib.h
PR:   	  	    ports/113513
Submitted by: 	    Scot Hetzel <swhetzel at gmail.com>
2007-06-10 08:02:56 +00:00
Oliver Lehmann
1396d02b62 bump PORTREVISION because of recent USE_GCC=3.4 change 2007-06-10 07:38:57 +00:00
Oliver Lehmann
41d0b23746 set USE_GCC=3.4
bump PORTREVISION
2007-06-10 07:37:26 +00:00
Alejandro Pulver
3261adb763 - Set BROKEN because distfile has been deleted.
- Set DEPRECATED and EXPIRATION_DATE because it is no longer being developed.
2007-06-09 19:12:05 +00:00
Joe Marcus Clarke
5b0231982d Update to 0.81.1. 2007-06-09 18:56:06 +00:00
Martin Wilke
032d935bc4 - Update to 3.2.0
PR:		113481
Submitted by:	Nils M Holm <nmh@t3x.org> (maintainer)
2007-06-09 13:33:28 +00:00
Li-Wen Hsu
c10c9492c6 - Update to 1.2.5
PR:		ports/113492
Submitted by:	Antoine Brodin <antoine.brodin AT laposte.net> (maintainer)
2007-06-09 12:51:35 +00:00
Stefan Walter
cfa64483d0 Update to 2.0.4. 2007-06-09 09:29:57 +00:00
Cheng-Lung Sung
96a0f3e93b - Update to 0.04 2007-06-09 06:18:20 +00:00
Cheng-Lung Sung
fdc7e458fc - Update to 5.9.1 2007-06-09 06:12:34 +00:00
Cheng-Lung Sung
f02a42cec2 - Update to 0.33 2007-06-09 02:36:10 +00:00
Cheng-Lung Sung
76bfbe157c - Update to 1.62 2007-06-09 02:35:37 +00:00
Martin Wilke
2b49e0603b - Update to 2.62
PR:		113428
Submitted by:	Marcus von Appen<mva@sysfault.org> (maintainer
2007-06-08 18:04:34 +00:00
Cheng-Lung Sung
5f8dcb3110 - Update to 0.04
- drop maintainership

PR:		ports/112431
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2007-06-08 07:20:05 +00:00
Li-Wen Hsu
2dc7c3f941 - Update to 2007f 2007-06-07 10:47:55 +00:00
Philip Paeps
52a8bdc32c Luabind is a library that helps you create bindings between C++ and
Lua. It has the ability to expose functions and classes, written
in C++, to Lua. It will also supply the functionality to define
classes in lua and let them derive from other lua classes or C++
classes. Lua classes can override virtual functions from their C++
baseclasses. It is written towards Lua 5.x, and does not work with
Lua 4.

It is implemented utilizing template meta programming. That means
that you don't need an extra preprocess pass to compile your project
(it is done by the compiler). It also means you don't (usually)
have to know the exact signature of each function you register,
since the library will generate code depending on the compile-time
type of the function (which includes the signature). The main
drawback of this approach is that the compilation time will increase
for the file that does the registration, it is therefore recommended
that you register everything in the same cpp-file.

WWW: http://www.rasterbar.com/products/luabind.html

PR:		ports/113443
Submitted by:	Dmitry Marakasov <amdmi3 at amdmi3.ru>
2007-06-07 09:09:09 +00:00
Lars Thegler
92c879543e It is only the sparc version that does not work on 7.x. i386 and amd64 work fine.
Submitted by:	"M. Warner Losh" <imp@bsdimp.com>
2007-06-07 08:18:44 +00:00
Cheng-Lung Sung
3b9e71f6e3 - Update to 0.31 2007-06-07 07:11:02 +00:00
Pav Lucistnik
b05482dc57 - Update to 0.7.3
PR:		ports/112991
Submitted by:	Alexander Logvinov <ports@logvinov.com>
Approved by:	Jonathan Weiss <jw@innerewut.de> (maintainer)
2007-06-06 13:53:26 +00:00
Martin Wilke
cad484f4ce Lock files are used on Unix-like systems as a means of synchronization among
processes. Only one process can hold a lock file. Other processes that want to
acquire it have to wait until it is released by the holder.

In this module the lock file is implemented as an empty regular file,
exclusively locked using fcntl.flock. The file is removed when it is to be
released.

WWW: http://martin.horcicka.eu/python/lock_file/

PR:		ports/113392
Submitted by:	Martin Horcicka <martin at horcicka.eu>
2007-06-06 13:28:20 +00:00
Pav Lucistnik
6fc312ddd4 - Update to 8.3
PR:		ports/112197
Submitted by:	Lev Walkin <vlm@lionet.info> (maintainer)
2007-06-06 13:15:38 +00:00
Martin Wilke
9b461cfa61 - Update to 0.4.0
PR:		113389
Submitted by:	R.Mahmatkhanov <R.Mahmatkhanov@SKYLINK.ru> (maintainer)
2007-06-06 10:59:48 +00:00
Martin Wilke
a66879d78b - Fix pkg-plist
PR:		113348
Submitted by:	Robert Gogolok<gogo@cs.uni-sb.de> (maintainer)
2007-06-06 10:39:17 +00:00
Martin Wilke
df3bc24d80 - Fix RUN_DEPENDS
Submitted by:	pointyhat via kris
2007-06-06 08:02:19 +00:00
Mark Linimon
8f16c259c4 Reset jeh@FreeBSD.org, who is away from FreeBSD work for a while.
Hat:		portmgr
2007-06-06 07:54:08 +00:00
Mark Linimon
6924e88034 Reset filippo.natali@gmail.com, who is very short on free time right now.
Hat:		portmgr
2007-06-06 07:45:35 +00:00
Cheng-Lung Sung
0ba02eed43 - Update to 0.80
PR:		ports/112239
Submitted by:	clsung
Approved by:	maintainer (Anatoliy Dmytriyev)
2007-06-06 07:34:12 +00:00
Martin Wilke
a3d38765f0 Sid is a LL(1) parser generator that turns specifications of languages into
programs that recognise those languages. One of the aims of sid was to separate
the specification of the language to be recognised from the language that the
recogniser program is written in. For this reason, input to sid is split into
two components: output language independent information, and output language
dependent information.

PR:		ports/113128
Submitted by:	The Akuma Project
2007-06-06 06:00:31 +00:00
Michael Johnson
bcdbb9967a Update to 0.3.12 2007-06-05 16:15:33 +00:00
Martin Wilke
7064722c15 The linxt Perl script is a Unix command line tool for communicating
with the Lego Mindstorms Robotics NXT brick. It can be used to
query the brick for information like firmware version, battery
level, etc. and also to upload robotics programs compiled with
NBC/NXC.

PR:		ports/112606
Submitted by:	Jason Bacon <bacon at smithers.neuro.mcw.edu>
2007-06-05 13:37:58 +00:00
Martin Wilke
eea0212e09 Device::USB, Perl wrappers for libusb. This
port is a dependency for others on the way regarding Lego
Mindstorms NXT software.

PR:		ports/112605
Submitted by:	Jason Bacon <bacon at smithers.neuro.mcw.edu>
2007-06-05 13:34:22 +00:00
Ade Lovett
6634efc54f Various slave ports are broken with the new gcc 4.2 in HEAD.
For simplicities sake, mark the master port as broken until such
time as it can be fixed.

Submitted by:	krismail
Approved by:	maintainer on sabattical
2007-06-05 10:09:52 +00:00
Martin Wilke
c55574321c These are a few data structures, classes and functions
which we've needed over many years of Python
programming and which seem to be of general use to
other Python programmers. Many of the modules that
have existed in pyutil over the years have subsequently
been obsoleted by new features added to the Python
language or its standard library, thus showing that
we're not alone in wanting tools like these.

WWW:	http://zooko.com/repos/pyutil/

PR:		ports/113185
Submitted by:	Chao Shin <quakelee at cn.FreeBSD.org>
2007-06-05 07:12:31 +00:00
Martin Wilke
ac5a4075a8 - Update to 1.2.1
PR:		112734
Submitted by:	Gerrit Beine<gerrit.beine@gmx.de> (maintainer)
2007-06-05 06:28:07 +00:00
Alejandro Pulver
7568f71850 - Remove BROKEN (plist was fixed in the previous commit). 2007-06-05 05:59:35 +00:00
Lars Balker Rasmussen
bc01ad4bcf Update to 0.19 2007-06-04 22:11:11 +00:00
Lars Balker Rasmussen
fe45d92582 Update to 0.07 2007-06-04 22:08:53 +00:00
Martin Wilke
2e358a3f69 - Update to 0.840
PR:		113294
Submitted by:	hideo <hideo@lastamericanempire.com> (maintainer)
2007-06-04 19:42:26 +00:00
Martin Wilke
3bdc432f13 PyUSB is a native Python module written in C (meanwhile, because the next major
version will use ctypes), that provides USB access for it.

WWW: http://pyusb.berlios.de/

PR:		ports/112641
Submitted by:	R.Mahmatkhanov <R.Mahmatkhanov at SKYLINK.ru>
2007-06-04 19:40:09 +00:00
Alejandro Pulver
d6db178261 - Update to version 3.1. 2007-06-04 19:33:59 +00:00
Erwin Lansing
d16e6fb5e3 Update to 0.19 2007-06-04 17:10:44 +00:00
Gabor Kovesdan
5f84e39be8 Remove expired ports:
2007-05-15 devel/ups-debug: only runs on FreeBSD 4.X/386
2007-03-10 korean/han: Broken on all supported versions of FreeBSD
2007-05-11 net/tspc2: development is discontinued
2007-06-04 12:02:31 +00:00
Martin Wilke
6221519dd2 Lexi translates a description of a lexical analyser into code implementing that
analyser.

WWW:	http://www.akumaproject.org/ (notes webpage is in progress)

PR:		ports/113124
Submitted by:	The Akuma Project
2007-06-04 06:45:49 +00:00
Martin Wilke
86510c76ae - Fix build on AMD64
Submitted by:   ponityhat via kris
                Kiyoshi Matsui<kmatsui@t3.rim.or.jp> (maintainer)
2007-06-04 06:22:03 +00:00
Cheng-Lung Sung
278a0153fa - Update to 1.03
- assign to perl@
2007-06-03 13:56:43 +00:00
Lars Thegler
c56caae75c Update to 1.11 2007-06-02 20:05:22 +00:00
Oliver Lehmann
83a39df5a4 the Atlas lib compiled with gcc 4 does not work, so move back to gcc 3.4 2007-06-02 17:57:24 +00:00
Gabor Kovesdan
5d0048e5b4 Remove expired ports:
2007-05-20 devel/agenda-libs: Agenda VR3 is dead for long time
2007-05-20 devel/agenda-headers: Agenda VR3 is dead for long time
2007-05-20 devel/agenda-snow-libs: Agenda VR3 is dead for long time
2007-05-20 devel/agenda-static-libs: Agenda VR3 is dead for long time
2007-05-20 devel/mipsel-linux-binutils: This is Agenda VR3-specific port, and Agenda VR3 is dead for long time.
2007-05-20 devel/mipsel-linux-gcc: This is Agenda VR3-specific port, and Agenda VR3 is dead for long time.
2007-05-20 devel/mipsel-linux-kernel-headers: This is Agenda VR3-specific port, and Agenda VR3 is dead for long time.
2007-06-02 15:37:57 +00:00
Michael Johnson
f2ae9f3e0b - Retire gstreamer 0.8.0 2007-06-01 20:43:43 +00:00
Michael Nottebrock
52f174f280 Prevent qmake from running again here as well. 2007-06-01 20:39:24 +00:00
Lars Balker Rasmussen
dc58e0efc9 Update to 0.22 2007-06-01 15:42:50 +00:00
Lars Balker Rasmussen
b63c225013 Update to 0.38 2007-06-01 15:39:29 +00:00
Lars Thegler
589f8fca25 Update to 1.65 2007-06-01 14:09:42 +00:00
Li-Wen Hsu
1c7f695330 - Update to 0.8.0
- Use CHEESESHOP in MASTER_SITES
2007-06-01 08:09:11 +00:00
Jimmy Olgeni
23789ac118 Switch to codebase from googlecode.com, and add a quick fix to the function search code. 2007-05-31 09:15:15 +00:00
Li-Wen Hsu
665acdb37f - Update to 4.21
- Take maintainership
2007-05-31 06:55:34 +00:00
Joe Marcus Clarke
40300e67a0 Presenting GNOME 2.18.2 for FreeBSD. See
http://mail.gnome.org/archives/devel-announce-list/2007-May/msg00004.html for
a list of all the changes in this release.
2007-05-31 05:54:57 +00:00
Joe Marcus Clarke
0632411f36 Make sure we only read in sector-sized chunks from the disk to avoid EINVAL
errors.  This will fix problems detecting FAT file systems on certain media
that does not use a 512-byte sector size.

Reported by:	James Snyder <jbsnyder@gmail.com>
Tested by:	James Snyder <jbsnyder@gmail.com>
2007-05-30 20:20:09 +00:00
Martin Wilke
3fae1bf132 - Update to 0.16.0
PR:		113085
Submitted by:	Radim Kolar SF.NET <hsn@sendmail.cz> (maintainer)
2007-05-30 06:08:45 +00:00
Ade Lovett
20e4e38d89 Fix gettext charset.alias overwriting breakage.
Maintainer currently has commit bit in safe-keeping.
2007-05-30 04:48:36 +00:00
Cheng-Lung Sung
15b6aba1a2 - Update to 0.67 2007-05-30 02:27:25 +00:00
Cheng-Lung Sung
2ba6897743 - Update to 0.11
- byebye the 'if ${PERL_LEVEL} < 500601' parts
2007-05-30 02:21:33 +00:00
Thierry Thomas
3b86d9e117 Upgrade to 2.27.
Changelog at <http://bouml.free.fr/historic.html>.
2007-05-29 22:19:42 +00:00
Joe Marcus Clarke
6eb2e21a15 Add --disable-Werror to fix the build with GCC 4.2
PR:		113108
2007-05-29 20:52:20 +00:00
Ade Lovett
bfe8a9ab27 Fix build on -CURRENT. openmp support with gcc 4.2 is autodetected but
is broken if threads are disabled (which they are).  This results in
msgmerge segfaulting all over the place.

Since (a) this is -CURRENT only and (b) has no effect on -STABLE,
PORTREVISION is not being bumped.

Submitted by:	kris
2007-05-29 17:11:49 +00:00
Martin Wilke
3e21467180 The phpDocumentor tool is a standalone auto-documentor similar to JavaDoc
written in PHP. It differs from PHPDoc in that it is MUCH faster, parses a much
wider range of php files, and comes with many customizations including 11 HTML
templates, windows help file CHM output, PDF output, and XML DocBook peardoc2
output for use with documenting PEAR. In addition, it can do PHPXref source
code highlighting and linking.

Features (short list):
-output in HTML, PDF (directly), CHM (with windows help compiler), XML DocBook
-very fast
-web and command-line interface
-fully customizable output with Smarty-based templates
-recognizes JavaDoc-style documentation with special tags customized for PHP 4
-automatic linking, class inheritance diagrams and intelligent override
-customizable source code highlighting, with phpxref-style cross-referencing
-parses standard README/CHANGELOG/INSTALL/FAQ files and includes them
 directly in documentation
-generates a todo list from @todo tags in source
-generates multiple documentation sets based on @access private, @internal and
 {@internal} tags
-example php files can be placed directly in documentation with highlighting
 and phpxref linking using the @example tag
-linking between external manual and API documentation is possible at the
 sub-section level in all output formats
-easily extended for specific documentation needs with Converter
-full documentation of every feature, manual can be generated directly from
 the source code with "phpdoc -c makedocs" in any format desired.
-current manual always available at http://www.phpdoc.org/manual.php
-user .ini files can be used to control output, multiple outputs can be
 generated at once

WWW: http://pear.php.net/package/PhpDocumentor/

PR:		ports/112744
Submitted by:	Gerrit Beine (<gerrit.beine at gmx.de>)
2007-05-29 16:15:08 +00:00
Tilman Keskinoz
c156112be4 Fix build on CURRENT 2007-05-29 15:56:58 +00:00
Cheng-Lung Sung
d318429227 Add p5-ShipIt 0.50, software release tool.
PR:		ports/112376
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2007-05-29 02:46:53 +00:00
Jeremy Messenger
9ce107895c Update to 3.2.2. 2007-05-29 02:37:42 +00:00
Cheng-Lung Sung
4bd213230b Add p5-Devel-ebug 0.48, a simple, extensible Perl debugger.
PR:		ports/112352
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2007-05-29 01:59:42 +00:00
Jeremy Messenger
985d089272 Update to 2.14.3. 2007-05-28 23:34:38 +00:00
Jeremy Messenger
47fbbd59a3 Update to 3.2.1. 2007-05-28 22:53:35 +00:00
Joe Marcus Clarke
9868a59e52 Update to 0.1.6. 2007-05-28 21:48:45 +00:00
Joe Marcus Clarke
46115bd946 Update to 2.14.9. 2007-05-28 21:19:28 +00:00
Gabor Kovesdan
69b3e01edb Remove expired ports:
2007-05-24 devel/ruby-inline: New versions only available in rubygems. Use devel/rubygem-inline instead.
2007-05-15 devel/tkref: is seriously outdated, take a look at http://www.tcl.tk/doc/ for TCL/TK documentation
2007-05-28 16:09:59 +00:00
Kirill Ponomarev
e6ff7fc305 Fix leftovers.
Submitted by:	mnag
2007-05-28 14:47:35 +00:00
Kirill Ponomarev
d8e8830722 Update to 7.1 2007-05-28 12:45:17 +00:00
Sergey Skvortsov
9cf6f3df33 * fix dependencies
* fix perl path [1]

PR:		ports/112257 [1]
Submitted by:	Christopher McCrory<chrismcc+freebsd xx pricegrabber.com> [1]
2007-05-28 12:03:47 +00:00
Dirk Meyer
e27d668404 - update to 2.0.1 2007-05-28 08:45:15 +00:00
Alexander Botero-Lowry
6e7faaeeed - obey CFLAGS
- make WITHOUT_GUI work properly

PR:		113030
Submitted by:	Ed Schouten <ed@fxq.nl>
Approved by:	anholt (maintainer)
2007-05-27 23:43:32 +00:00
Martin Wilke
54ead12ec2 - Update to 1.4.6
Approved by:	maintainer implicit
2007-05-27 22:31:37 +00:00
Martin Wilke
de73616bc1 - Update to 2.6.4
PR:		112831
Submitted by:	Kiyoshi Matsui<kmatsui@t3.rim.or.jp> (maintainer)
2007-05-27 21:52:43 +00:00
Martin Wilke
68674f462f Crow is a modern GUI builder for the GTK+ toolkit. It is an advanced
IDE-embeddable RAD tool designed to fulfill the needs of desktop programmers
who want to create multi-platform GTK+ based applications with minimal
GUI coding. Crow is full-featured yet lightweight: its tree-based Property
Explorer solves many GUI constructing tasks in a versatile manner without
additional popup dialogs. The project is targeted to develop a tool that
is coherent and productive for experienced GTK+ users as well as simple
and accessible for newcomers.

WWW: http://crow-designer.sourceforge.net/

PR:		ports/112618
Submitted by:	Yinghong.Liu <liu_yinghong at yahoo.com.cn>
2007-05-27 21:50:37 +00:00
Martin Wilke
96519d4f3e GuiLoader is a high-performance and compact GuiXml loader library.
This library allows GTK+ applications to create GUI widgets and
objects at run-time from GuiXml resource files. GuiLoader is
written in the C language as a GObject subclass and has
a trivial language-independent API. GuiLoader was designed to be
easily wrapped for any language that has GTK+ bindings.

WWW: http://crow-designer.sourceforge.net/

PR:		ports/112618
Submitted by:	Yinghong.Liu <liu_yinghong at yahoo.com.cn>
2007-05-27 21:49:08 +00:00
Martin Wilke
d5574337d3 GuiLoader/C++ is a C++ binding to the GuiLoader library. It is a convenience
layer that simplifies development of GuiLoader based applications written
in the C++ language by introducing exception safety, binding GTK+ objects
defined in GuiXml to C++ variables and type-safe dynamic connection to signals.

WWW: http://crow-designer.sourceforge.net/

PR:		ports/112618
Submitted by:	Yinghong.Liu <liu_yinghong at yahoo.com.cn>
2007-05-27 21:47:33 +00:00
Sergey Skvortsov
bd6151d705 Update to 1.16 2007-05-27 19:33:18 +00:00
Sergey Skvortsov
76d0b7b299 Update to 1.25 2007-05-27 19:23:44 +00:00
Sergey Skvortsov
d7038df8a6 Update to 1.7 2007-05-27 19:22:02 +00:00
Sergey Skvortsov
9b74887582 Update to 1.16
Changes:	http://search.cpan.org/src/ROBM/Cache-FastMmap-1.16/Changes
2007-05-27 19:19:08 +00:00
Kris Kennaway
45a31f7875 Revert previous commit, I overlapped with the fix
Submitted by:	pav
2007-05-27 18:55:06 +00:00
Martin Wilke
8635bf8045 - Update to 5.0
PR:		113032
Submitted by:	Yoshihiko Sarumaru <mistral@imasy.or.jp> (maintainer)
2007-05-27 17:41:23 +00:00
Marcelo Araujo
c06193dbf4 - Update to 2.5.
- Removed patch files.
- rm files/patch-rp2gen_symtab.c.
- rm files/patch-secure_secure_init.c.

PR:		ports/112919
Submitted by:	Nils Vogels <nivo+kw+ports.bfa274@is-root.com>
Approved by:	itetcu (mentor)
2007-05-27 17:03:02 +00:00
Sergey Skvortsov
026aeb17d8 Update to 0.41
Changes:	http://search.cpan.org/src/NEELY/Data-Serializer-0.41/Changes
PR:		ports/112360
Submitted by:	Steven Kreuzer <skreuzer xx f2o.org>
2007-05-27 14:29:20 +00:00
Sergey Skvortsov
8cae499a7c Update to 1.57
PR:		ports/111918
Submitted by:   Paul Dlug <paul xx aps.org>
2007-05-27 14:23:52 +00:00