1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
Commit Graph

153307 Commits

Author SHA1 Message Date
Erwin Lansing
0e7de4a648 A patch to Perl 5.005_55 by the author implements a core API for
weak references. This module is a Perl-level interface to that API,
allowing weak references to be created in Perl.

A weak reference is just like an ordinary Perl reference except
that it isn't included in the reference count of the thing referred
to. This means that once all references to a particular piece of
data are weak, the piece of data is freed and all the weak references
are set to undef. This is particularly useful for implementing
circular data structures without memory leaks or caches of objects.

WWW: http://search.cpan.org/dist/WeakRef/

PR:		ports/98963
Submitted by:	Dmitry Marakasov <amdmi3@mail.ru>
2006-06-15 16:05:41 +00:00
Erwin Lansing
62911c0372 - Update Soya3d to 0.11.2
- Update SoyaTutorial to 0.11
- Added new dependency (security/py-cerializer). py-soya3d allow to use py-cerealizer.
- Fixed the installation of SoyaTutorial.

PR:		98959
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)
2006-06-15 16:04:37 +00:00
Andrey Slusar
82fda83533 When compiling mplayer against x264, configure says it's unavailable
because it does not link the test-program with -pthread.
Remove the static -lx264 and replaces it with the accurate
`pkg-config --libs x264`, so the linker finds all the symbols needed.
After that, mencoder can finally encode x264-movies.

PR:		ports/98914
Submitted by:	Mark Daniel Reidel <ports@mark.reidel.info>
Approved by:	maintainer
2006-06-15 15:48:16 +00:00
Erwin Lansing
f1bfe6a36c Update to 0.4
PR:		98958
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)
2006-06-15 15:47:49 +00:00
Erwin Lansing
af6c2d5a92 Update to 0.5
PR:		98957
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)
2006-06-15 15:46:39 +00:00
Alejandro Pulver
fa94f8db2a - Add OPTIONS.
- Remove pkg-message and NO_PACKAGE for !i386.
- Fix building on ia64 (take endianess from mahcine/endian.h and don't
  complain about an unknown arch), and probably other archs.
- Make portlint happy (append to BUILD_DEPENDS after bsd.port.pre.mk).

Approved by:	Ed Schouten <ed@fxq.nl> (maintainer)
2006-06-15 15:32:10 +00:00
Alexander Leidinger
61d18decda Depend upon linux-fontconfig like the linux-XFree86-libs port does. The
entire X related infrastructure of the linux ports which use fonts somehow
assume this.

This fixes missing fonts for those, which install from scratch instead of
portupgrade-ing to it.

Noticed by:	mezz
2006-06-15 15:22:33 +00:00
Roman Bogorodskiy
89fae5eb69 The Arena language was designed with the following main features in mind,
most of which were added on top of a very C-like core to support better
ad-hoc scripting:

    * syntax similar to ANSI C
    * standard library similar to ANSI C
    * automatic memory management
    * runtime polymorphism
    * support for exceptions
    * support for anonymous functions

Additionally, an interpreter for the Arena language can be implemented
to be very compact in terms of both source code size and memory consumption.

WWW:	http://www.minimalinux.org/arena/
2006-06-15 14:54:57 +00:00
Andrew Pantyukhin
041e6a2b5e - Update to 0.7 2006-06-15 13:45:01 +00:00
Mathieu Arnold
2c6eb506ee Update to 0.7 2006-06-15 13:24:01 +00:00
Mathieu Arnold
157cc9ba33 Update to 1.18
Restrict to perl 5.8+
2006-06-15 12:56:29 +00:00
Tilman Keskinoz
1ece8dfe17 Update to 20060611
Removed UXE_X_PREFIX

PR:		98928
Submitted by:	maintainer
2006-06-15 12:33:41 +00:00
Andrew Pantyukhin
953034faa5 - Update to 0.9.9.5.1 2006-06-15 11:28:55 +00:00
Sergey Matveychuk
8f469595ae - Update to 030606rc1
Contains fixes for a bug which causes segmentation fault
  to the c-icap server

