pkgsrc/misc
ryoon e8dc6accf5 Update to 2.72.
Changelog:
2006-10-10 04:26:33 GMT	Michael Olson <mwolson@gnu.org>	patch-147

    Summary:
      Release emacs-wiki 2.72.
    Revision:
      emacs-wiki--main--1.0--patch-147

    * emacs-wiki.el (emacs-wiki-version): Release emacs-wiki 2.72.

    * emacs-wiki-colors.el (emacs-wiki-use-font-lock): Fix bug that was
      noticed with recent builds of Emacs 22.  Improper quoting was used.
      Thanks to Chong Yidong and intrigeri for noticing this.

    modified files:
     ChangeLog README emacs-wiki-colors.el emacs-wiki.el
     emacs-wiki.texi


2006-10-10 04:20:02 GMT	Michael Olson <mwolson@gnu.org>	patch-146

    Summary:
      Debian packaging changes from February.
    Revision:
      emacs-wiki--main--1.0--patch-146


    new files:
     debian/.arch-ids/compat.id debian/compat

    modified files:
     ChangeLog debian/NEWS debian/changelog debian/control
     debian/rules


2006-02-07 14:24:19 GMT	Michael Olson <mwolson@gnu.org>	patch-145

    Summary:
      Release emacs-wiki 2.71.
    Revision:
      emacs-wiki--main--1.0--patch-145

    * emacs-wiki.el (emacs-wiki-version): Release emacs-wiki 2.71.

    * README, emacs-wiki.texi, debian/NEWS: Note that Emacs Muse is
      recommended instead, and that this will probably be the last release of
      emacs-wiki.

    * debian/rules: Change compatibility level to 4.

    * emacs-wiki-srctag.el (emacs-wiki-src-tag): Silence compiler warning.

    new files:
     debian/.arch-ids/NEWS.id debian/NEWS

    modified files:
     ChangeLog Makefile.defs README debian/changelog debian/rules
     emacs-wiki-srctag.el emacs-wiki.el emacs-wiki.texi


2005-12-16 23:22:14 GMT	Michael Olson <mwolson@gnu.org>	patch-144

    Summary:
      Don't escape '#' in URLs.
    Revision:
      emacs-wiki--main--1.0--patch-144

    * emacs-wiki-publish.el (emacs-wiki-escape-url): Add '#' to list of
      characters not to escape in URLs.  Thanks to Marc Tommasi for the
      report.

    modified files:
     ChangeLog emacs-wiki-publish.el


2005-11-21 04:54:08 GMT	Michael Olson <mwolson@gnu.org>	patch-143

    Summary:
      Make WikiName matching more flexible.
    Revision:
      emacs-wiki--main--1.0--patch-143

    * emacs-wiki-regexps.el (emacs-wiki-name-regexp): Match names like
      ConvertingAClass and XMLSchema.  Thanks to Rory McCann for the initial
      patch and the heads up.

    modified files:
     ChangeLog emacs-wiki-regexps.el emacs-wiki-transition.el


2005-10-04 15:24:23 GMT	Michael Olson <mwolson@gnu.org>	patch-142

    Summary:
      Apply patch from Magnus Henoch.
    Revision:
      emacs-wiki--main--1.0--patch-142

    * emacs-wiki.el (emacs-wiki-link-escape): Fix Yet Another escaping bug.
      Thanks to Magnus Henoch for the patch.

    modified files:
     ChangeLog emacs-wiki.el


2005-09-30 03:38:56 GMT	Michael Olson <mwolson@gnu.org>	patch-141

    Summary:
      Fix #14666.
    Revision:
      emacs-wiki--main--1.0--patch-141

    * emacs-wiki.el (emacs-wiki-link-escape, emacs-wiki-link-unescape):
      s/further/is-desc/.

    modified files:
     ChangeLog emacs-wiki.el


2005-09-25 01:48:38 GMT	Michael Olson <mwolson@gnu.org>	patch-140

    Summary:
      Fix #14337: bug in emacs-wiki-link-url.
    Revision:
      emacs-wiki--main--1.0--patch-140

    * emacs-wiki-publish.el (emacs-wiki-link-url): Treat WikiIndex pages
      specially, since they might not exist on the filesystem yet.

    modified files:
     ChangeLog emacs-wiki-publish.el


