Commit graph

752 commits

Author SHA1 Message Date
Yen-Ming Lee
d8509bee80 - unbreak on 5.x
PR:		72034
Submitted by:	leeym
Approved by:	maintainer timeout
2004-10-13 01:36:07 +00:00
Sergey Skvortsov
2f45f924ce Updated to 0.56 2004-10-12 12:44:40 +00:00
Kirill Ponomarev
1ecb7b9032 Update to version 1.0
PR:		ports/72524
Submitted by:	Ports Fury
2004-10-12 12:36:41 +00:00
Pav Lucistnik
ecf2a08ec3 - Update to 2.0
PR:		ports/72192
Submitted by:	Klaus Michael Indlekofer <M.Indlekofer@fz-juelich.de> (maintainer)
2004-10-11 22:32:22 +00:00
Kris Kennaway
90abb24f53 BROKEN on 5.x: Does not compile
Approved by:    portmgr (self)
2004-09-29 05:45:34 +00:00
Michael Haro
78d2645a72 add missing manpage to MAN3 list
portlint

PR:		71393
Submitted by:	Yen-Ming Lee <leeym@utopia.leeym.com>
Approved by:	portmgr (kirill)
2004-09-06 20:50:09 +00:00
Martin Blapp
fa51941802 Update to 3.03.
Fix data corruption for binary data.

rt.cpan.org: Bug #7456
2004-08-25 12:26:14 +00:00
Sergey Skvortsov
803d84c78c Updated to 0.55 2004-08-25 06:31:11 +00:00
Hye-Shik Chang
7a3527f0f7 Update to 1.1.1.
This fixes compilation problem on gcc 2.95. [1]

PR:		70601 [1]
Submitted by:	Marcus Grando <marcus@corp.grupos.com.br> [1]
2004-08-19 17:40:33 +00:00
Norikatsu Shigemura
9a39a7be6d Change MAINTAINER to perl@.
I welcome bsd.port.mk introduced soon.

Inspired by:	freebsd-perl@
2004-08-13 15:21:20 +00:00
Volker Stolz
1116256576 - Update to 1.2.3.1 [1]
- Nuke pkg-plist while here

PR:		ports/68748 [1]
Submitted by:	Matt Peterson
Approved by:	maintainer timeout
2004-08-13 15:08:32 +00:00
Hye-Shik Chang
d8524926c0 Update to 1.1 2004-08-07 09:30:36 +00:00
Sergey Skvortsov
46d7b318c4 Updated to 0.54 2004-07-30 09:43:19 +00:00
Alexander Nedotsukov
53fa631ae3 Add knob WITH_EXTRA_PATCHES which brings in:
- Fixes for cp932 roundtrip issue (Microsoft KB: Q170559).
- EUCJP-MS encoding.
- A number of aliases for cp932 and EUCJP-MS encodings.

