1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
Commit Graph

137238 Commits

Author SHA1 Message Date
Pav Lucistnik
972562de16 This is a new port of bazaar, a C implementation of GNU Arch (based on tla)
from Canonical. The difference between this and bazaar-ng is that this is the
"mainline" version of bazaar, beeing faster and more stable, while bazaar-ng is
the somwhat future platform. I thought it would be nice to have this in ports
as well, this is a very good implemenation that is easy to use, much easier
than TLA.

PR:		ports/88476
Submitted by:	Ulf Lilleengen <lulf@kerneled.org>
2005-11-09 20:40:59 +00:00
Kirill Ponomarev
d0ff577059 Update to 0.9.4 2005-11-09 20:32:30 +00:00
Maxim Sobolev
2c1c36f5b0 Update to 0.5.2. 2005-11-09 20:25:32 +00:00
Edwin Groothuis
329170e6c0 [fix] multimedia/mplayer: no bsdbt848 driver compiled in
On recent FreeBSD installing multimedia/mplayer port doesn't
	compile-in bsdbt848 driver. Cause for this is in the mplayer's
	'configure' script that uses the following code to autodetect
	the presense of the system bt848 driver:

	if defined(__NetBSD__)
	#include <dev/ic/bt8xx.h>
	#else
	#include <machine/ioctl_bt848.h>
	#endif

	On FreeBSD /usr/include/machine/ioctl_bt848.h is replaced
	with /usr/include/dev/bktr/ioctl_bt848.h, so 'configure'
	script doesn't find it.  Be warned that if you upgraded
	your FreeBSD installation from the older version, you will
	still have /usr/include/machine/ioctl_bt848.h installed on
	your system (make installworld doesn't delete old files)
	and configure script will not need patching to be able to
	find the system bt848 driver.  In the fix section I attached
	a patched 'files/patch-ad' file.

	[...]

	Hi again,

	I've prepared a diff to solve the issue. Besides this,
	PORTREVISION is bumped to reflect the change and distinfo
	contains sha256 sum.  Would you please confirm that it works
	on amd64, go for the commit and close the pr?!

Submitted by:	Simun Mikecin <numisemis@yahoo.com>
Approved by:	"Thomas E. Zander" <riggs@rrr.de>
Reviewed by:	Simun Mikecin <numisemis@yahoo.com>
PR:		ports/87853
2005-11-09 20:17:44 +00:00
James E. Housley
7de3668703 Update to DAT 4624 2005-11-09 19:42:16 +00:00
James E. Housley
91c17669ec Update to DAT 4623 2005-11-09 19:41:44 +00:00
Mark Linimon
282cefb091 Assign to new volunteer. 2005-11-09 19:33:25 +00:00
Max Khon
9d49ab4759 Use ${PKGINSTALL}. 2005-11-09 19:26:04 +00:00
Pav Lucistnik
fdf8f30b1c - Portlint
PR:		ports/88544 (part of)
Submitted by:	Matthew Luckie <mjl@luckie.org.nz> (maintainer)
2005-11-09 19:15:44 +00:00
Pav Lucistnik
ae54271aa6 - Change second category to be net-im
Suggested by:	arved
2005-11-09 19:11:29 +00:00
Pav Lucistnik
d357a51387 - Update to 2.5.0
PR:		ports/88430
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)
2005-11-09 18:33:43 +00:00
Max Khon
80e649860b - Update to 2.5.02.2115
- Drop 4.x support because new version requires wscanf(), vswprintf() and so on
and tarballs of older versions are no longer available
- Fix build when howl installed [1]
- Remove USE_LIBLTDL which is no-op for this port [2]
- Do not build with postgresql, odbc, mysql or sqlite support

Reported by:	vs [1], [2]
2005-11-09 18:19:10 +00:00
Renato Botelho
483610386d - Respect non-standard LOCALBASE
Noticed by:	kris
2005-11-09 18:14:43 +00:00
Pav Lucistnik
c7ca51e815 The RABL (pronounced "rabble") server is a statistical, machine-automated and
up-to-the-second blackhole list server designed to monitor global network
activity and make decisions based on network spread and infection rate -
that is, abuse from an address which has been reported by a number of
participating networks. This is in far contrast to how most other
blacklists function, where fallable humans (many with political agendas) must
process thousands of reports and make decisions - many times after the fact.
The RABL is fully reactive to new threats and can block addresses within
seconds of widespread infection - good to know in this world of drone PCs
and stolen accounts. The RABL server blacklists addresses until they have
cleared a minimum duration (an hour by default) without any additional
reporting, making the appeals process as simple as "fix your junk". The RABL
is designed to function via automated machine-learning spam filters, such as
Bayesian filters. Each participating network is granted write authentication
in the blackhole list, to prevent abuse. A client tool is also provided.

