Commit graph

12789 commits

Author SHA1 Message Date
Jason Helfman
070749ff9d - update to 3.6.1
- unbreak, and follow lucene update in r301365

Submitted by:	jgh@
Approved by:	maintainer, clsung@ (implicit)
2013-01-24 21:10:27 +00:00
Matthias Andree
a18b3dc30f Fix OptionsNG descriptions to be named ${OPT}_DESC rather than ${OPT}_DESCR.
Submitted by:	danfe
2013-01-24 18:10:25 +00:00
Jason Helfman
0bb6d78353 - revert as this will cause openoffice-3-devel breakage
Reported by:	pfg@
2013-01-24 06:54:35 +00:00
Adam Weinberger
a4edc02391 Update to 3.7.1. 2013-01-24 04:10:54 +00:00
Jason Helfman
9be05b0c60 - update to 4.1.0
Reported by: portscout@
2013-01-24 00:49:40 +00:00
Steve Wills
fd205b5f11 - Update to 3.2.6 2013-01-23 16:40:27 +00:00
Max Brazhnikov
81c27c891a Bump PORTREVISION after DESKTOP_ENTRIES update 2013-01-23 15:00:18 +00:00
Yen-Ming Lee
5a0fd96594 - update to 0.09 2013-01-23 14:19:23 +00:00
Baptiste Daroussin
b7d57b373b jshon parses, reads and creates JSON. It is designed to be as usable as possible
from within the shell and replaces fragile adhoc parsers made from grep/sed/awk
as well as heavyweight one-line parsers made from perl/python.

WWW: http://kmkeen.com/jshon/
2013-01-23 13:53:45 +00:00
Philippe Audeoud
6e7e62445d - Bump PORTREVISION because of libsoldout updated to 1.3 2013-01-23 13:25:34 +00:00
Philippe Audeoud
82cec85569 - Update to 1.3
PR:		ports/175374
Submitted by:	Natacha Porte <natacha@instinctive.eu> (maintainer)
2013-01-23 13:22:23 +00:00
Eitan Adler
7c228fad5d Update textproc/igor to version 1.355.
PR:		ports/175481
Submitted by:	wblock (maintainer)
2013-01-23 02:58:42 +00:00
Ruslan Makhmatkhanov
66c2fd2c78 - remove WITH_GUI check because we haven't wxPython 2.4 in ports anymore and
because it doesn't work correctly with more fresher versions (runtime tested)
- trim Makefile header
- remove indefinite article from COMMENT
- limit python version to 2.x (print/except)
- convert to optionsng (NOPORTDOCS case)
- cleanup pkg-descr

This is good candidate for removal since this package isn't updated anymore and
we have native csv parser/writer in every python version available from ports.
2013-01-22 20:42:11 +00:00
Anton Berezin
3ac482c65e Update to 2.020.
Changes:	http://search.cpan.org/dist/PDF-API2/Changes
2013-01-22 09:19:07 +00:00
Steve Wills
41172c28f5 - Update to 1.4
- Update maintainer email address

PR:		ports/174772
Submitted by:	Robert Gogolok <gogo@cs.uni-sb.de> (maintainer)
2013-01-22 02:23:58 +00:00
Steve Wills
061eac8187 - Update to 0.25.0
- Assign maintainership to submitter
- Unify patch nameing
- Add LICENSE and USE_GCC knob

PR:		ports/175345
Submitted by:	Po-Chien Lin <linpc@cs.nctu.edu.tw>
2013-01-20 22:53:41 +00:00
Ashish SHUKLA
9814a0a341 - Update to 0.029 2013-01-20 17:20:09 +00:00
Steve Wills
110a13e578 - Update to 0.00006
- Give maintainership to submitter
- Add LICENSE

PR:		ports/175346
Submitted by:	Po-Chien Lin <linpc@cs.nctu.edu.tw>
2013-01-20 16:15:19 +00:00
Jun Kuriyama
4da07fefc4 Text::Xslate::Bridge::TT2Like exports Template-Toolkit variable
methods into Text::Xslate namespace, such that you can use them on
your variables.

The only difference between this module and Text::Xslate::Bridge::TT2
is that Bridge::TT2 uses Template::Toolkit underneath, while this
module is independent of Template::Toolkit and therefore does not
require TT to be installed.

WWW: http://search.cpan.org/dist/Text-Xslate-Bridge-TT2Like/
2013-01-20 06:33:43 +00:00
Jun Kuriyama
bbd172b869 Generic interface for Perl5 template engines.
WWW: http://search.cpan.org/dist/Tiffany/
2013-01-19 13:47:39 +00:00
Jun Kuriyama
21032f0300 Text::ClearSilver is a Perl binding to the ClearSilver template
engine.

WWW: http://search.cpan.org/dist/Text-ClearSilver/
2013-01-19 13:03:20 +00:00
Jun Kuriyama
f8851c8f12 - Upgrade to 0.04. 2013-01-19 10:20:17 +00:00
Steve Wills
6c6e4a1f20 - Update to 0.18
- Change MASTER_SITE_SUBDIR to SZABGAB
- Add LICENSE
- Give maintainership to submitter

PR:		ports/175355
Submitted by:	Po-Chien Lin <linpc@cs.nctu.edu.tw>
2013-01-19 04:11:06 +00:00
Jun Kuriyama
ee5e8ec970 Text::MicroTemplate::Extended is an extended template engine based on
Text::MicroTemplate::File.

WWW: http://search.cpan.org/dist/Text-MicroTemplate-Extended/
2013-01-19 02:33:54 +00:00
Jun Kuriyama
ceb37413c0 Text::MicroMason interpolates blocks of Perl code embedded into text
strings.

Each MicroMason object acts as a "template compiler," which converts
templates from text-with-embedded-code formats into ready-to-execute
Perl subroutines.

WWW: http://search.cpan.org/dist/Text-MicroMason/
2013-01-19 02:28:36 +00:00
Jun Kuriyama
072cb62b7b Template::Semantic is a template engine for XHTML/XML based on
XML::LibXML that doesn't use any template syntax.  This module takes
pure XHTML/XML as a template, and uses XPath or CSS selectors to
assign values.

WWW: http://search.cpan.org/dist/Template-Semantic/
2013-01-19 01:54:28 +00:00
Jun Kuriyama
8f6552462b This class is a factory for text pipes. A pipe has a filter() method
through which input can pass.  The input can be a string or a
reference to an array of strings.  Pipes can be stacked together using
Text::Pipe::Stackable.

WWW: http://search.cpan.org/dist/Text-Pipe/
2013-01-18 13:48:30 +00:00
Jason Helfman
f41a258347 - adopt optionsNG, define LICENSE, trim historical header
- update pkg-descr

PR:		175197
Submitted by:	maintainer, yasu@utahime.org
2013-01-15 21:45:33 +00:00
Emanuel Haupt
c4c14fd156 - Use DOC instead of NOPORTDOCS
- Pacify portlint
- Convert header
2013-01-15 13:40:28 +00:00
Jun Kuriyama
cce2aa21fd - Upgrade to 0.19. 2013-01-14 22:47:33 +00:00
Jun Kuriyama
f4450c6b0c - Upgrade to 0.97. 2013-01-14 22:44:33 +00:00
Jun Kuriyama
a5ff017feb - Upgrade to 1.0. 2013-01-14 22:41:54 +00:00
Marcus von Appen
ceb8fb0e53 - Update to 1.7.2
- Trim Makefile headers
- Add LICENSE

PR:		ports/175021
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-01-14 16:00:35 +00:00
Jun Kuriyama
6b44e8beef - Upgrade to 0.95. 2013-01-14 14:52:46 +00:00
Pietro Cerutti
96b873651e - Update to 2.01
See the thread at the following URL for details:
  https://sympa.inria.fr/sympa/arc/hevea/2013-01/msg00001.html
2013-01-14 08:45:25 +00:00
Wen Heping
386fcbc374 - Update to 0.7.3
- Trim Makefile headers
2013-01-13 10:16:30 +00:00
Jun Kuriyama
06bd170d0f - Upgrade to 0.18. 2013-01-13 03:01:07 +00:00
Jun Kuriyama
8e3cd64679 This module will tell you if a number, either in words or as digits,
is a cardinal or ordinal number.

This is useful if you e.g. want to distinguish these types of numbers
found with Lingua::EN::FindNumber and take different actions.

WWW: http://search.cpan.org/dist/Lingua-EN-Number-IsOrdinal/
2013-01-13 02:15:36 +00:00
Jun Kuriyama
e55bb17f86 - Try to fix build on NFS without lockd (patch provided by Martin
Tournoij <martin@arp242.net> at ports/155991).
- Add pre-build check for locking to tell people why build fails.

