Commit graph

1420 commits

Author SHA1 Message Date
Yen-Ming Lee
27bff2fc93 - Update to 1.24
PR:		83544
Submitted by:	leeym
Approved by:	maintainer timeout
2005-07-28 17:52:03 +00:00
Renato Botelho
a62c59eddd - Update to 3.10.22 2005-07-27 11:31:02 +00:00
Renato Botelho
81fe163612 - Update to 1.5.a.63
PR:		ports/84055
Submitted by:	Martin Matuska <martin@matuska.org> (maintainer)
Approved by:	flz (mentor)
2005-07-25 15:42:24 +00:00
Dmitry Sivachenko
8d36976a00 Update to version 1.35.
PR:		83903
Submitted by:	Andrej Zverev <az@inec.ru>
2005-07-22 13:49:43 +00:00
Roman Bogorodskiy
e169e6fab9 Update to 1.5.0.
PR:		83813
Submitted by:	Antonio Carlos Venancio Junior (maintainer)
2005-07-21 07:40:31 +00:00
Pav Lucistnik
3cd025e9d8 - Update to 1.0.3
PR:		ports/83694
Submitted by:	Vsevolod Stakhov <vsevolod@highsecure.ru>
Approved by:	Jason Harris <jharris@widomaker.com> (maintainer)
2005-07-20 07:50:44 +00:00
Erwin Lansing
732798c10d Use PLIST
PR:		83709
Submitted by:	Andrej Zverev <az@inec.ru>
2005-07-19 08:31:14 +00:00
Alexey Dokuchaev
f3fb2dddd7 Unbreak the build on 4.X.
PR:		ports/83543
Submitted by:	Marcus Grando <marcus(at)corp.grupos.com.br>
2005-07-18 10:29:16 +00:00
Pav Lucistnik
1120a18a32 - Update to 1.5.a.61
PR:		ports/83535
Submitted by:	Martin Matuska <martin@matuska.org> (maintainer)
2005-07-16 01:02:12 +00:00
Jeremy Messenger
1c83d2f0db There is some problem with the master site, so maintainer is mirror it on
his server.

PR:		ports/83462
Submitted by:	Miguel Mendez <flynn@energyhq.es.eu.org> (maintainer)
Reported by:	krismail
2005-07-14 17:45:28 +00:00
Renato Botelho
0ea29f07c2 Update to 4.3.81
PR:		83255
Submitted by:	Sylvio Cesar <sylvioc@gmail.com> (maintainer)
Approved by:	flz (mentor)
2005-07-13 10:30:07 +00:00
Yen-Ming Lee
7df554ae4b - change WWW in pkg-descr
PR:		83291
Submitted by:	Emanuel Haupt <ehaupt@critical.ch>
2005-07-12 06:05:10 +00:00
Renato Botelho
d5a8ad9d47 Change MAINTAINER to my @FreeBSD.org account
Approved by:	flz (mentor)
2005-07-11 16:47:16 +00:00
Mark Pulford
cd766c3254 Update to 1.3.1. 2005-07-11 03:44:36 +00:00
Erwin Lansing
6101a66147 Update to 1.16 2005-07-06 10:13:08 +00:00
Jeremy Messenger
1a7322dc86 Update to 2.10.4. 2005-07-03 17:24:56 +00:00
Jean-Yves Lefort
c1ec024edd - Update to 2.01 [1]
- Unsilence post-install

[1]
PR:		ports/82773
Submitted by:	Vsevolod Stakhov <vsevolod@highsecure.ru>
2005-06-29 19:31:48 +00:00
Michael Nottebrock
8bf4bd1c32 Update to KDE 3.4.1 2005-06-26 15:38:58 +00:00
Sam Lawrance
8115306a02 Include additional mastersite
PR:		ports/82628
Submitted by:	Emanuel Haupt <ehaupt@critical.ch> (maintainer)
2005-06-25 08:26:32 +00:00
Sam Lawrance
4c40074b6d Update to 1.12
- now respects CFLAGS and LDFLAGS
- submitter takes maintainership

