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

1419 Commits

Author SHA1 Message Date
FUJISHIMA Satsuki
9205bd2c9c update to 4.14.
ChangeLog:
http://sourceforge.net/project/shownotes.php?release_id=297065

Approved by:	maintainer
2005-01-18 06:02:58 +00:00
Edwin Groothuis
dfd5750bdc [NEW PORT] archivers/orange: Extract Microsoft Cabinet files from self-extracting installers
Orange is a tool and library for squeezing out juicy
	installable Microsoft Cabinet Files from self-extracting
	installers for Microsoft Windows.

	Supported installers include VISE, InstallShield, Setup
	Factory and more.

	WWW: http://synce.sourceforge.net

PR:		ports/76030
Submitted by:	Sam Lawrance <boris@brooknet.com.au>
2005-01-14 00:13:20 +00:00
Edwin Groothuis
d74c9bcddf [NEW PORT] archivers/dynamite: Decompress data compressed with
PKWARE Data Compression Library

	Dynamite is a tool and library for decompressing data
	compressed with the PKWARE Data Compression Library.

	WWW: http://synce.sourceforge.net

	Notes:
	* This library is required for the update of synce-kde
	* The 'dynamite' binary crashes when invoked without
	  arguments. This is expected, not a freebsd specific
	  problem.

PR:		ports/76026
Submitted by:	Sam Lawrance <boris@brooknet.com.au>
2005-01-14 00:09:25 +00:00
Jun Kuriyama
bad65177db Update to 1.04. 2005-01-11 02:57:53 +00:00
Ying-Chieh Liao
b5531bf6e0 upgrade to 0.8.3 2005-01-10 16:34:01 +00:00
Christian Weisgerber
5147d2a54e Update to 1.15.1. Notable changes:
- Compressed archives are now recognized automatically.
- Numerous bug fixes.

Add a target "test" to run the included regression test suite.
2005-01-09 21:47:15 +00:00
Sergey Matveychuk
984f8daf15 - Update to 1.01.022
PR:		ports/75802
Submitted by:	maintainer
2005-01-08 19:36:28 +00:00
Max Khon
d16fe08ee1 Update to 1.25.
PR:		72472
2005-01-08 11:16:50 +00:00
Mario Sergio Fujikawa Ferreira
fe4401c442 o Fix PLIST
o Bump PORTREVISION

Submitted by:	kris (pointyhat)
Approved by:	portmgr (kris)
2005-01-03 01:59:10 +00:00
Alexander Leidinger
64cf27c85d Say hello to the linux mega patch, it consolidates our linux bits a
little bit and allows to proceed to a more recent linux_base from
a stable (read as: the major bugs should be ironed out or identified
and most linux ports build just fine) source.

It also allows to ship 4.11 with a working linuxolator (the EOLed
linux_base is marked forbidden because of a security hole).

This is a major update, please read UPDATING (and CHANGES if you
develop linux ports).

Changes:
 - change the default linux_base from v7 to v8
 - add a newer freetype to linux_base-8 for nicer fonts display [1]
 - don't let cpio use hardlinks in the linux_base-8 port to quiet some
   warnings in some cases [2]
 - fix a cut&past error in the linux_base-8 pkg-install script [3]
 - convert the binary knob "USE_LINUX" to a version specifier, e.g.
   USE_LINUX=<value> specifies a dependency upon
   emulators/linux_base-<value>, exceptions are a value of "7" (which
   does what you want and adds a dependency to linux_base) and any
   value without a corresponding port in
   PORTSDIR/emulators/linux_base-<value> (which adds a dependency to
   the default linux_base)
 - don't implicitly add USE_LINUX with the USE_LINUX_PREFIX knob,
   this allows us to use the USE_LINUX_PREFIX knob for linux_base and
   paves the way for splitting up future linux base ports into
   individual pieces
 - remove RESTRICTED from some GPL licensed ports, even when we only
   distribute binaries, we get them from official linux sites, so
   anyone can grab them there if he needs to
 - add a dependency upon the linux X11 bits where necessary (based upon
   guesswork)
 - don't use USE_X_PREFIX in some linux ports since it adds a dependency
   to the FreeBSD X11 libs, as a workaround use PREFIX?= (the clean
   solution would be to remove the implicit USE_XLIB from USE_X_PREFIX)
 - bump the portrevision of the linux ports ("better safe than sorry"
   algorithm)
 - pass maintainership of the important linux infrastructure to a
   mailinglist, hijack freebsd-emulation@ for this purpose (if somebody
   doesn't like this: tell us your bikeshed color at freebsd-emulation@,
   my color would be "linuxolator@" in case someone cares...)
 - add a pkg-install script for linux-fontconfig, but don't use it;
   everything should work without it (the FreeBSD fc-cache program should
   do all the work), but in case we need it we just need to decomment the
   pkg-install part in the Makefile
 - fix some dependencies
 - fix some bugs
 - add some static plists
 - unbreak the ports with dependecies to more than one linux_base

This also fixes some ports which are marked BROKEN because of dependencies
to v7 and v8 of linux_base at the same time.

Known bugs:
 - the linux-mesa and linux-devtools ports install libGL*.so symlinks
 - some "minor" plist bugs (e.g. ld.so.{conf,cache} are modified by
   the linux X11 port, so linx_Base-8 moans at deinstall time)

Future work (interested souls should coordinate with freebsd-emulation@):
 - add some kind of USE_LINUX_X11 knob to streamline the X11 dependencies,
   or modify the behavior of USE_XLIB in the USE_LINUX case
   AFAIK trevor has some patches.
 - make USE_XLIB and USE_X_PREFIX orthogonal to be able to get rid of
   the PREFIX?= workaround in some linux ports
   Should be discussed/coordinated on/with x11@.
 - move the RPM bits from x11-toolkits/linux-gtk/Makefile to PORTSDIR/Mk/
 - update to a more recent linux base

PR:			69997, 70539 (and maybe others)
Discussed with/on:	java@, x11@, trevor, portmgr
Tested by:		mezz, portmgr, pointyhat
RPM hunted down by:	Joseph Gelinas <scirocco@tasam.com> [1]
Requested by:		portmgr [2]
Submitted by:		kris [3]
Approved by:		portmgr
2004-12-31 18:24:10 +00:00
Mario Sergio Fujikawa Ferreira
43f7b7f9d2 New port jzlib version 1.0.5: A re-implementation of zlib in pure Java 2004-12-31 14:33:16 +00:00
Mathieu Arnold
df68892349 Update to 1.23
Timeout: almost a month
2004-12-29 13:10:40 +00:00
Greg Lewis
570d5359ee . Update to 1.01.022. 2004-12-29 06:37:28 +00:00
Greg Lewis
1ec8e877e8 . Try to remove ${PREFIX}/src when deinstalling as the port creates this
directory.

Submitted by:	kris
2004-12-28 19:47:56 +00:00
FUJISHIMA Satsuki
a3154e38e8 update to 4.13.
o Ressurect pkg-plist to support to make modules optional. 25 lines
  out of 31 are wrapped with %%MODULES%% which can be controlled by
  WITHOUT_MODULES knob. The modules support more codecs and formats
  than stand-alone binary.