PR:		ports/155991, ports/164600
Submitted by:	"Dmitry S. Luhtionov" <mitya@cabletv.dp.ua>
2013-01-12 03:06:37 +00:00
Martin Matuska
3fbd06d67b Update Horde Groupware to 5.0.3:
security/pear-Horde_Share 2.0.2
textproc/pear-Horde_SpellChecker 2.1.0
comms/pear-Horde_SyncMl 2.0.2
textproc/pear-Horde_Text_Filter 2.0.4
devel/pear-Horde_Token 2.0.2
sysutils/pear-Horde_Vfs 2.0.4
ftp/horde-gollem 3.0.0RC2
www/horde-base 5.0.3
mail/horde-imp 6.0.3
mail/horde-ingo 3.0.2
deskutils/horde-groupware 5.0.3
deskutils/horde-kronolith 4.0.3
deskutils/horde-mnemo 4.0.2
deskutils/horde-nag 4.0.2
devel/horde-timeobjects 2.0.2
www/horde-trean 1.0.0RC1
mail/horde-turba 4.0.2
mail/horde-webmail 5.0.3
2013-01-10 17:39:16 +00:00
Martin Matuska
279369dc0b Horde maintenance update to following new versions:
devel/pear-Horde_Alarm 2.0.3
devel/pear-Horde_Argv 2.0.3
security/pear-Horde_Auth 2.0.2
www/pear-Horde_Browser 2.0.3
devel/pear-Horde_Cli 2.0.2
archivers/pear-Horde_Compress 2.0.2
devel/pear-Horde_Core 2.1.5
security/pear-Horde_Crypt 2.1.1
security/pear-Horde_Crypt_Blowfish 1.0.2
devel/pear-Horde_Data 2.0.2
devel/pear-Horde_Date 2.0.2
devel/pear-Horde_Exception 2.0.2
www/pear-Horde_Form 2.0.2
devel/pear-Horde_Icalendar 2.0.2
graphics/pear-Horde_Image 2.0.2
devel/pear-Horde_Itip 2.0.2
textproc/pear-Horde_Kolab_Format 2.0.2
devel/pear-Horde_LoginTasks 2.0.2
mail/pear-Horde_Mime_Viewer 2.0.2
devel/pear-Horde_Nls 2.0.2
textproc/pear-Horde_Pdf 2.0.2
security/pear-Horde_Perms 2.0.2
devel/pear-Horde_Prefs 2.1.0
www/pear-Horde_Routes 2.0.2
devel/pear-Horde_Util 2.0.3
2013-01-10 10:34:08 +00:00
Thomas Abthorpe
b2d4b657d1 - Change MAINTAINER address
- Trim headers while I am here
- Clean up some trailing whitespace
2013-01-09 19:50:06 +00:00
Anton Berezin
83a007edd6 Update to 0.66.
Changes:	http://search.cpan.org/dist/Text-BibTeX/CHANGES
2013-01-09 12:48:01 +00:00
Steve Wills
039ae3caa9 - Update rubygem-rails to 3.2.11
- Update ports require by rubygem-rails
- Add vuxml entry for rails security issues

Security:	ca5d3272-59e3-11e2-853b-00262d5ed8ee
Security:	b4051b52-58fa-11e2-853b-00262d5ed8ee
2013-01-09 03:53:15 +00:00
Renato Botelho
9eca6aeb82 Update to 0.44 2013-01-09 00:18:54 +00:00
Chris Rees
054cd49885 Remove PKGNAMEPREFIX from textproc/py-ack
Submitted by:	Sebastian Santoro (original idea)
Reviewed by:	perl
2013-01-07 17:28:31 +00:00
Max Brazhnikov
5dd37213f5 - Update DESKTOP_ENTRIES:
* rephrase Comment field or use port ${COMMENT} if appropriate
  * adjust Icon field according to the Desktop Entry Specification
  * update Categories field: remove deprecated category Application;
    set main category, if missing
- Remove indefinite article and/or rephrase COMMENT
- Trim Makefile header
- Other minor changes
2013-01-07 02:07:26 +00:00
Baptiste Daroussin
71e5bb2abe Convert jlaffayes's ports to new options framework
Approved by:	jlaffaye
2013-01-06 21:33:21 +00:00
Baptiste Daroussin
ee3b71ca87 2013-01-04 ports-mgmt/portmanager: Does not support modern ports features such as MOVED, is lacking upstream and active contributions, and does not support pkgng. Consider using ports-mgmt/portmaster, ports-mgmt/portupgrade or pkgng.
2013-01-04 net-im/openfetion: Abandoned upstream
2013-01-04 textproc/libpathan: Does not build and upstream has discontinued the project and advises that it has been replaced by textproc/xqilla
2013-01-01 java/sun-wtk: no more public distfiles, merged with Java ME SDK 3.0 upstream
2013-01-06 15:14:50 +00:00
Matthias Andree
8e81c7892d Convert to Options NG 2013-01-06 13:01:45 +00:00
Anton Berezin
37987d1d12 Update to 0.51.
Changes: http://search.cpan.org/dist/XML-Feed/Changes
(does not seem to be updated for this release, though).
2013-01-05 16:25:17 +00:00
Brendan Fabeny
2a56971eac update lang/sbcl to 1.1.3 and adjust dependent ports 2013-01-05 14:13:46 +00:00
Glen Barber
4f1b8839e3 Updates to textproc/docproj* ports:
o textproc/docproj-jadetex:
   - Remove port; functionality is moved to
     textproc/docproj

 o textproc/docproj-nojadetex:
   - Remove extraneous MAINTAINER line
   - Trim headers

 o textproc/docproj:
   - Trim headers
   - Convert to new options framework
   - Default to WITH_JADETEX=yes
   - Make devel/subversion dependency optional while
     noting it is required for source checkout; this
     allows us to skip svn and dependencies for release
     builds
   - Bump PORTREVISION

 o Add UPDATING entry explaining who needs to update
   port origins

 o Add MOVED entry for textproc/docproj-jadetex
2013-01-05 00:41:31 +00:00
Pawel Pekala
005212edb7 Fix build with clang
PR:		ports/174491
Submitted by:	myself
Approved by:	maintainer timeout (2 weeks)
2013-01-04 20:01:44 +00:00
Brendan Fabeny
3f2ca9c1d8 update the R base ports to 2.15.2 and adjust dependent ports
Reviewed by:	thierry, tota, wen
2013-01-04 17:51:39 +00:00
Anton Berezin
d83b8e6b34 Update to 2.5.0.
Changes:	http://search.cpan.org/dist/podlators/ChangeLog
2013-01-04 08:49:47 +00:00
Glen Barber
3d6e1ac702 Revert previous commit. The more correct solution to this port
is to convert to the new options framework.

Submitted by:	doceng (hrs)
Approved by:	doceng (implicit), eadler (mentor, implicit)
2013-01-04 00:42:03 +00:00
Glen Barber
2dc4e9b7d9 Unset WITH_JADETEX if not otherwise specified.
PR:		ports/174952
Submitted by:	markj
Approved by:	doceng (implicit), eadler (mentor)
2013-01-03 23:04:00 +00:00
Frederic Culot
1f76e31a6a - Update to 1.9
- Add LICENSE (Artistic 1 & GPL 1)
- Take maintainership

Changes:	http://search.cpan.org/dist/Parse-PhoneNumber/Changes
2013-01-03 15:50:52 +00:00
Chris Rees
b846536b3e Register mutual conflict
PR:		ports/174943
PR:		ports/174941
Submitted by:	Sebastien Santoro <dereckson@gmail.com>
2013-01-03 14:38:15 +00:00
Ruslan Makhmatkhanov
56a15bbbdc Symfony2 Yaml Component
WWW: http://pear.symfony.com/Yaml

PR:		172770
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
2013-01-02 18:10:02 +00:00
Hiroki Sato
02c02c60da - Update to 1.4.2.
- Add LICENSE and LICENSE_FILE.
2013-01-01 22:56:39 +00:00
Jeremy Messenger
647b339968 Remove the created by me and update those header at the same time. I never
care about those header, so you even can claim that those were created by
you instead of me.
2012-12-31 17:03:21 +00:00
Raphael Kubo da Costa
1adc67d63d - Update to 1.0.16.
- Trim Makefile header.
- Remove library versions from LIB_DEPENDS.
- Do not create lib/redland while the MYSQL, PGSQL, SQLITE and
  VIRTUOSO options are unconditionally disabled.

With hat: kde@
2012-12-30 16:28:08 +00:00
Anton Berezin
7cf6c57bfa Update to 1.12.
Changes:	http://search.cpan.org/dist/CQL-Parser/Changes
2012-12-30 14:12:19 +00:00
Anton Berezin
c6ea1ed756 Update to 1.33.
Changes:	http://search.cpan.org/dist/Unicode-EastAsianWidth/Changes
2012-12-30 14:06:19 +00:00
Beat Gaetzi
8558ca7184 - Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8
was released in 2007 and KDE 3.5.10 in 2008 and both are no longer
  maintained upstream nor in our tree.
- Set EXPIRATION_DATE to 2013-07-01

Discussed with:	bapt, tabthorpe
2012-12-30 12:03:51 +00:00
Matthew Seaman
f2003b5ee6 Add some missing content to the package:
-install indextool
-install man pages

Submitted by:	David@ibendit.com
2012-12-30 10:14:51 +00:00
Wen Heping
aa2705d637 - Update to 0.92
Changes: http://cpansearch.perl.org/src/MARKOV/XML-LibXML-Simple-0.92/ChangeLog

While here:
- Trim Makefile headers

PR:		174630
Submitted by:	TERAMOTO Masahiro <markun@onohara.to> (maintainer)
2012-12-29 06:42:35 +00:00
Thomas Abthorpe
a2a49934f8 - Reassign to the heap at maintainer's request
Approved by:	portmgr
2012-12-29 04:36:59 +00:00
Jeremy Messenger
f0c6ef71bb - Update to 1.1.28. [1]
- Add LICENSE. [1]
- Convert to OPTIONSng. [2]
- Update the header. [2]

PR:		ports/174643 [1]
Submitted by:	Pedro Giffuni <giffunip@tutopia.com> [1]
		kwm@ [2]
2012-12-28 21:10:04 +00:00
Pawel Pekala
8406c709cc - Update to version 1.12
- tab -> space WWW: line in pkg-descr
2012-12-27 19:37:02 +00:00
Anton Berezin
f069b5e5fc Update to 2012.0818.
Changes: http://search.cpan.org/dist/Text-Tabs+Wrap/CHANGELOG
2012-12-27 15:45:27 +00:00
Raphael Kubo da Costa
09eef651be - Update to 1.0.0e. [1]
- Trim Makefile header.

PR:		ports/174640 [1]
Submitted by:	lbartoletti <coder@tuxfamily.org> (maintainer)
2012-12-26 19:28:21 +00:00
Anton Berezin
26cd823b03 Update to 0.12.
Changes: http://search.cpan.org/dist/Data-Phrasebook-Loader-YAML/Changes
2012-12-26 13:27:42 +00:00
Anton Berezin
c55a4c5ca8 Update to 0.05.
Changes:	http://search.cpan.org/dist/HTML-RewriteAttributes/Changes
2012-12-26 13:25:31 +00:00
Anton Berezin
2fddd0ffa4 Update to 0.46.
Changes:	http://search.cpan.org/dist/Template-Declare/Changes
2012-12-26 12:58:37 +00:00
Olivier Duchateau
04c16f2213 - Update to 0.10
- Convert Makefile headers to new style