2005-09-25 01:44:19 GMT	Michael Olson <mwolson@gnu.org>	patch-139

    Summary:
      Fix #14336: bug in emacs-wiki-markup-list-or-paragraph.
    Revision:
      emacs-wiki--main--1.0--patch-139

    * emacs-wiki-publish.el (emacs-wiki-markup-list-or-paragraph): Add
      save-match-data so the match data doesn't get clobbered.

    modified files:
     ChangeLog emacs-wiki-publish.el


2005-09-25 01:41:14 GMT	Michael Olson <mwolson@gnu.org>	patch-138

    Summary:
      Highlight bare URLs in emacs-wiki buffers.
    Revision:
      emacs-wiki--main--1.0--patch-138

    * emacs-wiki-colors.el (emacs-wiki-highlight-markup): Use
      emacs-wiki-url-or-name-regexp instead of emacs-wiki-name-regexp.  This
      causes bare URLs to be highlighted in emacs-wiki buffers.

    modified files:
     ChangeLog emacs-wiki-colors.el


2005-09-25 01:31:22 GMT	Michael Olson <mwolson@gnu.org>	patch-137

    Summary:
      Fix '#' in link descriptions.
    Revision:
      emacs-wiki--main--1.0--patch-137

    * emacs-wiki.el (emacs-wiki-link-escape): Don't escape '#' if we are
      given a link description.  Thanks to Stefan Reichör for the report.
      (emacs-wiki-link-unescape): Update documentation.

    modified files:
     ChangeLog emacs-wiki.el


2005-09-07 04:23:09 GMT	Michael Olson <mwolson@gnu.org>	patch-136

    Summary:
      Fix #14455: Typo in emacs-wiki-escape-html-string.
    Revision:
      emacs-wiki--main--1.0--patch-136

    * emacs-wiki-publish.el (emacs-wiki-escape-html-string): Replace boundp
      check with fboundp.  Thanks to an anonymous bug reporter for the fix.

    modified files:
     ChangeLog emacs-wiki-publish.el


2005-09-04 04:47:43 GMT	Michael Olson <mwolson@gnu.org>	patch-135

    Summary:
      Don't escape '?' and '=' in URLs.
    Revision:
      emacs-wiki--main--1.0--patch-135

    * emacs-wiki-publish.el (emacs-wiki-escape-url): Add '?' and '=' to list
      of characters to not escape.  Thanks to Sacha for the report.

    modified files:
     ChangeLog emacs-wiki-publish.el


2005-09-03 18:06:08 GMT	Michael Olson <mwolson@gnu.org>	patch-134

    Summary:
      Fix note visiting problem.
    Revision:
      emacs-wiki--main--1.0--patch-134

    * emacs-wiki.el (emacs-wiki-visit-link): Make sure that we match against
      a complete, whitespace-delimited tag.  Thanks to Sergey Vlasov for the
      report and suggested fix.

    modified files:
     ChangeLog emacs-wiki.el


2005-09-02 04:37:42 GMT	Michael Olson <mwolson@gnu.org>	patch-133

    Summary:
      Try to get rid of error; apply latest patch to emacs-wiki-srctag.
    Revision:
      emacs-wiki--main--1.0--patch-133

    * emacs-wiki-publish.el (emacs-wiki-publish-index): Don't modify
      default-directory directly.  Call `cd' instead, and only when
      necessary.  Hopefully this will get rid of that weird stringp nil
      error.

    * emacs-wiki-srctag.el: Apply latest patch from Sun Yijiang.  You can now
      use extensions from `auto-mode-alist' in the <src> tag.

    modified files:
     ChangeLog emacs-wiki-publish.el emacs-wiki-srctag.el


