Commit graph

26734 commits

Author SHA1 Message Date
Mark Linimon
985c31e7a9 Maintainer was reset over a year ago. 2009-12-20 16:16:00 +00:00
Wen Heping
703099b4ce - Update to 2.2.4
PR:		ports/141774
Submitted by:	Wen Heping (myself)
Approved by:	maintainer
2009-12-20 15:28:46 +00:00
Wen Heping
7325a599d3 - Update to 1.5000 2009-12-20 15:25:11 +00:00
Jun Kuriyama
c0382f9f8e - Upgrade to 0.11. 2009-12-20 14:08:51 +00:00
Jun Kuriyama
84ed5d55b2 - Upgrade to 0.06. 2009-12-20 14:07:06 +00:00
Rong-En Fan
73df9cc270 - Fix assertion failed (*path != '/') for SVN 1.5 and above
PR:		ports/141778
Submitted by:	Bernhard Froehlich <decke at bluelife.at>
Obtained from:	CPAN RT Bug# 37388 [1]

[1] http://rt.cpan.org/Public/Bug/Display.html?id=37388#txn-543810
2009-12-20 12:48:15 +00:00
Wen Heping
7115125deb - Bump PORTREVISION to chase the update of graphics/geos 2009-12-20 11:36:33 +00:00
Mikhail Teterin
d3268e19c9 Add a missing static library to the PLIST.
Funny hat given by:	QAT-daemon
2009-12-20 05:56:23 +00:00
Mikhail Teterin
42046fc0f4 Upgrade (after repo-copy) to 4.3.3 (a.k.a. 4.4M3). The devel/icu will
remain at 3.x for the time being. 4.3.3 is not an official release (of
those the latest is 4.2.1), but the third "milestone". By the time
icu-users update to use this port, the 4.4 should be released by
developers.

PR:	ports/141324 ports/127499
Testing helped by:	delphij
2009-12-20 01:45:43 +00:00
Joe Marcus Clarke
870db9ed5a Use the gdb6 from ports to satisfy the gdb requirements of Anjuta.
PR:		141780
2009-12-19 20:23:35 +00:00
Joe Marcus Clarke
c3451c70c8 Fix build on 6.X. 2009-12-19 19:55:26 +00:00
Pav Lucistnik
16ff2c1c4f Yapps (Yet Another Python Parser System) is an easy to use parser
generator that is written in Python and generates Python code.  Yapps
is simple, is easy to use, and produces human-readable parsers. It is
not fast, powerful, or particularly flexible.  Yapps is designed to be
used when regular expressions are not enough and other parser systems
are too much: situations where you may write your own recursive
descent parser.  Yapps 1 is more like a functional language (concise
grammars of the form when you see this, return this), while Yapps 2 is
more like an imperative language (more verbose grammars of the form
if/while you see this, do this).  Yapps 2 is more flexible than Yapps
1 but it requires Python 1.5 and is not backwards-compatible with
Yapps 1.

This is the development version of Yapps 2.

WWW: http://theory.stanford.edu/~amitp/yapps/

PR:		ports/123154
Submitted by:	Matthew X. Economou <xenophon+fbsdports@irtnog.org>
2009-12-19 17:34:37 +00:00
Pav Lucistnik
758d9a299d - Mark BROKEN on 6.x
Reported by:	pointyhat
2009-12-19 16:00:10 +00:00
Pav Lucistnik
bcaccddec5 - Register conflicts between libbfd and binutils
PR:		ports/136701
Submitted by:	gerald
2009-12-19 14:48:00 +00:00
Pav Lucistnik
2ba1eea273 - Mark BROKEN on 6.x
Reported by:	pointyhat
2009-12-19 14:29:53 +00:00
Wen Heping
4325f142b7 - Update to 3.8.4 2009-12-19 14:00:47 +00:00
Wen Heping
2e4faccf14 - Update to 0.97 2009-12-19 11:42:53 +00:00
Stanislav Sedov
e683a33934 - Fix sparc64 build.
PR:		ports/141713
Submitted by:	Michael Moll <kvedulv@kvedulv.de>
2009-12-19 11:11:15 +00:00
Wen Heping
ef50778952 - Update to 0.9.2 2009-12-19 02:30:57 +00:00
Pav Lucistnik
3b04739739 - Update to 0.6.0
PR:		ports/141006
Submitted by:	soulcatcher <soulcatcher13@gmail.com>
2009-12-18 22:52:06 +00:00
Martin Wilke
e15e939de5 - Update to 1.7.0
PR:		139688
Submitted by:	sylvio@
2009-12-18 22:27:11 +00:00
Pav Lucistnik
7da032ee63 - Unbreak on 8.x
PR:		ports/141395
Submitted by:	Eric L. Chen <lihong@ieee.org> (maintainer)
2009-12-18 20:07:35 +00:00
Koop Mast
e6c1b42af5 Update to 0.6.7. 2009-12-18 17:24:42 +00:00
Dmitry Sivachenko
ba1ec88286 Update to 1.20
PR:		141531
Submitted by:	pgollucci
2009-12-18 11:15:36 +00:00
Dmitry Sivachenko
a4f6e161a3 Update to 1.26.
PR:		141530
Submitted by:	pgollucci
2009-12-18 11:14:45 +00:00
Joe Marcus Clarke
b7ce70df42 Update to 0.7.17. 2009-12-18 06:38:59 +00:00
Stanislav Sedov
29618efb6c - Drop REDIRECT/THREADED options as this libgc variants were moved into the
separate ports.
2009-12-18 04:08:56 +00:00
Stanislav Sedov
3c4f18635e - Add port for boehm-gc garbage collector variant with threads support.
This port will install only shared libraries with threads support enabled,
  that will allow for easy dependency handling for ports that required libgc
  build with specific features and will allow to avoid hacks of building own
  version of libgc library.
