Commit graph

2493 commits

Author SHA1 Message Date
Sergey Skvortsov
1a9ef9fa67 Introduce Perl 5.10.0 2009-03-28 20:45:10 +00:00
Renato Botelho
c9e008f727 Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFE 2009-03-28 17:53:24 +00:00
Emanuel Haupt
c810fd3c3f Mark MAKE_JOBS_SAFE 2009-03-27 09:53:36 +00:00
Mario Sergio Fujikawa Ferreira
9c1c1001e2 Mark MAKE_JOBS_SAFE for SMP compilation 2009-03-26 03:41:54 +00:00
Martin Wilke
4460472159 - Mark MAKE_JOBS_SAFE for parallel building. 2009-03-25 18:08:45 +00:00
Christian Weisgerber
5f72e5ca89 Mark MAKE_JOBS_SAFE for parallel building. 2009-03-25 16:24:14 +00:00
Martin Wilke
3ee5591a69 - Mark MAKE_JOBS_SAFE for SMP compilation 2009-03-25 15:04:08 +00:00
Max Brazhnikov
eecc33021e bump PORTREVISION after cmake update 2009-03-24 19:13:32 +00:00
Christian Weisgerber
ecb256f779 Mark MAKE_JOBS_SAFE for SMP compilation.
PR:		133014
Submitted by:	mm
2009-03-24 18:12:20 +00:00
Martin Matuska
88c56ab654 - Add MAKE_JOBS_SAFE for SMP compilation 2009-03-24 17:07:22 +00:00
Chin-San Huang
adff9bbb4d - Update to 1.5.2 2009-03-24 13:54:11 +00:00
Juergen Lock
5d144dea81 Mark MAKE_JOBS_UNSAFE 2009-03-23 20:56:43 +00:00
Chin-San Huang
48becf3617 - Update to 1.5.1 2009-03-23 01:59:59 +00:00
Boris Samorodov
0263b9d868 Welcome to the new linux ports infrastructure which allows using
both current (fc4) and future linux (f8) distributions at one
ports tree.

The patch contains full changes to ports/Mk files and all ports involved.
But only infrastructure is changed. The resulting packages are the same as
before. Hence no need to bump PORTREVISIONs.

The idea was taken from bsd.gnome.mk and others.

More than 130 ports are switched to follow a new linux infrastructure
introduced by changes to bsd.port.mk, bsd.linux-rpm.mk and a new
bsd.linux-apps.mk.

Thanks for all who was involved and helped me with this work.
And help from Alexander Leidinger was incredible.

Other changes are coming. Stay tuned!

PR:		ports/132510
Submitted by:	bsam (me)
Exp-run by:	portmgr (pav)
2009-03-19 17:28:51 +00:00
Gabor Kovesdan
4068503832 - Update to 0.14 2009-03-15 20:41:40 +00:00
Marcelo Araujo
dbbdd062c6 - Fixes a missed offset update when using quiet mode with par2create.
This bug has been referenced here:
http://sourceforge.net/tracker/index.php?func=detail&aid=1802742&group_id=30568&atid=399698
http://sourceforge.net/tracker/index.php?func=detail&aid=1085638&group_id=30568&atid=399698

PR:		ports/132494
Submitted by:	Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
2009-03-15 18:27:46 +00:00
Tilman Keskinoz
1a90878336 Unbreak on 64bit platforms 2009-03-13 18:15:57 +00:00
Christian Weisgerber
e96f16b2ee Update to 1.22 which adds --xz/-J support for xz compression.
However, xz itself does not have a stable release yet, so don't force
a runtime dependency.
2009-03-10 14:25:51 +00:00
Philippe Audeoud
8d294b4538 - Update to 1.46 2009-03-09 12:46:13 +00:00
Akinori MUSHA
d890455600 Update to 0.1.1. 2009-03-09 11:15:29 +00:00
Max Brazhnikov
4ac1397e9e Update KDE to 4.2.1.
multimedia/phonon port has been split into phonon itself, phonon-xine
and phono-gstreamer backends. After updating phonon port you have
to install at least one backend. phonon-xine backend is recommended
for KDE.
2009-03-09 00:55:48 +00:00
Oliver Lehmann
d20d57304a Bump PORTREVISION after xfce 4.6 update 2009-03-06 15:24:12 +00:00
Renato Botelho
26562c9968 - Fix build on recent -CURRENT renaming strnlen local function to _strnlen to
avoid conflict with recent introduced function with the same name on string.h
- Use SF macro for MASTER_SITES
- Remove CFLAGS change from CONFIGURE_ENV and use CHFLAGS +=
- Use PORTDOCS
- Remove 5 lines pkg-plist and use PLIST_FILES
- Change post-extract to post-patch, as used on most ports
2009-03-04 17:33:55 +00:00
Sergey Skvortsov
33f75369d8 Unbreak build on perl-5.10
Approved by:	maintainer (jadawin)
2009-03-03 16:40:39 +00:00
Beat Gaetzi
0c29a5eb0b - Update to 0.5.2
PR:		ports/132224
Submitted by:	David Naylor <naylor.b.david AT gmail.com> (maintainer)
Approved by:	miwi (mentor)
2009-03-02 19:56:51 +00:00
Sergey Skvortsov
e0d08197fe Unbreak build on perl 5.10
PR:		ports/132130
Submitted by:	skv
Approved by:	maintainer (jadawin)
2009-02-27 10:32:58 +00:00
Renato Botelho
ecb9aba10a CamlBZ2 provides OCaml bindings for libbz2 (AKA bzip2), a popular compression
library which typically compresses better (i.e., smaller resulting files) than
gzip.

