Commit graph

11658 commits

Author SHA1 Message Date
Koop Mast
6966f2b88e Fix libxml2 heap buffer overflow vulnability.
PR:		ports/164270
Submitted by:	kj <b4039413@nwldx.com>
Security:	57f1a624-6197-11e1-b98c-bcaec565249c
2012-02-27 23:12:03 +00:00
Greg Larkin
b48da6b6c5 - Reassign to the heap
Requested by:	roam (on ports-developers@)
2012-02-27 20:32:31 +00:00
Steve Wills
fff6a87cc3 - Add missing BUILD_DEPENDS and RUN_DEPENDS
PR:		ports/165453
Approved by:	Olivier Girard <Olivier.Girard@univ-angers.fr> (maintainer)
2012-02-27 14:34:41 +00:00
Steve Wills
ef6e9d1412 - Add (more) TEST_DEPENDS to enable testing (on older perl)
Approved by:	portmgr (blanket)
2012-02-26 18:36:27 +00:00
Steve Wills
5027a09a88 - Add TEST_DEPENDS to enable testing
Approved by:	portmgr (blanket)
2012-02-26 18:31:41 +00:00
Sunpoet Po-Chuan Hsieh
1ac8aec33d - Take maintainership
Approved by:	roam (maintainer, implicit)
2012-02-25 16:51:35 +00:00
Sunpoet Po-Chuan Hsieh
ee31bb6b73 - Fix PLIST: %%SITE_PERL%%/Lingua is also used by other p5-Lingua-* ports 2012-02-25 16:47:03 +00:00
Eitan Adler
92cddd7da7 Take maintainership
Approved by:	maintainer (implicit)
2012-02-25 14:42:06 +00:00
Steve Wills
aa3712cf61 Generate random Latin looking text
WWW:	http://search.cpan.org/dist/Text-Lorem/
2012-02-23 22:05:58 +00:00
Baptiste Daroussin
5bcb2e2d1b - update to 0.0.15 2012-02-23 21:15:36 +00:00
Hajimu UMEMOTO
927f7b22d2 Update to 0.3.1. 2012-02-23 08:12:17 +00:00
Sunpoet Po-Chuan Hsieh
358c8adf6d - Update to 0.27.1
Changes:	http://search.cpan.org/dist/Sphinx-Search/Changes
2012-02-22 17:55:35 +00:00
Baptiste Daroussin
d432bec412 Fix extraction on 9 and 10 which contains unzip in base, cleanly use USE_ZIP to handle unzip
PR:		ports/164416
Submitted by:	bapt (myself)
Approved by:	maintainer timeout (> 3 weeks)
2012-02-22 16:48:34 +00:00
Ashish SHUKLA
709e7e7325 - Chase Emacs updates
PR:		ports/165082
2012-02-22 13:31:32 +00:00
Sunpoet Po-Chuan Hsieh
a15dab89de - Update to 1.006001
- Add TEST_DEPENDS

Changes:	http://search.cpan.org/dist/JavaScript-Packer/Changes
2012-02-21 04:47:05 +00:00
Sunpoet Po-Chuan Hsieh
b017237487 - Update to 1.004001
- Add BUILD_DEPENDS and TEST_DEPENDS

Changes:	http://search.cpan.org/dist/HTML-Packer/Changes
2012-02-20 10:25:12 +00:00
Wen Heping
cfa812969f - Update to 0.6.2 2012-02-20 07:31:56 +00:00
Jason Helfman
75d93f9a1c - Update to 1.224
- Update SGML tag list
 - Allow custom specification of line length (-L)
 - Performance improvements in various areas
 - Add various commonly misspelled words
 - Add the igor(1) manual page
 - Allow custom specification of line ranges to check (-C)
- while here... drop bsd.port.pre.mk uncessary inclusion in favor of bpm