PR:		ports/174683
Submitted by:	Po-Chien Lin <linpc_AT_cs.nctu.edu.tw>
Approved by:	rene, miwi (mentors, implicit)
2012-12-26 09:13:23 +00:00
Sunpoet Po-Chuan Hsieh
341fdf6479 - Update to 0.64
Changes:	http://search.cpan.org/dist/Excel-Writer-XLSX/Changes
2012-12-23 17:44:09 +00:00
Sunpoet Po-Chuan Hsieh
d5d3d3bef4 - Update to 0.97
Changes:	http://search.cpan.org/dist/Unicode-Collate/Changes
2012-12-23 17:43:28 +00:00
Jun Kuriyama
64eb076a73 - Fix breakage with perl 5.16.
PR:		ports/170698
Submitted by:	Dave Evans <dave.evans55@googlemail.com>
2012-12-23 02:58:37 +00:00
Anton Berezin
4d0c0691f9 Update to 4.80.
Changes: http://search.cpan.org/dist/Data-FormValidator/Changes
2012-12-22 17:20:22 +00:00
Anton Berezin
ebc08f9aea Update to 2.21.
Changes: http://search.cpan.org/dist/Petal/Changes
2012-12-22 17:12:56 +00:00
Emanuel Haupt
c9d388a366 Update to 2.13 2012-12-21 15:53:25 +00:00
Anton Berezin
08303b7183 Update to 1.6002.
Changes: http://search.cpan.org/dist/Text-Xslate/Changes
2012-12-21 09:46:52 +00:00
Dmitry Marakasov
cd8c18765d - Update to 0.59 (1)
- Trim header
- OptionsNG
- Use COPYTREE_SHARE for docs installation
- Remove unneeded patch
- Make build more verbose

PR:		174483 (1)
Submitted by:	Maxim Samsonov <xors@mailup.net> (1)
2012-12-21 09:37:58 +00:00
Pawel Pekala
e749cb2be9 - Bump after devel/icu update
- Add missing deps, pkg-config is required during build
- Fix typo in pkg-descr
2012-12-20 20:02:32 +00:00
Gabor Pali
f6f83c9efc - Update The Glorious Glasgow Haskell Compiler to version 7.4.2
- Update Haskell Platform to version 2012.4.0.0
- Update Gtk2Hs to 0.12.4
- Transfer maintainership of math/hs-math-functions to haskell@ [1]

Please note that port revisions for all the Haskell ports without version
changes are bumped.

Some further highlights of the update:
- Trim Makefile headers
- Enable dynamic libraries and dynamic linking by default
- Enable bootstrapping by versions of GHC and HsColour already installed
- Use GCC and binutils from ports

New ports (32):

devel/hs-List                            0.5.1
devel/hs-ReadArgs                        1.2.1
devel/hs-SafeSemaphore                   0.9.0
devel/hs-activehs-base                   0.3.0.2
devel/hs-async                           2.0.1.3
devel/hs-basic-prelude                   0.3.1.0
devel/hs-classy-prelude                  0.4.1
devel/hs-classy-prelude-conduit          0.4.1
devel/hs-data-pprint                     0.2.1.4
devel/hs-date-cache                      0.3.0
devel/hs-fsnotify                        0.0.4
devel/hs-hinotify                        0.3.5
devel/hs-hspec-expectations              0.3.0.3
devel/hs-kqueue                          0.1.2.4
devel/hs-monad-logger                    0.2.3
devel/hs-optparse-applicative            0.4.2
devel/hs-project-template                0.1.0.1
devel/hs-setenv                          0.1.0
devel/hs-simple-reflect                  0.2
devel/hs-threads                         0.5.0.1
devel/hs-time-compat                     0.1.0.2
devel/hs-unix-time                       0.1.4
devel/hs-word8                           0.0.2
graphics/hs-dia-base                     0.1.1.2
graphics/hs-dia-functions                0.2.1.3
mail/hs-mime-types                       0.1.0.0
net/hs-network-info                      0.2.0.3
net/hs-network-multicast                 0.0.7
security/hs-cipher-aes                   0.1.5
textproc/hs-hexpat                       0.20.3
www/hs-activehs                          0.3.0.1
www/hs-http-reverse-proxy                0.1.0.6

Updated ports (211):

