Commit graph

2733 commits

Author SHA1 Message Date
drochner
f0cd471c96 add scite-2.24, a programmer's editor 2011-03-11 14:42:46 +00:00
drochner
db64acd554 +TeXmacs-devel 2011-03-11 14:24:26 +00:00
drochner
219922bbaf add a pkg for the current development version of TeXmacs (1.0.7.10) 2011-03-11 14:19:09 +00:00
zafer
a6125996f1 remove dead mirror. 2011-03-11 11:27:13 +00:00
wiz
e2378876a6 regen to match patches/ contents. 2011-03-10 21:59:15 +00:00
obache
626c866dfe Bump PKGREVISION form default GIF library change from libungif to giflib. 2011-03-10 10:24:52 +00:00
minskim
85fb2ae27a Update emacs-snapshot to 20110224.
Changes:
* emacs-lisp/package.el (package-tar-file-info): Handle also
  remote files.
* cus-start.el (cursor-in-non-selected-windows):
  Fix :set quoting oddness.
* font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
  in some setf expressions.
* vc/vc.el (vc-next-action): Add missing space to y-or-n-p prompt.
  Give an explicit error if failed to make writable.
* Documentation fixes.
2011-03-10 01:28:48 +00:00
minskim
1fa98bf61c Make lyx build on Mac OS X. 2011-03-09 18:48:51 +00:00
drochner
6faa8ad366 libungif/buildlink3.mk -> mk/giflib.buildlink3.mk 2011-03-09 16:28:20 +00:00
minskim
29b963112b Let lyx install files under ${DESTDIR} on Mac OS X. 2011-03-07 23:28:38 +00:00
ryoon
19d1e494f3 Add qgoogletranslator 2011-03-07 07:04:03 +00:00
ryoon
d404309dec Import qgoogletranslator-1.2.1 as editors/qgoogletranslator.
Qt gui for google translate based on ajax api
2011-03-07 07:02:06 +00:00
ryoon
1e561d119d Update to 2.9.2.
Set LICENSE.
Older changelog is not included.

Changelog:
Changes since version 2.9.0:
---------------------------
- Updated to Unicode 5.2.0
- Landscape printing bug fixed
- DOS CRLF with uniconv bug fixed
- Hungarian Runes (PUA) rovasiras glyph adjustments
- Windows port now behaves itself
- Minor enhancements
2011-03-02 13:33:12 +00:00
minskim
43e19192c3 Add a patch for "==" in a shell script. 2011-03-01 17:57:16 +00:00
minskim
582a0add36 Update emacs-snapshot to 20110224.
- Reorganize icon directories and files.
- Obsolete packages: pc-mode, pc-select, pgg, spell, and sregex.
- Import modules from gnulib: filemode, crypto/md5, stdint,
  getloadavg, and strftime.
2011-03-01 04:12:45 +00:00
wiz
e2f84ad43f Reset maintainer for retired developers. 2011-02-28 14:52:37 +00:00
wiz
887415258a Bump PKGREVISION for upstream version of png patch. 2011-02-12 11:41:01 +00:00
wiz
90d65730e9 Use upstream version of png-1.5 fix. 2011-02-12 11:40:41 +00:00
wiz
cfddcd027f gpl-2 is correct, remove comment. 2011-02-12 11:40:11 +00:00
obache
a2456bc57f Add an patch to fix multibyte char search on 64bit environment.
PR#42832 by Atsushi Onoe.

Bump PKGREVISION.
2011-02-12 02:52:34 +00:00
hiramatsu
8e9c83ebb2 Instead of extracting version string from PKGNAME, use
${_EMACS_VERSION_MAJOR} and ${_EMACS_VERSION_MINOR} to determine installed
version of emacs.

Also, set minimum version of _EMACS_REQD to the same as
${_EMACS_VERSION_MAJOR}.${_EMACS_VERSION_MINOR}. Otherwise, buildlink
does not work for emacs lisp libraries.

