1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
Commit Graph

155413 Commits

Author SHA1 Message Date
Roman Bogorodskiy
ac8676f4f6 - Update to 1.4.1
- Remove --with-included-libtasn1 from CONFIGURE_ARGS (should have
  been done that earlier actually)
2006-07-14 16:54:42 +00:00
Hiroki Sato
8b54cd7ae7 - Use relative URIs in catalog.xml.
- Add rewrite rules for http://www.oasis-open.org/docbook/xmlcharent/.
- Fix "xmlcatmgr remove" line in pkg-plist.
- Add $FreeBSD$ line into installed catalog files.
- Take maintainership.
- Bump PORTREVISON.
2006-07-14 16:32:39 +00:00
Michael Johnson
9f1f43ca5b - fix build on sparc64
PR:		99971
Submitted by:	ahze
Approved by:	maintainer
2006-07-14 16:18:00 +00:00
Aaron Dalton
a956233024 - Updated to v0.26
PR:		ports/99695
Submitted by:	aaron
Approved by:	maintainer timeout, tobez (implicit)
2006-07-14 16:13:05 +00:00
Aaron Dalton
6c4c5bc720 - Update to 0.07
- Restrict to Perl 5.6+ due to dependency upon p5-Authen-SASL
- Regen 5.00503 patchfile just in case the dependency can be resolved

PR:		ports/99134
Submitted by:	aaron
Approved by:	maintainer timeout, tobez (implicit)
2006-07-14 16:09:57 +00:00
Erwin Lansing
00c0ec7464 Sometimes you want to make sure that your "faster" algorithm really is
faster than the old way. This lets you check. It might also be useful
to check that your super whizzo XS or Inline::C version is actually
faster.

This module is based on the standard Benchmark module. If you have
lots of timings to compare and you don't want to keep running the same
benchmarks all the time, you can pass in a result object from
Benchmark::timethis() instead of sub routine reference.

Author:	Fergal Daly <fergal@esatclear.ie>
WWW:	http://search.cpan.org/dist/Test-Benchmark/

PR:		ports/100218
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-07-14 16:02:40 +00:00
Aaron Dalton
d1d7c731e1 - Update to v1.115
PR:		ports/99117
Submitted by:	aaron
Approved by:	maintainer timeout, tobez (implicit)
2006-07-14 15:57:54 +00:00
Erwin Lansing
37c9c020bf Update to 1.61.24
PR:		100293
Submitted by:	Rainer Alves <rainer.alves@gmail.com> (maintainer)
2006-07-14 15:57:40 +00:00
Rong-En Fan
5d7a178698 Add p5-Data-Bind 0.27, a perl module to bind and alias variables.
PR:		ports/100096
Submitted by:	Ying-Chieh Chen
2006-07-14 15:57:10 +00:00
Aaron Dalton
1620e437ba - Update to v0.6.0
PR:		ports/99110
Submitted by:	aaron
Approved by:	maintainer timeout, tobez (implicit)
2006-07-14 15:56:19 +00:00
Erwin Lansing
d03c723524 This module reads Macromedia FLV files and reports metadata about
those files.

WWW:	http://search.cpan.org/dist/FLV-Info/

PR:		ports/100280
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-07-14 15:53:46 +00:00
Erwin Lansing
695697c8ce NNML::Server server implements a minimal NNTP server. It is (hope-)
fully conformant to rfc977. In addition the commands XOVER and
AUTHINFO are implemented.

Author:	Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
WWW:	http://search.cpan.org/dist/NNML/

PR:		ports/100277
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-07-14 15:48:41 +00:00
Erwin Lansing
63b87c5058 This is a pure perl implementation of the new AES Rijndael. You want
to use Crypt::Rijndael where available. This implementation is really
slow, but I am working on it.

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

PR:		ports/100262
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-07-14 15:45:24 +00:00
Aaron Dalton
46f888e6af - Update to v1.02
PR:		ports/99514
Submitted by:	aaron
Approved by:	maintainer timeout, tobez (implicit)
2006-07-14 15:42:47 +00:00
Aaron Dalton
33d6ddb13b - Update to v1.44
PR:		ports/99457
Submitted by:	aaron
Approved by:	maintainer timeout, tobez (implicit)
2006-07-14 15:38:26 +00:00
Aaron Dalton
0be2d054f1 - Update to v1.01
PR:		ports/99352
Submitted by:	aaron
Approved by:	maintainer timout, tobez (implicit)
2006-07-14 15:34:35 +00:00
Emanuel Haupt
a67c4b8611 With 24/32-bit xwd files, xv swaps the red and blue channels. With 16-bit xwd
files, the image is very dark green (almost black).