archivers/hs-tar                         0.4.0.0_1        --> 0.4.0.1
archivers/hs-zip-archive                 0.1.1.8_1        --> 0.1.2.1
archivers/hs-zlib                        0.5.3.3_1        --> 0.5.4.0
archivers/hs-zlib-bindings               0.1.0.1_1        --> 0.1.1.2
archivers/hs-zlib-conduit                0.4.0.2          --> 0.5.0.3
archivers/hs-zlib-enum                   0.2.2.1_1        --> 0.2.3
audio/hs-libmpd                          0.8.0_1          --> 0.8.0.1
benchmarks/hs-criterion                  0.6.0.1_2        --> 0.6.2.0
converters/hs-dataenc                    0.14.0.3_2       --> 0.14.0.4
converters/hs-json                       0.5_1            --> 0.7
databases/hs-persistent                  0.9.0.4_1        --> 1.0.2.2
databases/hs-persistent-sqlite           0.9.0.2_1        --> 1.0.1
databases/hs-persistent-template         0.9.0.2_1        --> 1.0.0.2
devel/hs-Boolean                         0.0.1_5          --> 0.1.1
devel/hs-DeepArrow                       0.3.5_2          --> 0.3.7
devel/hs-HUnit                           1.2.4.2_2        --> 1.2.5.1
devel/hs-MemoTrie                        0.5_1            --> 0.6.1
devel/hs-MissingH                        1.1.1.0_2        --> 1.2.0.0
devel/hs-MonadCatchIO-mtl                0.3.0.4_3        --> 0.3.0.5
devel/hs-QuickCheck                      2.4.2_1          --> 2.5.1.1
devel/hs-Stream                          0.4.6_2          --> 0.4.6.1
devel/hs-TypeCompose                     0.9.1_2          --> 0.9.7
devel/hs-abstract-deque                  0.1.5_1          --> 0.1.6
devel/hs-alex                            3.0.1_1          --> 3.0.2
devel/hs-arrows                          0.4.4.0_4        --> 0.4.4.1
devel/hs-asn1-data                       0.6.1.3_1        --> 0.7.1
devel/hs-base-unicode-symbols            0.2.2.3_2        --> 0.2.2.4
devel/hs-base64-bytestring               0.1.2.0          --> 1.0.0.0
devel/hs-blaze-builder-conduit           0.4.0.2_1        --> 0.5.0.3
devel/hs-blaze-builder-enumerator        0.2.0.4_1        --> 0.2.0.5
devel/hs-blaze-textual                   0.2.0.6_2        --> 0.2.0.8
devel/hs-bytestring-nums                 0.3.5_2          --> 0.3.6
devel/hs-c2hs                            0.16.3_3         --> 0.16.4
devel/hs-cmdargs                         0.9.5_1          --> 0.10.1
devel/hs-conduit                         0.4.2_1          --> 0.5.5
devel/hs-configurator                    0.2.0.0_2        --> 0.2.0.1
devel/hs-cpphs                           1.14             --> 1.15
devel/hs-darcs                           2.8.1_1          --> 2.8.3
devel/hs-data-default                    0.4.0_1          --> 0.5.0
devel/hs-directory-tree                  0.10.1           --> 0.11.0
devel/hs-edit-distance                   0.2.1_1          --> 0.2.1.1
devel/hs-fast-logger                     0.0.2_2          --> 0.3.1
devel/hs-file-embed                      0.0.4.4_1        --> 0.0.4.6
devel/hs-filemanip                       0.3.5.2_6        --> 0.3.6.2
devel/hs-filestore                       0.5_1            --> 0.5.0.1
devel/hs-filesystem-conduit              0.4.0_1          --> 0.5.0.2
devel/hs-gconf                           0.12.1_3         --> 0.12.1.1
devel/hs-ghc-events                      0.4.0.0_2        --> 0.4.2.0
devel/hs-ghc-mtl                         1.0.1.1_2        --> 1.0.1.2
devel/hs-gio                             0.12.3_1         --> 0.12.4
devel/hs-git-annex                       3.20120807       --> 3.20121211
devel/hs-glib                            0.12.3.1_1       --> 0.12.4
devel/hs-gtk2hs-buildtools               0.12.3.1_1       --> 0.12.4
devel/hs-haddock                         2.10.0_1         --> 2.11.0
devel/hs-happy                           1.18.9_1         --> 1.18.10
devel/hs-hashable                        1.1.2.3_1        --> 1.1.2.5
devel/hs-hashed-storage                  0.5.9_2          --> 0.5.10
devel/hs-hashtables                      1.0.1.6_1        --> 1.0.1.8
devel/hs-haskell-src-exts                1.13.3_1         --> 1.13.5
devel/hs-hastache                        0.4.1            --> 0.4.2
devel/hs-hint                            0.3.3.4_1        --> 0.3.3.5
devel/hs-hlint                           1.8.30           --> 1.8.39
devel/hs-hoogle                          4.2.11_1         --> 4.2.14
devel/hs-hslogger                        1.1.5_2          --> 1.2.1
devel/hs-hspec                           1.2.0.1          --> 1.4.2
devel/hs-language-javascript             0.5.4_1          --> 0.5.7
devel/hs-largeword                       1.0.1_2          --> 1.0.3
devel/hs-lifted-base                     0.1.1_1          --> 0.2
devel/hs-logict                          0.5.0.1_1        --> 0.5.0.2
devel/hs-monad-control                   0.3.1.3_1        --> 0.3.1.4
devel/hs-mtl                             2.1.1_1          --> 2.1.2
devel/hs-murmur-hash                     0.1.0.5_2        --> 0.1.0.6
devel/hs-parallel                        3.2.0.2_1        --> 3.2.0.3
devel/hs-pool-conduit                    0.1.0.2_1        --> 0.1.0.3
devel/hs-primitive                       0.4.1_2          --> 0.5.0.1
devel/hs-resource-pool                   0.2.1.0_1        --> 0.2.1.1
devel/hs-resourcet                       0.3.3.1          --> 0.4.4
devel/hs-silently                        1.2.0.2          --> 1.2.4
devel/hs-split                           0.1.4.3          --> 0.2.1.1
devel/hs-stm                             2.3_1            --> 2.4
devel/hs-syb                             0.3.6.1_1        --> 0.3.7
devel/hs-syb-with-class                  0.6.1.3_2        --> 0.6.1.4
devel/hs-system-fileio                   0.3.8            --> 0.3.10
devel/hs-system-filepath                 0.4.6_1          --> 0.4.7
devel/hs-tagged                          0.4.2.1_1        --> 0.4.4
devel/hs-temporary                       1.1.2.3_1        --> 1.1.2.4
devel/hs-terminfo                        0.3.2.4          --> 0.3.2.5
devel/hs-test-framework                  0.6_1            --> 0.8
devel/hs-test-framework-hunit            0.2.7_2          --> 0.3.0
devel/hs-test-framework-quickcheck2      0.2.12.2_1       --> 0.3.0.1
devel/hs-text                            0.11.2.0_1       --> 0.11.2.3
devel/hs-threadscope                     0.2.1_3          --> 0.2.2
devel/hs-uniplate                        1.6.7_1          --> 1.6.10
devel/hs-unix-compat                     0.3.0.1_1        --> 0.4.0.0
devel/hs-unordered-containers            0.2.1.0_1        --> 0.2.2.1
devel/hs-uuagc                           0.9.40.3_1       --> 0.9.42.2
devel/hs-uuagc-cabal                     1.0.2.0_2        --> 1.0.4.0
devel/hs-vault                           0.2.0.0_1        --> 0.2.0.1
devel/hs-vector                          0.9.1_2          --> 0.10.0.1
devel/hs-vector-algorithms               0.5.4_1          --> 0.5.4.2
devel/hs-void                            0.5.6            --> 0.5.8
ftp/hs-curl                              1.3.7_3          --> 1.3.8
graphics/hs-cairo                        0.12.3.1_1       --> 0.12.4
lang/hs-unlambda                         0.1_6            --> 0.1.3
mail/hs-email-validate                   0.2.8_1          --> 0.3.2
mail/hs-mime                             0.3.3.2          --> 0.3.4
mail/hs-mime-mail                        0.4.1.1_2        --> 0.4.1.2
math/hs-categories                       1.0.3_1          --> 1.0.4
math/hs-comonad                          1.1.1.6_1        --> 3.0.0.2
math/hs-comonad-transformers             2.1.2            --> 3.0
math/hs-data-lens                        2.10.0_1         --> 2.10.2
math/hs-data-lens-template               2.1.5_1          --> 2.1.7
math/hs-math-functions                   0.1.1.1_2        --> 0.1.1.2 [1]
math/hs-mwc-random                       0.12.0.0_1       --> 0.12.0.1
math/hs-pointed                          2.1.0.2_1        --> 3.0.1
math/hs-semigroupoids                    1.3.4            --> 3.0.0.1
math/hs-semigroups                       0.8.3.2_1        --> 0.8.4.1
math/hs-statistics                       0.10.1.0_1       --> 0.10.2.0
math/hs-vector-space                     0.8.2            --> 0.8.6
multimedia/hs-gstreamer                  0.12.1.1_1       --> 0.12.1.2
net/hs-network                           2.3.0.13_1       --> 2.3.1.0
net/hs-network-conduit                   0.4.0.1_1        --> 0.6.1.1
net/hs-pcap                              0.4.5.1_4        --> 0.4.5.2
net/hs-sendfile                          0.7.6_1          --> 0.7.8
net/hs-simple-sendfile                   0.2.4            --> 0.2.8
net/hs-socks                             0.4.1_1          --> 0.4.2
print/hs-hscolour                        1.20.2,1         --> 1.20.3,1
security/hs-Crypto                       4.2.5_1          --> 4.2.5.1
security/hs-HsOpenSSL                    0.10.3.2         --> 0.10.3.3
security/hs-RSA                          1.2.1.0_1        --> 1.2.2.0
security/hs-SHA                          1.5.0.1_1        --> 1.6.1
security/hs-certificate                  1.2.3_1          --> 1.3.3
security/hs-clientsession                0.7.5_1          --> 0.8.0.1
security/hs-cprng-aes                    0.2.3_2          --> 0.2.4
security/hs-crypto-conduit               0.3.2_1          --> 0.4.1
security/hs-crypto-pubkey-types          0.1.1_1          --> 0.2.0
security/hs-cryptocipher                 0.3.5            --> 0.3.6
security/hs-cryptohash                   0.7.5_1          --> 0.7.9
security/hs-digest                       0.0.1.1_1        --> 0.0.1.2
security/hs-monadcryptorandom            0.4.1_1          --> 0.5
security/hs-pureMD5                      2.1.0.3_2        --> 2.1.2.1
security/hs-pwstore-fast                 2.2_2            --> 2.3
security/hs-skein                        0.1.0.7_1        --> 0.1.0.10
security/hs-tls                          0.9.5_1          --> 1.0.2
security/hs-tls-extra                    0.4.6_1          --> 0.5.0
sysutils/hs-angel                        0.3.2_1          --> 0.3.3
textproc/hs-HStringTemplate              0.6.8_2          --> 0.6.12
textproc/hs-attoparsec-conduit           0.4.0.1_1        --> 0.5.0.3
textproc/hs-attoparsec-enumerator        0.3_2            --> 0.3.1
textproc/hs-blaze-html                   0.5.0.0          --> 0.5.1.1
textproc/hs-blaze-markup                 0.5.1.0_1        --> 0.5.1.2
textproc/hs-case-insensitive             0.4.0.1_2        --> 0.4.0.3
textproc/hs-citeproc-hs                  0.3.4_1          --> 0.3.6
textproc/hs-double-conversion            0.2.0.4_2        --> 0.2.0.5
textproc/hs-highlighting-kate            0.5.1_1          --> 0.5.3.3
textproc/hs-hs-bibutils                  4.12_4           --> 4.15
textproc/hs-html-conduit                 0.0.1_1          --> 0.1.0.4
textproc/hs-hxt                          9.2.2_1          --> 9.3.1.1
textproc/hs-lhs2tex                      1.17_4           --> 1.18.1
textproc/hs-pandoc                       1.9.4.2          --> 1.9.4.5
textproc/hs-parsec                       3.1.2_1          --> 3.1.3
textproc/hs-regex-pcre-builtin           0.94.2.1.7.7_4   --> 0.94.4.3.8.31
textproc/hs-regex-posix                  0.95.1_2         --> 0.95.2
textproc/hs-stringsearch                 0.3.6.3_2        --> 0.3.6.4
textproc/hs-tagsoup                      0.12.6_2         --> 0.12.8
textproc/hs-tagstream-conduit            0.3.2_1          --> 0.5.3
textproc/hs-texmath                      0.6.0.6_1        --> 0.6.1.1
textproc/hs-xml-conduit                  0.7.0.3_1        --> 1.0.3.3
textproc/hs-xml-types                    0.3.2            --> 0.3.3
textproc/hs-xmlhtml                      0.2.0.2          --> 0.2.0.3
textproc/hs-yaml                         0.7.0.3          --> 0.8.1.1
www/hs-HTTP                              4000.2.3_1       --> 4000.2.5
www/hs-authenticate                      1.2.1.1_1        --> 1.3.2
www/hs-cookie                            0.4.0_1          --> 0.4.0.1
www/hs-gitit                             0.10.0.1         --> 0.10.0.2
www/hs-hamlet                            1.0.1.4          --> 1.1.1.1
www/hs-happstack                         7.0.0_1          --> 7.0.1
www/hs-happstack-server                  7.0.3            --> 7.1.1
www/hs-heist                             0.8.1.1          --> 0.8.2
www/hs-hjsmin                            0.1.2_1          --> 0.1.3
www/hs-http-conduit                      1.4.1.10         --> 1.8.4.3
www/hs-http-date                         0.0.2_1          --> 0.0.3
www/hs-http-server                       1_5              --> 1.0.1
www/hs-http-types                        0.6.11_1         --> 0.7.3.0.1
www/hs-path-pieces                       0.1.1_1          --> 0.1.2
www/hs-shakespeare                       1.0.0.2_1        --> 1.0.2
www/hs-shakespeare-css                   1.0.1.2_1        --> 1.0.2
www/hs-shakespeare-js                    1.0.0.3_1        --> 1.1.0
www/hs-shakespeare-text                  1.0.0.2_1        --> 1.0.0.5
www/hs-snap                              0.9.0.1          --> 0.9.2.2
www/hs-snap-core                         0.9.0            --> 0.9.2.2
www/hs-snap-server                       0.9.0            --> 0.9.2.4
www/hs-wai                               1.2.0.3          --> 1.3.0.1
www/hs-wai-app-static                    1.2.0.4          --> 1.3.0.4
www/hs-wai-extra                         1.2.0.5          --> 1.3.0.4
www/hs-wai-logger                        0.1.4_1          --> 0.3.0
www/hs-wai-test                          1.2.0.2_1        --> 1.3.0
www/hs-warp                              1.2.2            --> 1.3.5
www/hs-yesod                             1.0.1.6_1        --> 1.1.4.1
www/hs-yesod-auth                        1.0.2.1_1        --> 1.1.2
www/hs-yesod-core                        1.0.1.2_1        --> 1.1.6.1
www/hs-yesod-default                     1.0.1.1_1        --> 1.1.2
www/hs-yesod-form                        1.0.0.4_1        --> 1.2.0.1
www/hs-yesod-json                        1.0.0.1_1        --> 1.1.2
www/hs-yesod-persistent                  1.0.0.1_1        --> 1.1.0
www/hs-yesod-platform                    1.0.5            --> 1.1.5
www/hs-yesod-routes                      1.0.1.2_1        --> 1.1.1.1
www/hs-yesod-static                      1.0.0.3_1        --> 1.1.1.1
www/hs-yesod-test                        0.2.1            --> 0.3.1.1
x11-toolkits/hs-gtk                      0.12.3.1         --> 0.12.4
x11-toolkits/hs-pango                    0.12.3_1         --> 0.12.4

