pkgsrc/devel
recht 257b7b6752 update to bzr-0.14
bzr 0.14  2007-01-23

  IMPROVEMENTS:

    * ``bzr help global-options`` describes the global options. (Aaron Bentley)

  BUG FIXES:

    * Skip documentation generation tests if the tools to do so are not
      available. Fixes running selftest for installled copies of bzr.
      (John Arbash Meinel, #80330)

    * Fix the code that discovers whether bzr is being run from it's
      working tree to handle the case when it isn't but the directory
      it is in is below a repository. (James Westby, #77306)

bzr 0.14rc1  2007-01-16

  IMPROVEMENTS:

    * New connection: ``bzr+http://`` which supports tunnelling the smart
      protocol over an HTTP connection. If writing is enabled on the bzr
      server, then you can write over the http connection.
      (Andrew Bennetts, John Arbash Meinel)

    * Aliases now support quotation marks, so they can contain whitespace
      (Marius Kruger)

    * PyCurlTransport now use a single curl object. By specifying explicitly
      the 'Range' header, we avoid the need to use two different curl objects
      (and two connections to the same server). (Vincent Ladeuil)

    * ``bzr commit`` does not prompt for a message until it is very likely to
      succeed.  (Aaron Bentley)

    * ``bzr conflicts`` now takes --text to list pathnames of text conflicts
      (Aaron Bentley)

    * Fix ``iter_lines_added_or_present_in_versions`` to use a set instead
      of a list while checking if a revision id was requested. Takes 10s
      off of the ``fileids_affected_by_revision_ids`` time, which is 10s
      of the ``bzr branch`` time. Also improve ``fileids_...`` time by
      filtering lines with a regex rather than multiple ``str.find()``
      calls. (saves another 300ms) (John Arbash Meinel)

    * Policy can be set for each configuration key. This allows keys to be
      inherited properly across configuration entries. For example, this
      should enable you to do::

        [/home/user/project]
        push_location = sftp://host/srv/project/
        push_location:policy = appendpath

      And then a branch like ``/home/user/project/mybranch`` should get an
      automatic push location of ``sftp://host/srv/project/mybranch``.
      (James Henstridge)

    * Added ``bzr status --short`` to make status report svn style flags
      for each file.  For example::

        $ bzr status --short
        A  foo
        A  bar
        D  baz
        ?  wooley

    * 'bzr selftest --clean-output' allows easily clean temporary tests
      directories without running tests. (Alexander Belchenko)

    * ``bzr help hidden-commands`` lists all hidden commands. (Aaron Bentley)

    * ``bzr merge`` now has an option ``--pull`` to fall back to pull if
      local is fully merged into remote. (Jan Hudec)

    * ``bzr help formats`` describes available directory formats. (Aaron Bentley)

  INTERNALS:

    * A few tweaks directly to ``fileids_affected_by_revision_ids`` to
      help speed up processing, as well allowing to extract unannotated
      lines. Between the two ``fileids_affected_by_revision_ids`` is
      improved by approx 10%. (John Arbash Meinel)

    * Change Revision serialization to only write out millisecond
      resolution. Rather than expecting floating point serialization to
      preserve more resolution than we need. (Henri Weichers, Martin Pool)

    * Test suite ends cleanly on Windows.  (Vincent Ladeuil)

    * When 'encoding_type' attribute of class Command is equal to 'exact',
      force sys.stdout to be a binary stream on Windows, and therefore
      keep exact line-endings (without LF -> CRLF conversion).
      (Alexander Belchenko)

    * Single-letter short options are no longer globally declared.  (Martin
      Pool)

    * Before using detected user/terminal encoding bzr should check
      that Python has corresponding codec. (Alexander Belchenko)

    * Formats for end-user selection are provided via a FormatRegistry (Aaron Bentley)

  BUG FIXES:

    * ``bzr missing --verbose`` was showing adds/removals in the wrong
      direction. (John Arbash Meinel)

    * ``bzr annotate`` now defaults to showing dotted revnos for merged
      revisions. It cuts them off at a depth of 12 characters, but you can
      supply ``--long`` to see the full number. You can also use
      ``--show-ids`` to display the original revision ids, rather than
      revision numbers and committer names. (John Arbash Meinel, #75637)

    * bzr now supports Win32 UNC path (e.g. \\HOST\path).
      (Alexander Belchenko, #57869)

    * Win32-specific: output of cat, bundle and diff commands don't mangle
      line-endings (Alexander Belchenko, #55276)

    * Replace broken fnmatch based ignore pattern matching with custom pattern
      matcher.
      (Kent Gibson, Jan Hudec #57637)

    * pycurl and urllib can detect short reads at different places. Update
      the test suite to test more cases. Also detect http error code 416
      which was raised for that specific bug. Also enhance the urllib
      robustness by detecting invalid ranges (and pycurl's one by detecting
      short reads during the initial GET). (Vincent Ladeuil, #73948)

    * The urllib connection sharing interacts badly with urllib2
      proxy setting (the connections didn't go thru the proxy
      anymore). Defining a proper ProxyHandler solves the
      problem.  (Vincent Ladeuil, #74759)

    * Use urlutils to generate relative URLs, not osutils
      (Aaron Bentley, #76229)

    * ``bzr status`` in a readonly directory should work without giving
      lots of errors. (John Arbash Meinel, #76299)

    * Mention the revisionspec topic for the revision option help.
      (Wouter van Heyst, #31663)

    * Allow plugins import from zip archives.
      (Alexander Belchenko, #68124)
2007-03-22 20:25:09 +00:00
..
aap Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
acme Fix build with gcc4. From Hans Rosenfeld in PR 35497. 2007-01-27 10:38:22 +00:00
acr Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:35:58 +00:00
acunia-jam USE_TOOLS+=yacc 2006-07-29 05:23:35 +00:00
adocman Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
aegis Add "scm" to CATEGORIES to make it easy to find source control management 2007-02-17 20:59:46 +00:00
ald Use FreeBSD rules for DragonFly as well, should be close enough. 2006-12-12 14:41:18 +00:00
allegro Update to 4.2.1: 2007-03-15 22:38:55 +00:00
anjuta Bump PKGREVISION for gnome-keyring ABI bump. 2007-03-21 12:05:41 +00:00
apache-ant Fixed some pkglint warnings and some other stylistic things that are not 2007-02-15 14:20:54 +00:00
apache-ant15 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
apel Update to 10.7; no change summary available but some new functions added, 2007-02-20 14:20:54 +00:00
apr Set PKGNAME=apr-1.2.8.2.2.4 and PKGREVISION=1 so as to appear newer than 2007-01-25 17:05:35 +00:00
apr-util Import apr-util-1.2.8. 2007-01-24 19:37:20 +00:00
apr0 When this moved to devel/apr0, PKGREVISION should have been bumped. The 2007-02-11 16:05:51 +00:00
arena Upgrade arena from version 0.9.8 to 0.9.9. 2006-11-16 21:52:19 +00:00
argtable Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of 2007-01-07 09:13:46 +00:00
ArX Add "scm" to CATEGORIES to make it easy to find source control management 2007-02-17 20:59:46 +00:00
ArX2 Add "scm" to CATEGORIES to make it easy to find source control management 2007-02-17 20:59:46 +00:00
as31 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of 2007-01-07 09:13:46 +00:00
asm2html
astyle Uses C++. 2006-06-06 21:38:34 +00:00
at-spi Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
atk update to 1.18.0 2007-03-20 15:42:50 +00:00
autoconf This package is not MAKE_JOBS_SAFE. 2007-01-18 19:31:57 +00:00
autoconf213 Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
autogen * Honor PKGINFODIR. 2006-03-30 03:44:41 +00:00
automake DESTDIR support. 2006-11-02 17:59:37 +00:00
automake14 DESTDIR support. 2006-11-05 17:49:33 +00:00
avl Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:35:58 +00:00
avltree Don't assume include pre-exists. 2006-12-12 14:44:18 +00:00
bcc This package uses BSD-style Makefiles. 2007-01-18 11:55:45 +00:00
bglibs Fix Solaris issues by linking socket libraries where required. 2006-12-29 22:00:17 +00:00
binutils Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:35:58 +00:00
bison Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
blib install gtk-doc generated API documentation at the default location, 2006-08-10 17:44:11 +00:00
bmake Backed out the latest change (the "arg list too long" fix for IRIX). As 2007-03-16 00:51:12 +00:00
boaconstructor Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
boehm-gc one more patch to get this going with sunpro compilers 2007-01-25 03:13:59 +00:00
bonobo Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
boost-build Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
boost-docs
boost-headers Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
boost-libs Beleatedly add a little hack to fix build under NetBSD/amd64: gcc gets 2006-08-23 08:52:54 +00:00
boost-python Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
buddy Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
bugzilla Update to 2.22.2 2007-02-03 17:21:02 +00:00
buildtool Fixed PKGMANDIR. 2006-11-04 10:16:37 +00:00
buildtool-doc Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
byacc Update to 20050813 version. 2006-12-09 02:27:47 +00:00
bzr update to bzr-0.14 2007-03-22 20:25:09 +00:00
c-cpp-reference Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
c4 Add "scm" to CATEGORIES to make it easy to find source control management 2007-02-17 20:59:46 +00:00
cbrowser Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
ccache Fixed PKGMANDIR. 2006-10-14 08:24:31 +00:00
cdecl Don't use "restrict" as an identifier in C code; it is reserved since 2007-03-09 15:38:32 +00:00
cdk Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:35:58 +00:00
cfitsio Uses Fortran. 2006-06-04 10:41:56 +00:00
cflow Update to version 1.1: 2006-08-14 13:44:43 +00:00
cflow-mode No changes, but keep in sync with cflow pkg. 2006-08-14 13:45:11 +00:00
cgdb Make this build with gcc4. 2006-06-27 15:25:59 +00:00
check Portability fixes for IRIX with MIPSpro. 2007-03-09 16:25:56 +00:00
chmlib Update to 0.39: 2007-01-28 07:31:20 +00:00
cmake Depend on latest cmake, for shlib fixes. 2007-03-12 06:42:33 +00:00
cmake-mode Initial import of cmake-mode-20060923: 2007-02-24 20:47:25 +00:00
coconut Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
codeville Add "scm" to CATEGORIES to make it easy to find source control management 2007-02-17 20:59:46 +00:00
cogito Update to 0.18.2: 2007-03-10 19:09:33 +00:00
confuse Needs pkg-config, otherwise bin/confuse-config is installed. 2007-03-15 18:34:58 +00:00
cook pkglint cleanup; update HOMEPAGE/MASTER_SITES. 2007-02-22 19:01:13 +00:00
cppunit Require new doxygen and fix PLIST. Bump revision. 2007-01-20 14:29:04 +00:00
cpuflags Update cpuflags to 1.06: 2007-03-21 15:05:08 +00:00
cqual pkglint cleanup; update HOMEPAGE/MASTER_SITES. 2007-02-22 19:01:13 +00:00
cscope Fix patch-ah, bump PKGREVISION. 2007-01-20 23:39:44 +00:00
cssc Add "scm" to CATEGORIES to make it easy to find source control management 2007-02-17 20:59:46 +00:00
cvs Stop maintaining this. 2007-02-20 18:47:48 +00:00
cvs2cl Add "scm" to CATEGORIES to make it easy to find source control management 2007-02-17 20:59:46 +00:00
cvs2html Add "scm" to CATEGORIES to make it easy to find source control management 2007-02-17 20:59:46 +00:00
cvs2p4 Add "scm" to CATEGORIES to make it easy to find source control management 2007-02-17 20:59:46 +00:00
cvs2svn Add "scm" to CATEGORIES to make it easy to find source control management 2007-02-17 20:59:46 +00:00
cvsd Add "scm" to CATEGORIES to make it easy to find source control management 2007-02-17 20:59:46 +00:00
cvsgraph Add "scm" to CATEGORIES to make it easy to find source control management 2007-02-17 20:59:46 +00:00
cvslock Add "scm" to CATEGORIES to make it easy to find source control management 2007-02-17 20:59:46 +00:00
cvsps Add "scm" to CATEGORIES to make it easy to find source control management 2007-02-17 20:59:46 +00:00
cvsup Add "scm" to CATEGORIES to make it easy to find source control management 2007-02-17 20:59:46 +00:00
cvsup-bin Add "scm" to CATEGORIES to make it easy to find source control management 2007-02-17 20:59:46 +00:00
cvsup-gui Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
cvsup-gui-bin Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
cvsync Add "scm" to CATEGORIES to make it easy to find source control management 2007-02-17 20:59:46 +00:00
cxref Don't re-generate the HTML documentation unnecessarily. Patch provided 2006-07-10 11:59:09 +00:00
darcs Add "scm" to CATEGORIES to make it easy to find source control management 2007-02-17 20:59:46 +00:00
darts Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
ddd Mechanically replace all includes of buildlink3.mk of the following 2006-12-15 20:32:52 +00:00
dejagnu Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
dev86 Fixed PKGMANDIR. Reorganized DISTNAME vs. PKGNAME to get rid of the 2006-11-05 20:44:04 +00:00
devhelp Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
device-driver-doc-de Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:35:58 +00:00
devIL Mechanically replace all includes of buildlink3.mk of the following 2006-12-15 20:32:52 +00:00
dia2code Imported dia2code from pkgsrc-wip. 2007-03-19 12:47:47 +00:00
diffutils When forcing the gettext detection to be successfull, also include 2006-07-23 12:47:21 +00:00
distcc The portability checks are skipped due to contrib/redhat/init. 2006-10-12 17:25:18 +00:00
distccmon-gnome Bump PKGREVISION for gnome-keyring ABI bump. 2007-03-21 12:05:41 +00:00
distccmon-gtk Fixed "test ==" by ignoring the unportable file. 2006-10-24 17:33:59 +00:00
dlcompat Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
dmake Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of 2007-01-07 09:13:46 +00:00
dmalloc Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:35:58 +00:00
doc++ Changed a flex source file to not contain "]]", since flex-2.5.33 gets 2007-03-09 12:56:53 +00:00
doxygen Fix PLIST for case-insensitive filesystems. 2007-01-21 17:05:55 +00:00
doxymacs Now that PKGNAME is right, PLIST is wrong :) Fix that too. 2006-11-01 07:16:24 +00:00
eclipse Move the check-shlibs target from bsd.pkg.mk to bsd.pkg.check.mk where 2006-05-22 22:22:02 +00:00
edcommon Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:35:58 +00:00
eel Drop support for LTCONFIG_OVERRIDE. For quite a long time, pkgsrc 2006-07-19 19:14:37 +00:00
eel2 Bump PKGREVISION for gnome-keyring ABI bump. 2007-03-21 12:05:41 +00:00
eet Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:35:58 +00:00
electricfence Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of 2007-01-07 09:13:46 +00:00
elf Fixed PKGMANDIR. 2006-12-19 23:38:49 +00:00
elfsh Fixed pkglint warnings regarding the SUBST block. 2006-06-18 00:56:11 +00:00
elib Fix typo in MASTER_SITES. 2007-02-21 15:17:49 +00:00
emacs-ilisp Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
emacs20-elib "emacs20" is not valid for EMACS_TYPE. 2006-09-10 13:17:22 +00:00
epydoc Added py-Tk dependency in Makefile: 2006-11-15 01:16:39 +00:00
equeue Initial import of equeue-2.1.3: 2006-08-11 15:42:30 +00:00
eric3 pkglint cleanup; update HOMEPAGE/MASTER_SITES. 2007-02-22 19:01:13 +00:00
error
etrace etrace: A run-time tracing tool 2006-10-13 23:45:15 +00:00
exctags Update to 5.6: 2007-02-23 00:14:09 +00:00
ExmanIDE Removed the superfluous "quotes" and 'quotes' from variables that don't 2006-04-22 09:22:05 +00:00
fann split Makefile into Makefile.common for impending py-fann package. 2006-10-05 14:55:21 +00:00
fann-devel update for replaced tarball (very soon for brand-new package, so 2006-10-12 19:21:18 +00:00
fastdep Added "c" to USE_LANGUAGES for packages that use GNU configure scripts, 2006-07-22 04:46:13 +00:00
ffcall Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
fhist Add "scm" to CATEGORIES to make it easy to find source control management 2007-02-17 20:59:46 +00:00
flex IRIX has <alloca.h>. 2007-03-07 16:50:13 +00:00
flim Teach emacs22{,nox}. 2007-02-20 12:42:37 +00:00
florist Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:35:58 +00:00
fortran-utils Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
ftnchek share/emacs/site-lisp now exists by default -- don't try to remove it. 2007-02-20 19:04:10 +00:00
g-wrap Revert update to 1.9.7, since it breaks gnucash (at least 2.0.[0-4]). 2007-01-21 12:52:44 +00:00
g-wrap1 Apply patch from pkg/33665, setting LTDL_LIBRARY_PATH, but do so only 2006-10-07 20:34:07 +00:00
gail Update to 1.18.0: 2007-03-21 22:54:58 +00:00
gal Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
GConf No need to depend on X11 here. Bump revision. 2007-01-20 13:22:50 +00:00
GConf2 Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
GConf2-ui Update to 2.16.0: 2006-10-23 00:22:14 +00:00
gconfmm Changes 2.16.0: 2006-09-24 16:46:03 +00:00
gcvs Reset maintainer: 2006-11-24 23:04:14 +00:00
gdb Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
gdb6 Fixed "test ==". 2006-10-22 07:55:38 +00:00
gdbada Fixed "test ==". 2006-10-22 07:55:38 +00:00
gdl Bump PKGREVISION for gnome-keyring ABI bump. 2007-03-21 12:05:41 +00:00
geany Update Geany to 0.10.2 bug-fix release. 2007-03-12 22:52:21 +00:00
generate Bump to version 2.4. 2007-01-30 13:02:51 +00:00
gentle Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:35:58 +00:00
gettext Changes 0.14.6: 2006-07-26 06:53:02 +00:00
gettext-asprintf Changes 0.14.6: 2006-07-26 06:53:02 +00:00
gettext-lib Changes 0.14.6: 2006-07-26 06:53:02 +00:00
gettext-m4 Changes 0.14.6: 2006-07-26 06:53:02 +00:00
gettext-tools Fixed the patches to _never_ use the varargs macros. This fixes the 2007-03-12 23:59:47 +00:00
giblib DESTDIR support. 2006-11-05 17:49:33 +00:00
gindent Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey 2006-04-17 07:07:11 +00:00
glade Sweep pkgsrc and convert packages that included intltool/buildlink3.mk 2006-07-05 05:37:39 +00:00
glade-gnome Bump PKGREVISION for gnome-keyring ABI bump. 2007-03-21 12:05:41 +00:00
glib This package is not MAKE_JOBS_SAFE. 2007-01-18 19:50:54 +00:00
glib2 update to 2.12.11 2007-03-20 15:33:57 +00:00
glibmm Changes 2.12.7: 2007-03-18 12:51:28 +00:00
global Install gtags.conf as CONF_FILES. 2007-03-03 08:06:25 +00:00
gmake Flag a number of packages I use as supporting (user-)destdir. 2006-10-09 12:52:34 +00:00
gmp pkglint cleanup; update HOMEPAGE/MASTER_SITES. 2007-02-22 19:01:13 +00:00
gnome-build Bump PKGREVISION for gnome-keyring ABI bump. 2007-03-21 12:05:41 +00:00
gnome-common Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
gnome2-libole2 No X11 here. Bump revision. 2007-01-20 13:33:13 +00:00
gnustep-base No need for X11. Bump revision. 2007-01-15 18:37:27 +00:00
gnustep-examples The GNUstep packages have GNUmakefile instead of Makefile. 2006-09-22 07:08:15 +00:00
gnustep-make No need for X11. Bump revision. 2007-01-15 18:37:27 +00:00
gnustep-objc Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
gnustep-objc-lf2 Renamed BUILDLINK_TRANSFORM.* to BUILDLINK_FNAME_TRANSFORM.*, to make 2007-01-17 03:11:18 +00:00
gob2 Update to 2.0.14, provided by Martin Wilke in PR/34439: 2006-10-03 15:25:57 +00:00
gobo-eiffel Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
Gorm The GNUstep packages have GNUmakefile instead of Makefile. 2006-09-22 07:08:15 +00:00
gperf Changes 3.0.2: 2006-07-09 20:33:45 +00:00
gputils Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
gsoap Needs flex for build. From Jon Olsson in PR 34380. 2006-08-30 15:51:15 +00:00
gst-plugins0.10-pango use the DESCR template used by the other gstreamer plugins 2006-07-03 10:57:38 +00:00
gtexinfo Corrected my last change. The original patch for CVE-2006-4810 was 2007-01-08 08:50:51 +00:00
gtl Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:35:58 +00:00
gtoolkit-examples Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
guile-fcgi Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:35:58 +00:00
guile-gnome Bump PKGREVISION for gnome-keyring ABI bump. 2007-03-21 12:05:41 +00:00
guile-gtk fix ABI/API versions; this package ended up going from 0.4 to 0.40.91 to 0.5. 2006-08-27 11:43:11 +00:00
guile-lib Not needed in 0.1.3 2007-01-14 13:38:06 +00:00
guile-oops * Move info file entries into the PLIST. 2006-03-31 05:37:08 +00:00
guile-slib The 3a2 distfiles are not available anymore, so update to 3a4. 2007-02-07 19:39:52 +00:00
guile-www * Move info file entries into the PLIST. 2006-03-31 05:37:08 +00:00
guile14-gtk Add -lltdl. This fixes packaging on solaris-2.9. Tested on 2006-10-10 02:43:15 +00:00
haskell-mode Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
hdf Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
hdf5 Repair compilation under solaris. Also added back the configure.in patch 2006-10-02 16:20:04 +00:00
hptools Make this build with gcc4. 2006-06-27 16:10:05 +00:00
ht Needs C++. 2006-05-31 13:02:31 +00:00
hugs-HUnit Update the hugs additional modules (hugs-HUnit, hugs-unix and hugs-HaXml) 2007-03-07 12:51:16 +00:00
hugs-unix Update the hugs additional modules (hugs-HUnit, hugs-unix and hugs-HaXml) 2007-03-07 12:51:16 +00:00
idiff Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
idutils Belatedly fix typo in PKGREVISION introduced in revision 1.3. 2007-03-13 13:24:29 +00:00
imake Q: Why am I seeing imake problems and joerg@ not? 2007-01-22 20:33:33 +00:00
intel2gas Added "c" to USE_LANGUAGES for packages that use GNU configure scripts, 2006-07-22 04:46:13 +00:00
isect * Move info file entries into the PLIST. 2006-03-31 05:37:08 +00:00
its4 Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
jam USE_TOOLS+=yacc 2006-07-18 19:05:07 +00:00
javacc Import javacc. 2006-05-11 03:50:02 +00:00
javadeps Reset maintainer, host says: 2006-03-16 22:46:30 +00:00
jflex Imported jflex. 2007-02-22 08:24:44 +00:00
jgrasp Modular Xorg support. 2007-02-21 04:19:24 +00:00
kdbg Update kdbg to 2.0.5 2007-01-26 03:56:50 +00:00
kdesdk3 Update to KDE 3.5.6 2007-01-26 03:28:08 +00:00
kdevelop Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
kdevelop-base Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
ko-po-check Update ko-po-check to 0.7. 2006-07-27 18:22:55 +00:00
kscope Update icons location of KDE apps. Bump PKGREVISION 2007-01-26 03:49:32 +00:00
lcc Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of 2007-01-07 09:13:46 +00:00
ldapsdk pkglint cleanup: 2007-03-01 17:19:10 +00:00
libargparse Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libast Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
libaura Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libbegemot Update to 1.11, provided by Hans Rosenfeld on pkgsrc-users. 2007-01-27 12:01:01 +00:00
libbonobo DESTDIR support. 2006-11-05 17:49:33 +00:00
libbonoboui Make this build with Quartz GDK. 2006-12-06 05:44:24 +00:00
libcfg+ DESTDIR support. 2006-11-05 17:49:33 +00:00
libctl Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
libdfui Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libdnsres PKGREVISION bump due to proper ABI_DEPENDS versioning in devel/libevent. 2007-02-11 05:22:24 +00:00
libdockapp - fine grained X11 dependencies for packages which have either USE_IMAKE 2006-12-27 13:37:35 +00:00
libebml Update to version 0.7.7 2006-10-08 03:11:05 +00:00
libelf Update homepage and download URL. 2006-11-16 22:04:21 +00:00
libetm Reset maintainer, ben@ has resigned. 2006-12-15 14:34:18 +00:00
libevent improvements to last: 2007-02-27 11:11:17 +00:00
libextractor Changes 0.5.18: 2007-03-18 12:34:30 +00:00
libffi Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libFoundation Reverted the recent change that has set USE_LANGUAGES="c objc", where only 2006-07-22 05:10:54 +00:00
libgail-gnome Bump PKGREVISION for gnome-keyring ABI bump. 2007-03-21 12:05:41 +00:00
libgetopt Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of 2007-01-07 09:13:46 +00:00
libglade Needs libSM for modular Xorg. 2007-01-09 13:28:19 +00:00
libglade2 Remove @dirrm lib/libglade -- that directory is not created by 2006-12-20 07:37:02 +00:00
libglademm Changes 2.6.3: 2006-09-24 16:48:27 +00:00
libgnome Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
libgnomemm Changes 2.16.0: 2006-09-24 16:46:53 +00:00
libgnomeui Bump PKGREVISION for gnome-keyring ABI bump. 2007-03-21 12:05:41 +00:00
libgnomeuimm Bump PKGREVISION for gnome-keyring ABI bump. 2007-03-21 12:05:41 +00:00
libgphoto2 commit for patch-aa 2007-03-20 10:25:16 +00:00
libgsf update to 1.14.3 2006-11-09 20:50:59 +00:00
libhfs Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libiberty Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libidn Update to 0.6.11: 2007-03-18 20:25:34 +00:00
libinstaller Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libjit Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libltdl Replace mk/bsd.prefs.mk includes with bsd.fast.prefs.mk includes. 2006-12-12 21:52:34 +00:00
libmatchbox - fine grained X11 dependencies for packages which have either USE_IMAKE 2006-12-27 13:37:35 +00:00
libmemcache Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libmemmgr Reset maintainer, ben@ has resigned. 2006-12-15 14:34:18 +00:00
libmimedir Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libmm Update to 1.4.2: 2007-02-18 01:56:47 +00:00
libnet10 Fix the library path 2007-03-02 09:26:10 +00:00
libnet11 The libnet 1.1.x branch will now install as libnet11-1.1.x this will avoid 2007-02-18 18:30:59 +00:00
libntlm Update libntlm to 0.3.12. 2006-12-09 13:57:29 +00:00
liboil update to 0.3.10 2006-11-24 13:02:48 +00:00
libole2 Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
liboop Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libosip Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libportlib Reset maintainer, ben@ has resigned. 2006-12-15 14:34:18 +00:00
libproplist Drop support for LTCONFIG_OVERRIDE. For quite a long time, pkgsrc 2006-07-19 19:14:37 +00:00
librfuncs Fixed pkglint warnings and added a patch that prints an error message if 2007-02-15 14:24:23 +00:00
librlog Initial import of librlog-1.3.7 (required by the fuse-encfs pkg). 2007-02-18 14:18:18 +00:00
librsync As noted by Andreas Wrede in PR pkg/35677, librsync will stall on 2007-02-20 19:15:03 +00:00
librxspencer Import librxspencer from pkgsrc-wip. Packaged by Aleksey Cheusov. 2007-02-21 21:06:12 +00:00
libscsi Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of 2007-01-07 09:13:46 +00:00
libsexy -migrate devhelp docs to share/gtk-doc/htmlshare/gtk-doc/html 2006-11-13 19:42:38 +00:00
libsigc++ Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libsigc++2 DESTDIR support. 2006-11-05 17:49:33 +00:00
libsigsegv libsigsegv *is* a full dependency at least on DragonFly and FreeBSD. 2006-12-29 13:54:22 +00:00
libslang Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
libsmi Fixed unexpanded ${sysconfdir} in the default configuration file. 2006-11-10 20:15:17 +00:00
libstash
libstatgrab Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libstree
libstroke Modular Xorg support. As this package needs libX11 only for the test 2007-01-20 13:26:12 +00:00
libtai Fix path to examples. 2007-03-15 05:30:45 +00:00
libtar Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libtecla Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libtool Remove warning about libtool using an unreleased version of autoconf. The 2006-12-15 19:27:24 +00:00
libtool-base In the libtool configure script, the basename of the compiler is used 2006-12-15 11:28:51 +00:00
libtool-info Use BUILD_DIRS instead of manual rules. 2006-11-01 08:59:03 +00:00
libts Reset maintainer, ben@ has resigned. 2006-12-15 14:34:18 +00:00
libusb Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libwhisker2 Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
libwnck Update to 2.16.3: 2007-02-02 19:40:27 +00:00
lincvs Fixed a g++ error message. 2007-03-17 15:59:12 +00:00
ltsa Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:35:58 +00:00
lwp Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
m4 Update to 1.4.8: 2006-12-04 12:46:57 +00:00
makedepend Update to 1.0.1: 2007-03-21 22:59:19 +00:00
makedepf90 Update makedepf90 to 2.8.8. 2006-10-16 12:01:49 +00:00
maketool Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-14 07:59:09 +00:00
mantis Update to 1.0.6 2006-11-14 13:05:12 +00:00
meld apply PYTHON_PATCH_SCRIPTS to get the right interpreter 2006-10-12 14:29:46 +00:00
memcached make this build on Solaris with sunpro. 2007-03-02 11:20:09 +00:00
mercurial Add "scm" to CATEGORIES to make it easy to find source control management 2007-02-17 20:59:46 +00:00
mk-files Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
mkcmd Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of 2007-01-07 09:13:46 +00:00
monotone Update to 0.33. Tested in NetBSD-current and Mac OS X. Changes: 2007-03-01 08:48:32 +00:00
monotone-server Update to 0.33: depend on monotone-0.33. 2007-03-01 08:49:09 +00:00
monotone-viz Add "scm" to CATEGORIES to make it easy to find source control management 2007-02-17 20:59:46 +00:00
mph Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
mrproject Bump PKGREVISION for gnome-keyring ABI bump. 2007-03-21 12:05:41 +00:00
nana Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:35:58 +00:00
nasm Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
nbitools Reset maintainer for people who lost their commit bit. 2006-09-03 00:56:28 +00:00
ncurses When TERMINFODIR does not exist, tic tries to write the terminfo 2007-02-06 14:34:54 +00:00
ncursesw Mention that this is for the wide character support. 2006-10-23 00:24:18 +00:00
netbeans-ide Don't depend on X11, let the JDK handle the GUI dependency. 2007-02-20 00:50:02 +00:00
netbsd-iscsi Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of 2007-01-07 09:13:46 +00:00
netcdf Fixed PKGMANDIR. 2006-11-11 22:46:14 +00:00
newfile Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of 2007-01-07 09:13:46 +00:00
newt Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
noweb Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:35:58 +00:00
nqc Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:35:58 +00:00
nsis Fixed file permissions. PKGREVISION++ 2007-01-02 14:22:40 +00:00
nspr Update to 4.6.6. 2007-03-18 18:49:46 +00:00
nspr-reference Moved HTML documentation into share/doc/nspr/html. Bumped PKGREVISION. 2006-06-17 20:41:17 +00:00
nss Update to 3.11.5, security fix. 2007-03-21 06:53:24 +00:00
oaf Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
ObjectiveLib Reverted the recent change that has set USE_LANGUAGES="c objc", where only 2006-07-22 05:10:54 +00:00
ocaml-findlib Added a utility to register and unregister package paths. 2006-05-20 13:47:43 +00:00
ode No X11 here. Bump revision. 2007-01-20 13:33:13 +00:00
ogre Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
opencm Fixed a gcc4 error message. 2007-03-17 15:13:48 +00:00
p4 Update to 2006.1, based on PR pkg/35287 by Marc Tooley. From the changelog: 2007-03-15 07:14:27 +00:00
p4-docs Update to 2006.1, based on PR pkg/35287 by Marc Tooley. From the changelog: 2007-03-15 07:14:27 +00:00
p4d Update to 2006.1, based on PR pkg/35287 by Marc Tooley. From the changelog: 2007-03-15 07:14:27 +00:00
p4pr Add "scm" to CATEGORIES to make it easy to find source control management 2007-02-17 20:59:46 +00:00
p4web Update to 2006.1, based on PR pkg/35287 by Marc Tooley. From the changelog: 2007-03-15 07:14:27 +00:00
p5-Algorithm-Annotate Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Algorithm-Dependency Update to 1.102: 2006-07-19 22:34:28 +00:00
p5-Algorithm-Diff DESTDIR support. 2006-11-05 17:49:33 +00:00
p5-Algorithm-Merge Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-AnyEvent Add p5-AnyEvent-1.02: 2006-08-24 08:33:29 +00:00
p5-App-CLI Fixed pkglint warnings. 2007-03-08 21:24:59 +00:00
p5-AppConfig Update to 1.64: 2007-02-27 12:47:23 +00:00
p5-AppConfig-Std Import p5-AppConfig-Std version 1.07 from pkgsrc-wip. 2007-03-14 16:21:12 +00:00
p5-Array-Compare Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-AtExit Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Attribute-Handlers Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Bit-Vector Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-BSD-Resource Update to 1.28: 2007-02-18 02:39:23 +00:00
p5-Cache Fix obviously broken dependency. No cookie for abs. 2007-02-06 21:57:54 +00:00
p5-Cache-Cache Update to 1.05: 2006-07-19 22:34:56 +00:00
p5-Cache-Memcached Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Cache-Simple-TimedExpiry Update to 0.27: 2007-02-18 03:28:52 +00:00
p5-capitalization Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Carp-Assert
p5-Carp-Assert-More Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Carp-Clan Update to 5.8: 2007-02-27 12:36:39 +00:00
p5-Class-Accessor Updated to 0.25. 2006-04-20 08:07:01 +00:00
p5-Class-Autouse Update to 1.27: 2007-02-18 02:06:39 +00:00
p5-Class-Container Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Class-Data-Inheritable Update p5-Class-Data-Inheritable to 0.06. 2006-10-21 13:32:31 +00:00
p5-Class-ErrorHandler Initial version of Class-ErrorHandler. 2006-02-15 00:30:01 +00:00
p5-Class-Factory Update p5-Class-Factory to 1.04. 2006-10-21 13:51:50 +00:00
p5-Class-Factory-Util
p5-Class-Fields
p5-Class-Gomor This module is yet another class builder. This one adds parameter checking 2007-01-03 14:02:57 +00:00
p5-Class-Inner Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Class-Inspector Update to 1.16: 2006-07-19 22:36:01 +00:00
p5-Class-Loader Update to 2.03: 2007-02-22 11:50:33 +00:00
p5-Class-MakeMethods give away to pkgsrc-users 2007-03-19 16:36:41 +00:00
p5-Class-MethodMaker Update to 2.09: 2007-02-22 11:53:28 +00:00
p5-Class-ObjectTemplate Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Class-ReturnValue Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Class-Singleton
p5-Class-Trigger
p5-Class-WhiteHole Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Class-XPath
p5-Clone Update p5-Clone to 0.22. 2006-10-24 13:14:59 +00:00
p5-Compress-Raw-Zlib Update to 2.004: 2007-03-08 18:59:08 +00:00
p5-Compress-Zlib Update to 2.004: 2007-03-08 19:11:12 +00:00
p5-Config-General Update to 2.32: 2007-02-27 08:51:15 +00:00
p5-Config-IniFiles Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Config-Tiny Update to 2.10: 2007-02-18 02:01:31 +00:00
p5-Curses Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Curses-UI
p5-Curses-UI-POE
p5-Data-Buffer
p5-Data-Dump Import devel/Data-Dump-1.06 2006-08-10 14:15:29 +00:00
p5-Data-Hierarchy Update p5-Data-Hierarchy to 0.34. 2007-01-10 21:54:42 +00:00
p5-Data-ShowTable Fixed the path to the Perl interpreter. Bumped PKGREVISION. 2006-07-12 11:36:12 +00:00
p5-Data-TemporaryBag Update p5-Data-TemporaryBag to 0.09. 2006-10-25 13:56:45 +00:00
p5-Data-UUID Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Date-Business Per Juan RP, use pkgsrc-users@ as MAINTAINER of unmaintained pkgs. 2007-03-21 19:44:10 +00:00
p5-Date-Calc Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
p5-Date-Manip Per Juan RP, use pkgsrc-users@ as MAINTAINER of unmaintained pkgs. 2007-03-21 19:44:10 +00:00
p5-Date-Simple
p5-Devel-Cycle Update p5-Devel-Cycle to 1.07. 2006-10-25 14:07:51 +00:00
p5-Devel-Profile Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Devel-SmallProf
p5-Devel-StackTrace Update to 1.13: 2006-07-19 22:37:21 +00:00
p5-Devel-Symdump Update p5-Devel-Symdump to 2.0604. 2006-10-21 07:54:47 +00:00
p5-enum Imported p5-enum. 2007-01-25 03:08:19 +00:00
p5-Error Update to 0.17008: 2007-02-18 02:42:13 +00:00
p5-Event Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Event-ExecFlow Add p5-Event-ExecFlow-0.62: 2006-08-24 08:35:00 +00:00
p5-Event-RPC Add Event::RPC, DESCRiption: 2006-08-20 20:04:57 +00:00
p5-Exception-Class Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Expect Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-ExtUtils-AutoInstall Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-ExtUtils-CBuilder Initial addition of p5-ExtUtils-CBuilder version 0.18 into the NetBSD packages 2006-05-15 14:56:51 +00:00
p5-ExtUtils-Depends Update to 0.205: 2007-02-27 09:09:37 +00:00
p5-ExtUtils-F77 Update to 1.15: 2007-02-27 09:12:35 +00:00
p5-ExtUtils-MakeMaker Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
p5-ExtUtils-ParseXS Initial addition of p5-ExtUtils-ParseXS version 2.15 into the NetBSD packages 2006-05-15 14:58:32 +00:00
p5-ExtUtils-PkgConfig Update to 1.07: 2007-02-27 09:14:24 +00:00
p5-ExtUtils-XSBuilder Update to 0.27: 2006-07-19 22:37:49 +00:00
p5-File-BaseDir Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-File-chdir
p5-File-DirSync Update to 1.14: 2007-02-27 09:16:14 +00:00
p5-File-Find-Rule Update to 0.30: 2006-07-19 22:38:13 +00:00
p5-File-Flat Update to 1.00: 2007-02-18 02:23:55 +00:00
p5-File-FlockDir Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-File-HomeDir Initial import of p5-File-HomeDir-0.64, from pkgsrc-wip. 2007-02-27 12:44:17 +00:00
p5-File-MimeInfo Update to 0.13: 2007-02-27 09:19:21 +00:00
p5-File-Modified Import p5-File-Modified from pkgsrc-wip, packaged by kuli0020. 2006-02-21 10:33:45 +00:00
p5-File-NFSLock Import p5-File-NFSLock-1.20 into pkgsrc: 2007-02-06 18:48:59 +00:00
p5-File-PathConvert Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-File-Slurp Updated devel/p5-File-Slurp to 9999.12 2006-05-05 17:50:49 +00:00
p5-File-Temp Update to 0.18: 2007-02-27 13:59:25 +00:00
p5-File-Type Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-File-Which Initial import of p5-File-Which-0.05: 2007-02-27 13:53:00 +00:00
p5-FileHandle-Unget Update p5-FileHandle-Unget to 0.1621. 2006-10-27 13:01:51 +00:00
p5-FileKGlob Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-FreezeThaw Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Getopt-ArgvFile Import p5-Getopt-ArgvFile from Aleksey Cheusov's package in wip. 2007-03-15 22:38:21 +00:00
p5-Getopt-Long Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Getopt-Simple
p5-gettext Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-glib2 Update to 1.102... latest stable version with many bugfixes. 2006-08-24 08:37:47 +00:00
p5-Graph Update to 0.80. Main changes since 0.20: 2006-12-16 15:17:48 +00:00
p5-Hash-Case Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
p5-Heap Update devel/p5-Heap from 0.50 to 0.71 2007-02-06 18:43:27 +00:00
p5-Hook-LexWrap Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Inline Use standard CPAN homepage. 2007-02-22 19:18:13 +00:00
p5-IO-All Drop maintainership for packages that I no longer have time to maintain. 2006-03-14 16:00:40 +00:00
p5-IO-Capture Import IO::Capture-0.05 as devel/p5-IO-Capture. 2006-05-02 04:01:09 +00:00
p5-IO-Compress-Base Update to 2.004: 2007-03-08 18:59:47 +00:00
p5-IO-Compress-Zlib Update to 2.004: 2007-03-08 19:02:29 +00:00
p5-IO-Digest Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-IO-LockedFile
p5-IO-Multiplex Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-IO-Null Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-IO-Pager
p5-IO-Prompt Added devel/p5-IO-Prompt-0.99.4 2006-06-07 12:00:59 +00:00
p5-IO-String DESTDIR support. 2006-11-05 17:49:33 +00:00
p5-IO-stringy DESTDIR support. 2006-11-05 17:49:33 +00:00
p5-IO-Stty Fix a check-interpreter error. Bump PKGREVISION. 2006-06-08 15:35:43 +00:00
p5-IO-Tee
p5-IO-Tty Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-IO-Util Update p5-IO-Util to 1.50, based on patch privided by Martin Wilke via PR 34350. 2006-10-30 04:07:42 +00:00
p5-IO-Zlib DESTDIR support. 2006-11-05 17:49:33 +00:00
p5-IPC-Run Update p5-IPC-Run to 0.80. 2006-10-29 15:40:04 +00:00
p5-IPC-Shareable Disabled the self-test on NetBSD, since it hangs. 2006-10-08 08:50:39 +00:00
p5-IPC-SharedCache Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-IPC-ShareLite Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-LDAP Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-List-MoreUtils Force building the non-XS version. 2007-01-10 22:48:56 +00:00
p5-Log-Agent Update p5-Log-Agent to 0.307. 2006-10-28 11:48:31 +00:00
p5-Log-Dispatch Update to 2.16: 2007-02-18 02:45:54 +00:00
p5-Log-Dispatch-Config Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Log-Dispatch-DBI Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Log-Dispatch-FileRotate Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Log-LogLite
p5-Make Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Memoize Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Memoize-ExpireLRU Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Module-Build Update to 0.2806: 2007-02-27 12:57:00 +00:00
p5-Module-CoreList Update to version 2.09. 2007-03-01 00:06:49 +00:00
p5-Module-Dependency Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Module-Install Update p5-Module-Install to 0.64. 2006-11-03 10:41:14 +00:00
p5-Module-Install-RTx Initial addition of p5-Module-Install-RTx version 0.11 into the NetBSD packages 2006-05-15 15:01:19 +00:00
p5-Module-Install-Substitute Initial import of p5-Module-Install-Substitute version 0.02 into the NetBSD 2006-06-06 10:22:43 +00:00
p5-Module-Pluggable Update p5-Module-Pluggable to 3.4. 2006-12-08 14:58:15 +00:00
p5-Module-Refresh Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Module-ScanDeps Update p5-Module-ScanDeps to 0.68. 2006-10-31 15:10:05 +00:00
p5-Module-Versions-Report Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Net-CIDR Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Net-Netmask Update p5-Net-Netmask to 1.9015. 2006-12-08 14:41:11 +00:00
p5-NEXT Import p5-NEXT from pkgsrc-wip, packaged by kuli0020. 2006-02-21 10:35:26 +00:00
p5-Object-Realize-Later
p5-OLE-Storage_Lite Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-OOTools
p5-PAR Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
p5-PAR-Dist Update p5-PAR-Dist to 1.21. 2006-10-30 13:01:35 +00:00
p5-Params-Util Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Params-Validate Update to 0.87: 2007-02-18 02:43:48 +00:00
p5-Parse-RecDescent Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Parse-Yapp Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
p5-PatchReader
p5-Path-Class Initial import of devel/p5-Path-Class 0.16. 2007-01-10 21:58:19 +00:00
p5-PathTools p5-PathTools is successor to p5-File-Spec, so conflict. 2007-01-11 13:02:48 +00:00
p5-perl-headers Remove NO_BIN_ON_FTP. The reason why this was marked as such is not valid any 2007-02-19 19:44:42 +00:00
p5-Perl-Tidy
p5-Perl6-Export Added devel/p5-Perl6-Export-0.07 2006-06-07 11:56:15 +00:00
p5-Perl6-Slurp Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
p5-PerlIO-eol Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-PerlIO-via-dynamic Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-PerlIO-via-symlink Update devel/p5-PerlIO-via-symlink to 0.05. 2007-01-10 22:00:52 +00:00
p5-POE
p5-prefork Update p5-prefork to 1.01. 2006-11-03 11:54:00 +00:00
p5-Proc-Daemon pkglint cleanup; update HOMEPAGE/MASTER_SITES. 2007-02-22 19:01:13 +00:00
p5-Proc-PID-File Initial import of p5-Proc-PID-File 1.24. 2006-04-20 11:38:13 +00:00
p5-Proc-Pidfile Initial import of p5-Proc-Pidfile-1.005. 2007-03-02 10:20:07 +00:00
p5-Proc-ProcessTable Initial import of p5-Proc-ProcessTable-0.41. 2007-03-02 10:18:06 +00:00
p5-Proc-Simple Import p5-Proc-Simple from pkgsrc-wip. Packaged by David Howland. 2006-07-29 00:38:19 +00:00
p5-PV Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Regexp-Shellish Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Safe-Hole
p5-Scalar-List-Utils Update to 1.19: 2007-02-18 02:04:56 +00:00
p5-Schedule-RateLimiter Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-SDL Also use the NetBSD Makefile for DragonFly. 2006-06-21 21:53:30 +00:00
p5-Set-IntSpan Update to 1.09 per PR pkg/34359 by Martin Wilke. Changes: 2006-09-01 06:34:31 +00:00
p5-Set-Scalar Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Sort-Versions Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Spiffy Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
p5-Spoon Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
p5-Storable DESTDIR support. 2006-11-05 17:49:33 +00:00
p5-String-Format
p5-Sub-Uplevel Update to 0.14: 2007-02-18 02:47:31 +00:00
p5-subversion DESTDIR support. 2006-11-03 19:24:26 +00:00
p5-SVN-Mirror Add "scm" to CATEGORIES to make it easy to find source control management 2007-02-17 20:59:46 +00:00
p5-SVN-Notify Add "scm" to CATEGORIES to make it easy to find source control management 2007-02-17 20:59:46 +00:00
p5-SVN-Simple Add "scm" to CATEGORIES to make it easy to find source control management 2007-02-17 20:59:46 +00:00
p5-Term-ProgressBar
p5-Term-Prompt Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Term-ReadKey Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Term-ReadLine Updated to version 1.16. 2006-07-12 17:22:38 +00:00
p5-Term-ReadPassword Add p5-Term-ReadPassword version 0.07. 2007-01-28 12:08:20 +00:00
p5-Term-Screen The "test" phase is interactive. 2006-10-01 14:22:02 +00:00
p5-Term-Size Set correct HOMEPAGE. 2006-02-18 08:23:33 +00:00
p5-Test-ClassAPI Update to 1.03: 2007-02-19 20:50:23 +00:00
p5-Test-Cmd Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
p5-Test-Deep Update p5-Test-Deep to 0.096. 2006-10-28 08:50:59 +00:00
p5-Test-Exception Update to 0.25: 2007-02-18 02:50:03 +00:00
p5-Test-File-Contents Initial import of p5-Test-File-Contents version 0.03 into the NetBSD Packages 2006-06-06 09:52:25 +00:00
p5-Test-Harness Add back p5-Test-Harness 2006-08-06 15:00:07 +00:00
p5-Test-Inline Update to 2.201: 2007-02-18 02:28:33 +00:00
p5-Test-LongString Update to 0.11: 2007-02-27 13:58:07 +00:00
p5-Test-Manifest Update to 1.17: 2007-02-27 12:58:18 +00:00
p5-Test-Memory-Cycle Update p5-Test-Memory-Cycle to 1.04. 2006-11-04 11:13:29 +00:00
p5-Test-NoWarnings Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Test-Pod Add p5-Test-Simple>=0.62 dependency again, because PERL5_REQD=5.8.7 now, 2006-10-25 09:39:54 +00:00
p5-Test-Pod-Coverage Update p5-Test-Pod-Coverage to 1.08. 2006-10-21 08:34:52 +00:00
p5-Test-Simple Update to 0.70: 2007-03-21 22:31:58 +00:00
p5-Test-Taint Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Test-Tester Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Test-Unit Fixed paths to the Perl interpreter. Bumped PKGREVISION. 2006-06-18 12:15:48 +00:00
p5-Test-Warn Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Tie-IxHash Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
p5-Tree-DAG_Node
p5-Tree-Simple Update to 1.17: 2007-02-18 02:51:41 +00:00
p5-UNIVERSAL-moniker Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-UNIVERSAL-require Update devel/p5-UNIVERSAL-require to 0.11. 2007-01-10 22:04:15 +00:00
p5-VCP Add "scm" to CATEGORIES to make it easy to find source control management 2007-02-17 20:59:46 +00:00
p5-VCP-Dest-svk Update p5-VCP-Dest-svk to version 0.29. 2007-02-20 23:51:46 +00:00
p5-version Update to 0.70: 2007-02-22 12:26:27 +00:00
p5-Want Update p5-Want to 0.12. 2006-11-04 10:31:08 +00:00
p5-WeakRef Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
palmpower Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of 2007-01-07 09:13:46 +00:00
pango update to 1.16.1 2007-03-20 15:38:26 +00:00
papaya Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:35:58 +00:00
pardiff
patch Fixed pkglint warnings. 2006-06-17 20:53:09 +00:00
patchutils Fixed path to the bash interpreter. Added dependency to bash. 2006-10-15 21:40:07 +00:00
pccts Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
pcl-cvs Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
pcre Update to 7.0: 2007-01-06 23:45:42 +00:00
pcre++ Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
pcre-ocaml Update devel/pcre-ocaml to 5.11.2 2007-01-18 09:59:59 +00:00
pedisassem Added a patch to avoid type casts on lvalues. 2006-08-29 19:57:09 +00:00
php-gettext Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv). 2006-06-04 16:26:52 +00:00
php-gmp Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv). 2006-06-04 16:26:52 +00:00
php-memcache update to 2.1.0. 2007-03-11 16:28:38 +00:00
php-pcntl Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv). 2006-06-04 16:26:52 +00:00
php-posix Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv). 2006-06-04 16:26:52 +00:00
php-shmop Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv). 2006-06-04 16:26:52 +00:00
php-sysvsem Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv). 2006-06-04 16:26:52 +00:00
php-sysvshm Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv). 2006-06-04 16:26:52 +00:00
physfs Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
picp Uses C++. 2006-06-01 22:22:23 +00:00
picprg Use PKGNAME_NOREV. 2006-02-11 14:19:49 +00:00
pilrc Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
pkg-config DESTDIR support. 2006-11-02 17:59:37 +00:00
ply No need to mark 1.5 as incompatible, it isn't active by default anyway. 2006-06-03 00:13:07 +00:00
pmccabe Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
popt DESTDIR support. 2006-11-05 17:49:33 +00:00
prcs Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
ProjectCenter The GNUstep packages have GNUmakefile instead of Makefile. 2006-09-22 07:08:15 +00:00
pth Update to 2.0.7: 2007-02-18 11:40:09 +00:00
pthread-sem Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
pthread-stublib Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
pvs Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
pwlib Make this build on Darwin. The changes are taken from pwlib repository 2007-03-14 17:12:47 +00:00
py-checker Fixed "test ==". 2006-10-22 07:55:38 +00:00
py-cheetah Update to Cheetah-2.0rc7. Despite its name, "The most recent stable 2006-08-23 17:45:48 +00:00
py-ctypes Doesn't support Python < 2.3. 2006-12-06 17:45:35 +00:00
py-curses Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
py-cursespanel Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
py-distutils pkglint cleanup; update HOMEPAGE/MASTER_SITES. 2007-02-22 19:01:13 +00:00
py-expect Per Juan RP, use pkgsrc-users@ as MAINTAINER of unmaintained pkgs. 2007-03-21 19:44:10 +00:00
py-fann Removed CR character from the patch to make the package work on Mac OS X 2007-03-10 01:38:26 +00:00
py-game Fix BUILDLINK_ABI_DEPENDS to use PYPKGPREFIX. 2006-07-26 17:56:25 +00:00
py-generate Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
py-gobject Update to 2.12.3: 2007-01-14 23:43:25 +00:00
py-gobject-shared Update to 2.12.3: 2007-01-14 23:43:25 +00:00
py-idle Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
py-InlineEgg Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
py-kjbuckets Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
py-kqueue Does built before Python 2.2. 2006-06-02 17:29:30 +00:00
py-logging Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
py-Optik Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
py-pexpect Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
py-pqueue Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
py-Pyro Fixed pkglint warnings. 2006-06-17 21:01:29 +00:00
py-readline DESTDIR support. 2006-11-05 17:49:33 +00:00
py-setuptools Update to setuptools-0.6c3. 2007-01-20 13:56:02 +00:00
py-subversion DESTDIR support. 2006-11-03 19:24:26 +00:00
py-TPG Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:35:58 +00:00
py-unit Consistently use NetBSD.org address for shell, shellhung.org does not exist. 2006-03-16 22:48:42 +00:00
py-unitgui Consistently use NetBSD.org address for shell, shellhung.org does not exist. 2006-03-16 22:48:42 +00:00
py-urwid Update py-urwid to 0.9.7.1 2006-10-26 18:52:20 +00:00
py-zconfig Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
py-ZopeInterface Fix "static declaration follows non-static" error with gcc 4. 2006-08-26 16:42:25 +00:00
python-mode pkglint cleanup; update HOMEPAGE/MASTER_SITES. 2007-02-22 19:01:13 +00:00
qconf Imported qconf. 2006-05-15 11:19:24 +00:00
rake - Fix a hardcoded path in a manpage. 2006-10-08 03:45:45 +00:00
rapidsvn Add "scm" to CATEGORIES to make it easy to find source control management 2007-02-17 20:59:46 +00:00
ratfor Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of 2007-01-07 09:13:46 +00:00
rcs Add "scm" to CATEGORIES to make it easy to find source control management 2007-02-17 20:59:46 +00:00
rdp Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:35:58 +00:00
re2c Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
readline Renamed BUILDLINK_TRANSFORM.* to BUILDLINK_FNAME_TRANSFORM.*, to make 2007-01-17 03:11:18 +00:00
refinecvs Add "scm" to CATEGORIES to make it easy to find source control management 2007-02-17 20:59:46 +00:00
Renaissance The GNUstep packages have GNUmakefile instead of Makefile. 2006-09-22 07:08:15 +00:00
roundup Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of 2007-01-07 09:13:46 +00:00
rox-lib Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
rpc2 Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
rsltc Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
rt-mysql Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
rt-pgsql Depend on p5-libapreq2 (instead of p5-libapreq), since other dependencies 2006-07-20 19:05:24 +00:00
rt3 Don't install rt-crontool twice. Apparently Linux's install is not happy 2007-01-30 07:10:46 +00:00
RTFM Adapt to new version of RT, using its dirs.mk, and fix a PLIST bug (a test 2006-05-01 09:39:48 +00:00
RTx-RightsMatrix Initial import of RTx::RightsMatrix (as RTx-RightsMatrix), version 0.03.00, 2006-05-01 09:43:11 +00:00
RTx-Shredder Initial import of RTx::Shredder (as RTx-Shredder), version 0.03, into the 2006-05-01 09:42:13 +00:00
ruby-activesupport Update ruby-activesupport to 1.4.2. 2007-03-17 10:59:26 +00:00
ruby-amstd pkglint cleanup; update HOMEPAGE/MASTER_SITES. 2007-02-22 19:01:13 +00:00
ruby-bsearch Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:35:58 +00:00
ruby-byaccr Oops, change post-install to do-install since Makefile in WRKSRC 2006-09-13 00:42:12 +00:00
ruby-cmd
ruby-curses Updating Ruby to 1.8.6; ruby18-curses 2007-03-15 16:42:32 +00:00
ruby-gnome2-atk Update ruby-gnome2* to 0.16.0. 2007-01-29 06:42:33 +00:00
ruby-gnome2-glib Update ruby-gnome2* to 0.16.0. 2007-01-29 06:42:33 +00:00
ruby-gnome2-pango Update ruby-gnome2* to 0.16.0. 2007-01-29 06:42:33 +00:00
ruby-mode Use ruby 1.8.6 version. 2007-03-15 16:45:13 +00:00
ruby-ncurses Update ruby-ncurses package to 1.1. 2007-03-17 16:05:02 +00:00
ruby-priority-queue Update HOMEPAGE since previous URL can't be acceessed by permission. 2006-07-09 15:25:18 +00:00
ruby-racc Update ruby-racc pacakge to 1.4.5 2007-03-17 15:49:43 +00:00
ruby-rd-mode Update to devel/ruby-rd-modeto 0.6.18. 2006-02-13 15:16:34 +00:00
ruby-readline Updating Ruby to 1.8.6; ruby18-readline 2007-03-15 16:42:59 +00:00
ruby-rgl Add a dependency on ruby-stream, which is required by rgl/traversal. 2006-05-04 01:38:02 +00:00
ruby-stream Import ruby-stream. 2006-05-04 01:29:57 +00:00
ruby-subversion Version 1.4.0 2006-09-11 04:14:30 +00:00
rudiments Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
rvm Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
rx Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
sablecc Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:35:58 +00:00
scmgit Update to 1.5.0.3: 2007-03-18 21:18:36 +00:00
scons Fixed PKGMANDIR. 2006-10-22 06:39:43 +00:00
scons-devel Fixed PKGMANDIR. 2007-01-02 14:05:59 +00:00
sdcc Remove extra qualification to fix build with gcc-4.1. 2006-07-05 20:29:29 +00:00
SDL Modular Xorg support. 2007-01-09 15:06:23 +00:00
SDL-intro-en Change the directory name so that it does not conflict with SDL 2006-07-21 19:47:32 +00:00
SDL-intro-ko Import SDL-intro-ko from pkgsrc-wip. Packaged by Ian Zagorskih. 2006-07-21 19:52:59 +00:00
SDL_gfx Changes 2.0.16: 2007-02-06 10:13:46 +00:00
SDL_ttf Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
SDLmm Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
semantic "BUILD_ENV" was misnamed. It's actually the environment that is passed 2006-07-21 14:27:56 +00:00
semi Fix conditional for semi-bbdb option. 2006-07-24 17:17:18 +00:00
sfio Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
sgb Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
sgi-stl Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
sgi-stl-docs Moved the HTML documentation into share/doc/sgi-stl/html. Bumped 2006-06-17 21:03:34 +00:00
silc-toolkit Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
slib Make pkglint happy. 2007-02-07 19:45:32 +00:00
sml-mode * Move info file entries into the PLIST. 2006-03-31 05:37:08 +00:00
sparsehash Update to 0.4, provided by Aleksey Cheusov in PR 34063: 2006-08-03 19:46:42 +00:00
spiff Make this package build with gcc-4. 2006-06-08 16:12:48 +00:00
splint Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
st Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
stlport Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
stooop Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
subversion Add "scm" to CATEGORIES to make it easy to find source control management 2007-02-17 20:59:46 +00:00
subversion-base Missed PKGREVISION bump from shlib major update of www/neon. 2007-03-12 16:17:17 +00:00
svk Add "scm" to CATEGORIES to make it easy to find source control management 2007-02-17 20:59:46 +00:00
swig Use stdlib.h instead of malloc.h in generated codes. Noted by 2007-01-21 16:39:57 +00:00
syncdir Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
sysexits Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
tailor Add "scm" to CATEGORIES to make it easy to find source control management 2007-02-17 20:59:46 +00:00
tavrasm Update to 1.22 (provided by Joe Talbott in private mail, with some 2006-10-01 21:03:36 +00:00
tcl-tclcl Update tcl-tclcl to 1.18. 2007-01-16 21:25:59 +00:00
tcllib Use the tools framework to use tclsh. 2006-08-25 10:56:55 +00:00
teem Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
tet3 Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
tkcvs Add "scm" to CATEGORIES to make it easy to find source control management 2007-02-17 20:59:46 +00:00
tkdiff Removed the superfluous "quotes" and 'quotes' from variables that don't 2006-04-22 09:22:05 +00:00
tla Add "scm" to CATEGORIES to make it easy to find source control management 2007-02-17 20:59:46 +00:00
tmake Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:35:58 +00:00
tpasm Uses C++. 2006-06-06 14:56:20 +00:00
tre Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
treecc Fixed pkglint warning. 2006-06-17 17:37:21 +00:00
trio Update to trio-1.11. Most important changes are various bug and 2006-10-31 23:13:51 +00:00
tvision Added "c" to USE_LANGUAGES for packages that use GNU configure scripts, 2006-07-22 04:46:13 +00:00
ucl Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
unidiff Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of 2007-01-07 09:13:46 +00:00
uno Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of 2007-01-07 09:13:46 +00:00
valgrind Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
vanessa_adt Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
vanessa_logger fix silly mistake in last :/ 2007-03-02 11:45:47 +00:00
vanessa_socket Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
vtcl Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
wide Fixed file permissions. 152 files had been installed world-writable. 2007-01-02 01:47:24 +00:00
xdelta * Move info file entries into the PLIST. 2006-03-31 05:37:08 +00:00
xmake Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of 2007-01-07 09:13:46 +00:00
xxgdb Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of 2007-01-07 09:13:46 +00:00
yasm Update to 0.6.0: 2007-03-08 19:09:27 +00:00
z80-asm Fixed two gcc4 error messages. 2007-03-17 14:52:51 +00:00
zlib Update HOMEPAGE. (The previous redirects to this one.) 2007-01-24 17:28:22 +00:00
Makefile Add dia2code. 2007-03-20 19:11:41 +00:00