Using CamlBZ2 you can read and write compressed "files", where files can be
anything offering an in_channel/out_channel abstraction (files, sockets, ...).

Also, with CamlBZ2 you can compress and decompress strings in memory using the
bzip2 compression algorithm.

Author:	Olivier Andreu <oandrieu@gmail.com> and
        Stefano Zacchiroli <zack@upsilon.cc>
WWW:	http://camlbz2.forge.ocamlcore.org

PR:		ports/132059
Submitted by:	Jaap Boender <jaapb at kerguelen.org>
2009-02-25 14:43:45 +00:00
Martin Matuska
24bf28eff1 - Change default Tcl/Tk version to 8.5
- Bump PORTVERSION of ports affected

Tested by:	pointyhat (pav)
2009-02-23 14:46:37 +00:00
Max Brazhnikov
5f6ba2a345 Use my @FreeBSD.org email for the rest of my ports 2009-02-21 11:31:28 +00:00
Ion-Mihai Tetcu
753347402d Force commit to backout previous one, this update depends on devel/tbb being
updated to v2.1 (ports/129686).
2009-02-18 12:36:38 +00:00
Ion-Mihai Tetcu
880a3e18de PR: 131570 2009-02-18 12:27:02 +00:00
Martin Wilke
dd0facd955 - Add backup mirror 2009-02-16 10:07:41 +00:00
Martin Wilke
0af29caee8 Python module implementing LZMA Utils' liblzma API
PylibLZMA provides a python interface for the liblzma
library to read and write data that has been compressed
or can be decompressed by Lasse Collin's LZMA Utils.

WWW: http://launchpad.net/pyliblzma

PR:		ports/129560
Submitted by:	David Naylor <dragonsa at highveldmail.co.za>
2009-02-15 20:09:41 +00:00
Juergen Lock
4daf206329 Update to 4.65
PR:		ports/131697
Submitted by:	Wen Heping <wenheping@gmail.com>
2009-02-15 20:01:30 +00:00
Martin Wilke
b88d13f25d - Update to 4.999.8
PR:		130416
Submitted by:	David Naylor <naylor.b.david@gmail.com> (maintainer)
2009-02-15 17:15:19 +00:00
Stanislav Sedov
72a5a24477 - Fix plist after ruby update by generating it dynamically. 2009-02-14 01:31:15 +00:00
Gabor Kovesdan
74babd48c3 A multi-threaded bzip2/bunzip2 filter that doesn't depend on the lseek()
system call and so isn't restricted to regular files.

WWW: http://phptest11.atw.hu/
2009-02-09 20:21:08 +00:00
Jimmy Olgeni
63a09498ce Silence ${MV} command. 2009-02-09 14:24:06 +00:00
Martin Wilke
56a89130fe - Update to 4.61
PR:		131461
Submitted by:	bf <bf2006a@yahoo.com> (maintainer)
2009-02-09 13:04:29 +00:00
Martin Wilke
a95da8ec21 - Update to 4.65
PR:		131460
Submitted by:	bf <bf2006a@yahoo.com> (maintainer)
2009-02-09 13:03:44 +00:00
Martin Wilke
ef1b3d1071 The KDE FreeBSD team is proud to announce the release of KDE 4.2.0
for FreeBSD. The official KDE 4.2.0 (Codename: "The Answer") release
notes can be found at:
http://kde.org/announcements/4.2/index.php.

New supported languages include Arabic, Icelandic, Basque,
Hebrew, Romanian, Tajik and several Indian languages (Bengali India,
Gujarati, Kannada, Maithili, Marathi) indicating a rise in popularity in
this part of Asia.

New ports for KDE 4.2.0:
arabic/kde4-l10n		Arabic
hebrew/kde4-l10n		Hebrew
misc/kde4-l10n-bn_IN		Bengali (India)
misc/kde4-l10n-eu		Basque
misc/kde4-l10n-gu		Gujarati
misc/kde4-l10n-is		Icelandic
misc/kde4-l10n-kn		Kannada
misc/kde4-l10n-mai		Maithili
misc/kde4-l10n-mr		Marathi
misc/kde4-l10n-ro		Romanian
misc/kde4-l10n-tg		Tajik
math/eigen2			Lightweight library for vector and matrix math
graphics/kipi-plugins-kde4	KDE4 kipi graphics plugins
sysutils/policykit-kde		PolicyKit manager for KDE

Unfortunately FreeBSD 6.4 support is dropped.

We'd like to say thanks for feedback and help to:
	Matt Tosto, Kris Moore, stickibit, David Johnson, Markus Brueffer,
	David Naylor, Thomas Schlesinger, Warren Liddell, Thomas Abthorpe,
	Diego Depaoli, Mats Andreassen, portmgr for exp-run and repocopies.
2009-02-08 20:23:45 +00:00
Li-Wen Hsu
583f8b9533 - Update to 2.1.4
PR:		ports/131475
Submitted by:	Gea-Suan Lin <gslin AT gslin.org> (maintainer)
2009-02-08 10:36:49 +00:00
Jimmy Olgeni
ed16649d7e Fix package: don't install doc/rmt/default-rmt.sample. 2009-02-07 22:28:03 +00:00
Jimmy Olgeni
8829ed8aaa Upgrade to version 1.5 using code from archivers/star-devel; also install srmt and tartest. 2009-02-07 20:44:18 +00:00
Andrey A. Chernov
5863a97569 Fix missing quote in prev change
PR:             131283
Submitted by:   Dmitry <dmitry2006@yandex.ru>
2009-02-07 18:39:12 +00:00
Philip M. Gollucci
267bce6de6 - Update download locations, update WWW
Reported by:    -fetch-original pointyhat run
2009-02-04 02:41:13 +00:00
Mark Linimon
1c5aa15f9d Broken on sparc64-7, too. 2009-02-03 05:16:21 +00:00
Max Khon
98f3bc1739 - Update to 20060920
- Remove patch required only for FreeBSD 4.x
2009-02-01 08:53:21 +00:00
Pav Lucistnik
314c450639 - New download location, new website
- Style