Removed ports (1):

textproc/hs-xml2html                     0.1.2.3_1

Approved by:	wen (maintainer) [1]
Obtained from:	FreeBSD Haskell
2012-12-20 02:23:04 +00:00
Pawel Pekala
478c395e2c - Use proper order of @unexec and @exec to actually install config files [1]
- Remove leading article from COMMENT

PR:		ports/174548 [1] (based on)
Submitted by:	Dan McGregor <dan.mcgregor@usask.ca>
2012-12-19 22:48:30 +00:00
Philippe Audeoud
de6fd882fc This module is an implementation of the CSS parts of Yahoo! YUIcompressor
in Perl.  It was needed to produce minified css on the fly using Perl
based backend systems.

WWW: http://search.cpan.org/dist/CSS-Compressor/

PR:		ports/174484
Submitted by:	gslin@gslin.org
2012-12-19 13:05:48 +00:00
Baptiste Daroussin
618d32c2fd Chase icu bump 2012-12-19 00:30:32 +00:00
Baptiste Daroussin
2ed39f40cb Chase icu, graphite2 and libexttextcat bump 2012-12-18 23:09:07 +00:00
Baptiste Daroussin
3bd72542b6 Update to 3.4.0 2012-12-18 23:06:53 +00:00
Sofian Brabez
64d66effc1 - Update to 1.5.3
PR:		ports/174511
Submitted by:	Po-Chien Lin <linpc at cs.nctu.edu.tw>
2012-12-18 13:51:56 +00:00
Anton Berezin
5e9ae8e7d9 Drop support for perl 5.8.
Nudged by:	az
2012-12-18 11:34:36 +00:00
Baptiste Daroussin
ff89de1356 Update to 0.0.24 2012-12-18 11:12:00 +00:00
Baptiste Daroussin
b481d26d9d Use gperf from ports from version earlier than 802516 and 900502
PR:		ports/174528 [1]
Reported by:	Chess Griffin <chess@chessgriffin.com> [1],
		Juan Ramón Molina Menor <juan.molina@free.fr> (on office@)
2012-12-18 10:49:40 +00:00
Baptiste Daroussin
687661ba75 Update to 0.0.23
Trim headers
2012-12-17 14:05:14 +00:00
Andrej Zverev
3244293a39 Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
2012-12-17 08:30:52 +00:00
Andrej Zverev
ee206c98e0 Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
2012-12-17 06:32:13 +00:00
Andrej Zverev
4603fee495 Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
2012-12-17 06:15:27 +00:00
Pawel Pekala
a86cd83ba9 Fix build with clang 2012-12-17 00:41:06 +00:00
Anton Berezin
01def2a168 Update to 0.14.
Changes: http://search.cpan.org/dist/Spreadsheet-WriteExcelXML/Changes
2012-12-16 15:53:07 +00:00
Anton Berezin
fbea18059c Update to 2.38.
Changes: http://search.cpan.org/dist/Spreadsheet-WriteExcel/Changes
2012-12-16 15:51:23 +00:00
Anton Berezin
390edbfe49 Update to 2.003.
Changes: http://search.cpan.org/dist/Text-Ngrams/Changes
2012-12-16 15:46:57 +00:00
Andrej Zverev
10a2b4693f - Set default perl version for ports which currently using
(5.x+ and x < 12) scheme.

Approved by: bapt@ (portmgr@)
2012-12-16 06:12:28 +00:00
Wen Heping
75075b2b4c - Update to 1.0.3
- Trim Makefile headers
- Convert to optionsNG

PR:		174123
Submitted by:	Zhihao Yuan <lichray@gmail.com> (maintainer)
2012-12-16 05:42:18 +00:00
Brendan Fabeny
8680d9196e update sbcl to 1.1.2 and maxima to 5.29.1; adjust dependent ports 2012-12-16 05:34:02 +00:00
Lars Thegler
61b39479d0 update to 1.31 2012-12-14 13:51:27 +00:00
Lars Thegler
414e4eb940 update to 1.16 2012-12-14 13:35:40 +00:00
Sunpoet Po-Chuan Hsieh
1c6bb6cd3b - Update to 0.62
Changes:	http://search.cpan.org/dist/Excel-Writer-XLSX/Changes
2012-12-14 08:18:25 +00:00
Bryan Drewery
8fe41ddde2 - Update to 1.02
- Trim header
2012-12-13 17:44:07 +00:00
Sunpoet Po-Chuan Hsieh
785245ad57 - Update to 0.95
Changes:	http://search.cpan.org/dist/Unicode-Collate/Changes
2012-12-13 04:32:09 +00:00
Sunpoet Po-Chuan Hsieh
7e2888a131 - Update to 2.12.14
Changes:	http://tools.ietf.org/tools/idnits/changelog
2012-12-13 04:28:24 +00:00
Wesley Shields
f184505469 Remove the header for ports I created.
For dns/openresolv give proper attribution. This was a copy/paste
mistake the submitter made, which incorrectly gave me attribution
for that file. I did not create it.
2012-12-12 18:48:33 +00:00
Martin Matuska
cd4b5e26f1 Update horde4 packages and applications to horde5 2012-12-12 15:16:56 +00:00
Max Brazhnikov
5302808264 - Add patches to fix build with clang and recent gcc [1]
- Trim Makefile header

PR:		ports/172213 [1]
Submitted by:	mbsd <mbsd at isgroup.com.ua>
2012-12-11 12:33:58 +00:00
Anton Berezin
f5f1d4e21c Update to 0.07.
Changes: http://search.cpan.org/dist/Syntax-Highlight-Engine-Kate/Changes
2012-12-11 12:12:16 +00:00
Anton Berezin
806c87ed8f Update to 1.33.
Changes: http://cpansearch.perl.org/src/PCIMPRICH/XML-SAX-ExpatXS-1.33/Changes
2012-12-11 11:46:16 +00:00
Anton Berezin
7ed70fb6a8 Update to 3.42.
Changes: http://search.cpan.org/dist/XML-Twig/Changes
2012-12-11 11:29:10 +00:00
Martin Matuska
b2c4fbb77a Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
2012-12-10 19:11:11 +00:00
Baptiste Daroussin
2fa3ecb599 Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION=	1.5+ (final)

Bump revision of graphics/mapyrus because package is modified
2012-12-10 13:54:32 +00:00
Baptiste Daroussin
9c526f7217 Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION=	1.5+ (part3)
2012-12-10 13:43:43 +00:00
Alex Kozlov
50d60b3fd6 - Update to 2.15.0
PR:	ports/174191
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2012-12-10 04:46:20 +00:00
Frederic Culot
87a16bbfeb - Update to 1.30
Changes:	http://search.cpan.org/dist/XML-Compile/ChangeLog
2012-12-09 12:22:20 +00:00
Sunpoet Po-Chuan Hsieh
668d3d095e - Update to 20121202
Feature safe:	yes
2012-12-09 10:35:49 +00:00
Sunpoet Po-Chuan Hsieh
f1567b7b60 - Update to 0.6
- Cleanup Makefile header

Feature safe:	yes
2012-12-09 10:35:14 +00:00
Tom Judge
ce7b1a0775 Elasticsearch aims to be a Distributed, RESTful, Search Engine built on
top of
Apache Lucene.

WWW: http://www.elasticsearch.org/

PR:		ports/168515
Feature safe:	yes
Approved by:	eadler (mentor)
2012-12-08 20:48:41 +00:00
Sunpoet Po-Chuan Hsieh
aa7ce17036 - Update to 2.12.13
- Cleanup Makefile header
- Reformat pkg-descr

Changes:	http://tools.ietf.org/tools/idnits/changelog
Feature safe:	yes
2012-12-08 16:26:32 +00:00
Sunpoet Po-Chuan Hsieh
902781424b - Update to 1.04
- Cleanup Makefile header

Changes:	http://devel.ringlet.net/textproc/confget/CHANGES
Feature safe:	yes
2012-12-08 16:25:09 +00:00
Frederic Culot
a788dca2b4 - Update to 0.208
- Remove leading article from COMMENT

Changes:	http://search.cpan.org/dist/HTML-HTML5-Parser/Changes
Feature safe:	yes
2012-12-08 16:22:17 +00:00
Sunpoet Po-Chuan Hsieh
a9357a5c71 - Update to 0.60
Changes:	http://search.cpan.org/dist/Excel-Writer-XLSX/Changes
Feature safe:	yes
2012-12-08 11:08:13 +00:00
Ion-Mihai Tetcu
ee1905a4b6 Taje back maintainership
Feature safe:	yes
2012-12-07 21:11:56 +00:00
Ion-Mihai Tetcu
bbd82778ca - take back maintainership
- deprecate (No new release in years)
- set for removal in 6 months

Feature safe:	yes
2012-12-07 21:08:56 +00:00
Beech Rintoul
dd3e20cb69 - Update to version 2.0.12
Feature safe: yes

PR:		ports/174169
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2012-12-07 16:21:12 +00:00
TAKATSU Tomonari
bec0f8734e - Update to 0.6.2
- Convert to new Makefile header
- Trim WWW: line in pkg-descr

Feature safe:	yes
2012-12-07 16:14:13 +00:00
Ryan Steinmetz
cf9bd998c7 - Reset MAINTAINER on ports with addresses that have unrecoverable bounces.
Reported by:	portscout
Feature safe:	yes
2012-12-06 16:39:07 +00:00
Anton Berezin
bf11677131 Update to 1.6001.
Changes: http://search.cpan.org/dist/Text-Xslate/Changes

Feature safe:	yes
2012-12-06 09:10:51 +00:00
Anton Berezin
3e01925485 Update to 1.22.
Changes: http://search.cpan.org/dist/YAML-Syck/Changes

