1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
Commit Graph

1353 Commits

Author SHA1 Message Date
Michael Nottebrock
8bf4bd1c32 Update to KDE 3.4.1 2005-06-26 15:38:58 +00:00
Sam Lawrance
8115306a02 Include additional mastersite
PR:		ports/82628
Submitted by:	Emanuel Haupt <ehaupt@critical.ch> (maintainer)
2005-06-25 08:26:32 +00:00
Sam Lawrance
4c40074b6d Update to 1.12
- now respects CFLAGS and LDFLAGS
- submitter takes maintainership

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

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

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

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

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

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

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

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

* update Class-Autouse to 1.17

* update POE-API-Hooks to 1.05

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

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

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

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

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

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

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

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

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

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

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

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

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

PR:		80818
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net>
2005-05-09 14:12:07 +00:00