Commit graph

140822 commits

Author SHA1 Message Date
Vanilla I. Shu
a692a1c0b6 Update WWW lines.
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
PR:		ports/90703, ports/90704, ports/90705, ports/90706, ports/90710, ports/90712
2005-12-21 04:21:13 +00:00
Edwin Groothuis
6bb0a68829 [New Port] databases/db4o-mono A database engine for storing object into files (for mono)
db4o is designed to provide a full-featured, embeddable
	database engine for equipment, mobile, desktop, and  server
	platforms in object-oriented environments

PR:		ports/90631
Submitted by:	Phillip Neumann <pneumann@gmail.com>
2005-12-21 04:13:45 +00:00
Edwin Groothuis
7902abf653 [NEW PORT] math/plman: A Propositional Logic sentence shell/interpreter
PLMan, or Propositional LogicMan, is a user-friendly and powerful
	propositional logic (sometimes called sentential logic or
	propositional calculus) sentence shell/interpreter written
	in Java, capable of handling many existing propositional
	systems of propositional logic, especially the important
	ones.

	Author:	Takayuki Hoshi <hoshi103@chapman.edu>
	WWW:	http://plman.sourceforge.net/

PR:		ports/90277
Submitted by:	Nicola Vitale <nivit@email.it>
2005-12-21 04:10:09 +00:00
Edwin Groothuis
de91c1f36d i[NEW PORT] x11-fonts/freefont-ttf: GPL'd UCS fonts in serif, sans, and mono
This project aims to provide a set of free outline (PostScript
	Type0, TrueType, OpenType...) fonts covering the ISO
	10646/Unicode UCS (Universal Character Set).

	WWW: http://www.nongnu.org/freefont/

PR:		ports/90598
Submitted by:	Andreas Kohn <andreas@syndrom23.de>
2005-12-21 04:08:09 +00:00
Edwin Groothuis
388d529ae5 Reset maintainer
PR:		ports/90726
Submitted by:	David Bremner <bremner-dated-1136341985.d77847@pivot.cs.unb.ca>
2005-12-21 03:09:40 +00:00
Daichi GOTO
81b0ee1e53 sysutils/topless: update to 1.52
- alert function added
  - information header function added
2005-12-21 02:27:27 +00:00
Ade Lovett
69371c551d Update to 1.5.22 2005-12-21 02:26:44 +00:00
Pav Lucistnik
7604ffa399 The RomDict project includes (for now) only an English -- Romanian dictionary.
This port installs it in the data format for use with dictd server.

WWW: http://romdict.sourceforge.net/

PR:		ports/90620
Submitted by:	Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
2005-12-21 00:15:32 +00:00
Emanuel Haupt
0c0376da37 - Add a patch to use USE_POSIX_TERMIOS instead of hardcoded value (13)
- Use MANLANG, INSTALL_MAN, DOCSDIR, PLIST_FILES, general cleanup (me)
- Remove pkg-plist (me)
- Bump PORTREVISION (me)

PR:		90104
Submitted by:	Nobuyuki Koganemaru <n-kogane@syd.odn.ne.jp>
2005-12-21 00:06:51 +00:00
Edwin Groothuis
cd0bac1556 Re-add www/junkbuster 2005-12-21 00:00:56 +00:00
Edwin Groothuis
90958de059 Resurrect www/junkbuster.
Fix vulnerability as described on
	http://bugs.gentoo.org/show_bug.cgi?id=88537
2005-12-20 23:59:29 +00:00
Pav Lucistnik
0ac866631d SendSNPP is a perl program for sending messages through a RFC1861 compliant
SNPP server. SNPP stands for Simple Network Paging Protocol. It is used by a
wide range of paging providers for sending pages. A list of some of the
providers that support the SNPP service is on the WWW site below. SendSNPP
requires no special modules, and has been tested on Linux and Windows systems.
It has a very straight forward interface making it very easy to use.