Feature safe:	yes
2012-12-06 09:05:40 +00:00
Sunpoet Po-Chuan Hsieh
4fa0457ce6 - Update to 0.94
- Add LICENSE
- Cleanup Makefile header

Changes:	http://search.cpan.org/dist/Unicode-Collate/Changes
Feature safe:	yes
2012-12-05 19:05:43 +00:00
Baptiste Daroussin
cf22090c5d - Trim header
- Drop shlib ABI version numbers from LIB_DEPENDS
- Split the php bindings into a separate ports as building was a different
  procedure anyway
- Fix buidling the php with recent php
- Drop article from COMMENT

PR:		ports/170776
Submitted by:	Rodrigo OSORIO <rodrigo@bebik.net>
Approved by:	clsung (maintainer timeout)
Feature safe:	yes
2012-12-05 17:15:36 +00:00
Koop Mast
b032621fc1 Mark textproc/libxml and print/freetype deprecated.
Last releases in 2002 and 2000, and unsupported by upstream.

Feature safe:	yes
2012-12-05 12:52:33 +00:00
Sunpoet Po-Chuan Hsieh
1441073e07 - Update to 0.59
- Cleanup Makefile header

Changes:	http://search.cpan.org/dist/Excel-Writer-XLSX/Changes
Feature safe:	yes
2012-12-05 03:21:52 +00:00
Bryan Drewery
5e570d8f93 - Mark deprecated. Upstream advises [1] that the project is no longer
active and that textproc/xqilla replaces it

[1] http://www.corefiling.com/opensource/pathan.html

Feature safe:	yes
2012-12-04 23:56:21 +00:00
Ryan Steinmetz
c4786a9368 - Reset MAINTAINER due to unrecoverable bounce
Reported by:	portscout
Feature safe:	yes
2012-12-04 20:39:22 +00:00
Pietro Cerutti
0d5d01dd47 - Chase 82+ not being a valid Tcl/Tk version anymore
Feature safe:	yes
Reported by:	beat, bapt
2012-12-04 10:43:09 +00:00
Frederic Culot
546c6a1469 - Trim Makefile header
PR:		ports/174002
Submitted by:	Rodrigo OSORIO <rodrigo@bebik.net> (maintainer)
Feature safe:	yes
2012-12-04 09:41:46 +00:00
Pietro Cerutti
bb2ca244f3 - Make sure we don't pick up the wrong xerces-c library version
Feature safe:	yes
2012-12-04 08:20:38 +00:00
Jason E. Hale
c5fab01639 - Update to 0.2.2
- Improve grammar in COMMENT
- Drop ABI version numbers from LIB_DEPENDS
- Drop unneeded pkgconf dependency
- Trim Makefile header
- Tab -> space in pkg-descr WWW line

Feature safe:	yes
2012-12-03 22:44:59 +00:00
Jase Thew
71552b7134 - Update to 0.13.1
PR:		ports/174088
Approved by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)

Feature safe:	yes
2012-12-03 17:18:54 +00:00
Armin Pirkovitsch
3e8019870d - Update to version 8.6.8
- Add LICENSE
- Update pkg-descr

PR:           ports/170170
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by:  beat (mentor)
Feature safe: yes
2012-11-30 23:50:55 +00:00
Matthew Seaman
f96d6bc91d Update to 2.0.6 release (1)
- trim Makefile headers
  - remove files/patch-configure as it has been incorporated upstream
  - Import a FreeBSD specific fix for shared mutex suppport from the
    project SVN repo (2):

    https://code.google.com/p/sphinxsearch/source/detail?r=3519

Feature safe:	yes
Submitted by:	(1) Portscout
	  	(2) Denis <devzone.my@gmail.com>
2012-11-28 21:51:55 +00:00
Baptiste Daroussin
58e47a21fa 2012-11-27 devel/p5-SPOPS: Depend on the expired p5-Class-Fields
2012-11-26 textproc/lemmatizer: No more public distfiles
2012-11-26 net/relay: No more public distfiles
2012-11-26 x11-clocks/bmp-alarm: No more public distfiles
2012-11-26 net-mgmt/nagios-check_ice: No more public distfiles
2012-11-26 japanese/libicq: No more public distfiles and development ceased
2012-11-26 graphics/tonicpoint-viewer: No more public distfiles
2012-11-26 devel/safestr: No more public distfiles

Feature safe:	yes
2012-11-28 09:45:45 +00:00
Baptiste Daroussin
127f0f78f6 2012-11-27 graphics/morpheus: Depends on the expired gtkglarea
2012-11-27 devel/jakarta-commons-chain: Depends on the expired devel/portlet-api
2012-11-27 math/p5-Math-LinearCombination: Depends on the expired p5-Class-Field
2012-11-26 x11/padkey: No more public distfiles
2012-11-26 japanese/gicq: No more public distfiles and development ceased
2012-11-26 www/momspider: No more public distfiles
2012-11-26 japanese/perl5: Recent perl supports correctly japanese, consider using them
2012-11-26 sysutils/fuser: No more public distfiles
2012-11-26 textproc/ascii2pdf: No more public distfiles

Feature safe:	yes
2012-11-28 09:19:01 +00:00
Bryan Drewery
a7e31ddb14 - Update to 1.8
- Trim header

Feature safe:	yes
2012-11-27 16:17:13 +00:00
Koop Mast
c7d5467d51 Switch main site and mirror around. The mirror is still valid but it is really slow.
Reported by:	many
Feature safe:	yes
2012-11-26 17:30:02 +00:00
Wen Heping
22bec0c0e6 fcitx-m17n provides the libm17n, a multilingual input method engine,
as a back-end to the Fcitx IM framework.

WWW: http://code.google.com/p/fcitx/

PR:		173590
Submitted by:	Zhihao Yuan <lichray@gmail.com>

Feature safe:	yes
2012-11-26 14:55:47 +00:00
Anton Berezin
ff4638ea73 Update to 1.5025.
Changes: http://cpansearch.perl.org/src/GFUJI/Text-Xslate-1.5025/Changes

PR:		173545
Submitted by:	Geraud CONTINSOUZAS
Feature safe:	yes
2012-11-26 11:32:15 +00:00
Alex Dupre
787489a4c0 Update to 1.4.3 release.
Feature safe:	yes
2012-11-26 10:54:03 +00:00
Pawel Pekala
50de48e0ee Update to version 1.7.0
Feature safe:	yes
2012-11-25 14:04:36 +00:00
TAKATSU Tomonari
62acd73a42 - Update to 3.95-0.1
Feature safe:	yes
2012-11-24 06:22:57 +00:00
TAKATSU Tomonari
fd38b0e868 - Update to 3.95-0
- Convert to new Makefile header
- Trim WWW: line in pkg-descr

Feature safe:	yes
2012-11-24 05:48:43 +00:00
Pawel Pekala
03ea5db083 s|Created:|Created by:|
Feature safe:	yes
2012-11-22 18:16:22 +00:00
Pawel Pekala
3430919bbf This is the callable library version of CRM114. It has most of the classifiers
as the standalone language. This version is LGPLed (Library GPL) so you can
link it with your own code, whether open-source or proprietary.
You still need TRE. Note that with improvements come costs:
libcrm114 classifiers are NOT compatible with standalone CRM114 class files.

WWW: http://crm114.sourceforge.net/

PR:		ports/169296
Submitted by:	Martin Schuette <info@mschuette.name>
Feature safe:	yes
2012-11-22 18:08:28 +00:00
Baptiste Daroussin
875b27ddf2 Convert to new options framework
Feature safe:	yes
2012-11-21 23:23:25 +00:00
Matthew Seaman
d705a5039e Update distinfo for libstemmer_c.tgz -- upstream repackaged it
changing the size and hash of the tarball, but the contents are
identical to what there was previously.  Personally verified.

Feature safe:	yes
Submitted by:	Denis <devzone.my (at) gmail.com>
2012-11-20 20:25:44 +00:00
Pawel Pekala
9603f67978 jq is like sed for JSON data - you can use it to slice and
filter and map and transform structured data with the same
ease that sed, awk, grep and friends let you play with text.

WWW: http://stedolan.github.com/jq/

PR:		ports/173256
Submitted by:	Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
Feature safe:	yes
2012-11-19 21:16:42 +00:00
Martin Matuska
41df8feeb2 horde4 update:
archivers/pear-Horde_Compress 1.0.7 -> 1.0.8
databases/pear-Horde_Db 1.2.1 -> 1.2.2
deskutils/horde4-groupware 4.0.8 -> 4.0.9
deskutils/horde4-kronolith 3.0.17 -> 3.0.18
deskutils/horde4-mnemo 3.0.6 -> 3.0.7
deskutils/horde4-nag 3.0.8 -> 3.0.9
devel/pear-Horde_Alarm 1.0.7 -> 1.0.8
devel/pear-Horde_Cache 1.0.5 -> 1.0.6
devel/pear-Horde_Core 1.9.2 -> 1.9.3
devel/pear-Horde_Date 1.0.11 -> 1.0.12
devel/pear-Horde_Nls 1.1.6 -> 1.1.7
mail/horde4-imp 5.0.23 -> 5.0.24
mail/horde4-ingo 2.0.9 -> 2.0.10
mail/horde4-turba 3.0.15 -> 3.0.16
mail/horde4-webmail 4.0.8 -> 4.0.9
mail/pear-Horde_Imap_Client 1.5.5 -> 1.5.11
mail/pear-Horde_Mime 1.6.1 -> 1.6.2
mail/pear-Horde_Mime_Viewer 1.0.8 -> 1.0.9
security/pear-Horde_Auth 1.4.9 -> 1.4.10
security/pear-Horde_Secret 1.0.2 -> 1.0.4
textproc/pear-Horde_Text_Filter 1.1.5 -> 1.1.6
www/horde4-ansel 2.0.1 -> 2.0.2
www/horde4-base 4.0.15 -> 4.0.16
www/horde4-wicked 1.0.1 -> 1.0.2
www/pear-Horde_Browser 1.0.8 -> 1.0.9
www/pear-Horde_Service_Weather 1.1.2 -> 1.1.3
www/pear-Horde_SessionHandler 1.0.5 -> 1.0.6

