Commit graph

170992 commits

Author SHA1 Message Date
Cheng-Lung Sung
4fc120b073 - Removed 4.x support.
PR:		ports/108741
Submitted by:	maintainer (Beech Rintoul)
2007-02-14 03:04:34 +00:00
Cheng-Lung Sung
aeaecfd71e - Update to 2.10
PR:		ports/109066
Submitted by:	maintainer (Alexander Zhuravlev)
2007-02-14 03:02:55 +00:00
Cheng-Lung Sung
186f2ed7a1 - Update to 1.03 2007-02-14 03:02:12 +00:00
Cheng-Lung Sung
9cc045b309 - fix dependency path of rubygem-sqlite3(ruby-sqlite3, previous)
PR:		ports/109067
Submitted by:	clsung
Approved by:	maintainer (Jonathan Weiss)
2007-02-14 02:35:55 +00:00
Kevin Lo
7a7fd6d24d Add devel/py-setuptool to BUILD_DEPENDS and RUN_DEPENDS.
PR: ports/109141
Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org>
2007-02-14 02:01:04 +00:00
Cheng-Lung Sung
5cb5536b3c - Update to 1.03
PR:		ports/109127
Submitted by:	clsung
Approved by:	maintainer (Yuan-Chung Hsiao)
2007-02-14 01:46:37 +00:00
Maho Nakata
7d595db8f3 A workaround to prevent hangs up during the build with
ATLAS. AFAIK, this happens only for i386.

Approved by:	maintainer
2007-02-14 01:45:28 +00:00
Maho Nakata
7deb85057f Now WITH_ATLAS, WITH_BLAS knobs work correctly.
Also pass configure the path to libeiof.
2007-02-14 00:54:34 +00:00
Cheng-Lung Sung
fbb60722e8 Module::CPANTS::Analyse - Generate Kwalitee ratings for a distribution
Kwalitee is inexact quality:
* All dependencies in Makefile.PL or the Module::Build equivalent
* Well-tested
* Well-documented
* Documents match code match tests
* Covered well
* Pod passes Test::Pod
* All hyperlinks work

WWW: http://search.cpan.org/dist/Module-CPANTS-Analyse/
2007-02-14 00:35:56 +00:00
Mikhail Teterin
528c640933 Hush a few more warnings to allow building with -Wall -Werror.
Notified by:	kris
2007-02-13 23:39:15 +00:00
Thierry Thomas
5ed565605a Add a desktop entry.
Suggested by:	Tjong-A-Hung <G.V.Tjong-A-Hung (at) student.TUDelft.NL>
2007-02-13 22:59:42 +00:00
Stanislav Sedov
86c81b12ec - Fix file reference in man page
- Fix WWW
- Prepare pkg-plist for djview4 addition
- Take maintainership.
2007-02-13 22:34:51 +00:00
Joe Marcus Clarke
ece2e2c201 Update to 2.12.1. 2007-02-13 22:19:23 +00:00
Thierry Thomas
f5de0573d4 Upgrade to 2.13.
Changelog at <http://billposer.org/Software/a2b.html#changelog>.
2007-02-13 22:01:37 +00:00
Mark Linimon
b0904b6955 Combine all like terms to get another 10% speedup in processing time.
There is no change in any of the individual terms; this is merely a
rearrangement.

This change undoes what I was trying to do back in 2004 of breaking up
each individual test into a grep, for readability.  The performance of
the script has continued to suffer as new greps were added over time,
to the point where this is now a bad tradeoff.
2007-02-13 21:58:21 +00:00
Emanuel Haupt
04413a181c Update to 0.1.13 2007-02-13 21:56:13 +00:00
Thierry Thomas
36609a7eb2 Chase another silent update.
Full diff at
<http://people.freebsd.org/~thierry/ports/bouml-070205_070212.diff>
(mostly removing a tmp file).

Reported by:	pointyhat via Kris
2007-02-13 21:43:10 +00:00
Eric Anholt
29987d2f3b Update to 0.4.2. Now I can play Strindberg and Helium, but with no sound. 2007-02-13 20:49:59 +00:00
Eric Anholt
493c208dfe Update to 0.4.2. This update improves correctness in many ways.
Approved by:	maintainer
2007-02-13 20:48:57 +00:00
Andrey Slusar
434cb82d42 Update to 2.2
PR:		ports/109042
Submitted by:	Hirohisa Yamaguchi(maintainer)
2007-02-13 19:14:43 +00:00
Kris Kennaway
e3358e172d Really fix pkg-plist 2007-02-13 18:48:33 +00:00
Yen-Ming Lee
2c20d7276a - update to 1.03 2007-02-13 17:37:04 +00:00
Stanislav Sedov
5d655dd7c0 - Remove ruby 1.6 stuff. 2007-02-13 16:51:26 +00:00
Oliver Lehmann
da7c5c8e4f @dirrm share/xfce4 -> @dirrmtry share/xfce4 2007-02-13 16:38:57 +00:00
Nicola Vitale
5af39a1286 - Changed py-zopeInterface path in BUILD_DEPENDS
- Bumped PORTREVISION

PR:		ports/109023
Submitted by:	nivit
Approved by:	Neal Nelson <neal at nelson.name> (maintainer)
2007-02-13 16:31:03 +00:00
Nicola Vitale
323c87d50a A declarative layer on top of SQLAlchemy. It is a fairly thin wrapper, which
provides the ability to define model objects following the Active Record
design pattern, and using a DSL syntax similar to that of the Ruby on Rails
ActiveRecord system.