Should fix PR/42763.
2011-02-08 13:20:13 +00:00
wiz
05aa42698f Fix build with png-1.5. 2011-02-07 22:08:42 +00:00
wiz
113443e6aa Set LICENSE. 2011-02-06 16:26:00 +00:00
wiz
8a393d1c05 Fix build of abiword-plugins with png-1.5. 2011-02-01 10:48:14 +00:00
drochner
3c86f3b7be bump PKGREV for poppler shlib major change 2011-01-31 17:08:19 +00:00
markd
97aba7987e Fix build with gcc4.5 2011-01-29 22:16:51 +00:00
wiz
e8cf93a333 Fix build with png-1.5. 2011-01-24 09:33:32 +00:00
tnn
2707b3e2a6 png-1.5 build fix 2011-01-19 16:04:00 +00:00
wiz
3d21cd4a75 Fix build with png-1.5. 2011-01-15 15:07:11 +00:00
tron
1285ab82e3 Port Thomas Klausner's "png" build fix from the "emacs23" package to
this emacs version.
2011-01-14 11:06:52 +00:00
wiz
aafd97eca4 Fix build with png-1.5. 2011-01-14 10:32:28 +00:00
wiz
4a85d9393e png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:53:23 +00:00
wiz
af3596f984 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
obache
6ab47d6538 Ignore DragonFly BSD's SysV pty, same as recent NetBSD and Darwin.
fixes PR#44357.
2011-01-10 11:06:29 +00:00
drochner
ec5291a300 recognize maxima-5.23, bump PKGREVISION 2011-01-03 18:20:17 +00:00
dsainty
1f40f3a084 Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk

This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).

The mechanical edits were applied via the following script:

#!/bin/sh
for d in */*; do
  [ -d "$d" ] || continue
  for i in "$d/"Makefile* "$d/"*.mk; do
    case "$i" in *.orig|*"*"*) continue;; esac
    out="$d/x"
    sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
        -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
        < "$i" > "$out"
    if cmp -s "$i" "$out"; then
      rm -f "$out"
    else
      echo "Edited $i"
      mv -f "$i" "$i.orig" && mv "$out" "$i"
    fi
  done
done
2010-12-23 11:44:24 +00:00
hauke
541d6f3d31 Taking maintainership, after an offer from Masao Uebayasi. 2010-12-17 16:47:32 +00:00
hauke
f3f3f342fa Update XEmacs package to 21.4.22
I tried to work in the manual PLIST changes.

Changes since 21.4.17 from the distribution ChangeLog:

2008-12-28  Vin Shelton  <acs@xemacs.org>

        * XEmacs 21.4.22 is released

        * etc/photos/vin.png:
        * etc/photos/vinm.png: Updated.

2007-10-07  Vin Shelton  <acs@xemacs.org>

        * XEmacs 21.4.21 is released

        * modules/ldap/eldap.c: Declare that we use deprecated API.
        Thanks to Mats Lidell <matsl@xemacs.org> for the report & patch:
        <871wgnqunm.fsf@spencer.lidell.homelinux.net>.

2006-12-09  Vin Shelton  <acs@xemacs.org>

        * XEmacs 21.4.20 is released

        * configure.in: Find relocated xpm library under cygwin.
        Patch lifted from Rick Rankin's 21.5 version of the patch.
        * PROBLEMS: X11R7 loses x11/bitmaps/gray.
        * configure.in: Simplify cygwin include and nox/Xpm handling.
        As of cygwin-1.5.19, 'gcc -print-file-name=libc.a' (effectively)
        returns '/lib' instead of '/usr/lib', so we'll use
        'gcc -print-search-dirs' instead.

2006-01-28  Vin Shelton  <acs@xemacs.org>

        * XEmacs 21.4.19 is released

        * etc/package-index.LATEST.gpg: Updated with latest package data.
        Merge from 21.5.
        * configure.in: Fixed `LDAP_OPT_ON' libraries configuration
        introduced in local 2005-03-13 change of `configure.in'.  However,
        do not check for internal `-lber' `ber_pvt_opt_on' symbol as done
        in upstream.  This symbol is not part of any published interface,
        it may exist or not exist, depending on openldap version.  Cryptic
        comment before using it in upstream 21.5 source did not state
        precisely under which circumstances checking for it was useful,
        which sort of user code tried to link the symbol.  So in local
        21.5 dismissed both the code and the comment without writing a
        cleaner equivalent.
        * etc/NEWS: Document.
        * etc/package-index.LATEST.gpg: Updated with latest package data.
        * etc/OXYMORONS: insert 'Social Property' for 21.4.18.
        * etc/NEWS: document motif deprecation and defaulting
        --with-widgets to off.
        * etc/PACKAGES: Fix description of xetla.

2005-12-03  Vin Shelton <acs@xemacs.org>

        * XEmacs 21.4.18 is released

        * etc/TUTORIAL.cs: copied from 21.5.
        * etc/TUTORIAL.sl: copied from 21.5.
        * configure.in: Merge revision 1.19 change: fix ldap libraries
        configuration lossage when `-lldap -llber' links and but `-lldap'
        does not; allow `ldap_libs' to be empty or overridden by builder.
        The lossage was introduced in upstream revision 1.151.2.31
        (2005/01/31 02:54:47 vins) by (extremely hasty and unwise) merge
        of revision 1.232 change.
        * etc/NEWS: Document it.
        * configure.in (XE_COMPUTE_RUNPATH): Check XtRegisterDrawable
        availability.
        * etc/PACKAGES: etc/PACKAGES: Announce re-builder, xetla.
        * configure.in: Avoid using Motif also for cygwin
        * configure.in: Check for u_int*_t typedefs and use them in
        Berkeley DB detection.
        * etc/PACKAGES: etc/PACKAGES: Announce re-builder, xetla.
        * configure.in: Remove -fno-gnu-linker option from Solaris
        dynodump builds; it doesn't do anything.
        Don't use 'head -1' - it's deprecated by coreutils-5.3.0 on some
        platforms.
        * etc/PACKAGES: Announce latin-euro-standards, update mule-base.
        * etc/OXYMORONS: New list.
2010-12-16 17:45:12 +00:00
minskim
30a5db801e Update emacs-snapshot to 24.0.50.20101204.
- Gnus updated
  New files: color.el, proto-stream.el, rtree.el, and shr-color.el.
2010-12-08 22:00:11 +00:00
wiz
8ac7ab07bf Add hicolor-icon-theme, bump PKGREVISION, for PR 44201.
While here, set LICENSE.
2010-12-08 09:55:41 +00:00
drochner
e3046b148b update to 1.6.8
maintenance release: "We have fixed crashes that have been reported to us,
ironed out many small glitches, further polished the user interface,
updated the documentation and added some new layouts."

approved by Jeremy C. Reed
2010-12-01 19:34:49 +00:00
asau
d290c17d79 Adjust category. 2010-12-01 10:50:54 +00:00
asau
05720ba006 + xournal 2010-12-01 10:48:06 +00:00
asau
b4181e12b3 Import Xournal 0.4.5 as editors/xournal.
Contributed by Matthew Mondor in PR pkg/44169

Xournal is an application for notetaking, sketching, keeping a
journal using a stylus or a mouse.  It is free software (GNU GPL)
and runs on GTK+/Gnome platforms.  It is similar to Jarnal, Gournal,
and NoteLab.

Xournal allows to add annotations to PDF documents, including notes,
multicolor highlighting and simple drawing, and can save those in
another filename (distinguished by the suffix), to automatically
load them back when opening the PDF document again.  It also
remembers the previous page position.
2010-12-01 10:46:31 +00:00
obache
d4960260c1 Update tomboy to 1.2.1, Gnome-2.30.2.
Version 1.2.1
* Fix bullet list indentation when printing (LP#516494, Owen Williams)
* Add timestamp to logger messages, useful for watching autosync output, etc
* Other fixes: LP#556628
* Translation updates: ca@valencia, el, et, nl, th

Version 1.2.0
* Handle new application/x-note mimetype (#611865, Olivier Le Thanh Duong)
* Add a text/path-list target when drag-and-dropping from Search window,
  allowing basic note transfer via Empathy (#611858, Olivier Le Thanh Duong)
* Allow icon themes to customize the panel/tray icon separately (#612887)
* Fix icon embedding in Mac build (#612893)
* Fix errors when using GTK+ >= 2.19.7
* Translation updates: bn, da, el, eu, fi, gl, it, ko, nb, lt, pa, pt, ru, sv, uk

Version 1.1.4
* Autosync improvements:
  - Enable the preference in the UI
  - Try to only sync when idle (to avoid interrupting your writing)
  - Do not attempt to sync when the server is unavailable
  - Fix focus/cursor issues that were occurring after autosync
* Other fixes: #611564, #611801
* Translation updates: bg, cs, de, en_GB, el, es, et, eu, fr, gl, hu, it, lv,
                       pl, pt_BR, ro, ru, sl, sv, ta

Version 1.1.3
* Translation updates: de, es, et, eu, gl, nb, pt_BR, ro, sl, ta, zh_HK, zh_TW

Version 1.1.2
* Experimental automatic background synchronization support (#562097)
  See the bug report for information about enabling and testing this new feature
* Allow user to decide if links are updated when renaming a note (#574485)
* Fix crashers related to new Jump List feature (#608779, #608940, Stefan Cosma)
* Translation updates: de, th

Version 1.1.1
* Awesome new Jump List support on Windows 7 (#587330, Stefan Cosma)
* Copy rich text from notes to apps like Evolution and OpenOffice.org Writer.
  Feature requires gtk-sharp 2.12.10 (#431014, Gabriel Burt)
* Rearrange Tomboy startup so icon appears within 0.5-1.0 seconds
* Prevent crash when entering empty notebook name (#602483, Greg Poirier)
* Other fixes: #594662, #592985, #541663
* New translations: ast, en@shaw
* Translation updates: bg, bn, es, et, eu, he, it, nb, sl, sv, uk, zh_CN

Version 1.1.0
* Add support for Ubuntu One and others using OAuth 1.0a (#594046, Rodrigo Moya)
* Fix printing in Windows Vista and Windows 7 (#576554)
* Various Windows bug fixes (#585297, #601067, #599688, Stefan Cosma)
* Add CreateNamedNoteWithUri method to dbus interface (#580525, Matt Jones)
* Add dbus methods for working with notebooks (#576329, Clemens Buss)
* Always show icons for note items in recent notes menu (#590653)
* Add Sync menu item to panel applet (#597569)
* Stop cutting off message text in the Sync dialog (#553615)
* Other fixes: #596416, #596395, #597139
* Translation updates: ca, id, it, lv, nb, pl, ro, sl
2010-11-30 03:44:35 +00:00
drochner
54530195be update to 2.32.0
This switches to the gnome-2.32 release branch.
2010-11-29 18:30:09 +00:00
adam
2032c5e1b2 Changes 2.8.6:
* Preserve character properties when typing. This fixes a bad regression that
  was introduced in 2.8.5.

Changes 2.8.5:
* Fix paste of rich text from HTML and ODT, where previously some formatting
  properties were not closed properly.
* Add a number of robustness fixes to the layout engine.
* Fix a table selection bug.
2010-11-26 14:49:49 +00:00
wiz
0f39b69ffb Bump PKGREVISION for libwpd shlib name change. 2010-11-25 10:28:34 +00:00
minskim
4bc0529f1c Update emacs-snapshot to 24.0.50.20101120.
- Sync with Tramp 2.2.0.

    * net/tramp.el (tramp-handle-insert-file-contents): Don't use
    `file-remote-p' (due to compatibility).

    * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
    (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
2010-11-20 20:20:11 +00:00
obache
f5f3542dfd Using desktopdb. 2010-11-19 06:17:56 +00:00