pkgsrc/devel
wiz 04097095d0 Update to 1.6.6, requested by agc.
Git v1.6.6 Release Notes
========================

Notes on behaviour change
-------------------------

 * In this release, "git fsck" defaults to "git fsck --full" and
   checks packfiles, and because of this it will take much longer to
   complete than before.  If you prefer a quicker check only on loose
   objects (the old default), you can say "git fsck --no-full".  This
   has been supported by 1.5.4 and newer versions of git, so it is
   safe to write it in your script even if you use slightly older git
   on some of your machines.

Preparing yourselves for compatibility issues in 1.7.0
------------------------------------------------------

In git 1.7.0, which is planned to be the release after 1.6.6, there will
be a handful of behaviour changes that will break backward compatibility.

These changes were discussed long time ago and existing behaviours have
been identified as more problematic to the userbase than keeping them for
the sake of backward compatibility.

When necessary, a transition strategy for existing users has been designed
not to force them running around setting configuration variables and
updating their scripts in order to either keep the traditional behaviour
or adjust to the new behaviour, on the day their sysadmin decides to install
the new version of git.  When we switched from "git-foo" to "git foo" in
1.6.0, even though the change had been advertised and the transition
guide had been provided for a very long time, the users procrastinated
during the entire transtion period, and ended up panicking on the day
their sysadmins updated their git installation.  We are trying to avoid
repeating that unpleasantness in the 1.7.0 release.

For changes decided to be in 1.7.0, commands that will be affected
have been much louder to strongly discourage such procrastination, and
they continue to be in this release.  If you have been using recent
versions of git, you would have seen warnings issued when you used
features whose behaviour will change, with a clear instruction on how
to keep the existing behaviour if you want to.  You hopefully are
already well prepared.

Of course, we have also been giving "this and that will change in
1.7.0; prepare yourselves" warnings in the release notes and
announcement messages for the past few releases.  Let's see how well
users will fare this time.

 * "git push" into a branch that is currently checked out (i.e. pointed by
   HEAD in a repository that is not bare) will be refused by default.

   Similarly, "git push $there :$killed" to delete the branch $killed
   in a remote repository $there, when $killed branch is the current
   branch pointed at by its HEAD, will be refused by default.

   Setting the configuration variables receive.denyCurrentBranch and
   receive.denyDeleteCurrent to 'ignore' in the receiving repository
   can be used to override these safety features.  Versions of git
   since 1.6.2 have issued a loud warning when you tried to do these
   operations without setting the configuration, so repositories of
   people who still need to be able to perform such a push should
   already have been future proofed.

   Please refer to:

   http://git.or.cz/gitwiki/GitFaq#non-bare
   http://thread.gmane.org/gmane.comp.version-control.git/107758/focus=108007

   for more details on the reason why this change is needed and the
   transition process that already took place so far.

 * "git send-email" will not make deep threads by default when sending a
   patch series with more than two messages.  All messages will be sent
   as a reply to the first message, i.e. cover letter.  Git 1.6.6 (this
   release) will issue a warning about the upcoming default change, when
   it uses the traditional "deep threading" behaviour as the built-in
   default.  To squelch the warning but still use the "deep threading"
   behaviour, give --chain-reply-to option or set sendemail.chainreplyto
   to true.

   It has been possible to configure send-email to send "shallow thread"
   by setting sendemail.chainreplyto configuration variable to false.
   The only thing 1.7.0 release will do is to change the default when
   you haven't configured that variable.

 * "git status" will not be "git commit --dry-run".  This change does not
   affect you if you run the command without pathspec.

   Nobody sane found the current behaviour of "git status Makefile" useful
   nor meaningful, and it confused users.  "git commit --dry-run" has been
   provided as a way to get the current behaviour of this command since
   1.6.5.

 * "git diff" traditionally treated various "ignore whitespace" options
   only as a way to filter the patch output.  "git diff --exit-code -b"
   exited with non-zero status even if all changes were about changing the
   ammount of whitespace and nothing else.  and "git diff -b" showed the
   "diff --git" header line for such a change without patch text.

   In 1.7.0, the "ignore whitespaces" will affect the semantics of the
   diff operation itself.  A change that does not affect anything but
   whitespaces will be reported with zero exit status when run with
   --exit-code, and there will not be "diff --git" header for such a
   change.


Updates since v1.6.5
--------------------

(subsystems)

 * various gitk updates including use of themed widgets under Tk 8.5,
   Japanese translation, a fix to a bug when running "gui blame" from
   a subdirectory, etc.

 * various git-gui updates including new translations, wm states fixes,
   Tk bug workaround after quitting, improved heuristics to trigger gc,
   etc.

 * various git-svn updates.

 * "git fetch" over http learned a new mode that is different from the
   traditional "dumb commit walker".

(portability)

 * imap-send can be built on mingw port.

(performance)

 * "git diff -B" has smaller memory footprint.

(usability, bells and whistles)

 * The object replace mechanism can be bypassed with --no-replace-objects
   global option given to the "git" program.

 * In configuration files, a few variables that name paths can begin with ~/
   and ~username/ and they are expanded as expected.

 * "git subcmd -h" now shows short usage help for many more subcommands.

 * "git bisect reset" can reset to an arbitrary commit.

 * "git checkout frotz" when there is no local branch "frotz" but there
   is only one remote tracking branch "frotz" is taken as a request to
   start the named branch at the corresponding remote tracking branch.

 * "git commit -c/-C/--amend" can be told with a new "--reset-author" option
   to ignore authorship information in the commit it is taking the message
   from.

 * "git describe" can be told to add "-dirty" suffix with "--dirty" option.

 * "git diff" learned --submodule option to show a list of one-line logs
   instead of differences between the commit object names.

 * "git diff" learned to honor diff.color.func configuration to paint
   function name hint printed on the hunk header "@@ -j,k +l,m @@" line
   in the specified color.

 * "git fetch" learned --all and --multiple options, to run fetch from
   many repositories, and --prune option to remove remote tracking
   branches that went stale.  These make "git remote update" and "git
   remote prune" less necessary (there is no plan to remove "remote
   update" nor "remote prune", though).

 * "git fsck" by default checks the packfiles (i.e. "--full" is the
   default); you can turn it off with "git fsck --no-full".

 * "git grep" can use -F (fixed strings) and -i (ignore case) together.

 * import-tars contributed fast-import frontend learned more types of
   compressed tarballs.

 * "git instaweb" knows how to talk with mod_cgid to apache2.

 * "git log --decorate" shows the location of HEAD as well.

 * "git log" and "git rev-list" learned to take revs and pathspecs from
   the standard input with the new "--stdin" option.

 * "--pretty=format" option to "log" family of commands learned:

   . to wrap text with the "%w()" specifier.
   . to show reflog information with "%g[sdD]" specifier.

 * "git notes" command to annotate existing commits.

 * "git merge" (and "git pull") learned --ff-only option to make it fail
   if the merge does not result in a fast-forward.

 * "git mergetool" learned to use p4merge.

 * "git rebase -i" learned "reword" that acts like "edit" but immediately
   starts an editor to tweak the log message without returning control to
   the shell, which is done by "edit" to give an opportunity to tweak the
   contents.

 * "git send-email" can be told with "--envelope-sender=auto" to use the
   same address as "From:" address as the envelope sender address.

 * "git send-email" will issue a warning when it defaults to the
   --chain-reply-to behaviour without being told by the user and
   instructs to prepare for the change of the default in 1.7.0 release.

 * In "git submodule add <repository> <path>", <path> is now optional and
   inferred from <repository> the same way "git clone <repository>" does.

 * "git svn" learned to read SVN 1.5+ and SVK merge tickets.

 * "git svn" learned to recreate empty directories tracked only by SVN.

 * "gitweb" can optionally render its "blame" output incrementally (this
   requires JavaScript on the client side).

 * Author names shown in gitweb output are links to search commits by the
   author.

Fixes since v1.6.5
------------------

All of the fixes in v1.6.5.X maintenance series are included in this
release, unless otherwise noted.

GIT v1.6.5 Release Notes
========================

In git 1.7.0, which was planned to be the release after 1.6.5, "git
push" into a branch that is currently checked out will be refused by
default.

You can choose what should happen upon such a push by setting the
configuration variable receive.denyCurrentBranch in the receiving
repository.

Also, "git push $there :$killed" to delete the branch $killed in a remote
repository $there, when $killed branch is the current branch pointed at by
its HEAD, will be refused by default.

You can choose what should happen upon such a push by setting the
configuration variable receive.denyDeleteCurrent in the receiving
repository.

To ease the transition plan, the receiving repository of such a
push running this release will issue a big warning when the
configuration variable is missing.  Please refer to:

  http://git.or.cz/gitwiki/GitFaq#non-bare
  http://thread.gmane.org/gmane.comp.version-control.git/107758/focus=108007

for more details on the reason why this change is needed and the
transition plan.

Updates since v1.6.4
--------------------

(subsystems)

 * various updates to gitk, git-svn and gitweb.

(portability)

 * more improvements on mingw port.

 * mingw will also give FRSX as the default value for the LESS
   environment variable when the user does not have one.

 * initial support to compile git on Windows with MSVC.

(performance)

 * On major platforms, the system can be compiled to use with Linus's
   block-sha1 implementation of the SHA-1 hash algorithm, which
   outperforms the default fallback implementation we borrowed from
   Mozilla.

 * Unnecessary inefficiency in deepening of a shallow repository has
   been removed.

 * "git clone" does not grab objects that it does not need (i.e.
   referenced only from refs outside refs/heads and refs/tags
   hierarchy) anymore.

 * The "git" main binary used to link with libcurl, which then dragged
   in a large number of external libraries.  When using basic plumbing
   commands in scripts, this unnecessarily slowed things down.  We now
   implement http/https/ftp transfer as a separate executable as we
   used to.

 * "git clone" run locally hardlinks or copies the files in .git/ to
   newly created repository.  It used to give new mtime to copied files,
   but this delayed garbage collection to trigger unnecessarily in the
   cloned repository.  We now preserve mtime for these files to avoid
   this issue.

(usability, bells and whistles)

 * Human writable date format to various options, e.g. --since=yesterday,
   master@{2000.09.17}, are taught to infer some omitted input properly.

 * A few programs gave verbose "advice" messages to help uninitiated
   people when issuing error messages.  An infrastructure to allow
   users to squelch them has been introduced, and a few such messages
   can be silenced now.

 * refs/replace/ hierarchy is designed to be usable as a replacement
   of the "grafts" mechanism, with the added advantage that it can be
   transferred across repositories.

 * "git am" learned to optionally ignore whitespace differences.

 * "git am" handles input e-mail files that has CRLF line endings sensibly.

 * "git am" learned "--scissors" option to allow you to discard early part
   of an incoming e-mail.

 * "git archive -o output.zip" works without being told what format to
   use with an explicit "--format=zip".option.

 * "git checkout", "git reset" and "git stash" learned to pick and
   choose to use selected changes you made, similar to "git add -p".

 * "git clone" learned a "-b" option to pick a HEAD to check out
   different from the remote's default branch.

 * "git clone" learned --recursive option.

 * "git clone" from a local repository on a different filesystem used to
   copy individual object files without preserving the old timestamp, giving
   them extra lifetime in the new repository until they gc'ed.

 * "git commit --dry-run $args" is a new recommended way to ask "what would
   happen if I try to commit with these arguments."

 * "git commit --dry-run" and "git status" shows conflicted paths in a
   separate section to make them easier to spot during a merge.

 * "git cvsimport" now supports password-protected pserver access even
   when the password is not taken from ~/.cvspass file.

 * "git fast-export" learned --no-data option that can be useful when
   reordering commits and trees without touching the contents of
   blobs.

 * "git fast-import" has a pair of new front-end in contrib/ area.

 * "git init" learned to mkdir/chdir into a directory when given an
   extra argument (i.e. "git init this").

 * "git instaweb" optionally can use mongoose as the web server.

 * "git log --decorate" can optionally be told with --decorate=full to
   give the reference name in full.

 * "git merge" issued an unnecessarily scary message when it detected
   that the merge may have to touch the path that the user has local
   uncommitted changes to. The message has been reworded to make it
   clear that the command aborted, without doing any harm.

 * "git push" can be told to be --quiet.

 * "git push" pays attention to url.$base.pushInsteadOf and uses a URL
   that is derived from the URL used for fetching.

 * informational output from "git reset" that lists the locally modified
   paths is made consistent with that of "git checkout $another_branch".

 * "git submodule" learned to give submodule name to scripts run with
   "foreach" subcommand.

 * various subcommands to "git submodule" learned --recursive option.

 * "git submodule summary" learned --files option to compare the work
   tree vs the commit bound at submodule path, instead of comparing
   the index.

 * "git upload-pack", which is the server side support for "git clone" and
   "git fetch", can call a new post-upload-pack hook for statistics purposes.

(developers)

 * With GIT_TEST_OPTS="--root=/p/a/t/h", tests can be run outside the
   source directory; using tmpfs may give faster turnaround.

 * With NO_PERL_MAKEMAKER set, DESTDIR= is now honoured, so you can
   build for one location, and install into another location to tar it
   up.

