Commit graph

933 commits

Author SHA1 Message Date
Edwin Groothuis
625c7a3ec8 [patch] archivers/unadf and "#define LITT_ENDIAN must exist"
Script Lib/myconf has problem with detecting Big or Little Endian
	machine and he always set "Big Endian machine". archivers/unadf will
	compile but when you want to unpack some files you will get this
	message:
	"Compilation error : #define LITT_ENDIAN must exist"

PR:		ports/53622
Submitted by:	Jacek Serwatynski <tutus@trynet.eu.org> <tutus@trynet.eu.org>
2003-08-31 13:13:37 +00:00
Edwin Groothuis
8a8b31d05c [patch] Unbreak port: archivers/libcabinet
This port did not build with gcc 3.3.1. I also fixed a
	possible buffer overflow (they used gets() to read from
	stdin).

	Please review the patch file ``patch-cftypes.cpp'' with
	extra care, since I am not sure whether this makes sense
	(2 positions in the file, marked with ``TODO'' - thanks.

Also added some lines in cftypes.cpp to overcome the absence of
values.h on -current.

PR:		ports/55767
Submitted by:	Simon Barner <barner@in.tum.de>
2003-08-31 13:09:31 +00:00
Mathieu Arnold
291cc76b77 Update to 1.05
Approved by:	maintainer
2003-08-27 20:27:30 +00:00
Joe Marcus Clarke
a3108b1e51 Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by:	kris
2003-08-26 20:25:58 +00:00
Jimmy Olgeni
9d92bdf87e Update to 1.9.3. 2003-08-25 20:15:36 +00:00
Joe Marcus Clarke
adccc29aad Chase the libintl.so shared lib version. 2003-08-25 05:41:38 +00:00
Akinori MUSHA
6ba96b1b92 Update to 0.5.1. 2003-08-23 10:21:46 +00:00
Akinori MUSHA
a0c8b8f46b Update to 0.5.0. 2003-08-22 23:03:37 +00:00
Mathieu Arnold
b373209ef0 Update to 1.04
PR:	55046
Submitted by:	me
Approved by:	demon (mentor), maintainer timeout (> 3weeks)
2003-08-20 15:54:20 +00:00
Andrey A. Chernov
1f3ad986ee Upgrade to 0.93 2003-08-18 15:25:41 +00:00
Andrey A. Chernov
5887a48e3b Back out PORTEPOCH decrementing 2003-08-18 06:59:34 +00:00
Andrey A. Chernov
3e234528f3 Bump PORTREVISION, not PORTEPOCH 2003-08-17 18:24:37 +00:00
Akinori MUSHA
06c62d1368 Drop maintainership. Feel free to update the port. (fastjar is now
maintained in the gcc repository without being released separately,
though)
2003-08-16 20:04:54 +00:00
Kris Kennaway
18f7c67c5e Utilize INFO. 2003-08-16 10:08:28 +00:00
Kris Kennaway
218656ddba Utilize INFO and bump PORTREVISION. 2003-08-16 10:07:08 +00:00
Kris Kennaway
86a80c2806 Reset bouncing maintainer address.
Submitted by:	Mark Linimon <linimon@lonesome.com>
2003-08-16 06:27:02 +00:00
Andrey A. Chernov
2b1cb1f349 Upgrade to 3.2.3 (fix for new gcc) 2003-08-15 19:40:42 +00:00
Kirill Ponomarev
52c50ee402 - Update to 1.1
PR:		55524
Submitted by:	maintainer
2003-08-13 08:21:02 +00:00
Max Khon
56d020a446 Fix build with gcc 3.3.1
Approved by:	ache (MAINTAINER)
2003-08-12 15:10:37 +00:00
Hye-Shik Chang
5ab2abb78b Update to 0.6.6 2003-07-31 20:31:05 +00:00
Akinori MUSHA
1f24112627 Update to 0.1.8. 2003-07-29 12:16:52 +00:00
Maxim Sobolev
10588346d3 Let be hohest: I really don't have a time now to properly maintain all
these great pieces of software, so that let others with more free time
to take over them.
2003-07-29 09:12:37 +00:00
Michael Nottebrock
ac4ef3820b Update KDE to the latest official release, KDE 3.1.3
Official KDE 3.1.3 announcement:
http://www.kde.org/announcements/announce-3.1.3.php

(may not work until a few hours after this commit - we jumped the gun a little
 in order to have the update in place at the time the security notifications for
 KDE 3.1.2 will be released together with the announcement of KDE 3.1.3).

Changelog from 3.1.2 to 3.1.3 release:
http://www.kde.org/announcements/changelogs/changelog3_1_2to3_1_3.php

Thanks and credits need to go to the whole KDE-FreeBSD team, as well
as everyone on kde@freebsd.org for providing feedback, reporting bugs
and just using the KDE ports.

Approved by: will (real mentor asleep)
2003-07-29 04:26:22 +00:00
Andrey A. Chernov
a64b51263a Use better ../ & control vulnerability fix
Submitted by:   ITO Tsuyoshi <tsuyoshi@is.s.u-tokyo.ac.jp>
2003-07-29 03:41:54 +00:00
Andrey A. Chernov
813a186866 Close vulnerability with control char between two dots.
Allow 255 char in file names.
2003-07-28 14:43:08 +00:00
Daichi GOTO
5b83770767 fix archivers/makeself: makeself.sh fails
PR:		54805
Submitted by:	Andriy I Pylypenko <bamby@oranta.ua>
2003-07-28 05:09:23 +00:00
Kirill Ponomarev
bcadc8453d Change my mail to @FreeBSD.org
Approved by:	fjoe (mentor)
2003-07-22 10:34:12 +00:00
Kris Kennaway
ff1377e0c8 Fix build with gcc 3.3 2003-07-18 03:48:03 +00:00
Erwin Lansing
f8c1612272 Update to 1.06 2003-07-17 22:04:32 +00:00
FUJISHIMA Satsuki
b185046be2 get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
2003-07-14 02:53:03 +00:00
FUJISHIMA Satsuki
8e775bbe3a get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
respect CC, CFLAGS.
2003-07-14 02:37:44 +00:00
FUJISHIMA Satsuki
451c73b09f get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
respect CC, CFLAGS, PREFIX.
2003-07-14 02:35:50 +00:00
Erwin Lansing
9f2a9f06b4 Drop maintainership 2003-07-12 10:37:39 +00:00
Norikatsu Shigemura
3cb93e47ca Don't compile with -static [1].
Drop MAINTAINERship.

PR:		ports/42556 [1]
Requested by:	Mikhail Teterin <mi@aldan.algebra.com> [1]
Approved by:	maintainer timeout (a long time)
2003-07-11 19:56:12 +00:00
Erwin Lansing
938e402a66 - Update to 1.03
- Add WWW

PR:		54315
Submitted by:	Mathieu Arnold <m@absolight.net>
Approved by:	maintainer
2003-07-10 13:34:26 +00:00
Sergey A. Osokin
e0c8232be1 Update to 2.1.2
PRs:		54099, 54130
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
Approved by:	fjoe (mentor) (implicit)
2003-07-06 18:40:45 +00:00
Dmitry Sivachenko
b522d46a69 Update to version 1.22;
Utilize SITE_PERL variable.

PR:		53972
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-07-02 07:23:21 +00:00
Dmitry Sivachenko
ad67f6b719 Update to version 1.02;
Utilize SITE_PERL variable.

PR:		53971
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-07-02 07:19:23 +00:00
Joe Marcus Clarke
8f5e9fff5a Update to 2.2.5. 2003-06-29 18:01:49 +00:00
Ade Lovett
b2fd75e438 libtool uber-patch
* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
  any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)

