Commit Graph

169944 Commits

Author SHA1 Message Date
Mark Linimon
d16a36f1c5 Rip out 4.X cruft. 2007-02-02 21:06:47 +00:00
Pav Lucistnik
36722f7494 - Remove references to XFree86 3.X 2007-02-02 20:19:43 +00:00
Dirk Meyer
c063587ef2 - update to 8.14.0
- bump libmilter
2007-02-02 20:17:17 +00:00
Pav Lucistnik
1a2a937283 - Remove XFree86 3.3.6
It was released seven years ago, and is totally outdated by now.
2007-02-02 20:07:23 +00:00
Luigi Rizzo
db52cf2298 Make it clear why NO_PACKAGE is set. 2007-02-02 20:05:39 +00:00
Pav Lucistnik
b1664abb92 - Switch dependencies to modern XFree86/Xorg ports 2007-02-02 19:59:33 +00:00
Simon Barner
5771666c5e - Update to 1.1
Submitted by:	chinsan
PR:		ports/108404
2007-02-02 19:46:14 +00:00
Pav Lucistnik
0534fc5008 - Update to 1.2.5 2007-02-02 19:01:51 +00:00
Luigi Rizzo
51b11ce96f link the two drivers to the build 2007-02-02 18:27:34 +00:00
Luigi Rizzo
70c88d3609 New port linux-ov511-kmod, a usb webcam driver based on the linux
driver 'ov511' (from the linux sources) built on FreeBSD using
devel/linux-kmod-compat. The driver supports some ov511 based
webcams.

THIS IS EXPERIMENTAL CODE, TRY IT AT YOUR OWN RISK.

This is only for 6.x/7.x and at the moment only for i386.

Most bugs and limitations are due to linux-kmod-compat rather than
this port itself, so upgrading linux-kmod-compat (and rebuilding
this port) will most likely improve functionality and remove some bugs.

As usual if some of the port gurus wants to help fixing any mistakes
that i may have made in the port (or missing things, e.g. a suitable
warning message when the port is installed), i will be very grateful
(and can spend more time working on the emulation code).

