Commit graph

124506 commits

Author SHA1 Message Date
Sergey Matveychuk
badc834778 - Fix removing logic for user config [1]
- Remove useless empty dirs
- Fix package
- Makefile refactoring
- Utilize SUB_FILES magic
- Update pkg-message

Reported by:    kris (via pointyhat) [1]
2005-04-21 07:02:05 +00:00
Thierry Thomas
1f69ffcc67 Yet another SpamBouncer 2.0 Beta RC7 release. 2005-04-21 05:40:39 +00:00
Florent Thoumie
a0c5748bbc - Add WWW: line in pkg-descr.
- Pass maintainership to submitter.

PR:		ports/80181
Submitted by:	sylvio cesar <sylvioc@gmail.com>
2005-04-21 05:20:30 +00:00
Brooks Davis
af5ef7aea3 Upgrade to 6.0.1.
Stop trying to use ports versions of all the CPAN bits and do things the way
the vendor expects.  It's less elegant, but much easier to maintain.  Do build
our own versions of binary modules so we have a chance on all platforms, but
use a slightly modified version of their script to do so (mostly make it
non interactive and fetch the files from DISTDIR/DIST_SUBDIR rather
than direct from slimdevices each build).

Mark RESTRICTED.  The distfiles and the build contain non-restributable bits.
Some of the people building packages for linux are working on a way around
this (not distributing the firmware and using alternate images), but that's
no here yet.

Nagged by:	many :-)
Prodded by:	my dying cd player
2005-04-21 05:17:02 +00:00
Alexander Nedotsukov
d13b05eda8 Update to 0.12 2005-04-21 03:06:52 +00:00
Mario Sergio Fujikawa Ferreira
9ee7aa3243 Update to 0.5.0.7 2005-04-21 02:31:36 +00:00
Yen-Ming Lee
ce7cb9f97a - according web page, the patch file is rerolled at 2005-04-20 14:59 again
http://www.squid-cache.org/Versions/v2/2.5/bugs/#squid-2.5.STABLE9-2GB

Noticed by:	kris
2005-04-20 23:53:27 +00:00
Florent Thoumie
edc911af32 - Fix BUILD_DEPENDS. 2005-04-20 21:49:14 +00:00
Michael Johnson
6cbaa272d1 - Update to 10.0.4
This release fixes a buffer overflow where a malicious RAM
  file could overflow a buffer and execute arbitrary code on a
  victim's machine.
2005-04-20 21:05:04 +00:00
Thierry Thomas
e1c9d6cd60 Upgrade to 050415. 2005-04-20 20:58:16 +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
Gerald Pfeifer
ecde298a4e Add three missing entries to the packaging list.
Pointed out by:	pointyhat
2005-04-20 20:47:47 +00:00
Kirill Ponomarev
c01bd618bd Add the note to set 'daily_queuerun_enable' and
'daily_submit_queuerun' to "NO" in periodic.conf(5), for people
using exim without queue runner, eg if remote deliveries are not
desirable.

Submitted by:	Geraint Edwards <gedge at yadn dot org>
2005-04-20 20:46:16 +00:00
Thierry Thomas
702431b3f1 Chase pear-Mail_Mime upgrade (PR ports/79433):
the dependency on pear-Mail has been removed, but it is required by Horde.

Reported by:	Juergen Unger <j.unger (at) addict.de>
2005-04-20 19:31:25 +00:00
Kirill Ponomarev
29666178ed Do not reject files like /etc/group etc as input files.
Submitted by:	Jan-Peter Koopmann <Jan-Peter.Koopmann at seceidos.de>
Patched by:	Philip Hazel <ph10 at cus dot cam.ac.uk>
2005-04-20 18:24:08 +00:00
James E. Housley
91e900b2d6 Update to DAT 4473 2005-04-20 18:21:50 +00:00
Kirill Ponomarev
3753f376c4 Update to 1.54 2005-04-20 18:01:08 +00:00
Kirill Ponomarev
c8118ff373 Update to 10.18 2005-04-20 18:00:41 +00:00
Sam Lawrance
70f2777dfd Remove games/baduki, as it's old and no longer fetchable.
PR:		ports/80125
Submitted by:	Steve Coltrin <spcoltri@omcl.org>
Approved by:	clement (mentor)
2005-04-20 17:21:30 +00:00
Adam Weinberger
ee513c0333 Update to 0.10.7. 2005-04-20 16:55:51 +00:00
Sergey Skvortsov
d0ecd4e8a4 * add OPTIONS
* use APACHE_DATADIR if defined
* fix RUN_DEPENDS
* fix pkg-plist
* update pkg-descr
* take maintainership
2005-04-20 16:54:53 +00:00
Adam Weinberger
30083436d3 Fix build by including ${LOCALBASE}/lib in the link path. 2005-04-20 16:46:56 +00:00
Pav Lucistnik
f45a93b433 Special version of IRC server for RusNet IRC Network.
In addition to base features of ircd 2.9.10 it supports
russian charsets translation (koi8-r,cp1251,translit, etc..)
and also some RusNet protocol extensions.

PR:		ports/80061
Submitted by:	SeaD <sead@mail.ru>
2005-04-20 16:22:40 +00:00
Herve Quiroz
03ad89aff3 Update to version 0.8.1:
* Added support for MPlayer 1.0 pre7
  * Updated libbacon to 2.10.1
  * Fixed HAL support
  * Added preliminary support for NetBSD
  * UI improvements
  * Many fixes
