pkgsrc/devel
wiz ad7a87898e Update to 0.8.2. Add test target. Add py-expat dependency.
Generate and install man page.

bzr 0.8.2  2006-05-17

  BUG FIXES:

    * setup.py failed to install launchpad plugin.  (Martin Pool)

bzr 0.8.1  2006-05-16

  BUG FIXES:

    * Fix failure to commit a merge in a checkout.  (Martin Pool,
      Robert Collins, Erik Bågfors, #43959)

    * Nicer messages from 'commit' in the case of renames, and correct
      messages when a merge has occured. (Robert Collins, Martin Pool)

    * Separate functionality from assert statements as they are skipped in
      optimized mode of python. Add the same check to pending merges.
      (#44443, Olaf Conradi)

  CHANGES:

    * Do not show the None revision in output of bzr ancestry. (Olaf Conradi)

    * Add info on standalone branches without a working tree.
      (#44155, Olaf Conradi)

    * Fix bug in knits when raising InvalidRevisionId. (#44284, Olaf Conradi)

  CHANGES:

    * Make editor invocation comply with Debian Policy. First check
      environment variables VISUAL and EDITOR, then try editor from
      alternatives system. If that all fails, fall back to the pre-defined
      list of editors. (#42904, Olaf Conradi)

  NEW FEATURES:

    * New 'register-branch' command registers a public branch into
      Launchpad.net, where it can be associated with bugs, etc.
      (Martin Pool, Bjorn Tillenius, Robert Collins)

  TESTING:

    * Fix test case for bzr info in upgrading a standalone branch to metadir,
      uses bzrlib api now. (Olaf Conradi)

bzr 0.8  2006-05-08

  NOTES WHEN UPGRADING:

    Release 0.8 of bzr introduces a new format for history storage, called
    'knit', as an evolution of to the 'weave' format used in 0.7.  Local
    and remote operations are faster using knits than weaves.  Several
    operations including 'init', 'init-repo', and 'upgrade' take a
    --format option that controls this.  Branching from an existing branch
    will keep the same format.

    It is possible to merge, pull and push between branches of different
    formats but this is slower than moving data between homogenous
    branches.  It is therefore recommended (but not required) that you
    upgrade all branches for a project at the same time.  Information on
    formats is shown by 'bzr info'.

    bzr 0.8 now allows creation of 'repositories', which hold the history
    of files and revisions for several branches.  Previously bzr kept all
    the history for a branch within the .bzr directory at the root of the
    branch, and this is still the default.  To create a repository, use
    the new 'bzr init-repo' command.  Branches exist as directories under
    the repository and contain just a small amount of information
    indicating the current revision of the branch.

    bzr 0.8 also supports 'checkouts', which are similar to in cvs and
    subversion.  Checkouts are associated with a branch (optionally in a
    repository), which contains all the historical information.  The
    result is that a checkout can be deleted without losing any
    already-committed revisions.  A new 'update' command is also available.

    Repositories and checkouts are not supported with the 0.7 storage
    format.  To use them you must upgrad to either knits, or to the
    'metaweave' format, which uses weaves but changes the .bzr directory
    arrangement.


  IMPROVEMENTS:

    * Sftp paths can now be relative, or local, according to the lftp
      convention. Paths now take the form:
      sftp://user:pass@host:port/~/relative/path
      or
      sftp://user:pass@host:port/absolute/path

    * The FTP transport now tries to reconnect after a temporary
      failure. ftp put is made atomic. (Matthieu Moy)

    * The FTP transport now maintains a pool of connections, and
      reuses them to avoid multiple connections to the same host (like
      sftp did). (Daniel Silverstone)

    * The bzr_man.py file has been removed. To create the man page now,
      use ./generate_docs.py man. The new program can also create other files.
      Run "python generate_docs.py --help" for usage information. (Hans
      Ulrich Niedermann & James Blackwell).

    * Man Page now gives full help (James Blackwell). Help also updated to
      reflect user config now being stored in .bazaar (Hans Ulrich
      Niedermann)

    * It's now possible to set aliases in bazaar.conf (Erik Bågfors)

    * Pull now accepts a --revision argument (Erik Bågfors)

    * 'bzr re-sign' now allows multiple revisions to be supplied on the command
      line. You can now use the following command to sign all of your old commits.
        find .bzr/revision-store// -name my@email-* \
          | sed 's/.*\/\/..\///' \
          | xargs bzr re-sign

    * Upgrade can now upgrade over the network. (Robert Collins)

    * Two new commands 'bzr checkout' and 'bzr update' allow for CVS/SVN-alike
      behaviour.  By default they will cache history in the checkout, but
      with --lightweight almost all data is kept in the master branch.
      (Robert Collins)

    * 'revert' unversions newly-versioned files, instead of deleting them.

    * 'merge' is more robust.  Conflict messages have changed.

    * 'merge' and 'revert' no longer clobber existing files that end in '~' or
      '.moved'.

    * Default log format can be set in configuration and plugins can register
      their own formatters. (Erik Bågfors)

    * New 'reconcile' command will check branch consistency and repair indexes
      that can become out of sync in pre 0.8 formats. (Robert Collins,
      Daniel Silverstone)

    * New 'bzr init --format' and 'bzr upgrade --format' option to control
      what storage format is created or produced.  (Robert Collins,
      Martin Pool)

    * Add parent location to 'bzr info', if there is one.  (Olaf Conradi)

    * New developer commands 'weave-list' and 'weave-join'.  (Martin Pool)

    * New 'init-repository' command, plus support for repositories in 'init'
      and 'branch' (Aaron Bentley, Erik Bågfors, Robert Collins)

    * Improve output of 'info' command. Show all relevant locations related to
      working tree, branch and repository. Use kibibytes for binary quantities.
      Fix off-by-one error in missing revisions of working tree.  Make 'info'
      work on branches, repositories and remote locations.  Show locations
      relative to the shared repository, if applicable.  Show locking status
      of locations.  (Olaf Conradi)

    * Diff and merge now safely handle binary files. (Aaron Bentley)

    * 'pull' and 'push' now normalise the revision history, so that any two
      branches with the same tip revision will have the same output from 'log'.
      (Robert Collins)

    * 'merge' accepts --remember option to store parent location, like 'push'
      and 'pull'. (Olaf Conradi)

    * bzr status and diff when files given as arguments do not exist
      in the relevant trees.  (Martin Pool, #3619)

    * Add '.hg' to the default ignore list.  (Martin Pool)

    * 'knit' is now the default disk format. This improves disk performance and
      utilization, increases incremental pull performance, robustness with SFTP
      and allows checkouts over SFTP to perform acceptably.
      The initial Knit code was contributed by Johan Rydberg based on a
      specification by Martin Pool.
      (Robert Collins, Aaron Bentley, John Rydberg, Martin Pool).

    * New tool to generate all-in-one html version of the manual.  (Alexander
      Belchenko)

    * Hitting CTRL-C while doing an SFTP push will no longer cause stale locks
      to be left in the SFTP repository. (Robert Collins, Martin Pool).

    * New option 'diff --prefix' to control how files are named in diff
      output, with shortcuts '-p0' and '-p1' corresponding to the options for
      GNU patch.  (Alexander Belchenko, Goffredo Baroncelli, Martin Pool)

    * Add --revision option to 'annotate' command.  (Olaf Conradi)

    * If bzr shows an unexpected revision-history after pulling (perhaps due
      to a reweave) it can now be corrected by 'bzr reconcile'.
      (Robert Collins)

  CHANGES:

    * Commit is now verbose by default, and shows changed filenames and the
      new revision number.  (Robert Collins, Martin Pool)

    * Unify 'mv', 'move', 'rename'.  (#5379, Matthew Fuller)

    * 'bzr -h' shows help.  (#35940, Martin Pool, Ian Bicking)

    * Make 'pull' and 'push' remember location on failure using --remember.
      (Olaf Conradi)

    * For compatibility, make old format for using weaves inside metadir
      available as 'metaweave' format.  Rename format 'metadir' to 'default'.
      Clean up help for option --format in commands 'init', 'init-repo' and
      'upgrade'.  (Olaf Conradi)

  TESTING:

    * SFTP tests now shortcut the SSH negotiation, reducing test overhead
      for testing SFTP protocol support. (Robey Pointer)

    * Branch formats are now tested once per implementation (see bzrlib.
      tests.branch_implementations. This is analagous to the transport
      interface tests, and has been followed up with working tree,
      repository and BzrDir tests. (Robert Collins)

    * New test base class TestCaseWithTransport provides a transport aware
      test environment, useful for testing any transport-interface using
      code. The test suite option --transport controls the transport used
      by this class (when its not being used as part of implementation
      contract testing). (Robert Collins)

    * Close logging handler on disabling the test log. This will remove the
      handler from the internal list inside python's logging module,
      preventing shutdown from closing it twice.  (Olaf Conradi)

    * Move test case for uncommit to blackbox tests.  (Olaf Conradi)

    * run_bzr and run_bzr_captured now accept a 'stdin="foo"' parameter which
      will provide String("foo") to the command as its stdin.
2006-07-12 14:30:55 +00:00
..
aap Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
acme Use USE_TOOLS=unzip. 2006-06-30 07:11:00 +00:00
acr
acunia-jam
adocman Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
aegis USE_TOOLS+=yacc 2006-06-20 22:07:38 +00:00
ald Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
allegro Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
anjuta No O_SYNC on DragonFly and FreeBSD. 2006-05-28 13:17:45 +00:00
apache-ant Ant hasn't depended on crimson in a very long time -- it has a built-in 2006-04-26 15:02:19 +00:00
apache-ant15 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
apel Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
apr Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
argtable Use C++ and INSTALLATION_DIRS. 2006-06-02 15:34:12 +00:00
ArX Belatedly bump PKGREVISION for all libtasn1 dependencies, since 2006-03-06 00:18:10 +00:00
ArX2 Added a patch that fixes the build on NetBSD 3.0/i386. 2006-04-11 17:38:57 +00:00
as31 USE_TOOLS+=yacc 2006-06-20 22:07:38 +00:00
asm2html
astyle Uses C++. 2006-06-06 21:38:34 +00:00
at-spi Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
atk Update to 1.12.1: 2006-07-12 13:47:10 +00:00
autoconf Update to 2.60: 2006-07-03 21:23:29 +00:00
autoconf213 * Honor PKGINFODIR. 2006-03-30 03:44:41 +00:00
autogen * Honor PKGINFODIR. 2006-03-30 03:44:41 +00:00
automake * Honor PKGINFODIR. 2006-03-30 03:44:41 +00:00
automake14 * Honor PKGINFODIR. 2006-03-30 03:44:41 +00:00
avl * Honor PKGINFODIR. 2006-03-30 03:44:41 +00:00
avltree Sorted PLISTs. 2005-10-23 16:03:10 +00:00
bcc Rename exp2, GCC 3.4 considers it to be a builtin. 2006-01-08 19:50:30 +00:00
bglibs Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
binutils Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
bison Update to 2.3: 2006-06-11 13:59:56 +00:00
blib Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
bmake Fix bootstrap on platforms with incompatible /usr/share/mk/sys.mk 2006-05-31 09:47:01 +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 Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +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 Update boost* to 1.33.1: 2006-01-20 20:40:18 +00:00
boost-headers Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
boost-libs Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +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 Add an explicit run-time dependency on perl because these packages 2006-07-07 22:10:06 +00:00
buildtool Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
buildtool-doc Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
byacc Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
bzr Update to 0.8.2. Add test target. Add py-expat dependency. 2006-07-12 14:30:55 +00:00
c-cpp-reference Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
c4
cbrowser Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
ccache
cdecl USE_TOOLS+=lex yacc 2006-06-09 15:50:03 +00:00
cdk Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
cfitsio Uses Fortran. 2006-06-04 10:41:56 +00:00
cflow * Honor PKGINFODIR. 2006-03-30 03:44:41 +00:00
cflow-mode GNU cflow analyzes a collection of C source files and prints a graph, 2006-02-25 21:43:26 +00:00
cgdb Make this build with gcc4. 2006-06-27 15:25:59 +00:00
check Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
chmlib Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
cmake Spell OPSYS as NetBSD as it is supposed to be. 2006-05-21 13:53:05 +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 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
cook USE_TOOLS+=yacc 2006-06-20 22:07:38 +00:00
cppunit Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
cpuflags Update devel/cpuflags to 1.01: 2006-06-21 11:15:14 +00:00
cqual Added an explanation to patch-cd. 2006-07-02 09:34:01 +00:00
cscope Add missing RCS Ids. 2006-05-29 13:51:20 +00:00
cssc * Honor PKGINFODIR. 2006-03-30 03:44:41 +00:00
cvs PERL, not perl_path, is the correct variable name to pass the perl 2006-06-24 06:12:43 +00:00
cvs2cl
cvs2html
cvs2p4 Use SUBST framework. 2006-01-06 18:56:08 +00:00
cvs2svn Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
cvsd Update to 1.0.12: 2006-06-11 14:37:25 +00:00
cvsgraph USE_TOOLS+=bison 2006-07-10 00:34:59 +00:00
cvslock Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
cvsps Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
cvsup Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
cvsup-bin Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
cvsup-gui Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
cvsup-gui-bin
cvsync Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
cxref Don't re-generate the HTML documentation unnecessarily. Patch provided 2006-07-10 11:59:09 +00:00
darcs We include gmp/buildlink3.mk outside of the BUILDLINK_DEPTH guards so 2006-03-22 15:12:07 +00:00
darts Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
ddd * Honor PKGINFODIR. 2006-03-30 03:44:41 +00:00
dejagnu Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
devhelp Sweep pkgsrc and convert packages that included intltool/buildlink3.mk 2006-07-05 05:37:39 +00:00
device-driver-doc-de Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
devIL Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
diffutils * Honor PKGINFODIR. 2006-03-30 03:44:41 +00:00
distcc Modify packages that set PKG_USERS and PKG_GROUPS to follow the new 2006-04-23 00:12:35 +00:00
distccmon-gnome Needs pkg-config. 2006-06-21 23:29:58 +00:00
distccmon-gtk Needs pkg-config. 2006-06-11 13:07:09 +00:00
dlcompat Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
dmake Do not declare (conflicting) sys_errlist on Linux; it is already in 2006-06-27 15:36:04 +00:00
dmalloc Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
doc++ USE_TOOLS+=flex 2006-06-09 15:58:39 +00:00
doxygen Changes 1.4.7: 2006-06-14 10:24:53 +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 Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
eel Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
eel2 Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
eet Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
electricfence DragonFly uses SIGBUS for access violations. Fix the vprint 2006-01-08 20:25:34 +00:00
elf
elfsh Fixed pkglint warnings regarding the SUBST block. 2006-06-18 00:56:11 +00:00
elib Actually create two packages from devel/elib and devel/emacs20-elib. 2006-05-26 19:33:36 +00:00
emacs-ilisp Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
emacs20-elib Actually create two packages from devel/elib and devel/emacs20-elib. 2006-05-26 19:33:36 +00:00
epydoc Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
eric3 Force compilation of sitecustomize.py 2006-06-21 17:16:34 +00:00
error Don't pass -Werror to the compiler. Fixes the bulk build for NetBSD 2005-12-19 01:47:27 +00:00
exctags Fixed pkglint warnings. 2006-04-13 23:31:19 +00:00
ExmanIDE Removed the superfluous "quotes" and 'quotes' from variables that don't 2006-04-22 09:22:05 +00:00
fastdep Uses C++. 2006-06-06 14:11:46 +00:00
ffcall Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
fhist USE_TOOLS+=yacc 2006-06-20 22:07:38 +00:00
flex Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
flim Info files for elisp packages should install into ${EMACS_INFOPREFIX}. 2006-03-30 23:55:38 +00:00
florist Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +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 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
g-wrap Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
g-wrap1 Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
gail Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
gal Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
GConf Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
GConf2 Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
GConf2-ui Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
gconfmm Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
gcvs Uses C++. 2006-05-15 19:41:49 +00:00
gdb Mark as BROKEN_IN pkgsrc-2006Q1 according to 2006-05-18 20:29:58 +00:00
gdb6 LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... just 2006-07-07 15:49:30 +00:00
gdbada Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
generate Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
gentle Fixed a pkglint warning. 2005-10-23 14:03:39 +00:00
gettext LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... just 2006-07-07 15:49:30 +00:00
gettext-asprintf Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
gettext-lib Use "defined": this fixes build problems under darwin. 2006-07-09 18:13:29 +00:00
gettext-m4 Update gettext to 0.14.5. Many bugfixes and improvements, 2006-02-05 22:45:53 +00:00
gettext-tools LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... just 2006-07-07 15:49:30 +00:00
giblib Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +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 BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
glib ISO C90 does not allow code intermixed with declarations. (hi tron!) 2006-07-11 09:35:13 +00:00
glib2 Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
glibmm Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
global * Honor PKGINFODIR. 2006-03-30 03:44:41 +00:00
gmake Require msgfmt, when NLS is desired. 2006-07-06 12:45:50 +00:00
gmp Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +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 BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with 2006-04-13 18:23:29 +00:00
gnustep-base Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
gnustep-examples Add USE_LANGUAGES= objc 2006-05-28 00:26:26 +00:00
gnustep-make Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
gnustep-objc Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
gnustep-objc-lf2 Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
gob2 Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +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 Add USE_LANGUAGES= objc 2006-05-28 00:26:26 +00:00
gperf Changes 3.0.2: 2006-07-09 20:33:45 +00:00
gputils Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
gsoap USE_TOOLS+=yacc 2006-06-09 16:13:47 +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 Added missing closing brace. Bumped PKGREVISION. 2006-05-23 11:09:04 +00:00
gtl Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +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 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
guile-gtk Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
guile-lib * Honor PKGINFODIR. 2006-03-30 03:44:41 +00:00
guile-oops * Move info file entries into the PLIST. 2006-03-31 05:37:08 +00:00
guile-slib Simplify PLIST. Bump PKGREVISION. 2006-02-17 17:55:15 +00:00
guile-www * Move info file entries into the PLIST. 2006-03-31 05:37:08 +00:00
guile14-gtk Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +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 Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +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
id-utils move Makefile .SUFFIXES statement before pattern rules which use it 2006-06-09 22:30:57 +00:00
idiff Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
intel2gas Uses C++. 2006-06-02 14:14:31 +00:00
isect * Move info file entries into the PLIST. 2006-03-31 05:37:08 +00:00
its4 Uses C++. 2006-06-02 14:14:31 +00:00
jam Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +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
jgrasp Set USE_JAVA=run because this package needs JRE only. 2006-07-07 03:34:01 +00:00
kdbg Update to 2.0.4 2006-06-13 12:11:44 +00:00
kdesdk3 Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
kdevelop Update to kdevelop 3.3.3 (part of KDE 3.5.3) 2006-06-01 14:27:11 +00:00
kdevelop-base Update to kdevelop 3.3.3 (part of KDE 3.5.3) 2006-06-01 14:27:11 +00:00
ko-po-check Add textproc to CATEGORIES. 2006-04-12 00:44:37 +00:00
kscope Needs pkg-config. 2006-06-21 13:21:25 +00:00
lcc Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
ldapsdk Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libargparse Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libast Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libaura Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libbegemot Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libbonobo Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libbonoboui Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libcfg+ Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +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 Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libdockapp Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libebml Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libelf Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libetm Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libevent Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libextractor Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libffi Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libFoundation Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libgail-gnome Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libgetopt Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libglade Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libglade2 Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libglademm Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libgnome Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libgnomemm Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libgnomeui Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libgnomeuimm Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libgphoto2 Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libgsf Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +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.5: 2006-07-10 17:39:45 +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 Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libmatchbox Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10: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 Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libmimedir Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libmm Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libnet Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libnet11 Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libntlm Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
liboil Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +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 Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libproplist Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
librfuncs Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
librsync Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libscsi Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libsexy Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +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 Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libsigsegv Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libslang Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libsmi Ran "pkglint --autofix", which corrected some of the quoting issues in 2005-12-05 23:55:01 +00:00
libstash Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
libstatgrab Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libstree Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
libstroke Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +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 Use "tv@NetBSD.org" as my MAINTAINER address; makes identifying me as a 2006-03-22 22:50:31 +00:00
libtool-base use /bin/sh on Solaris, as libtool can cause ksh to dump core under 2006-04-01 11:21:42 +00:00
libtool-info * Move info file entries into the PLIST. 2006-03-31 05:37:08 +00:00
libts Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libusb Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libwhisker2 Add an explicit run-time dependency on perl because these packages 2006-07-07 22:10:06 +00:00
libwnck Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
lincvs USE_LANGUAGES=c c++ 2006-05-22 16:51:42 +00:00
ltsa Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
lwp Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
m4 * Honor PKGINFODIR. 2006-03-30 03:44:41 +00:00
makedepf90 Import makedepf90 from pkgsrc-wip. Packaged by Emil Skoeldberg. 2006-04-13 16:40:59 +00:00
maketool Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey 2006-04-17 07:07:11 +00:00
mantis Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*, 2006-06-02 18:27:54 +00:00
memcached Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
mercurial Update to 0.9: 2006-05-30 21:10:56 +00:00
mk-files Disallow build with PKGSRC_LOCKTYPE=sleep, it can't install. 2006-06-02 13:20:56 +00:00
mkcmd Fix errno in library files. Never generate extern errno directly. 2006-01-25 15:19:16 +00:00
monotone Update to 0.27. OK'ed by wiz@ during the freeze. 2006-06-18 12:52:33 +00:00
monotone-server Update to 0.27: depend on monotone-0.27. OK'ed by wiz@ during the freeze. 2006-06-18 12:53:23 +00:00
monotone-viz Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +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 BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
nana * Move info file entries into the PLIST. 2006-03-31 05:37:08 +00:00
nasm * Move info file entries into the PLIST. 2006-03-31 05:37:08 +00:00
nbitools * Modify comments in installed config files to match what's happening. 2006-07-05 04:59:47 +00:00
ncurses Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
netbeans-ide Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
netbsd-iscsi Fixed pkglint warnings. 2006-06-17 16:52:27 +00:00
netcdf Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
newfile Bump PKGREVISION of these packages which affected (fixed) by 2006-02-03 04:43:47 +00:00
newmkdep Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
newt Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
noweb Fixed a pkglint warning. 2006-05-28 17:35:49 +00:00
nqc Uses C++. 2006-06-02 13:48:11 +00:00
nsis Fixed a pkglint warning. 2006-06-17 16:53:30 +00:00
nspr Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
nspr-reference Moved HTML documentation into share/doc/nspr/html. Bumped PKGREVISION. 2006-06-17 20:41:17 +00:00
nss Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
oaf Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
ObjectiveLib Add USE_LANGUAGES= objc 2006-05-28 00:26:26 +00:00
ocaml-findlib Added a utility to register and unregister package paths. 2006-05-20 13:47:43 +00:00
ode Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
ogre Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
opencm opencm needs krb5. Allow proper detection based on KRB5BASE instead of 2006-04-19 20:50:46 +00:00
p4 Fixed some pkglint warnings. 2006-06-17 20:44:03 +00:00
p4-docs Fixed pkglint warnings. 2006-03-12 14:31:23 +00:00
p4d Modify packages that set PKG_USERS and PKG_GROUPS to follow the new 2006-04-23 00:12:35 +00:00
p4pr
p4web Add RMD160 checksums. 2005-10-20 21:31:47 +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 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Algorithm-Diff Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +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-AppConfig Fix HOMEPAGE to point to more relevant location. 2006-05-02 03:35:35 +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 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Cache-Cache Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +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 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +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 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Class-Accessor Updated to 0.25. 2006-04-20 08:07:01 +00:00
p5-Class-Autouse Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +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 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Class-ErrorHandler Initial version of Class-ErrorHandler. 2006-02-15 00:30:01 +00:00
p5-Class-Factory
p5-Class-Factory-Util
p5-Class-Fields
p5-Class-Gomor-Hash
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 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Class-Loader
p5-Class-MakeMethods Use "tv@NetBSD.org" as my MAINTAINER address; makes identifying me as a 2006-03-22 22:50:31 +00:00
p5-Class-MethodMaker Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +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 Update to 0.10: 2005-11-24 19:00:25 +00:00
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 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Compress-Zlib Updated to version 1.41. 2005-10-15 19:51:17 +00:00
p5-Config-General update homepage 2005-10-10 10:48:49 +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 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +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 Object-Oriented UI framework based on the curses library. 2005-11-07 11:27:31 +00:00
p5-Curses-UI-POE s/wip/devel/ 2005-11-07 11:44:17 +00:00
p5-Data-Buffer
p5-Data-Hierarchy Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +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 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +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
p5-Date-Calc Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Date-Manip
p5-Date-Simple Fixed definition of PERL5_PACKLIST. 2005-11-19 13:36:09 +00:00
p5-Devel-Cycle Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28: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 Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
p5-Devel-StackTrace Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Devel-Symdump Updated to 2.06. 2006-03-10 10:14:51 +00:00
p5-Error
p5-Event Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +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 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-ExtUtils-F77 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-ExtUtils-MakeMaker Honor INSTALLSITESCRIPT and INSTALLVENDORSCRIPT for site- and 2006-04-10 18:24:34 +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 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-ExtUtils-XSBuilder Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +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 Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
p5-File-DirSync Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-File-Find-Rule
p5-File-Flat Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +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-MimeInfo Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +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-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-Spec Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-File-Temp Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +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-FileHandle-Unget Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28: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-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 Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
p5-Graph Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Hash-Case Initial import of p5-Hash-Case-1.003. 2005-11-14 01:29:50 +00:00
p5-Heap Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +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 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +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-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 Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
p5-IO-Prompt Added devel/p5-IO-Prompt-0.99.4 2006-06-07 12:00:59 +00:00
p5-IO-String Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-IO-stringy Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +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
p5-IO-Zlib Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-IPC-Run Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-IPC-Shareable Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +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 Added devel/p5-List-MoreUtils-0.19 2006-06-07 11:58:58 +00:00
p5-Log-Agent Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Log-Dispatch Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +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 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Module-CoreList Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +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 Initial addition of p5-Module-Install version 0.62 into the NetBSD packages 2006-05-15 14:59:52 +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 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +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 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +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
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 Update OOTools to version 2.21. This closes PR 31678 from Zafer Aydogan. 2005-10-18 08:33:24 +00:00
p5-PAR Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
p5-PAR-Dist Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +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 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +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 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-PatchReader
p5-PathTools This module is designed to support operations commonly performed on 2006-02-25 00:23:56 +00:00
p5-perl-headers Fixed some pkglint warnings. 2006-06-17 20:44:03 +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 Added devel/p5-Perl6-Slurp-0.03 2006-06-07 11:57:54 +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 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-POE Updated p5-POE to 0.3202 2005-11-07 13:51:34 +00:00
p5-prefork Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Proc-Daemon
p5-Proc-PID-File Initial import of p5-Proc-PID-File 1.24. 2006-04-20 11:38:13 +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 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +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
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 Update devel/p5-Spiffy to 0.30. Changes from version 0.24 include: 2006-05-02 03:30:21 +00:00
p5-Spoon Drop maintainership for packages that I no longer have time to maintain. 2006-03-14 16:00:40 +00:00
p5-Storable Update to 2.15: 2005-10-25 13:37:45 +00:00
p5-String-Format
p5-Sub-Uplevel Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-subversion LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... just 2006-07-07 15:49:30 +00:00
p5-SVN-Mirror Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-SVN-Notify Initial addition of p5-SVN-Notify version 2.57 as devel/p5-SVN-Notify in the 2006-04-20 10:18:24 +00:00
p5-SVN-Simple Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +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 Fixed the path to the Perl interpreter in two files. Bumped PKGREVISION. 2006-04-12 21:28:27 +00:00
p5-Term-Screen Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Term-Size Set correct HOMEPAGE. 2006-02-18 08:23:33 +00:00
p5-Test-ClassAPI Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Test-Cmd Updated p5-Test-Cmd to 1.05: 2006-01-23 12:03:20 +00:00
p5-Test-Deep Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Test-Exception Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +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-Inline Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Test-LongString Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Test-Manifest Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Test-Memory-Cycle Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +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 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Test-Pod-Coverage Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Test-Simple Add CONFLICTS with p5-Test-Builder-Tester, which is now included. 2005-11-22 23:07:18 +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 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Tree-DAG_Node
p5-Tree-Simple Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +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 Fixed pkglint warnings. 2006-07-06 17:22:45 +00:00
p5-VCP Initial import of the VCP-autrijus-snapshot-0.9-20050110 as devel/p5-VCP. 2006-05-02 01:53:35 +00:00
p5-VCP-Dest-svk Import VCP::Dest::svk-0.28 as devel/p5-VCP-Dest-svk. 2006-05-02 02:59:03 +00:00
p5-version Added devel/p5-version-0.63 2006-06-07 11:54:35 +00:00
p5-Want Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +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 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
pango Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
papaya * Move info file entries into the PLIST. 2006-03-31 05:37:08 +00:00
pardiff Add DragonFly support. 2006-01-09 17:57:15 +00:00
patch Fixed pkglint warnings. 2006-06-17 20:53:09 +00:00
patchutils Updated patchutils to 0.2.31. 2006-06-17 20:57:55 +00:00
pccts Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
pcl-cvs Mark as BROKEN_IN pkgsrc-2006Q1 according to 2006-05-18 20:29:58 +00:00
pcre Before including sys/resource.h on DragonFly, sys/time.h is needed. 2006-07-10 22:14:18 +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 Imported pcre-ocaml. 2006-05-20 14:22:04 +00:00
pedisassem Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +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 Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv). 2006-06-04 16:26:52 +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 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +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 Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
prcs Fixed wrong Perl interpreters. Bumped PKGREVISION. 2006-06-16 11:32:45 +00:00
ProjectCenter Add USE_LANGUAGES= objc 2006-05-28 00:26:26 +00:00
pth Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +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 Move the check-shlibs target from bsd.pkg.mk to bsd.pkg.check.mk where 2006-05-22 22:22:02 +00:00
pwlib Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
py-checker Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
py-cheetah Rename to match directory name and Python version convension. 2006-06-11 23:43:34 +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 Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
py-expect Add pthread dependencies for DragonFly, otherwise the Python linkage 2006-02-08 19:47:08 +00:00
py-game Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
py-generate Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
py-gobject Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
py-gobject-shared Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +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 Fix typo in version name. 2006-06-04 20:06:37 +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 Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
py-subversion LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... just 2006-07-07 15:49:30 +00:00
py-TPG Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +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 Use PYTHON_VERSIONS_ACCEPTED instead of _INCOMPATIBLE. 2006-06-03 00:13:54 +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 Actually, Python 2.1 doesn't work either, so depend on 2.2+ 2006-06-04 20:48:39 +00:00
py24-setuptools Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
python-mode Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
qconf Imported qconf. 2006-05-15 11:19:24 +00:00
rake The plist module automatically handles converting "man" entries into 2006-03-16 23:12:48 +00:00
rapidsvn USE_LANGUAGES=c++ 2006-05-21 09:04:38 +00:00
ratfor Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
rcs Made configure use diff (and diff3) from diffutils instead of the 2006-07-01 22:03:12 +00:00
rdp Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
re2c Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
readline Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
refinecvs Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
Renaissance Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
roundup Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey 2006-04-17 07:07:11 +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 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
rt-mysql Add an explicit run-time dependency on perl because these packages 2006-07-07 22:10:06 +00:00
rt-pgsql Add an explicit run-time dependency on perl because these packages 2006-07-07 22:10:06 +00:00
rt3 Add USE_TOOLS+=perl:run, which is kind of required from now on for packages 2006-07-07 21:32:35 +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 Stop handling DIST_SUBDIR default for Ruby based packages. 2006-01-03 14:25:49 +00:00
ruby-amstd Stop handling DIST_SUBDIR default for Ruby based packages. 2006-01-03 14:25:49 +00:00
ruby-bsearch Stop handling DIST_SUBDIR default for Ruby based packages. 2006-01-03 14:25:49 +00:00
ruby-byaccr Honor BIN{OWN,GRP,MODE}. 2006-06-06 00:15:28 +00:00
ruby-cmd Revive ruby-cmd package. 2006-01-03 14:57:52 +00:00
ruby-curses Stop handling DIST_SUBDIR default for Ruby based packages. 2006-01-03 14:25:49 +00:00
ruby-gnome2-atk Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
ruby-gnome2-glib Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
ruby-gnome2-pango Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
ruby-mode Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
ruby-ncurses Fix two C glitches when ncurses is compiled with trace support. 2006-02-08 15:50:19 +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 Stop handling DIST_SUBDIR default for Ruby based packages. 2006-01-03 14:25:49 +00:00
ruby-rd-mode Update to devel/ruby-rd-modeto 0.6.18. 2006-02-13 15:16:34 +00:00
ruby-readline Update ruby-readline pacakge to 1.8.4. 2006-01-03 14:46: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 LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... just 2006-07-07 15:49: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 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
scons Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
scons-devel Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
sdcc Remove extra qualification to fix build with gcc-4.1. 2006-07-05 20:29:29 +00:00
SDL Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
SDL-intro-en
SDL_gfx Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +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 Updated semantic to 1.4.4. 2006-06-17 19:27:04 +00:00
semi Info files for elisp packages should install into ${EMACS_INFOPREFIX}. 2006-03-30 23:55:38 +00:00
sfio Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +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 Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
slib * Nuke all references to and definitions of INFO_DIR in package Makefiles 2006-03-20 18:15:37 +00:00
sml-mode * Move info file entries into the PLIST. 2006-03-31 05:37:08 +00:00
sparsehash Uses C++. 2006-06-01 22:42:48 +00:00
spiff Make this package build with gcc-4. 2006-06-08 16:12:48 +00:00
splint USE_TOOLS+=lex 2006-06-08 15:56:43 +00:00
st Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
stlport Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
stooop Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
subversion Version 1.3.2 2006-06-01 00:39:51 +00:00
subversion-base Added more documentation, since the installed INSTALL file refers to the 2006-07-12 08:41:00 +00:00
svk Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
swig Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +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 Update to 0.9.23: 2006-05-30 21:16:56 +00:00
tavrasm USE_TOOLS+=lex 2006-06-20 22:10:45 +00:00
tcl-tclcl Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
tcllib Removed the superfluous "quotes" and 'quotes' from variables that don't 2006-04-22 09:22:05 +00:00
teem Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
tet3 Updated tet3 to 3.7. 2006-06-08 16:57:59 +00:00
tkcvs Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
tkdiff Removed the superfluous "quotes" and 'quotes' from variables that don't 2006-04-22 09:22:05 +00:00
tla The problem fixed by revision 1.1857 of bsd.pkg.mk no longer works 2006-07-05 06:15:49 +00:00
tmake Updated tmake to 1.13. 2006-06-17 17:45:41 +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 Libtoolify trio. Bump revision. 2006-03-15 16:44:50 +00:00
tvision Uses C++. 2006-06-02 18:15:05 +00:00
ucl Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
unidiff Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
uno Fixed pkglint warnings. 2006-06-17 21:42:31 +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 Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +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 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
xdelta * Move info file entries into the PLIST. 2006-03-31 05:37:08 +00:00
xmake
xxgdb Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
yasm BROKEN_GETTEXT_DETECTION already defaults to "no". 2006-04-13 18:27:24 +00:00
z80-asm Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
zlib Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
Makefile Add gst-plugins0.10-pango (hi drochner!) 2006-07-03 19:31:19 +00:00