1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
Commit Graph

14432 Commits

Author SHA1 Message Date
Bruce M Simpson
5879dd9aaa Drop maintainership for ports which I sadly no longer have
the time, hardware, or resources to maintain.
2005-12-12 21:53:40 +00:00
Bruce M Simpson
df1dfa0cd2 Update to r05.1.
Submitted by:	Henrik Andersen
2005-12-12 21:47:07 +00:00
Bruce M Simpson
4987c5de52 This port now needs a new maintainer. 2005-12-12 20:55:27 +00:00
Bruce M Simpson
e938a77e33 Include device definitions in installation.
Use DATADIR, DOCSDIR and EXAMPLESDIR macros in plist.

Submitted by:   Christopher Hall
PR:             ports/88389
2005-12-12 20:54:52 +00:00
Thierry Thomas
c6383c341f Upgrade to 2.7.7.
Changelog at <http://bouml.free.fr/historic.html>.

Reminded by:	edwin's Ports Version Check.
2005-12-12 20:01:20 +00:00
Jean-Yves Lefort
18e8adef36 - Update to 1.1.0 [1]
- Unsilence post-install and use ${INSTALL_DATA} rather than ${CP}

[1]:
PR:		ports/90286
Submitted by:	maintainer
2005-12-12 19:24:10 +00:00
Jean-Yves Lefort
c39005b78a - Update to 1.0.0 [1]
- Unsilence post-install and use ${INSTALL_DATA} rather than ${CP}

[1]:
PR:		ports/90284
Submitted by:	maintainer
2005-12-12 19:22:16 +00:00
Roman Bogorodskiy
36d95b20f4 Update to 0.32.3. 2005-12-12 15:29:31 +00:00
Andrej Zverev
ad3a80d0f3 -Update to 0.093
-Add SHA256

ChangeLog:
- Fixed inifinte recursion when adding comparators into bags. That whole area is
  unpleasant - conceptually as well as implementation-wise. Comparators no longer
  inherit a compare method, so we only call the specialised compare if it exists,
  otherwise we just do normal deep comparison.
- Removed a debugging print.

Noticed by:	edwin@
2005-12-12 11:23:06 +00:00
Dmitry Sivachenko
4bdc7f3ac0 Update to 1.1.2. 2005-12-12 11:06:12 +00:00
Alex Dupre
ca323aed94 - create required empty dirs on installation
- add runtime pear dependency in bsd.pear.mk

This should fix all the issues reported by pointyhat
and probably obsolates many of the BUILD_DEPENDS and
RUN_DEPENDS on PEAR.php in pear ports.
2005-12-12 09:16:07 +00:00
Sam Lawrance
1a9441131a Update to 2.1.4.
PR:		ports/90210
Submitted by:	Denis Shaposhnikov <dsh@vlink.ru>
Approved by:	David Julien <djulien.bsd@gmail.com> (maintainer)
2005-12-12 06:29:13 +00:00
Sam Lawrance
ce94601e27 Update to 2.1.3.
PR:		ports/89592
Submitted by:	Denis Shaposhnikov <dsh@vlink.ru>
Approved by:	djulien.bsd@gmail.com (maintainer, timeout 14 days)
2005-12-12 06:08:07 +00:00
Cheng-Lung Sung
630bb4756b - update to 0.41 2005-12-12 05:31:26 +00:00
Norikatsu Shigemura
a3ee26f20c Update to 2.4.3.
Submitted by:	Yoshihiko Sarumaru <mistral@imasy.or.jp> (maintainer)
2005-12-11 15:00:21 +00:00
Erwin Lansing
d3d48e1a43 Paraphrased from the Data:Swap's documentation ...
Data::Swap (XS) module allows to swap the contents of two referenced
variables, even if they have different types.  The main application is
to change the base type of an object after it has been created, for
example for dynamic loading of data structures:

      swap $self, bless $replacement, $newclass;

WWW: http://search.cpan.org/dist/Data-Swap/