PR:		ports/98903
Submitted by:	maintainer
2006-06-15 11:18:56 +00:00
Andrew Pantyukhin
8bee8dc8e4 - Update comment and pkg-decr
- USE_GETTEXT to pacify portlint

Approved by:	maintainer (timeout 17 days)
2006-06-15 11:12:25 +00:00
Martin Wilke
d362a7b018 Remove useless patches
Approved by:	krion (mentor), maintainer
2006-06-15 11:04:06 +00:00
Roman Bogorodskiy
08210e43a7 Update to 1.6.
PR:		98830
Submitted by:	Ports Fury
2006-06-15 10:55:03 +00:00
Mathieu Arnold
880add21cd Update to 0.21
Fixup DISTFILES
2006-06-15 10:21:08 +00:00
Mathieu Arnold
98f8baf1b1 Update to 20060614
PR:		98972
Submitted by:	ijliao
2006-06-15 10:04:19 +00:00
Anton Berezin
7bcfd144a0 Update to 0.172. 2006-06-15 09:52:55 +00:00
Vanilla I. Shu
32b1abd4ae Upgrade to 3.2
PR:		ports/98921
Submitted by:	maintainer
2006-06-15 09:51:39 +00:00
Mathieu Arnold
d10b20badb Update to 4.20 2006-06-15 09:50:19 +00:00
Munechika SUMIKAWA
992f429644 Fix pkg-plist. 2006-06-15 06:40:44 +00:00
Alex Dupre
66ca9c1eb3 Add support for amd64. 2006-06-15 05:16:39 +00:00
Dirk Meyer
ee605b40b4 - Apply Patch for shared memory
http://www.sendmail.org/releases/8.13.7.html#ERRATA
2006-06-15 04:37:19 +00:00
Joseph Koshy
e436bc7ed6 - Correct the 'CONFLICTS' specification.
- Add a local MASTER_SITE to keep portlint happy.
2006-06-15 04:31:05 +00:00
Joseph Koshy
de58c80bea - Update to version 1.94a, which contains bug fixes to the previous
version.
- Add a local master site; keep portlint happy.
- Correctly spell the 'CONFLICTS' line.
- Take over maintainership of this (orphaned) port.
2006-06-15 04:26:23 +00:00
Cheng-Lung Sung
a6a535d469 - update to 0.17 2006-06-15 03:51:11 +00:00
Cheng-Lung Sung
34a54ff938 - update to 0.28 2006-06-15 03:44:47 +00:00
Cheng-Lung Sung
e9d42da1db * Because NetAddr::IP::Lite depends on NetAddr::IP::Util which
installs by default with its primary functions compiled using
  Perl's XS extensions to build a 'C' library.
* Add configure args -noxs to solve this problem

PR:		ports/98969
Submitted by:	maintainer (Yuan-Chung Hsiao)
2006-06-15 03:18:35 +00:00
Aaron Dalton
9c19733b2b - Update from v0.08 to v0.11
PR:		ports/98351
Submitted by:	aaron
Approved by:	maintainer timeout, tobez (implicit)
2006-06-15 01:20:50 +00:00
Cheng-Lung Sung
69793a9b74 - Update databases/p5-Rose-DB from version 0.70 to 0.71
PR:		ports/98945
Submitted by:	maintainer (hideo)
2006-06-15 01:19:25 +00:00
Aaron Dalton
b39f5e7968 - Update from v1.26+ to v1.36
- Update plist

PR:		ports/98335
Submitted by:	aaron
Approved by:	maintainer timeout, tobez (implicit)
2006-06-15 01:18:49 +00:00
Aaron Dalton
194ca8a395 - Update from v1.2 to v1.4
- Update plist
- Restrict to Perl 5.6+ due to new dependency upon Module::Build

PR:		ports/98334
Submitted by:	aaron
Approved by:	maintainer timeout, tobez (implicit)
2006-06-15 01:17:37 +00:00
Aaron Dalton
d8fa2f332f - Update from v1.07 to v1.08
PR:		ports/98332
Submitted by:	aaron
Approved by:	maintainer timeout, tobez (implicit)
2006-06-15 01:16:08 +00:00
Aaron Dalton
1e79c040ef - Update from v0.13 to v0.3
- Restrict to Perl 5.6+ due to dependencies

