Commit graph

10399 commits

Author SHA1 Message Date
Volker Stolz
80ad6980f6 Don't try to use lang/chicken if present.
PR:		ports/64142
Submitted by:	Kimura Fuyuki
Approved by:	maintainer timeout
2004-07-08 07:21:04 +00:00
Alexander Nedotsukov
b67fc2313b Add gconfmm 2.6.1 after repocopy from gconfmm, C++ wrapper for
gconf2 API library.
2004-07-08 06:09:39 +00:00
Alexander Nedotsukov
8210edb006 Add libglademm 2.4.0 after repocopy from libglademm, C++ wrapper
for libglade2 library.
2004-07-08 06:03:59 +00:00
Joerg Wunsch
464f3cfdfa Switch from MASTER_SITE_GNU to MASTER_SITE_GCC; it seems the GNU mirrors
aren't up-to-date for GCC these days.

Also, document the 0b binary constants hack committed a few hours ago.
2004-07-07 19:49:07 +00:00
Sergey Matveychuk
067ca0c478 Change email address for my ports.
Approved by:	krion (mentor)
2004-07-07 19:20:02 +00:00
Jeremy Messenger
0ea0df3ec4 Use the new GConf handling policy, this will be required for GNOME 2.7/2.8 or
those ports will not work. Please see the more detail about this:

http://lists.freebsd.org/pipermail/freebsd-gnome/2004-June/007253.html

Also, please check http://www.freebsd.org/gnome/docs/porting.html for the
update about gconf, gconf.pl script and etc.

Approved by:	marcus (portmgr hat)
Reviewed by:	My team, FreeBSD GNOME Team
2004-07-07 16:23:51 +00:00
Oliver Eikemeier
512239b93f add targets master-sites-all, master-sites, patch-sites-all, patch-sites
which print a sorted list of the respective sites (used e.g. by FreshPorts)
2004-07-07 14:51:17 +00:00
Oliver Eikemeier
e41c0a0867 fix a warning when GeoIP can't find the country for a site 2004-07-07 14:48:44 +00:00
Anton Berezin
6687a7a5c2 Add devel/p5-Hook-LexWrap, a module implementing lexically scoped
subroutine wrappers for Perl.
2004-07-07 14:24:49 +00:00
Anton Berezin
bbef1683b4 Add devel/p5-Term-Shell, a simple Perl module to ease writing
command-line shells in Perl.
2004-07-07 13:55:27 +00:00
Volker Stolz
602cecaee6 Update to 2.10.1 (including 64bit fixes)
PR:		ports/68739
Submitted by:	maintainer
2004-07-07 13:48:42 +00:00
Dmitry Sivachenko
dc4e047ead New port: p5-Module-Versions-Report.
Report versions of all modules in memory.
2004-07-07 13:32:33 +00:00
Dmitry Sivachenko
5614a2d825 New port: Tree::Simple.
This module in an fully object-oriented implementation of a simple n-
ary tree. It is built upon the concept of parent-child relationships,
so therefore every Tree::Simple object has both a parent and a set of
children (who themselves may have children, and so on). Every
Tree::Simple object also has siblings, as they are just the children of
their immediate parent.
2004-07-07 13:20:11 +00:00
Anton Berezin
6fc31271be Add www/p5-WWW-Mechanize-FormFiller, Perl framework to automate HTML
forms.
2004-07-07 12:51:13 +00:00
Joerg Wunsch
d04fd3fae8 Upgrade AVR-GCC to GCC 3.4.1.
Also included is a local hack to allow for 0bXXX binary constants,
since this appears to be a frequently requested item in the AVR
developers community.