Approved by:	portmgr (kris) - for the bsd.port.mk hooks
Tested by:	bento 4-exp builds (repeatedly)
2003-06-26 22:58:32 +00:00
Andrey A. Chernov
56b55e8ba5 Fix for ia64's cpp
Submitted by:   marcel
2003-06-25 01:23:22 +00:00
Sergey A. Osokin
dd5eca87c1 Update to 1.02, add WWW tag
Use USE_GETOPT_LONG
(looks like greid@ still not yet avaliable)

Submitted by:	Mathieu Arnold <m@absolight.net>
PR:		52991
Approved by:	fjoe (mentor) (implicit)
2003-06-21 21:48:13 +00:00
Jimmy Olgeni
3d72ad4605 Update to version 1.9.2. 2003-06-21 11:10:38 +00:00
Erwin Lansing
844479aa5d Change to my FreeBSD.org address 2003-06-12 16:41:16 +00:00
Adam Weinberger
5a1964dbcd Remove REINPLACE commands that were rolled into gnomehack. 2003-06-12 09:46:09 +00:00
Christian Weisgerber
19091648b6 IGNORE while this is identical to the base system tar.
Suggested by:	kuriyama
2003-06-11 19:41:05 +00:00
Sergey A. Osokin
aa9107df8d New port hffzip: small file compressor based on Huffman coding
Submitted by:	Kirill Ponomarew <ponomarew@oberon.net>
PR:		53188
Approved by:	fjoe (implicit)
2003-06-11 10:57:35 +00:00
Joe Marcus Clarke
556d662efc Update MASTER_SITE.
Submitted by:	Jeremy Messenger <mezz7@cox.net>
2003-06-11 03:57:54 +00:00
Sergey A. Osokin
3c5e6b1867 Update to 3.10g [1,2]
Add STRIP=, because stripped arj binaries don't print help topic [2]
Add language-specific options [2]
Change MASTER_SITE_SUBDIR (keramida -> osa) [3]
Replace hardcoded /etc to ${LOCALBASE}/etc [3,4]
Remove -O2 flag for ${CC} [3,4]