2005-09-01 11:42:04 GMT	Michael Olson <mwolson@gnu.org>	patch-132

    Summary:
      Apply patches from Sergey Vlasov.
    Revision:
      emacs-wiki--main--1.0--patch-132

    * emacs-wiki-regexps (emacs-wiki-link-properties)
      (emacs-wiki-highlight-extended-link): Move '(mouse-face highlight) into
      the branch which handles the displayed text.  Also move
      '(rear-nonsticky t) to the common list, and kill the redundant
      '(emacs-wiki-keymap-property emacs-wiki-local-map) which was both in
      the common list and in the lists for displayed and invisible text.

    * emacs-wiki-regexps.el (emacs-wiki-regexp-emacs-revision): Move
      save-match-data outside of the `and' statement.

    modified files:
     ChangeLog emacs-wiki-colors.el emacs-wiki-regexps.el


2005-08-29 06:21:48 GMT	Michael Olson <mwolson@gnu.org>	patch-131

    Summary:
      Reinstate former extended character class rules.
    Revision:
      emacs-wiki--main--1.0--patch-131

    * emacs-wiki-regexps.el (emacs-wiki-regexp-use-character-classes): New
      option that allows the user to override emacs-wiki's algorithm for
      deciding whether to use extended character classes.
      (emacs-wiki-regexp-emacs-revision): New variable that indicates the revision
      number of this version of Emacs.
      (emacs-wiki-extreg-usable-p): Reinstate old rules -- Emacs 21.2 and 21.3
      aren't working well enough with extended character classes in regexps.

    * emacs-wiki.el (emacs-wiki-mode, emacs-wiki-find-file): Use
      make-local-variable instead of make-variable-buffer-local.

    modified files:
     ChangeLog emacs-wiki-regexps.el emacs-wiki.el


2005-08-29 00:00:01 GMT	Michael Olson <mwolson@gnu.org>	patch-130

    Summary:
      Fix paragraph-filling breakage in Emacs21.
    Revision:
      emacs-wiki--main--1.0--patch-130

    * emacs-wiki.el (emacs-wiki-mode): Check explicitly for Emacs21 rather
      than relying on emacs-wiki-extreg-usable-p.  Thanks to Sergey Vlasov
      for the bug report.

    modified files:
     ChangeLog emacs-wiki.el


2005-08-27 02:28:05 GMT	Michael Olson <mwolson@gnu.org>	patch-129

    Summary:
      Allow Emacs 21.3 to use extended character classes in regexps.
    Revision:
      emacs-wiki--main--1.0--patch-129

    * emacs-wiki-regexps.el (emacs-wiki-extreg-usable-p): Use a simpler
      algorithm.  Since enough positive reports have come in about the
      usability of 21.3, we'll allow it to use extended character classes in
      regexps by default.

    modified files:
     ChangeLog emacs-wiki-regexps.el


2005-08-25 16:51:35 GMT	Michael Olson <mwolson@gnu.org>	patch-128

    Summary:
      Attempt to fix a publishing warning.
    Revision:
      emacs-wiki--main--1.0--patch-128

    * emacs-wiki-publish.el (emacs-wiki-publish-index): Don't set
      default-directory to nil, just let-bind it so that our routine doesn't
      change it permanently.  Thanks to Seth Falcon for the report.

    modified files:
     ChangeLog emacs-wiki-publish.el


2005-08-17 19:06:27 GMT	Michael Olson <mwolson@gnu.org>	patch-127

    Summary:
      Make numeric anchors publish as valid (X)HTML.
    Revision:
      emacs-wiki--main--1.0--patch-127

    * emacs-wiki-publish.el (emacs-wiki-insert-anchor): If we're given only a
      numbers-only anchor, pre-pend "anchor-" to make it valid.  Otherwise,
      insert verbatim.
      (emacs-wiki-contents-tag): Publish with "sec-" rather than "sec"
      pre-pended.
      (emacs-wiki-link-url): Determine whether or not "anchor-" needs to be
      pre-pended when linking to an anchor.

    modified files:
     ChangeLog emacs-wiki-publish.el

    new patches:
     zakame@spunge.org--2005/emacs-wiki--zakame--1.0--base-0
     zakame@spunge.org--2005/emacs-wiki--zakame--1.0--patch-1
     zakame@spunge.org--2005/emacs-wiki--zakame--1.0--patch-2
     zakame@spunge.org--2005/emacs-wiki--zakame--1.0--patch-3
     zakame@spunge.org--2005/emacs-wiki--zakame--1.0--patch-4
     zakame@spunge.org--2005/emacs-wiki--zakame--1.0--patch-5
     zakame@spunge.org--2005/emacs-wiki--zakame--1.0--patch-6
     zakame@spunge.org--2005/emacs-wiki--zakame--1.0--patch-7
     zakame@spunge.org--2005/emacs-wiki--zakame--1.0--patch-8
     zakame@spunge.org--2005/emacs-wiki--zakame--1.0--patch-9


2005-08-13 05:04:33 GMT	Michael Olson <mwolson@gnu.org>	patch-126

    Summary:
      emacs-wiki-mode: Minor regexp tweak.
    Revision:
      emacs-wiki--main--1.0--patch-126

    * emacs-wiki.el (emacs-wiki-mode): Use \\s- rather than [[:blank:]].

    modified files:
     ChangeLog emacs-wiki.el


2005-08-12 20:56:20 GMT	Michael Olson <mwolson@gnu.org>	patch-125

    Summary:
      Keep lists from getting mashed together on M-q.
    Revision:
      emacs-wiki--main--1.0--patch-125

    * emacs-wiki-macros.el: Embarrassing header fix.

    * emacs-wiki.el (emacs-wiki-mode): Handle footnotes.  Set
      `paragraph-start' locally so that lists don't get blended together
      incorrectly upon hitting M-q.

    modified files:
     ChangeLog emacs-wiki-macros.el emacs-wiki.el