Feature safe:	yes
2012-11-19 08:02:01 +00:00
Emanuel Haupt
36ecb8f481 Update to 1.0.13
Feature safe: yes
2012-11-18 15:13:12 +00:00
Dima Panov
13d7c831fb - Update liblinebreak to 2.1 release
Feature safe:	yes
2012-11-17 11:00:27 +00:00
Frederic Culot
192bd4c583 - Update to 1.16
Changes:	http://search.cpan.org/dist/Unicode-Normalize/Changes
Feature safe:	yes
2012-11-16 12:40:57 +00:00
Anton Berezin
5e48ef06e5 Update to 0.58.
Changes: http://cpansearch.perl.org/src/SHLOMIF/Text-Format-0.58/Changes

Feature safe:	yes
2012-11-14 09:10:20 +00:00
Anton Berezin
90f7c166d2 Update to 1.04.
Changes: http://cpansearch.perl.org/src/CJM/Text-Wrapper-1.04/Changes

Feature safe:	yes
2012-11-14 09:07:54 +00:00
Pawel Pekala
1ee02cbff9 Update to version 1.1.2
PR:		ports/171909
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
Feature safe:	yes
2012-11-13 19:41:12 +00:00
Emanuel Haupt
8b57d43440 - Update to 1.0.12
- Update WWW
- Trim header

Feature safe:	yes
2012-11-12 23:24:00 +00:00
Eitan Adler
db18f65b64 Make html2text play nice with CXX.
This is a build only fix, so no PORTREVISION bump.

Reported by:	peter
Feature safe:	yes
2012-11-11 15:33:02 +00:00
Adam Weinberger
31401daf2f - fix NLS support, which was wired backwards
- actually enable NLS in OPTIONS
- change LOCALBASE to PREFIX, as it was attempting to create a directory in
  one, and then install a file into another
- this fixes package building

Feature safe:	yes
2012-11-08 22:09:33 +00:00
Baptiste Daroussin
92418e0f45 Delete the description of the old COMPAT_TEXTCAT
Reported by:	bsam
Feature safe:	yes
2012-11-07 08:37:36 +00:00
Baptiste Daroussin
87496730b5 Now that libexttextcat can happily live along with libtextcat remove the
artificial compatibility mode.

The default package hasn't change so no bump

Feature safe:	yes
2012-11-07 07:47:56 +00:00
Grzegorz Blach
cc4936fa01 - Update to 0.5.3
Changes: https://raw.github.com/defunkt/pystache/master/HISTORY.md

Feature safe:	yes
Approved by:	crees (mentor)
2012-11-06 21:23:46 +00:00
Dmitry Sivachenko
3ef0144ff9 Update to version 5.40.02.
Feature safe:	yes
2012-11-06 14:55:05 +00:00
Wen Heping
20735458d9 - Update to 2.2.1
- Trim Makefile headers

Feature safe:	yes
2012-11-06 00:56:52 +00:00
Pietro Cerutti
c9fea8e992 - Update to 2.7.0
Release notes: http://www.zorba-xquery.com/html/entry/2012/09/26/Gaia

Feature safe:	yes
2012-11-05 13:10:06 +00:00
Baptiste Daroussin
8bc413976e 2012-11-05 textproc/xerces-c: No more supported upstream, consider using xerces-c2 or xerces-c3
2012-11-05 x11-wm/wampager: Development ceased
2012-11-05 x11-wm/waimea: Development ceased
2012-11-05 x11-wm/waimea-devel: Development ceased

Feature safe:	yes
2012-11-05 08:36:59 +00:00
Boris Samorodov
f0948dceab Use a better description at COMMENT.
Suggested by:	danfe
Feature safe:	yes
2012-11-05 08:19:07 +00:00
Boris Samorodov
efddab9c92 For libhunspell the number 1.3 is a part of the name:
"libhunspell-1.3.so.0", while ".0" is an ABI version.

PR:		ports/173361
Submitted by:	bsam (me)
Approved by:	Jonathan Chen <jonc@chen.org.nz> (maintainer)
Feature safe:	yes
2012-11-04 19:15:36 +00:00
Grzegorz Blach
ed1ad7e1b9 - Change my email address to gblach@FreeBSD.org
- Change Makefile headers to shorter form

Feature safe:	yes
2012-11-04 13:05:04 +00:00
Emanuel Haupt
75f74426ea - Update to 3.41
- Trim header

Feature safe:	yes
2012-11-03 21:43:30 +00:00
Boris Samorodov
8470cf82c1 . move LICENCE up and pet portlint; [1]
. change WWW at pkg-descr;  [1]
. remove LICENSE from pkg-descr;
. use two line style headers;
. remove ABI version (.0) from LIB_DEPENDS (hunspell-1.3 *is* the libarary name);
. remove the indefinite article from COMMENT;
. USE_GNOME=pkgconfig -> USE_PKGCONFIG=build;
. make use of desktopfileutils at port and package;
. bump PORTREVISION.

PR:		ports/173243  [1]
Submitted by:	nemysis <nemysis@gmx.ch>  [1]
Feature safe:	yes
2012-11-03 18:03:06 +00:00
Emanuel Haupt
00df1d9662 Restore 'Created by' header information. This has been removed during the
first announcement of the new trimming rule and the finalized overworked
version.

Feature safe:   yes
2012-11-03 18:01:22 +00:00
Jimmy Olgeni
e869a2e9a0 Add textproc/plover, an open source program providing real-time
stenographic technology.