PR:		ports/90529
Submitted by:	Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
2005-12-20 23:56:40 +00:00
Pav Lucistnik
93b2c15cea - Update to 1.5.1
PR:		ports/90720
Submitted by:	Paul Dlug <paul@aps.org> (maintainer)

- Modernize USE_RC_SUBR usage
2005-12-20 23:40:56 +00:00
Pav Lucistnik
42f8075d3e - Update to 0.8.0
PR:		ports/90709
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
2005-12-20 23:27:46 +00:00
Edwin Groothuis
341eea4b4d New port: databases/pydbx Simple SQL database abstraction layer for Python
dbx is a simple SQL database abstraction layer for Python.
	The goal of dbx is to make using a SQL database as simple
	as possible while providing a consistent API across different
	databases.

	Author: David Phillips <david@acz.org>
	WWW:    http://david.acz.org/pydbx/

PR:		ports/90623
Submitted by:	David Phillips <david@acz.org>
2005-12-20 22:43:44 +00:00
Edwin Groothuis
91935e798f [PATCH] www/resin3: update to 3.0.16
- Update to 3.0.16

PR:		ports/90322
Submitted by:	Boris Kovalenko <boris@tagnet.ru>
Approved by:	Jean-Baptiste Quenot <jb.quenot@caraldi.com>
2005-12-20 22:38:35 +00:00
Edwin Groothuis
a53cf1c864 Update port: graphics/gfont remove WWW
- Removed WWW. this site doesn't exist anymore.

PR:		ports/90715
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
2005-12-20 21:38:08 +00:00
Edwin Groothuis
9a7cbd9494 [BUG]: games/linux-nwnclient dependency problem
The linux-nwnclient port checks to see if WITH_NVIDIA_GL is defined to
	determine whether or not it should depend on the nvidia-driver
	instead of linux_dri. However, both dependencies are needed
	as linux_dri provides 'libGLU.so.1', which does not come
	with the nvidia-driver. This is needed in order to run
	linux-nwnclient.

	I use the nvidia-driver port and had to install linux_dri
	by hand after installing nwn. It seems to be working fine
	in conjunction with the driver.

	My suggestion is to either drop the nvidia-driver dependency
	entirely, or at least depend on linux_dri whether WITH_NVIDIA_GL
	is defined or not.
2005-12-20 21:18:54 +00:00
Edwin Groothuis
1ed4f1d402 Update port: graphics/digikamimageplugins fix WWW and add SHA256
- Fixed WWW.
	- Added SHA256.

PR:		ports/90702
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
2005-12-20 21:03:45 +00:00
Edwin Groothuis
b1c8f1006c www/mediawiki update to 1.5.3 (security update)
Fixes a security issue: Validation of the user language
	option was broken by a code change in May 2005, opening the
	possibility of remote code execution as this parameter is
	used in forming a class name dynamically created with eval().
	The validation has been corrected in this version.  All
	prior 1.5 release and prelease versions are affected; 1.4
	and earlier and not affected.

PR:		ports/90335
Submitted by:	Thomas Vogt <thomas@bsdunix.ch>
Approved by:	maintainer timeout
2005-12-20 20:52:18 +00:00
Edwin Groothuis
4b47db343f [maintainger-update] Klamav upgrade from 0.22 to 0.32
Klamav upgrade from 0.22 to 0.32

PR:		ports/90427
Submitted by:	Anderson S. Ferreira <anderson@cnpm.embrapa.br>
2005-12-20 20:48:31 +00:00
Edwin Groothuis
459b8d16e6 [new port] security/chroot_safe
chroot_safe, a tool to chroot any application in a sane
	manner without requring binaries, shared libraries etc
	within the chroot or any support from the application. Works
	with any dynamically linked application.

	WWW: http://sourceforge.net/projects/chrootsafe

PR:		ports/90341
Submitted by:	Gabor Kovesdan <gabor.kovesdan@t-hosting.hu>
2005-12-20 20:47:45 +00:00
Edwin Groothuis
1abc97d3d9 [new port] net/samba-nmblookup
There is a NetBIOS/tcp lookup tool nmblookup(1) included
	in samba suite.  It's quite useful, but installing whole
	samba suite is not always necessary.

	I wrote a port to install nmblookup(1) only.