PR:		ports/90229
Submitted by:	Parv <parv@pair.org>
2005-12-11 12:40:51 +00:00
Lev A. Serebryakov
f610cb41ec (1) Update ot 1.3.0.r4. It is official, public RC.
Rollback to 1.2.3 is impossible with new apr and swig
     in ports tree: all bindings are broken with these
     versions :(
 (2) Fix problems with new apache build infrastructure.

 I'm sorry for long pause
2005-12-11 11:05:26 +00:00
Emanuel Haupt
f8b74345b5 Update to 4.1
PR:		90191
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2005-12-10 18:36:21 +00:00
Simon Barner
9c6ef864cc Update to Boost 1.33.1:
* Bugfix release
  * ChangeLog at https://sourceforge.net/forum/forum.php?forum_id=517679
2005-12-10 16:51:18 +00:00
Yen-Ming Lee
735b9bfdd7 - update to 0.22 2005-12-10 08:29:54 +00:00
Craig Rodrigues
8c8003f956 Only compile apr-svn without threads on FreeBSD versions less than 5. 2005-12-09 21:15:48 +00:00
Alex Dupre
0edcc40029 Finally update to PHP 5.1.1 release! (And remove unsupported extensions) 2005-12-09 19:41:41 +00:00
Alex Dupre
4e3717ee4f Remove pear ports obsolated by devel/pear and switch
dependencies of all the other pear ports.

Discussed with:	thierry, antonio@php.net
2005-12-09 19:24:52 +00:00
Alex Dupre
4e6ebc04cb New pear bootstrap port based on go-pear, independent to php releases.
Discussed with:	thierry, antonio@php.net
Required by:	PHP 5.1
2005-12-09 18:58:03 +00:00
Lars Thegler
ecf3acdd70 Add p5-Devel-TraceCalls 0.04, track calls to subs, classes and object
instances.
2005-12-09 18:43:56 +00:00
Cheng-Lung Sung
ca8340d9eb - update to 0.40
- add CONFIGURE_ARGS+=        --skip
  - skip dependency checking from Makefile.PL (we ports will do it)
2005-12-09 15:09:05 +00:00
Hye-Shik Chang
2bf3625294 Update to 0.9.3 which fixed a problem on building 7-current due to
lack of MNT_NODEV.

PR:		90125
Submitted by:	rodrigc
2005-12-09 03:45:08 +00:00
Michael Johnson
9fd8710229 - Remove firefox support (temporally) due to build problems.
Reported by:	kris via pointyhat
2005-12-08 21:53:19 +00:00
Sergei Kolobov
a88574ceff - Update to 1.031 (unbreaks fetching) 2005-12-08 17:27:01 +00:00
Volker Stolz
ca9f7390f7 Fix IGNORE[a]nce if distfile has not yet been downloaded 2005-12-08 14:02:20 +00:00
Emanuel Haupt
ff07e4f2da - Update to 4.7d
- Unbreak
- Remove files/patch-system.h
- Use mkstemp() instead of mktemp()
- Pass maintainership to submitter

PR:		90102
Submitted by:	Thomas Vogt <thomas@bsdunix.ch>
2005-12-08 13:53:45 +00:00
Jun Kuriyama
19a6e2d413 Add p5-IO-KQueue 0.29, perl interface to the BSD kqueue system call. 2005-12-08 13:32:56 +00:00
Michael Johnson
c95e1a545e - Update to 1.13 to better handle gnome packages. 2005-12-08 02:35:33 +00:00
Anton Berezin
9f66345997 Add pt-Class-StateMachine 0.11, a Perl module to facilitate state
machines development.
2005-12-07 20:49:14 +00:00
Erwin Lansing
53b1a288aa Update to 1.08
PR:		90080
Submitted by:	leeym
2005-12-07 18:52:49 +00:00
Oliver Braun
788632ea9f Upgrade to 1.0.5. 2005-12-07 18:52:30 +00:00
Dmitry Sivachenko
deac843de9 Bump PORTREVISION due to recent modifications of patch-Makefile.PL.
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
2005-12-07 17:05:21 +00:00
Dmitry Sivachenko
49af7820e3 Put -L(LIBDIR) before -l(libname) in gcc options. 2005-12-07 16:01:51 +00:00
Renato Botelho
baaaf60a48 - Update to 0.8
- Pass maintainership to submitter

PR:		ports/90053
Submitted by:	Erik Greenwald <erik@smluc.org>
2005-12-07 13:45:33 +00:00
Jean-Yves Lefort
5a8159d852 Chase the plib update by bumping PORTREVISION, since it is statically
linked in.
2005-12-07 10:13:02 +00:00
Aaron Dalton
9b13567ff7 - updated from v0.07 to v0.09
0.09  2005-11-30
	- order_name called with unknown order reported wrong id.
	  (bug, but one that should be impossible to ever trigger)
	- added a #define packWARN for older perls that don't have it yet.

0.08  2005-11-20
	- Remove pointless sv_reftype test from object access.
	- Add extract_all
	- absorb and key_absorb now take any number of heaps as argument
          instead of absorbing exactly one.
        - Add mass insert/key_insert/_key_insert. Use them in absorb.
	- Added merge_arrays

Approved by: tobez
2005-12-07 07:50:33 +00:00
Aaron Dalton
94f3279468 - update from 0.09 to 0.11
0.11	2005-11-30
	- Fixed a missing interpolation in Makefile.PL. This only changes
	  the text shown during make and doesn't change any functionality.

0.10	2005-11-20
	- Fetch required versions of Heap::Simple::XS and
Heap::Simple::Perl in
          Makefile.PL, and warn about out of order upgrades.
	- Updated documentation (fixes, new functionality)
	    - insert/key_insert can now take a variable number of
arguments
	    - absorb/key_absorb can now take a variable number of
arguments
	    - new method merge_arrays
	    - new method extract_all
        - Updated minimum version numbers of Heap::Simple::Perl and
          Heap::Simple::XS so that they support the new documented
features
	- Replaced :: by - in author email address (easier quoting for
mailers)
2005-12-07 06:15:00 +00:00
Michael Johnson
8b795da823 - Mark broken on 4.x
Reported by:	kris mail
2005-12-06 17:29:29 +00:00
Sergey Skvortsov
8939495f8d Update to 1.06 2005-12-06 16:19:04 +00:00
Tim Bishop
a1825ff7c8 - Update to 0.8.4
PR:		90033
Submitted by:	Maxwell Krohn <max@freebsd5.pdos.lcs.mit.edu>
Approved by:	maintainer, clement (mentor)
2005-12-06 16:04:29 +00:00
Jean-Yves Lefort
f671643bfc - Install example script
- Pass maintainership to submitter

PR:		ports/89993
Submitted by:	Max E. Kuznecov <mek@mek.uz.ua>
2005-12-06 15:33:30 +00:00
Joe Marcus Clarke
50a6fbd8a5 Really fix the build on recent -CURRENT by patching the correct version of
mntent_compat.c++.
2005-12-06 04:52:04 +00:00
Renato Botelho
a009c47d48 - Fix build with ocaml 3.09
- Add SHA256
- Bump PORTREVISION

PR:		ports/89963
Submitted by:	maintainer
2005-12-05 17:00:40 +00:00
Mathieu Arnold
4be7448390 Update to 0.39 2005-12-05 14:31:07 +00:00
Joe Marcus Clarke
9bed7b635b Fix the build on recent -CURRENT.
Approved by:	mbr (maintainer)
2005-12-05 14:16:22 +00:00