Submitted by:	[1] Mathieu Arnold <m@absolight.net> (PR 52982)
		[2] Konstantin Reznichenko <kot@premierbank.dp.ua> (PR 53079)
			(maintainer)
		[3] osa
Approved by:	[4] maintainer
		fjoe (mentor)
2003-06-09 21:08:40 +00:00
Sergey A. Osokin
b432e3d988 Update one distsite with changed layout,
and remove another, which is dead now.

PR:		53023
Approved by:	fjoe (mentor)
2003-06-08 20:02:54 +00:00
Norikatsu Shigemura
077b4b53b0 Update to pear-Archive_Tar 1.1.
Update to pear-PEAR 1.1.
Update to pear-HTML_Common 1.2.
Update to pear-Net_SMTP 1.2.3.
Update to pear-Log 1.6.5.
Update to pear-I18N 0.8.5.
Update to pear 4.3.2.

Adapt following ports for pear-PEAR's Makefile.common.
pear-Console_Getopt, pear-Auth, pear-Auth_SASL, devel/pear-Date,
net/pear-Net_Socket, pear-Mail_Mime, pear-Crypt_CBC, pear-mailparse,
pear-File, pear-HTML_Select_Common, and pear-Net_Sieve

PR:		ports/52596, ports/52641, ports/52655, ports/52656,
		ports/52671, ports/52678, ports/52845
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-06-07 23:00:46 +00:00
Max Khon
c8d779fb63 Merge some improvements from PR 51987 (most notable one is:
install binary as unace2 instead of lunace which is not intitive at all).
Change maintainership to Pav Lucistnik <pav@oook.cz>.

PR:		51987
2003-06-02 18:47:13 +00:00
Max Khon
a8dbf12639 New port: linux-unace
This is official ACE (un)archiver for Linux.
Opensource unace archiver can't handle (some?) ACE 2.x archives.
2003-06-02 13:57:41 +00:00
Max Khon
386c61cca1 New port: nwreckdum
Utility for extracting/creating Quake PAK file.

Submitted by:	Alexey Dokuchaev
2003-06-02 13:48:22 +00:00
Maxim Sobolev
0ac82af3da Make more fetchable.
PR:		47843
Submitted by:	osa