Requested by:	NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
Patches by:	MORIYAMA Masayuki <msyk@mtg.biglobe.ne.jp>
2004-07-27 03:28:14 +00:00
Kirill Ponomarev
de6fa61cfd Update to version 1.4
PR:		ports/69578
Submitted by:	Ports Fury
2004-07-25 16:22:30 +00:00
Alex Dupre
28594f8917 Add a new shared extension for PHP. 2004-07-19 08:47:57 +00:00
Alex Dupre
7481a0c08f Add a new shared extension for PHP. 2004-07-19 08:46:11 +00:00
Alex Dupre
0755041a61 Add a new shared extension for PHP. 2004-07-19 08:45:42 +00:00
Alex Dupre
54d2f85eba Add a new shared extension for PHP. 2004-07-19 07:48:29 +00:00
Alex Dupre
acf6e5243d Add a new shared extension for PHP. 2004-07-19 07:37:53 +00:00
Alex Dupre
dad9273a51 Add a new shared extension for PHP. 2004-07-19 07:37:05 +00:00
Alex Dupre
b674531c4a Add pecl-fribidi 1.0, a PECL extension for the unicode Bidi algorithm. 2004-07-19 07:26:57 +00:00
Sergey Skvortsov
b9a9bac441 Updated to 1.4 2004-07-19 06:51:03 +00:00
Andrey A. Chernov
c477aed711 Back out prev. commit. Too many ports depends on it and IGNORE
fails with error exit code for 'make -DINSTALLS_DEPENDS install' called
when depending file is not found.
2004-07-16 13:06:45 +00:00
Andrey A. Chernov
d3a4dd7388 Don't install this port, if ${PERL_LEVEL} >= 500804 2004-07-16 12:41:14 +00:00
Andrey A. Chernov
7aa540c0a7 Only perl 5.8.4 have Base64 3.01, use 500804 as PERL_LEVEL 2004-07-15 12:53:40 +00:00
Andrey A. Chernov
c00529f649 Add including pre/post.mk, missing in prev. commit 2004-07-15 11:49:19 +00:00
Andrey A. Chernov
2edb464958 Do not install p5-MIME-Base64 for newer perls 2004-07-15 11:41:00 +00:00
Anton Berezin
2ad9df1acf Update to 1.03. Assign maintainership to perl@. 2004-07-14 10:43:08 +00:00
Alexander Nedotsukov
08f2315789 Update to 1.9.2 2004-07-09 19:14:39 +00:00
Joe Marcus Clarke
9e5632dd66 Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:		63944
Based on work by:eik and marcus
Approved by:	ade (autotools maintainer)
Tested by:	kris on pointyhat
Bound to be hidden problems:	You bet
2004-07-09 17:43:11 +00:00
Sergey Skvortsov
22e2045006 Updated to 1.3 2004-07-02 17:20:23 +00:00
Akinori MUSHA
2e0e102b46 Remove xunicode, which is obsolete and no longer used by any other
ports.
2004-06-22 04:49:13 +00:00
Kris Kennaway
3c088f1b9a Set an expiry date of 2004-08-20 for these BROKEN/IGNORE/FORBIDDEN
ports.  They will be removed on or after that date if they are still
broken and no fix has been submitted to GNATS.
2004-06-21 21:27:46 +00:00
Pav Lucistnik
4b18d2464d - Chase enca shlib bump 2004-06-08 08:18:33 +00:00
Pav Lucistnik
ee610b7110 - Update to 1.5
PR:		ports/67629
Submitted by:	Roman Neuhauser <neuhauser@chello.cz>
Approved by:	maintainer
2004-06-08 08:16:16 +00:00
Alexander Nedotsukov
5e71a65e70 Take over maintanership.
- Konstantin explicitly resigned from BSD iconv few years ago.
- My e-mail pings about the case was never answered
  (last attempt 2/23/2004).
- There is a technical problem contacting him. [1]

PR:	67692 [1]
2004-06-08 02:18:55 +00:00
Alexander Nedotsukov
edf870a690 Take over maintanership.
- Konstantin explicitly resigned from BSD iconv few years ago.
- My e-mail pings about the case was never answered
  (last attempt 2/23/2004).
- There is a technical problem contacting him. [1]

PR:	67691 [1]
2004-06-08 02:18:07 +00:00
Markus Brueffer
700a73d38b - Fix fetching
- Remove WWW line

PR:		ports/67632
Submitted by:	Roman Neuhauser <neuhauser@chello.cz>
2004-06-06 23:49:10 +00:00
Pav Lucistnik
d2f9400df8 - Fix fetching
PR:		ports/67637
Submitted by:	Roman Neuhauser <neuhauser@chello.cz>
2004-06-06 23:36:15 +00:00
Pav Lucistnik
315a69a628 - Remove dead master site
PR:		ports/67634
Submitted by:	Roman Neuhauser <neuhauser@chello.cz>
2004-06-06 23:28:13 +00:00
Pav Lucistnik
b7ef9b8bf9 - Chase 302 redirect in master site
PR:		ports/67631
Submitted by:	Roman Neuhauser <neuhauser@chello.cz>
2004-06-06 23:26:12 +00:00
Pav Lucistnik
44d232b3d3 - Chase 302 redirect in master sites
PR:		ports/67630
Submitted by:	Roman Neuhauser <neuhauser@chello.cz>
2004-06-06 23:24:19 +00:00
Markus Brueffer
bf1124340b Don't use Makefile.kde anymore 2004-06-06 13:26:34 +00:00
Kris Kennaway
23515da85c BROKEN on amd64: neds to link against shared library 2004-05-30 07:09:34 +00:00
Pav Lucistnik
9fb7698f7f - Remove dead WWW 2004-05-29 23:04:15 +00:00
Pav Lucistnik
840f7cfafa - Update WWW 2004-05-29 23:03:53 +00:00
Sergey Skvortsov
14c27fc21c Add p5-Convert-Binary-C 0.53, binary Data Conversion using C Types. 2004-05-26 12:24:53 +00:00
Mark Linimon
94fb719289 Canonicalize inclusion of master-port's Makefile.
PR:		ports/64393
Submitted by:	eik
Approved by:	maintainer timeout (2 months)
2004-05-18 18:20:34 +00:00
Kirill Ponomarev
da007f3953 - Remove bogus directories
No cookies for:		krion
2004-05-18 10:01:59 +00:00