The GCC configuration is tuned to allow for both, -gstabs [the default
if only -g is given], and -gdwarf-2 debugging options.  ELF/DWARF-2 is
the emerging format as promoted by Atmel, and is intented to be
directly usable in their AVR Studio simulator in future.  Eventually,
AVR-GDB will fully support DWARF-2 debugging as well some day.
2004-07-07 11:29:23 +00:00
Anton Berezin
320f70e38e Add devel/p5-Data-Random, a Perl module for generating random data. 2004-07-07 10:04:37 +00:00
Oliver Eikemeier
ffacc93b14 eliminate some verbatim uses of mktemp and sort
PR:		62298
2004-07-07 09:55:56 +00:00
Dmitry Sivachenko
6eaa2e3c29 Add missing LIB_DEPENDS. 2004-07-07 06:43:46 +00:00
Ade Lovett
f7f5464ee9 (note automake15 not yet connected to the build)
Fix so that aclocal looks in all appropriate ../share/aclocal*
directories.
2004-07-07 00:59:39 +00:00
Ade Lovett
e5dde29762 Expand %%X11BASE%% to the appropriate ${X11BASE} value in aclocal, so
that it can actually find files in ${X11BASE}/share/aclocal if need be.
2004-07-07 00:56:44 +00:00
Pav Lucistnik
e3227612b0 - Update to 20040630
PR:		ports/68722
Submitted by:	Dryice Liu <dryice@liu.com.cn> (maintainer)
2004-07-06 13:34:29 +00:00
Oliver Eikemeier
193ffbdfe8 Add devel/portmk, a place where bsd.port.mk development can happen. 2004-07-06 12:41:03 +00:00
Kirill Ponomarev
95f68a80c0 Update to 2.6.2
PR:		ports/68708
Submitted by:	maintainer
2004-07-06 08:56:24 +00:00
Pav Lucistnik
126b763234 - Update to 3.1
PR:		ports/68700
Submitted by:	Joachim Strombergson <watchman@ludd.ltu.se> (maintainer)
2004-07-06 02:21:42 +00:00
Pav Lucistnik
0da93d18c8 - Chase download location 2004-07-05 19:36:37 +00:00
Adam Weinberger
acc2c046ce Update to 1.10.0. 2004-07-04 23:01:15 +00:00
Pav Lucistnik
9b8b5f5dc0 - Unbreak: move sdl-config invocations from post-patch to pre-configure
PR:		ports/68614
Submitted by:	Erik Greenwald <erik@smluc.org> (maintainer)
2004-07-04 21:58:24 +00:00
Dmitry Sivachenko
7d34e059f3 New port: GNU libmatheval.
GNU libmatheval is a library which contains several procedures that make
it possible to create an in-memory tree from the string representation
of a mathematical function over single or multiple variables.  This tree
can be used later to evaluate a function for specified variable values,
to create a corresponding tree for the function derivative over a
specified variable or to write a textual tree representation to a
specified string.  The library exposes C and Fortran 77 interfaces.
2004-07-04 17:58:23 +00:00
MANTANI Nobutaka
4a400e47c4 Sync with libanthy shared library version bump. 2004-07-04 03:20:26 +00:00
Thierry Thomas
bbf6639d28 Upgrading to 0.6.1. 2004-07-03 11:52:30 +00:00
Thierry Thomas
822fca5289 Upgrading to 0.10.0. 2004-07-03 11:51:09 +00:00
Kirill Ponomarev
c2c57edca4 Update to 4.0
PR:		ports/68621
Submitted by:	maintainer
2004-07-03 07:21:07 +00:00
Pav Lucistnik
3b7417f66f - Update to 3.2.3
- Pass maintainership to submitter

PR:		ports/68602
Submitted by:	Gerrit Beine <tux@pinguru.net>
2004-07-02 23:57:36 +00:00
Pav Lucistnik
4206955eff - Update to 4.2.0
PR:		ports/68611
Submitted by:	Jonathan Hanna <jhanna@shaw.ca> (maintainer)
2004-07-02 23:42:50 +00:00
Joe Marcus Clarke
a1c672573d Update to 2.6.3. 2004-07-02 16:12:02 +00:00
Dmitry Sivachenko
5a44bc6cdf devel/umbrello port has gone. 2004-07-02 11:06:18 +00:00
Dmitry Sivachenko
9c70f7c1d4 Remove this port. Newer version of umbrello is available in kdesdk port. 2004-07-02 11:03:05 +00:00
Pav Lucistnik
3dc1a12d71 Add xtla, an Emacs frontend to tla, GNU Arch version control system.
PR:		ports/68416
Submitted by:	Dryice Liu <dryice@liu.com.cn>
2004-07-02 09:32:40 +00:00
Erwin Lansing
22a27777f1 Update to 1.59
Approved by:	maintainer (implicit)
2004-07-02 07:06:44 +00:00
Mario Sergio Fujikawa Ferreira
f1afe9a3ad Drop maintainership 2004-07-02 01:12:01 +00:00
Pav Lucistnik
17eb98645c - Update to 1.3.2
PR:		ports/68513
Submitted by:	Roman Neuhauser <neuhauser@chello.cz> (maintainer)
2004-07-01 23:26:57 +00:00
Alex Dupre
d1e5e7d115 Remove empty patchfile. 2004-07-01 22:23:11 +00:00
Lars Thegler
640cc13497 Update to 0.13
Approved by:	erwin (implicit)
2004-07-01 20:58:22 +00:00
Kris Kennaway
8e714c2feb BROKEN on 5.x: Does not install with new binutils 2004-07-01 20:01:18 +00:00
Michael Nottebrock
d29129141b Fix typo (autoconf295 -> autoconf259). 2004-07-01 18:13:05 +00:00
Pav Lucistnik
6878f9610a - Update to 10079
PR:		ports/68489
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org> (maintainer)
2004-07-01 17:52:35 +00:00
Ade Lovett
328b757bf2 Autotools cleanup. Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15).

PR:		67768
Submitted by:	ade
Approved by:	4-exp bento runs (thanks, kris!)
2004-07-01 17:06:41 +00:00
Erwin Lansing
8a05cc7d64 Update to 1.19
Approved by:	maintainer (implicit)
2004-07-01 13:43:40 +00:00
Hye-Shik Chang
de5b784907 Add port for pyparsing 1.2,
a general parser for Python
2004-07-01 12:13:17 +00:00
Volker Stolz
877f330d5f Update to 1.7.3
PR:		ports/68535
Submitted by:	maintainer
2004-07-01 08:47:46 +00:00