PR:	ports/165286
Submitted by:	gjb
2012-02-20 05:44:39 +00:00
Sunpoet Po-Chuan Hsieh
db8d715d75 - Update to 2012.02.20 2012-02-20 04:42:31 +00:00
Sunpoet Po-Chuan Hsieh
8fc3a6f56b - Update to 2012.02.19 2012-02-20 04:42:19 +00:00
Sunpoet Po-Chuan Hsieh
b9d870994e - Update to 1.002001
- Add BUILD_DEPENDS and TEST_DEPENDS

Changes:	http://search.cpan.org/dist/CSS-Packer/Changes
2012-02-19 10:50:38 +00:00
Dirk Meyer
08dcb35cc0 - fix build with gcc46 2012-02-19 10:31:02 +00:00
Martin Matuska
ad10a8c8f6 Replace detection of deprecated pcre_info() by pcre_fullinfo().
This has already been fixed in trunk and will be included in next release.

Reported by:	pointyhat (pav)
2012-02-18 21:21:35 +00:00
Gabor Pali
325f949e00 Provides support for parsing and emitting Yaml documents.
This package includes the full libyaml C library version 0.1.2 by Kirill
Simonov in the package so you don't need to worry about any non-Haskell
dependencies.

WWW:	http://github.com/snoyberg/yaml/

Obtained from:	FreeBSD Haskell
2012-02-18 16:56:16 +00:00
Gabor Pali
7ebd2904f2 This package provides parsing and rendering functions for XML. It is
based on the datatypes found in the xml-types package.  This package is
broken up into the following modules:

 * Text.XML: DOM-based parsing and rendering.  This is the most commonly
   used module.

 * Text.XML.Cursor: A wrapper around Text.XML which allows bidirectional
   traversing of the DOM, similar to XPath.

 * Text.XML.Unresolved: A slight modification to Text.XML which does not
   require all entities to be resolved at parsing.  The datatypes are
   slightly more complicated here, and therefore this module is only
   recommended when you need to deal directly with raw entities.

 * Text.XML.Stream.Parse: Streaming parser, including some streaming
   parser combinators.

 * Text.XML.Stream.Render: Streaming renderer.

WWW:	http://github.com/snoyberg/xml

Obtained from:	FreeBSD Haskell
2012-02-18 16:36:34 +00:00
Gabor Pali
408b2300ea The xml-types package.
WWW:	http://hackage.haskell.org/package/xml-type

Obtained from:	FreeBSD Haskell
2012-02-18 16:30:09 +00:00
Matthew Seaman
7dd10aacc8 Don't specify ABI versions in LIB_DEPENDS where it isn't necessary.
Approved by:  shaun (mentor)
2012-02-18 14:57:40 +00:00
Gabor Pali
f2526f6fb0 A port of the Java library by Terrence Parr.
WWW:	http://hackage.haskell.org/package/HStringTemplate

Obtained from:	FreeBSD Haskell
2012-02-18 03:08:15 +00:00
Sunpoet Po-Chuan Hsieh
2e29a99aca - Update to 0.1001
Changes:	http://search.cpan.org/dist/Text-NeatTemplate/Changes
Approved by:	clsung (maintainer, via IRC)
2012-02-17 18:17:49 +00:00
Gabor Pali
5385c4aaa3 - Fix license
Obtained from:	FreeBSD Haskell
2012-02-16 18:54:16 +00:00
Ashish SHUKLA
97ddb4e13d - Bump PORTREVISION to chase the update of multimedia/libvpx 2012-02-16 15:57:34 +00:00
Matthias Andree
2f7bcbb362 New port textproc/wiggle
Apply rejected patches and perform word-wise diffs.

The main function of wiggle is to apply a patch to a file in a similar
manner to the patch(1) program.

The distinctive difference of wiggle is that it will attempt to apply a
patch even if the before part of the patch doesn't match the target
file perfectly. This is achieved by breaking the file and patch into
words and finding the best alignment of words in the file with words in
the patch. Once this alignment has been found, any differences (word-
wise) in the patch are applied to the file as best as possible.
2012-02-15 23:31:09 +00:00
Matthias Andree
0cee5591d4 The main function of wiggle is to apply a patch to a file in a similar
manner to the patch(1) program.

