Commit graph

1549 commits

Author SHA1 Message Date
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
Kris Kennaway
a860cdceca BROKEN: Incomplete pkg-plist
Approved by:    portmgr (self)
2005-03-26 20:58:36 +00:00
Michael Nottebrock
d57e6a8257 Update to KDE 3.4 2005-03-20 18:17:55 +00:00
Thierry Thomas
674d76b17a Update to to 1.3.1.
Changelog at <http://pear.php.net/package/Archive_Tar/download/1.3.1/>

PR:		ports/78982
Submitted by:	Antônio Carlos Venâncio Júnior (maintainer)
2005-03-18 17:29:40 +00:00
Jeremy Messenger
c1d95aab80 Fully-qualify the path to update-desktop-database and update-mime-database in
the plist since /usr/local/bin isn't in pkg_add's PATH. Bump the PORTREVISION.
2005-03-16 21:47:50 +00:00
Greg Lewis
d97669ffd7 . Update to 1.02.016.
. Take maintainership [2].

Approved by:	 Martin Matuska <martin@matuska.org> [2] (previous maintainer)
2005-03-16 17:14:25 +00:00
Greg Lewis
e828ea2382 . Update to 1.02.016. 2005-03-16 16:19:35 +00:00
Greg Lewis
c56aa830d9 . Update to 1.02.015. 2005-03-15 17:35:39 +00:00
Greg Lewis
eb708cfdb7 . Update to 1.02.014. 2005-03-14 17:23:59 +00:00
Volker Stolz
98f0df276f Unbreak: Fix plist 2005-03-13 16:44:55 +00:00
Ying-Chieh Liao
c2901a97c7 upgrade to 0.9.2 2005-03-13 08:52:42 +00:00
Joe Marcus Clarke
b3458f652e Bump PORTREVISION to chase the glib20 shared lib version change. 2005-03-12 10:54:27 +00:00
Joe Marcus Clarke
190418a078 Presenting GNOME 2.10 for FreeBSD!
The release notes can be found at
http://www.gnome.org/start/2.10/notes/rnwhatsnew.html, and will give you a
good idea of what has gone into this release overall.  However, a lot of
FreeBSD specific additions and fixes have been made.  For example, this
release offers fixed ACPI support as well as new CPU freqeuncy monitoring
support.  See the FreeBSD GNOME 2.10 upgrade page at
http://www.FreeBSD.org/gnome/docs/faq210.html for the entire list as well
as a list of known issues and upgrade instructions.

GNOME 2.10, as well as all of our releases, would not be possible without
the great team that goes into porting and testign each and every component.
Thanks definitely goes out to ahze, adamw, bland, kwm, mezz, and pav for all
their work.  We would also like to thank our adventurous users that chose to
ride the walrus.  We'd especially like to thank the following users that
provided patches for GNOME 2.10:

ade
Yasuda Keisuke
Franz Klammer
Khairil Yusof
Radek Kozlowsk

And anyone else I may have accidentally omitted.

As with GNOME 2.8, 2.10 comes with a brand-spankin' new splashscreen
courtesy of Franz Klammer.  However, unlike GNOME 2.8, we've included all
of the FreeBSD GNOME splashscreen entries with gnomesession.  You can
use the deskutils/splashsetter port to choose the one you like best.

As always, GNOME users should _not_ use portupgrade alone to upgrade to
2.10.  Instead, get the gnome_upgrade.sh script from
http://www.FreeBSD.org/gnome/gnome_upgrade.sh.

Enjoy!
2005-03-12 10:39:38 +00:00
Thierry Thomas
8eaf630e7c - Upgrade to to 1.3.0:
- Take maintainership.

PR:		ports/78531
Submitted by:	Antônio Carlos Venâncio Júnior
2005-03-07 21:02:16 +00:00
Trevor Johnson
e66743b7d5 Respect the user's USE_LINUX setting. 2005-03-01 21:51:48 +00:00
Andrey A. Chernov
92c2bde1ea Upgdrade to Feb 28 version 2005-03-01 20:24:13 +00:00
Volker Stolz
9a6b6cce73 - missing section 5 manfile in Makefile
- handle symlinks for man files
- strip

PR:		ports/78183
Submitted by:	maintainer
2005-03-01 14:13:31 +00:00
Andrey A. Chernov
3ce5317700 Upgrade to 5.52
PR:             78200
2005-03-01 05:09:30 +00:00
Sergey Skvortsov
d37aec9037 Install lzx_constants.h too. 2005-02-28 12:01:09 +00:00
Kris Kennaway
1c32e4e1de BROKEN: Incomplete pkg-plist 2005-02-28 00:31:05 +00:00
Sergey Skvortsov
30612612af Add liblzxcomp 20020618, LZX compression library. 2005-02-27 18:31:48 +00:00
Greg Lewis
8063036ddc . Update to 1.02.010. 2005-02-27 06:51:21 +00:00
Sergey Matveychuk
0d828132bc - Update to 1.5.a.58
- Change maintainer e-mail
- URL and description adjustment
- Required devel/smake

PR:             ports/77939
Submitted by:   maintainer
2005-02-25 20:48:20 +00:00
Yen-Ming Lee
0601a51252 - update Martin's email address
PR:		77938
Submitted by:	Martin Matuska <martin at matuska.org>
2005-02-24 01:44:07 +00:00
Greg Lewis
649205af45 . Update to 1.02.009. 2005-02-23 20:49:18 +00:00
Christian Weisgerber
e663e66b59 Fix multiple security vulnerabilities:
- buffer overflows (CAN-2005-0160)
- directory traversal problem (CAN-2005-0161)

