Commit graph

192468 commits

Author SHA1 Message Date
minskim
dfaf8ad0a6 Import tex-texlive-docindex-doc-2012 as print/tex-texlive-docindex-doc.
This is documentation for tex-texlive-docindex.
2012-10-14 17:51:15 +00:00
minskim
d57233b46e Import tex-texlive-docindex-2012 as print/tex-texlive-docindex.
This package provides the top-level TeX Live doc.html and other
support files.
2012-10-14 17:50:53 +00:00
minskim
dbb10e902c Use a more restrictive pattern in setting DIST_SUBDIR for TeX Live packages. 2012-10-14 17:48:34 +00:00
minskim
cffac76f79 Note update of tex-texlive-en-doc. 2012-10-14 17:08:53 +00:00
minskim
57d59e7ccf Update tex-texlive-en-doc to 2012.
Changes:
- Updated documentation for TeX Live 2012.
2012-10-14 17:07:58 +00:00
minskim
490505a4e7 Note update of tex-texlive-common-doc. 2012-10-14 17:02:27 +00:00
minskim
7c32a4c463 Update tex-texlive-common-doc to 2012. Image files updates only. 2012-10-14 17:00:43 +00:00
wiz
06a5cb2558 Updated net/filezilla to 3.5.0nb12 2012-10-14 16:04:59 +00:00
wiz
4b39a47306 Since xdg-utils is such well-designed software focusing on cross-platform
support, making sure everything is well-tested -- NOT, avoid using it here.
Bump PKGREVISION.
2012-10-14 16:04:44 +00:00
wiz
e284a48989 + GraphicsMagick-1.3.17, desktop-file-utils-0.21, eric5-5.2.6,
evince-3.6.0, gdal-1.9.2, gnutls-3.1.3, libmemcached-1.0.12,
  libotf-0.9.13, m17n-db-1.6.4, m17n-lib-1.6.4, pvs-5.0,
  wine-devel-1.5.15, x264-devel-20121013, xf86-video-intel-2.20.10,
  xosview-1.11.
2012-10-14 16:02:42 +00:00
shattered
97b361f484 Updated emulators/vmips to 1.4 2012-10-14 05:51:10 +00:00
shattered
1270d8fde6 Update to 1.4. Notable changes:
- Completely remove half-done disk controller, skeletonize half-done fpu
- Guard use of the FPU with a runtime option (-o fpu).
2012-10-14 05:44:44 +00:00
dholland
54cb5d1a2f Update HOMEPAGE. (The old one still works too, at least for now.) 2012-10-14 03:03:32 +00:00
minskim
0c3973557b Note update of tex-kpathsea{,-doc}. 2012-10-13 22:51:48 +00:00
minskim
a4f4defe61 Update tex-kpathsea{,-doc} to 2012.
Changes:
    - Added mktexfmt.
    - Updated documentation.
2012-10-13 22:50:06 +00:00
minskim
2ee2d1547e Note PKGREVISION bump of texlive-tetex. 2012-10-13 22:43:50 +00:00
minskim
ecbb44ec6e Resolve conflicts between texlive-tetex and TeX Live 2012 packages. 2012-10-13 22:43:23 +00:00
darcy
f1f783a8d3 Missed two more files in PLIST.
Add another patch that stops an annoying warning.
2012-10-13 22:43:22 +00:00
minskim
b1117457b8 Note update of tex-tetex{,-doc}. 2012-10-13 22:39:30 +00:00
minskim
e33ac64144 Update tex-tetex{,-doc} to 3.0.27774.
In TeX Live 2012, this package replaces print/texlive-tetex.
2012-10-13 22:38:20 +00:00
minskim
7d9f6ebe9a Add tex-texconfig{,-doc}. 2012-10-13 22:32:56 +00:00
minskim
015571ed56 Import tex-texconfig-doc-2012 as print/tex-texconfig-doc.
This is documentation for tex-texconfig.
2012-10-13 22:29:55 +00:00
minskim
2a3c4c9f3f Import tex-texconfig-2012 as print/tex-texconfig.
This package provides texconfig, a utility to configure TeX.
2012-10-13 22:29:21 +00:00
alnsn
2fe03d7b9c Fix PLIST entries on amd64 and i386. 2012-10-13 22:17:35 +00:00
jmmv
5da1ea6e43 Note update of sysbuild to 2.4. 2012-10-13 18:41:00 +00:00
jmmv
dc3395ffa8 Update to 2.4:
- Add a MKVARS variable to pass arbitrary variables to build.sh through -V.
  E.g. MKVARS="MKDEBUG=yes".
