Commit graph

141086 commits

Author SHA1 Message Date
seb
9d2f15190d Fix PLIST when LDAP support is activated, because apr-util package
has it, and shared modules option is not activated: LDAP related
modules are, like other modules, not installed as shared objects
so they should not be added to the PLIST.

Approved by MAINTAINER.
2009-04-24 11:21:16 +00:00
adam
3375ec6a4c Updated net/GeoIP; net/ntop 2009-04-24 10:19:15 +00:00
adam
64a78ed23a Changes 3.3.9:
* Bug fixes
* Uses GeoIP
2009-04-24 10:18:03 +00:00
adam
7cc3195281 Changes 1.4.6:
* Fix geoipupdate's my_printf function
* Fix typo in apps/geoipupdate-pureperl.pl replace PerlIO::Gzip with
  PerlIO::gzip
* Update region codes in libGeoIP/regionName.c
* Fix regioncode/generate_regionName.pl to handle regioncodes with ',' correct
* Update fips codes 20090201
* Fix unicode builds on WIN32 and eliminate some warnings
* Fix sign error in _iso_8859_1__utf8 for PPC64
* Change WIN32 to _WIN32, since _WIN32 is defined by default
* Remove the WSAStartup call from GeoIP_open
* Silence various warnings
* Add more timezone region's for Australia
* Fix possible segfault in apps/geoiplookup with null pointers in non gnu
  printf implementations for example solaris
* Add README.OSX to build fat binaries easy
* Silence vasprintf warning via AC_GNU_SOURCE
* Add several Makefiles to build a static GeoIP.lib for w32
* Silence signedness warnings
* Remove --with-city configure option
* Remove configure's --with-dbdir option. Use the similar --datadir instead
* Various autotools improvements and cleanups. Including parallel build fix.
* Fix libGeoIP/timeZone.c
* Fix timezone/generate_timeZone.pl
* Sync FIPS codes again Jan 14th, 2009
* Fix CA,NL regioncode
* Change logic in generate_regionName.pl and GeoIP_region_name_by_code
* Sync regionName.c with http://www.maxmind.com/app/fips10_4 from Dec 17th, 2008
* Fix _GeoIP_lookupaddress for 64bit big endian systems like ppc64
* Add proper WIN32/64 support
* Escape - in all manpages
* Add manpage for geoiplookup6
* Fix -d command line option
* GeoIPUpdate.c use vasprintf if avail, otherwise try vsnprintf and sprintf
* avoid pre/postincrement and assignment on the same variable
2009-04-24 10:17:22 +00:00
roy
b1ccc74a57 Updated net/parpd to 1.4 2009-04-24 09:48:15 +00:00
roy
36f64c4aef Update to parpd-1.4
Changes from 1.3 include
 * improve interface handling and detection for a smaller code size
2009-04-24 09:47:47 +00:00
seb
7332e0b880 Note update of devel/p5-App-CLI to version 0.08 2009-04-24 09:42:50 +00:00
seb
6cf7f27417 Update p5-App-CLI from version 0.07 to version 0.08.
Approved by MAINTAINER.

Pkgsrc changes:
- Adjust dependencies: Pod::Simple::Text is provided by current
perl5 package, ExtUtils::AutoInstall is not (no more?) needed at build time
- Use generic and version agnostic HOMEPAGE
- Adjust MASTER_SITES
- Add LICENSE, commented out for now
- No need for any language compiler to build this package

Upstream changes:
* 0.08 - 25 Feb 2009

  * Allow commands to be provided as inner packages
2009-04-24 09:41:48 +00:00
seb
41be3e046a Note update of devel/p5-Any-Moose to version 0.07 2009-04-24 09:36:56 +00:00
seb
da21b721f0 Update from version 0.05 to version 0.07.
Approved by MAINTAINER.

Upstream changes:
0.07  Fri, 10 Apr 2009
  * Depend on Mouse 0.20 for better compatibility with Moose >= 0.74 (rafl).

0.06  Wed, 18 Mar 2009
  * Add Any::Moose::is_class_loaded. (tokuhirom)
2009-04-24 09:35:56 +00:00
sno
109c818b2f Module::Pluggable 3.6 is a core module since perl-5.10 -> Updating dependency 2009-04-24 08:25:32 +00:00
sno
11e2bffdc0 Module::Pluggable is a core module since perl-5.10 -> Updating dependency 2009-04-24 08:17:24 +00:00
sno
84b4420774 Updated databases/p5-DBD-SQLite to 1.25 2009-04-24 07:32:18 +00:00
sno
142bb106f0 PkgSrc changes:
- Updating package for p5 module DBD::SQLite to 1.25 from 1.13

Upstream changes:
.25 Thu 23 Apr 2009
    - Amalgamation conversion turned out to be quicker than expected.
    - Changing to a production release.  (ADAMK)