Feature safe:	yes
2012-11-03 16:42:40 +00:00
Boris Samorodov
6d90bd9abf . update to version 0.6.0;
. use two line style headers;
. strip ABI versions from LIB_DEPENDS;
. add licence (GPLv3);
. make use of desktopfileutils for port and package;
. add pkgconfig build dependency;
. remove desktop entry from Makefile (the port has got it's own);
. remove BROKEN at FreeBSD-6.x (not supported anymore).

PR:		ports/173305
Submitted by:	bsam (me)
Reviewed by:	Jonathan Chen <jonc@chen.org.nz> (maintainer)
Feature safe:	yes
2012-11-03 07:47:51 +00:00
Eitan Adler
d317f47ca7 html2text uses patch letters which look like "alpha" and "beta" (a and b) so tell portscout that these versions are actually newer.
Reviewed by:	zi
Feature safe:	yes
2012-11-03 02:58:56 +00:00
Ruslan Makhmatkhanov
5207da3ba5 - take maintainership
- trim Makefile header
- remove redundant LICENSE_FILE
- tab -> space change in pkg-descr:WWW

Feature safe:	yes
2012-11-02 12:08:08 +00:00
Anton Berezin
f34779304b - Update to 0.84.
- Convert to the new header format.

Changes: http://cpansearch.perl.org/src/MSTROUT/YAML-0.84/Changes

Feature safe:	yes
2012-11-01 11:33:35 +00:00
Pawel Pekala
b8fd1bfb65 confetti -- configuration file parser generator
WWW: https://github.com/mailru/confetti

PR:		ports/170336
Submitted by:	Gvozdikov Veniamin <g.veniamin@googlemail.com>
Feature safe:	yes
2012-11-01 10:34:25 +00:00
Thierry Thomas
84dc74888d Adding R2HTML, a package to write HTML files from R, used by RKWArd.
Feature safe:	yes
2012-10-31 20:28:09 +00:00
Pawel Pekala
d745c64ab2 The MIME (Multipurpose Internet Mail Extensions) specification
(RFC 1521 and successors) defines a mechanism for encoding text consisting
primarily of printable ASCII characters, but which may contain characters
(for example, accented letters in the ISO 8859 Latin-1 character set) which
cannot be encoded as 7-bit ASCII or are non-printable characters which may
confuse mail transfer agents.

WWW:	http://www.fourmilab.ch/webtools/qprint/

PR:		ports/172522
Submitted by:	Takefu
Feature safe:	yes
2012-10-31 19:05:00 +00:00
Lars Thegler
17e07017bf update to 1.14
Feature safe: yes
2012-10-30 17:07:48 +00:00
Baptiste Daroussin
7acf83e9cc Converting port to new options framework
PR:		ports/172433
Submitted by:	Michael Gmelin <freebsd@grem.de>
Feature safe:	yes
2012-10-29 11:41:37 +00:00
Baptiste Daroussin
136c7729bb Convert to new options framework
PR:		ports/172434
Submitted by:	Michael Gmelin <freebsd@grem.de>
Feature safe:	yes
2012-10-29 11:21:58 +00:00
Gabor Pali
4c0f466022 - Convert options to the new format
PR:		ports/172539
Submitted by:	pgj
Approved by:	maintainer
Feature safe:	yes
2012-10-28 19:54:57 +00:00
Baptiste Daroussin
c3226aeda4 Deprecate a bunch of ports that are either abandonware and/or for which no more
public distfiles are available

Feature safe:	yes
2012-10-26 10:23:01 +00:00
Raphael Kubo da Costa
9d62ca6af3 Update to 1.1.
PR:		ports/173027
Submitted by:	Geoffrey Speicher <geoff@sea-incorporated.com> (maintainer)
Feature safe:	yes
2012-10-24 21:26:48 +00:00
Frederic Culot
c6f4080368 - Update to 1.29
Changes:	http://search.cpan.org/dist/XML-Compile/ChangeLog
Feature safe:	yes
2012-10-23 09:08:46 +00:00
Pawel Pekala
5a47c0eea1 Update to version 1.6.1
Feature safe:	yes
2012-10-22 19:13:55 +00:00
Raphael Kubo da Costa
3478c48810 - Update to 2.0.5 [1]
- Trim header comment
- Move LICENSE to the right place to pet portlint

PR:		ports/172356 [1]
Submitted by:	Max Baryshnikov <mephius@gmail.com> (maintainer) [1]
Feature safe:	yes
2012-10-21 11:39:44 +00:00
Eitan Adler
3490135973 Convert to OptionsNG
Clean up port a bit

Feature safe:	yes
2012-10-20 15:13:06 +00:00
Baptiste Daroussin
22514e632f Fix build dependency line
Feature safe:	yes
2012-10-20 13:26:27 +00:00
Baptiste Daroussin
a4dcd1531c Fix build dependency line
Feature safe:	yes
2012-10-20 09:25:41 +00:00
Baptiste Daroussin
cc149e3f55 Fix build dependency line
Feature safe:	yes
2012-10-20 07:12:26 +00:00
Dirk Meyer
cb7335a3a6 - drop maintainership
Feature safe: yes
2012-10-18 19:17:56 +00:00
Jason E. Hale
2737a8e62c - Pass maintainership to submitter
PR:		ports/172813, ports/172814, ports/172815,
		ports/172816, ports/172817, ports/172818,
		ports/172820, ports/172821, ports/172822,
		ports/172823, ports/172824, ports/172825
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
Approved by:	timur (via private email)
		makc, avilla (mentors implicit)
Feature safe:	yes
2012-10-17 13:38:18 +00:00
Baptiste Daroussin
786c36c627 Convert to new options framework
PR:		ports/172430
Submitted by:	Michael Gmelin <freebsd@grem.de>
Feature safe:	yes
2012-10-16 22:55:01 +00:00
Jason E. Hale
05fcad0dd1 - Update to 0.2.2 [1]
- Trim Makefile header

PR:		ports/169035 [1]
Submitted by:	koobs <koobs.freebsd@gmail.com> [1]
Approved by:	maintainer [1]
		makc, avilla (mentors, implicit)
Feature safe:	yes
2012-10-16 09:48:27 +00:00
Thomas Abthorpe
425474f5f5 - Reassign to the heap at maintainer's request
Approved by:	portmgr (implicit)
Feature safe:	yes
Redports:	ignore
2012-10-15 16:21:11 +00:00
Dirk Meyer
851945b1eb - cleanup comments
Feature safe: yes
2012-10-13 13:39:56 +00:00
Jason E. Hale
b0118a479d - Update to 1.5019 [1]
- Fix portlint(1) warnings about BUILD/RUN_DEPENDS [1]
- Add regression-test target since TEST_DEPENDS were already there
- Trim Makefile header

PR:		ports/168112 [1]
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com> [1]
Approved by:	tobez (maintainer timeout, 5 months) [1]
		makc, avilla (mentors, implicit)
Feature safe:	yes
2012-10-13 00:21:02 +00:00
Jason E. Hale
fd2d831081 - Update to 0.62 [1]
- Fix portlint(1) warnings about BUILD/RUN_DEPENDS [1]
- Trim Makefile header

PR:		ports/168116 [1]
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com> [1]
Approved by:	tobez (maintainer timeout, 5 months) [1]
		makc, avilla (mentors, implicit)
Feature safe:	yes
2012-10-13 00:07:46 +00:00
Jason E. Hale
c6d7f8419c - Update to 1.21 [1]
- Trim Makefile header

PR:		ports/168130 [1]
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com> [1]
Approved by:	tobez (maintainer timeout, 5 months) [1]
		makc, avilla (mentors, implicit)
Feature safe:	yes
2012-10-13 00:02:08 +00:00
Sunpoet Po-Chuan Hsieh
532dfb6479 - Update to 2012.10.07
Feature safe:	yes
2012-10-12 17:16:14 +00:00
Sunpoet Po-Chuan Hsieh
ad68d61512 - Update to 2012.10.07
Feature safe:	yes
2012-10-12 17:15:59 +00:00
Glen Barber
bff02f6d3f Fix fetch.
Approved by:	eadler (mentor, implicit)
PR:		ports/172617
Feature safe:	yes
2012-10-12 15:30:30 +00:00
Frederic Culot
85741ce50e - Update to 3.2.3
Changes:	https://github.com/RDFLib/rdflib/blob/master/CHANGELOG
PR:		ports/172612
Submitted by:	Kubilay Kocak <koobs.freebsd@gmail.com>
Feature safe:	yes
2012-10-12 09:58:39 +00:00
Jason E. Hale
059cda9b2a - Update to 2.003 [1]
- Trim Makefile header

PR:		ports/168285 [1]
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com> [1]
Approved by:	timur (maintainer timeout, 4.5 months) [1]
		makc, avilla (mentors, implicit)
Feature safe:	yes
2012-10-12 06:08:24 +00:00
Eitan Adler
b16a0e19a1 Update to 1.330
Changes:
	Major improvements include DocBook XML support and the ability to use additional spelling dictionaries. Numerous bug fixes and improvements.

PR:		ports/172617
Submitted by:	wblock (maintainer)
Feature safe:	yes
2012-10-12 02:50:37 +00:00
Hajimu UMEMOTO
9ed0d45ebd - Update to 0.3.2.
- Simplify Makefile's header.

Feature safe:	yes
2012-10-11 15:50:43 +00:00
Baptiste Daroussin
34941a1058 Rename the DOCS option to DOXYGEN off by default as the documentation is only
doxygen generated files

Feature safe:	yes
2012-10-11 08:46:29 +00:00
Wen Heping
358cafa7b7 - Update to 0.08
Changes: http://cpansearch.perl.org/src/ANDREWF/LaTeX-Encode-0.08/Changes
- Trim Makefile headers
- Reset maintainer to perl@

Feature safe:	yes
2012-10-11 08:35:21 +00:00
Wen Heping
58bb8fe4c1 - Trim Makefile headers
- Reset maintainer to perl@

Feature safe:	yes
2012-10-11 08:25:46 +00:00
Sunpoet Po-Chuan Hsieh
68b5238ad5 - Update to 20121002
- Cleanup Makefile header
2012-10-10 19:10:01 +00:00
Andrej Zverev
8b040d94f2 - Remove SITE_PERL from *_DEPENDS (final part)
Approved by: portmgr@ (bapt@)
2012-10-10 16:56:07 +00:00
Sunpoet Po-Chuan Hsieh
5d84f9e74e - Set DIST_SUBDIR: move dist files to DISTDIR/hunspell
- Remove unnecessary pre-build:
- Cleanup Makefile header
2012-10-10 13:01:16 +00:00
Cy Schubert
bebe0a2e9f Allow textproc/libtextcat and textproc/libexttextcat to coexist on the same
system.

Reviewed by:	thierry, crees, bapt
Approved by:	bapt (using his portmgr and office hats), thierry
2012-10-09 23:33:12 +00:00
Mark Linimon
a8693b8dee Force numerous ports that fail to build with clang over to instead always
rely on gcc.  The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.

The ports chosen were ports that blocked 2 or more ports from building with
clang.  (There are several hundred other ports that still fail to build with
clang, even with this patch.  This is merely one step along the way.)

Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.

For those who have gcc as their default compiler, this change is believed
to cause no change.

Hat:		portmgr
Tested with:	multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
		combinations of patch/no-patch and flag settings.
2012-10-09 22:12:13 +00:00
Sunpoet Po-Chuan Hsieh
179cc197de - Update to 2012.10.08 2012-10-09 13:59:13 +00:00
Sunpoet Po-Chuan Hsieh
89d19f6355 - Update to 2012.09.07 2012-10-09 13:59:08 +00:00
Sunpoet Po-Chuan Hsieh
5a9207dc37 - Update to 2012.09.07 2012-10-09 13:59:03 +00:00
Josh Paetzel
c10de714d3 Update to 2.4.1
PR:	ports/171758
Submitted by:	William Grzybowski <william88@gmail.com>
Approved by:a	Maintainer Timeout
2012-10-09 01:43:37 +00:00
Doug Barton
deda664425 Throw my ports back in the pool, and make my intentions clear for the
various ports that I've created.

I bid fond fare well
A chapter closes for me
What opens for you?
2012-10-08 10:38:47 +00:00
TAKATSU Tomonari
ebc03cb571 - Update to 1.0.8
- Convert to new Makefile header
- Trim WWW: line in pkg-descr
2012-10-08 05:16:58 +00:00
Sunpoet Po-Chuan Hsieh
99baa8d2a7 - Add LICENSE
- Convert to new options framework
- Fix typo
- Cleanup Makefile header
2012-10-07 15:25:11 +00:00
Wen Heping
dbc947cc1b - Update to 0.99.2
Changes: http://cpansearch.perl.org/src/MARKOV/XML-Compile-Cache-0.992/ChangeLog
- Trim Makefile headers
2012-10-07 11:29:06 +00:00
Wen Heping
e7b09cdfa1 - Update to 1.28
Changes: http://cpansearch.perl.org/src/MARKOV/XML-Compile-1.28/ChangeLog
- Trim Makefile headers
2012-10-07 11:10:18 +00:00
Jun Kuriyama
8467dc22c5 Character encoding detecting library for Ruby using ICU.
WWW: http://github.com/brianmario/charlock_holmes
2012-10-07 10:28:57 +00:00
Sunpoet Po-Chuan Hsieh
973cc23070 - Convert to new options framework
- Cleanup Makefile header
2012-10-07 10:14:54 +00:00
Eitan Adler
8b9af8a471 Convert to OptionsNG
PR:	ports/172437
Submitted by:	Michael Gmelin <freebsd@grem.de>
2012-10-07 04:49:08 +00:00
Jase Thew
ed27ed32a5 the_silver_searcher is an attempt to make something better than ack,
which itself is better than grep.

WWW:		https://github.com/ggreer/the_silver_searcher
PR:		ports/172165
Submitted by:	Gea-Suan Lin <gslin@gslin.org>
Approved by:	flo, culot (mentors, implicit)
2012-10-06 22:37:54 +00:00
Eitan Adler
b453726013 Convert to OptionsNG
Approved by:	gabor (maintainer)
2012-10-06 16:12:48 +00:00
Eitan Adler
7bb5edc3e3 Convert to OptionsNG
Approved by:	gabor (maintainer)
2012-10-06 16:12:29 +00:00