The distinctive difference of wiggle is that it will attempt to apply a
patch even if the before part of the patch doesn't match the target
file perfectly. This is achieved by breaking the file and patch into
words and finding the best alignment of words in the file with words in
the patch. Once this alignment has been found, any differences (word-
wise) in the patch are applied to the file as best as possible.
2012-02-15 23:29:56 +00:00
Boris Samorodov
8be01412f4 Remove unused variable USE_QT4.
E-mailed by:	eadler@
Found by:	Alex Kozlov
Tested at:	Redports
2012-02-15 16:37:37 +00:00
Steve Wills
3a2667fb3f - Update to 0.46
- Remove SITE_PERL from DEPENDS
- Move test only dependency to TEST_DEPENDS
2012-02-15 14:29:24 +00:00
MANTANI Nobutaka
e7a91a1e99 Update to 1.7.3. 2012-02-15 14:09:48 +00:00
Michael Scheidell
f79e947068 - Fix missing \n in SIZE line for distinfo
PR:		ports/157174
Submitted by:	Alex kozlov <spam@rm-rf.kiev.ua>
Approved by:	maintainer (implicit), gabor (mentor, implicit)
2012-02-15 12:22:27 +00:00
Sunpoet Po-Chuan Hsieh
1ce66ebca4 - Update to 1.55
- Update MASTER_SITES and WWW: change URL to match the official site

Changes:	http://invisible-island.net/diffstat/CHANGES
Approved by:	clsung (maintainer, via IRC)
2012-02-15 06:46:18 +00:00
Sunpoet Po-Chuan Hsieh
c3ff65a5db - Update to 0.10
Changes:	http://search.cpan.org/dist/Text-NeatTemplate/Changes
Approved by:	clsung (maintainer, via IRC)
2012-02-15 06:25:14 +00:00
Steve Wills
0111da1d24 - Add TEST_DEPENDS to enable testing
PR:		ports/164747
Submitted by:	swills (myself)
Approved by:	portmgr (blanket)
2012-02-15 02:30:11 +00:00
Koop Mast
aac2aa6a40 Update to 1.1.2. 2012-02-14 14:38:48 +00:00
Martin Matuska
dbbf004162 Bump pcre library dependency due to 8.30 update 2012-02-14 12:45:35 +00:00
Josh Paetzel
0573c8a569 Update libyaml to generate the correct pkg-config
PR:	ports/165091
Submitted by:	David Demelier <demelier.david@gmail.com>
2012-02-13 15:10:10 +00:00
Michael Scheidell
f72361b461 - Respect NOPORTDOCS
- No PORTREVISION bump because the port has been broken with NOPORTDOCS set

PR:		ports/164945
Submitted by:	scheidell (me)
Approved by:	skv (maintainer, via private mail), gabor (mentor)
2012-02-13 14:24:14 +00:00
Wen Heping
2bff1d7273 - Unbreak on FreeBSD-9 and above
PR:		ports/164928
Submitted by:	Denis Generalov <gd@rambler-co.ru>
2012-02-13 07:05:35 +00:00
Gabor Pali
61691c8918 - Remove textproc/hs-attoparsec-text: The package has been deprecated. Now
the attoparsec includes all functionality from this library.

Obtained from:	FreeBSD Haskell
2012-02-13 06:13:00 +00:00
Gabor Pali
cc893de51f - Update to 1.3.12
Obtained from:	FreeBSD Haskell
2012-02-13 05:44:24 +00:00
Gabor Pali
3c2f7c1724 - Update to 3000.2.0.4
Obtained from:	FreeBSD Haskell
2012-02-13 05:43:30 +00:00
Gabor Pali
f9964898f4 - Update to 0.5.0.4
Obtained from:	FreeBSD Haskell
2012-02-13 05:40:50 +00:00
Gabor Pali
1630a3eba4 - Update to 0.12.6
Obtained from:	FreeBSD Haskell
2012-02-13 05:39:56 +00:00