PR:		ports/98331
Submitted by:	aaron
Approved by:	maintainer timeout, tobez (implicit)
2006-06-15 01:14:50 +00:00
Aaron Dalton
6d25f00734 - Update from v1.907 to v1.925
- Update plist
- Clean up Makefile to satisfy portlint

PR:		ports/98329
Submitted by:	aaron
Approved by:	maintainer timeout, tobez (implicit)
2006-06-15 01:13:31 +00:00
Aaron Dalton
b31c1b1b8e - Update from v1.9 to v2.01
- Update pkg-descr

PR:		ports/98326
Submitted by:	aaron
Approved by:	maintainer timeout, tobez (implicit)
2006-06-15 01:12:14 +00:00
Aaron Dalton
19c70cdb16 - Update from v0.31 to v0.30
- Update patchfile
- Restrict to Perl 5.6+ due to dependency upon DB_File >= 1.806

PR:		ports/98324
Submitted by:	aaron
Approved by:	maintainer timeout, tobez (implicit)
2006-06-15 01:11:08 +00:00
Aaron Dalton
f317bf0742 - Update from v4.87 to v4.90
- Update plist to respect NOPORTDOCS

PR:		ports/98318
Submitted by:	aaron
Approved by:	maintainer timeout, tobez (implicit)
2006-06-15 01:09:18 +00:00
Aaron Dalton
f0339897f3 Adding port finance/p5-Business-OnlinePayment-PayflowPro, A
Business::OnlinePayment backend module for PayflowPro.

PR:		ports/98883
Submitted by:	Alexandr Kovalenko <never@nevermind.kiev.ua>
Reviewed by:	aaron
Approved by:	tobez (implicit)
2006-06-15 01:07:32 +00:00
Aaron Dalton
b11c0fca33 Adding port mail/p5-Email-MIME-Creator, Email::MIME constructor for
starting anew.

PR:		ports/98210
Submitted by:	HASHI Hiroaki <hashiz@tomba.meridiani.jp>
Reviewed by:	aaron
Approved by:	tobez (implicit)
2006-06-15 00:56:54 +00:00
Ion-Mihai Tetcu
98b2948c37 Update to 0.3.1
PR:		ports/98961
Submitted by:	maintainer
2006-06-14 23:33:55 +00:00
Ion-Mihai Tetcu
dd36ad2d45 Take maintainership. 2006-06-14 22:43:55 +00:00
Ion-Mihai Tetcu
66bfb9bd44 Update to 4.107
PR:		ports/98861
Submitted by:	maintainer
2006-06-14 22:37:06 +00:00
Mark Linimon
94f8a5b381 Reset rob@debank.tv due to maintainer-timeouts and no response to email.
Hat:		portmgr
2006-06-14 22:27:45 +00:00
Ion-Mihai Tetcu
a7c34aed71 - OPTIONify
- pet porlint

PR:		ports/98933
Submitted by:	maintainer
2006-06-14 22:25:07 +00:00
Mark Linimon
82a0af695b Reset bradh@uunet.co.za due to longtime inactivity, no response to email,
and maintainer-timeouts.

Hat:		portmgr
2006-06-14 22:17:50 +00:00
Mark Linimon
c3b2cfbe2b Reset ralf@akk.org due to several months of inactivity, no response to email,
and some maintainer-timeouts.

Hat:		portmgr
2006-06-14 21:53:27 +00:00
Andrew Pantyukhin
c143dec854 - Update to 3.09.2
- Add MASTER_SITE_GENTOO
- Unqoute a BROKEN

PR:		ports/97555
Submitted by:	sat
Tested by:	Joseph Koshy <jkoshy@freebsd.org>, Denis Shaposhnikov <dsh@vlink.ru>,
		Holger Lamm <holger@e-gitt.net>, Hubert Tournier <hubert.tournier@online.fr>,
		Dan Pelleg <daniel+unison@pelleg.org> (many thanks are due)
2006-06-14 21:46:40 +00:00