PR:		ports/82600
Submitted by:	Emanuel Haupt <ehaupt@critical.ch>
2005-06-24 11:28:19 +00:00
Simon L. B. Nielsen
df948e0eb1 Fix directory traversal and permission race security vulnerabilities in
gzip, and zgrep improper argument sanitation.

Security:	CAN-2005-0758, CAN-2005-0988, CAN-2005-1228
Security:	FreeBSD-SA-05:11.gzip
Obtained from:	RedHat, Steve Grubb via RedHat, Debian
Approved by:	maintainer timeout (4 days; security)
2005-06-22 22:44:41 +00:00
Michael Johnson
3f1a47cee5 Add mar , a simple binary file format for storing arbitrary meta and
user data.

PR:		ports/82453
Submitted by:	Emanuel Haupt <ehaupt@critical.ch>
2005-06-22 06:13:00 +00:00
Michael Johnson
4d5beacc07 Add unzoo , a zoo archive extractor.
PR:		ports/82449
Submitted by:	Emanuel Haupt <ehaupt@critical.ch>
2005-06-20 18:02:18 +00:00
Dmitry Sivachenko
03f5436f6e Upgrade to version 1.34. 2005-06-20 08:03:44 +00:00
Alexander Leidinger
23b3bc4b0d Mega-patch to cleanup the ports infrastructure regarding our linux bits:
- USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD
    tools to strip binaries anymore, so it's not neccesary anymore to override
    STRIP and STRIP_CMD.
  - USE_LINUX_PREFIX implies NO_MTREE now.
  - In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries
    instead upon the native FreeBSD libraries.
  - The variable LINUX_BASE_PORT contains a string which is suitable as an
    item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the
    default (or overriden) linux base, ${LINUX_BASE_PORT} should be used
    instead of a hardcoded reference.
  - Change all ports to comply to the "new world order".
  - The Ports Collection now allows to override the default linux_base port.
    Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use
    ${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use
    ${PORTSDIR}/emulators/linux_base-${OVERRIDE_LINUX_BASE_PORT}).
  - If USE_LINUX or OVERRIDE_LINUX_BASE doesn't point to an existing linux_base
    port and if USE_LINUX isn't set to "yes" (case insensitive), the port will
    be marked as IGNORE. [1]
  - Readd USE_LINUX knobs into several ports and make several uses of a
    conditional dependency ("USE_LINUX?=") into an unconditional one
    ("USE_LINUX=") which where removed/changed by Trevor to allow the use of
    alternative linux_base ports. While this is a nice goal, the implementation
    resulted in missing dependencies. The OVERRIDE_LINUX_BASE_PORT knob
    in this commit is supposed to fix the problem while keeping the feature.
    Basicaly this includes a backout of Trevor's commit, to prevent confusion
    I mention it here explicitely.
  - Use the correct prefix (X11- instead of LOCAL- or LINUX-) for some ports.
    Chase dependencies for this.
  - Changes to make linux_devtools installable on amd64, remove some stray
    device nodes (they don't work on recent OS versions and aren't really
    needed).
  - Make linux_base-8 PREFIX clean and remove some stray device nodes.
    Additionally tell a little bit more about how to setup NIS/YP [2].
  - Update the PGSQL dependency in the linux-opengroupware port to a recent
    version (the old one isn't available anymore), I don't know if this
    works (at least it isn't more broken than before).
  - Use PREFIX/usr/share/doc instead of PREFIX/usr/doc in the divx4linux
    ports, the former path exists already and gets populated by other
    packages too (PREFIX=LINUXPREFIX!).
  - Fix some obvious (non-linuxolator) bugs in some linux ports while being
    there.
  - Bump PORTREVISION where neccesary.

Requested by:	portmgr (linimon) [1]
Submittted by:	Gerrit Kuehn <gerrit_huehn@gruft.fido.de [2]
Approved by:	portmgr (kris, linimon), maintainers (or maintainer timeout)
Tested on:	ports cluster (kris)
Reviewed by:	silence on emulation@
Superseedes PR:	69997

Maintainer approval from:
	chris@chrisburkert.de
	cracauer@cons.org
	des
	girgen
	jamie@bishopston.net
	mezz
	mi
	nivit@users.sf.net
        pat
	simond@irrelevant.org
	riggs@rrr.de
	Udo.Schweigert@Siemens.com
2005-06-17 22:59:29 +00:00
Greg Lewis
006b6ddc1f . Update to 1.02.027. 2005-06-15 19:39:58 +00:00
Jean-Yves Lefort
c5e73221bc Release version 1.0:
- Document options in --help output
  - Add --print-offset option
2005-06-12 18:17:05 +00:00
Trevor Johnson
41e9afceca This software is licensed under the GNU GPL. As mentioned in the
DESCR file and in ports/LEGAL, it may be covered by patents.  I
changed NO_CDROM to RESTRICTED.

I also added a DEPRECATED line because the DESCR file recommends
the use of bzip2 instead of bzip.
2005-06-12 00:34:46 +00:00
Trevor Johnson
6241c5ca80 Explain more clearly why users might need to install this port.
Mention the fact that bzip2 sometimes compresses less efficiently.
Remove the WWW: line, since the listed site has no information about
this port.  Credit the author for text taken from his README.
2005-06-12 00:21:50 +00:00
Sergey Skvortsov
54a1630d6e * reflect renaming on CPAN File-Spec to PathTools
+ add devel/p5-PathTools, remove devel/p5-File-Spec
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
   + add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports

* for all changed ports make dependencies on File::Temp, Digest::MD5,
  Storable unconditional

* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
  (this variable is forced by bsd.port.mk now)

* update Class-Autouse to 1.17

* update POE-API-Hooks to 1.05

* make portlint happy (clean IGNORE, convert spaces to tabs and so on)
2005-06-11 16:13:12 +00:00
Sam Lawrance
69664b7d51 Update to 1.5.a.60
PR:		ports/82120
Submitted by:	Martin Matuska <martin@matuska.org> (maintainer)
2005-06-10 15:53:58 +00:00
Jean-Yves Lefort
d92c6988da Suppress compiler warnings.
PR:		ports/82050
Submitted by:	maintainer
2005-06-09 13:22:26 +00:00
Jean-Yves Lefort
4fa7e5a3a0 Add gzrecover.
Gzrecover attempts to skip over bad data in a gzip archive. It will try to to
skip over bad data and extract whatever files might be there.

WWW: http://www.urbanophile.com/arenn/hacking/gzrt/

PR:		ports/81840
Submitted by:	Emanuel Haupt <ehaupt@critical.ch>
2005-06-08 12:08:09 +00:00
Alexey Dokuchaev
757a9b222f Add Dzip, file compression utility specializing in Quake demo compression.
WWW: http://speeddemosarchive.com/dzip/
2005-06-07 18:15:25 +00:00
Pav Lucistnik
18a10664e5 - Update to 1.4.0
PR:		ports/81993
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
2005-06-07 13:28:04 +00:00
FUJISHIMA Satsuki
4c964ad8ec update to 4.20.
this is the first release besed on non-beta 7zip.

ChangeLog:
http://sourceforge.net/project/shownotes.php?release_id=332443

Approved by:	maintainer
2005-06-07 12:05:26 +00:00
Florent Thoumie
a05984b2ea - Add lzo2, version 2.00 of archivers/lzo.
PR:		ports/81721
Submitted by:	Ports Fury
Repocopy by:	marcus
2005-06-06 21:46:49 +00:00
Greg Lewis
97bc07501d . This version isn't the version in FreeBSD 5.3, so update the COMMENT
to something both more descriptive and more generic.
2005-06-06 19:59:27 +00:00
Greg Lewis
20db895f01 . Update to 1.02.026. 2005-06-06 19:57:52 +00:00
Pav Lucistnik
f6d61cf04f - Update to 2.1.4
PR:		ports/81847
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2005-06-03 22:58:09 +00:00
Greg Lewis
38306e39d7 . Change rpmrc to support amd64 and also to indicate that i386 and amd64
are compatible.  This differs from PR 80922 in that amd64 is made the
  canonical RPM architecture on that architecture rather than x86_64 as
  it is under Linux.
. Bump PORTREVISION.

PR:		80922 (based on)
2005-06-02 16:43:18 +00:00
Florent Thoumie
4f02559f47 - Backout latest commit, it needs a repocopy due to API change.
Noticed by:	Matthias Andree <matthias.andree@gmx.de>
2005-05-31 19:58:33 +00:00
Florent Thoumie
ed71e2f70d - Backout latest commit, it needs a repocopy due to API change.
Noticed by:	Matthias Andree <matthias.andree@gmx.de>
2005-05-31 19:41:12 +00:00
Florent Thoumie
12a7f133fc - Bump lzo lib version.
- Bump PORTREVISION.
2005-05-31 17:57:11 +00:00
Florent Thoumie
584a54b90d - Update to 2.0.
PR:		ports/81721
Submitted by:	Ports Fury
2005-05-31 17:55:48 +00:00
Oliver Lehmann
45912e9545 don't install .la files 2005-05-31 16:01:15 +00:00
Oliver Lehmann
2f0d1495f1 fix MASTER_SITES 2005-05-31 15:39:55 +00:00
Oliver Lehmann
eb53fba3a3 change the libtool version to use from 1.3 to 1.5 2005-05-31 15:37:56 +00:00
Oliver Lehmann
0d9322ab21 change the libtool version to use from 1.3 to 1.5 2005-05-31 15:32:41 +00:00
Sam Lawrance
0efbc06135 Mark these ports DEPRECATED due to being unmaintained and one or more
of stale, obsolete, unused, irrelevant and unloved.
60 days grace in which I will gladly accept fix requests.

PR:		ports/79666
Submitted by:	me
2005-05-31 13:16:44 +00:00
Florent Thoumie
51a1567ddd - Update to 1.3.0.
PR:		ports/81711
Submitted by:	maintainer
2005-05-31 12:37:30 +00:00
Patrick Li
562aedf394 - sync rpmrc with FC3 only to make i386 and amd64 archs
compatible (no --ignorearch necessary)
- bump PORTREVISION

PR:		ports/80922
Submitted by:	KOMATSU Shinichiro <koma2@lovepeers.org>
2005-05-27 22:02:06 +00:00
Pav Lucistnik
0757d13ca3 - Update to 1.2.0
PR:		ports/81560
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
2005-05-27 19:13:23 +00:00
Alexey Dokuchaev
7032593969 - Unquote IGNORE message [1]
- Fix missing space after comma

Noticed by:	portlint -A [1]
2005-05-27 08:50:20 +00:00
Alexey Dokuchaev
cf595c052a - Use DISTVERSION
- Fix MASTER_SITES and WWW in pkg-descr
- Unbreak with recent GCC
- Change IGNORE message so it fits nicely
- Kill unneeded emply line in Makefile
- Spell project name officially in Makefile header
2005-05-27 08:47:55 +00:00
Alexey Dokuchaev
264853a588 Add lcab, Microsoft cabinet (.CAB) file creator.
Inspired by:	NetBSD pkgsrc
2005-05-27 05:19:06 +00:00
Alexey Dokuchaev
598b727f84 - Improve on port description [1]
- Put space after `WWW:', not tab

Obtained from:	NetBSD [1]
2005-05-27 04:31:55 +00:00
Pav Lucistnik
b5706294b0 - Fix bug: Torrentzip uses the read permission flag to check if a zip file
needs to be processed.  It does this by first setting all zip files to 0400,
  then as it processes the zip file it changes the permissions to 0200.

PR:		ports/81502
Submitted by:	Scot W. Hetzel <swhetzel@gmail.com> (maintainer)
Obtained from:	author
2005-05-26 20:40:29 +00:00
Jean-Yves Lefort
295a79963d - Respect ${CC} and ${CXX}
- Convert line terminators to UNIX format rather than requiring GCC 3.4 [1]

Reported by:	Patrick Bihan-Faou <patrick.bihan-faou@netzuno.com> [1]
2005-05-26 16:05:16 +00:00
Roman Bogorodskiy
0587ce8796 Update to 1.5.a.59.
PR:		81340
Submitted by:	Martin Matuska (maintainer)
2005-05-21 14:55:21 +00:00
Anton Berezin
c0bcaa2361 Remove duplicated category.
Noticed by:	den
2005-05-20 07:18:21 +00:00
Dmitry Sivachenko
4d72ff9c07 IGNORE if perl version < 5.6. 2005-05-20 06:41:41 +00:00
Jean-Yves Lefort
034ffe946a Change my email address. 2005-05-15 01:50:17 +00:00
FUJISHIMA Satsuki
6e8097b18c update to 4.18.
ChangeLog:
http://sourceforge.net/project/shownotes.php?release_id=326924

Approved by:	maintainer
2005-05-13 22:49:13 +00:00
Dmitry Sivachenko
9b04af568b Update to version 2.08.
PR:		80921
Submitted by:	Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
2005-05-12 06:05:08 +00:00
Pav Lucistnik
ee5219fdd5 - Sweep directories on amd64 2005-05-11 15:18:58 +00:00
Tilman Keskinoz
670d31a241 Update to 1.1.0
(changelog: http://pear.php.net/package/File_Archive/download/1.1.0/)

PR:		80818
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net>
2005-05-09 14:12:07 +00:00
Jean-Yves Lefort
652615459b Update to 4.17
PR:		ports/80706
Submitted by:	Radim Kolar <hsn@netmag.cz>
2005-05-08 16:22:55 +00:00
Jean-Yves Lefort
3a6cbec0cb Simple command line version of compression program using LZMA compression
method. This program is taken from LZMA SDK. 7-zip uses the same compression
method, but creates 7Z archives instead of pure LZMA data stream. LZMA can
compress and decompress data streams using standard input/output.

Compression ratio is about 25-30% better than bzip2 and decompression speed
is about two times faster. This makes LZMA good bzip2 replacement for
use in software distribution.

WWW: http://www.7-zip.org/sdk.html

PR:		ports/80554
Submitted by:	Radim Kolar <hsn@netmag.cz>
2005-05-07 19:11:16 +00:00
Roman Bogorodskiy
36c70e5048 The second attempt to fix plist
Reported by:	pointyhat via kris
2005-05-06 11:30:28 +00:00
Roman Bogorodskiy
ff989b3132 Fix plist
PR:		80612
Submitted by:	Sylvio Cesar (maintainer)
Reported by:	pointyhat via kris
2005-05-04 14:54:51 +00:00
Pav Lucistnik
f0d36411c6 TorrentZip creates byte-for-byte exact zip files on any machine. This allows
people to join a torrent (after they have converted their zip files) with a
particular set of files, thus preventing them from having to download the
entire set of files again.  Because of the way TorrentZip creates identical
zips, the file hashes will always match those in the original torrent.

PR:		ports/80579
Submitted by:	Scot W. Hetzel <swhetzel@gmail.com>
2005-05-04 14:05:27 +00:00
Roman Bogorodskiy
c8518a2fd5 Update to 4.3.80
PR:		80524 (based on)
Submitted by:	sylvio cesar (maintainer)
2005-05-02 18:05:55 +00:00
Greg Lewis
9ab8adac6f . Update to 1.02.023. 2005-05-02 04:06:44 +00:00
Greg Lewis
4c5e3eb518 . Update to 1.02.023. 2005-05-02 04:01:37 +00:00
FUJISHIMA Satsuki
04dfdf255d unbreak amd64 and ia64. 2005-04-30 04:43:20 +00:00
FUJISHIMA Satsuki
2fc1d2a455 update to 4.16.
ChangeLog:
4.14 -> 4.14.01 http://sourceforge.net/project/shownotes.php?release_id=299220
4.14.01 -> 4.16 http://sourceforge.net/project/shownotes.php?release_id=297065

Approved by:	maintainer
2005-04-28 22:49:04 +00:00
Yen-Ming Lee
8b35aab28e - Update to 1.14
- Assign maintainership
- Remove redundant knobs

PR:		80437
Submitted by:	Sylvio Cesar <sylvioc@gmail.com>
2005-04-28 17:58:29 +00:00
Roman Bogorodskiy
85adf3f2bc + update port: archivers/pear-File_Archive to 1.0.1
+ changelog: http://pear.php.net/package/File_Archive/download/1.0.1/
+ update COMMENT
+ update pkg-descr

PR:		80332
Submitted by:	Antonio Carlos Venancio Junior (maintainer)
2005-04-26 05:22:25 +00:00
Michael Nottebrock
50f124bbb1 Move shared directory for klirc profiles into kdehier. 2005-04-25 13:15:54 +00:00
Jeremy Messenger
dae67fa48d Update to 2.10.3. 2005-04-22 21:50:11 +00:00
Jean-Yves Lefort
09bd84b0f3 - Depend on Perl (gremsync is not installed unless Perl is available).
- Fix configure-detected paths in scripts.

Reported by:	pointyhat
Approved by:	adamw (mentor), maintainer
2005-04-22 02:12:54 +00:00
Jean-Yves Lefort
294f7cadf1 - Update to 4.3.77
- Pass maintainership to sylvioc@gmail.com
- Enable NLS and add WITHOUT_NLS knob

PR:		ports/80123
Submitted by:	Sylvio Cesar <sylvioc@gmail.com>
Approved by:	adamw (mentor)
2005-04-20 20:55:03 +00:00
Pav Lucistnik
92babb4242 New port: archivers/pear-File_Archive PEAR class to easily manipulate tar, gz and zip files
PEAR::File_Archive will let you manipulate easily the tar, gz and zip files.
This library is strongly object oriented. It makes it very easy to use, writing
simple code, yet the library is very powerfull.

File_Archive is made of two objects: readers and writers. Are currently
implemented readers from file, directory, tar, gz, zip and bzip2 archives.

You can write to file(s), send mails with files attached, or create tar, gz,
zip, bzip2 archives.

PR:		ports/80068
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net>
2005-04-20 15:57:52 +00:00
Volker Stolz
f5772127a3 - Remove redundant patch (dupe of patch-Makefile)
- Fix non-root installation
2005-04-19 08:36:27 +00:00
Volker Stolz
0034f94a89 Minimize Makefile-patch by using MAKE_ARGS 2005-04-19 08:32:08 +00:00
Volker Stolz
23c13a940f Use MAKE_ARGS instead of Makefile-patch 2005-04-19 08:25:09 +00:00
Greg Lewis
bbf1ff8c99 . Add long option support on FreeBSD 4.x and early FreeBSD 5.x by setting
USE_GETOPT_LONG.  This achieves the submitters goal, but via a different
  method.

Submitted by:	John E Hein <jhein@timing.com>
2005-04-18 20:44:58 +00:00
Greg Lewis
a2f4c4c72d . Update to 1.02.019. 2005-04-18 14:05:28 +00:00
Greg Lewis
8fade56649 . Update to 1.02.017. 2005-04-12 16:37:38 +00:00
Sam Lawrance
8a51e28451 Set my ports to their shiny new MAINTAINER address.
Approved by:	clement (mentor)
2005-04-12 13:00:32 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
Adam Weinberger
774d4526f9 Update to 2.10.2. 2005-04-11 21:33:20 +00:00
Simon Barner
7544663c82 Change maintainer's email address.
Approved by:		arved (mentor)
PR:			ports/79162
2005-04-11 13:03:55 +00:00
Florent Thoumie
d2115c80e0 - ARCH is defined in bsd.port.mk 2005-04-11 11:23:15 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Florent Thoumie
eb181d04c5 - Add unmakeself 0.99, a tool to extract makeself archives.
PR:		ports/79398
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
2005-04-10 20:46:05 +00:00
Michael Nottebrock
3ba0797c32 Depend on archivers/gtar on CURRENT later than 600022 2005-04-04 13:43:34 +00:00
Alex Dupre
2cee0c25ff Update PHP ports to 4.3.11 and 5.0.4 releases:
- fix security issues
- unbreak PEAR packages [1]

PR:		ports/78516 [1]
Submitted by:	Yen-Ming Lee <leeym@utopia.leeym.com> [1]
Tested by:	thierry
2005-04-04 09:20:21 +00:00
Jeremy Messenger
85497dcd1e Update to 2.10.1.
Submitted by:	adamw
2005-04-03 06:18:24 +00:00