Drop maintainership.
2003-05-22 23:16:27 +00:00
Andrey A. Chernov
929daaf020 Upgrade to 3.20 2003-05-20 11:04:58 +00:00
Andrey A. Chernov
1d6f8c6020 Upgrade to 3.20 2003-05-20 10:53:46 +00:00
Joe Marcus Clarke
7f72084783 Update to 2.2.4. 2003-05-20 00:34:30 +00:00
Mario Sergio Fujikawa Ferreira
9433ac58db Update to KDE 3.1.2 2003-05-19 19:43:36 +00:00
Foxfair Hu
e225729f50 PR: 48721
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
Update to 2.1.1
2003-05-13 03:52:22 +00:00
Max Khon
d0ff81f6dc New port: squsq
Compressor/decompressor for CP/M "Squeeze" compressed files.

Submitted by:	Alexey Dokuchaev
Obtained from:	NetBSD
2003-05-12 13:30:46 +00:00
Andrey A. Chernov
8af42f368a Include <stdlib.h> for malloc() prototype
Submitted by:   tjr
2003-05-11 08:59:54 +00:00
Max Khon
abf909f641 Add bicom and xmill. 2003-05-09 19:04:57 +00:00
Max Khon
9f1e9bf443 New port: bicom
Data compressor in the PPM family.

Submitted by:	Alexey Dokuchaev
2003-05-09 19:04:41 +00:00
Max Khon
751000fc43 New port: xmill
An efficient compressor for XML.

Submitted by:	Alexey Dokuchaev
2003-05-09 19:03:17 +00:00
Kiriyama Kazuhiko
bc999a51be Change in-place replacement. 2003-05-08 11:00:15 +00:00
Tilman Keskinoz
34143ad470 Readd patch-ksimcpu.cpp, which was accidently removed with the 3.1.1 update.
This fixes the build on alpha.

Reported & tested by:	kris
Submitted by:		Frerich Raabe <raabe@KDE.org>
2003-05-08 10:21:57 +00:00
Kiriyama Kazuhiko
87dbe4c336 Set MASTER_SITES fetchable and correct reinplace command.
PR:	47650
Submitted by:	Simon 'portlint' Schubert<corecode@corecode.ath.cx>
2003-05-08 05:08:06 +00:00
Kris Kennaway
85d865a6ab As announced on 27 March 2003 in <20030328013119.GA17944@rot13.obsecurity.org>,
remove the wn port which has been forbidden for security reasons for 7 months.
2003-05-06 04:13:57 +00:00
Yen-Ming Lee
1b2f05f7e5 update to gzip-1.3.5
Makefile
	PORTVERSION bumped
	MASTER_SITE_SUBDIR deleted
	EXTRACT_SUFX added
	DOC_FILES added
distinfo
	updated
pkg-plist
	doc files added

PR:		51762
Submitted by:	Cyrille Lefevre <cyrille.lefevre@laposte.net>
2003-05-05 12:59:29 +00:00
Christian Weisgerber
e4bf6630eb Update to version 1.01
PR:		51509
Submitted by:	Ports Fury
2003-05-02 00:41:14 +00:00
Dmitry Sivachenko
da38c65397 Update to version 1.01;
Add WWW.

PR:		51556
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-04-29 15:20:44 +00:00
Edwin Groothuis
5bc16c875d UPDATE archivers/p5-Compress-Zlib
Update to 0.21.
	Add WWW site.

PR:		ports/51550
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-04-29 06:25:24 +00:00
Akinori MUSHA
037ab1379f Update to 0.1.7. 2003-04-24 20:34:52 +00:00
Joe Marcus Clarke
39653fbdad Make use of the implicit gnometarget. 2003-04-22 04:09:54 +00:00
Akinori MUSHA
40e9f7052c Update lang/ruby, lang/ruby-devel and lang/ruby16-shim-ruby18 to the
latest snapshots as of 2003-04-19.