o Install 7za to libexec and wrap it with script to support sfx
  creation. 7za and .sfx should be placed in the same directory as 7z
  and modules do.
o Wrapper script executes corresponding binary (7z or 7za.)
  In WITHOUT_MODULES case, it can be called by 7z or 7za but always
  executes 7za. This is compatible action for previous port.
o Turn BROKEN to IGNORE. There is no hope to compile this software in
  RELENG_4. And correct quotation for this change.

Approved by:	maintainer
2004-12-28 02:46:57 +00:00
Alexey Dokuchaev
b1645aa624 Apparently, distfile got rerolled for some reason, but diff(1) shows no
differences with the previous one, so unbreak for now.
2004-12-27 12:05:10 +00:00
Akinori MUSHA
a8eb250e47 Update to 0.5.6. 2004-12-25 17:41:50 +00:00
Akinori MUSHA
6302c42a15 Remove superfluous IGNORE warning that bzip2 is already in the base
system.

PR:		ports/75033
Submitted by:	Jason Harris <jharris .at. widomaker.com> (MAINTAINER)
2004-12-23 20:49:43 +00:00
Norikatsu Shigemura
d9ed90620d Reset MAINTAINER to ports@.
We cannot contact them for a long time.

Discussed with:	hrs
Approved by:	kiri(blanket), mita(blanket),
		shige(blanket), taoka(blanket)
2004-12-23 09:32:50 +00:00
Kris Kennaway
be3e1f7794 Clean up handling of locale directories at deinstall-time:
* Don't remove "system directories" (which were created by BSD.*.dist)
* Silently try to remove locale directories which we might have created
2004-12-16 05:49:27 +00:00
Edwin Groothuis
39a413d6b9 Make portlint happier.
They are not the patches from the submitter, but one which overcome
knu@s objections about the original ones and discussed in ports/69037.

PR:		ports/69027 ports/69028 ports/69029 ports/69030 ports/69031 ports/69032 ports/69033 ports/69034 ports/69035 ports/69036 ports/69037
Submitted by:	Wesley Shields <wxs@csh.rit.edu>
2004-12-14 04:54:37 +00:00
Michael Nottebrock
0083804533 Update to KDE 3.3.2 2004-12-13 20:12:15 +00:00
Kris Kennaway
6474f4ec64 BROKEN: Checksum mismatch 2004-12-13 02:43:34 +00:00
Sergey Skvortsov
4bdc4819e6 Add p5-PerlIO-gzip 0.17,
Perl extension to provide a PerlIO layer
to gzip/gunzip.
2004-12-08 14:51:31 +00:00
Ying-Chieh Liao
463365c3fb add pbzip2 0.8.2
Parallel BZIP2
2004-12-07 02:31:16 +00:00
Kirill Ponomarev
99b04635d5 Portlint(1) 2004-12-06 11:52:33 +00:00
Mark Linimon
06200f0963 With portmgr hat on, reset bouncing maintainer address. All of the commits
within the last year have been with maintainer timeouts, as well.
2004-12-05 05:13:20 +00:00
Andrey A. Chernov
d84e0775bb Close overflow
Submitted by:   simon
2004-12-01 20:14:18 +00:00
Andrey A. Chernov
2247a9f962 Change WWW to proper one 2004-12-01 18:16:45 +00:00
Andrey A. Chernov
6f1870111c Point to the official website 2004-12-01 17:59:08 +00:00
Andrey A. Chernov
fc11092ea4 Close two vulnerabilities
Submitted by:   simon
2004-11-29 21:28:13 +00:00
Andrey A. Chernov
143a8d18ef Upgrade to 2.65 2004-11-29 15:03:09 +00:00
FUJISHIMA Satsuki
c734c7be74 update to 4.12.
o install only monolithic binary 7za.
o create a compatibility symlink 7z -> 7za not to violate POLA.
o respect NOPORTDOCS.
o retire ONLY_FOR_ARCHS. This version runs on sparc64.
o tested on i386, amd64, ia64, alpha and sparc64.

Changelogs:
4.10 -> 4.12 http://sourceforge.net/project/shownotes.php?release_id=283730
0.91 -> 4.10 http://sourceforge.net/project/shownotes.php?release_id=277286

Reviewed by:	maintainer
2004-11-26 01:19:10 +00:00
Max Khon
df6cdc87a3 Fix build on FreeBSD 4.x.
Bump PORTREVISION.
2004-11-25 21:52:15 +00:00
Max Khon
493b6612f4 Allow mspack.h to be included in C++ source code
(replace "this" with "self").
2004-11-25 15:27:27 +00:00
Max Khon
457fb02412 New port: libmspack-0.0.20040308
The purpose of libmspack is to provide both compression and decompression
of some loosely related file formats used by Microsoft.
2004-11-25 14:02:55 +00:00
Jeremy Messenger
d7fcc8234e Use new INSTALLS_OMF.
Approved by:	bland, kwm, marcus and pav
2004-11-23 02:23:08 +00:00
Kirill Ponomarev
0384c2bec4 Update to 1.01.020
PR:		ports/73986
Submitted by:	maintainer
2004-11-16 10:25:43 +00:00
Greg Lewis
3415e51096 . Update to 1.01.020. 2004-11-15 16:38:14 +00:00
Pav Lucistnik
0c91e4863f - Update maintainer's email address
PR:		ports/73939
Submitted by:	Yonatan <onatan@gmail.com> (maintainer)
2004-11-14 22:26:11 +00:00
Michael Nottebrock
851093b813 Remove conditional runtime dependency on the gtar port, it's available
in the base system.
2004-11-12 15:09:05 +00:00
Jeremy Messenger
817db233c8 Bump 29 ports that use GCONF_SCHEMAS. Somehow, the diff of GNOME 2.8.x has
lost the small part. The small part was GCONF_SCHEMAS in bsd.gnome.mk that is
taking care of gconf key and schemas files for pkg-plist. Pav has committed by
re-add GCONF_SCHEMAS back in bsd.gnome.mk this afternoon. Therefore, must bump
PORTREVISION to correct our pkg-plist database installed.
2004-11-10 03:19:15 +00:00
Greg Lewis
c1ca02f153 . The distfile has changed to include some fixes for the handling of write
errors.  Chase this and bump PORTREVISION for the fixes.
2004-11-08 15:49:30 +00:00
Michael Nottebrock
14a1da27f4 Update to KDE 3.3.1 2004-11-08 00:34:12 +00:00
Joe Marcus Clarke
46a4d69571 Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
2004-11-07 22:37:47 +00:00
Joe Marcus Clarke
58406bee89 Presenting GNOME 2.8 for FreeBSD (2.8.1 to be exact).
This release notes detailing all of the new goodies in GNOME 2.8 can
be found at http://www.gnome.org/start/2.8/notes/, and the list of what
was fixed in GNOME 2.8.1 can be found at
http://lists.gnome.org/archives/gnome-announce-list/2004-October/msg00056.html.