2005-08-09 23:11:17 GMT	Michael Olson <mwolson@gnu.org>	patch-124

    Summary:
      Make generated Debian packages slightly easier to upload.
    Revision:
      emacs-wiki--main--1.0--patch-124

    * debian/changelog: Generate 2.70-3.

    * debian/rules (clean): Call $(MAKE) realclean instead of $(MAKE) clean.

    * Makefile.defs (LASTUPLOAD): New variable that indicates the version
      that was last uploaded to Debian.
      (BUILDOPTS): Other options that are to be passed to dpkg-buildpackage.

    * Makefile (debrelease): Use $(LASTUPLOAD) to ensure that a full set of
      changes is generated.  This means we have to use dpkg-buildpackage,
      since debuild doesn't recognize the environment variables that it
      claims to recognize.  Use $(BUILDOPTS) to include any other options
      that I might need for dpkg-buildpackage.

    modified files:
     ChangeLog Makefile Makefile.defs debian/changelog debian/rules


2005-08-09 07:42:14 GMT	Michael Olson <mwolson@gnu.org>	patch-123

    Summary:
      Apply buffer-visiting patch from Marco Gidde.
    Revision:
      emacs-wiki--main--1.0--patch-123

    * emacs-wiki.el (emacs-wiki-visit-link): Apply patch from Marco Gidde
      that allows the user to link to a buffer.

    modified files:
     ChangeLog emacs-wiki.el


2005-08-09 06:47:35 GMT	Michael Olson <mwolson@gnu.org>	patch-122

    Summary:
      Minor build enhancement.
    Revision:
      emacs-wiki--main--1.0--patch-122

    * scripts/emacs-wiki-build.el (emacs-wiki-elint-files): Simplify the
      loading of all source files.

    modified files:
     ChangeLog scripts/emacs-wiki-build.el


2005-08-06 17:42:50 GMT	Michael Olson <mwolson@gnu.org>	patch-121

    Summary:
      Fix Debian package build.
    Revision:
      emacs-wiki--main--1.0--patch-121

    * Makefile (debclean): Last patch broke this -- make it work again.

    modified files:
     ChangeLog Makefile


2005-08-06 17:38:13 GMT	Michael Olson <mwolson@gnu.org>	patch-120

    Summary:
      Fix Debian bug #321616.
    Revision:
      emacs-wiki--main--1.0--patch-120

    * debian/control (Depends): Add dependency on emacsen (in addition to
      emacs21 and xemacs21) to fix Debian bug #321616.  Thanks to Daniel
      Dehennin for reporting this.

    * debian/changelog: Release the 2.70-2 Debian package.

    * Makefile (debclean): Remove previously-generated Debian packages for
      emacs-wiki in parent directory.

    modified files:
     ChangeLog Makefile debian/changelog debian/control