- Move the documentation of the configuration file to a new sysbuild.conf(5).
2012-10-13 18:40:33 +00:00
ryoon
976e3cefdc Fix thunderbird10-l10n line. 2012-10-13 17:42:15 +00:00
ryoon
e080ebb6ba Updated www/firefox10-l10n to 10.0.9
Updated mail/thunderbird10 to 10.0.9
2012-10-13 17:39:52 +00:00
ryoon
2bfa72b6c6 Update to 10.0.9
* Sync with thunderbird-10.0.9
2012-10-13 17:38:35 +00:00
ryoon
d7ce52c879 Update to 10.0.9
* Sync with firefox-10.0.9
2012-10-13 17:38:01 +00:00
darcy
0042fac321 Update PLIST missed on previous commit. Thanks to Benjamin Newman. 2012-10-13 16:48:19 +00:00
asau
1adb246497 Pass flags to "patch" to avoid user interaction,
otherwise bulk build may stuck as it is seen on FreeBSD 9.0.
2012-10-13 16:10:18 +00:00
jmmv
55799a2de0 Speed up the algorithm to determine the files left to check.
This change modifies the algorithm used to keep track of the files that
have not yet been checksummed to use a simple loop instead of shell pattern
matching.

For packages with few distinfo entries, either way yields the same result
as the list of files to check is very short.  But for those packages with
hundreds of distinfo entries (vim, I'm looking at you), the difference is
huge.  In my old macppc machine, the checksum of vim used to take around
40 minutes and now it takes ~35 seconds.  The difference is also clearly
visible in my faster amd64 machine (although I haven't bothered to time it).
2012-10-13 15:31:23 +00:00
wen
eb15ea0c99 Updated converters/help2man to 1.40.12 2012-10-13 12:26:59 +00:00
wen
1507fe8cdd Update to 1.40.12
Based on pkg/46548 submitted by Wen Heping(myself)

Upstream changes:
help2man (1.40.12) unstable; urgency=low

  * Update Croatian translation (thanks to Tomislav Krznar).
  * Fix updating of help2man.pot to occur only when help2man.PL is
    changed, not help2man generated.

 -- Brendan O'Dea <bod@debian.org>  Thu, 23 Aug 2012 11:43:05 +1000

help2man (1.40.11) unstable; urgency=low

  * Add Croatian translation (thanks to Tomislav Krznar).

 -- Brendan O'Dea <bod@debian.org>  Sat, 28 Jul 2012 19:29:43 +1000

help2man (1.40.10) unstable; urgency=low

  * Update Greek translation (thanks to Savvas Radevic).
  * Update Serbian translation (thanks to ........ .......).
  * Update German translation (thanks to Arun Persaud).

 -- Brendan O'Dea <bod@debian.org>  Sat, 12 May 2012 13:54:58 +1000

help2man (1.40.9) unstable; urgency=low

  * Update Japanese translation (thanks to Yasumichi Akahoshi).
  * Update Esperanto translation (thanks to Felipe Castro).
  * Update Vietnamese translation (thanks to Tr.. Ng.. Qu.n).
  * Update German translation (thanks to Chris Leick, closes: #669564).

 -- Brendan O'Dea <bod@debian.org>  Fri, 20 Apr 2012 21:35:43 +1000

help2man (1.40.8) unstable; urgency=low

  * Update French translation (thanks to David Pr.vot).
  * Update Italian translation (thanks to Sergio Zanchetta).
  * Update Polish translation (thanks to Jakub Bogusz).
  * Update Russian translation (thanks to Yuri Kozlov).
  * Update Ukranian translation (thanks to Yuri Chornoivan).
  * Modify self-extracting scripts to output to a temporary file.
  * Ensure that help2man exists before building manual pages (as reported
    by Richard Maw).

 -- Brendan O'Dea <bod@debian.org>  Sun, 08 Apr 2012 23:10:20 +1000

help2man (1.40.7) unstable; urgency=low

  * Update Greek translation (thanks to Savvas Radevic).

 -- Brendan O'Dea <bod@debian.org>  Mon, 19 Mar 2012 21:28:41 +1100

help2man (1.40.6) unstable; urgency=low

  * Update years in debian/copyright.
  * Fix FSF address in comments (thanks to Paul Eggert).

 -- Brendan O'Dea <bod@debian.org>  Sun, 12 Feb 2012 22:39:25 +1100

help2man (1.40.5) unstable; urgency=low

  * Clean up some lintian warnings: build-targets, source format and
    standards version.
  * Add Serbian translation (thanks to Miroslav Nikolic).
  * Fix trivial translation changes due to additional copyright year.
  * Minor fix to Italian translation.

 -- Brendan O'Dea <bod@debian.org>  Mon, 02 Jan 2012 20:50:50 +1100

help2man (1.40.4) unstable; urgency=low

  * Update Brazilian Portuguese translation (thanks to Rodolfo Ribeiro
    Gomes).

 -- Brendan O'Dea <bod@debian.org>  Mon, 20 Jun 2011 11:29:04 +1000

help2man (1.40.3) unstable; urgency=low

  * Update Esperanto translation (thanks to Felipe Castro).
  * Update links to git repository.

 -- Brendan O'Dea <bod@debian.org>  Tue, 14 Jun 2011 10:08:53 +1000

help2man (1.40.2) unstable; urgency=low

  * Remove a superfluous period from texinfo doc.
  * Change footnote about supported languages to a simple paragraph.
  * Update Italian translation (thanks to Sergio Zanchetta).
  * Update Ukrainian translation (thanks to Yuri Chornoivan).
  * Update French translation (thanks to David Pr.vot).
  * Update Japanese translation (thanks to Yasumichi Akahoshi).
  * Update Russian translation (thanks to Yuri Kozlov).
  * Update Polish translation (thanks to Jakub Bogusz).

 -- Brendan O'Dea <bod@debian.org>  Wed, 01 Jun 2011 08:04:45 +1000

help2man (1.40.1) unstable; urgency=low

  * Update texinfo docs with recommendations kindly provided by Karl
    Berry.
  * Document --libtool option.
  * Fixup references to GNU Standards.
  * Allow date format to be localised (thanks to Yasumichi Akahoshi).
  * Add Japanese translation (thanks to Yasumichi Akahoshi).

 -- Brendan O'Dea <bod@debian.org>  Sun, 29 May 2011 11:31:14 +1000

help2man (1.39.4) unstable; urgency=low

  * Update Italian translation (thanks to Sergio Zanchetta).

 -- Brendan O'Dea <bod@debian.org>  Wed, 11 May 2011 22:58:55 +1000

help2man (1.39.3) unstable; urgency=low

  * Update French translation (thanks to David Pr.vot, closes: #620250).
  * Update the "Localised man pages" section of the Texinfo docs and note that
    translations are now handled through the Translation Project.
  * Update German translation (thanks to Chris Leick, closes: #624401).
  * Minor update to German translation as suggested by Werner Lemberg in
    http://sourceforge.net/mailarchive/message.php?msg_id=26828512

 -- Brendan O'Dea <bod@debian.org>  Sun, 01 May 2011 10:35:38 +1000

help2man (1.39.2) unstable; urgency=low

  * Update Russian translation (thanks to Yuri Kozlov).
  * Update Ukranian translation (thanks to Yuri Chornoivan).
  * Update Polish translation (thanks to Jakub Bogusz).
  * Add Esperanto translation (thanks to Felipe Castro).
  * Update Finnish translation (thanks to Tommi Vainikainen).

 -- Brendan O'Dea <bod@debian.org>  Tue, 08 Mar 2011 22:33:01 +1100

help2man (1.39.1) unstable; urgency=low

  * Add option to remove `lt-' prefix for libtool programs (thanks to
    Ben Asselstine).
  * Add Ukranian translation (thanks to Yuri Chornoivan).
  * Update Russian translation (thanks to Yuri Kozlov).
  * Update Polish translation (thanks to Jakub Bogusz).

 -- Brendan O'Dea <bod@debian.org>  Mon, 28 Feb 2011 11:15:44 +1100

help2man (1.38.4) unstable; urgency=low

  * Add Italian translation (thanks to Sergio Zanchetta).
  * Don't double encode $date in the header.
  * Use UTF-8 encoding for all manual pages.
  * Add Greek translation (thanks to Michael Kotsarinis).
  * Update French translation (thanks to David Pr.vot, closes: #590580).
  * Update German translation (thanks to Helge Kreutzmann, closes: #590975).
  * Use INSTALL_SCRIPT to install Perl script.
  * Remove deprecated DH_COMPAT in debian/rules, adding debian/compat.
  * Add ${misc:Depends}.
  * Don't ignore errors from distclean.
  * Fix Brazilian, Russian and Italian translations (placement of period was
    causing text to be interpreted as a macro).
  * Update standards version to 3.9.1.
  * Add missing dependency on dpkg/install-info.
  * Strip bindtextdomain.so preload.
  * Install preload into $(libdir)/help2man.

 -- Brendan O'Dea <bod@debian.org>  Tue, 28 Dec 2010 15:43:36 +1100

help2man (1.38.3) unstable; urgency=low

  * Apply patch from Mike Frysinger to allow "make install -j" to work.

 -- Brendan O'Dea <bod@debian.org>  Sun, 04 Jul 2010 12:17:17 +1000
2012-10-13 12:25:02 +00:00
adam
600013aa50 Updated databases/openldap to 2.4.33 2012-10-13 11:50:31 +00:00
adam
8ac49a8693 Changes 2.4.33:
Added slapd-meta cn=config support
	Fixed libldap MozNSS slot picking
	Fixed libldap MozNSS with tokenname:certnickname format
	Fixed libmdb POSIX semaphore cleanup on environment close
	Fixed libmdb mdb_page_split
	Fixed slapd alock handling on Windows
	Fixed slapd acl handling with zero-length values
	Fixed slapd syncprov to not reference ops inside a lock
	Fixed slapd delta-syncrepl MMR with large attribute values
	Fixed slapd slapd_rw_destroy function
	Fixed slapd-ldap idassert bind handling
	Fixed slapd-mdb slapadd -q -w double free
	Fixed slapd-mdb to close read txn in reindex commit
	Fixed slapo-constraint with multiple modifications
	Build Environment
		Fixed build with Visual Studio
		Fixed libmdb posix semaphore use on BSD system
		Add slapo-constraint test suite
	Contrib
		Updated radius passwd module for NAS-Identifier
	Documentation
		slapo-refint(5) Note that refint is not replicated
2012-10-13 11:47:19 +00:00
wen
6877f50fdf Updated devel/p5-Moose to 2.0604 2012-10-13 11:25:06 +00:00
wen
7d860dc606 Update to 2.0604
Upstream changes:
2.0604 Wed, Sep 19, 2012

  [BUG FIXES]

  * Fix nonsensical error message for inlined accessors of required attributes.
    (doy)

  * Stop trying to localize a lexical (blead now throws an error for this). RT
    #79257, perl #114628. (sprout)

  [OTHER]

  * Depend on a version of Carp new enough to have caller_info. RT #79367.
    (pshangov)
2012-10-13 11:23:00 +00:00
ryoon
45cbe580bb Updated mail/thunderbird10 to 10.0.9 2012-10-13 10:20:25 +00:00
ryoon
6622ff4ba7 Update to 10.0.9
Changelog:
Fixed in Thunderbird ESR 10.0.9
MFSA 2012-89 defaultValue security checks not applied

Fixed in Thunderbird ESR 10.0.8
MFSA 2012-87 Use-after-free in the IME State Manager
MFSA 2012-86 Heap memory corruption issues found using Address Sanitizer
MFSA 2012-85 Use-after-free, buffer overflow, and out of bounds read issues found using Address Sanitizer
MFSA 2012-84 Spoofing and script injection through location.hash
MFSA 2012-83 Chrome Object Wrapper (COW) does not disallow acces to privileged functions or properties
MFSA 2012-82 top object and location property accessible by plugins
MFSA 2012-81 GetProperty function can bypass security checks
MFSA 2012-79 DOS and crash with full screen and history navigation
MFSA 2012-77 Some DOMWindowUtils methods bypass security checks
MFSA 2012-74 Miscellaneous memory safety hazards (rv:16.0/ rv:10.0.8)
MFSA 2012-59 Location object can be shadowed using Object.defineProperty
2012-10-13 10:19:37 +00:00
ryoon
2f66437704 Updated devel/xulrunner10 to 10.0.9
Updated www/firefox10 to 10.0.9
2012-10-13 10:17:35 +00:00
ryoon
ddeaacb3ff Update to 10.0.9
Changelog:
Fixed in Firefox ESR 10.0.9
MFSA 2012-89 defaultValue security checks not applied

Fixed in Firefox ESR 10.0.8
MFSA 2012-87 Use-after-free in the IME State Manager
MFSA 2012-86 Heap memory corruption issues found using Address Sanitizer
MFSA 2012-85 Use-after-free, buffer overflow, and out of bounds read issues found using Address Sanitizer
MFSA 2012-84 Spoofing and script injection through location.hash
MFSA 2012-83 Chrome Object Wrapper (COW) does not disallow acces to privileged functions or properties
MFSA 2012-82 top object and location property accessible by plugins
MFSA 2012-81 GetProperty function can bypass security checks
MFSA 2012-79 DOS and crash with full screen and history navigation
MFSA 2012-77 Some DOMWindowUtils methods bypass security checks
MFSA 2012-74 Miscellaneous memory safety hazards (rv:16.0/ rv:10.0.8)
MFSA 2012-59 Location object can be shadowed using Object.defineProperty
2012-10-13 10:16:23 +00:00
skrll
46130cb12c Retire from pkg maintainership 2012-10-13 09:34:49 +00:00
wiz
6921450e87 Updated net/unison to 2.40.63nb17 2012-10-13 09:08:18 +00:00
wiz
83ee42d42d Fix unison syncing between copies built with ocaml3 and ocaml4.
From upstream SVN (to be released as 2.40.69 some day).

r511 | vouillon | 2012-09-17 16:09:03 +0200 (Mon, 17 Sep 2012) | 3 lines

* Use hash function from OCaml 3.x for comparing archives, even when
  compiled with OCaml 4.x

Bump PKGREVISION.
2012-10-13 09:05:11 +00:00
obache
c14b6993a1 take care for the case USE_INTERNAL_UUID is not defined.
XXX: but what is it?
2012-10-13 08:20:05 +00:00
obache
750d684c02 m17n projects has moved to Savannah. 2012-10-13 01:35:43 +00:00
taca
14e2615930 + subversion-1.7.7. 2012-10-13 00:58:52 +00:00
taca
458261b1c4 Note update of www/contao211-translations package to 201210110. 2012-10-13 00:58:15 +00:00