Reported by:	-fetch-original pointyhat run
2009-01-30 19:46:43 +00:00
Beech Rintoul
e33cd9e672 - Install a META file for use with ocaml-findlib (findlib is still not
necessary to install or run the port, but if it is there, it will detect the
  port);
- Install files (zlib.cmi and zlib.mli) needed by www/ocsigen.
- Bump portrevision

PR:		ports/130507
Submitted by:	Jaap Boender <jaapb@kerguelen.org>
Approved by:	stas (maintainer)
2009-01-30 03:52:43 +00:00
Erwin Lansing
dc3b831b6b Reassign my p5-* ports to perl@ so more than one person
can look at them.
2009-01-29 17:41:17 +00:00
Mark Linimon
c65bc8cb3c Fix deinstall on sparc64. Does not affect any other arch.
Hat:	portmgr
2009-01-29 03:33:36 +00:00
Cheng-Lung Sung
e873f9d576 - Update to 3.43
Changes:	http://search.cpan.org/dist/Compress-LZF/Changes
2009-01-27 09:58:11 +00:00
Gabor Pali
8b1dfd8b81 - Update to 0.1.1.3
- Add security/hs-digest-ghc as dependency
- Fix PORTDOCS

Approved by:	tabthorpe
2009-01-24 00:09:10 +00:00
Peter Pentchev
c189a6b2da Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
2009-01-23 15:43:14 +00:00
Kevin Lo
25f21f327e Update to 1.6 2009-01-22 02:28:46 +00:00
Philippe Audeoud
785707976b - Update to 1.44
- Take maintainership
2009-01-21 19:32:57 +00:00
Greg Lewis
7d88f9be14 . Update to 2.6.0. 2009-01-21 05:42:15 +00:00
Pav Lucistnik
f3393e8372 - Mark BROKEN on amd64/7 (cast to 'unsigned int' loses precision)
Reported by:	pointyhat
2009-01-20 21:22:17 +00:00
Mario Sergio Fujikawa Ferreira
a716c49d4b Uphold CXXFLAGS
PR:		130681
Approved by:	maintainer
2009-01-18 11:08:51 +00:00
Dirk Meyer
2bde4d927e - add LICENSE: 2009-01-16 16:01:05 +00:00
Martin Wilke
546d719cea - Update to 4.63
PR:		130533
Submitted by:	bf <bf2006a@yahoo.com> (maintainer)
2009-01-14 16:00:08 +00:00
Jose Alonso Cardenas Marquez
f7f940d1c2 - Update to 2.2.2 2009-01-14 06:13:57 +00:00
Joe Marcus Clarke
763b2c9526 Update to 2.24.3. 2009-01-13 23:50:15 +00:00
Max Brazhnikov
e014235229 kde@freebsd team is pleased to announce KDE 4.1.4, the last bugfix release in 4.1.x series.
You have only two weeks to play with it -- KDE 4.2.0 is coming ;)
Great thanks for those who helped us with testing 4.1.2 and 4.1.3 during long-long ports ice-age.

For lists of bugfixes and improvements please see:
http://www.kde.org/announcements/changelogs/changelog4_1_1to4_1_2.php
http://www.kde.org/announcements/changelogs/changelog4_1_2to4_1_3.php
http://www.kde.org/announcements/changelogs/changelog4_1_3to4_1_4.php

Approved by:	miwi (mentor)
2009-01-13 23:16:38 +00:00
Martin Wilke
aa2a7cc7b2 - Update to 0.4
PR:		130395
Submitted by:	Alexander Logvinov <ports@logvinov.com> (maintainer)
2009-01-13 00:18:55 +00:00
Martin Wilke
60635a5d4b - Update to 1.0.5 2009-01-10 18:31:37 +00:00
Joe Marcus Clarke
610ae56816 Presenting GNOME 2.24 for FreeBSD.
See http://library.gnome.org/misc/release-notes/2.24/ for the general
release notes.  On the FreeBSD front, this release introduces Fuse support
in HAL, adds multi-CPU support to libgtop, WebKit updates, and fixes some
long-standing seahorse and gnome-keyring bugs.  The documentation updates
to the website are forthcoming.

This release features commits by adamw, ahze, kwm, mezz, and myself.  It would
not have been possible without are contributors and testers:

Alexander Loginov
Craig Butler [1]
Dmitry Marakasov [6]
Eric L. Chen
Joseph S. Atkinson
Kris Moore
Lapo Luchini [7]
Nikos Ntarmos
Pawel Worach
Romain Tartiere
TAOKA Fumiyoshi [3]
Yasuda Keisuke
Zyl
aZ [4]
bf [2] [5]
Florent Thoumie
Peter Wemm
pluknet

PR:		125857 [1]
		126993 [2]
		130031 [3]
		127399 [4]
		127661 [5]
		124302 [6]
		129570 [7]
		129936
		123790