PR:		ports/88446
Submitted by:	Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
2005-11-09 17:38:12 +00:00
David E. O'Brien
4253eb6583 Sync freebsd7 support with gcc33. 2005-11-09 17:26:36 +00:00
Marcus Alves Grando
f7e6a15a88 Add SHA256
Make portlint happy

PR:		88696
Submitted by:	maintainer
2005-11-09 17:13:24 +00:00
Renato Botelho
c9438777a7 - Update to 20051109
- Add SHA256

PR:		ports/88726
Submitted by:	maintainer
2005-11-09 17:10:48 +00:00
Cy Schubert
a8c128492a Fix build failure under FreeBSD-4.11.
PR:		87886
Submitted by:	parv
2005-11-09 16:50:18 +00:00
Volker Stolz
3d3ddd94ad Ditch some special-casing 2005-11-09 16:28:12 +00:00
Alexey Dokuchaev
34beeaea38 Do not install nvidia-settings, there's native version available in
`x11/nvidia-settings' port.

Based on PR:	ports/84969
Submitted by:	jylefort
2005-11-09 16:26:51 +00:00
Volker Stolz
606d7bb162 Cleanup a bit 2005-11-09 16:21:40 +00:00
Sam Lawrance
532029a1db Use the documented ${OSVERSION} 500000 rather than 499999.
Suggested by:	pav
2005-11-09 16:11:07 +00:00
Marcus Alves Grando
29ac057eba Add SHA256
Remove erroneous MD5
Remove WWW

PR:		88739
Submitted by:	maintainer
2005-11-09 16:10:55 +00:00
Marcus Alves Grando
4cf3b3dbed Add SHA256
Remove WWW

PR:		88738
Submitted by:	maintainer
2005-11-09 16:06:41 +00:00
Marcus Alves Grando
c03781e962 Add SHA256
PR:		88737
Submitted by:	maintainer
2005-11-09 16:05:22 +00:00
Marcus Alves Grando
4f86ba9853 Add SHA256
PR:		88736
Submitted by:	maintainer
2005-11-09 16:03:18 +00:00
Renato Botelho
5cff5cb167 - Add SHA256
PR:		ports/88724
Submitted by:	maintainer
2005-11-09 16:02:29 +00:00
Marcus Alves Grando
b362c4b3da Add SHA256
Remove WWW

PR:		88735
Submitted by:	maintainer
2005-11-09 16:01:55 +00:00
Marcus Alves Grando
0f17d6df9d Add SHA256
PR:		88734
Submitted by:	maintainer
2005-11-09 15:59:35 +00:00
Marcus Alves Grando
b1d1360790 Add SHA256
PR:		88733
Submitted by:	maintainer
2005-11-09 15:57:19 +00:00
Volker Stolz
b1a514531c Be more precise about error on 4.x. Setting USE_GCC (implied by math/cln)
will fix configure, but breaks later on.
2005-11-09 15:55:32 +00:00
Sam Lawrance
5e4da53f0a - Mark DEPRECATED, and point users to the jfduke3d port instead. This port
is staying around for the benefit of 4.x users since jfduke3d doesn't work
  there.
- Some minor port changes.  Nothing to bump PORTREVISION over.
- Add SHA256.  Am I cool yet!?!11

PR:		ports/85672
Submitted by:	Alexander Best <arundel@h3c.de> (maintainer)
2005-11-09 15:54:58 +00:00
Marcus Alves Grando
d3045a1360 Add SHA256
PR:		88732
Submitted by:	maintainer
2005-11-09 15:54:21 +00:00
Michael Landin
cb3631153f o Update to -> 1.3.6
- Bugfixes
    - Updated translations
    - Changelog: http://amarok.kde.org/content/view/65/66/
o add sha256 checksum.
o Retire collectiondb patch, as I've committed it upstream.
2005-11-09 15:08:14 +00:00
Volker Stolz
ddf84713a4 - Update to 2.29: This version adds various features and bugfixes outlined
on: http://www.isi.edu/nsnam/ns/CHANGES.html
- Assign maintainership to submitter

PR:		ports/88405
2005-11-09 14:45:48 +00:00
Renato Botelho
aac3781ea8 A few programs to allow qmail to authenticate users through a Microsoft
Active Directory.

Author:	Leslie VanExel <prok@fo2k.com>
WWW:	http://fo2k.com/qmail-activedir/

PR:		ports/88684
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
2005-11-09 14:44:52 +00:00
Simon Barner
ad22739ea8 Chase Boost shared lib version after update to Boost 1.33.0.
devel/sdts++: Also convert from BUILD_DEPENDS and RUN_DEPENDS to
              LIB_DEPENDS.
2005-11-09 14:35:07 +00:00
Simon Barner
443684d89b - Update to Boost 1.33.0
* Boost.Regex now supports the ICU unicode library
  * Optionally build Boost with GCC 3.4 on FreeBSD 4.x [1]
  * For changes to the Boost libraries see their specific ChangeLogs
    in ${LOCALBASE}/share/doc/boost or at http://www.boost.org/
  * Bump shared library version to 3

PR:		ports/88014 [1]
Submitted by:	Václav Haisman [1]
2005-11-09 14:30:56 +00:00
Renato Botelho
964436c8b5 Searches for book information from the (US) Amazon online catalog.
WWW: http://search.cpan.org/dist/WWW-Scraper-ISBN-Amazon_Driver/

PR:		ports/88669
Submitted by:	Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
2005-11-09 14:20:38 +00:00
Renato Botelho
fe9cf81506 The WWW::Scraper::ISBN class was built as a way to retrieve information on
books from multiple sources easily. It utilizes at least one driver
implemented as a subclass of WWW::Scraper::ISBN::Driver, each of which is
designed to scrape from a single source. Because we found that different
sources had different information available on different books, we designed
a basic interface that could be implemented in whatever ways necessary to
retrieve the desired information.

WWW: http://search.cpan.org/dist/WWW-Scraper-ISBN/

PR:		ports/88667
Submitted by:	Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
2005-11-09 14:19:31 +00:00
Renato Botelho
b253931566 The WWW::Scraper::ISBN::Record module defines a class that can be used to deal
with book information. It was primarily created as a return type for the
WWW::Scraper::ISBN module, though it could be used for other purposes. It
knows minimal information about itself, whether the book was found, where it
was found, its ISBN number, and whether any errors occurred. It is usually up
to the WWW::Scraper::ISBN::Driver and its subclasses to make sure that the
fields get set correctly.

WWW: http://search.cpan.org/dist/WWW-Scraper-ISBN-Record/

PR:		ports/88666
Submitted by:	Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
2005-11-09 14:18:51 +00:00
Renato Botelho
d43bfdaf19 This is a base class, all site-specific drivers should inherit its members
and methods. Driver subclasses named '$name' should be packaged as
WWW::Scraper::ISBN::$name_Driver, e.g. WWW::Scraper::ISBN::LOC_Driver for
LOC (Library of Congress) driver. Each driver need only implement the
search() method, though they may have as many other methods as they need to
get their job done. Only search() will be called by
WWW::Scraper::ISBN->search().

WWW: http://search.cpan.org/dist/WWW-Scraper-ISBN-Driver/

PR:		ports/88668
Submitted by:	Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
2005-11-09 14:18:11 +00:00
Renato Botelho
7cc78f06e8 This module adds template extraction functionality to the Template toolkit.
It can take a rendered document and its template together, and get the
original data structure back, effectively reversing the Template::process
function.

WWW: http://search.cpan.org/dist/Template-Extract/

PR:		ports/88665
Submitted by:	Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
2005-11-09 14:17:08 +00:00
Renato Botelho
ef13b0fad9 - Remove one MASTER_SITE
- Add SHA256

PR:		ports/88720
Submitted by:	maintainer
2005-11-09 14:11:39 +00:00
Pav Lucistnik
f81641252d - Update to 3.3
PR:		ports/88719
Submitted by:	chinsan <chinsan.tw@gmail.com> (maintainer)
2005-11-09 14:06:34 +00:00
Palle Girgensohn
8eccf84f79 Chase hier patch upgrade to version 0.5.5. 2005-11-09 13:56:04 +00:00
Pav Lucistnik
b9f3f8955c - Allow chinese/joe to override MAINTAINER field 2005-11-09 13:50:16 +00:00
Pav Lucistnik
927132431b - Add SHA256
PR:		ports/88722
Submitted by:	chinsan <chinsan.tw@gmail.com> (maintainer)
2005-11-09 13:44:36 +00:00
Lars Thegler
bd37cd0d2c Update to 3.10. Quieting portlint. 2005-11-09 13:44:24 +00:00
Pav Lucistnik
dd3a091465 - Add SHA256
PR:		ports/88723
Submitted by:	chinsan <chinsan.tw@gmail.com>
2005-11-09 13:41:50 +00:00