Dutchman through the corner alert... What can I do against the
wrongly added directories?

PR:		ports/90375
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp>
2005-12-20 20:46:38 +00:00
Edwin Groothuis
46265967d0 New port: net-mgmt/chillispot
Chillispot is used for authenticating users of a wireless
	LAN. It support WPA (Wireless Protected Access) encryption.
	Authentication, authorization and accounting (AAA) is handled
	by your favorite radius server.

PR:		ports/90397
Submitted by:	Sevan Janiyan <venture37@geeklan.co.uk>
2005-12-20 20:41:17 +00:00
Edwin Groothuis
c648285d4d Add <executable/> to the appinfo.xml file. With this one, boinc-seti
will not attempt to download a binary to update itself and actually
work.
2005-12-20 20:25:55 +00:00
Doug Barton
40a70a81c2 Reduce POLA violation for users who didn't expect to have to enable
this feature.

Prodded by: pav
2005-12-20 20:03:56 +00:00
Cy Schubert
3b1ec7b41c Document the removal of the ftp/sftp port. 2005-12-20 19:50:30 +00:00
Cy Schubert
e75be9baa9 Remove the sftp port as it is no longer supported by its author.
May it rest in peace.
2005-12-20 19:46:03 +00:00
Jean-Yves Lefort
e90c21eb05 Fix a g_strconcat() without terminating NULL. 2005-12-20 19:33:05 +00:00
Jeremy Messenger
2ffcc0371a Fix the crux engine theme crash looks like this:
[...]libcrux-engine.so: Undefined symbol "uninstall_all_focus_hooks"

Reported by:	TooManySecrets <toomany@toomany.net>,
		Robert C. Noland III <rnoland@2hip.net>