2009-01-10 05:22:13 +00:00
Mario Sergio Fujikawa Ferreira
dc5f4fc707 New port kzip version 20070805: PKZIP-compatible compressor focusing
on space over speed.
2009-01-09 00:38:45 +00:00
Mario Sergio Fujikawa Ferreira
299ed585eb New port zipmix version 20070221: Produce a .ZIP file from 2 other
ones with the best compressed files from each.
2009-01-09 00:36:38 +00:00
Martin Wilke
4f6b0e9f2c - Set MALLOC_OPTIONS=jz for self-test to avoid excessive (multiple hours!)
duration of self-tests. Found by Christian Weisgerber (naddy@).

PR:		130154
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)
2009-01-07 22:18:46 +00:00
Martin Wilke
dc4fbf696e - Adds self-test as recommended by INSTALL.
Excessively long self-test runs in lzo2 (a different port) were figured
(thanks, naddy@) to be caused by "J" in /etc/malloc.conf, so we set
MALLOC_OPTIONS=jz to avoid that.

PR:		130153
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)
2009-01-07 22:17:25 +00:00
Akinori MUSHA
a07adaa6ac Add ruby-libarchive, Ruby bindings for libarchive. 2009-01-07 03:50:01 +00:00
Akinori MUSHA
1d8674e9e1 I should have added a non-gem version of this library.. 2009-01-07 03:40:46 +00:00
Akinori MUSHA
d3e2cc6511 Add rubygem-libarchive, Ruby bindings for libarchive. 2009-01-07 03:05:09 +00:00
Xin LI
5bbd5cd2dc Bump PORTREVISION's after OpenLDAP update.
Suggested by:	rafan
2009-01-05 19:04:45 +00:00
Martin Matuska
506c1802d8 - switch to USE_TCL
- bump PORTREVISION
2009-01-05 11:30:34 +00:00
Chin-San Huang
65289ecaa4 - Pass maintainership to submitter
PR:		ports/130145
Submitted by:	sunpoet
2009-01-04 14:54:04 +00:00
David E. O'Brien
73a1b25cd3 Set INSTALL_AS_INFOUNZIP=yes to install as ${PREFIX}/bin/info-unzip.
Approved by:	ache
2009-01-01 03:52:12 +00:00
Christian Weisgerber
dbf64c8d6b * Update to 1.21. Notable changes:
- Some new flags, e.g. -J for lzma compression and --lzop.
  - transformation scope flags
  Testsuite fixes from upstream CVS.

* Drop workarounds for no longer supported FreeBSD releases.
2008-12-30 17:41:11 +00:00
Renato Botelho
ab966d0093 - Fix MASTER_SITES
PR:		ports/129871
Submitted by:	Steven Kreuzer <skreuzer@exit2shell.com>
2008-12-30 13:03:06 +00:00
Martin Wilke
19b405650c - Connect archivers/lzmautils-devel 2008-12-24 23:48:53 +00:00
Martin Wilke
6bb81012e1 - Update to 4.999.3alpha
- Pass maintainership to submitter

PR:		129557
Submitted by:	David Naylor <naylor.b.david@gmail.com>
2008-12-24 23:46:47 +00:00
Alexey Dokuchaev
dffa365254 - Update to version 0.8
- Stop using GNU make(1)
- Install examples and more complete docs set
- Cleanup Makefile
- Drop maintainership
- Reflect project move to SourceForge
2008-12-24 13:09:35 +00:00
Philip M. Gollucci
f05fcd9e01 Update to 0.30
Changes http://search.cpan.org/src/KANE/Archive-Extract-0.30/CHANGES

Approved by: gabor (mentor)
2008-12-24 08:22:27 +00:00
Martin Wilke
13fe2605bb - Update to 1.0.4
- Take maintainership
2008-12-22 22:56:14 +00:00
Gabor Pali
e0da5b202b Fix a small dependency problem
Approved by:	miwi
2008-12-21 15:58:33 +00:00
Gabor Pali
bda678fa1c The zip-archive library provides functions for creating, modifying, and
extracting files from zip archives.

WWW: http://johnmacfarlane.net/zip-archive/

PR:		ports/129679
Submitted by:	pgj
Approved by:	miwi
2008-12-21 11:28:15 +00:00
Juergen Lock
709918d9ac Update to 4.61 2008-12-19 18:22:09 +00:00
Mark Linimon
d1ea8df926 Reset se@FreeBSD.org due to maintainer-timeouts and no response to email.
Hat:	portmgr
2008-12-18 02:33:39 +00:00
Philippe Audeoud
13a1601828 - Update to 1.42 2008-12-16 09:26:33 +00:00
Mark Linimon
0447d186ff Reset CPE1704TKS@bellsouth.net due to maintainer-timeouts and no response
to email.