This release, as well as all of our others, would not have been possible
without the great efforts of our FreeBSD GNOME Team.  The list of
current members can be found at http://www.freebsd.org/gnome/contact.html
(including our newest member, Michael Johnson <ahze@FreeBSD.org>).

Special thanks also goes out to all of the loyal FreeBSD GNOME users that
put up with crashes and hangs to test and debug GNOME on FreeBSD.  We would
especially like to thank those users that provided patches for GNOME 2.7 and
2.8:

Franz Klammer <klammer@webonaut.com>
Piotr Smyrak <piotr.smyrak@heron.pl>
Radek Kozlowski <radek@raadradd.com>
Khairil Yusof <kaeru@pd.jaring.my>
Yasuda Keisuke <kysd@po.harenet.ne.jp>
Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Vladimir Grebenschikov <vova@fbsd.ru>

GNOME 2.8 also features a new, FreeBSD-specific splashscreen that
was designed by jimmac for GNOME 2.8, then daemonized by
Franz Klammer <klammer@webonaut.com> and Radek Kozlowski
<radek@raadradd.com>.

As with GNOME 2.6, you cannot just "portupgrade" to GNOME 2.8.  There is
a script provided at http://www.marcuscom.com/downloads/gnome_upgrade28.sh
that will aid in the upgrade process.  Full documentation on the GNOME 2.8
upgrade is coming following this commit.

From all of us at FreeBSD GNOME, ENJOY!
2004-11-07 22:24:32 +00:00
Andrey A. Chernov
941fbea0e1 Rephrase IGNORE section
Submitted by:   kris
2004-11-06 22:32:54 +00:00
Andrey A. Chernov
b0e5826e63 IGNORE this binary port for FreeBSD < 5.3
PR:             73611
Submitted by:   Dima Panov <redfox@Fluffy.Khv.RU>
2004-11-06 13:48:25 +00:00
Pav Lucistnik
4ce24203fb - Update to 1.5.a.54
PR:		ports/73557
Submitted by:	Martin Matuska <martin@tradex.sk> (maintainer)
2004-11-05 12:55:54 +00:00
Greg Lewis
6fe31e5e79 . Update to 1.13.
PR:		73459
Submitted by:	Ports Fury
2004-11-04 18:02:37 +00:00
Andrey A. Chernov
91aeb72629 Update to 3.41 2004-11-03 16:45:02 +00:00
Dag-Erling Smørgrav
c1afd5180c Fix -O2 build. If declared static, integrity_identifier is optimized out
since it isn't referenced, so postproc can't find it and the build bombs.
2004-11-02 22:58:44 +00:00
Kirill Ponomarev
7dd71d4d48 Update to version 1.12
PR:		ports/73341
Submitted by:	Ports Fury
2004-11-01 17:14:53 +00:00
Yen-Ming Lee
309f35d603 - add USE_GCC=3.3 when default gcc is 3.4 2004-11-01 01:37:52 +00:00
FUJISHIMA Satsuki
6fa57456f7 o update to 0.91.
o respect CFLAGS.
o passing PTHREAD_* bits via makefile.machine.
 With this four patches no longer required.

Approved by:	maintainer
2004-10-28 04:59:12 +00:00
Kirill Ponomarev
d20b89ce28 Update to version to 1.5.a.42
PR:		ports/72958
Submitted by:	maintainer
2004-10-26 17:56:33 +00:00
Erwin Lansing
c2a7fb8034 Update to 1.14 2004-10-25 07:46:13 +00:00
Hye-Shik Chang
1dcb27260f Remove alz2zip port which will not be maintained anymore.
There's a better replacement available in archivers/unalz.
2004-10-23 09:50:15 +00:00
Hye-Shik Chang
a3ce7f6023 Add unalz 0.20,
unarchiver for AlZip compressed files.
2004-10-23 09:40:07 +00:00
OKAZAKI Tetsurou
4d35df5f38 Update to version 1.1.
PR:		72817
Submitted by:	KATO Tsuguru
2004-10-23 08:35:51 +00:00
Andrey A. Chernov
56071799d9 Allow MAINTAINER override 2004-10-20 20:58:34 +00:00
Hye-Shik Chang
85c9b14b32 Update to 0.7.5 2004-10-18 01:32:02 +00:00
Andrey A. Chernov
fdc97ad54c Upgrade to 3.4.0
PR:             72473
2004-10-15 00:27:49 +00:00
Andrey A. Chernov
c471340aeb Update to 3.4.3
PR:             72474
2004-10-15 00:09:19 +00:00
Simon L. B. Nielsen
c79324b8fc Security update to sharutils:
- Fix two buffer overflows. [1]
- Fix format string handling problems with command line parsing
  shar -o. [2]

Obtained from:	Gentoo [1] [2]
Patch by:	Michael Schröder [2]
VuXML:		26c9e8c6-1c99-11d9-814e-0001020eed82 [1]
Approved by:	erwin
2004-10-13 10:17:01 +00:00
Kirill Ponomarev
a6133d9fae Drop maintainership to ports@FreeBSD.org
PR:		ports/71721
Submitted by:	Radim Kolar <hsn@netmag.cz>
2004-10-12 13:23:48 +00:00
Kirill Ponomarev
97c2fd3d60 Update to 1.5.a.49
PR:		ports/72304
Submitted by:	maintainer
2004-10-12 10:11:49 +00:00
Kirill Ponomarev
db76c6cf18 Update to 1.01.015
PR:		ports/72303
Submitted by:	maintainer
2004-10-12 10:08:11 +00:00
Sergei Kolobov
b907fae0dd - Update to 1.03
PR:		ports/72471
Submitted by:	Dima Panov <redfox@Fluffy.Khv.RU>