ruby-bigdecimal (formerly known as ruby-bigfloat) and ruby-zlib are
now part of ruby 1.8.
2003-04-19 15:57:37 +00:00
Adam Weinberger
7450d5d45a Use new GNOME2 infrastructure. 2003-04-13 05:19:24 +00:00
Tilman Keskinoz
acdb9c559d Fix build on CURRENT
Reported by:	many
Tested by:	jeff@walters.name (Jeff Walters), seanc
2003-04-09 00:51:55 +00:00
Joe Marcus Clarke
7431b95baa Remove USE_GNOMENG macro. 2003-04-07 20:29:10 +00:00
Alan Eldridge
b294b98273 Rejoice, for the long awaited upgrade to kde 3.1.1 is here! 2003-04-05 22:16:12 +00:00
Hye-Shik Chang
3eb2493314 Add dpkg 1.9.21, the debian package manager. 2003-04-04 12:21:46 +00:00
Joe Marcus Clarke
17bddc70ec Update to 2.2.3. 2003-04-04 07:43:05 +00:00
Akinori MUSHA
2ebc6eb269 Catch up with the recent ruby-zlib changes. (PORTREVISION bumped) 2003-03-28 09:53:59 +00:00
Akinori MUSHA
c74a473aa2 Update to 0.6.0. This library will soon be integrated into ruby 1.8
and ruby-shim.
2003-03-28 09:53:06 +00:00
Jimmy Olgeni
15f6e56c8d Add rox-archive, archiving application for the ROX desktop. 2003-03-24 20:11:36 +00:00
John Baldwin
b20dd48b3d Use a size_t to hold the result of sizeof() instead of an unsigned int.
Use a const char * instead of a char * type for a variable to quiet a
warning.  These fix the build on alpha.

Requested by:	kris
2003-03-18 18:20:11 +00:00
Joe Marcus Clarke
ace06b6cc5 Replace the bzip dependency with bzip2. This will allow GNOME 2 to show up
on release CDs.

Approved by:	portmgr (kris)
2003-03-09 01:09:51 +00:00
Kris Kennaway
7d8d1f5aa5 unzip is an EXTRACT_DEPENDS, not a BUILD_DEPENDS. This fixes some of the
ports which indirectly depend on this port.
2003-03-08 22:55:34 +00:00
Kris Kennaway
de8f6fc4e4 Reset maintainer of ports previously maintained by jmg and jseger, who
have had their commit bits retired.
2003-03-08 22:33:56 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Tilman Keskinoz
5682a328cd Fix Build on CURRENT.
Submitted by:   Andy Fawcett <tap@hex.athame.co.uk>
Reported by:    many
Tested by:      leafy@leafy.idv.tw (CURRENT),  Andy Fawcett (4.7 5.0R)
2003-03-03 10:41:01 +00:00
Hye-Shik Chang
2c5184884a Update to 0.6.5 2003-02-28 08:46:57 +00:00
Hye-Shik Chang
fbc660cb2c De-pkg-comment for my ports. 2003-02-25 06:25:35 +00:00
Edwin Groothuis
3740831439 PEAR ports: handling PEAR's registry.
PEAR uses a "registry" to register installed modules, and
	this registry is initialized during the installation of
	mod_php4 (since 4.3.0).

	Unfortunately, installing PEAR modules through the ports
	does not maintain this registry.

	This PR fix this problem for the following ports:
	- sysutils/pear-Log
	- devel/pear-PEAR
	- devel/pear-Date
	- devel/pear-I18N
	- devel/pear-HTML_Common
	- devel/pear-HTML_Select_Common
	- security/pear-Crypt_CBC
	- mail/pear-Mail_Mime
	- net/pear-Net_Sieve
	- sysutils/pear-File
	- archivers/pear-Archive_Tar

PR:		ports/47921
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-02-24 05:27:41 +00:00
Jimmy Olgeni
e3a7a074f8 Suppress command echo. 2003-02-23 11:07:26 +00:00
Jimmy Olgeni
2563cb72b3 De-pkg-comment my ports + some more. 2003-02-23 10:51:29 +00:00
Dmitry Sivachenko
2ba25c04bb New port: Compress::Bzip2.
Bzip2 bindings for Perl5. That means you can access the
Bzip2 library from your Perl scripts there by compressing ordinary
Perl strings.
2003-02-23 08:07:17 +00:00
Mark Pulford
bdbb3bc341 De-pkg-comment. 2003-02-22 17:14:31 +00:00
Jun Kuriyama
2df3da6afb de-pkg-comment. 2003-02-22 07:48:51 +00:00
Christian Weisgerber
32b8021ea5 pkg-comment -> COMMENT 2003-02-21 12:52:52 +00:00