2005-08-05 04:50:25 GMT	Michael Olson <mwolson@gnu.org>	patch-119

    Summary:
      Fix: problem with punctuation in plan page names.
    Revision:
      emacs-wiki--main--1.0--patch-119

    * emacs-wiki.el (emacs-wiki-wiki-visible-name): Apply patch from Sacha
      that surrounds emacs-wiki-name-regexp with grouping symbols since it
      has "\|" in it.

    modified files:
     ChangeLog emacs-wiki.el


2005-07-26 00:20:11 GMT	Michael Olson <mwolson@gnu.org>	patch-118

    Summary:
      Try to upload to savannah.nongnu.org.
    Revision:
      emacs-wiki--main--1.0--patch-118

    * Makefile (upload): New target that causes emacs-wiki to be uploaded to
      savannah.nongnu.org.  I can't tell if this works yet.

    modified files:
     ChangeLog Makefile
2011-02-13 09:59:34 +00:00
..
9menu
Addresses DESTDIR support 2010-02-04 16:15:14 +00:00
ascii Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
asr-manpages
astrolog revert to previous. 2009-08-30 01:12:05 +00:00
attica png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
autocue
basket png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
bbappconf Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 20:47:52 +00:00
bbdb bbdb doesn't like jobs. 2010-05-06 06:06:47 +00:00
bbweather Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 20:47:52 +00:00
blccc png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
bottlerocket destdir support 2010-02-04 05:08:12 +00:00
brs Add DESTDIR support. 2008-06-20 01:09:05 +00:00
bsdiff Reset maintainer for developers who gave back their commit bit. 2010-02-26 10:28:30 +00:00
bsdstats BSD-Stats is collecting statistics about *BSD installations (and flavours). 2010-03-12 00:13:40 +00:00
buffer Removed redundant .gz suffix for man pages. 2009-06-12 19:09:35 +00:00
calibre png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
celestia Fix build with png-1.5 (includes upstream bug report URL). 2011-01-30 01:07:00 +00:00
chipmunk Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib 2009-05-20 00:58:05 +00:00
chord DESTDIR support 2010-02-11 19:02:01 +00:00
cksfv update master_sites 2010-02-07 18:41:54 +00:00
colorize Reset maintainer for developers who gave back their commit bit. 2010-02-26 10:28:30 +00:00
colorls Fixes build on DragonFly-2.8.2. 2011-01-02 14:46:38 +00:00
colortail Reset maintainer for developers who gave back their commit bit. 2010-02-26 10:28:30 +00:00
cowsay Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
cstream Changes 2.7.5: 2008-12-19 10:19:12 +00:00
cuecat Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
cuetools Update to cuetools to 1.3.1. 2009-07-16 16:12:47 +00:00
deskbar-applet png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
dgpsip Add DESTDIR support. 2008-06-12 02:14:13 +00:00
dialog Update to 1.1.20110118: 2011-02-03 13:03:13 +00:00
dirdiff DESTDIR support 2010-02-11 19:07:56 +00:00
dnetc Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
dotfile DESTDIr support 2010-02-11 19:14:19 +00:00
dpkg Change HOMEPAGE to the project's one. 2009-09-23 11:42:05 +00:00
dt Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
dtach Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
dvorakng
dvtm Update to dvtm-0.5.2 (patch from maintainer in private mail). 2009-07-08 06:28:22 +00:00
dync DESTDIR support 2010-02-11 19:17:06 +00:00
easymenu Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
ec2-ami-tools Remove TODO. It does not apply to this pkg anymore. 2011-01-31 21:01:13 +00:00
ec2-api-tools Import misc/ec2-api-tools. 2011-01-31 20:46:01 +00:00
edict Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
elizatalk DESTDIR support 2010-02-11 19:17:06 +00:00
elscreen PKGREVISION bump for elisp packages because of bytecode format changes 2009-08-06 01:44:45 +00:00
emacs-wiki Update to 2.72. 2011-02-13 09:59:34 +00:00
esniper Updated to version 2.23.0 2010-05-16 15:05:07 +00:00
fbreader png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
fd Reset maintainer, mail bounces. 2010-02-25 15:03:36 +00:00
fep PKG_DESTDIR_SUPPORT=user-destdir 2009-12-10 23:49:03 +00:00
figlet Add PKG_DESTDIR_SUPPORT. 2009-12-10 21:13:07 +00:00
figlet-fonts
firelib Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
gaupol Update to 0.17: 2010-07-21 11:29:37 +00:00
gelemental png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
getopt Added LICENSE information. 2010-01-30 16:27:59 +00:00
git Subserve last jump update from 4.3.20 to 4.9.5 without note of notable changes. 2010-02-22 09:15:56 +00:00
gkrellm-flynn png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
gkrellm-launch png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
gkrellm-leds png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
gkrellm-moon png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
gkrellm-weather png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
gnome-devel-docs Remove USE_DIRS from pkgsrc. 2009-07-22 09:01:16 +00:00
gnome-user-docs update to 2.32.0 2011-01-11 19:37:56 +00:00
gnome-utils png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
gnuls Reach over from misc/gnuls to sysutils/coreutils for common logic and 2008-05-15 20:01:03 +00:00
goffice0.6 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
goffice0.8 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
gok png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
gone Reset maintainer for developers who gave back their commit bit. 2010-02-26 10:28:30 +00:00
gperiodic png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
granulate Reset maintainer for developers who gave back their commit bit. 2010-02-26 10:28:30 +00:00
gwaei January 10, 2011 2011-01-25 11:02:34 +00:00
hanzim require some directories before installation. 2010-10-03 13:03:51 +00:00
heyu Fix destdir installation. 2009-12-23 17:54:54 +00:00
ibutton-pdkit
ipbt Since this thing's distfile is rebuilt upstream every night with new 2010-01-02 00:20:14 +00:00
iselect DESTDIR support 2010-02-11 19:20:55 +00:00
ja-less Some minor fixes 2008-05-17 14:18:45 +00:00
ja-man Fix installation on newer NetBSD. 2009-07-16 14:55:33 +00:00
JBidwatcher Update to 2.1.3: 2010-12-12 11:39:47 +00:00
jhd
jitterbug This package is using GNU Configure script. 2010-12-31 07:57:14 +00:00
jive
JMdict Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
kanjidic Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
kanjidic2 Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
kanjipad png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
kchm png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
kchmviewer Update to 5.3. 2011-01-21 22:30:46 +00:00
kdeaccessibility3 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
kdeaccessibility4 Update to KDE SC 4.5.5 2011-01-23 07:55:12 +00:00
kdeaddons3 Correct previous patch to fix build with gcc4.4 2011-02-05 19:37:13 +00:00
kdeadmin3 fix build with gcc4.4. 2011-01-20 12:05:56 +00:00
kdeadmin4 Update to KDE SC 4.5.5 2011-01-23 07:55:12 +00:00
kdeartwork3 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
kdeartwork4 Update to KDE SC 4.5.5 2011-01-23 07:55:12 +00:00
kdeedu3 Some other programs are installed on Linux. 2011-01-20 12:10:23 +00:00
kdeedu4 Update to KDE SC 4.5.5 2011-01-23 07:55:12 +00:00
kdepim-runtime4 Update to KDE SC 4.5.5 2011-01-23 07:55:12 +00:00
kdepim3 fix build with gcc4.4 2011-01-20 11:56:51 +00:00
kdepim4 Update to KDE SC 4.5.5 2011-01-23 07:55:12 +00:00
kdepimlibs4 Update to KDE SC 4.5.5 2011-01-23 07:55:12 +00:00
kdeplasma-addons4 Update to KDE SC 4.5.5 2011-01-23 07:55:12 +00:00
kdeutils3 PLIST additions for Linux 2011-01-20 12:23:36 +00:00
kdeutils4 Update to KDE SC 4.5.5 2011-01-23 07:55:12 +00:00
kdrill Add patch-a{b,c} to avoid conflict with getline(3) defined in IEEE Std 1003.1-2008. 2010-01-09 12:03:03 +00:00
kodos png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
koffice Set LICENSE. Include desktopdb.mk and bump PKGREVISION for it. 2011-02-06 23:59:50 +00:00
koffice-l10n-da Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
koffice-l10n-de Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
koffice-l10n-en_GB Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
koffice-l10n-es Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
koffice-l10n-et Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
koffice-l10n-fi Mark as destdir ready. 2008-07-14 12:55:56 +00:00
koffice-l10n-fr Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
koffice-l10n-pl Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
kp DESTDIR support 2010-02-11 19:30:01 +00:00
latin-words-bin Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
less
libcdio Work around namespace pollution breaking the build on OpenSolaris. 2010-07-30 07:10:50 +00:00
libquantum Update libquantum to 1.0.0. 2010-08-15 07:35:56 +00:00
libutf catch up with newer libtool which now demands a --tag=CC 2010-04-17 21:00:33 +00:00
lile DESTDIR support 2010-02-11 19:30:01 +00:00
linux-words DESTDIR support 2010-02-04 17:19:34 +00:00
loco Reset maintainer for developers who gave back their commit bit. 2010-02-26 10:28:30 +00:00
logsurfer DESTDIR support 2010-02-04 17:19:34 +00:00
lookup PKGREVISION bump for elisp packages because of bytecode format changes 2009-08-06 01:44:45 +00:00
lv Some improvements: 2010-02-10 10:43:28 +00:00
m17n-contrib Update m17n-contrib to 1.1.12. 2010-10-16 12:57:20 +00:00
m17n-db Update m17n-db to 1.6.2. 2010-10-16 12:53:11 +00:00
m17n-docs Update m17n-docs to 1.5.5, for m17n-lib 1.5.5. 2009-11-25 06:31:54 +00:00
mirmon Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
mkcue add Dragonfly support, from Tony Young per PR pkg/44345 2011-01-08 12:43:10 +00:00
mmv
mnemosyne png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
molden "fortran" -> "fortran77" except where it is clear that it isn't F77. 2010-07-30 10:36:22 +00:00
most png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
mousetweaks png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
mtail Reset maintainer for developers who gave back their commit bit. 2010-02-26 10:28:30 +00:00
multitail Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
nxtvepg DESTDIR support 2010-02-11 18:58:46 +00:00
open2300 Simplify (I accidently reverted parts of joergs changes and solve the 2010-02-05 19:36:16 +00:00
open2300-mysql Bump PKGREVISION by default mysql version changed from 5.0 to 5.1. 2010-09-30 10:49:10 +00:00
openoffice2 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
openoffice2-bin Remove conflict marker in previous. 2009-12-06 10:11:14 +00:00
openoffice3 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
openoffice3-bin bump PKGREVISION for restricting JVMs to working ones in options.mk. 2010-09-13 22:38:38 +00:00
orca png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
p5-App-MrShell Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Array-PrintCols Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Business-CreditCard Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Business-ISBN Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Business-ISBN-Data Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Business-UPS Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-ControlX10-CM11 Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-ControlX10-CM17 Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-File-MMagic Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-File-MMagic-XS Update to 0.09006, set LICENSE. 2010-09-06 11:07:39 +00:00
p5-File-Tail Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-I18N-LangTags Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Locale-Codes Update to 3.13: 2010-09-06 11:08:25 +00:00
p5-Locale-libintl Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Locale-Maketext Mark I18N::LangTags being used from Perl5 core (if module is maintained again in future) 2010-09-04 12:18:53 +00:00
p5-Locale-Maketext-Fuzzy Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Locale-Maketext-Lexicon Update to 0.82: 2010-09-06 11:09:09 +00:00
p5-Locale-Maketext-Simple Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Locale-US Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Mac-Macbinary Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Msgcat Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Search Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Vroom Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
parchive
pciids Update to 20091229: 4 more months of data. 2010-02-05 12:59:46 +00:00
pdmenu Reset maintainer for developers who gave back their commit bit. 2010-02-26 10:28:30 +00:00
pinfo Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
ppower Force flush to be pipe-friendly (from ppower -m). Bump PKGREVISION. 2010-09-29 10:42:48 +00:00
pty-redir Remove unresolvable hosts from MASTER_SITES. 2008-08-23 07:46:59 +00:00
py-anita Update misc/py-anita to 1.18. Changes from 1.17: 2010-12-04 19:43:37 +00:00
qbrew png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
qterm Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
reed Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
rlwrap Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
root png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
root-tail Add DESTDIR support. 2008-06-20 01:09:05 +00:00
routeplanner-cli Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
rox-memo Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
rpm If db4 is selected as the DBD_TYPE then PTHEADS_LDFLAGS is needed for linking. 2010-07-21 22:29:36 +00:00
ruby-bundler Update ruby-bundler package to 1.0.7. 2010-12-04 04:10:55 +00:00
ruby-columnize Update ruby-columnize package to 0.3.2. 2010-12-04 04:11:29 +00:00
ruby-commander Import the commander Ruby gem, version 4.0.2. 2011-01-20 14:33:24 +00:00
ruby-configuration Update ruby-configuration pacakge to 1.2.0. 2010-12-04 04:12:18 +00:00
ruby-daemons Update misc/ruby-daemons to 1.1.0. 2010-09-10 07:22:54 +00:00
ruby-gem_plugin * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. 2010-09-10 07:23:26 +00:00
ruby-launchy Update misc/ruby-launchy to 0.3.7. 2010-09-10 07:24:27 +00:00
ruby-progressbar LICENSE=ruby-license 2010-05-16 12:19:11 +00:00
ruby-transaction-simple * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. 2010-09-10 07:26:51 +00:00
rubygems Remove RUBY_REQD which specify older version of 2011-02-07 14:55:55 +00:00
rump Fixed dlopen usage for Linux/x86_64 CentOS5 (RHEL5). 2009-11-16 15:29:57 +00:00
sch Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
sci DESTDIR support 2010-02-04 17:29:59 +00:00
screen Bump PKGREVISION to reflect the recent change in pkginstall/shells to use 2010-05-07 12:02:43 +00:00
siag Recursive bump for libltdl 2009-12-15 21:54:17 +00:00
softmaker-office-demo Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 20:47:52 +00:00
splitvt Removed redundant .gz suffix for man pages. 2009-06-12 19:09:35 +00:00
stellarium png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
taskjuggler png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
tds Remove kei as maintainer, he resigned. 2009-09-02 08:34:13 +00:00
team DESTDIR support 2010-02-04 17:19:34 +00:00
tellico png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
tellico-kde3 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
teseq Import teseq-1.0.0 as pkgsrc/misc/teseq. 2008-08-28 01:23:41 +00:00
tmux revbump(1) for devel/libevent update. 2011-02-11 21:22:02 +00:00
topless Import topless-1.52 as misc/topless. 2009-11-29 07:32:17 +00:00
ttyrec set LICENSE=original-bsd 2010-08-18 12:43:52 +00:00
udfclient DESTDIR support 2010-02-04 17:19:34 +00:00
ukpostcodes Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
uptimec Add DESTDIR support. 2008-06-20 01:09:05 +00:00
urjtag Fixes build on DragonFly-i386. 2011-01-02 13:01:44 +00:00
usbids Added LICENSE information. 2010-01-24 17:11:17 +00:00
usbprog png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
utftools
vera
vfu Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
visual-regexp Add DESTDIR support. 2008-06-20 01:09:05 +00:00
vttest Add DESTDIR support. 2008-06-20 01:09:05 +00:00
vym png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
watch Set license to "gnu-gpl-v2". 2009-12-29 13:47:54 +00:00
wdic
whohas Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
xchm Changes 1.18: 2011-01-28 10:35:23 +00:00
xdg-utils DESTDIR ready 2010-02-04 16:47:54 +00:00
xfce4-weather-plugin png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
xjdic remove an errant debugging statement 2009-11-10 13:37:10 +00:00
xrolodex DESTDIR ready 2010-02-04 16:47:54 +00:00
xtail DESTDIR support 2010-02-04 16:47:05 +00:00
xtend Be explicit about suid root. Fix unprivileged build. 2010-02-19 14:16:31 +00:00
yelp png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
yrolo DESTDIR ready 2010-02-04 16:45:50 +00:00
zorro Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
zyGrib update to zyGrib 3.9.9, changelog below 2011-01-22 09:53:46 +00:00
zyGrib-maps Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
Makefile Remove gxmame since xmame was removed. 2011-02-09 09:51:19 +00:00