Fixes since v1.6.4
------------------

All of the fixes in v1.6.4.X maintenance series are included in this
release, unless otherwise noted.
2010-01-15 10:36:41 +00:00
..
accerciser bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
acme Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
acr Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
acunia-jam Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
adocman Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
aegis Add more casts when storing a time_t in a pointer, to shut up the compiler 2009-11-29 21:55:09 +00:00
ald Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib 2009-05-20 00:58:05 +00:00
allegro Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with 2009-06-30 00:07:09 +00:00
anjuta needs libxslt 2009-11-01 15:32:14 +00:00
apache-ant Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
apache-ant15 Give up maintainership of packages where I am still listed as MAINTAINER. 2009-08-20 15:24:58 +00:00
apache-maven Update devel/apache-maven to 2.2.1. 2009-11-07 00:14:53 +00:00
apel PKGREVISION bump for elisp packages because of bytecode format changes 2009-08-06 01:44:45 +00:00
apr Update to 1.3.9 (security fix). 2009-12-02 11:36:27 +00:00
apr-util Explicitly disable pgsql if it is not selected. Otherwise the shared library 2009-11-23 22:57:52 +00:00
apr0 Fix security problem of CVE-2009-2412 adding patches described in it. 2009-08-12 03:37:28 +00:00
arena Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
argp Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
argtable Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
ArX Preserve our environment. It is already reduced, but may contain 2009-11-23 15:24:33 +00:00
as31
asm2html
astyle Change default for zip extraction to leave files as they are. 2009-08-25 11:56:34 +00:00
at-spi This needs dbus-glib. 2009-10-25 10:48:09 +00:00
atf Update to 0.7: 2009-12-22 16:08:30 +00:00
atk update to 1.28.0 2009-10-21 15:37:24 +00:00
autoconf override emacs detection 2009-11-23 14:53:27 +00:00
autoconf213 Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 18:48:07 +00:00
autogen Recursive bump for libltdl 2009-12-15 21:30:51 +00:00
automake Update to 1.11.1: 2009-12-09 14:39:18 +00:00
automake14 Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
automoc4 bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
avl
avltree Removed redundant .gz suffix for man pages. 2009-06-12 19:09:35 +00:00
bcc Allow the package to build on amd64, but use -m32 due to LP64 issues. 2009-07-14 17:26:35 +00:00
bglibs Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
bin86
binutils Remove empty PLIST.common_end. 2009-07-22 09:23:47 +00:00
bison LICENSE is gnu-gpl-v3 2009-11-30 18:38:02 +00:00
blame
blib bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
bmake Redundant file. 2009-11-05 16:38:40 +00:00
boa-constructor Note previous package path. 2009-09-03 08:59:15 +00:00
boehm-gc Test for RTLD_DI_LINKMAP feature presence rather than for OS version. 2009-11-10 23:31:36 +00:00
boost-build Changes 1.14.0: 2009-11-24 09:50:33 +00:00
boost-docs Changes 1.14.0: 2009-11-24 09:50:33 +00:00
boost-headers Changes 1.14.0: 2009-11-24 09:50:33 +00:00
boost-jam Changes 1.14.0: 2009-11-24 09:50:33 +00:00
boost-libs Changes 1.14.0: 2009-11-24 09:50:33 +00:00
boost-python Changes 1.14.0: 2009-11-24 09:50:33 +00:00
bouml Updating devel/bouml from 4.5 to 4.16.4 2009-12-06 18:29:21 +00:00
buddy Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
bugzilla Give up MAINTAINER 2009-07-17 16:53:46 +00:00
bugzilla3 * We now require a specific version of the Email::MIME::Encodings Perl module, to fix an issue where some emails would have too many newlines in them. (Bug 486206) 2009-07-17 17:04:56 +00:00
byacc
bzr bzr 2.0.1 2009-11-10 19:31:31 +00:00
bzr-explorer 0.9.0 02-Nov-2009 2009-11-10 19:36:00 +00:00
bzr-gtk .include sysutils/desktop-file-utils/desktopdb.mk per pkglint. 2009-09-09 05:51:01 +00:00
bzr-svn bzr-svn 1.0.0 2009-09-24 2009-10-11 18:36:41 +00:00
bzrtools September 3 2009 2009-10-11 18:36:15 +00:00
c-cpp-reference Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 18:48:07 +00:00
c4
cbrowser Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
ccache
cdecl Rename getline to get_line to avoid clash with libc function. 2009-09-27 22:27:22 +00:00
cdk Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
cfitsio Follow f2c/libf2c split: bump revision of all packages 2009-12-03 13:06:51 +00:00
cflow Drop unneeded fragment from patch. 2009-10-31 21:42:27 +00:00
cflow-mode PKGREVISION bump for elisp packages because of bytecode format changes 2009-08-06 01:44:45 +00:00
cgdb As -L/usr/lib tends to be found in LDFLAGS, make sure that the library 2009-12-09 18:35:20 +00:00
check Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
chmlib Update to 0.40, set LICENSE to gnu-lgpl-v2.1. 2009-06-06 21:51:59 +00:00
chrpath Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
cmake Changed 2.8.0: 2009-11-25 19:08:18 +00:00
cmake-mode PKGREVISION bump for elisp packages because of bytecode format changes 2009-08-06 01:44:45 +00:00
coccinelle Recognize more CVS keywords. From David Young in private mail. 2009-09-25 09:13:58 +00:00
coconut Fix build with new libtool: needs explicit --tag. 2009-12-21 19:30:25 +00:00
codeville Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
cogito Update HOMEPAGE. 2009-09-03 10:01:45 +00:00
compiz-bcop Updated to 0.8.4 2009-11-26 20:07:12 +00:00
compizconfig-backend-gconf Updated to 0.8.4 2009-11-26 20:07:12 +00:00
confuse Ran pkglint --autofix on the devel/ category. Most of the changes are 2009-06-13 06:46:41 +00:00
cook Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
cppunit Doxygen bump. 2009-08-24 05:59:24 +00:00
cproto
cpuflags remove redundant '/' after DESTDIR. 2009-11-12 05:40:36 +00:00
cqual PKGREVISION bump for elisp packages because of bytecode format changes 2009-08-06 01:44:45 +00:00
cscope Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
cssc Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
cunit Fix a tyop in the COMMENT field 2009-07-31 21:23:14 +00:00
cut Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
cvs2cl
cvs2html
cvs2p4 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
cvs2svn Version 2.3.0 (22 August 2009) 2009-08-25 04:17:35 +00:00
cvsclone Support staged installation. 2009-12-11 16:57:12 +00:00
cvsd Update to 1.0.16, correct MASTER_SITE and HOMEPAGE, 2009-11-19 17:13:24 +00:00
cvsdiff2patch Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. 2009-04-09 00:48:06 +00:00
cvsgraph bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
cvslock
cvsps Pull in patches from Debian 2.1-5, mainly for the 64-bit fix. Bump 2009-08-30 17:16:53 +00:00
cvsup Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
cvsup-bin Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
cvsup-gui
cvsup-gui-bin
cvsutils
cvsync Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
cxref Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
darcs Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
darts Set LICENSE. 2009-08-29 08:31:20 +00:00
ddd PKG_DESTDIR_SUPPORT 2009-12-17 21:27:32 +00:00
dejagnu Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
dev86 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
devhelp update to 2.28.1 2009-10-30 16:57:53 +00:00
device-driver-doc-de Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
devIL Add patch for CVE-2009-3994: buffer overflow in DICOM reader 2009-12-15 10:29:35 +00:00
dia2code Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
diffuse Update to 0.4.1. 2009-10-19 14:33:28 +00:00
diffutils Fix a build failure on platforms where time_t is larger than long, by 2009-03-10 14:06:06 +00:00
distcc Remove @dirrm related logic. 2009-06-14 22:57:58 +00:00
distcc-pump Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
distccmon-gnome bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
distccmon-gtk bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
dlcompat Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
dmake Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
dmalloc Not MAKE_JOBS_SAFE as it removes a header during rebuild to recreate it. 2009-12-09 20:35:53 +00:00
doc++ PKG_DESTDIR_SUPPORT 2009-12-17 21:04:41 +00:00
doxygen - Explicitly depend on texlive-pdftools to use epstopdf. 2009-09-27 01:30:38 +00:00
doxymacs PKGREVISION bump for elisp packages because of bytecode format changes 2009-08-06 01:44:45 +00:00
eclipse Since the package uses unzip, add to USE_TOOLS 2009-12-24 03:49:35 +00:00
edcommon Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
eel update for dependency changes in 2.28 2009-10-26 09:46:22 +00:00
eet Update to eet-1.2.3. Mostly smaller bugfixes. 2009-12-16 21:28:26 +00:00
eina Update to eina-0.9.9.063. No detailed changes. 2009-12-16 19:52:58 +00:00
electricfence Updated ElectricFence to 2.1.13.0.1. 2008-12-02 22:26:45 +00:00
elf Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib 2009-05-20 00:58:05 +00:00
elfsh Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
elib PKGREVISION bump for elisp packages because of bytecode format changes 2009-08-06 01:44:45 +00:00
emacs-ilisp Bump PKGREVISION for GNU Emacs comint history fix (patch-af). 2009-08-19 00:54:29 +00:00
emacs20-elib
epydoc Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
equeue Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
eric3 Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 18:48:07 +00:00
error DESTDIR support. 2008-12-18 15:29:11 +00:00
ETL Import ETL-0.04.11 as devel/ETL from pkgsrc-wip. Packaged by pho at 2009-08-01 22:38:44 +00:00
etrace Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
exctags DESTDIR support. 2009-02-07 23:54:39 +00:00
exempi Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
ExmanIDE Provide PY_COMPILE_ALL and PY_COMPILE_O_ALL to compile all Python 2009-07-08 13:55:58 +00:00
fann Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
fann-devel Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
fastdep
ffcall Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
fhist Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
flex Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
flim PKGREVISION bump for elisp packages because of bytecode format changes 2009-08-06 01:44:45 +00:00
florist Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
fortran-utils
fossil Initial import of fossil-200909211920: 2009-10-11 09:32:30 +00:00
frama-c gnomecanvas option needs gnomecanvas. Make sure PLIST_SRC is built 2009-12-21 12:45:38 +00:00
fromcvs Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
ftnchek PKG_DESTDIR_SUPPORT 2009-12-17 21:27:32 +00:00
g-wrap Recursive bump for libltdl 2009-12-15 21:30:51 +00:00
GConf update to 2.28.0 2009-10-21 15:48:50 +00:00
GConf-ui Not MAKE_JOBS_SAFE. 2009-11-02 17:28:55 +00:00
gconfmm Changes 2.28.0: 2009-10-22 09:40:10 +00:00
gcvs Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
gdb Don't attempt to build gdb on DragonFly. It's also unlikely that someone 2009-07-14 19:02:16 +00:00
gdb6 Do not install standards.info, to avoid conflict with autoconf. 2009-09-09 12:50:58 +00:00
gdbada Don't attempt to build gdb on DragonFly. It's also unlikely that someone 2009-07-14 19:02:16 +00:00
gdl bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
geany bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
generate PKG_DESTDIR_SUPPORT=no is not a supported value. Provide actually 2009-10-19 18:30:31 +00:00
gentle Add standard includes needed for a correct LP64 build. PKGREVISION++. 2009-11-30 00:03:08 +00:00
gettext Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
gettext-asprintf Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
gettext-lib Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
gettext-m4
gettext-tools Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
gflib
giblib Recursive bump for libltdl 2009-12-15 21:30:51 +00:00
gindent Update to 2.2.9: 2009-07-18 19:32:38 +00:00
glade bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
glade3 bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
glib Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 18:48:07 +00:00
glib2 glib-2.22.3 contains fixes for upstream Bug#56230, 2009-12-08 07:34:29 +00:00
glibmm Add workaround for extract problem described in PR pkg/42258 2009-11-05 13:01:37 +00:00
global Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
gmake Switch to the bzip2 distfile, as requested in PR pkg/30553. 2009-12-02 19:50:38 +00:00
gmp Apply patch from http://gmplib.org/list-archives/gmp-bugs/2009-May/001485.html 2009-09-18 14:33:32 +00:00
gnome-build this is outdated and might be removed soon, but for sanity: 2009-10-30 15:42:03 +00:00
gnome-common Update to 2.28.0, set LICENSE. 2009-11-17 17:11:07 +00:00
gnustep-base needs time.h for struct timeval 2009-10-31 14:17:22 +00:00
gnustep-examples Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 18:48:07 +00:00
gnustep-make Installation dirs should not contains PKGREVISION, 2009-12-28 10:49:23 +00:00
gnustep-objc Not MAKE_JOBS ready. 2009-10-06 15:05:28 +00:00
gnustep-objc-lf2 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
gob2 Needs to link with -lfl with new enough flex. Shouldn't hurt anyone 2009-11-01 22:24:58 +00:00
Gorm Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
gperf Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
gputils Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
gsoap Not MAKE_JOBS_SAFE. 2009-12-21 20:13:36 +00:00
gst-plugins0.10-pango
gtexinfo Update to 4.13, set LICENSE. 2009-08-16 13:57:43 +00:00
gtl Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
guile-fcgi Recursive bump for libltdl 2009-12-15 21:30:51 +00:00
guile-gnome Recursive bump for libltdl 2009-12-15 21:30:51 +00:00
guile-gtk Recursive bump for libltdl 2009-12-15 21:30:51 +00:00
guile-lib Recursive bump for libltdl 2009-12-15 21:30:51 +00:00
guile-slib Recursive bump for libltdl 2009-12-15 21:30:51 +00:00
guile-www Recursive bump for libltdl 2009-12-15 21:30:51 +00:00
guile16-gtk Recursive bump for libltdl 2009-12-15 21:30:51 +00:00
haskell-mode PKGREVISION bump for elisp packages because of bytecode format changes 2009-08-06 01:44:45 +00:00
hdf update to 4.2r4 2009-12-10 17:10:14 +00:00
hdf5 update to 1.6.10 2009-11-15 15:50:50 +00:00
hg-git Also depend on mercurial itself, to be more useful. 2009-11-04 20:54:08 +00:00
hoe Update hoe to 2.3.3 2009-11-23 13:42:52 +00:00
hptools Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
ht
hugs-HUnit Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
hugs-unix Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
idiff
idutils user-destdir support 2009-07-08 16:09:00 +00:00
imake Fix bad variable assignment in "xmkmf" if it is generated by Sun Studio C 2010-01-10 21:22:18 +00:00
intel2gas destdir support. 2009-11-29 23:34:31 +00:00
isect user-destdir support 2009-07-08 16:18:33 +00:00
its4 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
jam Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
java-subversion drop PKGREVISION on makefiles that rode the subversion version bump 2009-08-22 23:28:23 +00:00
javacc Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 18:48:07 +00:00
javadeps Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
jflex Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
jgrasp Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
js2-mode PKGREVISION bump for elisp packages because of bytecode format changes 2009-08-06 01:44:45 +00:00
kdbg bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kdesdk3 Recursive bump for libltdl 2009-12-15 21:30:51 +00:00
kdesdk4 Recursive bump for libltdl 2009-12-15 21:30:51 +00:00
kdevelop Use META_PACKAGE. 2009-04-08 22:47:07 +00:00
kdevelop-base Recursive bump for libltdl 2009-12-15 21:30:51 +00:00
kdiff3 bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
ko-po-check Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
kscope bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
lcc Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
ldapsdk Doesn't support MAKE_JOBS. 2009-07-07 05:51:28 +00:00
lemon Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
libarena Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
libargparse Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libast Recursive bump for libltdl 2009-12-15 21:30:51 +00:00
libatomic_ops fix another sloppy Makefile that attempted to install the same file twice 2009-08-01 21:25:03 +00:00
libbegemot Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libbinio Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
libbonobo update to 2.24.2 2009-10-21 15:55:41 +00:00
libbonoboui bump PKGREV for libgnome change to avoid esound per default, and 2009-10-29 23:08:33 +00:00
libcfg+ Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
libcompizconfig Updated to 0.8.4 2009-11-26 19:51:14 +00:00
libconfig Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libctl Recursive bump for libltdl 2009-12-15 21:30:51 +00:00
libdaemon portability fix: include <unistd.h> instead of <sys/unistd.h> 2009-12-20 23:29:02 +00:00
libdatrie Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
libdnsres Bump PKGREVISION for libevent ABI bump. 2009-08-16 15:35:43 +00:00
libdockapp user-destdir support 2009-07-08 16:27:31 +00:00
libebml Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
libelf Update to 0.8.13: 2009-11-15 21:26:51 +00:00
libetm Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with 2009-06-30 00:07:09 +00:00
libev Updating package for devel/libev from 3.7nb1 to 3.8 2009-08-18 14:10:53 +00:00
libevent recognize builtin libevent-1.4.12 (as in NetBSD-current) 2009-11-13 17:31:07 +00:00
libextractor Recursive bump for libltdl 2009-12-15 21:30:51 +00:00
libf2c Make MAIN__ weak in order to allow non-Fortran programs to use the library. 2009-12-29 18:12:44 +00:00
libffi Fix build with sunpro's cc which defines __i386 but not __i386__ 2009-09-21 00:33:51 +00:00
libfirm Update to 1.17.0. 2009-08-18 18:57:23 +00:00
libFoundation replace ${MACHINE_ARCH}/${LOWER_OPSYS} with ${GNUSTEP_HOST_CPU}/${LIBF_HOST_OS} 2009-12-28 09:17:44 +00:00
libFoundation-examples Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
libgail-gnome bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
libgcroots Update libgcroots to 0.2.2. 2009-11-22 10:53:09 +00:00
libgee Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
libgetopt Fix build on Tru64. Closes PR pkg/42538. 2010-01-08 22:45:58 +00:00
libglade Since this was renamed from libglade2 to libglade (more than two years 2009-09-26 22:17:16 +00:00
libglademm bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
libgnome add an option for use of esound, make it off per default which is 2009-10-29 23:05:00 +00:00
libgnomemm PKGREVISION bump pkgs which are affected by the libgnome change 2009-10-29 23:14:13 +00:00
libgnomeui delete old libaudiofile dependency, bump PKGREVISION 2009-12-01 10:38:04 +00:00
libgnomeuimm PKGREVISION bump pkgs which are affected by the libgnome change 2009-10-29 23:14:13 +00:00
libgphoto2 Recursive bump for libltdl 2009-12-15 21:30:51 +00:00
libgsf update to 1.14.16 2009-10-30 11:18:52 +00:00
libgsf-gnome update to 1.14.16 2009-10-30 11:18:52 +00:00
libgweather update to 2.28.0 2009-10-21 15:53:23 +00:00
libhfs Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
libiberty Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libidn Fix build breakage many people were seeing (interestingly, I couldn't 2009-06-11 07:25:30 +00:00
libixp update master_sites 2009-12-13 12:27:17 +00:00
libjit Update to libjit-0.1.2: 2009-07-08 16:23:59 +00:00
libjudy Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with 2009-06-30 00:07:09 +00:00
libltdl Update to libtool-2.2.6b. This switches libtool to the new main branch. 2009-12-15 17:35:36 +00:00
libmaa From PR: 2009-11-19 01:19:23 +00:00
libmatchbox update master_sites. update homepage. 2009-07-16 21:17:45 +00:00
libmcs Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
libmemcache Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
libmemmgr Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
libmimedir user-destdir support 2009-07-08 16:18:33 +00:00
libmm Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libmowgli Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
libmtp Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libnet10 Some clean up realted to net/libnet{10,11}. 2009-12-09 12:27:27 +00:00
libnet11 Some clean up realted to net/libnet{10,11}. 2009-12-09 12:27:27 +00:00
libntlm Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
liboil Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
liboop Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libosip Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
libowfat Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
libportlib Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with 2009-06-30 00:07:09 +00:00
libproplist user-destdir support 2009-07-08 16:09:00 +00:00
librfuncs Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
librlog Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
librsync Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
librxspencer Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
libscsi user-destdir support 2009-07-08 14:02:49 +00:00
libsexy bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
libsexymm bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
libsigc++ Update to 2.2.4.2: 2009-10-31 01:49:08 +00:00
libsigc++1 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
libsigsegv Update to libsigsegv 2.8: 2009-12-15 17:53:43 +00:00
libsigsegv25 Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libslang update master_sites: file isn't hosted at gd.tuwien anymore. 2009-08-30 01:22:09 +00:00
libslang2 add missing PLIST entries. 2009-12-16 23:07:39 +00:00
libsmi Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 18:48:07 +00:00
libstash user-destdir support 2009-07-08 16:09:00 +00:00
libstatgrab update url of kent university mirrorservice. 2009-06-05 23:33:02 +00:00
libstree Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
libstroke update master site and homepage. 2009-05-28 21:08:54 +00:00
libtai Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
libtar Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libtecla Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libthai Update libthai to 0.1.12. 2009-08-08 07:31:59 +00:00
libtool Add some band aid for the not-yet-fully-analyzed issue with sh on 2009-12-18 22:11:10 +00:00
libtool-base Fix libtool under OS X: require a fixed version of f2c, and thus bump 2009-12-20 12:32:55 +00:00
libtool-info Update to libtool-2.2.6b. This switches libtool to the new main branch. 2009-12-15 17:35:36 +00:00
libts Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with 2009-06-30 00:07:09 +00:00
libusb Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libview add libview-0.6.4, a collection of widgets from VMware 2009-10-26 11:29:45 +00:00
libvolume_id Ran pkglint --autofix on the devel/ category. Most of the changes are 2009-06-13 06:46:41 +00:00
libwhisker2 Give up MAINTAINER 2009-07-17 18:00:13 +00:00
libwnck update to 2.28.0 2009-10-22 17:06:35 +00:00
lincvs Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
ltsa Really unbreak after unzip changes. Bump PKGREVISION. 2009-09-09 07:27:56 +00:00
lua-alt-getopt Update lua-alt-getopt to 0.7.0. 2009-10-31 04:03:52 +00:00
lua-mode PKGREVISION bump for elisp packages because of bytecode format changes 2009-08-06 01:44:45 +00:00
lua-stdlib Update lua-stdlib and lua-stdlib-doc to 11. 2009-08-12 17:17:42 +00:00
lua-stdlib-doc Update lua-stdlib and lua-stdlib-doc to 11. 2009-08-12 17:17:42 +00:00
lwp Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
m4 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
m17n-lib Update m17n-lib to 1.5.5. 2009-11-25 06:12:32 +00:00
makedepend Update to 1.0.2: 2009-10-31 01:51:54 +00:00
makedepf90 Some fixes and improvement 2009-11-01 10:49:14 +00:00
maketool Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
mantis Give up MAINTAINER 2009-07-17 18:00:13 +00:00
matio Ran pkglint --autofix on the devel/ category. Most of the changes are 2009-06-13 06:46:41 +00:00
meld Retire Python 2.3 support. 2009-09-07 19:02:13 +00:00
mell PKGREVISION bump for elisp packages because of bytecode format changes 2009-08-06 01:44:45 +00:00
memcached Bump PKGREVISION for libevent ABI bump. 2009-08-16 15:35:43 +00:00
menhir Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with 2009-06-30 00:07:09 +00:00
mercurial Update to 1.4.1: 2009-12-02 12:08:57 +00:00
mico Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
mk-files Update to 20081111, provided by Aleksey Cheusov in PR 41021. 2009-04-06 10:25:51 +00:00
mkcmd Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
mono-addins recursive bump for icu shlib version change except already done. 2009-08-12 02:31:18 +00:00
mono-tools bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
monodevelop gdiplus is need for proper use (properties windows are not displayed 2009-10-16 05:56:57 +00:00
monotone Update to 0.45. Changes since 0.42 follow: 2009-09-23 16:05:06 +00:00
monotone-server Update to 0.45: bump dependency on monotone to 0.45. 2009-09-23 16:06:16 +00:00
monotone-viz bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
mph
nana Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
nant recursive bump for icu shlib version change except already done. 2009-08-12 02:31:18 +00:00
nasm Update to 2.07. Set LICENSE. 2009-07-22 21:21:33 +00:00
nbitools NOT_FOR_UNPRIVILEGED= yes 2009-09-11 18:47:55 +00:00
nbpatch nbpatch-20091021: 2009-10-21 17:17:04 +00:00
ncc Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
ncurses Add BUILDLINK_INCDIRS. Fixes tmux build and more correct in general. 2009-07-13 20:36:42 +00:00
ncursesw Fix build under Solaris 10 using G++ as the compiler. 2010-01-11 10:38:16 +00:00
netbeans-ide Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 18:48:07 +00:00
netbsd-iscsi-initiator update master site. 2009-05-20 23:48:07 +00:00
netbsd-iscsi-target Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
netcdf Follow f2c/libf2c split: bump revision of all packages 2009-12-03 13:06:51 +00:00
newfile Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
newt Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
noweb Support staged installation. 2009-12-11 00:17:55 +00:00
nqc Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with 2009-06-30 00:07:09 +00:00
nsis Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
nspr g/c 2009-11-10 17:00:02 +00:00
nspr-reference Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
nss Fix nss build on FreeBSD 2009-10-11 07:51:48 +00:00
ObjectiveLib Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
ocaml-findlib Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
ocaml-lwt Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with 2009-06-30 00:07:09 +00:00
ode Prepare for libtool-2.2: needs explicit --tag as it is using g++. 2009-11-25 23:41:42 +00:00
ogre Update to 1.6.3. Not pasting the upstream changelog here, because it's a 2009-09-01 16:53:40 +00:00
opal Update to 3.6.4: 2009-11-10 16:23:23 +00:00
opencm Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
opengrok update homepage and master_sites 2009-12-13 12:46:06 +00:00
ossp-uuid Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
p4 Ran pkglint --autofix on the devel/ category. Most of the changes are 2009-06-13 06:46:41 +00:00
p4-docs Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
p4d
p4pr
p4web
p5-accessors The accessors pragma lets you create simple accessors at compile-time. 2009-02-23 00:03:45 +00:00
p5-Algorithm-Annotate
p5-Algorithm-C3 Ran pkglint --autofix on the devel/ category. Most of the changes are 2009-06-13 06:46:41 +00:00
p5-Algorithm-Dependency PkgSrc changes: 2009-05-01 21:38:53 +00:00
p5-Algorithm-Diff
p5-Algorithm-Merge
p5-aliased Updating package for p5 module aliased from 0.22nb1 to 0.30 2009-08-09 09:26:29 +00:00
p5-Any-Moose Bumping revision of packages which depend direct or indirect on 2009-09-24 06:50:10 +00:00
p5-AnyEvent Updating devel/p5-AnyEvent from 5.111 to 5.200 2009-09-16 18:43:12 +00:00
p5-App-CLI Update p5-App-CLI from version 0.07 to version 0.08. 2009-04-24 09:41:48 +00:00
p5-App-Cmd Update p5-App-Cmd from version 0.300 to version 0.301. 2009-09-04 23:11:53 +00:00
p5-AppConfig
p5-AppConfig-Std
p5-Array-Compare Bumping revision of packages which depend direct or indirect on 2009-09-24 06:50:10 +00:00
p5-Array-Diff PkgSrc changes: 2009-05-17 14:16:11 +00:00
p5-Array-RefElem
p5-Async-Interrupt Updating devel/p5-Async-Interrupt from 1.01 to 1.02 2009-09-16 18:37:48 +00:00
p5-AtExit
p5-Attribute-Handlers Updating devel/p5-Attribute-Handlers from 0.86 to 0.87 2009-09-22 17:16:44 +00:00
p5-autobox Initial import of p5-autobox version 2.55 in the NetBSD Packages 2009-03-22 14:37:44 +00:00
p5-autobox-Core Initial import of p5-autobox-Core version 0.6 in the NetBSD Packages 2009-03-22 14:57:51 +00:00
p5-autodie Importing package for perl5 pragma autodie version 2.06 to satisfy 2009-08-19 20:17:30 +00:00
p5-AutoLoader Updating devel/p5-AutoLoader from 5.69 to 5.70 2009-09-22 17:19:51 +00:00
p5-AutoXS-Header Initial import of p5-AutoXS-Header version 1.02 in the NetBSD 2009-08-26 17:23:30 +00:00
p5-B-Compiling Importing package for p5 module of B::Compiling 0.02 as built dependency 2009-07-07 17:32:40 +00:00
p5-B-Hooks-EndOfScope PkgSrc changes: 2009-04-22 08:50:02 +00:00
p5-B-Hooks-OP-Check Remove: 2009-10-19 10:14:52 +00:00
p5-B-Hooks-OP-Check-StashChange Importing package for p5 module B::Hooks::OP::Check::StashChange 0.06 2009-05-20 21:57:54 +00:00
p5-B-Hooks-OP-PPAddr Remove: 2009-10-19 10:14:52 +00:00
p5-B-Hooks-Parser Remove: 2009-10-19 10:14:52 +00:00
p5-B-Keywords PkgSrc changes: 2009-03-10 17:35:16 +00:00
p5-B-Utils Updating package devel/p5-B-Utils from 0.07 to 0.08 2009-09-12 18:12:28 +00:00
p5-Bit-Vector Updating devel/p5-Bit-Vector from 7.0 to 7.1 2009-10-11 09:55:38 +00:00
p5-boolean Added devel/p5-boolean version 0.20 2009-02-13 23:40:27 +00:00
p5-BSD-Resource PkgSrc changes: 2009-04-12 08:21:24 +00:00
p5-Cache
p5-Cache-Cache Update from version 1.05nb1 to 1.06. 2009-04-12 10:49:30 +00:00
p5-Cache-FastMmap pkgsrc changes: 2009-07-07 20:51:51 +00:00
p5-Cache-Memcached Updating devel/p5-Cache-Memcached from 1.27 to 1.28 2009-10-24 16:13:08 +00:00
p5-Cache-Simple-TimedExpiry
p5-capitalization
p5-Capture-Tiny pkgsrc changes: 2009-05-18 07:01:40 +00:00
p5-Carp-Assert
p5-Carp-Assert-More
p5-Carp-Clan Updating devel/p5-Carp-Clan from 6.03 to 6.04 2009-10-25 12:56:04 +00:00
p5-Carp-REPL Bumping revision of packages which depend direct or indirect on 2009-09-24 06:50:10 +00:00
p5-CLASS - adding license (perl license, as named in META.yml) 2009-07-07 15:54:06 +00:00
p5-Class-Accessor Updating devel/p5-Class-Accessor from 0.33 to 0.34 2009-09-16 17:16:18 +00:00
p5-Class-Accessor-Chained
p5-Class-Accessor-Grouped Updating devel/p5-Class-Accessor-Grouped from 0.09001 to 0.09002 2009-10-24 16:33:27 +00:00
p5-Class-Accessor-Named
p5-Class-Adapter Update p5-Class-Adapter from version 1.05 to version 1.06. 2009-12-04 22:54:52 +00:00
p5-Class-Autouse Modify dependencies to perl-modules which are deployed with the perl-core, 2009-04-24 17:15:21 +00:00
p5-Class-Base
p5-Class-C3 Ran pkglint --autofix on the devel/ category. Most of the changes are 2009-06-13 06:46:41 +00:00
p5-Class-C3-Adopt-NEXT pkgsrc changes: 2009-06-15 20:58:52 +00:00
p5-Class-C3-Componentised Updating devel/p5-Class-C3-Componentised from 1.0005 to 1.0006 2009-09-12 21:30:21 +00:00
p5-Class-C3-XS Updating devel/p5-Class-C3-XS from 0.11 to 0.13 2009-10-11 08:16:22 +00:00
p5-Class-Container Modify dependencies to perl-modules which are deployed with the perl-core, 2009-04-24 17:15:21 +00:00
p5-Class-Data-Accessor Ran pkglint --autofix on the devel/ category. Most of the changes are 2009-06-13 06:46:41 +00:00
p5-Class-Data-Inheritable
p5-Class-ErrorHandler
p5-Class-Factory
p5-Class-Factory-Util
p5-Class-Fields
p5-Class-Gomor Give up MAINTAINER 2009-07-17 18:00:13 +00:00
p5-Class-Inner
p5-Class-InsideOut Update p5-Class-InsideOut from version 1.09 to version 1.10. 2009-08-26 01:14:23 +00:00
p5-Class-Inspector PkgSrc changes: 2009-04-23 06:59:31 +00:00
p5-Class-ISA Updating devel/p5-Class-ISA from 0.34 to 0.36 2009-10-11 12:04:54 +00:00
p5-Class-Loader
p5-Class-MakeMethods
p5-Class-Method-Modifiers Updating devel/p5-Class-Method-Modifiers from 1.04 to 1.05 2009-10-24 16:37:01 +00:00
p5-Class-MethodMaker pkgsrc changes: 2009-02-25 21:12:53 +00:00
p5-Class-Mix pkgsrc changes: 2009-05-21 15:04:24 +00:00
p5-Class-MOP Update p5-Class-MOP from version 0.94 to version 0.95. 2009-11-19 21:21:25 +00:00
p5-Class-ObjectTemplate
p5-Class-OOorNO Importing package for p5 module Class::OOorNO 0.011 as dependency of 2009-07-07 18:13:42 +00:00
p5-Class-ReturnValue
p5-Class-Singleton
p5-Class-Std
p5-Class-Trigger - updated to 0.14 2009-10-12 19:50:07 +00:00
p5-Class-Unload Initial import of p5-Class-Unload version 0.05 in the NetBSD Packages 2009-12-04 23:37:07 +00:00
p5-Class-WhiteHole
p5-Class-XML
p5-Class-XPath
p5-Class-XSAccessor Update p5-Class-XSAccessor from version 1.03 to version 1.05. 2009-11-22 11:50:35 +00:00
p5-Class-XSAccessor-Array Initial import of p5-Class-XSAccessor-Array version 1.04 in the 2009-12-04 23:57:33 +00:00
p5-Clone pkgsrc change: 2009-02-25 21:09:50 +00:00
p5-Clone-PP
p5-common-sense Update p5-common-sense from version 2.0 to version 2.02. 2009-11-22 11:58:35 +00:00
p5-Compress-PPMd
p5-Compress-Raw-Bzip2 Updating devel/p5-Compress-Raw-Bzip2 from 2.021 to 2.023 2009-11-15 15:53:00 +00:00
p5-Compress-Raw-Zlib Updating devel/p5-Compress-Raw-Zlib from 2.021 to 2.023 2009-11-15 15:50:37 +00:00
p5-Config-Any Update from version 0.17 to version 0.18. 2009-11-22 12:10:51 +00:00
p5-Config-Auto Initial import of p5-Config-Auto version 0.20 in the NetBSD Packages 2009-02-03 06:01:40 +00:00
p5-Config-Find Update from version 0.24 to 0.26. 2008-12-20 20:59:18 +00:00
p5-Config-General Updating devel/p5-Config-General from 2.43 to 2.44 2009-09-12 21:32:57 +00:00
p5-Config-GitLike Initial import of p5-Config-GitLike version 1.02 in the NetBSD 2009-11-22 22:29:13 +00:00
p5-Config-INI Initial import of p5-Config-INI version 0.014 in the NetBSD Packages 2009-01-28 22:07:18 +00:00
p5-Config-IniFiles Update p5-Config-IniFiles from version 2.52 to version 2.54. 2009-11-22 12:19:45 +00:00
p5-Config-Std Update p5-Config-Std from version 0.0.5 to version 0.007. 2009-11-22 12:32:09 +00:00
p5-Config-Tiny
p5-constant Importing devel/p5-constant 1.19 as dependency (constant >= 1.14) for 2009-10-18 09:16:48 +00:00
p5-Context-Preserve Initial import of p5-Context-Preserve version 0.01 in the NetBSD 2009-07-28 04:36:42 +00:00
p5-Contextual-Return
p5-CPAN Updating package for p5 module CPAN from 1.9400 to 1.9402 2009-07-07 20:49:40 +00:00
p5-CPAN-DistnameInfo pkgsrc changes: 2009-05-19 07:09:24 +00:00
p5-CPAN-Reporter pkgsrc changes: 2009-06-14 19:39:48 +00:00
p5-Curses Update from version 1.26 to 1.27. 2009-03-08 19:13:42 +00:00
p5-Curses-UI pkgsrc changes: 2009-05-21 15:00:29 +00:00
p5-Curses-UI-POE Added LICENSE=gnu-gpl-v2 2009-05-12 12:51:07 +00:00
p5-Data-Alias
p5-Data-Buffer
p5-Data-Compare pkgsrc changes: 2009-05-21 15:10:04 +00:00
p5-Data-Denter
p5-Data-Dump Updating package for p5 module Data::Dump from 1.14 to 1.15 2009-07-28 06:20:14 +00:00
p5-Data-Dump-Streamer Update from version 2.08.40nb1 to version 2.09. 2009-04-22 05:45:26 +00:00
p5-Data-Dumper-Concise Update p5-Data-Dumper-Concise from version 1.001 to version 1.002. 2009-11-27 23:13:57 +00:00
p5-Data-Dumper-Names PkgSrc change: 2009-04-12 10:55:30 +00:00
p5-Data-Hierarchy
p5-Data-OptList Update p5-Data-OptList from version 0.104 to version 0.104nb1. 2009-12-07 07:12:30 +00:00
p5-Data-Page Ran pkglint --autofix on the devel/ category. Most of the changes are 2009-06-13 06:46:41 +00:00
p5-Data-Pageset Ran pkglint --autofix on the devel/ category. Most of the changes are 2009-06-13 06:46:41 +00:00
p5-Data-Peek Update p5-Data-Peek from version 0.27 to version 0.29. 2009-11-11 16:31:59 +00:00
p5-Data-Section Updating package for Data::Section from 0.005 to 0.091.820 and set license 2009-07-07 22:38:10 +00:00
p5-Data-Serializer pkgsrc changes: 2009-05-21 15:21:00 +00:00
p5-Data-ShowTable
p5-Data-Taxi
p5-Data-TemporaryBag
p5-Data-UUID Update p5-Data-UUID from version 1.20.2 to version 1.20.3 (upstream version 2009-11-11 16:44:13 +00:00
p5-Data-Visitor Bumping revision of packages which depend direct or indirect on 2009-09-24 06:50:10 +00:00
p5-Date-Business Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
p5-Date-Calc Update p5-Date-Calc from version 6.2 to version 6.3 2009-11-11 17:40:35 +00:00
p5-Date-Calc-XS After Date::Calc 6.2 came without XS implementation, importing 2009-10-24 16:53:49 +00:00
p5-Date-Manip
p5-Date-Simple PkgSrc changes: 2009-05-02 21:04:34 +00:00
p5-Declare-Constraints-Simple
p5-Devel-Autoflush Adding perl module Devel::Autoflush as requirement for CPAN::Reporter 2009-03-01 23:03:16 +00:00
p5-Devel-Caller Ran pkglint --autofix on the devel/ category. Most of the changes are 2009-06-13 06:46:41 +00:00
p5-Devel-Checklib Use correct packlist. 2009-12-03 18:41:50 +00:00
p5-Devel-CheckOS Importing package for p5 module Devel::CheckOS 1.61 as dependency for 2009-05-29 08:09:08 +00:00
p5-Devel-Cover Update p5-Devel-Cover from version 0.64nb1 to version 0.65. 2009-08-24 00:08:34 +00:00
p5-Devel-Cycle Update p5-Devel-Cycle from version 1.10nb1 to version 1.11. 2009-08-26 01:30:03 +00:00
p5-Devel-Declare Updating package for devel/p5-Devel-Declare from 0.005008 to 0.005011 2009-08-18 17:11:20 +00:00
p5-Devel-Dumpvar Initial import of p5-Devel-Dumpvar version 1.05 in the NetBSD 2009-12-05 00:29:51 +00:00
p5-Devel-ebug Initial import of p5-Devel-ebug version 0.49 in the NetBSD Packages 2009-02-15 22:31:38 +00:00
p5-Devel-EvalContext
p5-Devel-Events - updated to 0.08 2009-10-12 12:20:12 +00:00
p5-Devel-Events-Objects Bumping revision of packages which depend direct or indirect on 2009-09-24 06:50:10 +00:00
p5-Devel-FindRef Updating devel/p5-Devel-FindRef from 1.421 to 1.422 2009-09-14 06:56:09 +00:00
p5-Devel-Gladiator
p5-Devel-GlobalDestruction
p5-Devel-Leak-Object Updating devel/p5-Devel-Leak-Object from 0.92 to 1.00 2009-10-24 16:25:43 +00:00
p5-Devel-LexAlias Ran pkglint --autofix on the devel/ category. Most of the changes are 2009-06-13 06:46:41 +00:00
p5-Devel-NYTProf pkgsrc changes: 2009-07-18 21:40:49 +00:00
p5-Devel-PartialDump Update p5-Devel-PartialDump from version 0.09 to version 0.12. 2009-11-08 22:40:25 +00:00
p5-Devel-PPPort pkgsrc changes: 2009-06-14 23:58:40 +00:00
p5-Devel-Profile
p5-Devel-Refactor Initial import of p5-Devel-Dumpvar version 1.05 in the NetBSD 2009-12-05 09:00:51 +00:00
p5-Devel-REPL Bumping revision of packages which depend direct or indirect on 2009-09-24 06:50:10 +00:00
p5-Devel-Size
p5-Devel-SmallProf
p5-Devel-StackTrace Updating package for p5 module Devel::StackTrace from 1.2100 to 1.2200 2009-07-18 17:45:52 +00:00
p5-Devel-StackTrace-WithLexicals Initial import of p5-Devel-StackTrace-WithLexicals version 0.03 in 2009-02-07 15:12:11 +00:00
p5-Devel-Symdump
p5-enum
p5-Error
p5-EV Updating package for devel/p5-EV from 3.7 to 3.8 2009-08-18 14:12:06 +00:00
p5-Event - upstream info: Version bump after moving to a new git repo 2009-10-12 10:02:49 +00:00
p5-Event-ExecFlow
p5-Event-RPC
p5-ex-lib Update from version 0.07 to version 0.90. 2009-08-22 12:04:48 +00:00
p5-Exception-Class PkgSrc changes: 2009-05-17 17:40:51 +00:00
p5-Exception-Handler Importing package for p5 module Exception::Handler 1.004 as dependency of 2009-07-07 18:16:45 +00:00
p5-Expect
p5-Expect-Simple Initial import of p5-Expect-Simple version 0.04 in the NetBSD 2009-02-07 17:37:00 +00:00
p5-Exporter-Lite
p5-ExtUtils-AutoInstall
p5-ExtUtils-CBuilder Update p5-ExtUtils-CBuilder from version 0.26.03.01 to version 0.27. 2009-11-11 17:50:06 +00:00
p5-ExtUtils-Command Update from version 1.15 to 1.16. 2009-01-20 23:23:20 +00:00
p5-ExtUtils-Depends pkgsrc changes: 2009-07-07 22:21:16 +00:00
p5-ExtUtils-F77 Follow f2c/libf2c split: bump revision of all packages 2009-12-03 13:06:51 +00:00
p5-ExtUtils-Install Updating package for p5 module ExtUtils::Install from 1.52 to 1.54 2009-08-09 11:23:02 +00:00
p5-ExtUtils-MakeMaker Updating package for p5 module ExtUtils::MakeMaker from 6.52 to 6.54 2009-07-30 07:16:09 +00:00
p5-ExtUtils-Manifest Updating devel/p5-ExtUtils-Manifest from 1.56 to 1.57 2009-09-22 17:41:25 +00:00
p5-ExtUtils-ModuleMaker Importing package for p5 module ExtUtils::ModuleMaker 0.51. 2009-05-29 07:41:29 +00:00
p5-ExtUtils-ModuleMaker-TT Importing package for p5 module ExtUtils::ModuleMaker::TT 0.93 2009-06-14 23:01:55 +00:00
p5-ExtUtils-ParseXS Updating devel/p5-ExtUtils-ParseXS from 2.20.04.01 to 2.21 2009-10-11 10:04:28 +00:00
p5-ExtUtils-PkgConfig
p5-ExtUtils-XSBuilder
p5-File-BaseDir
p5-File-ChangeNotify Bumping revision of packages which depend direct or indirect on 2009-09-24 06:50:10 +00:00
p5-File-chdir
p5-File-DesktopEntry
p5-File-DirSync
p5-File-Find-Rule
p5-File-Find-Rule-Age remove wrongly copied SVR4_PKGNAME 2009-05-29 08:56:52 +00:00
p5-File-Find-Rule-Perl Updating package for p5 module File::Find::Rule::Perl from 1.08 to 1.09 2009-08-09 11:26:47 +00:00
p5-File-Find-Rule-Permissions remove wrongly copied SVR4_PKGNAME 2009-05-29 08:56:52 +00:00
p5-File-Find-Rule-PPI remove wrongly copied SVR4_PKGNAME 2009-05-29 08:56:52 +00:00
p5-File-Find-Rule-VCS pkgsrc changes: 2009-07-18 17:56:46 +00:00
p5-File-Flat
p5-File-FlockDir
p5-File-HomeDir PkgSrc changes: 2009-04-12 00:26:29 +00:00
p5-File-LibMagic Updating patches/patch-aa to remove the Devel::CheckLib usage. First, 2009-05-30 20:02:07 +00:00
p5-File-MimeInfo Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
p5-File-Modified
p5-File-Next Updating package for p5 module File::Next from 1.02 to 1.06 2009-08-09 11:30:52 +00:00
p5-File-NFSLock
p5-File-Path Updating devel/p5-File-Path from 2.07 to 2.08 2009-10-11 12:02:15 +00:00
p5-File-Path-Expand
p5-File-PathConvert
p5-File-Policy
p5-File-pushd Adding perl module File::pushd ad dependency for the CPAN::Reporter. 2009-03-01 23:25:15 +00:00
p5-File-Save-Home Importing package for p5 module File::Save::Home 0.08 as dependency for 2009-05-29 07:35:19 +00:00
p5-File-ShareDir Donate my Perl packages to the Great Five. (Don't worry, I'll try to take 2009-05-21 14:28:44 +00:00
p5-File-Slurp
p5-File-Temp Updating package of p5 module File::Temp from 0.21 to 0.22 2009-07-07 20:08:05 +00:00
p5-File-Tempdir
p5-File-Type
p5-File-Util Importing package for p5 module for File::Util version 3.27. 2009-07-07 18:19:39 +00:00
p5-File-Which Updating devel/p5-File-Which from 1.08 to 1.09 2009-10-11 08:06:42 +00:00
p5-FileHandle-Fmode
p5-FileHandle-Unget Updating devel/p5-FileHandle-Unget from 0.1622nb1 to 0.1623 2009-09-12 20:02:54 +00:00
p5-FileKGlob
p5-Format-Human-Bytes Initial import of p5-Format-Human-Bytes version 0.04 in the NetBSD 2009-12-05 21:36:40 +00:00
p5-FreezeThaw Update from version 0.43nb3 to version 0.45. 2009-02-15 14:26:08 +00:00
p5-Getopt-ArgvFile
p5-Getopt-Euclid
p5-Getopt-Long PkgSrc changes: 2009-04-12 19:24:33 +00:00
p5-Getopt-Long-Descriptive Updating package devel/p5-Getopt-Long-Descriptive from 0.076 to 0.077 2009-08-25 16:40:11 +00:00
p5-Getopt-Mixed
p5-Getopt-Simple
p5-gettext
p5-glib2 Update p5-glib2 to 1.222. 2009-09-18 06:28:56 +00:00
p5-Graph Update from version 0.90 to 0.91. 2009-01-20 23:27:09 +00:00
p5-Gtk2-GladeXML bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
p5-Guard Importing package for p5 module Guard as dependency for devel/p5-AnyEvent. 2009-08-08 20:52:22 +00:00
p5-Hash-Case
p5-Hash-Merge - Adding a minimum required version of devel/p5-Clone (is checked in source) 2009-08-26 13:21:46 +00:00
p5-Hash-MoreUtils Similar to List::MoreUtils, Hash::MoreUtils contains trivial but 2009-02-25 22:29:00 +00:00
p5-Hash-Util-FieldHash-Compat Initial import of p5-Hash-Util-FieldHash-Compat version 0.03 in the 2009-03-22 07:31:43 +00:00
p5-Heap
p5-Hook-LexWrap Update from version 0.21 to 0.22. 2008-12-20 22:26:08 +00:00
p5-IMDB-Film - updated to 0.42 2009-10-12 20:34:27 +00:00
p5-Inline Update from version 0.44nb3 to 0.45. 2008-12-20 23:38:37 +00:00
p5-Internals
p5-IO pkgsrc changes: 2009-05-18 06:54:45 +00:00
p5-IO-All Update from version 0.38nb1 to 0.39. 2008-12-20 22:41:32 +00:00
p5-IO-Capture
p5-IO-CaptureOutput pkgsrc changes: 2009-05-21 15:38:30 +00:00
p5-IO-Compress Updating package devel/p5-IO-Compress from 2.022 to 2.023 2009-11-15 15:55:03 +00:00
p5-IO-Digest
p5-IO-InSitu
p5-IO-Interactive Updated from version 0.0.4 to 0.0.5. 2009-01-20 23:29:19 +00:00
p5-IO-LockedFile
p5-IO-Multiplex
p5-IO-Null
p5-IO-Pager
p5-IO-Prompt Update from version 0.99.4nb1 to 0.99.4nb2. 2008-12-19 18:01:58 +00:00
p5-IO-String
p5-IO-stringy
p5-IO-Stty
p5-IO-Tee
p5-IO-TieCombine
p5-IO-Tty - updated to 1.08 2009-02-25 14:12:04 +00:00
p5-IO-Util
p5-IO-Zlib pkgsrc changes: 2009-07-18 18:01:21 +00:00
p5-IPC-Cmd Updating devel/p5-IPC-Cmd from 0.46 to 0.50 2009-09-12 21:25:53 +00:00
p5-IPC-PubSub Update from version 0.28nb1 to 0.29. 2008-12-20 22:49:11 +00:00
p5-IPC-Run Updating package for p5 module IPC::Run from 0.82 to 0.84 2009-08-09 11:37:47 +00:00
p5-IPC-Run3 pkgsrc changes: 2009-06-14 23:31:59 +00:00
p5-IPC-Shareable
p5-IPC-SharedCache
p5-IPC-ShareLite PkgSrc changes: 2009-04-12 00:48:21 +00:00
p5-IPC-System-Simple add additional sentence to DESCR as wanted by submitter of PR pkg/41817 2009-09-20 14:24:06 +00:00
p5-IPC-SysV pkgsrc changes: 2009-03-21 14:00:56 +00:00
p5-LDAP
p5-Lexical-Persistence Updating package for p5 module Lexical::Persistence from 0.98 to 1.01 2009-08-09 11:41:42 +00:00
p5-lib-abs Initial import of p5-lib-abs version 0.90 in the NetBSD Packages 2009-08-22 12:01:36 +00:00
p5-List-MoreUtils Updating devel/p5-List-MoreUtils from 0.24 to 0.25beta02 2009-09-20 11:05:17 +00:00
p5-local-lib Update from version 1.4.7 (upstream 1.004007) to version 1.4.9 (upstream 2009-11-22 14:19:55 +00:00
p5-Locale-Msgfmt Initial import of p5-Locale-Msgfmt version 0.14 in the NetBSD 2009-12-05 20:56:08 +00:00
p5-Log-Agent
p5-Log-Dispatch - Fixed a typo 2009-10-12 10:18:09 +00:00
p5-Log-Dispatch-Config
p5-Log-Dispatch-DBI
p5-Log-Dispatch-FileRotate
p5-Log-Log4perl - Updated to 1.25 2009-10-12 10:15:28 +00:00
p5-Log-LogLite
p5-Log-Trace
p5-Mac-Carbon Update p5-Mac-Carbon to 0.82. 2009-10-14 08:07:22 +00:00
p5-Make
p5-Memoize
p5-Memoize-ExpireLRU
p5-Method-Signatures-Simple Ran pkglint --autofix on the devel/ category. Most of the changes are 2009-06-13 06:46:41 +00:00
p5-Mixin-Linewise Initial import of p5-Mixin-Linewise version 0.002 in the NetBSD 2009-01-28 22:06:14 +00:00
p5-Module-Build Updating package for devel/p5-Module-Build from 0.34000 to 0.35000 2009-09-12 17:59:13 +00:00
p5-Module-CoreList Update p5-Module-CoreList from version 2.22 to version 2.23. 2009-11-20 21:13:32 +00:00
p5-Module-CPANTS-Analyse pkgsrc changes: 2009-07-18 22:13:47 +00:00
p5-Module-Dependency PkgSrc changes: 2009-05-01 22:22:56 +00:00
p5-Module-ExtractUse
p5-Module-Find Updating devel/p5-Module-Find from 0.06nb1 to 0.08 2009-09-12 19:24:53 +00:00
p5-Module-Install Update p5-Module-Install from version 0.91 to version 0.91nb1. 2009-12-07 23:18:04 +00:00
p5-Module-Install-RTx - updated to 0.25 2009-10-12 21:13:50 +00:00
p5-Module-Install-Substitute
p5-Module-Load PkgSrc changes: 2009-04-12 19:18:59 +00:00
p5-Module-Pluggable Update Module::Pluggable to 3.9. Changes since 3.8: 2009-03-21 23:18:22 +00:00
p5-Module-Refresh
p5-Module-ScanDeps Update to 0.96: 2009-12-15 13:26:29 +00:00
p5-Module-Starter Update p5-Module-Starter from version 1.500 (upstream 1.50) to version 2009-08-23 14:40:57 +00:00
p5-Module-Starter-PBP
p5-Module-Versions-Report
p5-Moose Update p5-Moose from version 0.92 to version 0.93. 2009-11-19 21:21:53 +00:00
p5-Moose-Autobox Updating devel/p5-Moose-Autobox from 0.09nb1 to 0.10 2009-10-17 14:52:47 +00:00
p5-Moose-Policy Bumping revision of packages which depend direct or indirect on 2009-09-24 06:50:10 +00:00
p5-MooseX-App-Cmd Bumping revision of packages which depend direct or indirect on 2009-09-24 06:50:10 +00:00
p5-MooseX-AttributeHelpers Bumping revision of packages which depend direct or indirect on 2009-09-24 06:50:10 +00:00
p5-MooseX-Attributes-Curried Bumping revision of packages which depend direct or indirect on 2009-09-24 06:50:10 +00:00
p5-MooseX-ClassAttribute Bumping revision of packages which depend direct or indirect on 2009-09-24 06:50:10 +00:00
p5-MooseX-ConfigFromFile Bumping revision of packages which depend direct or indirect on 2009-09-24 06:50:10 +00:00
p5-MooseX-Declare Update p5-MooseX-Declare from version 0.31 to version 0.32. 2009-11-06 04:06:06 +00:00
p5-MooseX-Emulate-Class-Accessor-Fast Bumping revision of packages which depend direct or indirect on 2009-09-24 06:50:10 +00:00
p5-MooseX-Getopt Update from version 0.23 to version 0.24. 2009-11-08 16:37:25 +00:00
p5-MooseX-InsideOut Bumping revision of packages which depend direct or indirect on 2009-09-24 06:50:10 +00:00
p5-MooseX-LazyRequire Bumping revision of packages which depend direct or indirect on 2009-09-24 06:50:10 +00:00
p5-MooseX-Meta-TypeConstraint-ForceCoercion Bumping revision of packages which depend direct or indirect on 2009-09-24 06:50:10 +00:00
p5-MooseX-Method-Signatures Updating devel/p5-MooseX-Method-Signatures from 0.28 to 0.29 2009-10-17 14:59:03 +00:00
p5-MooseX-MethodAttributes Updating devel/p5-MooseX-MethodAttributes from 0.16nb1 to 0.18 2009-10-11 08:24:19 +00:00
p5-MooseX-MultiInitArg Bumping revision of packages which depend direct or indirect on 2009-09-24 06:50:10 +00:00
p5-MooseX-NonMoose - updated to 0.07 2009-10-12 21:59:45 +00:00
p5-MooseX-Object-Pluggable Bumping revision of packages which depend direct or indirect on 2009-09-24 06:50:10 +00:00
p5-MooseX-Param Bumping revision of packages which depend direct or indirect on 2009-09-24 06:50:10 +00:00
p5-MooseX-Params-Validate Bumping revision of packages which depend direct or indirect on 2009-09-24 06:50:10 +00:00
p5-MooseX-Role-Parameterized Bumping revision of packages which depend direct or indirect on 2009-09-24 06:50:10 +00:00
p5-MooseX-Role-WithOverloading Importing package into devel/p5-MooseX-Role-WithOverloading containing 2009-11-21 13:55:04 +00:00
p5-MooseX-SemiAffordanceAccessor Bumping revision of packages which depend direct or indirect on 2009-09-24 06:50:10 +00:00
p5-MooseX-SimpleConfig Update p5-MooseX-SimpleConfig from version 0.03 to version 0.04. 2009-11-08 22:09:33 +00:00
p5-MooseX-Singleton Bumping revision of packages which depend direct or indirect on 2009-09-24 06:50:10 +00:00
p5-MooseX-StrictConstructor Bumping revision of packages which depend direct or indirect on 2009-09-24 06:50:10 +00:00
p5-MooseX-Traits Bumping revision of packages which depend direct or indirect on 2009-09-24 06:50:10 +00:00
p5-MooseX-Traits-Pluggable Bumping revision of packages which depend direct or indirect on 2009-09-24 06:50:10 +00:00
p5-MooseX-Types Bumping revision of packages which depend direct or indirect on 2009-09-24 06:50:10 +00:00
p5-MooseX-Types-Common Bumping revision of packages which depend direct or indirect on 2009-09-24 06:50:10 +00:00
p5-MooseX-Types-Path-Class Drop build dependency on devel/p5-MooseX-Getopt as it introduces via the 2009-10-12 11:03:08 +00:00
p5-MooseX-Types-Structured Update p5-MooseX-Types-Structured from version 0.18 to version 0.19. 2009-11-10 11:52:09 +00:00
p5-MooseX-Types-URI Bumping revision of packages which depend direct or indirect on 2009-09-24 06:50:10 +00:00
p5-Mouse Update from version 0.37 to version 0.40. 2009-11-08 16:50:54 +00:00
p5-MouseX-Types Update p5-MouseX-Types from version 0.01 to version 0.02. 2009-11-08 16:53:43 +00:00
p5-MRO-Compat Ran pkglint --autofix on the devel/ category. Most of the changes are 2009-06-13 06:46:41 +00:00
p5-namespace-autoclean Bumping revision of packages which depend direct or indirect on 2009-09-24 06:50:10 +00:00
p5-namespace-clean Update from version 0.09 to version 0.11. 2009-04-19 23:13:45 +00:00
p5-Net-CIDR PkgSrc changes: 2009-04-12 09:28:27 +00:00
p5-Net-LDAP-Batch Fix the dependency on p5-perl-ldap to use the correct directory. 2009-04-04 12:41:13 +00:00
p5-Net-LDAP-Class Fix the dependency on p5-perl-ldap to use the correct directory. 2009-04-04 12:41:13 +00:00
p5-Net-LDAP-Server-Test Update to version 0.8.0.01. 2009-03-11 21:43:35 +00:00
p5-Net-Netmask
p5-NEXT pkgsrc changes: 2009-06-14 23:36:42 +00:00
p5-Object-Declare
p5-Object-InsideOut Update p5-Object-InsideOut from version 3.56 to version 3.57. 2009-11-11 18:32:33 +00:00
p5-Object-Realize-Later Give up MAINTAINER 2009-07-17 18:00:13 +00:00
p5-Object-Signature Ran pkglint --autofix on the devel/ category. Most of the changes are 2009-06-13 06:46:41 +00:00
p5-OLE-Storage_Lite Update from version 0.17nb1 to 0.18. 2009-01-04 22:20:43 +00:00
p5-OOTools
p5-Package-Constants Initial import of p5-Package-Constants. 2009-10-31 03:31:27 +00:00
p5-Package-Generator pkgsrc changes: 2009-07-18 18:13:19 +00:00
p5-PadWalker Updating package for p5 module PadWalker from 1.7nb1 to 1.9 and set 2009-07-07 21:19:09 +00:00
p5-pango MAKE_JOBS_SAFE=no 2009-05-24 05:45:47 +00:00
p5-PAR Updating package for p5 module PAR (Perl Archive Toolkit) from 0.992nb1 2009-08-09 12:27:31 +00:00
p5-PAR-Dist Update to 0.47: 2009-12-15 13:31:11 +00:00
p5-Parallel-ForkManager Ran pkglint --autofix on the devel/ category. Most of the changes are 2009-06-13 06:46:41 +00:00
p5-Params-Coerce
p5-Params-Util pkgsrc changes: 2009-06-01 18:18:41 +00:00
p5-Params-Validate Update to 0.94: 2009-12-15 13:32:57 +00:00
p5-parent Updating devel/p5-parent from 0.221nb1 to 0.223 2009-09-12 18:31:17 +00:00
p5-Parse-CPAN-Meta Updating package for p5 module Parse::CPAN::Meta from 1.39 to 1.40 2009-08-09 09:43:52 +00:00
p5-Parse-Method-Signatures Bumping revision of packages which depend direct or indirect on 2009-09-24 06:50:10 +00:00
p5-Parse-RecDescent Updating devel/p5-Parse-RecDescent from 1.962.1 to 1.962.2 2009-09-12 18:05:37 +00:00
p5-Parse-Yapp
p5-PatchReader Give up MAINTAINER 2009-07-17 18:00:13 +00:00
p5-Path-Class pkgsrc changes: 2009-06-15 20:18:06 +00:00
p5-Path-Dispatcher Bumping revision of packages which depend direct or indirect on 2009-09-24 06:50:10 +00:00
p5-PathTools Update p5-PathTools from version 3.30 to version 3.31. 2009-11-11 20:55:37 +00:00
p5-Perl-Critic Updating devel/p5-Perl-Critic from 1.104 to 1.105 2009-09-12 18:43:35 +00:00
p5-perl-headers Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. 2009-04-09 00:48:06 +00:00
p5-Perl-MinimumVersion Importing devel/p5-Perl-MinimumVersion version 1.20 2009-10-18 11:10:24 +00:00
p5-Perl-Tidy pkgsrc changes: 2009-07-07 20:05:26 +00:00
p5-Perl-Version Initial import of p5-Perl-Version version 1.009 in the NetBSD 2009-03-10 21:22:59 +00:00
p5-Perl6-Export
p5-Perl6-Export-Attrs
p5-Perl6-Junction
p5-Perl6-Slurp
p5-PerlIO-eol
p5-PerlIO-via-dynamic
p5-PerlIO-via-symlink
p5-PHP-Serialization Update from version 0.29 to version 0.30. 2009-01-19 22:42:53 +00:00
p5-POE Update p5-POE from version 1.005 to version 1.280. 2009-11-28 06:33:38 +00:00
p5-POE-Component-Cron Ran pkglint --autofix on the devel/ category. Most of the changes are 2009-06-13 06:46:41 +00:00
p5-POE-Component-Pluggable Update p5-POE-Component-Pluggable from version 1.18 to version 1.24. 2009-11-21 10:51:18 +00:00
p5-POE-Component-Schedule Initial import of p5-POE-Component-Schedule version 0.92 in the 2009-11-28 07:29:02 +00:00
p5-POE-Test-Loops Update p5-POE-Test-Loops from version 1.021 to version 1.030. 2009-11-21 20:27:27 +00:00
p5-PPI Updating package for p5 module PPI from 1.203nb2 to 1.206 2009-08-09 07:55:42 +00:00
p5-PPI-XS PkgSrc changes: 2009-05-06 06:46:46 +00:00
p5-prefork Updating package for p5 module prefork from 1.03 to 1.04 2009-08-09 09:53:32 +00:00
p5-Probe-Perl This module provides methods for obtaining information about the currently 2009-02-26 08:23:10 +00:00
p5-Proc-Background Updating package for p5 module Proc::Background from 1.08 to 1.10 and 2009-07-21 22:49:22 +00:00
p5-Proc-Daemon
p5-Proc-InvokeEditor Initial import of p5-Proc-InvokeEditor version 1.02 in the NetBSD 2009-11-23 22:20:34 +00:00
p5-Proc-PID-File
p5-Proc-Pidfile
p5-Proc-ProcessTable
p5-Proc-Queue Initial import of p5-Proc-Queue-1.23: 2009-08-21 23:30:55 +00:00
p5-Proc-Simple Updating packag for p5 module Proc::Simple from 1.25 to 1.26 2009-08-09 12:55:23 +00:00
p5-PV Update to 1.5, changes undocumented. 2009-02-22 18:08:02 +00:00
p5-Readonly
p5-Readonly-XS PkgSrc changes: 2009-03-10 17:32:01 +00:00
p5-Regexp-Assemble
p5-Regexp-MatchContext
p5-Regexp-Parser
p5-Regexp-Shellish
p5-Return-Value Updating package for p5 module Return::Value from 1.302 to 1.666.001 2009-07-07 21:22:02 +00:00
p5-Rose-Object Update from version 0.854 to version 0.855. 2009-03-08 10:21:51 +00:00
p5-Safe-Hole
p5-sapnwrfc Updating devel/p5-sapnwrfc from 0.30 to 0.31 2009-09-19 14:23:29 +00:00
p5-Scalar-Defer pkgsrc changes: 2009-05-19 22:46:17 +00:00
p5-Scalar-List-Utils Updating devel/p5-Scalar-List-Utils from 1.21 to 1.22 2009-11-21 15:33:04 +00:00
p5-Scalar-Util-Refcount Provides two functions to show reference counts of Perl objects. 2009-02-25 22:33:47 +00:00
p5-Schedule-RateLimiter
p5-Scope-Guard Ran pkglint --autofix on the devel/ category. Most of the changes are 2009-06-13 06:46:41 +00:00
p5-Scope-Upper pkgsrc changes: 2009-05-19 23:16:24 +00:00
p5-SDL bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
p5-Set-IntSpan
p5-Set-Object Ran pkglint --autofix on the devel/ category. Most of the changes are 2009-06-13 06:46:41 +00:00
p5-Set-Scalar Updating package for p5 module Set::Scalar from 1.23 to 1.24 2009-07-07 21:23:47 +00:00
p5-ShipIt
p5-signatures Updating package devel/p5-signatures from 0.05 to 0.06 2009-08-28 07:44:01 +00:00
p5-Smart-Comments
p5-Software-License pkgsrc changes: 2009-07-07 21:26:19 +00:00
p5-Sort-Maker
p5-Sort-Versions
p5-Spiffy
p5-Spoon
p5-Storable Updating package for p5 module Storable from 2.20 to 2.21 2009-08-08 14:07:22 +00:00
p5-String-Format pkgsrc changes: 2009-05-19 21:06:34 +00:00
p5-String-PerlIdentifier Importing package for p5 module String::PerlIdentifier 0.05 as dependency 2009-05-29 07:27:20 +00:00
p5-Sub-Exporter Ran pkglint --autofix on the devel/ category. Most of the changes are 2009-06-13 06:46:41 +00:00
p5-Sub-Identify Update from version 0.03nb1 to 0.04. 2008-12-20 23:55:35 +00:00
p5-Sub-Install Update from version 0.924nb1 to 0.925. 2009-01-21 00:11:00 +00:00
p5-Sub-Installer
p5-Sub-Name
p5-Sub-Override
p5-Sub-Uplevel
p5-subversion Update subversion to 1.6.2 via patch in private mail from Jens 2009-05-30 00:16:46 +00:00
p5-SUPER Updating package devel/p5-SUPER from 1.16nb1 to 1.17 2009-09-12 19:37:02 +00:00
p5-SVN-Mirror
p5-SVN-Notify - updated to 2.79 2009-10-12 11:20:16 +00:00
p5-SVN-Simple
p5-TAP-Formatter-HTML - updated to 0.08 2009-10-12 11:24:46 +00:00
p5-TAP-Harness-Archive Updating package devel/p5-TAP-Harness-Archive from 0.13 to 0.14 2009-08-20 05:36:16 +00:00
p5-Task-Weaken pkgsrc changes: 2009-06-14 19:46:43 +00:00
p5-Tee The Tee distribution provides the ptee program, a pure Perl emulation of the 2009-02-26 08:12:25 +00:00
p5-Template-Plugin-Handy PkgSrc changes: 2009-05-01 19:55:46 +00:00
p5-Template-Plugin-HashMerge Importing package for TT2 plugin Template::Plugin::HashMerge 0.01 2009-08-26 20:15:50 +00:00
p5-Template-Plugin-ListMoreUtils Updating package devel/p5-Template-Plugin-ListMoreUtils from 0.01 to 0.02 2009-09-12 12:21:16 +00:00
p5-Template-Plugin-ListUtil fix typo in dependencies 2009-08-26 19:59:49 +00:00
p5-Template-Plugin-VMethods Adding fix for bug reported in RT #48990 2009-08-26 19:42:56 +00:00
p5-Term-ANSIColor Updating devel/p5-Term-ANSIColor from 2.01 to 2.02 2009-09-12 21:36:14 +00:00
p5-Term-Cap - adding license (perl license, as named in README) 2009-07-07 16:02:01 +00:00
p5-Term-ProgressBar
p5-Term-Prompt
p5-Term-ReadKey
p5-Term-ReadLine Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib 2009-05-20 00:58:05 +00:00
p5-Term-ReadPassword Update Term-ReadPassword to version 0.11 in order to make it actually work 2008-12-01 22:19:42 +00:00
p5-Term-Screen
p5-Term-ShellUI
p5-Term-Size Added LICENSE=gnu-gpl-v2 2009-05-12 12:51:07 +00:00
p5-Test-Aggregate Updating devel/p5-Test-Aggregate from 0.35 to 0.36.1 2009-10-25 11:36:32 +00:00
p5-Test-Assertions
p5-Test-Base Updating devel/p5-Test-Base from 0.58 to 0.59 2009-09-16 17:40:23 +00:00
p5-Test-Class Updating devel/p5-Test-Class from 0.31nb2 to 0.33 2009-09-22 17:57:39 +00:00
p5-Test-ClassAPI pkgsrc changes: 2009-07-16 06:01:23 +00:00
p5-Test-Cmd
p5-Test-Deep Updating package for devel/p5-Test-Deep from 0.104 to 0.106 2009-08-18 16:32:39 +00:00
p5-Test-Differences Updating devel/p5-Test-Differences from 0.4801nb1 to 0.5000 2009-10-25 11:44:13 +00:00
p5-Test-Distribution
p5-Test-Exception
p5-Test-Expect Initial import of p5-Test-Expect version 0.31 in the NetBSD Packages 2009-02-07 20:07:32 +00:00
p5-Test-File-Contents
p5-Test-Fixture-DBIC-Schema
p5-Test-Harness Give up MAINTAINER 2009-07-17 18:00:13 +00:00
p5-Test-Inline pkgsrc changes: 2009-07-16 06:07:04 +00:00
p5-Test-Kwalitee
p5-Test-LeakTrace Initial import of p5-Test-LeakTrace version 0.10 in the NetBSD 2009-07-25 21:11:53 +00:00
p5-Test-Log4perl Bumping revision of packages which depend direct or indirect on 2009-09-24 06:50:10 +00:00
p5-Test-LongString
p5-Test-Manifest Updating package for p5 module Test::Manifest from 1.22nb1 to 1.23 2009-07-30 07:26:57 +00:00
p5-Test-Memory-Cycle
p5-Test-MinimumVersion Importing devel/p5-Test-MinimumVersion version 0.011 2009-10-18 11:24:24 +00:00
p5-Test-Mock-LWP
p5-Test-MockModule
p5-Test-MockObject Ran pkglint --autofix on the devel/ category. Most of the changes are 2009-06-13 06:46:41 +00:00
p5-Test-Most PKG_DESTDIR_SUPPORT must come before mk includes 2009-05-19 07:31:05 +00:00
p5-Test-NoWarnings
p5-Test-Object
p5-Test-Output pkgsrc changes: 2009-05-19 23:21:20 +00:00
p5-Test-Perl-Critic Updating devel/p5-Test-Perl-Critic from 1.01nb1 to 1.02 2009-10-25 12:18:04 +00:00
p5-Test-Pod pkgsrc changes: 2009-07-16 06:13:48 +00:00
p5-Test-Pod-Coverage
p5-Test-POE-Server-TCP PkgSrc changes: 2009-04-12 11:53:33 +00:00
p5-Test-Reporter pkgsrc changes: 2009-06-01 19:13:56 +00:00
p5-Test-Script Updating devel/p5-Test-Script from 1.05 to 1.06 2009-09-19 17:08:59 +00:00
p5-Test-Simple Update p5-Test-Simple from version 0.92 to version 0.94. 2009-09-09 20:28:14 +00:00
p5-Test-SubCalls PkgSrc changes: 2009-04-22 08:31:25 +00:00
p5-Test-Taint
p5-Test-TempDir Bumping revision of packages which depend direct or indirect on 2009-09-24 06:50:10 +00:00
p5-Test-Tester
p5-Test-Unit
p5-Test-use-ok Ran pkglint --autofix on the devel/ category. Most of the changes are 2009-06-13 06:46:41 +00:00
p5-Test-UseAllModules Importing package devel/p5-Test-UseAllModules for p5 module 2009-09-22 19:30:03 +00:00
p5-Test-Warn Updating package devel/p5-Test-Warn from 0.11nb1 to 0.21 2009-09-12 12:07:06 +00:00
p5-Test-Weaken Importing devel/p5-Test-Weaken - p5 package for Test::Weaken 3.002000 as 2009-09-19 22:00:10 +00:00
p5-Test-WWW-Selenium Update p5-Test-WWW-Selenium from version 1.17 to version 1.18. 2009-09-06 21:05:25 +00:00
p5-Test-YAML-Meta pkgsrc changes: 2009-06-12 07:33:55 +00:00
p5-Test-YAML-Valid Really depend on both, p5-YAML and p5-YAML-Syck. 2008-12-21 09:27:27 +00:00
p5-Tie-Array-AsHash pkgsrc changes: 2009-02-25 21:26:10 +00:00
p5-Tie-Array-Sorted
p5-Tie-File Update from version 0.96nb1 to 0.96nb2. 2008-12-18 00:20:10 +00:00
p5-Tie-IxHash
p5-Tie-RefHash Ran pkglint --autofix on the devel/ category. Most of the changes are 2009-06-13 06:46:41 +00:00
p5-Tie-RefHash-Weak
p5-Tie-ToObject Ran pkglint --autofix on the devel/ category. Most of the changes are 2009-06-13 06:46:41 +00:00
p5-Tree-DAG_Node
p5-Tree-Simple Modify dependencies to perl-modules which are deployed with the perl-core, 2009-04-24 17:15:21 +00:00
p5-Tree-Simple-VisitorFactory Ran pkglint --autofix on the devel/ category. Most of the changes are 2009-06-13 06:46:41 +00:00
p5-Try-Tiny Initial import of p5-Try-Tiny version 0.02 in the NetBSD Packages 2009-09-15 23:51:34 +00:00
p5-TryCatch Bumping revision of packages which depend direct or indirect on 2009-09-24 06:50:10 +00:00
p5-UNIVERSAL-can Updating package for p5 module UNIVERSAL::can from 1.14 to 1.15 2009-07-07 19:56:24 +00:00
p5-UNIVERSAL-isa Updating package for p5 module UNIVERSAL::isa from 1.02 to 1.03 2009-07-07 19:58:41 +00:00
p5-UNIVERSAL-moniker
p5-UNIVERSAL-require PkgSrc changes: 2009-04-30 21:49:08 +00:00
p5-UUID-Tiny Initial import of p5-UUID-Tiny version 1.02 in the NetBSD Packages 2009-11-23 23:15:19 +00:00
p5-Variable-Magic Updating devel/p5-Variable-Magic from 0.37 to 0.38 2009-10-11 10:09:53 +00:00
p5-VCP
p5-VCP-Dest-svk
p5-version Updating devel/p5-version from 0.7702 to 0.7800 2009-10-24 17:00:53 +00:00
p5-Want
p5-WeakRef
p5-XSLoader Adding module p5-XSLoader primarily to allow debug perl itself: 2009-03-10 18:50:24 +00:00
palmpower
pango update to 1.26.2 2009-12-15 15:09:21 +00:00
pangomm Changes 2.26.0: 2009-10-22 07:44:08 +00:00
papaya Fix installation. 2009-12-14 20:53:43 +00:00
pardiff
patch LICENSE is gnu-gpl-v2 2009-11-30 18:32:53 +00:00
patchutils
pccts Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
pcl-cvs Remove BROKEN_IN variable. It was no maintained, and there was no 2009-08-25 12:32:54 +00:00
pcre Update to 8.00: 2009-10-31 02:01:56 +00:00
pcre++ Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
pcre-ocaml Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
pdcurses Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
pedisassem Use new ${LP64PLATFORMS} variable to restrict platforms instead of manual 2010-01-07 07:36:53 +00:00
php-gettext
php-gmp
php-memcache
php-mode PKGREVISION bump for elisp packages because of bytecode format changes 2009-08-06 01:44:45 +00:00
php-pcntl
php-posix
php-shmop
php-sysvsem
php-sysvshm
physfs Fix build error on Mac OS X. PR pkg/41657 2009-08-19 08:59:46 +00:00
picp Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
picprg Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
pilrc Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
pkg-config Add X11BASE/lib/pkgconfig and /usr/lib/pkgconfig to the default path if 2009-04-13 17:39:57 +00:00
ply Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
pmccabe Update to pmccabe-2.5-CVS20081026, similar as suggested by Marko Schuetz 2009-02-04 12:30:14 +00:00
popt Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
prcs Set LICENSE=gnu-gpl-v2. 2009-12-20 11:13:25 +00:00
ProjectCenter Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
psvn PKGREVISION bump for elisp packages because of bytecode format changes 2009-08-06 01:44:45 +00:00
pth MAKE_JOBS_SAFE=no 2009-07-15 10:29:16 +00:00
pthread-sem Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
pthread-stublib Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. 2009-04-09 00:48:06 +00:00
ptlib Enable more features; needed by new opal. Bump PKGREVISION. 2009-11-10 16:14:17 +00:00
pvs PKGREVISION bump for elisp packages because of bytecode format changes 2009-08-06 01:44:45 +00:00
pwlib Use new ${LP64PLATFORMS} variable to restrict platforms instead of manual 2010-01-07 07:36:53 +00:00
py-at-spi sync w/ base pkg 2009-10-21 15:40:10 +00:00
py-babel Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
py-checker Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
py-cheetah Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
py-compizconfig Updated to 0.8.4 2009-11-26 20:07:12 +00:00
py-ctypes Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
py-curses Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
py-cursespanel Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
py-dulwich Import py-dulwich-0.4.0: 2009-11-04 19:49:24 +00:00
py-expect Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
py-fann Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
py-game Fix fallout from recursive jpeg shlib bump. 2009-08-27 18:53:36 +00:00
py-generate Change MAINTAINER to OWNER on some of my packages. 2009-03-18 18:37:59 +00:00
py-gobject Doesn't support Python 2.4 (from . import *). 2009-10-26 20:08:21 +00:00
py-gobject-shared sync w/ base pkg 2009-10-21 16:08:08 +00:00
py-idle Remove Python 2.1 support. 2009-02-09 21:09:20 +00:00
py-InlineEgg Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
py-kjbuckets Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
py-kqueue
py-newt Doesn't support Python 2.3. 2009-02-11 22:47:05 +00:00
py-Optik Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
py-pexpect Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
py-pqueue Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
py-Pyro Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
py-pytemplate Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
py-quixote Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
py-readline Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib 2009-05-20 00:58:05 +00:00
py-setuptools Update to 0.6c11: 2009-10-31 02:10:34 +00:00
py-subversion drop PKGREVISION on makefiles that rode the subversion version bump 2009-08-22 23:28:23 +00:00
py-subvertpy Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
py-unit
py-unitgui
py-urwid Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
py-usb Update to 0.4.2: 2009-10-11 08:32:50 +00:00
py-windbg Import py-windbg 1.4.6: 2009-12-16 19:10:56 +00:00
py-xdg Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
py-zconfig Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
py-ZopeInterface Fix obviously incorrect PLIST. Bump revision. 2009-07-15 21:09:10 +00:00
python-mode PKGREVISION bump for elisp packages because of bytecode format changes 2009-08-06 01:44:45 +00:00
qbzr 0.16 "Acacia" - 2009/11/9 2009-11-10 19:34:45 +00:00
qconf bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
qof fix PLIST 2009-11-01 15:41:13 +00:00
quilt Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
ragel Update ragel to 6.5. 2009-08-21 03:21:05 +00:00
rake Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
rapidsvn Fix PKGVERSION. 2009-10-20 08:06:11 +00:00
ratfor
rcs Support staged installation. 2009-12-11 01:34:38 +00:00
rdp Change default for zip extraction to leave files as they are. 2009-08-25 11:56:34 +00:00
re2c Update to re2c-0.13.5. 2009-03-15 12:03:14 +00:00
readline Correct LICENSE, per PR 41943. 2009-08-26 20:37:00 +00:00
refinecvs Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
Renaissance Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
roundup Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
rox-lib bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
rpc2 Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 18:48:07 +00:00
rscode Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
rsltc PKGREVISION bump for elisp packages because of bytecode format changes 2009-08-06 01:44:45 +00:00
rt-mysql Fix PLIST and bump PKGREVISION. 2009-08-26 11:23:46 +00:00
rt-pgsql Fix PLIST and bump PKGREVISION. 2009-08-26 11:23:46 +00:00
rt3 update of rt3 to next version (without the session hijacking vulnerability) 2009-12-04 09:30:20 +00:00
RTFM Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
RTx-RightsMatrix Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
RTx-Shredder Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
rubigen Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
ruby-abstract Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 18:48:07 +00:00
ruby-activesupport Update rails packages to 2.3.5. This fixes a cross-site scripting 2009-12-01 23:24:24 +00:00
ruby-amstd Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
ruby-assistance Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
ruby-bsearch Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
ruby-byaccr Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
ruby-cmd Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
ruby-curses Update Ruby packages to 1.8.7.174 (1.8.7-p174). 2009-06-16 15:08:38 +00:00
ruby-debug Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
ruby-debug-base Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
ruby-debug-ide Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 18:48:07 +00:00
ruby-deprecated Importing devel/ruby-deprecated version 2.0.1. 2009-10-20 02:50:45 +00:00
ruby-dhaka Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
ruby-eet bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
ruby-eventmachine Fix NetBSD build by expanding the pattern in patch-aa to two more cases. 2009-12-10 19:26:22 +00:00
ruby-facade Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
ruby-flexmock Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
ruby-gettext Updated ruby-gettext to 2.1.0. 2009-12-07 12:09:20 +00:00
ruby-gettext-activerecord Import ruby18-gettext-activerecord-2.1.0 as devel/ruby-gettext-activerecord. 2009-12-07 12:10:18 +00:00
ruby-gettext-rails Import ruby18-gettext-rails-2.1.0 as devel/ruby-gettext-rails. 2009-12-07 12:11:05 +00:00
ruby-gnome2-atk Update ruby-gnome2 to 0.19.3. 2009-10-12 03:09:30 +00:00
ruby-gnome2-bonobo Update ruby-gnome2 to 0.19.3. 2009-10-12 03:09:30 +00:00
ruby-gnome2-bonoboui Update ruby-gnome2 to 0.19.3. 2009-10-12 03:09:30 +00:00
ruby-gnome2-gconf Update ruby-gnome2 to 0.19.3. 2009-10-12 03:09:30 +00:00
ruby-gnome2-glib Update ruby-gnome2 to 0.19.3. 2009-10-12 03:09:30 +00:00
ruby-gnome2-libglade Update ruby-gnome2 to 0.19.3. 2009-10-12 03:09:30 +00:00
ruby-gnome2-pango Update ruby-gnome2 to 0.19.3. 2009-10-12 03:09:30 +00:00
ruby-heckle Updated ruby-heckle to 1.4.3. 2009-11-23 14:21:43 +00:00
ruby-highline Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
ruby-inline Updated ruby-inline to 3.8.3 2009-11-23 13:50:06 +00:00
ruby-linecache Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
ruby-locale Import ruby18-locale-2.0.5 as devel/ruby-locale. 2009-12-07 10:47:50 +00:00
ruby-locale-rails Import ruby18-locale-rails-2.0.5 as devel/ruby-locale-rails. 2009-12-07 11:23:57 +00:00
ruby-log4r Fix a number of GENERATE_PLIST entries to always have a terminating ; 2009-06-16 15:25:31 +00:00
ruby-logging Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
ruby-memcache
ruby-metaid Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 18:48:07 +00:00
ruby-mkrf Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
ruby-mocha Make sure that a .orig file is not installed. 2009-07-13 11:58:01 +00:00
ruby-mode Remove unused SITE_LISP. 2009-10-07 04:49:58 +00:00
ruby-ncurses Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 18:48:07 +00:00
ruby-needle Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
ruby-parser Initial import of ruby-parser. 2009-11-23 14:04:10 +00:00
ruby-parsetree Updated ruby-parsetree to 3.0.4. 2009-11-23 14:10:26 +00:00
ruby-pathname2 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
ruby-polyglot Initial import of ruby-polyglot. 2009-11-23 14:26:09 +00:00
ruby-priority-queue Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
ruby-racc Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
ruby-rbtree Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
ruby-rcov Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
ruby-rcsparse Update to 45: 2009-08-08 22:59:41 +00:00
ruby-rd-mode PKGREVISION bump for elisp packages because of bytecode format changes 2009-08-06 01:44:45 +00:00
ruby-readline Add readline option which enable use of devel/readline package and enable 2009-09-13 01:51:05 +00:00
ruby-rgl Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
ruby-rspec Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
ruby-SDL bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
ruby-setup Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
ruby-sexp-processor Initial import of ruby-sexp-processor. 2009-11-23 14:00:06 +00:00
ruby-stream Make sure that a .orig file is not installed. 2009-07-12 19:51:16 +00:00
ruby-subversion Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
ruby-test-spec Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
ruby-validatable Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
ruby2ruby Updated ruby2ruby to 1.2.4. 2009-11-23 14:13:28 +00:00
rubyforge Update rubyforge to 2.0.3 2009-11-23 13:39:42 +00:00
rudiments Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
rvm Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
rx Correctly pass down --mode=XXX for libtool. 2009-09-09 17:03:11 +00:00
sablecc
sapnwrfcsdk fix typo 2009-10-11 15:33:27 +00:00
scmcvs Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
scmgit Update to 1.6.6, requested by agc. 2010-01-15 10:36:41 +00:00
scmgit-base Update to 1.6.6, requested by agc. 2010-01-15 10:36:41 +00:00
scmgit-docs Update to 1.6.6, requested by agc. 2010-01-15 10:36:41 +00:00
scons Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
scons-devel Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
sdcc Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 18:48:07 +00:00
SDL bump revision for previous 2009-11-02 09:09:25 +00:00
SDL-intro-en Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
SDL-intro-ko Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
SDL_gfx Update to 2.0.20: 2009-10-31 00:04:45 +00:00
SDL_Pango s/LOCALBASE/BUILDLINK_PREFIX.SDL/ 2009-08-08 06:44:53 +00:00
SDL_ttf Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
SDLmm Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
semantic PKGREVISION bump for elisp packages because of bytecode format changes 2009-08-06 01:44:45 +00:00
semi PKGREVISION bump for elisp packages because of bytecode format changes 2009-08-06 01:44:45 +00:00
sfio Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
sgb Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
sgi-stl Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
sgi-stl-docs Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
silc-toolkit Provide --mode for libtool. 2009-10-07 18:23:19 +00:00
slib Update to 3b2 alias 3.2.2: 2009-09-09 22:56:13 +00:00
sml-mode PKGREVISION bump for elisp packages because of bytecode format changes 2009-08-06 01:44:45 +00:00
sparse user-destdir support 2009-07-08 16:09:00 +00:00
sparsehash Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 18:48:07 +00:00
spiff
splint Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
st Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 18:48:07 +00:00
stgit Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
stlport Don't use libtool without --mode argument. 2009-09-04 13:31:37 +00:00
stooop Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
subversion Version 1.6.5 2009-08-22 23:25:48 +00:00
subversion-base Fix failing configure when apr-util with db4 is used - result from 2009-09-11 14:24:54 +00:00
sunifdef
svk PkgSrc changes: 2009-04-11 23:15:19 +00:00
swig Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
syncdir Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
sysexits Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. 2009-04-09 00:48:06 +00:00
tailor Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
tavrasm Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with 2009-06-30 00:07:09 +00:00
tcl-tclcl Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
tcllib Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
teem Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
tet3 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
tig Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
tkcvs Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
tkdiff
tla Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
tmake Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
topgit Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
tpasm Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
tre Mark devel/tre and textproc/glimpse as conflicting since both install 2009-09-07 11:18:49 +00:00
treecc
trio
tvision Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
ucl Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
ucpp Make ucpp actually buildable. 2009-03-26 17:14:32 +00:00
unidiff
uno Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
valgrind Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
valide bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
vanessa_adt Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
vanessa_logger Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
vanessa_socket Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
vtcl Fix path to wish. Bump revision. 2010-01-08 12:47:44 +00:00
wide Get rid of now unnecessary EXTRACT_OPTS_ZIP. 2009-08-25 11:57:44 +00:00
xdelta
xdelta3 Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
xfce4-dev-tools Upgrading Xfce to 4.6.1. 2009-09-16 01:15:32 +00:00
xfconf Add new package: xfconf 2009-09-16 01:06:30 +00:00
xmake
xorg-util-macros Update to 1.2.2. Changes since 1.2.1: 2009-07-08 20:22:54 +00:00
xsd At least try to keep the normal environement. 2010-01-04 15:47:48 +00:00
xulrunner Fix build with Sun Sudio C++ by not including "stdbool.h" in C++ mode. 2010-01-10 09:43:06 +00:00
xxgdb
yasm Update to 0.8.0, set LICENSE. 2009-07-22 21:14:24 +00:00
z80-asm
ZenTest Update ZenTest to 4.1.4 2009-11-23 13:45:51 +00:00
zlib Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. 2009-04-09 00:48:06 +00:00
zzuf Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
Makefile Remove googletest. 2009-12-22 13:59:02 +00:00