2009-12-18 04:08:01 +00:00
Stanislav Sedov
006d834cf5 - Add port for boehm-gc garbage collector variant with malloc redirection.
This port will install only shared libraries with malloc redirection enabled,
  that will allow for easy dependency handling for ports that required libgc
  build with specific features and will allow to avoid hacks of building own
  version of libgc library.
2009-12-18 04:07:24 +00:00
Philip M. Gollucci
93b3d355b2 - Update to 2.2.0
PR:             ports/141568
Approved by:    maintainer
Submitted by:   myself (pgollucci@)
2009-12-17 22:28:41 +00:00
Stanislav Sedov
334d0f46d7 - Delete outdated info from pkg-descr. 2009-12-17 21:39:26 +00:00
Yi-Jheng Lin
930f5cddba Add shflags 1.0.3, command-line flags module for Unix shell scripts.
Approved by:	lwhsu/rafan (mentors, implicit)
2009-12-17 14:21:05 +00:00
Yen-Ming Lee
5ab4400225 - simplify dependency
- bump PORTREVISION
2009-12-17 08:12:36 +00:00
Wen Heping
acf16acb4e - Update to 0.53 2009-12-17 07:44:16 +00:00
Jun Kuriyama
cc18c66b91 - Upgrade to 0.08. 2009-12-17 06:49:41 +00:00
Jun Kuriyama
c30d71bf80 - TAP::Parser is not in 5.8.9 core (is in after 5.10.1). 2009-12-17 06:45:18 +00:00
Joe Marcus Clarke
27871becfb Update to 1.4.3. 2009-12-17 06:13:18 +00:00
Jun Kuriyama
117da166c0 - Remove dependency which is in perl core. 2009-12-17 04:17:38 +00:00
Jun Kuriyama
7219e6e45d - Remove test only and already-in-core dependencies. 2009-12-17 01:27:49 +00:00
Koop Mast
96271b947e Update to 2.28.2. 2009-12-16 18:33:15 +00:00
Nicola Vitale
fcad32a734 - Update to 1.4.3 2009-12-16 16:50:29 +00:00
Wen Heping
a19ce70575 - Update to 2.50 2009-12-16 15:24:55 +00:00
Jun Kuriyama
95eebafc08 - Remove dependency which is in perl core. 2009-12-16 15:12:29 +00:00
Pav Lucistnik
c37155e2ad - Fix depobj after logicall update, and remove no-op post-install
PR:		ports/141676
Submitted by:	Ruben van Staveren <ruben@verweg.com>
2009-12-16 12:48:31 +00:00
Wen Heping
afee3f06b1 - Update to 5.21 2009-12-16 12:46:26 +00:00
Mark Linimon
dd383e92eb Reassign the autotools-related ports to a new mailing list,
autotools@FreeBSD.org.  This is for individuals willing to put in
the hard work to generate patches and work with portmgr as we put
them through -exp runs and work through port breakage that they
create.  (A huge number of ports depend on these, so -exp runs are
required.)

Thanks to aDe@ for all the thankless work he's done over the years
to tame these beasts.

Hat:		portmgr
2009-12-16 11:21:27 +00:00
Mark Linimon
064389014b Reset nemoliu@FreeBSD.org due to > 6 months of inactivity and no response
to email.

Hat:		portmgr
2009-12-16 10:25:21 +00:00
Jun Kuriyama
c555012a88 Remove dependencies which included in perl core and stale deps. 2009-12-16 05:51:36 +00:00
Jun Kuriyama
d633ad66d4 Remove dependencies which included in perl core. 2009-12-16 04:27:01 +00:00
Dmitry Marakasov
f2ce7ac650 - Update to 2.0.3
PR:		141606
Submitted by:	Matthew D. Fuller <fullermd@over-yonder.net> (maintainer)
2009-12-16 02:38:09 +00:00