In particular, i could not find a good site (ftp or web) to fetch
individual linux source files from, so i copied them on my web server
and used it as MASTER_SITE. This should be fixed though.
2007-02-02 18:25:27 +00:00
Luigi Rizzo
cc47cd95b1 New port linux-gspca-kmod, a usb webcam driver based on the linux
driver 'gspca' (from http://mxhaard.free.fr/index.html) built on
FreeBSD using devel/linux-kmod-compat . The driver supports a very large
number of webcams.

However, THIS IS EXPERIMENTAL CODE, TRY IT AT YOUR OWN RISK.

This is only for 6.x/7.x and at the moment only for i386.

Most bugs and limitations are due to linux-kmod-compat rather than
this port itself, so upgrading linux-kmod-compat (and rebuilding
this port) will most likely improve functionality and remove some bugs.

As usual if some of the port gurus wants to help fixing any mistakes
that i may have made in the port (or missing things, e.g. a suitable
warning message when the port is installed), i will be very grateful
(and can spend more time working on the emulation code).
2007-02-02 18:19:15 +00:00
Luigi Rizzo
fd0e882cfd link linux-kmod-compat 2007-02-02 18:09:46 +00:00
Luigi Rizzo
2892f3e420 Add new port for linux-kmod-compat - emulation layer to build
linux device drivers as FreeBSD kld modules. Details at

	http://info.iet.unipi.it/~luigi/FreeBSD/linux_bsd_kld.html

Two ports for webcam drivers that use this package are coming in
a matter of minutes.

NOTES:
+ This is only for 6.x and 7.x, no support planned for earlier versions.
+ At the moment only i386 but have patches for 64-bit architectures
  that should be committed soon.
+ This port installs a file in /usr/share/mk . After some discussion
  on the ports list this seems, to be the most reasonable thing to do.
  portlint complains about it.
+ portlint also complains because the url in pkg-descr does not contain
  'www'. Can't help it, the url really does not contain 'www'.
+ The emulation code is under active development so expect frequent
  updates to the portversion and related entries.
+ For the same reason, at this time i prefer not to list all individual
  files in pkg-plist. When the thing has settled a bit more, I will reconsider
  this choice.
+ Documentation is a bit lacking - hopefully it is coming too, as part
  of the ongoing development.

And finally - i have almost spent more time to prepare the port
(including discussing choices, location and studying the ports
infrastructure) than writing the linux emulation code. If some of
the ports guru wants to help cleaning up mistakes that i may have
made, i''l be grateful (but please don't set up a static pkg-plist,
for the reasons above).
2007-02-02 18:08:20 +00:00
Nicola Vitale
bb0c3bda54 - Updated to 20070130.2255
Approved by:	alexbl (mentor, implicit)
2007-02-02 17:55:28 +00:00
Kris Kennaway
d6c35eadd1 Back out previous since it causes further plist problems. 2007-02-02 17:22:21 +00:00
Pav Lucistnik
45a085ac12 - Remove support for xfree86-3
PR:		ports/106666
Submitted by:	vd
With hat:	portmgr
2007-02-02 17:06:25 +00:00
Nicola Vitale
620d4f39c3 - Updated to 5.4.1
- Added files/interchange.sh.in
- Removed files/interchange.sh

PR:		ports/108665
Submitted by:	loader <loader at freebsdmall.com> (maintainer)
Approved by:	alexbl (mentor, implicit)
2007-02-02 16:46:22 +00:00
Joe Marcus Clarke
25497c2f41 HAL is not supported on FreeBSD prior to 5.5-RELEASE so mark it as such. 2007-02-02 16:44:24 +00:00
Sergey Matveychuk
706b49dc87 - Synchronyze patches with stable.
Reminded by:	marck
2007-02-02 16:18:49 +00:00
Stanislav Sedov
f77837c518 - Fix typo.
Submitted by:	netchild
2007-02-02 15:30:55 +00:00
Andrew Pantyukhin
26e89a1c90 Add port archivers/grzip:
grzip is a high-performance file compressor based on Burrows-Wheeler
Transform, Schindler Transform, Move-To-Front, and Weighted Frequency
Counting. It uses the Block-Sorting Lossless Data Compression Algorithm,
which has received considerable attention in recent years for both its
simplicity and effectiveness. This implementation has a compression rate
of 2.234 bps on the Calgary Corpus (14 files) without preprocessing
filters.

WWW: http://magicssoft.ru/?folder=projects&page=GRZipII
Author: Ilya Grebnov
2007-02-02 14:53:47 +00:00
Gabor Kovesdan
3d78f0eb91 - Add note about recent www/aolserver change
PR:		ports/105781
Submitted by:	Martin Matuska <martin@matuska.org>
Approved by:	erwin (mentor)
2007-02-02 14:50:16 +00:00
Gabor Kovesdan
d7987b732d - Update to 4.5.0
- Move out modules into separate ports
- Rename rc.d script
- Pass maintainership to submitter

PR:		ports/105781
Submitted by:	Martin Matuska <martin@matuska.org>
Approved by:	aldert@nooitgedagt.net (maintainer),
		erwin (mentor)
2007-02-02 14:46:50 +00:00
Roman Bogorodskiy
c9914d157b Fix plist, unmark BROKEN.
PR:		108624 (based on)
Submitted by:	chinsan
2007-02-02 14:37:51 +00:00
Tilman Keskinoz
c16cfcd65b Update to 2.4.6 2007-02-02 14:34:55 +00:00
Pav Lucistnik
6604d99acb - Fix after objformat removal 2007-02-02 14:26:39 +00:00
Gabor Kovesdan
4abd72c907 AOLserver interface to zlib library
WWW: http://www.crystalballinc.com/vlad/software/

- Martin Matuska
martin@matuska.org

PR:		ports/105781
Submitted by:	Martin Matuska <martin@matuska.org>
Approved by:	erwin (mentor)
2007-02-02 14:26:28 +00:00
Tilman Keskinoz
47f5801b90 Update to 1.2.4 2007-02-02 14:25:54 +00:00
Gabor Kovesdan
c52df9dac4 nspostgres is an internal PostgreSQL database driver for AOLserver 3.x and 4.x.
WWW: http://www.aolserver.com/

- Martin Matuska
martin@matuska.org

PR:		ports/105781
Submitted by:	Martin Matuska <martin@matuska.org>
Approved by:	erwin (mentor)
2007-02-02 14:23:11 +00:00
Gabor Kovesdan
2afaed2bf9 nsmysql is an internal MySQL database driver for AOLserver 3.x and 4.x, by
Panoptic Computer Network.

WWW: http://www.aolserver.com/

- Martin Matuska
martin@matuska.org

PR:		ports/105781
Submitted by:	Martin Matuska <martin@matuska.org>
Approved by:	erwin (mentor)
2007-02-02 14:19:31 +00:00
Gabor Kovesdan
a6620f8bb4 Graphics module for aolserver (3.x,4.x)
WWW: http://www.aolserver.cz/

- Martin Matuska
martin@matuska.org

PR:		ports/105781
Submitted by:	Martin Matuska <martin@matuska.org>
Approved by:	erwin (mentor)
2007-02-02 14:16:28 +00:00
Gabor Kovesdan
f36b800832 This AOLserver module performs SHA1 hashes.
WWW: http://www.aolserver.com/

- Martin Matuska
martin@matuska.org

PR:		ports/105781
Submitted by:	Martin Matuska <martin@matuska.org>
Approved by:	erwin (mentor)
2007-02-02 14:13:13 +00:00
Rong-En Fan
774ddc8faa - Update to 1.1.2
- Remove QTDIR in CONFIGURE_ENV. Now it's set by bsd.kde.mk.
2007-02-02 14:12:21 +00:00
Gabor Kovesdan
51b7f90351 An AOLserver socket driver module which implements SSL/TLS encryption on
incomming sockets, and also adds an https client API.

WWW: http://www.aolserver.com/

- Martin Matuska
martin@matuska.org

PR:		ports/105781
Submitted by:	Martin Matuska <martin@matuska.org>
Approved by:	erwin (mentor)
2007-02-02 14:09:36 +00:00
Gabor Kovesdan
3308637099 AOLserver interface to mhash library
WWW: http://www.aolserver.cz/

- Martin Matuska
martin@matuska.org

PR:		ports/105781
Submitted by:	Martin Matuska <martin@matuska.org>
Approved by:	erwin (mentor)
2007-02-02 14:06:02 +00:00
Gabor Kovesdan
1f0f9dbfef AOLserver interface to mcrypt library
WWW: http://www.aolserver.cz/

- Martin Matuska
martin@matuska.org

PR:		ports/105781
Submitted by:	Martin Matuska <martin@matuska.org>
Approved by:	erwin (mentor)
2007-02-02 14:02:42 +00:00
Gabor Kovesdan
6a4dc8c396 This module Uses OpenSSL to encrypt using the
AES, Blowfish, Cast5, IDEA and DES cyphers.

WWW: http://www.aolserver.com/

- Martin Matuska
martin@matuska.org

PR:		ports/105781
Submitted by:	Martin Matuska <martin@matuska.org>
Approved by:	erwin (mentor)
2007-02-02 13:57:29 +00:00
Gabor Kovesdan
17407398a1 Tcl interface to AOLserver's caching API
AOLserver implements a C API for caching arbitrary data. This module provides
a Tcl API on top of the C API. The module is only compatible with AOLserver 3.x
using nsd8x, or AOLserver 4.x.

WWW: http://www.aolserver.com/

- Martin Matuska
martin@matuska.org

PR:		ports/105781
Submitted by:	Martin Matuska <martin@matuska.org>
Approved by:	erwin (mentor)
2007-02-02 13:53:51 +00:00
Jimmy Olgeni
39a9b99bbc Upgrade to version R11B-3. 2007-02-02 13:07:42 +00:00
Martin Wilke
3781abc62d - Fix LIB_DEPENDS
PR:		108684
Submitted by:	Martin Matuska <martin@matuska.org>
2007-02-02 11:28:33 +00:00
Pav Lucistnik
d28d924418 - Don't strip installed libraries
PR:		ports/108560
Submitted by:	Richard S. Conto <rsc@umich.edu>
Approved by:	Richard Kiss <him@richardkiss.com> (maintainer)
2007-02-02 10:10:56 +00:00
Alexander Botero-Lowry
ac9defadb8 - Remove some 4.x stuff
- go over and cleanup the logic for the mDNS checks to hopefully
   resolve the double target mDNS problem caused by avahi. [1], [2]

PR:		108533 [1], 108538 [2]
2007-02-02 09:37:15 +00:00
Cheng-Lung Sung
256372c28f - Update to 1.042 2007-02-02 08:27:06 +00:00
Cheng-Lung Sung
50dabb68b0 - Update to 1.1.4 2007-02-02 08:21:09 +00:00
Cheng-Lung Sung
e7ff89f6f2 - Update to 1.1.7
PR:		ports/108512
Submitted by:	maintainer (Jonathan Weiss)
2007-02-02 08:15:45 +00:00
Cheng-Lung Sung
ae71f47ac5 - Update to 0.4.0
PR:		ports/108512
Submitted by:	maintainer (Jonathan Weiss)
2007-02-02 08:15:04 +00:00
Cheng-Lung Sung
bec4277c8a - Update to 1.142 2007-02-02 07:58:26 +00:00
Alexander Nedotsukov
68289b07e7 Update to 2.16.1 2007-02-02 07:47:04 +00:00
Cheng-Lung Sung
4c143cdcb1 - Update to 0.10.14 2007-02-02 07:40:58 +00:00
Sergey Matveychuk
2ca7d2a2b7 - Add a note for users of portupgrade if they have troubles with
'portupgrade portupgrade' command.
2007-02-02 07:37:32 +00:00