pkgsrc/devel
adam ce017c046f Changes 1.7.12:
UI, Workflows & Features
 * Git can be told to normalize pathnames it read from readdir(3) and
   all arguments it got from the command line into precomposed UTF-8
   (assuming that they come as decomposed UTF-8), in order to work
   around issues on Mac OS.
   I think there still are other places that need conversion
   (e.g. paths that are read from stdin for some commands), but this
   should be a good first step in the right direction.
 * Per-user $HOME/.gitconfig file can optionally be stored in
   $HOME/.config/git/config instead, which is in line with XDG.
 * The value of core.attributesfile and core.excludesfile default to
   $HOME/.config/git/attributes and $HOME/.config/git/ignore respectively
   when these files exist.
 * Logic to disambiguate abbreviated object names have been taught to
   take advantage of object types that are expected in the context,
   e.g. XXXXXX in the "git describe" output v1.2.3-gXXXXXX must be a
   commit object, not a blob nor a tree.  This will help us prolong
   the lifetime of abbreviated object names.
 * "git apply" learned to wiggle the base version and perform three-way
   merge when a patch does not exactly apply to the version you have.
 * Scripted Porcelain writers now have access to the credential API via
   the "git credential" plumbing command.
 * "git help" used to always default to "man" format even on platforms
   where "man" viewer is not widely available.
 * "git clone --local $path" started its life as an experiment to
   optionally use link/copy when cloning a repository on the disk, but
   we didn't deprecate it after we made the option a no-op to always
   use the optimization.  The command learned "--no-local" option to
   turn this off, as a more explicit alternative over use of file://
   URL.
 * "git fetch" and friends used to say "remote side hung up
   unexpectedly" when they failed to get response they expect from the
   other side, but one common reason why they don't get expected
   response is that the remote repository does not exist or cannot be
   read. The error message in this case was updated to give better
   hints to the user.
 * "git help -w $cmd" can show HTML version of documentation for
   "git-$cmd" by setting help.htmlpath to somewhere other than the
   default location where the build procedure installs them locally;
   the variable can even point at a http:// URL.
 * "git rebase [-i] --root $tip" can now be used to rewrite all the
   history leading to "$tip" down to the root commit.
 * "git rebase -i" learned "-x <cmd>" to insert "exec <cmd>" after
   each commit in the resulting history.
 * "git status" gives finer classification to various states of paths
   in conflicted state and offer advice messages in its output.
 * "git submodule" learned to deal with nested submodule structure
   where a module is contained within a module whose origin is
   specified as a relative URL to its superproject's origin.
 * A rather heavy-ish "git completion" script has been split to create
   a separate "git prompting" script, to help lazy-autoloading of the
   completion part while making prompting part always available.
 * "gitweb" pays attention to various forms of credits that are
   similar to "Signed-off-by:" lines in the commit objects and
   highlights them accordingly.