Both problems are caused by hard-coding the channel order and offsets, rather
than using the colour masks in the xwd header.

xv reads the input into a 24-bit internal image, which is then displayed.  The
lack of brightness in the 16-bit display is because the colour values are copied
into the low-order bits of the internal pixmap rather than the high order bits.
The green hue is because the green channel has 6 bits, whereas red and blue only
have 5 bits, making the green twice as (relatively) bright.

The new patch solves that problem.

PR:		96971
Submitted by:	Peter Jeremy <peterjeremy@optushome.com.au>
Approved by:	Miguel Mendez <mmendez@gmail.com> (maintainer)
2006-07-14 15:31:50 +00:00
Joseph Koshy
f81c636ad5 Upgrade to v350.
Major changes include:
 - A new JIT compiler for mzscheme.
 - The installed port uses a hier(7)-compatible directory
   structure under ${PREFIX}.
 - ProfessorJ includes a unit-testing mechanism.
 - The default exception handler in mzscheme now shows
   stack-trace information.

The port now offers a new option 'MMM' that builds DrScheme with
the experimental 3M garbage collector.
2006-07-14 15:29:32 +00:00
Michael Johnson
2e79e6533b - Update to 1.8.0.4 2006-07-14 15:28:29 +00:00
Cheng-Lung Sung
af196b5e40 Add p5-IO-Toolkit 1.008, IO::Toolkit - Perl extension to create
logfiles.

PR:		ports/100132
Submitted by:	Yuan-Chung Hsiao <ychsiao at ychsiao.org>
2006-07-14 15:26:25 +00:00
Cheng-Lung Sung
9ecad3676f - Update to 1.0.1
PR:		ports/99998
Submitted by:	clsung
Approved by:	maintainer (Janos Mohacsi)
2006-07-14 15:14:30 +00:00
Cheng-Lung Sung
98176a57bf - Update to 2.0.4
PR:		ports/99996
Submitted by:	clsung
Approved by:	maintainer (Janos Mohacsi)
2006-07-14 15:13:16 +00:00
Cheng-Lung Sung
c33cdb3c56 - Update to 0.36
PR:		ports/99994
Submitted by:	clsung
Approved by:	maintainer (Janos Mohacsi)
2006-07-14 15:11:57 +00:00
Andrey Slusar
468ef20f11 boxquote provides a set of functions for using a text quoting style that
partially boxes in the left hand side of an area of text, such a marking
style might be used to show externally included text or example code.