Elixir does not intend to replace SQLAlchemy's core features, but instead
focuses on providing a simpler syntax for defining model objects when you do
not need the full expressiveness of SQLAlchemy's manual mapper definitions.

Elixir is intended to replace the ActiveMapper SQLAlchemy extension, and the
TurboEntity project.

WWW:	http://elixir.ematia.de
2007-02-13 16:19:04 +00:00
Cheng-Lung Sung
8372ec79ed Module::ExtractUse is basically a Parse::RecDescent grammar to
parse Perl code. It tries very hard to find all modules
(whether pragmas, Core, or from CPAN) used by the parsed code.

WWW: http://search.cpan.org/dist/Module-ExtractUse/
2007-02-13 15:47:46 +00:00
Jean Milanez Melo
f0510bc98f - Update to 0.7.4.
- Add ADDONS and PgSQL as OPTION.
- Docs are not updated on tar balls anymore, Docuwiki is now integrated in the groupware.
- Pass maintainership to submitter.

PR:		ports/109133
Submitted by:	Patrick Tracanelli <eksffa@freebsdbrasil.com.br>
2007-02-13 15:21:55 +00:00
Rong-En Fan
25866fe7f8 - Update to 5.6.20070210 2007-02-13 14:40:28 +00:00
Martin Wilke
82bad19663 - Update to 5.4.2
PR:		109101
Submitted by:	miwi
Approved by:	maintainer
2007-02-13 13:39:55 +00:00
Martin Wilke
cfe7fbd232 - Update to r7274
Submitted by:	pointyhat via kris
Approved by:	maintainer
2007-02-13 13:37:41 +00:00
Martin Wilke
b7bac54df5 - Fix build with amd64
- Bump PORTREVISION

Submitted by:	KATO Tsuguru <tkato432@yahoo.com> (via privat mail)
2007-02-13 13:33:33 +00:00
Dryice Dong Liu
bf23352490 - fix plist. Thanks kris for pointing this out
- update my mail address

Approved by:	itetcu (mentor, implicit)
2007-02-13 13:24:49 +00:00
Dryice Dong Liu
233daf08d4 update to 0.8.0
Approved by:	itetcu (mentor, implicit)
2007-02-13 13:21:06 +00:00
Martin Wilke
07eb239e6c Force Commit:
- Fix startup crash
- Bump PORTREVISION
- Pass maintainership to submitter
- patchset based on gajim-devel

Submitted by:	Denis Shaposhnikov <dsh@vlink.ru> (via privat mail)
Noticed by:     Pav
2007-02-13 13:15:21 +00:00
Martin Wilke
e34886ebee - Fix startup crash
- Bump PORTREVISION
- Pass maintainership to submitter

Submitted by:	 Denis Shaposhnikov <dsh@vlink.ru> (via privat mail)
2007-02-13 12:56:40 +00:00
Johan van Selst
ec86514c6b Update to 3.4b26 2007-02-13 12:41:28 +00:00
Rong-En Fan
c7a1335ed5 - Update to 1.5.0
- Sort OPTIONS

PR:		ports/109128
Submitted by:	chinsan (maintainer)
2007-02-13 12:41:23 +00:00
Rong-En Fan
e24e5eb83e - Update to 1.4.1
- Add PEAR_CONSOLE_GETARGS knob

PR:		ports/109125
Submitted by:	chinsan (maintainer)
2007-02-13 12:40:36 +00:00
Rong-En Fan
075071dcf8 - Update to 0.11
PR:		ports/109117
Submitted by:	chinsan (maintainer)
2007-02-13 10:45:17 +00:00
Rong-En Fan
ab2b578750 - Update to 2.2.2
PR:		ports/109094
Submitted by:	Mark Starovoytov <mark_sf at kikg.ifmo.ru> (maintainer)
2007-02-13 10:44:54 +00:00
Rong-En Fan
4d14875f7c - Update to 2.2.5
PR:		ports/109093
Submitted by:	Mark Starovoytov <mark_sf at kikg.ifmo.ru> (maintainer)
2007-02-13 10:44:18 +00:00
Rong-En Fan
818730a50f - Fix build after objformat is gone
PR:		ports/108958
Submitted by:	CHAO Shin <quakelee at cn.freebsd.org>
Approved by:	Kenjiro Cho <kjc at iijlab.net> (maintainer)
2007-02-13 10:43:35 +00:00
Stanislav Sedov
5d1eefff07 - Remobe ruby 1.6 bits. 2007-02-13 10:33:46 +00:00
Cheng-Lung Sung
af44fafe7d - Update to 0.70 2007-02-13 09:52:17 +00:00
Vasil Dimov
639cdade05 Fix graphics/xaralx compilation with gcc 4.1
graphics/xaralx-devel does not need this fix, thus we modify it not to
use all its masterport patches.

Reported by:	kris
2007-02-13 09:27:11 +00:00
Stanislav Sedov
2e78cdf164 - Remove expired ruby 1.6 ports.
- Remove expired ruby18_static port that depends on ruby16
2007-02-13 09:11:08 +00:00
Norikatsu Shigemura
4e1b18a940 Fix build on 4.x.
Obtained from:	PostgreSQL Japanese Mailing List
2007-02-13 08:54:28 +00:00
Yen-Ming Lee
0b91586987 - update to 2.8.2
PR:		109121
Submitted by:	leeym
Approved by:	maintainer
2007-02-13 08:48:01 +00:00
Volker Stolz
c9d2c70a02 Mark as BROKEN with latest GHC while waiting for upstream-fix. 2007-02-13 08:27:17 +00:00