2012-09-04 12:17:11 +00:00
..
accerciser Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
acme
acr Fix mdoc syntax. Bump revision. 2012-01-23 20:49:21 +00:00
acunia-jam
adocman
aegis Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
ald
allegro Pass PKGINFODIR to cmake. 2012-06-26 09:57:27 +00:00
anjuta Recursive bump for startup-notification* dependency change, requested 2012-07-15 08:22:46 +00:00
apache-ant Update devel/apache-ant to 1.8.4 2012-05-28 08:10:05 +00:00
apache-ant15
apache-ivy
apache-maven
apel Set LICENSE to "gnu-gpl-v2 OR gnu-gpl-v3". 2011-10-04 03:05:37 +00:00
apr Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
apr-util Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
apr0
arena
argp Fix build with c99 compilers 2012-07-03 18:13:47 +00:00
argtable Implicit int as return type is invalid in C++ 2012-07-03 18:16:35 +00:00
as31 Fix missing prototypes and void vs int mismatches. 2012-07-03 18:13:26 +00:00
asm2html
astyle Properly declare main. 2012-07-03 18:17:25 +00:00
at-spi Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
at-spi2-atk Update to at-spi2-atk 2.5.4 2012-07-28 18:05:59 +00:00
at-spi2-core Update to at-spi2-core 2.5.4 2012-07-28 18:00:57 +00:00
atf Update to ATF 0.16: 2012-07-10 22:02:59 +00:00
atf-libs Update to ATF 0.16: 2012-07-10 22:02:59 +00:00
atk Update to 2.4.0 2012-06-12 19:17:30 +00:00
atkmm Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
autoconf Update to 2.69: 2012-04-26 20:40:51 +00:00
autoconf213
autogen Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
automake Update to 1.12.3: 2012-08-15 20:25:05 +00:00
automake14
automoc4 Add -lrt to LDFLAGS.SunOS to make this build. Not needed on 5.11, but 2012-04-13 22:44:17 +00:00
avl
avltree Uses nroff and USE_BSD_MAKEFILE. 2012-02-16 18:10:43 +00:00
bcc Reset maintainer, developer has left the building 2012-04-15 22:00:58 +00:00
bglibs
bin86
binutils Remove makeinfo requirement, it was added back in 2003 but doesn't appear 2012-07-27 12:34:03 +00:00
bison Changes 2.6.2: 2012-08-06 06:25:02 +00:00
blame Fix build with c99 compilers 2012-07-03 18:11:38 +00:00
blib Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
bmake Make bash the default shell on SmartOS. 2012-07-24 13:18:00 +00:00
boa-constructor Fix INSTALLATION_DIRS. 2012-06-24 07:34:33 +00:00
boehm-gc Patch was accepted -- add upstream commit URL. 2012-08-27 16:41:22 +00:00
boost-build Changes 1.51.0: 2012-08-27 08:49:08 +00:00
boost-docs
boost-headers Fix hash_value() issue in boost-1.51.0 2012-08-31 12:20:56 +00:00
boost-jam Changes 1.51.0: 2012-08-27 08:49:08 +00:00
boost-libs Changes 1.51.0: 2012-08-27 08:49:08 +00:00
boost-python Changes 1.51.0: 2012-08-27 08:49:08 +00:00
bouml Update HOMEPAGE url. 2012-03-13 08:09:25 +00:00
buddy
bugzilla
bugzilla3
bullet
byacc
bzr Grammar fix. 2012-04-08 21:28:17 +00:00
bzr-explorer fix download. 2012-05-15 03:50:34 +00:00
bzr-gtk Grammar fix. 2012-04-08 21:28:17 +00:00
bzr-svn Grammar fix. 2012-04-08 21:28:17 +00:00
bzrtools Grammar fix. 2012-04-08 21:28:17 +00:00
c-cpp-reference
c4
cbrowser
ccache Update to 3.1.8: 2012-08-27 22:21:44 +00:00
cdecl
cdk
cfitsio Update to 3.290: 2011-12-17 14:55:15 +00:00
cflow
cflow-mode
cgdb Update to 0.6.5. From Peter Tworek on pkgsrc-users. 2011-09-08 19:46:30 +00:00
check
chmlib
chrpath
clib
clisp-pcre Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
clisp-syscalls devel/clisp-syscalls: Add gettext-lib buildlink for DragonFly 2011-12-02 20:47:04 +00:00
clisp-wildcard devel/clisp-wildcard: Add gettext-lib buildlink for DragonFly 2011-12-02 20:47:49 +00:00
clisp-zlib devel/clisp-lib: Add gettext-lib buildlink for DragonFly 2011-12-02 20:49:10 +00:00
cmake devel/cmake: Update from 2.8.8 to 2.8.9 2012-08-11 11:10:54 +00:00
cmake-fedora put DISTFILES to MASTER_SITE_BACKUP, no need to use MASTER_SITE_LOCAL. 2011-12-07 10:43:58 +00:00
cmake-mode
cmph Make loop finite. Bump revision. 2012-04-17 17:41:40 +00:00
coccinelle Fix build with clang. 2012-04-22 20:29:47 +00:00
coconut Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
codeville All supported python versions in pkgsrc support eggs, so remove 2012-04-08 20:21:41 +00:00
cogito Remove GNU_PROGRAM_PREFIX variable (discussed in pkgsrc-users@) 2012-05-29 22:58:52 +00:00
colordiff
compiz-bcop Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
compizconfig-backend-gconf Recursive bump for startup-notification* dependency change, requested 2012-07-15 08:22:46 +00:00
confuse
cook
cppcheck Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
cppunit Update to 1.13.0 from new upstream. 2012-08-12 16:01:34 +00:00
cproto
cpuflags
cqual devel/cqual: Fix for modern gcc 2011-12-02 20:50:31 +00:00
cscope
cssc
ctemplate Fix build on NetBSD-current. 2011-09-29 18:25:13 +00:00
cunit
cut
cutter Update cutter to 1.2.1. 2012-08-19 07:44:01 +00:00
cvs2cl
cvs2html
cvs2p4
cvs2svn Bump PKGREVISION for python default version change to 2.7. 2012-03-09 12:33:57 +00:00
cvsclone
cvsd Update to 1.0.23: 2012-05-18 03:21:06 +00:00
cvsdiff2patch
cvsgraph Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
cvslock
cvsps Make this work with our cvs which prints out an extra line in version 2012-06-29 14:59:24 +00:00
cvsup Mark packages with no staged installation support explicitly (PKG_DESTDIR_SUPPORT=none). 2012-08-14 17:07:55 +00:00
cvsup-bin cvsup.no.netbsd.org is gone (NXDOMAIN), provide sample supfile for 2012-02-07 09:39:16 +00:00
cvsup-gui
cvsup-gui-bin
cvsutils
cvsync Fix build on SunOS (previous commit was incomplete). 2012-02-16 18:35:02 +00:00
cxref Patch the lexer to ignore _Pragma(). 2011-10-13 22:11:26 +00:00
darcs Mark packages with no staged installation support explicitly (PKG_DESTDIR_SUPPORT=none). 2012-08-14 17:07:55 +00:00
darts Add missing devel/zlib buildlink. 2011-11-26 04:39:19 +00:00
dconf update to 0.12.1 2012-08-01 11:28:59 +00:00
dconf-editor sync w/ base pkg 2012-08-01 11:29:55 +00:00
ddd PKGREV bump for libXp-less openmotif 2011-12-09 14:36:32 +00:00
dejagnu
dev86 Fix function declaration to match usage. 2012-05-04 16:08:49 +00:00
devhelp Recursive bump for startup-notification* dependency change, requested 2012-07-15 08:22:46 +00:00
device-driver-doc-de
devIL Don't use -std=gnu99 when compiling C++ code. Don't use restrict in C++ 2012-07-09 19:16:33 +00:00
dia2code Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
diffuse Bump PKGREVISION from default python to 2.7. 2012-03-15 11:53:20 +00:00
diffutils Add symlinks in gnu/man/man1/ 2012-06-02 08:18:35 +00:00
distcc
distcc-pump Bump PKGREVISION from default python to 2.7. 2012-03-15 11:53:20 +00:00
distccmon-gnome Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
distccmon-gtk Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
dlcompat Add CONFLICTS with new man-pages package. For details, see 2012-05-12 07:37:50 +00:00
dmake
dmalloc
doc++ Fix build on SunOS. 2012-02-16 18:36:34 +00:00
dotconf
doxygen update to 1.8.2 2012-08-30 07:57:51 +00:00
doxymacs Fix build with C99 compiler. 2012-06-25 11:18:39 +00:00
easygit
eclipse Convert to USE_TOOLS=zip. 2012-01-14 02:09:35 +00:00
ecore Add PLIST.Linux 2012-06-26 08:52:22 +00:00
edcommon Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
eet Fix merge error 2011-12-07 15:15:53 +00:00
eina Update to eina-1.1.0. Includes 2 years of changes, like better Unicode 2011-12-05 17:14:52 +00:00
electric-fence Add gcc memory barriers after the manner of emacs20's patch-bm, for 2012-06-16 07:46:55 +00:00
elf Add @LDFLAGS@ the CFLAGS make variable so it gets used in the link commands. 2011-10-31 19:21:47 +00:00
elfsh - Work around symbol name conflict with dprintf in current. 2011-10-02 23:50:56 +00:00
elftoolchain Force MKPROFILE=yes to prevent plist divergence. It seems that in a 2011-11-26 19:59:58 +00:00
elib
emacs-ilisp Missing one file for emacs23nox. 2011-10-09 02:18:16 +00:00
emacs20-elib
epydoc All supported python versions in pkgsrc support eggs, so remove 2012-04-08 20:21:41 +00:00
equeue Do previous correctly; it's MAKE_ENV, not BUILD_ENV. 2012-06-21 04:51:57 +00:00
eric3 Bump PKGREVISION from default python to 2.7. 2012-03-15 11:53:20 +00:00
eric4 update to 4.5.5 2012-08-13 17:39:49 +00:00
error Uses cdefs. 2012-03-02 16:25:39 +00:00
ethos Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
ETL
etrace Bump PKGREVISION from default python to 2.7. 2012-03-15 11:53:20 +00:00
exctags
exempi Revbump after updating boost 2012-07-02 13:37:35 +00:00
ExmanIDE Bump PKGREVISION from default python to 2.7. 2012-03-15 11:53:20 +00:00
fann
fann-devel
fastdep
ffcall
fhist
flex Do not build and install flex.pdf, too many dependencies for such 2012-08-01 13:12:36 +00:00
flexdock
flim Set LICENSE to "gnu-gpl-v2 OR gnu-gpl-v3". 2011-10-04 03:05:37 +00:00
florist devel/florist: fix lint errors 2012-07-15 11:52:57 +00:00
fortran-utils Fix build. 2011-10-02 23:12:06 +00:00
fossil Updated fossil from 1.22 to 1.23. 2012-08-12 23:36:44 +00:00
frama-c Recursive bump for startup-notification* dependency change, requested 2012-07-15 08:22:46 +00:00
fromcvs Bump PKGREVISION reflecting the default Ruby's version change. 2012-03-22 14:25:25 +00:00
ftnchek Convert packages with add --libdir=* to CONFIGURE_ARGS to use 2012-01-17 21:43:18 +00:00
g-wrap not MAKE_JOBS_SAFE 2012-05-23 23:11:56 +00:00
GConf Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
GConf-ui Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
gconfmm Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
gcvs Recursive PKGREVISION bump for tcl and tk upgrade to 8.5.12 2012-08-21 23:49:18 +00:00
gdb Add missing mk/termcap buildlink. 2011-12-17 10:15:08 +00:00
gdb6 Convert packages with add --libdir=* to CONFIGURE_ARGS to use 2012-01-17 21:43:18 +00:00
gdbada Mark packages with no staged installation support explicitly (PKG_DESTDIR_SUPPORT=none). 2012-08-14 17:07:55 +00:00
gdbus-codegen devel/gdbus-codegen: USE_TOOLS+= msgfmt 2012-07-15 00:28:09 +00:00
gdl Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
geany Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
generate Don't need PKGREVISION for new version. 2011-09-16 17:27:07 +00:00
gentle
gettext Fix conflict with other gettext packages 2011-10-20 10:22:51 +00:00
gettext-asprintf
gettext-lib devel/gettext-lib: Change buildlink location of libintl.h 2012-09-02 14:08:38 +00:00
gettext-m4 Put back the 3 macro files lost in the previous update that are needed by 2011-12-27 21:18:05 +00:00
gettext-tools Add missing mk/termcap buildlink. 2011-12-17 10:15:08 +00:00
gflib
giblib Revbump for 2012-02-06 12:39:49 +00:00
gindent Add symlink gnu/man/man1/indent.1 2012-06-02 08:05:59 +00:00
gitolite Derive gitolite's PKGNAME from its DISTNAME. 2012-02-13 17:14:13 +00:00
glade Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
glade3 Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
glib
glib2 darwin-iconv hack is only required for the case using native libiconv. 2012-07-25 13:17:08 +00:00
glibmm Changes 2.32.1: 2012-09-03 10:15:36 +00:00
global
gmake Add symlink gnu/man/man1/make.1 2012-06-02 07:57:21 +00:00
gmock
gmp update to 5.0.5 2012-05-11 14:08:59 +00:00
gmtk Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
gnatpython All supported python versions in pkgsrc support eggs, so remove 2012-04-08 20:21:41 +00:00
gnome-build Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
gnome-common
gnustep-base fix build with gnitls-3 2012-07-06 15:09:44 +00:00
gnustep-examples
gnustep-make Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
gnustep-objc Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
gnustep-objc-lf2 Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
gob2 Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
gobject-introspection MirBSD has a 64-bit time_t. 2012-05-18 14:38:56 +00:00
googletest bump PKGREVISION from python default change to 2.7. 2012-03-10 10:56:12 +00:00
Gorm
gperf
gprbuild-aux devel/gprbuild-aux: Remove old patches 2012-07-08 20:11:09 +00:00
gps devel/gps: Build with USE_LANGUAGES+= ada 2012-07-08 20:23:50 +00:00
gputils
gsoap devel/gsoap: Fix socketlen_t for DragonFly 2011-12-02 20:52:50 +00:00
gst-plugins0.10-pango Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
gtexinfo Fix the interpretter of texi2dvi, it is a true Bash script. 2012-03-09 14:28:19 +00:00
gtl Fix build with newer GCC 2011-11-25 21:44:06 +00:00
guile-fcgi
guile-gnome Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
guile-gtk Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
guile-lib
guile-slib
guile-www Update to 2.32: 2011-09-12 21:36:45 +00:00
guile16-gtk Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
haskell-mode
hdf Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
hdf5 Fix build on SunOS. 2012-02-16 18:45:59 +00:00
hdf5-c++ Import devel/hdf5-c++ version 1.8.7. 2011-10-07 10:42:18 +00:00
heirloom-getopt
heirloom-libcommon Attempt to fix a build failure of heirloom-libcommon 2011-11-24 21:02:42 +00:00
heirloom-what
hg-git Bump PKGREVISION from default python to 2.7. 2012-03-15 11:53:20 +00:00
hoe Update hoe to 3.0.8. 2012-09-03 15:34:58 +00:00
hptools Add missing INSTALLATION_DIRS. 2012-06-24 07:36:17 +00:00
ht
hugs-HUnit
hugs-unix
idiff Avoid core-dumping with NetBSD/amd64 5.99.56 and later (i.e. gcc 4.5) 2011-12-05 02:14:40 +00:00
idutils
imake Require hacks for fixing autoconf + space in variable name issue. 2012-06-09 07:00:46 +00:00
intel2gas
isect
its4
jam
java-subversion Recursive bump from icu shlib major bumped to 49. 2012-04-27 12:31:32 +00:00
javacc
javadeps
jenkins Update to 1.447.2 2012-07-13 18:41:45 +00:00
jflex
js2-mode Appears to work fine with emacs24 2012-08-22 03:44:50 +00:00
js_of_ocaml Update to latest tarball from upstream. They didn't change the name, 2012-07-20 20:08:25 +00:00
kdbg Add desktopdb.mk and bump PKGREVISION for 118 packages as reported by 2012-07-01 19:05:10 +00:00
kdesdk3 Update PLIST.kmtrace. 2012-06-26 02:47:22 +00:00
kdesdk4 Recursive bump from boost-libs update. 2012-08-29 11:22:09 +00:00
kdevelop
kdevelop-base Fix C++ issues like missing typename and shadowing of a local variable 2012-06-25 11:21:34 +00:00
kdevelop4 Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
kdevplatform Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
kdiff3 Add desktopdb.mk and bump PKGREVISION for 118 packages as reported by 2012-07-01 19:05:10 +00:00
kdiff3-kde3 Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
ko-po-check Bump PKGREVISION from default python to 2.7. 2012-03-15 11:53:20 +00:00
kscope Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
kyua-atf-compat These packages are all modified-bsd, not 2-clause-bsd. 2012-07-19 18:30:18 +00:00
kyua-cli These packages are all modified-bsd, not 2-clause-bsd. 2012-07-19 18:30:18 +00:00
lcc
lcov
ldapsdk Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
ldpc
lemon
lettuce Remove python24 and all traces of it from pkgsrc. 2012-04-08 19:08:44 +00:00
libarena
libargparse Fix missing prototypes errors with newer GCC 2011-11-22 18:04:58 +00:00
libast Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
libatomic_ops Correct the path to libatomic_ops. 2011-10-04 21:44:29 +00:00
libbegemot
libbinio
libblkid
libbonobo Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
libbonoboui revert addition of desktopdb.mk where it was unnecessary 2012-07-02 10:33:09 +00:00
libcfg+ Update master site URL and home page. 2012-04-04 17:58:24 +00:00
libcompizconfig Recursive bump for startup-notification* dependency change, requested 2012-07-15 08:22:46 +00:00
libconfig
libctl
libdaemon
libdatrie Fix build on SunOS. 2012-02-16 18:45:59 +00:00
libdbusmenu-qt Make sure build finds the correct qmake. 2012-06-09 22:54:47 +00:00
libdnsres Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
libdockapp
libebml update to 1.2.2 2011-10-07 18:59:39 +00:00
libelf
libetm
libev Convert packages with add --libdir=* to CONFIGURE_ARGS to use 2012-01-17 21:43:18 +00:00
libevent Update libevent to 2.0.19. 2012-07-13 15:52:54 +00:00
libextractor Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
libf2c
libffi Apply fix from http://gcc.gnu.org/ml/java-patches/2010-q1/msg00058.html 2012-05-30 09:13:16 +00:00
libfirm
libFoundation devel/libFoundation: Fix gethostbyXXXX_r functions on DragonFly 2012-07-20 23:46:44 +00:00
libFoundation-examples
libftdi Update to libftdi-0.19. 2011-11-17 18:17:48 +00:00
libgail-gnome Recursive bump for startup-notification* dependency change, requested 2012-07-15 08:22:46 +00:00
libgcroots
libgee update to 0.6.5 2012-08-09 18:54:12 +00:00
libgetopt Add CONFLICTS with new man-pages package. For details, see 2012-05-12 07:37:50 +00:00
libglade Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
libglademm Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
libgnome Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
libgnomemm Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
libgnomeui Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
libgnomeuimm Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
libgphoto2 update to 2.4.14 2012-07-02 16:08:29 +00:00
libgsf Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
libgweather Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
libhfs
libiberty Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
libidn Update to 1.25: 2012-05-29 14:43:06 +00:00
libinotify Mark this NOT_FOR solaris. 2012-06-23 19:08:01 +00:00
libixp
libjit Remove the section from configure that adds the gcc multi_os_directory to 2012-01-26 02:59:53 +00:00
libjudy Update my email 2011-10-09 10:02:44 +00:00
libltdl
libmaa Update to 1.3.2 2012-07-22 15:36:03 +00:00
libmatchbox Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
libmcs
libmemcache Fix int types for SunOS. 2012-03-09 13:48:37 +00:00
libmemcached Fix backtrace(3) usage on NetBSD 2012-07-09 19:08:46 +00:00
libmemmgr
libmimedir
libmm
libmowgli
libmtp Update libmtp to version 1.1.3 2012-08-14 21:00:46 +00:00
libnet10
libnet11 Fix messed up inline usage. 2012-05-04 16:11:02 +00:00
libnjb Add missing mk/curses buildlink. 2011-12-17 10:15:16 +00:00
libntlm
liboil
liboop
libosip updated version to 3.6.0 in buildlink3.mk file 2011-12-19 13:04:45 +00:00
libowfat
libpeas devel/libpeas: USE_TOOLS+= msgfmt 2012-08-28 07:57:31 +00:00
libpgm Initial import of libpgm-5.1.118 into the Packages Collection 2011-12-02 05:25:12 +00:00
libportlib
libproplist
librfuncs
librlog more specific homepage 2012-07-28 21:23:17 +00:00
librsync
librxspencer Update my email 2011-10-09 10:02:44 +00:00
libsexy Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
libsexymm Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
libsigc++ Update libsigc++ to 2.2.10. 2012-02-05 08:40:46 +00:00
libsigc++1
libsigsegv
libslang
libslang2 Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
libsmi
libstash
libstatgrab
libstree
libstroke remove obsolete tcl dependency, ride on last night's unnecessary revbump 2012-08-22 20:39:48 +00:00
libtai Don't bother with catpages. Bump revision. 2012-03-06 23:25:18 +00:00
libtar
libtecla Uses tputs(3) and others. Require termcap, bump package revision. 2012-07-02 17:27:23 +00:00
libthai Update libthai to 0.1.16. 2011-12-06 11:21:11 +00:00
libthrift Recursive bump from boost-libs update. 2012-08-29 11:22:09 +00:00
libtool Add a special case for f77 on MirBSD. This is what the wrapper scripts call 2012-07-26 12:04:03 +00:00
libtool-base Add a special case for f77 on MirBSD. This is what the wrapper scripts call 2012-07-26 12:04:03 +00:00
libtool-info
libts
libusb Note conflict with libusb-compat. 2012-05-30 15:48:21 +00:00
libusb-compat Depend on libusb1. Requested by upstream maintainer, Peter Stuge. 2012-05-31 11:58:12 +00:00
libusb1 devel/libusb1: Mark NOT-FOR-DRAGONFLY 2012-07-20 11:30:00 +00:00
libusbx devel/libusbx: Mark NOT-FOR-DRAGONFLY 2012-07-20 11:30:51 +00:00
libuuid Fix libdladm link error on SunOS. 2012-01-11 13:28:45 +00:00
libuxre Update my email 2011-10-09 10:02:44 +00:00
libview Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
libvolume_id Add MirBSD support to patches, fix build. 2012-06-27 09:24:26 +00:00
libwhisker2
libwnck Recursive bump for startup-notification* dependency change, requested 2012-07-15 08:22:46 +00:00
libxenserver Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
lincvs Fix build with newer GCC versions 2011-11-22 18:09:31 +00:00
lmdbg Update to 1.1.0 2012-09-02 18:48:19 +00:00
locktests
log4cplus Added buildlink3.mk 2012-01-23 11:50:38 +00:00
log4cxx Recursive bump for devel/apr buildlink addition. 2011-12-02 07:13:48 +00:00
log4shib
ltsa
lua-alt-getopt Update my email 2011-10-09 10:02:44 +00:00
lua-filesystem
lua-lrexlib Update my email 2011-10-09 10:02:44 +00:00
lua-lrexlib-onig Update my email 2011-10-09 10:02:44 +00:00
lua-lrexlib-pcre Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
lua-lrexlib-posix Update my email 2011-10-09 10:02:44 +00:00
lua-mode Update my email 2011-10-09 10:02:44 +00:00
lua-stdlib Update my email 2011-10-09 10:02:44 +00:00
lua-stdlib-doc
lutok These packages are all modified-bsd, not 2-clause-bsd. 2012-07-19 18:30:18 +00:00
lwp
m4 Add symlink gnu/man/man1/m4 2012-06-02 07:51:04 +00:00
m17n-lib Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
mad-flute Not MAKE_JOBS_SAFE. 2012-05-05 13:53:58 +00:00
makedepend Require hacks for fixing autoconf + space in variable name issue. 2012-06-09 07:00:46 +00:00
makedepf90
maketool
man-pages Set NO_BUILD as this package only installs files. 2012-08-06 08:35:51 +00:00
mantis Use ${RM} -f to avoid failure if no files are found to be removed. 2012-02-02 09:59:39 +00:00
matio
mdds Recursive bump from boost-libs update. 2012-08-29 11:22:09 +00:00
meld Update to 1.6.0: 2012-05-03 22:58:01 +00:00
mell
memcached Fix building with DTrace support by adding a missing DTrace probe. 2012-06-08 11:48:04 +00:00
menhir Recursive bump for lang/ocaml buildlink addition. 2011-12-06 00:19:21 +00:00
mercurial Update to 2.3.1: 2012-09-02 10:02:49 +00:00
mico Delete throw.h.orig at pre-install time; otherwise it gets installed and 2011-12-05 13:53:07 +00:00
mk-configure Update to 0.23.0 2012-07-22 13:00:41 +00:00
mkcmd
mono-addins Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
mono-tools Bump PKGREVISION for fix in librsvg/buildlink3.mk. 2012-08-13 14:25:37 +00:00
monodevelop Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
monodevelop-database Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
monotone Add inet6 to default suggested options. It's 2012. 2012-06-12 15:45:54 +00:00
monotone-server The time has come to say bye to monotone. Remove myself as maintainer, as 2012-02-27 22:46:54 +00:00
monotone-viz Recursive bump for startup-notification* dependency change, requested 2012-07-15 08:22:46 +00:00
mph
mr Update to 1.13. From the changelog: 2012-08-27 21:58:49 +00:00
msgpack Update msgpack to 0.5.7. 2011-09-04 02:57:11 +00:00
nana
nant Recursive bump from icu shlib major bumped to 49. 2012-04-27 12:31:32 +00:00
nasm MAKE_JOBS_SAFE=NO 2011-11-18 08:06:09 +00:00
nbitools Needs USE_TOOLS perl:run. PKGREVISION -> 6. 2011-10-02 22:49:49 +00:00
nbpatch
ncc Bump PKGREVISION from default python to 2.7. 2012-03-15 11:53:20 +00:00
ncurses Fix ncurses/ncursesw build on SunOS and GCC>=4.6 2012-06-08 13:21:10 +00:00
ncursesw fixes detection for ncurses dependency patterns for the case ncursesw package 2012-02-18 10:19:04 +00:00
netbeans-ide
netbsd-iscsi-lib bring over patch from -current sources from Gregor Riepl 2011-12-14 07:30:42 +00:00
netcdf Changes 4.1.3: 2012-03-07 16:11:29 +00:00
newfile
noweb
npapi-sdk Import npapi-sdk-0.27 as devel/npapi-sdk. 2011-12-17 14:11:07 +00:00
nqc Use valid compiler opations. Should fix clang build. 2012-04-22 21:42:42 +00:00
nsis Fix build with modern GCC 2011-11-25 21:49:17 +00:00
nspr Bump PKGREVISION 2012-08-28 13:29:15 +00:00
nspr-reference
nss Add -lnssutil3 to the nss.pc library list. Other libraries (E.g. nss3) have 2012-09-03 00:54:00 +00:00
ObjectiveLib
ocaml-deriving-ocsigen Import ocaml-deriving-ocsigen-0.3c as devel/ocaml-deriving-ocsigen. 2012-07-11 15:33:51 +00:00
ocaml-findlib Update to 1.3.3, from maintainer Jaap Boender in PR 46796: 2012-08-14 06:56:21 +00:00
ocaml-lwt Update to 2.4.0, from Jaap Boender in PR 46798: 2012-08-15 08:21:33 +00:00
ocaml-react Update to 0.9.4, provided by Jaap Boender in PR 46806: 2012-08-16 11:49:30 +00:00
ode Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
ogre Revbump for 2012-02-06 12:39:49 +00:00
omake Recursive bump for lang/ocaml buildlink addition. 2011-12-06 00:19:21 +00:00
opal Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
opencm Patch out YY_PROTO, which is no longer provided by recent flex. 2012-01-02 03:42:32 +00:00
opengrok Recursive bump from icu shlib major bumped to 49. 2012-04-27 12:31:32 +00:00
orc update to 0.4.16 2011-11-17 12:45:06 +00:00
ossp-uuid
p4 p4-2006.1 is not available for Linux-*-x86_64 2012-02-18 06:32:57 +00:00
p4-docs
p4d
p4pr
p4web
p5-accessors
p5-Acme-PlayCode
p5-Algorithm-Annotate
p5-Algorithm-C3
p5-Algorithm-CheckDigits
p5-Algorithm-Dependency
p5-Algorithm-Diff
p5-Algorithm-HowSimilar
p5-Algorithm-Merge
p5-Algorithm-Permute Initial import of p5-Algorithm-Permute-0.12: 2012-05-03 07:18:59 +00:00
p5-aliased
p5-AnnoCPAN-Perldoc
p5-Any-Moose Update package for CPAN module Any::Moose in devel/p5-Any-Moose from 2011-11-15 12:49:16 +00:00
p5-AnyEvent Updated devel/p5-AnyEvent to 6.130 2012-03-04 13:56:38 +00:00
p5-AnyEvent-AIO
p5-AnyEvent-IRC
p5-AnyEvent-XMPP Import p5-AnyEvent-XMPP 2012-04-12 23:57:24 +00:00
p5-App-Cache
p5-App-CLI
p5-App-Cmd Updating package for CPAN distribution App::Cmd in devel/p5-App-Cmd 2012-05-11 12:51:30 +00:00
p5-App-cpanminus Update to 1.5017 2012-08-20 12:45:25 +00:00
p5-App-cpanoutdated Update p5-App-cpanoutdated to 0.20. 2012-02-10 12:27:03 +00:00
p5-App-FatPacker
p5-App-perlbrew Updated devel/p5-App-perlbrew to 0.41 2012-03-04 14:04:31 +00:00
p5-AppConfig
p5-AppConfig-Std
p5-Array-Compare Updating package for CPAN module Array::Compare in devel/p5-Array-Compare 2012-02-20 12:26:17 +00:00
p5-Array-Diff
p5-Array-RefElem
p5-asa
p5-Async-Interrupt
p5-AtExit
p5-Attribute-Handlers Updating package for CPAN module Attribute::Handlers in 2012-02-20 12:29:17 +00:00
p5-Attribute-Lexical
p5-autobox
p5-autobox-Core
p5-Autodia Import p5-Autodia-2.14 as devel/p5-Autodia. 2012-07-07 18:06:33 +00:00
p5-autodie Updating package for Perl 5 pragma autodie in devel/p5-autodie from 2012-07-06 13:47:44 +00:00
p5-AutoLoader Updating package for CPAN module AutoLoader in devel/p5-AutoLoader from 2012-02-20 12:33:00 +00:00
p5-AutoXS-Header
p5-B-Compiling
p5-B-Hooks-EndOfScope Updated devel/p5-B-Hooks-EndOfScope to 0.11 2012-03-04 14:11:05 +00:00
p5-B-Hooks-OP-Annotation
p5-B-Hooks-OP-Check Update p5-B-Hooks-OP-Check to 0.19. 2011-11-11 07:45:28 +00:00
p5-B-Hooks-OP-Check-EntersubForCV Updating package for Perl5 module B::Hooks::OP::Check::EntersubForCV from 2012-03-22 08:54:49 +00:00
p5-B-Hooks-OP-Check-StashChange
p5-B-Hooks-OP-PPAddr
p5-B-Hooks-Parser Updating package for CPAN distribution B::Hooks::Parser in 2012-02-16 06:23:36 +00:00
p5-B-Keywords Updating package for CPAN distribution B::Keywords in devel/p5-B-Keywords 2012-02-16 06:26:23 +00:00
p5-B-Utils Updating package for CPAN module B::Utils in devel/p5-B-Utils from 0.19 to 2012-04-10 14:00:26 +00:00
p5-BackPAN-Index
p5-Bit-Vector Updating package for Perl5 module Bit::Vector from CPAN in 2012-03-22 09:10:31 +00:00
p5-boolean Update p5-boolean to 0.28. 2011-12-09 02:08:33 +00:00
p5-BSD-Resource
p5-Cache
p5-Cache-Cache
p5-Cache-FastMmap Updating package for Perl5 module Cache::FastMmap from CPAN in 2012-03-22 13:42:32 +00:00
p5-Cache-Memcached
p5-Cache-Simple-TimedExpiry
p5-capitalization
p5-Capture-Tiny Updating package for CPAN module Capture::Tiny in devel/p5-Capture-Tiny 2012-05-11 12:55:35 +00:00
p5-Carp-Assert
p5-Carp-Assert-More
p5-Carp-Clan
p5-Carp-REPL
p5-Check-ISA Import p5-Check-ISA-0.04 as devel/p5-Check-ISA. 2012-02-25 05:15:27 +00:00
p5-CLASS
p5-Class-Accessor
p5-Class-Accessor-Chained
p5-Class-Accessor-Grouped Changing all PERL5_MODULE_TYPE from Module::Install to M::I::Bundled, 2012-09-03 11:16:19 +00:00
p5-Class-Accessor-Lite Import perl module Class::Accessor::Lite into devel/p5-Class-Accessor-Lite 2011-10-27 07:56:16 +00:00
p5-Class-Accessor-Named
p5-Class-Adapter
p5-Class-Autouse Updating package for Perl5 package Class::Autouse from CPAN in 2012-03-22 13:44:32 +00:00
p5-Class-Base Updating package for Perl5 module Class::Base from CPAN in devel/p5-Class-Base 2012-03-22 13:48:41 +00:00
p5-Class-C3 Updating package for Perl 5 module Class::C3 in devel/p5-Class-C3 from 2012-07-06 09:11:22 +00:00
p5-Class-C3-Adopt-NEXT
p5-Class-C3-Componentised Remove "WWW: URL" from DESCR. Common in FreeBSD ports, but in pkgsrc the 2012-07-21 20:07:59 +00:00
p5-Class-C3-XS
p5-Class-Container
p5-Class-Data-Accessor Remove "WWW: URL" from DESCR. Common in FreeBSD ports, but in pkgsrc the 2012-07-21 20:07:59 +00:00
p5-Class-Data-Inheritable
p5-Class-ErrorHandler
p5-Class-Factory
p5-Class-Factory-Util
p5-Class-Field
p5-Class-Fields
p5-Class-Gomor
p5-Class-Inner
p5-Class-InsideOut
p5-Class-Inspector Updating package for CPAN distribution Class::Inspector in 2012-03-05 13:26:06 +00:00
p5-Class-ISA Remove HOMEPAGE url from DESCR. 2012-01-12 02:00:38 +00:00
p5-Class-Load Updating package for Perl 5 module Class::Load in devel/p5-Class-Load 2012-07-06 09:23:10 +00:00
p5-Class-Load-XS Updating package for CPAN distribution Class::Load::XS in 2012-03-08 10:07:43 +00:00
p5-Class-Loader
p5-Class-MakeMethods
p5-Class-Method-Modifiers Updating package for Perl 5 module Class::Method::Modifiers in 2012-07-06 14:18:02 +00:00
p5-Class-MethodMaker
p5-Class-Mix Updated to 0.005 2012-02-01 19:27:56 +00:00
p5-Class-ObjectTemplate
p5-Class-OOorNO
p5-Class-ReturnValue
p5-Class-Singleton
p5-Class-Std
p5-Class-Throwable
p5-Class-Trigger
p5-Class-Unload
p5-Class-Virtual
p5-Class-WhiteHole
p5-Class-XML
p5-Class-XPath
p5-Class-XSAccessor Updated to 1.13 2012-02-01 19:30:42 +00:00
p5-Clone
p5-Clone-Fast Updating package for Perl5 module Clone::Fast from CPAN in 2012-03-22 14:01:02 +00:00
p5-Clone-PP
p5-common-sense Update to 3.5: 2012-04-22 10:51:17 +00:00
p5-Compress-PPMd
p5-Compress-Raw-Bzip2 Update to 2.055 2012-09-02 12:47:43 +00:00
p5-Compress-Raw-Zlib Update to 2.056 2012-09-02 12:56:00 +00:00
p5-Config-Any
p5-Config-Auto Updating package for CPAN module Config::Auto in devel/p5-Config-Auto 2012-04-10 13:17:50 +00:00
p5-Config-AutoConf p5-ExtUtils-CBuilder included in base perl >= 5.14.1 2012-03-11 04:18:51 +00:00
p5-Config-Find
p5-Config-General Update to 2.51 2012-09-02 13:03:05 +00:00
p5-Config-GitLike Update to 1.09 2012-09-02 13:08:49 +00:00
p5-Config-Grammar Import p5-Config-Grammar version 1.10, needed by the upcoming smokeping 2012-02-02 18:50:08 +00:00
p5-Config-INI Updated to 0.019 2012-02-01 20:44:01 +00:00
p5-Config-IniFiles Updating package for Perl 5 module Config::IniFiles in 2012-07-06 09:02:30 +00:00
p5-Config-MVP Importing package for Perl 5 module Config::MVP version 2.200002 2012-07-05 12:36:49 +00:00
p5-Config-MVP-Reader-INI Importing package for Perl 5 module Config::MVP::Reader::INI version 2.101461 2012-07-05 17:10:48 +00:00
p5-Config-Properties Import p5-Config-Properties-1.73 as devel/p5-Config-Properties. 2012-03-08 11:20:04 +00:00
p5-Config-Std
p5-Config-Tiny
p5-Const-Fast Updating package for CPAN distribution Const::Fast in devel/p5-Const-Fast 2012-03-08 09:39:46 +00:00
p5-constant
p5-Context-Preserve
p5-Contextual-Return Updating package for CPAN module Contextual::Return in 2012-05-31 09:21:26 +00:00
p5-Coro Update p5-Coro to 6.07. 2011-12-09 02:08:56 +00:00
p5-CPAN
p5-CPAN-Checksums Updating package for CPAN::Checksums in devel/p5-CPAN-Checksums from 2.07 2012-02-18 10:26:21 +00:00
p5-CPAN-DistnameInfo
p5-CPAN-FindDependencies
p5-CPAN-Inject
p5-CPAN-Meta Updating package for Perl 5 module CPAN::Meta in devel/p5-CPAN-Meta from 2012-07-05 16:40:18 +00:00
p5-CPAN-Meta-Requirements fixing typo (<= into <), bumping revision 2012-07-05 16:36:45 +00:00
p5-CPAN-Meta-YAML Updating package for Perl5 module CPAN::Meta::YAML from CPAN in 2012-03-22 13:40:07 +00:00
p5-CPAN-Perl-Releases Update to 0.68 2012-09-02 03:34:54 +00:00
p5-CPAN-Reporter Updated to 1.2006 2012-09-02 04:31:42 +00:00
p5-CPAN-Uploader Importing package for CPAN module CPAN::Uploader version 0.103001 into 2012-07-05 09:28:41 +00:00
p5-Curses
p5-Curses-UI Update p5-Curses-UI to 0.9609. 2011-11-25 05:53:12 +00:00
p5-Curses-UI-POE
p5-Data-Alias Revert unintended commit. 2012-07-07 18:07:25 +00:00
p5-Data-Buffer
p5-Data-Compare
p5-Data-Denter
p5-Data-Dump Updated to 1.21 2012-01-26 18:45:10 +00:00
p5-Data-Dump-Streamer
p5-Data-Dumper-Concise
p5-Data-Dumper-Names
p5-Data-Hierarchy
p5-Data-Integer Import perl module Data::Integer into devel/p5-Data-Integer, to prepare 2011-10-21 10:05:45 +00:00
p5-Data-MessagePack Not MAKE_JOBS_SAFE 2012-03-14 23:09:38 +00:00
p5-Data-OptList
p5-Data-Page
p5-Data-Pageset
p5-Data-Peek Update to 0.38 2012-09-02 13:20:25 +00:00
p5-Data-Section
p5-Data-Section-Simple Import Data::Section::Simple into devel/p5-Data-Section-Simple, 2011-11-13 04:46:58 +00:00
p5-Data-Serializer
p5-Data-ShowTable
p5-Data-Taxi
p5-Data-TemporaryBag
p5-Data-UUID Update to 1.218 2012-09-02 13:50:30 +00:00
p5-Data-Visitor Updating package for Perl 5 module Data::Visitor from CPAN in 2012-07-18 09:12:21 +00:00
p5-Date-Business
p5-Date-Calc
p5-Date-Calc-XS
p5-Date-Manip Update to 6.31: 2012-04-22 10:48:26 +00:00
p5-Date-Simple
p5-Debug-Client Changing all PERL5_MODULE_TYPE from Module::Install to M::I::Bundled, 2012-09-03 11:16:19 +00:00
p5-Declare-Constraints-Simple
p5-Devel-Autoflush
p5-Devel-BeginLift Changing all PERL5_MODULE_TYPE from Module::Install to M::I::Bundled, 2012-09-03 11:16:19 +00:00
p5-Devel-Caller
p5-Devel-CheckLib Re-import devel/p5-Devel-Checklib into devel/p5-Devel-CheckLib to match 2011-11-23 11:39:46 +00:00
p5-Devel-CheckOS
p5-Devel-Cover
p5-Devel-Cycle
p5-Devel-Declare Changing all PERL5_MODULE_TYPE from Module::Install to M::I::Bundled, 2012-09-03 11:16:19 +00:00
p5-Devel-Dumpvar
p5-Devel-ebug
p5-Devel-EvalContext
p5-Devel-Events
p5-Devel-Events-Objects
p5-Devel-FindRef
p5-Devel-Gladiator
p5-Devel-GlobalDestruction Update to 0.08 2012-08-08 12:18:15 +00:00
p5-Devel-Leak-Object
p5-Devel-LexAlias
p5-Devel-NYTProf
p5-Devel-PartialDump
p5-Devel-PatchPerl Updated to 0.62 2012-01-26 15:48:30 +00:00
p5-Devel-PPPort Update p5-Devel-PPPort to 3.20. 2011-11-21 08:44:48 +00:00
p5-Devel-Pragma Importing package for CPAN module Devel::Pragma 0.54 into 2011-11-15 14:24:44 +00:00
p5-Devel-Profile
p5-Devel-Refactor
p5-Devel-REPL Changing all PERL5_MODULE_TYPE from Module::Install to M::I::Bundled, 2012-09-03 11:16:19 +00:00
p5-Devel-Size
p5-Devel-SmallProf
p5-Devel-StackTrace
p5-Devel-StackTrace-AsHTML
p5-Devel-StackTrace-WithLexicals
p5-Devel-Symdump
p5-Devel-Trace Updating package for Perl 5 module Devel::Trace in devel/p5-Devel-Trace 2012-07-06 10:17:51 +00:00
p5-Devel-TraceUse Updating package for CPAN module Devel::TraceUse in devel/p5-Devel-TraceUse 2012-02-20 13:47:11 +00:00
p5-Dir-Self
p5-Dist-CheckConflicts
p5-Dist-Zilla Importing package for Perl 5 module Dist::Zilla version 4.300020 from 2012-07-05 17:13:54 +00:00
p5-Dist-Zooky Adding new package for Perl 5 module Dist::Zooky version 0.10 from CPAN 2012-08-08 09:21:27 +00:00
p5-enum
p5-Error Updating package for Perl 5 module Error in devel/p5-Error from 0.17017 2012-07-06 10:21:17 +00:00
p5-EV Updated devel/p5-EV to 4.10 2012-01-26 11:46:22 +00:00
p5-Eval-Closure Updating package for Perl5 module Eval::Closure from CPAN in 2012-03-22 13:27:21 +00:00
p5-Event
p5-Event-ExecFlow
p5-Event-RPC Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
p5-ex-lib
p5-Exception-Class
p5-Exception-Handler
p5-Expect
p5-Expect-Simple
p5-Exporter-Lite
p5-ExtUtils-AutoInstall
p5-ExtUtils-CBuilder Update to 0.28.02.05 2012-03-11 04:27:23 +00:00
p5-ExtUtils-Command
p5-ExtUtils-Depends
p5-ExtUtils-Embed
p5-ExtUtils-F77
p5-ExtUtils-Install
p5-ExtUtils-LibBuilder Initial import p5-ExtUtils-LibBuilder 0.04 2012-03-11 08:18:59 +00:00
p5-ExtUtils-MakeMaker Fixes MASTER_SITES's subdir. 2012-03-23 13:12:48 +00:00
p5-ExtUtils-Manifest Update p5-ExtUtils-Manifest to 1.60. 2011-11-24 16:12:42 +00:00
p5-ExtUtils-ModuleMaker
p5-ExtUtils-ModuleMaker-TT
p5-ExtUtils-ParseXS Updating package for Perl5 module ExtUtils::ParseXS from CPAN in 2012-03-22 13:33:26 +00:00
p5-ExtUtils-PkgConfig Updating package for Perl 5 module ExtUtils::PkgConfig in 2012-07-06 10:26:46 +00:00
p5-ExtUtils-XSBuilder
p5-ExtUtils-XSpp
p5-File-BaseDir
p5-File-BOM
p5-File-ChangeNotify
p5-File-chdir Updating Perl module File::chdir in devel/p5-File-chdir from 0.1004nb1 to 2011-11-16 08:14:45 +00:00
p5-File-ConfigDir
p5-File-DesktopEntry
p5-File-DirCompare
p5-File-DirSync
p5-File-Find-Rule Updated to 0.33 2012-01-26 20:34:52 +00:00
p5-File-Find-Rule-Age
p5-File-Find-Rule-Perl Updating package in devel/p5-File-Find-Rule-Perl for CPAN module 2012-01-31 07:30:55 +00:00
p5-File-Find-Rule-Permissions
p5-File-Find-Rule-PPI
p5-File-Find-Rule-VCS Changing all PERL5_MODULE_TYPE from Module::Install to M::I::Bundled, 2012-09-03 11:16:19 +00:00
p5-File-Flat
p5-File-FlockDir
p5-File-HomeDir Updating package in devel/p5-File-HomeDir from CPAN module File::HomeDir 2012-01-31 07:35:56 +00:00
p5-File-LibMagic
p5-File-Listing Update to 6.04: 2012-04-22 10:49:40 +00:00
p5-File-MimeInfo
p5-File-Modified
p5-File-Next
p5-File-NFSLock
p5-File-Path
p5-File-Path-Expand
p5-File-Path-Tiny
p5-File-PathConvert
p5-File-Policy
p5-File-pushd Updating package for Perl 5 module File::pushd in devel/p5-File-pushd from 2012-07-06 10:37:41 +00:00
p5-File-Save-Home
p5-File-ShareDir
p5-File-ShareDir-Install Importing Perl 5 module File::ShareDir::Install version 0.04 from CPAN 2012-07-05 12:54:55 +00:00
p5-File-Slurp
p5-File-Temp
p5-File-Tempdir
p5-File-Touch
p5-File-Type
p5-File-Util
p5-File-Which
p5-FileHandle-Fmode
p5-FileHandle-Unget
p5-FileKGlob
p5-Filesys-Notify-Simple
p5-Format-Human-Bytes
p5-FreezeThaw
p5-Getopt-ArgvFile
p5-Getopt-Euclid Update p5-Getopt-Euclid to 0.3.0. 2011-10-07 02:09:47 +00:00
p5-Getopt-Long
p5-Getopt-Long-Descriptive Updating package for Perl 5 module Getopt::Long::Descriptive in 2012-07-06 10:41:37 +00:00
p5-Getopt-Mixed
p5-Getopt-Simple
p5-gettext
p5-Git-CPAN-Patch Updating package for Perl 5 module Git::CPAN::Patch in 2012-07-06 10:49:51 +00:00
p5-Git-Repository Updating package for Perl5 module Git::Repository from CPAN in 2012-03-22 13:11:40 +00:00
p5-glib2 Update to 1.260: 2012-07-11 09:33:51 +00:00
p5-Gnome2 Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
p5-Gnome2-GConf Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
p5-Graph
p5-Gtk2-GladeXML Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
p5-Guard
p5-Hash-Case
p5-Hash-FieldHash Import p5-Hash-FieldHash-0.12 as devel/p5-Hash-FieldHash. 2012-03-08 11:21:35 +00:00
p5-Hash-Flatten
p5-Hash-Merge
p5-Hash-Merge-Simple Importing Perl 5 module Hash::Merge::Simple version 0.051 from CPAN 2012-07-05 13:08:15 +00:00
p5-Hash-MoreUtils
p5-Hash-MultiValue Update p5-Hash-MultiValue to 0.10. 2012-02-18 15:10:23 +00:00
p5-Hash-Util-FieldHash-Compat
p5-Heap
p5-Hook-LexWrap
p5-IMDB-Film Update to 0.51: 2012-04-22 10:50:20 +00:00
p5-Inline
p5-InlineX-C2XS Update p5-InlineX-C2XS to 0.22. 2012-06-04 12:28:17 +00:00
p5-Internals
p5-IO
p5-IO-AIO Updating package for CPAN distribution IO::AIO in devel/p5-IO-AIO from 2012-05-11 11:31:44 +00:00
p5-IO-All Update p5-IO-All to 0.44. 2011-12-09 06:59:50 +00:00
p5-IO-Capture
p5-IO-CaptureOutput
p5-IO-Compress Updating package for Perl 5 module IO::Compress from CPAN in 2012-07-06 08:56:32 +00:00
p5-IO-Digest Add HOMEPAGE and LICENSE. 2011-10-24 11:17:14 +00:00
p5-IO-Handle-Util
p5-IO-InSitu
p5-IO-Interactive
p5-IO-LockedFile
p5-IO-Multiplex Update p5-IO-Multiplex to 1.13. 2011-12-08 00:37:38 +00:00
p5-IO-Null
p5-IO-Pager
p5-IO-Pipeline
p5-IO-Prompt
p5-IO-String
p5-IO-stringy
p5-IO-Stty
p5-IO-Tee
p5-IO-TieCombine
p5-IO-Tty
p5-IO-Util
p5-IO-Zlib
p5-IPC-Cmd Update to 0.78 2012-09-02 04:19:24 +00:00
p5-IPC-DirQueue
p5-IPC-PubSub
p5-IPC-Run
p5-IPC-Run3 Updated to 0.045 2012-01-26 12:01:13 +00:00
p5-IPC-Shareable Add HOMEPAGE and LICENSE. 2011-10-21 06:10:21 +00:00
p5-IPC-SharedCache Add HOMEPAGE and LICENSE. 2011-10-25 09:22:32 +00:00
p5-IPC-ShareLite
p5-IPC-Signal
p5-IPC-System-Simple
p5-IPC-SysV
p5-LDAP Fix build with perl 5.14. 2011-12-19 15:26:51 +00:00
p5-LEOCHARRE-CLI2
p5-LEOCHARRE-Debug
p5-LEOCHARRE-Dir
p5-Lexical-Persistence
p5-Lexical-SealRequireHints
p5-lib-abs Changing all PERL5_MODULE_TYPE from Module::Install to M::I::Bundled, 2012-09-03 11:16:19 +00:00
p5-List-MoreUtils
p5-List-UtilsBy Import List::UtilsBy into devel/p5-List-UtilsBy. This module is required 2011-11-13 12:27:19 +00:00
p5-local-lib Changing all PERL5_MODULE_TYPE from Module::Install to M::I::Bundled, 2012-09-03 11:16:19 +00:00
p5-Locale-Msgfmt
p5-Locale-PO
p5-Log-Agent
p5-Log-Any Update p5-Log-Any to 0.14. 2011-10-19 08:10:25 +00:00
p5-Log-Any-Adapter Updating package for CPAN module Log::Any::Adapter in 2012-05-30 11:03:23 +00:00
p5-Log-Any-Adapter-Dispatch
p5-Log-Any-Adapter-Log4perl
p5-Log-Dispatch Updating package for Perl 5 module Log::Dispatch in devel/p5-Log-Dispatch 2012-07-05 14:06:59 +00:00
p5-Log-Dispatch-Array Importing package for Perl 5 module Log::Dispatch::Array version 1.001 2012-07-05 13:26:30 +00:00
p5-Log-Dispatch-Config Update p5-Log-Dispatch-Config to 1.04. 2011-12-15 02:15:16 +00:00
p5-Log-Dispatch-DBI
p5-Log-Dispatch-FileRotate
p5-Log-Dispatchouli Importing package for Perl 5 module Log::Dispatchouli version 2.005 from 2012-07-05 14:10:51 +00:00
p5-Log-Handler Import p5-Log-Handler-0.72 as devel/p5-Log-Handler. 2012-03-08 11:23:30 +00:00
p5-Log-Log4perl Updated to 1.36 2012-04-01 20:17:32 +00:00
p5-Log-LogLite
p5-Log-Report Update p5-Log-Report to 0.94. 2011-11-17 09:09:53 +00:00
p5-Log-Trace
p5-Mac-Carbon
p5-Mac-SystemDirectory
p5-Make
p5-Memoize Updating package for Perl5 module Memoize from CPAN in devel/p5-Memoize 2012-03-22 15:52:53 +00:00
p5-Memoize-ExpireLRU
p5-Memoize-Memcached
p5-MetaCPAN-API Updating package for Perl 5 module MetaCPAN::API in devel/p5-MetaCPAN-API 2012-07-06 10:53:08 +00:00
p5-Method-Signatures Updating package for Perl 5 module Method::Signatures in 2012-07-06 11:01:06 +00:00
p5-Method-Signatures-Simple Update p5-Method-Signatures-Simple to 1.02. 2011-11-25 05:55:03 +00:00
p5-Mixin-ExtraFields
p5-Mixin-ExtraFields-Param
p5-Mixin-Linewise
p5-Modern-Perl Update to 1.20120130. From the changelog: 2012-02-02 03:58:42 +00:00
p5-Module-Build Updating package for Perl 5 module Module::Build in devel/p5-Module-Build 2012-07-06 11:13:18 +00:00
p5-Module-CoreList Updating package for Perl 5 module Module::CoreList in 2012-07-05 16:18:20 +00:00
p5-Module-CPANTS-Analyse
p5-Module-Dependency
p5-Module-ExtractUse
p5-Module-Find Updating package for Perl 5 module Module::Find in devel/p5-Module-Find 2012-07-06 11:26:42 +00:00
p5-Module-Implementation Importing package for CPAN distribution Module::Implementation 2012-03-08 09:58:30 +00:00
p5-Module-Install Updating package for Perl 5 module Module::Install in 2012-07-06 11:14:32 +00:00
p5-Module-Install-PadrePlugin
p5-Module-Install-ReadmeFromPod Updating package for CPAN distribution Module-Install-ReadmeFromPod in 2012-09-03 11:38:58 +00:00
p5-Module-Install-RTx Update p5-Module-Install-RTx to 0.29. 2011-11-06 02:45:13 +00:00
p5-Module-Install-Substitute
p5-Module-Install-XSUtil Update p5-Module-Install-XSUtil to 0.42. 2011-11-10 04:39:59 +00:00
p5-Module-Load Update to p5-Module-Load to 0.22. 2011-11-11 08:29:02 +00:00
p5-Module-Manifest
p5-Module-Pluggable Updated to 4.0 2012-04-01 20:24:44 +00:00
p5-Module-Refresh Update p5-Module-Refresh to 0.17. 2011-11-12 01:21:16 +00:00
p5-Module-Runtime Updating package for CPAN distribution Module::Runtime in 2012-03-08 09:54:41 +00:00
p5-Module-ScanDeps Updating package for Perl 5 module Module::ScanDeps in 2012-07-06 11:23:28 +00:00
p5-Module-Starter Update p5-Module-Starter to 1.58. 2011-11-16 08:05:06 +00:00
p5-Module-Starter-PBP
p5-Module-Util
p5-Module-Versions
p5-Module-Versions-Report
p5-Moo Update devel/p5-Moo to 1.000002 2012-08-08 12:29:57 +00:00
p5-Moose mark circular dependency and bump revision 2012-07-18 08:52:45 +00:00
p5-Moose-Autobox Updating package for Perl 5 module Moose::Autobox from CPAN in 2012-07-18 09:18:28 +00:00
p5-Moose-Policy
p5-MooseX-Aliases Import MooseX::Aliases into devel/p5-MooseX-Aliases, which is required 2011-11-16 06:26:31 +00:00
p5-MooseX-App-Cmd
p5-MooseX-AttributeHelpers Changing all PERL5_MODULE_TYPE from Module::Install to M::I::Bundled, 2012-09-03 11:16:19 +00:00
p5-MooseX-Attributes-Curried
p5-MooseX-ChainedAccessors Import MooseX::ChainedAccessors into devel/p5-MooseX-ChainedAccessors. 2011-11-13 09:34:36 +00:00
p5-MooseX-ClassAttribute Update p5-MooseX-ClassAttribute to 0.26. 2011-10-07 11:38:37 +00:00
p5-MooseX-CompileTime-Traits Import MooseX::CompileTime::Traits into devel/p5-MooseX-CompileTime-Traits, 2011-12-14 03:12:16 +00:00
p5-MooseX-ConfigFromFile Changing all PERL5_MODULE_TYPE from Module::Install to M::I::Bundled, 2012-09-03 11:16:19 +00:00
p5-MooseX-Daemonize Import MooseX::Daemonize into devel/p5-MooseX-Daemonize, which is used 2011-11-18 08:26:45 +00:00
p5-MooseX-Declare Changing all PERL5_MODULE_TYPE from Module::Install to M::I::Bundled, 2012-09-03 11:16:19 +00:00
p5-MooseX-Emulate-Class-Accessor-Fast Changing all PERL5_MODULE_TYPE from Module::Install to M::I::Bundled, 2012-09-03 11:16:19 +00:00
p5-MooseX-FollowPBP Update p5-MooseX-FollowPBP to 0.05. 2011-11-12 02:55:08 +00:00
p5-MooseX-Getopt Update p5-MooseX-Getopt to 0.37. 2011-10-21 07:13:58 +00:00
p5-MooseX-InsideOut
p5-MooseX-LazyRequire Update p5-MooseX-LazyRequire to 0.07. 2011-11-06 02:43:38 +00:00
p5-MooseX-MarkAsMethods Import perl module MooseX::MarkAsMethods into devel/p5-MooseX-MarkAsMethods. 2011-11-12 02:23:27 +00:00
p5-MooseX-Meta-TypeConstraint-ForceCoercion
p5-MooseX-Method-Signatures Changing all PERL5_MODULE_TYPE from Module::Install to M::I::Bundled, 2012-09-03 11:16:19 +00:00
p5-MooseX-MethodAttributes Update p5-MooseX-MethodAttributes to 0.25. 2011-11-11 22:52:21 +00:00
p5-MooseX-MultiInitArg
p5-MooseX-NonMoose Update p5-MooseX-NonMoose to 0.22. 2011-10-06 15:13:13 +00:00
p5-MooseX-Object-Pluggable
p5-MooseX-OneArgNew Importing package for Perl 5 Moose Role MooseX::OneArgNew module version 2012-07-05 09:51:46 +00:00
p5-MooseX-Param
p5-MooseX-Params-Validate Update p5-MooseX-Params-Validate to 0.16. 2011-11-17 14:13:39 +00:00
p5-MooseX-Role-Parameterized Update p5-MooseX-Role-Parameterized to 1.00. 2012-02-18 15:09:54 +00:00
p5-MooseX-Role-WithOverloading
p5-MooseX-SemiAffordanceAccessor Update p5-MooseX-SemiAffordanceAccessor to 0.09. 2011-10-28 01:13:08 +00:00
p5-MooseX-SetOnce Import MooseX::SetOnce into devel/p5-MooseX-SetOnce, which is required 2011-11-18 03:23:21 +00:00
p5-MooseX-SimpleConfig
p5-MooseX-Singleton Update p5-MooseX-Singleton to 0.27. 2011-11-14 09:39:57 +00:00
p5-MooseX-StrictConstructor Update p5-MooseX-StrictConstructor to 0.16. 2011-11-18 13:20:55 +00:00
p5-MooseX-Traits
p5-MooseX-Traits-Pluggable
p5-MooseX-Types Changing all PERL5_MODULE_TYPE from Module::Install to M::I::Bundled, 2012-09-03 11:16:19 +00:00
p5-MooseX-Types-Common Update p5-MooseX-Types-Common to 0.001003. 2011-11-22 03:38:03 +00:00
p5-MooseX-Types-JSON
p5-MooseX-Types-LoadableClass
p5-MooseX-Types-Path-Class
p5-MooseX-Types-Perl fix missing checksum, bumping revision 2012-07-05 16:53:29 +00:00
p5-MooseX-Types-Structured Update p5-MooseX-Types-Structured to 0.28. 2011-11-21 14:39:27 +00:00
p5-MooseX-Types-URI Update p5-MooseX-Types-URI to 0.03. 2012-02-14 13:32:41 +00:00
p5-Mouse p5-ExtUtils-ParseXS in base perl >= 5.14.1 2012-03-11 04:42:53 +00:00
p5-MouseX-Types Update p5-MouseX-Types to 0.06. 2012-02-17 06:58:32 +00:00
p5-MRO-Compat
p5-namespace-autoclean Update p5-namespace-autoclean to 0.13. 2011-12-14 11:02:00 +00:00
p5-namespace-clean Updating package for Perl5 module namespace::clean from CPAN in 2012-03-22 16:28:43 +00:00
p5-Net-CIDR
p5-Net-LDAP-Batch
p5-Net-LDAP-Class
p5-Net-LDAP-Server-Test
p5-Net-Netmask Updated to 1.9016 2012-01-26 19:38:09 +00:00
p5-NEXT Update p5-NEXT to 0.65. 2011-11-29 10:38:04 +00:00
p5-Object-Declare
p5-Object-Event Update p5-Object-Event to 1.23. 2011-11-23 11:08:16 +00:00
p5-Object-InsideOut Update p5-Object-InsideOut to 3.84. 2011-11-12 02:56:44 +00:00
p5-Object-Pluggable Import perl module Object::Pluggable into devel/p5-Object-Pluggable, 2011-10-15 17:31:38 +00:00
p5-Object-Realize-Later
p5-Object-Signature Update p5-Object-Signature to 1.07. 2011-11-21 06:14:39 +00:00
p5-OLE-Storage_Lite
p5-OOTools
p5-Package-Constants
p5-Package-DeprecationManager
p5-Package-Generator Changing all PERL5_MODULE_TYPE from Module::Install to M::I::Bundled, 2012-09-03 11:16:19 +00:00
p5-Package-Stash Update p5-Package-Stash to 0.33. 2011-10-13 07:17:42 +00:00
p5-Package-Stash-XS Update p5-Package-Stash-XS to 0.25. 2011-12-08 00:40:08 +00:00
p5-PadWalker
p5-pango Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
p5-PAR Update devel/p5-PAR to 1.005. 2011-12-04 20:52:25 +00:00
p5-PAR-Dist
p5-Parallel-ForkManager
p5-Parallel-Prefork Updated devel/p5-Parallel-Prefork to 0.13 2012-01-22 19:45:24 +00:00
p5-Params-Classify Updating Params::Classify Module for Perl programming language from CPAN 2011-11-15 19:12:38 +00:00
p5-Params-Coerce
p5-Params-Util Updating package for Perl5 module Params::Util from CPAN in 2012-03-22 14:04:49 +00:00
p5-Params-Validate Update package for Perl5 module Params::Validate from CPAN in 2012-03-22 14:10:05 +00:00
p5-parent Update p5-parent to 0.225. 2012-02-11 03:22:10 +00:00
p5-Parse-CPAN-Meta Updating package for Perl 5 module Parse::CPAN::Meta in 2012-07-05 16:32:41 +00:00
p5-Parse-CPAN-Packages Updating package for Perl5 module Parse::CPAN::Packages from CPAN in 2012-03-22 16:17:41 +00:00
p5-Parse-ErrorString-Perl Update p5-Parse-ErrorString-Perl to 0.15. 2012-02-13 11:11:49 +00:00
p5-Parse-ExuberantCTags
p5-Parse-Method-Signatures Changing all PERL5_MODULE_TYPE from Module::Install to M::I::Bundled, 2012-09-03 11:16:19 +00:00
p5-Parse-RecDescent
p5-Parse-Yapp
p5-PatchReader Update p5-PatchReader to 0.9.6. 2011-11-19 03:27:44 +00:00
p5-Path-Class Updating package for Perl 5 module Path::Class in devel/p5-Path-Class from 2012-07-06 11:29:08 +00:00
p5-Path-Class-File-Stat Update p5-Path-Class-File-Stat to 0.03. 2011-11-25 11:43:57 +00:00
p5-Path-Dispatcher Update p5-Path-Dispatcher to 1.04. 2011-12-02 05:19:07 +00:00
p5-Path-Dispatcher-Declarative Update p5-Path-Dispatcher-Declarative to 0.03. 2011-12-02 05:24:23 +00:00
p5-PathTools
p5-Perl-APIReference Update p5-Perl-APIReference to 0.09. 2012-02-12 06:26:10 +00:00
p5-Perl-Critic Update package for CPAN distribution Perl::Critic in devel/p5-Perl-Critic 2012-05-11 13:26:14 +00:00
p5-perl-headers
p5-Perl-MinimumVersion
p5-Perl-PrereqScanner Importing package for Perl 5 module Perl::PrereqScanner version 1.013 2012-07-05 14:42:23 +00:00
p5-Perl-Tidy Updating package for Perl 5 module Perl::Tidy (including neat util perltidy) 2012-07-06 09:28:32 +00:00
p5-Perl-Version
p5-Perl4-CoreLibs Import p5-Perl4-CoreLibs-0.003: Libraries historically supplied with Perl 4 2011-10-24 06:41:15 +00:00
p5-Perl6-Export
p5-Perl6-Export-Attrs
p5-Perl6-Junction
p5-Perl6-Slurp
p5-PerlIO-eol
p5-PerlIO-gzip
p5-PerlIO-via-Bzip2
p5-PerlIO-via-dynamic
p5-PerlIO-via-symlink
p5-PHP-Serialization
p5-pip Update p5-pip to 1.19. 2011-12-09 06:57:45 +00:00
p5-POE
p5-POE-Component-Cron
p5-POE-Component-Pluggable
p5-POE-Component-Schedule
p5-POE-Component-Syndicator Import perl module POE::Component::Syndicator into 2011-10-15 17:36:41 +00:00
p5-POE-Test-Loops Update p5-POE-Test-Loops to 1.350. 2012-02-17 06:59:32 +00:00
p5-POEx-Types Import POEx::Types into devel/p5-POEx-Types, which is required to 2011-12-12 03:57:11 +00:00
p5-PPI
p5-PPI-PowerToys
p5-PPI-XS
p5-PPIx-Regexp Updating package for Perl5 distribution PPIx::Regexp in devel/p5-PPIx-Regexp 2012-05-11 13:04:35 +00:00
p5-PPIx-Utilities
p5-prefork
p5-Probe-Perl
p5-Proc-Background
p5-Proc-Daemon Reset maintainer, sketch resigned. 2011-11-28 00:06:17 +00:00
p5-Proc-InvokeEditor
p5-Proc-PID-File
p5-Proc-Pidfile Add HOMEPAGE and LICENSE. 2011-10-21 21:38:27 +00:00
p5-Proc-ProcessTable
p5-Proc-Queue
p5-Proc-Simple Update p5-Proc-Simple to 1.30. 2011-12-13 12:30:46 +00:00
p5-Proc-Wait3
p5-Proc-WaitStat
p5-PV
p5-Readonly benchmark.pl needs to adjust interpreter path. 2011-12-08 02:16:19 +00:00
p5-Readonly-XS
p5-Regexp-Assemble Update p5-Regexp-Assele to 0.35. 2011-11-25 08:15:10 +00:00
p5-Regexp-MatchContext
p5-Regexp-Parser Update p5-Regexp-Parser to 0.21. 2011-11-25 08:15:48 +00:00
p5-Regexp-Shellish
p5-Return-Value
p5-Role-HasMessage Importing package for Perl 5 module Role::HasMessage version 0.005 from 2012-07-05 11:50:48 +00:00
p5-Role-Identifiable Importing package for Perl 5 modules Role::Identifiable::HasIdent version 2012-07-05 11:58:31 +00:00
p5-Role-Tiny Add conflict for devel/p5-Moo before Role::Tiny was split out from it 2012-07-18 08:06:03 +00:00
p5-Rose-Object Update p5-Rose-Object to 0.859. 2011-11-24 16:18:50 +00:00
p5-Safe-Hole
p5-sapnwrfc
p5-Scalar-Defer
p5-Scalar-List-Utils
p5-Scalar-Util-Refcount
p5-Schedule-RateLimiter
p5-Scope-Guard
p5-Scope-Upper Update p5-Scope-Upper to 0.18. 2011-10-24 09:35:25 +00:00
p5-SDL Recursive bump for removal of jpeg/tiff/png buildlink3.mk files 2012-01-28 11:00:51 +00:00
p5-Set-Array Import p5-Set-Array-0.24 as devel/p5-Set-Array. 2012-03-08 11:24:17 +00:00
p5-Set-IntSpan Updated to 1.16 2012-01-26 20:19:08 +00:00
p5-Set-Object
p5-Set-Scalar
p5-Shell-Perl Update p5-Shell-Perl to 0.0022. 2012-02-10 12:27:25 +00:00
p5-ShipIt Update p5-ShipIt to 0.55. 2011-11-15 08:47:29 +00:00
p5-signatures
p5-Smart-Comments
p5-Software-License Update p5-Software-License to 0.103004. 2011-11-07 15:12:31 +00:00
p5-Sort-Maker
p5-Sort-Versions
p5-Spiffy
p5-Spoon Add HOMEPAGE and LICENSE. 2011-10-06 13:05:28 +00:00
p5-Storable Updating package for Perl 5 module Storable in devel/p5-Storable from 2.30 2012-07-06 14:13:54 +00:00
p5-strictures Update to 1.004001 2012-07-31 05:35:16 +00:00
p5-String-Escape
p5-String-Format
p5-String-PerlIdentifier
p5-Sub-Exporter Updating package for Perl 5 module Sub::Exporter in devel/p5-Sub-Exporter 2012-07-05 13:58:32 +00:00
p5-Sub-Exporter-ForMethods Importing package for Perl 5 module Sub::Exporter::ForMethods version 2012-07-05 15:35:34 +00:00
p5-Sub-Exporter-GlobExporter Importing Perl 5 module Sub::Exporter::GlobExporter version 0.002 from 2012-07-05 13:55:41 +00:00
p5-Sub-Exporter-Progressive Imports p5-Sub-Exporter-Progressive-0.001003: 2012-08-08 12:03:18 +00:00
p5-Sub-Identify
p5-Sub-Install Updating package for Perl 5 module Sub::Install in devel/p5-Sub-Install from 2012-07-06 11:32:01 +00:00
p5-Sub-Installer
p5-Sub-Name
p5-Sub-Override
p5-Sub-Uplevel Updating package for Perl 5 module Sub::Uplevel in devel/p5-Sub-Uplevel 2012-07-06 11:35:00 +00:00
p5-subversion Recursive bump from icu shlib major bumped to 49. 2012-04-27 12:31:32 +00:00
p5-SUPER Updating package for Perl 5 module SUPER in devel/p5-SUPER from 1.17nb2 2012-07-06 14:10:22 +00:00
p5-SVN-Class
p5-SVN-Dump
p5-SVN-Mirror
p5-SVN-Notify Updated to 2.83 2012-01-26 12:18:43 +00:00
p5-SVN-Simple
p5-Sys-Syscall Add Sys::Syscall, which is a supporting lib for perlbal. 2012-01-31 02:41:49 +00:00
p5-System-Command Updating package for Perl 5 module System::Command in 2012-07-06 14:07:11 +00:00
p5-TAP-Formatter-HTML
p5-TAP-Harness-Archive
p5-Task-Weaken Changing all PERL5_MODULE_TYPE from Module::Install to M::I::Bundled, 2012-09-03 11:16:19 +00:00
p5-Tee Updated to 0.14 2012-01-26 15:57:12 +00:00
p5-Template-Plugin-Handy
p5-Template-Plugin-HashMerge
p5-Template-Plugin-ListMoreUtils
p5-Template-Plugin-ListUtil
p5-Template-Plugin-VMethods Use ${RM} -f to avoid failure if no files are found to be removed. 2012-02-02 09:26:17 +00:00
p5-Term-Animation add p5-Term-Animation-2.6, a package for animation of ASCII-art sprites 2012-02-23 19:10:43 +00:00
p5-Term-ANSIColor
p5-Term-Cap
p5-Term-ProgressBar
p5-Term-Prompt
p5-Term-ReadKey
p5-Term-ReadLine
p5-Term-ReadLine-Perl
p5-Term-ReadPassword
p5-Term-Screen
p5-Term-Shell
p5-Term-ShellUI Update p5-Term-ShellUI to 0.91. 2012-01-10 08:57:39 +00:00
p5-Term-Size
p5-Test-Aggregate Update p5-Test-Aggregate to 0.364. 2011-12-02 09:52:01 +00:00
p5-Test-Approx
p5-Test-Assertions
p5-Test-Base Update p5-Test-Base to 0.60. 2011-12-08 00:38:12 +00:00
p5-Test-CheckManifest Update p5-Test-CheckManifest to 1.24. 2011-12-09 02:07:49 +00:00
p5-Test-Class
p5-Test-ClassAPI Changing all PERL5_MODULE_TYPE from Module::Install to M::I::Bundled, 2012-09-03 11:16:19 +00:00
p5-Test-Cmd
p5-Test-Command-Simple This test module is intended to simplify testing of external commands. 2012-05-04 23:34:24 +00:00
p5-Test-Compile
p5-Test-CPAN-Meta-YAML Updating package for Perl 5 module Test::CPAN::Meta::YAML in 2012-07-06 14:04:52 +00:00
p5-Test-Deep Updating package for Perl 5 module Test::Deep in devel/p5-Test-Deep from 2012-07-06 14:00:55 +00:00
p5-Test-Differences Must pad version number to four digits 2011-11-26 02:03:39 +00:00
p5-Test-DistManifest Initial import of p5-Test-DistManifest, version 1.012, into the NetBSD Packages 2012-05-31 16:44:52 +00:00
p5-Test-Distribution
p5-Test-Exception Update p5-Test-Exception to 0.31. 2011-10-12 11:15:34 +00:00
p5-Test-Expect
p5-Test-Fatal Updating package for Perl5 module Test::Fatal from CPAN in 2012-03-22 16:25:30 +00:00
p5-Test-File-Contents Update p5-Test-File-Contents to 0.20. 2011-12-14 11:01:39 +00:00
p5-Test-File-ShareDir Importing package for Perl 5 module Test::File::ShareDir version 0.3.1 from 2012-07-05 15:55:40 +00:00
p5-Test-Fixture-DBIC-Schema
p5-Test-Harness Update p5-Test-Harness to 3.23. 2011-12-15 05:53:25 +00:00
p5-Test-HexString
p5-Test-InDistDir Import Test::InDistDir into devel/p5-Test-InDistDir, which is required 2012-02-14 13:34:49 +00:00
p5-Test-Inline Changing all PERL5_MODULE_TYPE from Module::Install to M::I::Bundled, 2012-09-03 11:16:19 +00:00
p5-Test-Inter Update p5-Test-Inter to 1.03. 2011-11-12 02:25:42 +00:00
p5-Test-Kwalitee
p5-Test-LeakTrace Updating package for Perl 5 module Test::LeakTrace in 2012-07-06 13:58:15 +00:00
p5-Test-Log4perl
p5-Test-LongString Update p5-Test-LongString to 0.15. 2011-10-14 02:10:26 +00:00
p5-Test-Manifest
p5-Test-Memory-Cycle
p5-Test-MinimumVersion
p5-Test-Mock-LWP Update p5-Test-Mock-LWP to 0.06. 2011-12-16 06:12:09 +00:00
p5-Test-MockModule
p5-Test-MockObject
p5-Test-Most Update p5-Test-Most to 0.25. 2011-11-28 13:05:12 +00:00
p5-Test-NoWarnings Updated to 1.04 2012-01-26 12:52:48 +00:00
p5-Test-Object
p5-Test-Output Update p5-Test-Output to 1.01. 2011-10-27 01:14:32 +00:00
p5-Test-Perl-Critic
p5-Test-Pod Updated to 1.45 2012-01-26 15:59:16 +00:00
p5-Test-Pod-Coverage
p5-Test-Pod-Spelling-CommonMistakes Update p5-Test-Pod-Spelling-CommonMistakes to 1.000. 2011-12-15 02:15:40 +00:00
p5-Test-POE-Client-TCP Update p5-Test-POE-Client-TCP to 1.10. 2011-11-23 11:07:16 +00:00
p5-Test-POE-Server-TCP Update p5-Test-POE-Server-TCP to 1.16. 2011-10-14 02:12:12 +00:00
p5-Test-Reporter
p5-Test-Requires Update p5-Test-Requires to 0.06. 2011-12-13 12:28:37 +00:00
p5-Test-Script
p5-Test-Script-Run
p5-Test-SharedFork Update to 0.20 2012-07-25 15:33:46 +00:00
p5-Test-Simple Update p5-Test-Simple to 0.98. 2011-10-07 07:55:27 +00:00
p5-Test-Spec
p5-Test-SubCalls
p5-Test-Taint
p5-Test-TempDir
p5-Test-Tester Updated to 0.108 2012-01-26 12:55:13 +00:00
p5-Test-TinyMocker Import CPAN module Test::TinyMocker 0.03 into devel/p5-Test-TinyMocker as 2011-11-15 13:13:13 +00:00
p5-Test-Trap
p5-Test-Unit
p5-Test-use-ok
p5-Test-UseAllModules
p5-Test-Warn Updating package for Perl 5 module Test::Warn in devel/p5-Test-Warn from 2012-07-06 13:55:37 +00:00
p5-Test-Weaken Update p5-Test-Weaken to 3.006000. 2011-12-14 03:14:06 +00:00
p5-Test-WWW-Selenium Update to 1.33 2012-08-31 12:06:36 +00:00
p5-Test-YAML-Meta Update p5-Test-YAML-Meta to 0.19. 2012-02-18 15:11:01 +00:00
p5-Test-YAML-Valid
p5-Throwable
p5-Tie-Array-AsHash
p5-Tie-Array-Sorted
p5-Tie-Cache
p5-Tie-Cache-LRU Update p5-Tie-Cache-LRU to 20110205. 2011-10-22 01:39:30 +00:00
p5-Tie-Cache-LRU-Expires
p5-Tie-File Update p5-Tie-File to 0.98, to be newer than perl5 builtin version. 2012-03-26 13:11:15 +00:00
p5-Tie-Function Import p5-Tie-Function-0.02 as devel/p5-Tie-Function. 2012-03-08 11:25:09 +00:00
p5-Tie-IxHash
p5-Tie-LLHash
p5-Tie-RefHash
p5-Tie-RefHash-Weak
p5-Tie-RegexpHash
p5-Tie-ToObject
p5-Tree-DAG_Node
p5-Tree-Simple
p5-Tree-Simple-VisitorFactory
p5-Try-Tiny Updating Perl module Try::Tiny in devel/p5-Try-Tiny from 0.09 to 0.11. 2011-11-16 08:03:48 +00:00
p5-TryCatch Changing all PERL5_MODULE_TYPE from Module::Install to M::I::Bundled, 2012-09-03 11:16:19 +00:00
p5-UNIVERSAL-can Remove "WWW: URL" from DESCR. Common in FreeBSD ports, but in pkgsrc the 2012-07-21 20:07:59 +00:00
p5-UNIVERSAL-isa Remove "WWW: URL" from DESCR. Common in FreeBSD ports, but in pkgsrc the 2012-07-21 20:07:59 +00:00
p5-UNIVERSAL-moniker
p5-UNIVERSAL-require Remove "WWW: URL" from DESCR. Common in FreeBSD ports, but in pkgsrc the 2012-07-21 20:07:59 +00:00
p5-UUID-Tiny
p5-Variable-Magic Updated devel/p5-Variable-Magic to 0.48 2012-03-04 14:09:59 +00:00
p5-VCP Add an patch to fix build failure. 2012-06-21 09:12:44 +00:00
p5-VCP-Dest-svk
p5-version Updating package containing Perl5 pragma version in devel/p5-version from 2012-07-13 07:47:55 +00:00
p5-Want Changes: 2012-05-09 05:09:55 +00:00
p5-WeakRef
p5-Wx-Perl-DataWalker Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
p5-XSLoader Update p5-XSLoader to 0.15. 2011-10-17 14:52:46 +00:00
palmpower
pango Update to 1.30.1: 2012-07-29 20:25:40 +00:00
pangomm Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
papaya devel/papaya: USE_TOOLS+= makeinfo 2012-01-29 20:54:54 +00:00
pardiff
patch Add gnu/man/man1/patch.1 2012-06-01 16:32:41 +00:00
patchutils Remove GNU_PROGRAM_PREFIX variable (discussed in pkgsrc-users@) 2012-05-29 21:22:19 +00:00
pcc-libs
pccts Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
pcl-cvs
pcre Update to 8.31: 2012-07-07 08:00:07 +00:00
pcre++ Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
pcre-ocaml Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
pdcurses
pedisassem
php-gettext devel/php-gettext: Fix break caused by gettext-lib change 2012-09-02 14:09:56 +00:00
php-gmp
php-libawl Update to 0.53: needed for davical-1.1.1. 2012-08-15 20:21:23 +00:00
php-memcache Change default PKGNAME scheme for PECL packages. 2011-12-17 13:46:27 +00:00
php-mode Update php-mode to 1.5. 2012-06-16 16:05:53 +00:00
php-pcntl
php-posix
php-shmop - Reset PKG_REVISION by both php53 and php54 are updated. 2012-07-20 12:30:36 +00:00
php-sysvmsg
php-sysvsem
php-sysvshm
physfs
picp
picprg Trivial typo in comment 2012-08-07 23:41:23 +00:00
pilrc
pipestatus Update my email 2011-10-09 10:02:44 +00:00
pkg-config Removed dependency on gettext-lib and msgfmt; clean-up 2012-08-26 18:36:08 +00:00
ply Bump PKGREVISION from default python to 2.7. 2012-03-15 11:53:20 +00:00
pmccabe Make sure this uses the correct install tool. 2012-02-16 18:48:05 +00:00
poco Simplify the build call for devel/poco dependants. 2012-07-29 16:02:45 +00:00
popt
prcs Don't launder const. Should fix Linux build. 2012-05-23 04:39:28 +00:00
ProjectCenter Only include stropts.h for Solaris, it is streams related and seems to 2011-11-25 21:35:55 +00:00
protobuf add a buildlink3.mk file for this package 2012-07-20 03:13:48 +00:00
pstreams Import pstreams-0.7.0 as devel/pstreams from wip/pstreams 2011-10-29 10:39:31 +00:00
psvn
pth Don't limit FD_SETSIZE on Solaris, causes conflicts in 64-bit mode. 2012-08-02 12:40:31 +00:00
pthread-sem Add CONFLICTS with new man-pages package. For details, see 2012-05-12 07:37:50 +00:00
pthread-stublib
ptlib Fix template lookup. 2012-07-09 19:08:23 +00:00
pvs
pwlib Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
py-argparse Comment out obviously untested Python 3.x support. 2012-02-24 20:04:14 +00:00
py-at-spi Remove python24 and all traces of it from pkgsrc. 2012-04-08 19:08:44 +00:00
py-at-spi2 Update to pyatspi 2.5.4 2012-07-28 18:08:45 +00:00
py-babel Update py-babel to 0.9.6. 2011-10-07 10:59:02 +00:00
py-buildbot Imported py26-buildbot. 2011-11-13 23:06:37 +00:00
py-buildbot-slave Imported py26-buildbot-slave. 2011-11-13 23:07:05 +00:00
py-checker Restore ${PYVERSSUFFIX}, lost in update. 2012-06-04 06:39:02 +00:00
py-cheetah Remove python24 and all traces of it from pkgsrc. 2012-04-08 19:08:44 +00:00
py-compizconfig Recursive bump for startup-notification* dependency change, requested 2012-07-15 08:22:46 +00:00
py-coverage update to 3.5.1 2012-02-17 18:19:30 +00:00
py-curses Reset maintainer, developer has left the building 2012-04-15 22:00:58 +00:00
py-cursespanel Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
py-cython Fix build with python-2.5, which does not install the debugger. 2012-08-13 14:38:37 +00:00
py-daemon Initial import of py-daemon, version 1.5.5, into the NetBSD Packages Collection. 2012-08-14 12:29:49 +00:00
py-darcsver
py-decorator Imported py26-decorator. 2011-11-13 22:58:28 +00:00
py-distribute add py-distribute-0.6.28, a replacement for py-setuptools which 2012-07-25 19:05:51 +00:00
py-dulwich Update to 0.8.3 2012-02-07 20:06:44 +00:00
py-expect Recursive PKGREVISION bump for tcl and tk upgrade to 8.5.12 2012-08-21 23:49:18 +00:00
py-fann All supported python versions in pkgsrc support eggs, so remove 2012-04-08 20:21:41 +00:00
py-funcparserlib All supported python versions in pkgsrc support eggs, so remove 2012-04-08 20:21:41 +00:00
py-game Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
py-generate All supported python versions in pkgsrc support eggs, so remove 2012-04-08 20:21:41 +00:00
py-gobject Add py-gobject3 version 3.2.2 2012-07-04 18:31:10 +00:00
py-gobject-shared Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
py-gobject3 py-gobject3 depends on gobject, so add glib2 to bl3.mk 2012-08-20 16:02:08 +00:00
py-idle Make work with python31. 2012-03-22 09:23:07 +00:00
py-InlineEgg All supported python versions in pkgsrc support eggs, so remove 2012-04-08 20:21:41 +00:00
py-ipython All supported python versions in pkgsrc support eggs, so remove 2012-04-08 20:21:41 +00:00
py-ipython012 Fails with python25: 2012-04-18 09:16:15 +00:00
py-jersey Changes 0.1.5: 2012-04-20 18:49:25 +00:00
py-kjbuckets All supported python versions in pkgsrc support eggs, so remove 2012-04-08 20:21:41 +00:00
py-kqueue Reset maintainer, developer has left the building 2012-04-15 22:00:58 +00:00
py-lockfile Initial import of py-lockfile, version 0.9.1, into the NetBSD Packages 2012-08-14 12:08:48 +00:00
py-logilab-astng Remove python24 and all traces of it from pkgsrc. 2012-04-08 19:08:44 +00:00
py-logilab-common Remove python24 and all traces of it from pkgsrc. 2012-04-08 19:08:44 +00:00
py-mako Update to 0.5.0 2011-10-12 13:09:48 +00:00
py-mock Update devel/py-mock to 0.8.0. 2012-02-16 21:45:18 +00:00
py-msgpack Update python-msgpack to 0.1.13. 2012-04-23 12:01:01 +00:00
py-multiprocessing Remove python24 and all traces of it from pkgsrc. 2012-04-08 19:08:44 +00:00
py-nose mark Python3 ready 2012-08-16 15:07:42 +00:00
py-Optik All supported python versions in pkgsrc support eggs, so remove 2012-04-08 20:21:41 +00:00
py-ordereddict All supported python versions in pkgsrc support eggs, so remove 2012-04-08 20:21:41 +00:00
py-pexpect All supported python versions in pkgsrc support eggs, so remove 2012-04-08 20:21:41 +00:00
py-pip Update py-pip to 1.1. 2012-06-03 13:18:58 +00:00
py-pqueue LICENSE=gnu-lgpl-v2 2011-10-16 07:13:21 +00:00
py-pyev Does not build on python25; it tries to print a message saying it needs a 2012-09-02 05:50:21 +00:00
py-Pyro Remove python24 and all traces of it from pkgsrc. 2012-04-08 19:08:44 +00:00
py-pysvn Recursive bump from icu shlib major bumped to 49. 2012-04-27 12:31:32 +00:00
py-pytemplate All supported python versions in pkgsrc support eggs, so remove 2012-04-08 20:21:41 +00:00
py-pyutil Update to 1.9.3, from wen heping. 2012-07-20 00:41:11 +00:00
py-quixote All supported python versions in pkgsrc support eggs, so remove 2012-04-08 20:21:41 +00:00
py-readline Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
py-rope Remove python24 and all traces of it from pkgsrc. 2012-04-08 19:08:44 +00:00
py-setuptools Remove python24 and all traces of it from pkgsrc. 2012-04-08 19:08:44 +00:00
py-setuptools_trial Update to 0.5.12, from wen heping. 2012-07-20 00:48:24 +00:00
py-stompclient Doesn't work on python25. 2012-08-15 05:50:11 +00:00
py-subversion Recursive bump from icu shlib major bumped to 49. 2012-04-27 12:31:32 +00:00
py-subvertpy Recursive bump from icu shlib major bumped to 49. 2012-04-27 12:31:32 +00:00
py-sysctl Remove python24 and all traces of it from pkgsrc. 2012-04-08 19:08:44 +00:00
py-testtools Update py-testtools to 0.9.14. 2012-04-23 12:23:39 +00:00
py-unit All supported python versions in pkgsrc support eggs, so remove 2012-04-08 20:21:41 +00:00
py-unitgui All supported python versions in pkgsrc support eggs, so remove 2012-04-08 20:21:41 +00:00
py-urwid Remove python24 and all traces of it from pkgsrc. 2012-04-08 19:08:44 +00:00
py-usb All supported python versions in pkgsrc support eggs, so remove 2012-04-08 20:21:41 +00:00
py-windbg All supported python versions in pkgsrc support eggs, so remove 2012-04-08 20:21:41 +00:00
py-xdg All supported python versions in pkgsrc support eggs, so remove 2012-04-08 20:21:41 +00:00
py-zconfig
py-ZopeInterface mark as Python3 ready 2012-08-22 11:20:09 +00:00
python-mode This can be built with emacs23nox too. 2011-10-09 02:49:48 +00:00
pythontidy
qbzr Update to 0.22.1 by package maintainer (for a list of changes see NEWS.txt) 2012-04-22 08:43:01 +00:00
qconf Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
qjson Restrict copy pattern to avoid failure due to files/CVS not being copied. 2012-03-22 21:32:54 +00:00
qof devel/qof: Fix PLIST for doxygen-1.8.2, depend on it, bump PKGREVISION 2012-09-01 09:12:35 +00:00
qtscriptgenerator Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
quilt Remove GNU_PROGRAM_PREFIX variable (discussed in pkgsrc-users@) 2012-05-29 22:58:52 +00:00
ragel Update ragel package to 6.7. 2011-09-12 16:19:45 +00:00
rapidsvn Recursive bump from icu shlib major bumped to 49. 2012-04-27 12:31:32 +00:00
ratfor
RBTools Bump PKGREVISION from default python to 2.7. 2012-03-15 11:53:20 +00:00
rcs Remove GNU_PROGRAM_PREFIX as discussed in pkgsrc-users@ 2012-05-30 11:55:54 +00:00
rdp
re2c
readline
refinecvs
Renaissance
roundup All supported python versions in pkgsrc support eggs, so remove 2012-04-08 20:21:41 +00:00
rox-lib No need to buildlink with py-gtk2, simple DEPENDS is sufficient. 2012-01-27 13:02:05 +00:00
rpc2 Fix main(). 2012-04-19 21:04:02 +00:00
rscode
rsltc
rt-mysql
rt-pgsql
rt3 Update RT to version 3.8.12: 2012-05-25 19:55:43 +00:00
RTFM Remove I18N files from PLIST 2012-07-27 20:24:53 +00:00
RTx-RightsMatrix
RTx-Shredder Conflicts with dependency, mark BROKEN 2011-11-25 21:36:20 +00:00
rubigen Switch to use RUBY_RAILS_SUPPORTED. 2011-12-13 15:51:17 +00:00
ruby-abstract
ruby-activemodel Update ruby-activemodel to 3.0.17. 2012-08-12 09:45:45 +00:00
ruby-activemodel31 Update ruby-activemodel31 to 3.1.8. 2012-08-12 10:33:48 +00:00
ruby-activemodel32 Update ruby-activemodel32 to 3.2.8. 2012-08-12 12:38:41 +00:00
ruby-activesupport3 Update ruby-activesupport3 to 3.0.17. 2012-08-12 09:44:58 +00:00
ruby-activesupport31 Update ruby-activesupport31 to 3.1.8. 2012-08-12 10:33:18 +00:00
ruby-activesupport32 Update ruby-activesupport32 to 3.2.8. 2012-08-12 12:38:09 +00:00
ruby-amstd
ruby-assistance
ruby-bsearch
ruby-byaccr
ruby-cmd Use RUBY_VERSION instead of RUBY_REQD. 2011-11-08 15:42:27 +00:00
ruby-curses Change RUBY_VERSION_SUFFIX to RUBY_VERSION_FULL. 2011-11-08 16:33:36 +00:00
ruby-daemon_controller Import ruby18-daemon_controller-1.0.0 as devel/ruby-daemon_controller. 2012-05-16 10:07:48 +00:00
ruby-debug * Remove .require_paths from PLIST 2011-11-08 15:37:33 +00:00
ruby-debug-base
ruby-debug-extra
ruby-debug-ide
ruby-deprecated
ruby-dhaka
ruby-eet
ruby-eventmachine
ruby-extlib
ruby-facade
ruby-fast_gettext Update ruby-fast_gettext to 0.6.9. 2012-08-29 16:11:21 +00:00
ruby-ffi Update ruby-ffi to 1.1.5. 2012-08-21 13:52:10 +00:00
ruby-fiddle * Change RUBY_VERSION_SUFFIX to RUBY_VERSION_FULL. 2011-11-08 15:24:39 +00:00
ruby-flexmock Update ruby-flexmock to 1.0.0. 2012-09-03 15:39:05 +00:00
ruby-gemcutter Update ruby-gemcutter package to 0.7.1. 2011-12-14 17:04:15 +00:00
ruby-getopt
ruby-gettext Update HOMEPAGE and LICENSE. 2012-08-29 16:28:21 +00:00
ruby-gettext-activerecord Switch to use RUBY_RAILS_SUPPORTED. 2011-12-13 15:51:17 +00:00
ruby-gettext-rails Switch to use RUBY_RAILS_SUPPORTED. 2011-12-13 15:51:17 +00:00
ruby-gettext_i18n_rails Update ruby-gettext_i18n_rails to 0.6.6. 2012-08-29 16:31:05 +00:00
ruby-gnome2-atk Update ruby-gnome2 to 1.1.3. 2012-04-14 04:27:49 +00:00
ruby-gnome2-gio Update ruby-gnome2 to 1.1.3. 2012-04-14 04:27:49 +00:00
ruby-gnome2-glib == Ruby-GNOME2 1.1.5: 2012-08-29 2012-08-30 13:36:32 +00:00
ruby-gnome2-pango Update ruby-gnome2 to 1.1.3. 2012-04-14 04:27:49 +00:00
ruby-heckle
ruby-highline Update ruby-highline to 1.6.14. 2012-08-29 16:32:51 +00:00
ruby-hike Importing ruby-hike version 1.2.1. 2011-12-15 14:11:53 +00:00
ruby-i18n Update ruby-i18n package to 0.6.0. 2011-12-13 16:09:56 +00:00
ruby-i18n_05 Importing ruby-i18n version 0.5.0 as ruby-i18n_05. It is still 2011-12-14 16:18:30 +00:00
ruby-inline Update ruby-inline to 3.11.3. 2012-08-29 16:34:26 +00:00
ruby-io-like Remove LICENSE=# 2012-06-01 15:47:18 +00:00
ruby-kgio Update ruby-kgio package to 2.7.4. 2012-04-28 15:52:08 +00:00
ruby-linecache
ruby-little-plugger Update ruby-little-plugger pacakge to 1.1.3. 2011-12-15 15:05:22 +00:00
ruby-locale Update ruby-locale to 2.0.8. 2012-08-29 16:37:32 +00:00
ruby-locale-rails
ruby-lockfile Update ruby-lockfile pacakge to 2.1.0. 2011-12-15 15:06:45 +00:00
ruby-log4r Update ruby-log4r to 1.1.10. 2012-03-17 14:40:33 +00:00
ruby-logging Update ruby-logging to 1.7.2. 2012-04-28 15:54:07 +00:00
ruby-loquacious Update ruby-loquacious package to 1.9.1. 2011-12-16 11:46:20 +00:00
ruby-memcache
ruby-memoize
ruby-metaclass IMporting ruby-metaclass version 0.0.1, which is needed by newer 2011-09-12 11:46:27 +00:00
ruby-metaid * Remove .require_paths from PLIST 2011-11-08 15:37:33 +00:00
ruby-mkrf
ruby-mocha Update ruby-mocha to 0.12.3. 2012-09-03 15:41:21 +00:00
ruby-mode Add DIST_SUBDIR as ruby193-base. 2012-02-18 15:45:08 +00:00
ruby-ncurses devel/ruby-ncurses: fix _tracef build error on DragonFly 2012-05-20 17:32:34 +00:00
ruby-needle
ruby-ole Update ruby-ole to 1.2.11.4. 2012-07-13 13:15:40 +00:00
ruby-open4 Import ruby193-open4-1.3.0 as devel/ruby-open4. 2012-08-09 18:15:19 +00:00
ruby-parseconfig Add ruby-parseconfig package version 1.0.2 to pkgsrc. 2012-06-16 15:58:26 +00:00
ruby-parser Update ruby-parser package to 2.3.1. 2011-12-15 15:07:27 +00:00
ruby-parsetree Update ruby-parsetree to 3.0.9. 2012-06-02 00:40:54 +00:00
ruby-pathname2 Update ruby-pathname2 package to 1.6.5. 2011-12-15 15:08:49 +00:00
ruby-pkg-config Instead of SUBST, pass vendor' directories to setup.rb as site' directory. 2012-02-01 12:48:17 +00:00
ruby-polyglot Update ruby-polyglot pacakge to 0.3.3. 2011-12-15 15:09:30 +00:00
ruby-posix-spawn Don't try to be too fancy with the NOT_FOR_PLATFORM pattern. It broke. 2012-06-09 08:03:17 +00:00
ruby-priority-queue * Remove .require_paths from PLIST 2011-11-08 15:45:12 +00:00
ruby-racc
ruby-railties Update ruby-railties to 3.0.17. 2012-08-12 09:49:01 +00:00
ruby-railties31 Update ruby-railties31 to 3.1.8. 2012-08-12 10:37:52 +00:00
ruby-railties32 Update ruby-railties32 to 3.2.8. 2012-08-12 12:43:08 +00:00
ruby-rake Use gzip in stdout mode so that the output file is created even with the 2012-05-11 10:01:58 +00:00
ruby-randexp Update ruby-randexp to 0.1.7. 2012-03-17 14:41:08 +00:00
ruby-rbtree * Remove .require_paths from PLIST 2011-11-08 15:37:33 +00:00
ruby-rbx-require-relative
ruby-rcov Update ruby-rcov to 1.0.0. 2012-03-20 10:25:47 +00:00
ruby-rcsparse
ruby-rd-mode No need to define here RUBY_VERSION any more. 2011-11-08 16:35:36 +00:00
ruby-rdoc Update ruby-rdoc package to 3.12. 2011-12-16 11:48:33 +00:00
ruby-readline To use the options framework bsd.options.mk must be include. 2012-05-13 08:37:03 +00:00
ruby-rgl
ruby-rspec Update ruby-rspec to 2.11.0. 2012-09-03 15:55:27 +00:00
ruby-rspec-core Update ruby-rspec-core to 2.11.1. 2012-09-03 15:51:39 +00:00
ruby-rspec-expectations Update ruby-rspec-expectations to 2.11.2. 2012-09-03 15:52:38 +00:00
ruby-rspec-mocks Update ruby-rspec-mocks to 2.11.2 2012-09-03 15:53:20 +00:00
ruby-rspec-rails Update ruby-rspec-rails to 2.10.1. 2012-06-02 00:48:42 +00:00
ruby-SDL Recursive bump for removal of jpeg/tiff/png buildlink3.mk files 2012-01-28 11:00:51 +00:00
ruby-setup
ruby-sexp-processor Update ruby-sexp-processor to 3.2.0. 2012-04-29 05:29:28 +00:00
ruby-simple_uuid
ruby-simplecov Update ruby-simplecov to 0.6.4. 2012-06-02 00:51:30 +00:00
ruby-simplecov-html Importing ruby-simplecov-html package version 0.5.3. 2012-03-17 15:16:36 +00:00
ruby-spruz Importing devel/ruby-spruz package version 0.2.13, neede by newer version 2011-09-12 13:31:55 +00:00
ruby-stomp Initial import of ruby-stomp, version 1.2.5, into the NetBSD Packages 2012-08-11 06:56:14 +00:00
ruby-stream
ruby-subexec Update ruby-subexec to 0.2.2. 2012-04-29 05:53:42 +00:00
ruby-subversion Recursive bump from icu shlib major bumped to 49. 2012-04-27 12:31:32 +00:00
ruby-templater
ruby-termcolor
ruby-test-spec
ruby-test-unit Update ruby-test-unit to 2.5.2. 2012-08-29 16:47:15 +00:00
ruby-thor Add comment to note thor<0.15 is required by Ruby on Rails 3.2. 2012-06-16 15:55:49 +00:00
ruby-thrift Add destdir support. 2012-05-06 10:12:20 +00:00
ruby-thrift_client Add destdir support. 2012-05-06 10:12:20 +00:00
ruby-turn Update ruby-turn package to 0.9.5. 2012-04-29 13:20:48 +00:00
ruby-turn08 Importing ruby-turn version 0.8.3 as devel/ruby-turn08. 2012-03-17 15:31:38 +00:00
ruby-uglifier Update ruby-uglifier to 1.2.4. 2012-04-29 13:15:33 +00:00
ruby-uglifier10 Importing ruby-uglifier version 1.0.4 as devel/ruby-uglifier10. 2012-03-17 15:40:24 +00:00
ruby-uuidtools
ruby-validatable
ruby2ruby Update ruby2ruby package to 1.3.1. 2011-12-15 15:12:41 +00:00
rubyforge Use lang/ruby/json.mk to handle dependency to ruby-json. 2011-11-23 05:29:52 +00:00
rudiments Updated devel/rudiments to 0.34. 2011-10-28 11:23:21 +00:00
rvm
rx
sablecc
sapnwrfcsdk
scintilla Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
scmcvs Add inet6 to default suggested options. It's 2012. 2012-06-12 15:45:54 +00:00
scmgit Changes 1.7.12: 2012-09-04 12:17:11 +00:00
scmgit-base Changes 1.7.12: 2012-09-04 12:17:11 +00:00
scmgit-docs Changes 1.7.12: 2012-09-04 12:17:11 +00:00
scons All supported python versions in pkgsrc support eggs, so remove 2012-04-08 20:21:41 +00:00
sdcc Patch up broken makefiles hidden by failure to check for error in shell 2012-05-06 04:14:02 +00:00
SDL Really disable X11 on IRIX and Darwin 2012-08-29 23:07:08 +00:00
SDL-intro-en
SDL-intro-ko
SDL_gfx Update to 2.0.23: 2012-01-28 13:58:25 +00:00
SDL_Pango Add patch needed by newer frozen-bubble versions. 2012-03-04 22:10:41 +00:00
SDL_ttf Bump PKGREVISION. 2012-05-20 10:06:19 +00:00
SDLmm Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
semantic
semi Set LICENSE to "gnu-gpl-v2 OR gnu-gpl-v3". 2011-10-04 03:05:37 +00:00
sfio Force MKPROFILE=yes to avoid PLIST divergence. 2011-12-20 03:11:19 +00:00
sfslite Avoid strict-aliasing problems on Linux. Bump PKGREVISION as a precaution. 2012-06-18 03:28:55 +00:00
sgb
sgi-stl
sgi-stl-docs
shtk Initial addition of shtk 1.0. 2012-08-15 21:18:13 +00:00
silc-toolkit Don't use xargs when creating the libraries. This can result in xargs 2012-02-28 17:26:29 +00:00
slib
sml-mode
snappy Add a buildlink3.mk 2012-03-14 18:16:15 +00:00
SOPE devel/SOPE: Fix build for DragonFly 2012-09-01 10:02:34 +00:00
sparse
sparsehash Update my email 2011-10-09 10:02:44 +00:00
spiff Honor PKGMANDIR; fixes the Linux build. 2012-06-18 03:39:00 +00:00
spin Needs yacc; seen in the Linux build report. 2012-06-18 03:42:25 +00:00
splint Convert to usual way to define DISTNAME/PKGNAME and WRKSRC. 2012-06-02 05:53:14 +00:00
st
stgit All supported python versions in pkgsrc support eggs, so remove 2012-04-08 20:21:41 +00:00
stlport
stooop
subversion PR/43732 -- add svnserve.sh rc.d script (untested). 2012-04-13 21:17:38 +00:00
subversion-base Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
sunifdef
svk
swig
swt Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
syncdir
sysexits
tailor Bump PKGREVISION from default python to 2.7. 2012-03-15 11:53:20 +00:00
tavrasm
tcl-tclcl Recursive PKGREVISION bump for tcl and tk upgrade to 8.5.12 2012-08-21 23:49:18 +00:00
tclap TCLAP is a small, flexible library that provides a simple interface for defining 2011-10-10 13:15:31 +00:00
tcllib
tclreadline Recursive PKGREVISION bump for tcl and tk upgrade to 8.5.12 2012-08-21 23:49:18 +00:00
teem This will actually only build for i386 and x86_64 on NetBSD; for other 2012-05-23 03:35:27 +00:00
tet3 Regenerate diffs for GNU patch. 2011-12-14 03:05:04 +00:00
tex-etoolbox Import tex-etoolbox-2.1 as devel/tex-etoolbox. 2011-10-27 23:22:11 +00:00
tex-etoolbox-doc Import tex-etoolbox-doc-2.1 as devel/tex-etoolbox-doc. 2011-10-27 23:22:19 +00:00
tex-l3kernel Import tex-l3kernel-0.2900 as devel/tex-l3kernel. 2011-11-05 15:44:38 +00:00
tex-l3kernel-doc Import tex-l3kernel-doc-0.2900 as devel/tex-l3kernel-doc. 2011-11-05 15:44:49 +00:00
tex-l3packages Import tex-l3packages-0.2900 as devel/tex-l3packages. 2011-11-05 15:59:30 +00:00
tex-l3packages-doc Import tex-l3packages-doc-0.2900 as devel/tex-l3packages-doc. 2011-11-05 15:59:40 +00:00
tex-lualibs Import tex-lualibs-0.95 as devel/tex-lualibs. 2012-07-09 13:52:47 +00:00
tex-lualibs-doc Import tex-lualibs-doc-0.95 as devel/tex-lualibs-doc. 2012-07-09 13:53:25 +00:00
tex-luatexbase Import tex-luatexbase-0.31 as devel/tex-luatexbase. 2012-07-09 14:05:52 +00:00
tex-luatexbase-doc Import tex-luatexbase-doc-0.31 as devel/tex-luatexbase-doc. 2012-07-09 14:06:31 +00:00
tex-multido
tex-multido-doc
tex-pst-uml
tex-pst-uml-doc
tig
tkcvs
tkdiff
tla Remove GNU_PROGRAM_PREFIX as discussed in pkgsrc-users@ 2012-05-30 11:55:54 +00:00
tmake
tolua++ Initial import of tolua++, version 1.0.93, into the NetBSD Packages Collection. 2012-05-08 09:34:17 +00:00
topgit
tpasm
tre Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
treecc
trio
tvision Oops, need intptr_t even where the conversion is harmless. 2012-06-28 05:35:32 +00:00
ucl
ucpp
unidiff
uno devel/uno: Not for x86_64 DragonFly 2011-12-07 08:19:57 +00:00
valgrind
valide Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
vanessa_adt
vanessa_logger
vanessa_socket
vera++ Recursive bump from boost-libs update. 2012-08-29 11:22:09 +00:00
vtcl Recursive PKGREVISION bump for tcl and tk upgrade to 8.5.12 2012-08-21 23:49:18 +00:00
wide
xdelta
xdelta3 Update to 3.0.0, called 3.0za in pkgsrc to be newer than 3.0z. 2012-04-07 15:08:55 +00:00
xfce4-dev-tools Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
xfconf Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
xmake
xorg-util-macros Make it a build dependency, as joerg notes. 2012-04-29 11:30:23 +00:00
xsd Recursive bump from boost-libs update. 2012-08-29 11:22:09 +00:00
xulrunner Add one more patch from Jan Beich, 2012-09-02 05:45:29 +00:00
xulrunner10 Update to 10.0.6 2012-07-22 00:03:10 +00:00
xulrunner192 Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
xxgdb
yajl * switch MASTER_SITES to http one 2012-03-19 01:43:36 +00:00
yasm Update to 1.2.0: 2011-11-29 17:13:42 +00:00
z80-asm
ZenTest Update ZenTest to 4.8.2. 2012-07-31 13:53:23 +00:00
zlib Add --tag=CC to libtool line. 2012-09-02 14:56:17 +00:00
zzuf
Makefile add py-pyev 2012-09-02 02:46:04 +00:00