GNOME Bugzilla:	http://bugzilla.gnome.org/show_bug.cgi?id=322886
Obtained from:	GNOME CVS (gtk-engines module)
2005-12-20 19:14:31 +00:00
Lev A. Serebryakov
266e0a0bea Update to latest 1.3.34+30.22+2.8.25.
This fixes CVE-2005-2088.
2005-12-20 17:52:59 +00:00
Lev A. Serebryakov
61c77d39d7 Update to latest 1.3.34+30.22.
This fixes CVE-2005-2088.
2005-12-20 17:41:42 +00:00
Hajimu UMEMOTO
b87fc671c6 Update to 2.3.1. 2005-12-20 17:35:41 +00:00
Michael Nottebrock
5f8bdca174 - Update libksba to 0.9.13
- Chase shared library bumps
- Update gnupg-devel to 1.9.20
2005-12-20 16:39:54 +00:00
Alexey Dokuchaev
7c280124a8 Add SHA256 hashes to my ports in this category. 2005-12-20 16:39:03 +00:00
Alexey Dokuchaev
2c1599e0e7 - Fix distname, add SHA256 checksum
- Mute somewhat hackish case of patching
- Kill pkg-plist
2005-12-20 16:36:25 +00:00
Alexey Dokuchaev
1aec21848d - Fix a silly typo in files/Makefile
- Add SHA256 hash while here
2005-12-20 16:24:16 +00:00
Renato Botelho
878295ccf1 - Integrate vendor patch to fix a problem with the SMB helper when
--enable-ntlm-fail-open was specified as an additional configuration
  option (squid bug #1022).
  The port does not enable this option by default; document it, while at it.
- Add SHA256 checksum for the squid tarball
- Integrate ICAP client support based upon the icap project's CVS repository,
  turned off by default.
  To activate it, build the port with WITH_SQUID_ICAP defined or rerun
  'make config'.
- Bump PORTREVISION

PR:		ports/90688
Submitted by:	maintainer
2005-12-20 16:01:15 +00:00
Alexey Dokuchaev
da6d7dd385 Add deutex 4.4.0, an advanced WAD composer for games like Doom, Heretic,
Hexen, and Strife.

WWW: http://www.teaser.fr/~amajorel/deutex/
2005-12-20 15:55:30 +00:00
Erwin Lansing
c458b72e33 This package is used to encrypt and decrypt passwords generated by IMail.
See: http://www.ipswitch.com/products/imail_server/

WWW: http://search.cpan.org/dist/Crypt-Imail

PR:		ports/90686
Submitted by:	Gabor Kovesdan
2005-12-20 15:51:51 +00:00
Erwin Lansing
6e9eb278e0 Crypt::GOST_PP is a pure perl implementation of GOST, a 64-bit
symmetrical block cipher with a 256-bit key from the former Soviet
Union. Please read the Pod documentation contained in the module
itself for additional information, including the rationale behind
the writing of this module.

WWW: http://search.cpan.org/dist/Crypt-GOST_PP

PR:		ports/90685
Submitted by:	Gabor Kovesdan
2005-12-20 15:51:00 +00:00
Erwin Lansing
7a9dfa805e GOST 28147-89 is a 64-bit symmetric block cipher with a 256-bit
key developed in the former Soviet Union. Some information on it
is available at http://vipul.net/gost/ .
This module implements GOST encryption. It supports the Crypt::CBC
interface, with the functions described below. It also provides
an interface that is backwards- compatible with Crypt::GOST 0.41,
but its use in new code is discouraged.

WWW: http://search.cpan.org/dist/Crypt-GOST

PR:		ports/90684
Submitted by:	Gabor Kovesdan
2005-12-20 15:50:08 +00:00
Alex Dupre
56e4435428 Correct dependency for FreeBSD > 5. 2005-12-20 15:48:35 +00:00
Dirk Meyer
93191a3d01 - update to 1.3.2
- Translate-fix
Submitted by: NetJunior
2005-12-20 15:31:34 +00:00
Aaron Dalton
42cc30b381 - updated from v0.10 to v0.11
- updated maintainership

0.11  2005-11-20
	- Add extract_all method
	- Add merge_arrays method
	- inserts can now handle multiple elements as argument
	- absorb and key_absorb use the new multi-inserts
	- absorb and key_absorb now take any number of heaps as argument
          instead of absorbing exactly one.
	- Special characters in generated constant strings were incorrectly
	  escaped (bugfix)
	- key_method doesn't return literal strings anymore in the "complex"
	  case (also causes the above mentioned bug to never trigger)
	- make the internal _STRING and _LITERAL macros never see each others
	  output (this is possibly a bugfix)

Approved by:	tobez
2005-12-20 15:28:59 +00:00
Mathieu Arnold
31714c2a37 Update to 0.46 2005-12-20 15:26:03 +00:00
Renato Botelho
cf00013675 - Make it fetchable again
Noticed by:	Steve Clement <steve@ion.lu>
2005-12-20 15:19:44 +00:00
Aaron Dalton
efe08b1ea1 - updated from v0.09 to v0.10
0.10 Fri Nov. 25, 2005
    - removing OS X resource fork files which are causeing
      the pod test to fail

Approved by: tobez (implicit)
2005-12-20 15:09:15 +00:00
Aaron Dalton
09b75db353 - updated from v0.13 to v0.14
0.14 Mon Novermber 28, 2005
    - removing the OS X resource fork files
    - applied patch (RT #16064) to support XHTML
      compliant output for Tree::Simple::View::HTML.
        - thanks to Simon Wilcox for this patch and tests

Approved by: tobez (implicit)
2005-12-20 15:08:15 +00:00
Aaron Dalton
2adf6adb5a - updated from v0.13 to v0.14
0.14 December 19 2005

    * Small rewordings in POD.

    * Added TAOCP Vol 4, Fasc 3 to REFERENCES.

    * Added tuples* as alias to variations* to add the nomenclature
      in Knuth's, Mathematica, etc. to the interface.

    * Code cleanup.

Approved by: tobez
2005-12-20 15:06:40 +00:00