Hat:	portmgr
2008-12-16 04:57:10 +00:00
Alex Dupre
da2f456ebd Mark it php4-only.
Approved by:	maintainer
2008-12-11 08:59:26 +00:00
Alex Dupre
39dda2a463 Add php5 zip extension. 2008-12-11 08:50:00 +00:00
Stefan Walter
9a6c5a3170 Use USE_PERL5_BUILD instead of explicit BUILD_DEPENDS on Perl.
Noticed by:	linimon
2008-12-09 15:01:21 +00:00
Emanuel Haupt
30112018f3 Update MASTER_SITES
Notified by:	Igor Roshchin <str@komkon.org>
2008-12-06 17:59:45 +00:00
Martin Wilke
7ff9b6b55a - Update to 4.62
PR:		129377
Submitted by:	bf <bf2006a@yahoo.com> (maintainer)
2008-12-06 15:39:48 +00:00
Kevin Lo
fbe8729fd3 Update to 1.5.7 2008-12-01 02:10:05 +00:00
Thomas Abthorpe
7ab2cff021 - Update to 0.5.2
PR:		ports/129237
Submitted by:	tabthorpe
Approved by:	Andreev Maxim <andreevmaxim gmail.com> (maintainer)
2008-12-01 00:20:22 +00:00
Martin Wilke
416422dfda - Update to 4.61
PR:		129171
Submitted by:	bf <bf2006a@yahoo.com> (maintainer)
2008-11-29 20:34:39 +00:00
Gabor Kovesdan
97e86b69ed Take maintainership of the following important ports:
ports/archivers/zoo
ports/print/dvips
ports/print/latex
ports/print/tex
ports/textproc/ispell
2008-11-29 00:34:50 +00:00
Mark Linimon
a34ad4f459 Reset jmz@FreeBSD.org due to no response to email about maintainer-timeout,
and no commit activity for 3 months.

Hat:	portmgr
2008-11-29 00:11:56 +00:00
Martin Wilke
e560e4ac41 - Update to 1.0.3
PR:		129096
Submitted by:	"Beat Gätzi" <beat@chruetertee.ch>
2008-11-25 05:37:10 +00:00
Martin Wilke
07ae380207 - Update to 0.5.0
PR:		128650
Submitted by:	Bernhard Froehlich <decke@bluelife.at>
Approved by:	maintainer timeout
2008-11-23 16:24:11 +00:00
Yen-Ming Lee
209bed134d - Update to 0.28
PR:		128214
Submitted by:	leeym
Approved by:	maintainer timeout
2008-11-13 20:06:36 +00:00
Martin Wilke
6d7a126783 - Update to 3.8.5
PR:		128624
Submitted by:	Alex Samorukov <samm@os2.kiev.ua> (maintainer)
2008-11-09 16:36:08 +00:00
Alexey Dokuchaev
9a2ed5590d - Correctly assign RUN_DEPENDS
- Canonicalize Makefile header
- Use double space after period in port description
2008-11-09 13:22:22 +00:00
Jimmy Olgeni
b49e2700ed Use PYTHON_CMD with the -m flag to run compileall (avoid referencing PYTHON_SITELIBDIR). 2008-11-08 22:54:17 +00:00
Wesley Shields
d39855f825 - Add @exec lines so the register script is called when the package is used.
- Bump PORTREVISION.

Submitted by:	sbahra@kerneled.org (maintainer, private mail)
2008-11-05 23:36:46 +00:00
Wesley Shields
586d140851 This package provides a pure interface for compressing and decompressing
streams of data represented as lazy ByteStrings. It uses the zlib C
library so it has high performance. It supports the "zlib",  "gzip" and
"raw" compression formats. It provides a convenient high level api suitable
for most tasks and for the few cases where more control is needed it provides
access to the full zlib feature set.

PR:		ports/128552
Submitted by:	Samy Al Bahra <sbahra@kerneled.org>
2008-11-04 21:24:37 +00:00
Kevin Lo
c75df1428b Update to 1.5.6 2008-10-30 03:30:51 +00:00
Max Khon
277671106d Update to 3.03
PR:		128386
Submitted by:	Joseph S. Atkinson
2008-10-27 15:46:43 +00:00
Martin Wilke
cd37236fb9 - Update to 4.58
- Add regression-test target

PR:		128332
Submitted by:	bf <bf2006a@yahoo.com> (maintainer)
2008-10-24 19:00:32 +00:00
Martin Wilke
c02da56a8b - Update to 4.60
- Remove an outdated change to the source code
- Add two build knobs and a regression-test target

PR:		128330
Submitted by:	bf <bf2006a@yahoo.com> (maintainer)
2008-10-24 19:00:14 +00:00
Gabor Kovesdan
c64c6d1c41 - Fix MASTER_SITE
Approved by:	Alex Samorukov <samm@os2.kiev.ua> (maintainer)
2008-10-23 14:59:01 +00:00
Andrey A. Chernov
a08d67513c Revert MASTER_SITES back to http://www.rarlab.com/rar/ 2008-10-20 09:08:19 +00:00
Andrey A. Chernov
0f0f7eede4 Upgrade to 3.80
PR:             128211
Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
2008-10-19 12:28:56 +00:00
Gabor Kovesdan
902446e6da - Update to 3.8.0
PR:		ports/127962
Submitted by:	Bjorn Konig <bkoenig@alpha-tierchen.de>
2008-10-18 11:01:57 +00:00
Yen-Ming Lee
5f78b2f6ff - update to 1.40 2008-10-17 20:26:05 +00:00
Stefan Walter
506c2c99be Fix BUILD_DEPENDS.
PR:		126732
Submitted by:	maintainer
2008-10-17 15:08:34 +00:00
Erwin Lansing
5613f8e630 Update to 1.26 2008-10-17 08:21:43 +00:00
Greg Lewis
73a0f2a3eb . Update to 2.5.5. 2008-10-06 01:32:41 +00:00
Kevin Lo
366d4b8896 Update to 1.5.5.2 2008-09-30 04:34:43 +00:00
Rong-En Fan
6067c874e3 - Fix CATEGORIES for slave port (archives/py-librtfcomp)
PR:		ports/127680
Submitted by:	Alexander Logvinov <ports at logvinov.com> (maintainer)
2008-09-28 04:42:49 +00:00
Cheng-Lung Sung
455de809c6 - Update to 3.41
Changes:	http://search.cpan.org/dist/Compress-LZF/Changes
2008-09-26 08:36:20 +00:00
Dmitry Marakasov
667bcaeca0 - Remove bogus REINPLACE_CMD which was intended to fix build on 4.x, but has broken program output instead.
- While here, line up MAN and MLINKS lines