1.24_02 Wed 22 Apr 2009
    - Merging various externally-contributed annotations from
      annocpan.org (ADAMK)
    - Created the beginnings of a DBD::SQLite::Cookbook (ADAMK)

1.24_01 Wed 22 Apr 2009
    - Moved getsqlite.pl into util (ADAMK)
    - Switching to the RT queue instead of the RT report page that
      does nothing and just refers you to email (ADAMK)
    - Now DBD::SQLite also uses amalgamated source recommended at sqlite.org (ISHIGAKI)
    - Resolved #45166: better unicode path handling under cygwin (ISHIGAKI)
    - Resolved #45171: test failure on CentOS 4.6 (ISHIGAKI)
2009-04-24 07:31:39 +00:00
sno
3967e0b2d7 Updated databases/p5-DBD-postgresql to 2.13.1 2009-04-24 07:27:29 +00:00
sno
0c48801783 PkgSrc changes:
- Updating package for p5 module DBD::Pg to 2.13.1 from 2.13.0
  - Setting license to artistic-2.0

Upstream changes:
2.13.1 Released April 23, 2009
  - Fix leak in pg_warn (CPAN bug #45163) [rweikusat@mssgmbh.com]
2009-04-24 07:26:40 +00:00
sno
fab9ef3537 Updated textproc/p5-Pod-Tree to 1.16 2009-04-24 07:21:40 +00:00
sno
c1fd1e87ce PkgSrc changes:
- Updating package for p5 module Pod::Tree to 1.16 from 1.15
  - Removing patches (applied upstream)

Upstream changes:
1.16    2009 Apr 10
	Pod::Tree::HTML
	- fix to work with IO::File 1.13 (RT 34755, 38307)
	mod2html
	- added to distribution
	Makefile.PL
	- added all required modules to PREREQ_PM
2009-04-24 07:20:45 +00:00
sno
9366428159 Updated textproc/p5-Pod-POM to 0.25 2009-04-24 07:07:31 +00:00
sno
f82974c57b PkgSrc changes:
- Updating package for p5 module Pod::POM to 0.25 from 0.18

Upstream changes:
Version 0.25  2009-03-27
  * updated Makefile.PL to use Module::Include properly - i.e. flag modules
    as test_requires as appropriate
  * output test failure reason with diag()
  * added t/YAML/Tiny.pm (self-contained YAML library) to remove test-only
    module dependency
  * test library uses Test::Differences if available but package does not
    list it as a dependency

Version 0.24  2009-03-21
  * fixed broken YAML files in testcases that were causing tests to fail on
    some platforms
  * added text and HTML verbatim paragraph view tests
  * fixed typo in synopsis in Pod::POM

Version 0.23  2009-03-20
  * Applied JJ's patch for coalescing verbatim paragraphs separated by blank lines
    and refined verbatim paragraph test cases and expected output
  * Tweaked pom dump format to quote individual text lines
  * Tweaked PodPOMTestLib to remove dependency on Class::Accessor
  * Added test cases for =headN hierarchy and =begin blocks
  * Added format name to =end in Pod::POM::View::Pod
  * Switch Makefile.PL to Module::Include

Version 0.22  2009-03-19
  * Added missing dependencies to Makefile.PL
  * Added pomdump program to list of executables

Version 0.21  2009-03-18
  * Added missing dependencies to Makefile.PL

Version 0.20  2009-03-17
  * Added basic pod documentation to the view modules
  * expanded the test cases (especially expanded sequences and blockquote
    paragraphs)
  * add support for blockquote paragraphs to Text and HTML views

Version 0.19  2009-03-17
  * Added dump method to Pod::POM::Node
  * Reorganized tests with new testcases directory
2009-04-24 07:06:05 +00:00
sno
04c14fc699 Updated devel/p5-Term-ANSIColor to 2.00 2009-04-24 06:57:12 +00:00
sno
fb1cc0d3e5 PkgSrc changes:
- Updating package for p5 module Term::ANSIColor to 2.00

Upstream changes:
2009-02-28  Russ Allbery  <rra@stanford.edu>

	* ANSIColor.pm: Version 2.00 released.

	* Makefile.PL: Add LICENSE to the distribution metadata for Perl
	5.10 and later.

	* ANSIColor.pm: Add explicit return statements instead of relying
	on the implicit return of the last expression.  Use all caps for
	all global variables.

	* ANSIColor.pm: Add the new functions to a :pushpop export tag.
	(PUSHCOLOR): New function that stores in an internal stack the
	attributes that are being set.
	(POPCOLOR): New function that pops the attributes being set and
	sets the attributes previously found on the stack.
	(LOCALCOLOR): New function that surrounds its argument in
	PUSHCOLOR and POPCOLOR.
	(AUTOLOAD): If $AUTOLOCAL is set, surround all color constants
	with an implicit LOCALCOLOR.
	* t/basic.t: Test PUSHCOLOR, POPCOLOR, and LOCALCOLOR.

	* t/pod-spelling.t: Rewrite to use Test::More.  Support and prefer
	aspell.

	* ANSIColor.pm: Fix additional spelling errors and rewrap the POD
	documentation to a 74-character margin.

	* t/basic.t: Rewrite to use Test::More.
	* t/pod.t: Likewise.

	* ANSIColor.pm (AUTOLOAD): If ANSI_COLORS_DISABLED is set, return
	the stringified arguments rather than creating a sub.  This allows
	colors to work later if ANSI_COLORS_DISABLED is unset rather than
	making its effects permanent.  It also avoids adding a reset
	escape sequence when $AUTORESET and ANSI_COLORS_DISABLED are both
	set.

2008-09-14  Russ Allbery  <rra@stanford.edu>

	* ANSIColor.pm: Add faint as a synonym for dark and improve the
	documentation of text attributes.

	* t/pod-spelling.t: New check to spell-check POD documentation
	using ispell with Pod::Spell.
	* ANSIColor.pm: Fix spelling and markup errors in documentation
	and add stop-words where appropriate.
2009-04-24 06:56:27 +00:00
sno
8e8579478a Updated www/p5-CGI-Simple to 1.109 2009-04-24 06:51:48 +00:00
sno
72d3eef459 PkgSrc changes:
- Updating package for p5 module CGI::Simple to 1.109

Upstream changes:
1.107   2009-03-07
      - CGI::Simple::Cookie, fixed bug when cookie had both leading and
        trailing white space (RT#34314, Ron Savage and Mark Stosberg)
      - Accept a comma as well as semi-colon as a cookie separator. This
        is consistent with CGI.pm as well as RFC 2965, which states: "A
        server SHOULD also accept comma (,) as the separator between cookie-
        values for future compatibility." (Mark Stosberg)
      - Support cookies which have an equals sign in the value. Ported
        from CGI.pm (Mark Stosberg)
      - Support cookies in which one of multiple values is empty. Ported
        from CGI.pm (Mark Stosberg)
      - Fixed bug when calling unescapeHTML on HTML that wasn't
        properly escaped in the first place. Thanks to M-Uchino and
        Mark Stosberg.
      - Removed bogus dependency on version.pm.
      - Add heuristic to upload to handle the case where no boundary is
        specified in CONTENT_TYPE. See #14838.

1.108   2009-03-13
      - Remove bogus references to Selfloader in documenation. No
        functional changes.

1.109   2009-04-16
      - Added support for HttpOnly to CGI::Simple::Cookie. Thanks to
        Scott Thomson for the patch.
2009-04-24 06:50:42 +00:00
sno
f29992eaeb Updated www/p5-CGI-Session to 4.41 2009-04-24 06:47:33 +00:00
sno
600d4951a3 PkgSrc changes:
- Updating package for p5 module CGI::Session to 4.41

Upstream changes:
4.41 - Friday, March 20, 2009
    * FIX: RT#43290. In CGI::Session::Driver::sqlite, ensure database handle is still defined in DESTROY()
           before calling ping(). For more detail see RT#35925 as discussed under V 4.31 below.
    * DOCUMENTATION: Add comments about using the header() method to set the charset to 'utf-8'.
2009-04-24 06:46:30 +00:00
sno
5ac284d1f2 Updated www/p5-CGI-Ajax to 0.707 2009-04-24 06:42:04 +00:00
sno
61c11aa669 PkgSrc changes:
- Updating package for p5 module CGI::Ajax to 0.707

Upstream changes:
0.707 (154) | Jan Franczak | 2008-10-07

 Fixed an issue in the declaration of the javascript cache variable as a
 local variable in the exported methods.  This was causing NO_CACHE to
 never generate the pjxrand in the query string.

 Changed the code so that cache is set as a global javascript variable.

 Thanks to Shivanandham Karunanithi for identifying this.

0.706 (153) | Shibi Ns | 2008-09-04

 Wrongly coded one line of code for the fix 0.705

 Changed this:

 #    return '' if  $cgi->isa('header') || $cgi->isa('header_type') ;

 To this:

 #    return '' if  $cgi->isa('CGI') || $cgi->isa('CGI::Application') ;

0.705 (152) | Shibi Ns | 2008-08-26

 Changed function call from "can" to "isa" in order this to work with new
 version of CGI 3.37. CGI 3.37 has overloaded the function "can" which causes
 some of the functions to fail.

0.703 (150) | Jan Franczak | 2008-08-20

 Added support for CACHE() which allows default behaviour of disabling page
 cache.

 Added fname() support to allow the names of exported functions to be
 specified.

 Added skip_header support to prevent two headers being produced for
 applications producing their own headers.

 Two new test scripts.
2009-04-24 06:41:27 +00:00
minskim
6397b49444 Add tex-dvipdfmx-def. 2009-04-24 06:27:46 +00:00
minskim
0d151f0a68 Import tex-dvipdfmx-def-3.0i as print/tex-dvipdfmx-def.
This is a driver-dependent file for DVIPDFMx by J.-H. Cho and S.
Hirata.  It is written based on `dvipdf.def' in the LaTeX `Graphics
Bundle'.
2009-04-24 06:26:16 +00:00
minskim
d6c2b34352 Add tex-glyphlist. 2009-04-24 06:16:22 +00:00
minskim
a5111bfe21 Import tex-glyphlist-2.0 as fonts/tex-glyphlist.
The Adobe Glyph List is a mapping of glyph names to Unicode scalar
values.
2009-04-24 06:15:01 +00:00
minskim
80750355cc Correct latex-fonts' CATEGORIES. 2009-04-24 06:13:31 +00:00
hasso
fa3093da3e Updated lang/python26 to 2.6.2nb1. 2009-04-24 02:28:32 +00:00
minskim
ea2f0e5e5d Add tex-placeins and tex-placeins-doc. 2009-04-24 01:48:29 +00:00
minskim
35d77f068a Import tex-placeins-doc-2.2 as print/tex-placeins-doc.
This is documentation for tex-placeins.
2009-04-24 01:46:41 +00:00
minskim
9762845ec1 Import tex-placeins-2.2 as print/tex-placeins.
This package defines a \FloatBarrier command, beyond which floats may
not pass.  It is useful, for example, to ensure all floats for a
section appear before the next \section command.
2009-04-24 01:46:06 +00:00
hasso
62048b5f1a * Make it build on DragonFly.
* Remove rgbimg module from PLIST, it's removed.
* Bump PKGREVISION.
2009-04-24 01:32:50 +00:00
hasso
6c33477a28 Make it build on DragonFly master. 2009-04-24 01:07:18 +00:00
minskim
2c53c14ceb Update tex-ifxetex and add tex-ifxetex-doc. 2009-04-24 01:05:14 +00:00
joerg
d7225531ed Constify. 2009-04-24 01:03:41 +00:00
minskim
087dd67aab Import tex-ifxetex-doc-0.5 as print/tex-ifxetex-doc.
This is documentation for tex-ifxetex.
2009-04-24 01:03:12 +00:00
minskim
46cb1f815a Update tex-ifxetex to 0.5.
Changes include:
- Abort if \cmd\ifxetex\ is already defined.
2009-04-24 01:00:28 +00:00
seb
d8c1dcbcff Note update of textproc/p5-Text-RewriteRules to version 0.18 2009-04-23 23:58:48 +00:00
seb
b4eb0bee92 Update p5-Text-RewriteRules from version 0.17 to version 0.18.
Upstream changes:
0.18    2009, Mar 2 (20:56)
   - Added parenthesis around regexp so it supports ors nicely.
2009-04-23 23:58:09 +00:00
minskim
d9438880eb Add tex-exam and tex-exam-doc. 2009-04-23 23:52:17 +00:00
minskim
69e77487f3 Import tex-exam-doc-2.3 as print/tex-exam-doc.
This is documentation for tex-exam.
2009-04-23 23:50:46 +00:00
minskim
3fdee39ce3 Import tex-exam-2.3 as print/tex-exam.
Provides a class exam, which eases production of exams, even by a
LaTeX novice.  Simple commands are provided to (i) create questions,
parts of questions, subparts of parts, and subsubparts of subparts,
all with optional point values, (ii) create a grading table, indexed
either by question number (listing each question and the total
possible points for that question) or by page number (listing each
page with points and the total possible points for that page), and
(iii) create headers and footers that are each specified in three
parts: one part to be left justified, one part to be centered, and one
part to be right justified, in the manner of fancyhdr Headers and/or
footers can be different on the first page of the exam, can be
different on the last page of the exam, and can vary depending on
whether the page number is odd or even, or on whether the current page
continues a question from a previous page, or on whether the last
question on the current page continues onto the following page.
Multiple line headers and/or footers are allowed, and it is easy to
increase the part of the page devoted to headers and/or footers to
allow for this.
2009-04-23 23:50:11 +00:00
minskim
770bb98513 Add tex-graphics and tex-graphics-doc. 2009-04-23 22:38:43 +00:00
minskim
4937a41be4 Import tex-graphics-doc-1.0o as print/tex-graphics-doc.
This is documentation for tex-graphics.
2009-04-23 22:36:50 +00:00