,----
| The default style looks like this.
`----

A number of functions are provided for quoting a region, a buffer, a
paragraph and a defun. There are also functions for quoting text while
pulling it in, either by inserting the contents of another file or by
yanking text into the current buffer.

WWW: http://www.davep.org/emacs/#boxquote.el
2006-07-14 12:58:28 +00:00
Peter Pentchev
cf72e85dff Create the qmail control/locals file if it does not exist.
Silence a couple of portlint warnings.

PR:		99914
Submitted by:	garga
2006-07-14 12:13:50 +00:00
Tilman Keskinoz
7182775ca4 Update to 1.0.4
PR:		100189
Submitted by:	Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>

Drop maintainership
2006-07-14 12:08:36 +00:00
Peter Pentchev
1fe1a6db76 USE_DOS2UNIX for the s5-blank template and other files. To make this work
with the somewhat weird s5-blank.zip rebuild process, move the "build"
actions to post-extract, as per the PR.

PR:		96306
Submitted by:	delphij
2006-07-14 11:54:50 +00:00
Roman Bogorodskiy
95bfaae04c Update to 0.9.6.
PR:		100281
Submitted by:	Alexander Novitsky (maintainer)
2006-07-14 11:37:10 +00:00
Peter Pentchev
463d372a03 A forced commit to note that the update to 0.04 was also submitted in:
PR:		99135
Submitted by:	aaron
2006-07-14 11:29:48 +00:00
Peter Pentchev
e46fda3484 Update to File-Append-TempFile 0.04. 2006-07-14 11:28:27 +00:00
Peter Pentchev
332f6bac11 Update to Net-Akismet 0.02, which basically incorporates our port patches
and also fixes a couple of minor build issues.
2006-07-14 11:13:58 +00:00
Renato Botelho
0c855f3a69 Add "zope -- information disclosure vulnerability" entry
Reviewed by:	simon
2006-07-14 11:03:58 +00:00
Simon L. B. Nielsen
e5cbabe759 For latest drupal entry:
- Unbreak vuln.xml format by adding content to the references section.
 - Remove vulnerabilities already documented in
   40a0185f-ec32-11da-be02-000c6ec775d9.
2006-07-14 10:57:17 +00:00
Mathieu Arnold
8496f97a7c Update to 0.09 2006-07-14 10:52:58 +00:00
Lars Thegler
9b60b5bc2d Update to 1.43. Now requires perl from ports.
PR:		ports/100270
Submitted by:	Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
2006-07-14 10:47:04 +00:00
Cheng-Lung Sung
76e77ab9e7 - pointyhat fixing
PR:		ports/100284
Submitted by:	maintainer
2006-07-14 09:26:12 +00:00
Cheng-Lung Sung
f9d4046dd6 - pointyhat fixing
PR:		ports/100283
Submitted by:	maintainer
2006-07-14 09:24:11 +00:00
Cheng-Lung Sung
c9785e97bd - pointyhat fixing
PR:		ports/100282
Submitted by:	maintainer
2006-07-14 09:23:52 +00:00
Lars Thegler
2a30d3306b Update to 1.85. Now requires perl from ports.
PR:		ports/100266
Submitted by:	Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
2006-07-14 09:10:09 +00:00
Ion-Mihai Tetcu
b2b5fc6c94 Update to 0.4
PR:		ports/100273
Submitted by:	maintainer
2006-07-14 08:09:19 +00:00
Vasil Dimov
560ee79f1c Remove expired leaf ports:
2006-07-14 sysutils/ledit
2006-07-14 x11/settitle
2006-07-14 07:57:53 +00:00
Peter Pentchev
0a99a9bb69 Note that dns/ares and dns/c-ares are in conflict. 2006-07-14 07:41:48 +00:00
Cheng-Lung Sung
0987c64ceb - - Update to 1.11
PR:		ports/100275
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
Approved by:	maintainer (dsh_AT_vlink dot ru)
2006-07-14 07:37:22 +00:00
Lars Balker Rasmussen
6ad7b92715 Fixed "typo".
Submitted by:	jatan on #catalyst
2006-07-14 07:27:01 +00:00
Cheng-Lung Sung
48a68e3140 - Update port to version 1.7.1
- The new MediaWiki branch doesn't support PHP 4 and MySQL 3.23 anymore.
- Please read
  http://www.mediawiki.org/wiki/Manual:Upgrading_to_1.7
  carefully before updating the port.

PR:		ports/99962
Submitted by:	maintainer (Gerrit Beine)
2006-07-14 07:22:13 +00:00
Cheng-Lung Sung
f0db3d245f - add note of mediawiki16 2006-07-14 07:16:25 +00:00
Cheng-Lung Sung
6b6db1537d - Update to version 1.6.8 and move to www/mediawiki16.
PR:		ports/99961
Submitted by:	maintainer (Gerrit Beine)
2006-07-14 07:14:01 +00:00
Peter Pentchev
b8763595ef Add an explicit knob for c-ares support now that we have Daniel's version
of the ares library in the ports tree.  The knob defaults to "off" since
it conflicts with curl's IPv6 support - which is now also configurable via
its own knob.
PORTREVISION not bumped since there is no change in the default package
build - if enough people consider asynchronous DNS resolving to be good,
it could become the default, but for the present it is not.
2006-07-14 07:11:59 +00:00
Alex Dupre
51d271f40f Update to 3.2.3 release:
- OPTIONSify (respect CFLAGS / OPTIMIZED_CFLAGS)
- Add support for PKCS#11 tokens
- Grap maintainership
2006-07-14 07:06:17 +00:00
Gerald Pfeifer
cc3ebf0328 Update to the 20060713 snapshot of GCC 4.0.4. 2006-07-14 07:02:39 +00:00