PR:		125260
Submitted by:	Geoff The <geoff2k at gmail dot com>
Patch by:	pav@
2008-09-23 13:52:27 +00:00
Martin Wilke
64cb485aa6 This package includes a thin wrapper library of LZMA SDK.
WWW:	http://tokyocabinet.sourceforge.net/
2008-09-23 08:00:25 +00:00
Kevin Lo
e4cee8e66c Update to 1.5.5.1 2008-09-23 01:28:28 +00:00
Chin-San Huang
ce16c6ed85 - Pass maintainership to miwi 2008-09-08 00:22:00 +00:00
Juergen Lock
24d75a9944 Update to 4.58
PR:		ports/127159
Submitted by:	chinsan
2008-09-07 11:16:48 +00:00
Mark Linimon
1a39435933 Assign to new volunteer. 2008-09-07 04:07:05 +00:00
Mark Linimon
d72c560b21 Reset infofarmer due to maintainer-timeouts and no response to email.
Hat:	portmgr
2008-09-07 00:19:05 +00:00
Dirk Meyer
6aca8cd34d - fix typo
Reported by:	Dmitry Marakasov
2008-09-06 08:07:39 +00:00
Philippe Audeoud
ebed36997c - Update to 2.015 2008-09-04 15:33:03 +00:00
Martin Wilke
129bf63f84 The KDE FreeBSD team is proud to announce the release of KDE 4.1.1
for FreeBSD. The official KDE 4.1.1 release notes can be found at
http://www.kde.org/announcements/changelogs/changelog4_1to4_1_1.php.

KDE Community ships sirst translation and service release of the 4.1
dree desktop, containing numerous bugfixes, Performance Improvements
and Translation Updates.

Pretty much all applications have received the developers' attention,
resulting in a long list of bugfixes and improvements. The most significant
changes are:

    * Significant performance, interaction and rendering correctness
      improvements in KHTML and Konqueror, KDE's web browser
    * User interaction, rendering and stability fixes in Plasma,
      the KDE4 desktop shell
    * PDF backend fixes in the document viewer Okular
    * Fixes in Gwenview, the image viewer's thumbnailing, more
      robust retrieval and display of images with broken metadata
    * Stability and interaction fixes in KMail

New Ports:
- graphics/kcoloredit
	* KColorEdit is a palette files editor. It can be used
	  for editing color palettes and for color choosing and
	  naming.

- graphics/kgraphviewer
	* KGraphViewer is a GraphViz DOT graph viewer for KDE. The
	  GraphViz programs are free-software layout engines for graphs.
	  KGraphViewer displays the graphs in a modern, user-friendly GUI
	  with all the power of a well integrated KDE application.

- graphics/kiconedit
	* KIconEdit is designed to help create icons for KDE using the standard
	  icon palette.

- graphics/skanlite
	* Skanlite is a simple image scanning application that does nothing
	  more than scan and save images. Skanlite can open a save dialog for
	  every image scanned or save the images immediately in a specified
	  directory with auto-generated names and format. The user can also
	  choose to show the scanned image before saving.
2008-09-03 13:06:24 +00:00
Philippe Audeoud
1eaac0ae2c - Update to 2.014 2008-09-03 09:38:57 +00:00
Martin Wilke
8429b29fb1 - Fix build for users not using /bin/sh as root's shell
PR:		126935
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Approved by:	maintainer
2008-08-29 13:20:11 +00:00
Edwin Groothuis
6fb1378c86 The great "Unbreak archivers/lzo2" project - step 1
This patch doesn't unbreak it yet, but it increases the output of
the test in which the port building hangs. I tried to build this
port on the standard places (tb4.droso.net, my ports building jails)
but couldn't reproduce it.

So I'm waiting for this one to go through a run on i386 machines
(http://portsmon.freebsd.org/portoverview.py?category=archivers&portname=lzo2
shows it once happens on i386) to fail and to get a pav or erwin
email about it, which will at least show us where it goes wrong.
2008-08-29 00:38:26 +00:00
Erwin Lansing
2834c52a8c Update to 1.24 2008-08-27 20:42:16 +00:00
Christian Weisgerber
d7eeb462c1 Update to 4.32.7, which has minor bug fixes. 2008-08-21 19:46:55 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Ade Lovett
771ea13f41 Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by:	exp build run (erwin)
2008-08-20 00:57:32 +00:00
Kevin Lo
8037eca7df Update to 1.5 2008-08-19 02:33:16 +00:00
Martin Wilke
94484b9569 The thunar-archive-plugin is a plugin for the Thunar File Manager, which
adds archive operations to the file context menus. Using this plugin you
will be able to extract and create archive files from within Thunar using
a single click.

WWW:	http://foo-projects.org/~benny/projects/thunar-archive-plugin/

PR:		ports/125998
Submitted by:	ports at c0decafe.net <ports at c0decafe.net>
2008-08-18 12:38:30 +00:00
Edwin Groothuis
774ee2d2f2 Fix NOPORTDOCS related issues
Noticed by: ionbot
2008-08-18 05:44:11 +00:00
Edwin Groothuis
e7f6d9c0ae [NEW PORT] archivers/libpar2 Reusable library for manipulating par2 files
Libpar2 is a library for creating and using PAR2 files to detect
	damage in data files and repair them if necessary. It can be used with
	any kind of file. Par files are especially popular on Usenet.

	Libpar2 is extracted from par2cmdline, and distributed separately.

	WWW: http://parchive.sourceforge.net/