Obtained from:	Ulf Harnhammar <Ulf.Harnhammar.9485@student.uu.se>
2005-02-22 15:29:27 +00:00
Greg Lewis
3957ad95fe . Change the default path to search for the source when building an RPM
to be ${LOCALBASE}/src/portbld, which is created by the port during
  installation.  Don't use ${LOCALBASE}/src/redhat as the default as
  its not created by the port by default and is inappropriate for
  FreeBSD.

  Its quite likely ${LOCALBASE}/src/rpm is a better choice, but that
  requires more work than I have time for right now.

Submitted by:	Roman Neuhauser <neuhauser@chello.cz>
2005-02-18 17:50:01 +00:00
Greg Lewis
17347b23ad . Update to 1.02.006. 2005-02-16 19:39:14 +00:00
Erwin Lansing
8d6bafd6db Miguel Mendez is the new victim of these ports. Thanks! 2005-02-15 08:32:08 +00:00
Adam Weinberger
c0ddd25e24 Update to 2.8.4. 2005-02-14 17:23:47 +00:00
Mark Linimon
09721c15a9 With portmgr hat on, reset maintainership of these ports. Maintainer's
old email address bounces, and he has not been responsive to email on the
only other one we have for him.

These ports are now available for adoption.

Come back coop, we miss ya ...
2005-02-13 18:28:23 +00:00
Jun Kuriyama
1e04edb8d9 Add a patch to work around on 4-stable (perl-5.00503's Fcntl.pm does
not export SEEK_SET symbol).

Doing "make test" on 4-stable will fail because perl-5.005 does not
support EOF method in TIE HANDLE.

Submitted by:	lth
2005-02-13 03:37:26 +00:00
Yen-Ming Lee
a0f96032a3 - Fix build errors, now using autoconf-2.59
PR:		77338
Submitted by:	Renato Botelho <renato at galle.com.br>
2005-02-10 20:12:05 +00:00
Jeremy Messenger
50aa7ae3f0 Remove the double post-install target.
Pointyhat to me.
2005-02-10 04:49:19 +00:00
Jeremy Messenger
5b6f8042df Add manual to update the mimetype database, it seems like GNOME developers
have removed the auto-update mimetype database for some reason. Maybe, they
have forgotten about it or else...

Reviewed by:	marcus
2005-02-10 00:07:39 +00:00
Sergey Matveychuk
f3a34194d2 - Grant maintainership to submitter
PR:		ports/76965
Submitted by:	Renato Botelho <renato(at)galle.com.br>
2005-02-02 08:38:50 +00:00
Greg Lewis
2818628a8a . Update to 1.02.002. 2005-02-01 16:16:32 +00:00
Jeremy Messenger
f853977802 Add target to kill the configure warning and games/wesnoth's many compile
warning. games/wesnoth compiles much cleaner now than before.
2005-01-31 20:20:44 +00:00
Sergey Matveychuk
ac91f4d307 - Update to 0.9.1
PR:		ports/76882
Submitted by:	Gea-Suan Lin <gslin(at)netnews.NCTU.edu.tw>
2005-01-31 11:33:17 +00:00
Pav Lucistnik
a4ed06941a - Install zipios-config.h
Obtained from:	Debian
2005-01-31 11:07:37 +00:00
Pav Lucistnik
f753fd2fc3 - Update to 0.1.5.9-cvs-2004.02.07 tarball provided by Debian
This is needed for games/wesnoth, as it have no chance to build with last
  official zipios++ release (which is 4 years old).

Requested by:	mezz
Nodded to by:	edwin (games/enigma maintainer)
2005-01-31 10:07:37 +00:00
Christian Weisgerber
de2f97f40e Fix command line parsing.
Submitted by:	Jiri Pridal <jiri.pridal@jmk.izscr.cz>
Obtained from:	GNU CVS
2005-01-30 14:55:41 +00:00
Mario Sergio Fujikawa Ferreira
8248f236b6 Fix post-patch: sed(1) expression s/// cannot receive tokens with
/ in their composition which breaks C{C,XX} with path components
such as those used by users of devel/ccache, e.g.,
CC=/usr/local/libexec/ccache/cc

Approved by:	maintainer
2005-01-30 12:23:53 +00:00
Herve Quiroz
c63e8b7aad - Update to bsd.java.mk 2.0
- Add 'java' category
- Add a launcher shell script: 'jzip.org'
2005-01-28 22:56:54 +00:00
Kevin Lo
aae67e9f83 Remove libtool archive.
Submitted by: MAINTAINER
2005-01-28 00:51:46 +00:00
Hye-Shik Chang
ee2133069d Update to 0.31 2005-01-26 09:07:35 +00:00
Hye-Shik Chang
2fde0b2cd8 Update to 0.7.6 2005-01-26 09:01:57 +00:00
Tilman Keskinoz
295de70be2 Seems to work on amd64 too 2005-01-25 09:08:43 +00:00
Tilman Keskinoz
6e5363c662 Seems to work on amd64 2005-01-25 09:05:50 +00:00
Kirill Ponomarev
181714fd80 Set LATEST_LINK.
Reported by:	kris
2005-01-21 20:59:19 +00:00
Clement Laforet
80d613fc08 - Update to 0.90.3.b 2005-01-18 21:22:12 +00:00
Clement Laforet
ad7c0170df - Update to 0.8.39
- install shlibs and preserve config file
2005-01-18 21:04:22 +00:00
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