While I'm here:
- Install some additional documentation
- Shorten COMMENT
- Various cleanup
2004-10-12 07:54:43 +00:00
Greg Lewis
c28a3ba082 . Update to 1.01.015. 2004-10-12 05:53:09 +00:00
Thierry Thomas
34ffd0aab6 This distfile disapeared from the net. Use MASTER_SITE_LOCAL to host it.
Approved by:	portmgr (marcus).
2004-09-27 07:28:51 +00:00
Kris Kennaway
6b98ffae85 BROKEN: Unfetchable
Approved by:	portmgr
2004-09-26 02:19:56 +00:00
Dirk Meyer
5c1049e66b - Security Fix
possible off by one bounds check
Submitted by:	Munehiro Matsuda
Approved by:	portmgr (marcus)
2004-09-22 06:16:54 +00:00
Dirk Meyer
97c7224854 - Security fix
Submitted by:	eik
Approved by:	portmgr (eik)
Obtained from:	redhat
2004-09-04 19:28:25 +00:00
Michael Nottebrock
b4c31bafd8 Update to KDE 3.3 2004-08-30 19:55:42 +00:00
Volker Stolz
e9fd92b043 Update from 2004.07.14 to 1.01.011 (PORTEPOCH-bump required)
PR:		ports/71075
Submitted by:	Martin Matuska (maintainer)
2004-08-29 14:05:11 +00:00
Michael Haro
afb294af84 update to 1.5.a.46
PR:		71076
Submitted by:	maintainer
2004-08-28 18:43:41 +00:00
Alexey Dokuchaev
48249e3fe0 Update my email address to `@FreeBSD.org'.
Relinquish ports I happen to no longer use.  They seem to be of the latest
versions, and non-broken, so this is a "clean" dump.

Approved by:	fjoe (mentor)
2004-08-27 08:46:33 +00:00
Volker Stolz
c750cb07a3 s/mirror.ac.uk/mirrorservice.org
PR:		ports/69481
Submitted by:	Tim Bishop, lesi@
Approved by:	maintainer timeout
2004-08-25 12:37:11 +00:00
Erwin Lansing
4e9351bc12 Update to 1.13
In celebration of:	linimon's birthday
2004-08-24 07:01:47 +00:00
Greg Lewis
590901094a . Update to 1.01.013.
. Fix a whitespace bogon. [2]

Submitted by:	portlint [2]
2004-08-23 16:37:49 +00:00
Jun Kuriyama
72f0037c02 Make p5-Test-Simple dependency conditional again which was removed
in r1.14 and added with forced-dependency in r1.15.
2004-08-23 07:50:39 +00:00
Kirill Ponomarev
fe3d0fd58e Fix build with gcc-3.4
PR:		ports/70780
Submitted by:	Ports Fury
2004-08-22 00:51:49 +00:00
Pav Lucistnik
1422b2c617 - Remove as scheduled
Fuse ignited by:	clement
2004-08-20 15:37:49 +00:00
Kris Kennaway
c1a0f8ede9 BROKEN on 5.x: Does not compile with gcc 3.4.2 2004-08-16 02:33:05 +00:00
Tilman Keskinoz
5457de812e Fix build with gcc 3.4 2004-08-15 16:14:03 +00:00
Hye-Shik Chang
56746f2aea Fix build for gcc 3.4.
Spotted by:	kris
2004-08-14 05:32:42 +00:00
Sergey Matveychuk
0618ffc8fe Add quotes to BROKEN
Submitted by:	maintainer
Noticed by:	lioux
2004-08-12 16:02:25 +00:00
Vanilla I. Shu
35cf3ef628 - Update to 1.10
- add dependency of Test-Simple

PR:		ports/69411
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
Timeout by:	maintainer (2 weeks)
2004-08-12 06:53:04 +00:00
Sergey Matveychuk
a0b4fb6047 file archiver with highest compression ratio
PR:		ports/69248
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de>
2004-08-11 18:07:36 +00:00
Michael Nottebrock
461f3c5adb Factor out all but one of the build switches of the KDE main module ports
into separate ports. The OPTIONS will remain as of yet and trigger dependencies
now, for easy transition.

Update KOffice to version 1.3.2.

Add patches to fix a number of issues, including:

- fix kxkb on Xorg
- fix kdemultimedia WITH_MPEGLIB (now mpeglib_artsplug) compilation on gcc 3.4.2
  with optimizations greater than -O

Add security related patches and entries to portaudit.txt.
2004-08-11 01:27:37 +00:00
Mathieu Arnold
0add024bf3 Fix Build with perl5.8
Approved by: erwin (maintainer)
2004-08-10 10:42:57 +00:00
Pav Lucistnik
070280ae57 - Mark BROKEN: does not compile with gcc-3.4
Reported by:	pointyhat via kris
2004-08-10 07:55:15 +00:00
Tilman Keskinoz
19d31ee14f Fix build with gcc 3.4 2004-08-06 16:24:03 +00:00
Edwin Groothuis
edef6e779f [PATCH] archivers/stuffit: change company name & website to make fetchable
The distfile for this port is not fetchable until its URL
	is changed to match the new name for the same company.  The
	size & md5 checksum etc. remain the same.

	For their official announcement of the name change, please see:
	<http://www.allume.com/company/pressroom/releases/aladdin/072604allume.html>

PR:		ports/69974
Submitted by:	Paul Seniura <pdseniura@techie.com>
2004-08-04 02:25:11 +00:00
Ying-Chieh Liao
d5138d4f5e prepare for upcoming slave port 2004-08-02 02:42:14 +00:00
Michael Nottebrock
8ea1a2c0c1 Correct a configure-misdetection which went unnoticed until now, but causes
breakage with gcc 3.4.
2004-07-31 23:06:10 +00:00
Pav Lucistnik
198ad5f02f - Update to 1.11
PR:		ports/69809
Submitted by:	Radim Kolar <hsn@netmag.cz> (maintainer)
2004-07-31 15:39:34 +00:00
Sergey A. Osokin
c3c903b689 Move package files from plist to Makefile, remove pkg-plist. 2004-07-27 07:04:25 +00:00
Sergey A. Osokin
d93d8230d1 Move package files from plist to Makefile, remove pkg-plist. 2004-07-27 06:56:39 +00:00
Sergey A. Osokin
838230bbb8 Move package files from plist to Makefile, remove pkg-plist. 2004-07-27 06:39:39 +00:00
Volker Stolz
fe4107434d Point WWW-tag to master-site instead of mirror.
PR:             ports/69481
Submitted by:   Tim Bishop
Apologies to:	Andrey
2004-07-26 12:14:41 +00:00
Volker Stolz
870da68c71 Remove references to mirror.ac.uk
PR:		ports/69481
Submitted by:	Tim Bishop
2004-07-26 12:13:47 +00:00
Kirill Ponomarev
672c0bb499 Change maintainer's email. 2004-07-21 17:47:52 +00:00
Pav Lucistnik
6c21728cf1 - Update to 2004.07.14
PR:		ports/69270
Submitted by:	Martin Matuska <martin@tradex.sk> (maintainer)
2004-07-19 17:56:43 +00:00
Alex Dupre
0755041a61 Add a new shared extension for PHP. 2004-07-19 08:45:42 +00:00
Alex Dupre
28c0990956 Add a new shared extension for PHP. 2004-07-19 08:42:06 +00:00
Alex Dupre
dad9273a51 Add a new shared extension for PHP. 2004-07-19 07:37:05 +00:00
Alex Dupre
e07e68d1bc Add a new shared extension for PHP. 2004-07-19 07:34:56 +00:00
Alex Dupre
2f53f9a14a Add pecl-zip 1.0, a PECL extension to read zip files. 2004-07-19 07:24:30 +00:00
Edwin Groothuis
3c101f4840 [NEW PORT] archivers/bsdtar
Port of the bsdtar archiver for FreeBSD systems prior to 502111

PR:		ports/68054
Submitted by:	Martin Matuska <matuska@tradex.sk>
2004-07-18 11:18:21 +00:00
Sergey Matveychuk
e6e0779b3e Update to 3.10.21
Approved by:	krion (mentor) (implicitly)
2004-07-17 23:00:34 +00:00
Kris Kennaway
d2fe315906 Reset undeliverable maintainer address:
----- Transcript of session follows -----
451 4.4.1 reply: read error from mix.premierbank.dp.ua.
<kot@premierbank.dp.ua>... Deferred
Message could not be delivered for 1 week
Message will be deleted from queue

For two consecutive weeks.
2004-07-15 22:59:10 +00:00
Kirill Ponomarev
ab0a69baeb - Support NO_WRKSUBDIR properly
PR:		ports/69107
Submitted by:	Ports Fury
2004-07-15 16:38:38 +00:00
Greg Lewis
aec9a887b0 . Update to 2004.07.14. 2004-07-15 16:09:15 +00:00
Kirill Ponomarev
beb60a6d82 Update to version 0.90.2-beta
PR:		ports/68996
Submitted by:	Ports Fury
2004-07-14 12:18:34 +00:00
Erwin Lansing
fc4ca2e42e Correctly use bsd.port.(pre|post).mk
PR:		69025
Submitted by:	Wesley Shields <wxs@csh.rit.edu>
2004-07-14 07:41:50 +00:00
Volker Stolz
6400bd4985 Refresh MASTER_SITES
Identical archive-content verified by: me
2004-07-13 14:56:28 +00:00
Mathieu Arnold
0bd0a17dcb Update to 0.06 2004-07-13 11:25:59 +00:00
Volker Stolz
4db465dd39 Update to 1.5.1.42
PR:		ports/68941
Submitted by:	Martin Matuska (maintainer)
2004-07-12 15:20:26 +00:00
Erwin Lansing
0ed34eaff9 Update to 1.12 2004-07-12 10:21:01 +00:00
Kirill Ponomarev
7113db1204 Remove USE_GETTEXT 2004-07-10 19:12:13 +00:00
Kirill Ponomarev
85658cd493 Support WITHOUT_NLS 2004-07-10 18:34:17 +00:00
Kirill Ponomarev
bf26c28e8c Support WITHOUT_NLS 2004-07-10 16:58:28 +00:00
Greg Lewis
b14865cc88 . Use %%JAVAJARDIR%% in the packing list now that bsd.java.mk sets it. 2004-07-09 22:53:43 +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
Kirill Ponomarev
f7e59f59a7 - Use MASTER_SITE_SUNSITE to MASTER_SITES
- Strip binary
- Utilize PLIST_FILES

PR:		ports/68857
Submitted by:	Ports Fury
2004-07-09 17:12:38 +00:00
Kirill Ponomarev
83c986007e Update to version 0.4
PR:		ports/68366
Submitted by:	Ports Fury
2004-06-27 18:00:57 +00:00
Joe Marcus Clarke
ffecdfda4a Add a call to ``env'' for the gconf install and uninstall rules just to be
safe.
2004-06-25 19:52:33 +00:00
Adam Weinberger
24fa706b0e Utilize lthack. 2004-06-25 06:34:18 +00:00
Mark Linimon
b429327734 remove mastersite which no longer has this software.
PR:		ports/67024
Submitted by:	Roman Neuhauser <neuhauser at chello dot cz>
Approved by:	maintainer timeout (4 weeks)
2004-06-24 17:03:08 +00:00
Joe Marcus Clarke
9c80fcc624 Update to 2.6.2, and roll out the new gconf key policy to see how it handles.
Moving forward, this will make handling gconf schemas much easier.
2004-06-24 01:16:36 +00:00
Volker Stolz
3e3000cdfb Quote $(CC) for better interoperability e.g. with CC="ccache gcc"
PR:		ports/66320
Submitted by:	Michael Johnson
Approved by:	maintainer timeout
2004-06-23 11:53:00 +00:00
Volker Stolz
40ba1a7476 libcurl no longer provides formparse() -> disable curl-support. 2004-06-23 09:23:16 +00:00
Pav Lucistnik
5aef2581d4 - Register conflict with newly added archivers/star-devel port 2004-06-22 20:39:30 +00:00
Pav Lucistnik
96daa72856 After repocopy from archivers/star, add star-devel, at 1.5 alpha 41.
This is development series, but already pretty stable.

PR:		ports/68125
Submitted by:	Martin Matuska <martin@tradex.sk>
Repocopy by:	marcus
2004-06-22 20:37:36 +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
Andrey A. Chernov
d8d5153cdc Fix rar.1 uninstalling 2004-06-20 21:22:31 +00:00
Kirill Ponomarev
3e2305435e Add patch to make advdef utility working
PR:		ports/68116
Submitted by:	maintainer
2004-06-20 07:27:01 +00:00
Greg Lewis
5ec76123f1 . Update to 2004.06.07. 2004-06-16 15:20:49 +00:00
Kris Kennaway
9543b13fdf BROKEN: Broken pkg-plist 2004-06-15 11:05:56 +00:00
Greg Lewis
f9e82daec6 . Use libtool 1.3.x rather than 1.4.x (thus removing the last port
dependency on libtool14).

Submitted by:	ade
2004-06-09 21:07:42 +00:00
Michael Nottebrock
9774b28273 Update to version 3.2.3 2004-06-09 16:58:30 +00:00
Hye-Shik Chang
c251d5d494 Fix build on STABLE.
Spotted by:	kris
2004-06-09 06:34:23 +00:00
Kris Kennaway
8376899f83 Re-bump the curl shared library version.
Pointy hat to:	ade
2004-06-07 10:47:41 +00:00
Ade Lovett
1a628ded35 Sync with new bsd.autotools.mk 2004-06-04 17:29:38 +00:00
Peter Pentchev
64b64d5ff7 Update ftp/curl to 7.12.0 and bump the shared library version in all
dependent ports.
2004-06-03 22:41:40 +00:00
Simon L. B. Nielsen
6cd6604aa7 Fix typo.
Noticed by:	Chris Larsen <darth@vader.dk>
2004-06-02 13:23:56 +00:00
Joe Marcus Clarke
9cd70171d9 Use %%DOCSDIR%% and %%PORTDOCS%% in the plist where appropriate.
Reported by:	mezz
2004-06-01 02:40:13 +00:00
Joe Marcus Clarke
8666cfd9e0 Fix OMF handling.
Reported by:	mezz
2004-06-01 02:27:37 +00:00
Pav Lucistnik
9fb7698f7f - Remove dead WWW 2004-05-29 23:04:15 +00:00
Hye-Shik Chang
df8f3a35a6 Add py-lzma, a 7zip compression library for Python. 2004-05-28 14:33:03 +00:00
Andrey A. Chernov
138ee2adaf Upgrade to 5.51 2004-05-26 17:57:30 +00:00
Mathieu Arnold
dddf36e361 Update to 1.09
Approved by:	maintainer
2004-05-24 18:15:06 +00:00
Pav Lucistnik
36480fd9fd - Add three more MASTER_SITES
Recovered from:	pending/67038
2004-05-22 13:05:49 +00:00
Pav Lucistnik
cb1f5c67f0 - Remove dead MASTER_SITES
PR:		ports/67026
Submitted by:	Roman Neuhauser <neuhauser@chello.cz>
2004-05-22 11:51:06 +00:00
Pav Lucistnik
6055dab469 - Refresh MASTER_SITES
PR:		ports/67027
Submitted by:	Roman Neuhauser <neuhauser@chello.cz>
2004-05-22 10:43:01 +00:00
Kirill Ponomarev
76aecbf1ea - Remove dead MASTER_SITES
PR:		ports/67028
Submitted by:	Roman Neuhauser <neuhauser@chello.cz>
2004-05-22 07:24:38 +00:00
Stefan Eßer
bf7f5c1119 Upgrade to version 0.3 of unshield.
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
PR:		ports/66692
2004-05-21 17:56:13 +00:00
Christian Weisgerber
f5f4910246 Update to 1.14, the first new official release in almost five years.
No user-visible changes from the last alpha version.
2004-05-15 12:59:34 +00:00
Kirill Ponomarev
666b2bb47f Add advancecomp 1.10, recompression utilities for .ZIP, .PNG, .MNG and
.GZ files.

PR:		ports/66581
Submitted by:	Radim Kolar
2004-05-14 14:37:17 +00:00
Oliver Eikemeier
7b31020cb6 Drop maintainership.
PR:		66502
Submitted by:	Gea-Suan Lin <gslin@netnews.NCTU.edu.tw> (maintainer)
2004-05-11 01:37:22 +00:00
Kirill Ponomarev
7cb6f49343 - Update to version 2.1.3
PR:		ports/66391
Submitted by:	Ports Fury
2004-05-09 18:10:06 +00:00
Thierry Thomas
e2141f7310 Upgrade to 1.2. 2004-05-08 16:14:55 +00:00
Akinori MUSHA
89cc9ecb18 Unmark FORBIDEN and bump PORTREVISION now that the patches to fix
those vulnerabilities have been added.
2004-05-03 16:27:46 +00:00
Dirk Meyer
119ec92aa3 - Security Fix: symlink vulnerability
patch from:
ftp://updates.redhat.com/9/en/os/SRPMS/lha-1.14i-9.1.src.rpm"
2004-05-03 14:31:41 +00:00
Dirk Meyer
fbfcd157fb - Security Fix: two stack buffer overflows and two directory traversal flaws
patch from: Ulf Haernhammar
http://lists.netsys.com/pipermail/full-disclosure/2004-May/020776.html
CAN-2004-0234 CAN-2004-0235
2004-05-03 14:30:45 +00:00
Akinori MUSHA
b9a32c746f Mark FORBIDDEN again, since the previous commit did not fix anything.. 2004-05-03 06:41:27 +00:00
Dirk Meyer
0ce4352124 - Security Fix: two stack buffer overflows and two directory traversal flaws
patch from: Ulf Härnhammar
http://lists.netsys.com/pipermail/full-disclosure/2004-May/020776.html
CAN-2004-0234 CAN-2004-0235

- Security Fix: symlink vulnerability
patch from:
ftp://updates.redhat.com/9/en/os/SRPMS/lha-1.14i-9.1.src.rpm"
2004-05-03 04:58:04 +00:00
Jacques Vidrine
6f9a91657b Mark FORBIDDEN due to exploitable buffer overflows and path handling
issues.
http://vuxml.freebsd.org/a2ffb627-9c53-11d8-9366-0020ed76ef5a.html
2004-05-02 16:55:07 +00:00
Ying-Chieh Liao
73ac5bda47 upgrade to 0.90 beta 2004-04-29 02:23:36 +00:00
Christian Weisgerber
9124180718 Update to 1.13.94 and jettison private FreeBSD modifications.
Notable changes in this release:
- Support for POSIX.1-2001 and ustar archive formats.
- Various option flag changes.
- New message translations.
- Bug fixes.
2004-04-28 21:00:26 +00:00
Pav Lucistnik
b738c01a80 Add rzip, a compression program, similar in functionality to gzip or bzip2, but
able to take advantage from long distance redundancies in files, which can
sometimes allow rzip to produce much better compression ratios than other programs.

WWW: http://rzip.samba.org/
2004-04-20 11:39:49 +00:00
Michael Nottebrock
6c593b2c29 Update to KDE 3.2.2 2004-04-20 09:08:07 +00:00
Joe Marcus Clarke
07d915e164 Update to 2.6.1. 2004-04-20 06:22:06 +00:00
Clement Laforet
7875f399da - define NO_LATEST_LINK.
Maybe LATEST_LINK=archivers_rvm would be better.
  If you think so, let me know.

Noticed by:     Ports with duplicate LATEST_LINKS report
2004-04-19 14:17:23 +00:00
Akinori MUSHA
e30e9b20be Fix plist and unbreak. 2004-04-18 19:35:34 +00:00
Akinori MUSHA
362c7a707a Update to 0.5.5. 2004-04-18 18:37:01 +00:00
Kirill Ponomarev
c83a0c91ce - Fix configure warning
PR:		65668 65669 65670 65671 65672 65673
Submitted by:	Roman Neuhauser <neuhauser at chello dot cz>
2004-04-17 19:12:38 +00:00
Jun Kuriyama
62ca77fd1a o Remove dependency on p5-Test-Simple for perl-5.8.
o Depends on p5-IO-Zlib rather than p5-Compress-Zlib
  as described in Makefile.PL.

No response from:	maintainer
2004-04-15 07:39:33 +00:00
Hye-Shik Chang
f51cc02340 Update to 0.7.2 2004-04-14 06:08:52 +00:00
Thierry Thomas
372451b6d2 Add fpc-paszlib 1.0.10, Free Pascal unit for native compression IO.
PR:		62612
Submitted by:	John Merryweather Cooper
Approved by:	pav (mentor).
2004-04-12 21:54:29 +00:00
Greg Lewis
ff36e4a5bf . Update to the 2004-04-08 snapshot. 2004-04-12 20:25:50 +00:00
Kris Kennaway
50b9e50c58 BROKEN: Broken pkg-plist 2004-04-12 01:33:50 +00:00
Stefan Eßer
cfc7f49578 New port of unshield, a InstallShield cabinet file reader.
This prgogarm is particularly useful to extract .SYS and .INF files
from NDIS drivers packaged as InstallShield archives, which are required
as input to ndiscvt (i.e. for the NDISulator).
2004-04-09 12:47:57 +00:00
Kirill Ponomarev
d3eb98a2dc - Update to version 0.80.2.a
PR:		ports/65259
Submitted by:	Ports Fury
2004-04-08 20:50:06 +00:00
Joe Marcus Clarke
6f0ab7bf8e Fix the case when NOPORTDOCS is defined.
Reported by:	Piotr Smyrak <piotr.smyrak@heron.pl>
2004-04-06 01:54:20 +00:00
Joe Marcus Clarke
731798cdcf Chase the glib20 update, and bump all affected ports' PORTREVISIONs. 2004-04-05 03:31:02 +00:00
Joe Marcus Clarke
c4851e78e4 Presenting GNOME 2.6.0. The FreeBSD GNOME Team feels this our best release
ever.  It fixes many bugs, and adds some features missing in previous
FreeBSD ports.  To help users upgrade from GNOME 2.4, we have constructed an
upgrade FAQ at:

http://www.freebsd.org/gnome/docs/faq26.html

Please read it carefully.  GNOME 2.6 packages are also available for all
supported i386 versions of FreeBSD at:

http://www.marcuscom.com/tinderbox/

The FreeBSD GNOME Team would like the thank the following users for their
wonderful testing and patching efforts.  We would especially like to thank
Franz Klammer <klammer@webonaut.com> for his wonderful new splash screen.
Without these people, our team, and our team alumni, GNOME on FreeBSD would
not be possible.

Jeremy Messenger <mezz7@cox.net>
Khairil Yusof <kaeru@pd.jaring.my>
Koop Mast <kwm@rainbow-runner.nl>
Simon Barner <barner@in.tum.de>
Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Scott Dodson <sdodson@sdodson.com>
Vladimir Grebenschikov <vova@sw.ru>
2004-04-05 03:11:39 +00:00
Kris Kennaway
98dd96ee20 Remove category pkg/COMMENT files in favour of a COMMENT variable in the
category makefile.

Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk>
PR:		59651
2004-04-02 07:29:48 +00:00
Kirill Ponomarev
ba45544546 - Respect CC
PR:		ports/65030
Submitted by:	michael johnson <ahze@ahze.net>
2004-04-01 10:27:16 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Kirill Ponomarev
4efa9ce4ab - Use USE_ICONV knob
Approved by:	portmgr
2004-03-30 19:20:22 +00:00
Erwin Lansing
986c93eec4 Update to 1.10 2004-03-26 08:12:17 +00:00
Kris Kennaway
98ea742728 Support WITHOUT_NLS 2004-03-25 12:16:56 +00:00
Andrey A. Chernov
da29beb672 Restore tab changed to spaces in prev. commit 2004-03-25 11:02:52 +00:00
Andrey A. Chernov
3d94fdf091 Remove myself from MAINTAINER 2004-03-25 09:24:44 +00:00
Greg Lewis
cf9a75e8ae . /usr/local -> %%LOCALBASE%%. 2004-03-24 22:10:07 +00:00
Greg Lewis
89d29ad177 Add a port of Tim Kientzle's libarchive:
Libarchive is a programming library that can create and read several
different streaming archive formats, including most popular tar
variants and the POSIX cpio format.

WWW: http://people.freebsd.org/~kientzle/libarchive/

This code is present in -CURRENT but Tim currently has no intention of
MFC'ing it.  The port will allow 4.x users to benefit from Tim's current
work and the tools he is building on top of it (bsdtar, libpkg).

Not objected to by:	kientzle
2004-03-24 17:20:48 +00:00
Pav Lucistnik
75540bed23 - Mark IGNORE because it does not work. It used to work two or three releases
before, maybe something changed in Linuxulator, I don't know.

Reported by:	many
2004-03-21 11:00:35 +00:00
Trevor Johnson
b5b4f41a6e Deploy PLIST_FILES. 2004-03-20 22:53:29 +00:00
Trevor Johnson
cbf8a9ea66 Allude to gmail-files, gmailshar and gremsync in COMMENT. 2004-03-20 22:50:24 +00:00
Trevor Johnson
e19803de78 Running install-info in post-install is redundant, since it is done
in the add-plist-info target of bsd.port.mk.
2004-03-20 22:46:02 +00:00
Trevor Johnson
a1bc8c46f5 Add size data, approved by maintainers. 2004-03-20 21:03:41 +00:00
Trevor Johnson
b267580c04 The gshar+gunshar port is renamed to ports/archivers/sharutils.
PR:	64443
2004-03-19 23:56:42 +00:00
Trevor Johnson
3c4d2c4ddb Update the list of what this port installs (and does not install).
Add synopses from the info pages.  Explain in more detail what shar
archives are.  Add a note about security.  Add keywords.
2004-03-19 23:38:19 +00:00
Greg Lewis
fbb546122a . Link the python modules against libintl so they can actually be used.
. Bump PORTREVISION.
2004-03-19 23:01:40 +00:00
Greg Lewis
020b6cd408 . No, it doesn't conflict with rpm2cpio as that installs rpm2cpio.pl, not
rpm2cpio.
2004-03-19 18:46:04 +00:00
Trevor Johnson
38069212cc Add size data, approved by maintainers. 2004-03-18 20:59:15 +00:00
Jimmy Olgeni
2a67f30d03 Add SIZE data.
Submitted by:	trevor
2004-03-18 20:45:09 +00:00
Trevor Johnson
3bca696b10 Add size data, approved by maintainers. 2004-03-18 18:01:13 +00:00
Pav Lucistnik
cfaaa49989 - Add SIZE to GNOME ports
Submitted by:	trevor
2004-03-18 13:32:26 +00:00
Pav Lucistnik
49030ecc51 - Add SIZE
Submitted by:	trevor
2004-03-18 12:22:01 +00:00
Hye-Shik Chang
4fada1630a Add SIZE data.
Submitted by:	trevor
2004-03-18 07:38:47 +00:00
Trevor Johnson
4a38811bfa Add size data.
Approved by:	maintainers
2004-03-18 02:52:47 +00:00
Trevor Johnson
e1177f5c54 Add size data.
Approved by:	maintainers
2004-03-18 02:27:55 +00:00
Jun Kuriyama
1b7bb85f82 SIZEify.
Submitted by:	trevor
2004-03-18 00:48:53 +00:00
Kirill Ponomarev
3376711136 - Update to version 1.0
PR:		ports/64328
Submitted by:	Ports Fury
2004-03-16 13:14:57 +00:00
Ying-Chieh Liao
67dcde56be use more clear comment 2004-03-15 08:05:46 +00:00
Ying-Chieh Liao
ed35f851d1 add rvm 0.80a
Rsync Vault Manager
2004-03-15 07:34:34 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Jimmy Olgeni
2f87aaa9b0 Upgrade to version 1.9.4. 2004-03-12 22:52:39 +00:00
Edwin Groothuis
91256c15ab Date: Wed, 10 Mar 2004 23:30:56 -0800 (PST)
From: Roman Shterenzon <romanbsd@yahoo.com>
To: ports@freebsd.org
Subject: e-mail change

The email address roman@xpert.com is no longer valid.
Please update ports' maintainer to ports@oven.org.

Submitted by:	Roman Shterenzon <romanbsd@yahoo.com>
2004-03-12 00:32:23 +00:00
Michael Nottebrock
f64c6af4f4 Update to KDE 3.2.1 / QT 3.3.1
Important changes:
==================

KDE:

- Audio/arts does not install artswrapper anymore, instead it is provided by
  audio/artswrapper. See UPDATING.

- misc/kdeaddons3 is now a metaport with

	editors/kate-plugins
	editors/vimpart
	games/atlantikdesigner
	misc/kaddressbook-plugins
	misc/kfile-plugins
	misc/kicker-applets
	misc/knewsticker-scripts
	misc/konq-plugins
	misc/ksig
	misc/renamedlgplugins
	multimedia/noatun-plugins
	net/kontact-plugins

  as slave ports.

- A number of KDE ports now uses OPTIONS do make various WITH_* options more
  visible.

- Plist fixes

- devel/kdevelop should be able to detect FreeBSD's autoconf/automake now for
  newly created projects.

- kdebase will no longer remove previous KDM configurations. This won't take
  effect during the update from 3.2.0 to 3.2.1 (as deinstalling 3.2.0 will still
  remove the configuration), but subsequent updates will merge old configs.

QT:

- Previous versions of QT could be compiled with debugging-support enabled by
  defining DEBUG. This switch has been renamed to the more unambiguous
  WANT_QT_DEBUG (similar to WANT_KDE_DEBUG in the KDE ports).
2004-03-09 19:41:12 +00:00
Greg Lewis
e96188d0c8 . Build and install API documentation if NOPORTDOCS isn't set.
. Bump PORTREVISION for this change.
2004-03-09 19:40:38 +00:00
Alexander Leidinger
c9b3d76515 - Fix fetch, the mastersite changed (but still is at aladdinsys.com) and
the distfile was renamed (only the EXTRACT_SUFX changed and it still has
  the same content and checksum).
- Some cleanup, no longer chmod(8) the distfile in DISTDIR executable
  without reason and add a do-build target to brandelf(1) the binaries
  instead of doing this in the do-install target so that the binaries in
  WRKDIR actually can be used after a `make all` run.

Submitted by:	Marius Strobl <marius@alchemy.franken.de>
2004-03-08 08:07:33 +00:00
Greg Lewis
ed1a42fcb0 . The RPM web site now refers to it as the "RPM Package Manager", not the
"Red Hat Package Manager".  Fix this and reformat the text.
2004-03-05 19:59:48 +00:00
Greg Lewis
60611a83d9 . Disable the javaglue for beecrypt. Its pointless and its broken (breaks
the build).
. Reformat CONFIGURE_ARGS.
2004-03-05 18:56:40 +00:00
Greg Lewis
00ba114b79 . Fix fetch. 2004-03-05 18:42:59 +00:00
Akinori MUSHA
2a2649fbad Update to 0.2.1, which supports ruby 1.6 again. 2004-03-05 15:13:59 +00:00
Greg Lewis
63157dad83 Add a port of rpm 4.0.4:
"The Red Hat Package Manager (RPM) is a powerful command line driven
 package management system capable of installing, uninstalling,
 verifying, querying, and updating computer software packages. Each
 software package consists of an archive of files along with information
 about the package like its version, a description, and the like.
 There is also a related API ("Application Program Interface"),
 permitting advanced developers to bypass 'shelling out' to a command
 line, and to manage such transactions from within a native coding
 language.

 WWW: http://www.rpm.org/"

4.0.4 was chosen because:
. The only newer version available as a tarball (4.1) is buggy.
. This version closely corresponds to our current default linux_base.
. This version uses the version of popt we have in the tree (unfortunately
  it uses an earlier version of beecrypt).
. This version is a lot less work to port than 4.2 (elfutils).

However, I am considering how best this port could be updated to a more
recent version (e.g. 4.1.1 or 4.2, probably the latter).

This wasn't an update to the current rpm port as I haven't done enough
testing of other ports that use rpm with it.

Tested on 4.9/i386, 5.2/sparc64 and 5.2/alpha.
2004-03-05 02:26:10 +00:00
Akinori MUSHA
234745cc6e This does not work with ruby 1.6, but requires ruby 1.8 or later.
Maybe ruby 1.6 will be supported again, but for the moment mark this
port IGNORE when it is being built with ruby 1.6.

PR:		ports/61631
Submitted by:	Paul Argentoff <argentoff@rtelekom.ru>
2004-03-04 18:50:24 +00:00
Kirill Ponomarev
c855d08d93 - Fix package build
Reported by:	bento via kris
2004-03-04 08:58:54 +00:00
Kirill Ponomarev
c750694c8d - SIZEify
PR:		ports/63548
Submitted by:	maintainer
2004-02-29 20:50:30 +00:00
Akinori MUSHA
c5db6c22e6 Update to 0.5.3. 2004-02-28 06:07:32 +00:00
Clement Laforet
701ab6a48b - Pacify portlint and use misc macros
- remove pkg-plist (fastjar and stuffit)
2004-02-27 12:10:37 +00:00
Dirk Meyer
ace66a7230 - add SIZE 2004-02-26 04:58:34 +00:00
Mathieu Arnold
afbbe75052 Update to 1.33
Approved by:	maintainer
2004-02-24 11:02:38 +00:00
Kirill Ponomarev
7a7455e479 - Update to version 3.10.19
PR:		ports/63240
Submitted by:	maintainer
2004-02-22 23:08:17 +00:00
Hye-Shik Chang
56dcad903f Rename a file with % in its name for perforce users.
Requested by:	Mark Santcroos <marks@ripe.net>
2004-02-22 07:06:07 +00:00
Kirill Ponomarev
4b0c0c8ed5 - Update to version 3.10.18.
- Patch for the correct load arjcrypt.so
- Fix build on AMD64

PR:		ports/62953 ports/62852
Submitted by:	maintainer Hendrik Scholz <hendrik@scholz.net>
2004-02-17 11:00:11 +00:00
Max Khon
45eebd566c New port: upx 1.24
UPX is a free, portable, extendable, high-performance executable
packer for several different executable formats. It achieves an
excellent compression ratio and offers very fast decompression.
2004-02-17 03:05:13 +00:00
Hye-Shik Chang
f61636bdaf Add port for alz2zip 0.1,
a converter for alzip archives to zip formats.
2004-02-16 15:26:07 +00:00
Michael Nottebrock
82911b32af Enable kdepasswd, depend on kdebase, fix plist.bas*, bump PORTREVISION. 2004-02-09 22:15:11 +00:00
Andrey A. Chernov
8ccb62d93e Add %%PORTDOCS%% prefix
Submitted by:   Piotr Smyrak <piotr.smyrak@heron.pl>
2004-02-09 22:11:45 +00:00
Alex Dupre
35a3256787 Remove lang/php4/bsd.php.mk and switch every ports depending on PHP to
use Mk/bsd.php.mk.

Approved by:	nork (mentor/implicitly)
2004-02-09 11:43:38 +00:00
Akinori MUSHA
68c12c93bd Update to 0.5.2. 2004-02-09 05:03:37 +00:00
Trevor Johnson
a049dd78cc Use PLIST_FILES (bento-tested, marcus-reviewed). 2004-02-06 13:12:53 +00:00
Trevor Johnson
3c175cb569 Use PLIST_FILES.
Reviewed by:	marcus
2004-02-05 20:38:07 +00:00
Michael Nottebrock
be4bd12cec RUN_DEPENDS on gnupg, CONFLICTS with kgpg.
Submitted by:	lioux
2004-02-05 14:20:55 +00:00