2005-04-20 16:19:11 +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
Tilman Keskinoz
3cbb57b187 Update libcdio to 0.73.
Chase shared library version.
2005-04-20 15:51:49 +00:00
Yen-Ming Lee
dd440f1b16 Add dependency to php pcre extension.
Fix typo in comments.

Noticed by:     Thomas Novin thnov@xyz.pp.se

PR:		80134
Submitted by:	Mantas Kaulakys <stone@tainet.lt> (maintainer)
2005-04-20 15:12:23 +00:00
Pav Lucistnik
794e1823fc New port: mail/pear-MIME_Type PEAR class for dealing with MIME types
PEAR::MIME_Type provides functionality for dealing with MIME types.

PR:		ports/80066
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net>
2005-04-20 15:08:19 +00:00
Pav Lucistnik
3b7617676b - Update to 3.29
PR:		ports/80153
Submitted by:	Dryice Liu <dryice@liu.com.cn> (maintainer)
2005-04-20 14:55:39 +00:00
Pav Lucistnik
e19efd10e2 - Update to 2.69
PR:		ports/80150
Submitted by:	Dryice Liu <dryice@liu.com.cn> (maintainer)
2005-04-20 14:50:02 +00:00
Herve Quiroz
d4301ac6c0 - Unbreak: unroll loops (see www/resin2/Makefile rev 1.8)
- ECHO_CMD -> ECHO_MSG
- Address the move to GPL license in pkg-descr

PR:		80156
Submitted by:	maintainer
2005-04-20 14:47:35 +00:00
Mathieu Arnold
5c73dc255b Update to 0.04 2005-04-20 14:43:47 +00:00
Sam Lawrance
9ad3da190e - Downgrade rdiff-backup from the development version that was
incorrectly submitted to the latest stable version.
- Add a pkg-message explaining incompatibility between this and
  the last version.
- Remove a patch no longer needed

PR:		ports/80079
Submitted by:	Steve Clement <steve@fucker.ion.lu>
Approved by:	clement (mentor)
2005-04-20 14:43:31 +00:00
Pav Lucistnik
cd75bffbc1 - Author repackaged distfile
PR:		ports/80146
Submitted by:	Dryice Liu <dryice@liu.com.cn> (maintainer)
2005-04-20 14:40:40 +00:00
Oliver Lehmann
16ce0ae669 update to 1.9.9 2005-04-20 14:37:53 +00:00
Lars Thegler
0a19d09927 Update to 0.09 2005-04-20 14:27:43 +00:00
Pav Lucistnik
b8f1116bf7 - Update to 0.6.13
PR:		ports/80148
Submitted by:	Dryice Liu <dryice@liu.com.cn> (maintainer)
2005-04-20 14:27:23 +00:00
Pav Lucistnik
7266577267 - Add notes for devel/ipython update
PR:		ports/80148
Submitted by:	Dryice Liu <dryice@liu.com.cn>
2005-04-20 14:26:42 +00:00
Volker Stolz
7f2b3a0127 Use ALL_TARGET 2005-04-20 14:21:55 +00:00
Lars Thegler
b1e55f01b4 Update to 0.06 2005-04-20 14:18:45 +00:00
Volker Stolz
da2a7f65e4 Avoid Makefile-patch. I didn't get v0.61 to compile on non-i386, though (kvm-related). 2005-04-20 14:18:31 +00:00
Dejan Lesjak
ffd8862a55 Fix plist. I erroneously removed ridiculously large amount in previous
commit. That is partly reverted and some further corrections are made.
Make package create lib/xemacs/site-modules directory as port does.
Bump revision to get proper package made.

Pointy hat to:	me
2005-04-20 14:10:20 +00:00
Michael Nottebrock
510a191e31 Fix this the right way: Depend on pyuic in PATCH_DEPENDS (I think I've
never used that before :-).

Suggested by: Heiner Eichmann <h.eichmann@gmx.de>
2005-04-20 14:00:08 +00:00
Lars Thegler
97c0649fbf - update to 5.03
- port now requires Perl 5.6
- assume maintainership
2005-04-20 13:57:54 +00:00
Volker Stolz
4a2b6c7856 - Use MAKE_ARGS & INFO
- Track dependent port

Approved by: yoichi@
2005-04-20 13:48:17 +00:00
Mathieu Arnold
3685bae3b1 Update to 0.09
Require perl 5.6
2005-04-20 13:43:17 +00:00
Tilman Keskinoz
895804ef12 Remove USE_PERL
PR:		80046
Submitted by:	leeym
2005-04-20 13:41:51 +00:00
Volker Stolz
6f8e7a27a8 Update to 1.0.3
PR:		ports/80131
Submitted by:	maintainer
2005-04-20 13:39:17 +00:00
Tilman Keskinoz
fa6f144326 Add libccid, a USB CCID (Chip/Smart Card Interface Device) driver.
This was tested with a Gemplus GemPC Twin and an SCM Micro SPR 532
2005-04-20 13:33:39 +00:00
Mathieu Arnold
43b17b3ac5 Update to 0.19 2005-04-20 13:29:03 +00:00