PR:		ports/126578
Submitted by:	Jeff Burchell <toxic@doobie.com>
2008-08-17 06:48:21 +00:00
Hye-Shik Chang
ec9dc78dbe Update to 0.62 2008-08-14 04:59:58 +00:00
Erwin Lansing
d10b9b7341 Mark BROKEN on i386: runaway process during build. 2008-08-13 14:59:41 +00:00
Martin Wilke
568f8e877f The KDE FreeBSD team is proud to announce the release of KDE 4.1.0
for FreeBSD. The official KDE 4.1.0 release notes can be found at
http://www.kde.org/announcements/4.1/.

Some note:

* Prefix
KDE4 will be install into a custom prefixes namely ${LOCALBASE}/kde4.
KDE4 and KDE3 can co-exist

* Sound
For sound to work, it is necessary to have dbus and hal enabled
in your system. Please see the respective documentation on how
to enable these.

For more Informations see the HEADS UP at ports@ and kde-freebsd@
or our wiki page http://wiki.freebsd.org/KDE4/Install.

Have fun!
2008-08-09 16:52:28 +00:00
Beech Rintoul
ff57c42264 - Add missing RUN_DEPENDS on archivers/cabextract and archivers/unzip
PR:		ports/126321
Submitted by:	Alexander Logvinov <ports@logvinov.com> (maintainer)
2008-08-07 08:16:53 +00:00
Kevin Lo
e669c35af7 Update to 1.4 2008-08-05 01:24:46 +00:00
Andrey A. Chernov
35258fa5bc Switch to SF master 2008-08-03 03:40:31 +00:00
Andrey A. Chernov
9e7fa98747 Remove unneded EXTRACT_SUFX line 2008-08-03 03:23:28 +00:00
Andrey A. Chernov
40642fdd6a Update to 3.0 2008-08-03 03:18:25 +00:00
Pav Lucistnik
0bacf2c9d0 - Fix build with LIBSYNCE, LIBDYNAMITE, LIBUNSHIELD options enabled
- Fix pkg-config file
- Change WWW
- Bump PORTREVISION

PR:		ports/126063
Submitted by:	Alexander Logvinov <ports@logvinov.com> (maintainer)
2008-07-29 23:51:10 +00:00
Pav Lucistnik
0e4619f40b - Update to 0.5.1
PR:		ports/123971
Submitted by:	Alexander Logvinov <ports@logvinov.com>
Approved by:	maintainer timeout (se; 2 months)
2008-07-29 23:48:01 +00:00
Cheng-Lung Sung
409a9b1d4f - Update to 1.6.8
Changes:	http://search.cpan.org/dist/POE-Filter-LZO/Changes
2008-07-28 02:39:33 +00:00
Cheng-Lung Sung
d19de5b41d - Update to 1.6.8 (1.68)
Changes:	http://search.cpan.org/dist/POE-Filter-LZF/Changes
2008-07-26 01:48:38 +00:00
Renato Botelho
67b9ddaf4a - New entry to MASTER_SITES 2008-07-25 17:40:58 +00:00
Pav Lucistnik
29e60de039 - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV 2008-07-25 09:08:42 +00:00
Philip M. Gollucci
b43083409f Update my ports to my freebsd address
Approved by:    araujo (mentor)
2008-07-23 02:43:55 +00:00
Philippe Audeoud
0951d90e46 - Update to 2.012 2008-07-20 15:48:19 +00:00
Philippe Audeoud
7e14dc02cc - Update to 2.012
PR:		ports/125731
Submitted by:	leeym@
2008-07-20 15:45:22 +00:00
Kevin Lo
1b2ba0fe1f Update to 1.1.0.2 2008-07-18 07:42:11 +00:00
Emanuel Haupt
fea8a0a0cd Remove support for 5.x
PR:		124942
Submitted by:	"Philip M. Gollucci" <pgollucci@p6m7g8.com>
2008-07-18 05:13:38 +00:00
Edwin Groothuis
e8f20022f3 Remove man/ja/man8 from the pkg-plist.
Submitted by:	pavmail
2008-07-08 23:26:06 +00:00
Philippe Audeoud
d85dba2fb9 - Add missing dependency for old perl
- Bump PORTREVISION

PR:		ports/125357
Submitted by:	leeym@
2008-07-07 15:28:02 +00:00
Edwin Groothuis
736b7081fb New port: archivers/rpm5
New major version of RPM, based upon rpm5.org release.

	Major new features are sqlite, xar and lzma support as
	well as lots of cleanup and better support for FreeBSD.

	See http://rpm5.org/pressrelease.php for more details.

	The new rpm5 port is based on the old rpm4 port, with
	new knobs added for Python and Lua scripting support.

PR:		ports/123022
Submitted by:	Anders F Björklund <afb@rpm5.org>
2008-07-07 13:19:16 +00:00
Pietro Cerutti
69f29aa5e1 - Update to 1.03
PR:		125228
Submitted by:	Ports Fury
2008-07-04 22:10:23 +00:00
Wesley Shields
33d1956a50 Fix broken build.
PR:		ports/125040
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Approved by:	Yar Odin <yarodin@gmail.com> (maintainer)
2008-07-02 23:02:46 +00:00
Pav Lucistnik
83428c67df - Assign to new maintainer
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com> (the new maintainer)
2008-07-02 21:20:27 +00:00
Yen-Ming Lee
f66fc2fe1c - update to 1.70 2008-07-02 07:35:09 +00:00
Yen-Ming Lee
29fed21d33 - update to 1.5.8 2008-07-02 06:57:21 +00:00
Chin-San Huang
0bf6ad6d3a - Update to 1.5.0.
PR:		ports/125171
Submitted by:	Wen heping <wenheping@gmail.com>
2008-07-02 06:21:20 +00:00
Jeremy Messenger
27d96e73d3 Update to 2.22.4. 2008-07-01 17:01:00 +00:00
Yen-Ming Lee
98908e4c35 - update to 1.68 2008-06-29 04:47:53 +00:00
Emanuel Haupt
037fab3fca Update to 1.17 2008-06-25 22:06:45 +00:00
Marcelo Araujo
69759d4b85 - Remove 5.x support.
PR:		ports/124941
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
2008-06-25 01:09:33 +00:00
Jose Alonso Cardenas Marquez
3a14939100 - Use new freepascal stuff
- Bump PORTREVISION
2008-06-24 15:18:15 +00:00
Volker Stolz
5d98d82dbf Fix build with GCC 3.4
PR:		ports/124896
Submitted by:	maintainer
2008-06-24 03:01:53 +00:00
Andrey A. Chernov
e56f5ae14e Upgrade to 3.80 beta 2 2008-06-23 08:28:35 +00:00
Jimmy Olgeni
7a0f24e32d Upgrade to version 2.2. 2008-06-20 22:22:05 +00:00
Felippe de Meirelles Motta
fdaf7cb517 - Reduce self-test verbosity.
- Add DOCS and EXAMPLES files.
- Bump PORTREVISION.

PR:		ports/124184
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)
Approved by:	gabor (mentor, implicit)
2008-06-20 18:38:52 +00:00
Christian Weisgerber
a3a71e00ee Rename manual "test" target to "regression-test" so that it will
be automatically run on the package build cluster.

Suggested by Pedro <pfgshield-freebsd@yahoo.com>.
2008-06-20 16:22:18 +00:00
Erwin Lansing
8bca2d4fcf Make COMMENT overridable by a slave port.
Submitted by:	Alexander Logvinov <ports@logvinov.com> (maintainer)
2008-06-20 00:42:29 +00:00
Erwin Lansing
8b0ba84c09 Add py-librtfcomp , LZRTF compression library.
PR:		ports/124554
Submitted by:	Alexander Logvinov <ports at logvinov.com>
2008-06-19 22:06:13 +00:00
Erwin Lansing
54a151c57f Add librtfcomp 1.1, LZRTF compression library.
PR:		ports/124554
Submitted by:	Alexander Logvinov <ports at logvinov.com>
2008-06-19 21:48:54 +00:00
Mathieu Arnold
e2c4f6e506 Update to 2.0.1 2008-06-19 13:52:34 +00:00
Xin LI
8b3a49b51e New port: pigz, Parallel GZip.
PR:		ports/124344
Submitted by:	Gea-Suan Lin <gslin gslin org>
2008-06-18 18:47:28 +00:00
Yen-Ming Lee
d228c92ae7 - update patch for unrar-3.80.b1 and unbreak this port
- fix typo

PR:		124720
Submitted by:	leeym
Approved by:	maintainer
2008-06-18 17:36:53 +00:00
Marcelo Araujo
74ebb23835 - Repocopy archivers/orange to archivers/liborange.
- Update to 0.3.2.

PR:		ports/124402
Submitted by:	Alexander Logvinov <ports@logvinov.com> (maintainer)
2008-06-17 21:47:05 +00:00
Pav Lucistnik
1ca3a92b3d Reset maintainership (the domain has expired):
<joe@joeholden.co.uk>
    (reason: 553 5.3.5 system config error)

----- Transcript of session follows -----
553 5.3.5 127.0.0.1. config error: mail loops back to me (MX problem?)
554 5.3.5 Local configuration error
2008-06-17 19:29:50 +00:00
Greg Lewis
09d16f7384 . Add a regression-test target.
Submitted by:	pfgshield-freebsd@yahoo.com
2008-06-17 05:12:47 +00:00
Mario Sergio Fujikawa Ferreira
44b27a1176 Drop maintainership. 2008-06-15 19:06:36 +00:00
Andrey A. Chernov
74532a69d6 Upgrade to 3.80 beta 1 2008-06-15 05:41:08 +00:00
Li-Wen Hsu
83a2defac7 - Update to version 1.02
PR:		ports/124581
Submitted by:	KATO Tsuguru <tkato432 AT yahoo.com>
2008-06-14 20:21:01 +00:00
Stanislav Sedov
d0323fcfe5 - Fix shebang line in installed examples
- bump PORTREVISION.

Reported by:	John E Hein <jhein@timing.com>
2008-06-14 16:23:47 +00:00
Cheng-Lung Sung
2718627d94 - Update to 2.0.0 (2.00)
Changes:	http://search.cpan.org/dist/POE-Filter-Zlib/Changes
2008-06-13 06:37:18 +00:00
Chin-San Huang
9f1706386f - Update to 1.5.4.
- Add missing dependency.
- Take maintainership.
2008-06-10 20:43:32 +00:00
Yen-Ming Lee
07a09563a9 - update to 1.9.6 2008-06-08 01:58:39 +00:00