pkgsrc/devel
jym c99b280e8f Update AWL to 0.45.
Changelog:

2010-09-20  Andrew McMillan  <andrew@morphoss.com>
	* [AWLDbDialect] Quote hex numbers as strings.

2010-09-11  Andrew McMillan  <andrew@morphoss.com>
	* [iCalendar/vComponent/vEvent] UTF8 mode for RFC5545 wrap regexes

2010-09-10  Andrew McMillan  <andrew@morphoss.com>
	* [AWLUtilities] Undeclared globals in force_utf8.
	* [iCalendar,vEvent,vComponent] Fix the line wrapping in V* components.

2010-08-30  Andrew McMillan  <andrew@morphoss.com>
	* [vComponent] Add a function to return a single property.

2010-08-28  Andrew McMillan  <andrew@morphoss.com>
	* [vComponent] Various changes in use with VCard.
	  - Enforce upercase property names.
	  - Invert array sense for MaskComponents / MaskProperties to match
	    the way it is with the GetProperties, GetComponents.

2010-08-26  Andrew McMillan  <andrew@morphoss.com>
	* Add some basic filter processing for addressbook-query usage.
	* Wrap password logging in logs behind $c->dbg['password'] = 1;

2010-06-23  Andrew McMillan  <andrew@morphoss.com>
	* [XMLDocument] Add helper for CardDAVElement.

2010-06-17  Andrew McMillan  <andrew@morphoss.com>
	* [Session] Try and clarify the lost password text a little better.
	* Don't send multipart/form-data if the form is GET.

2010-05-28  Andrew McMillan  <debian@mcmillan.net.nz>
	* [AwlQuery] Fixing backward compatibility with PgQuery.
	* [AwlQuery] Fix handling of queries with no parameters.

2010-05-27  Andrew McMillan  <andrew@morphoss.com>
	* [iCalendar] Apply correct wrapping for RFC5545.
	* [iCalendar] Don't add a trailling space when wrapping for RFC5545.

2010-05-19  Andrew McMillan  <andrew@morphoss.com>
	* [vComponent] Generic base class for handling VCALENDAR, VCARD, etc.
	* Expose transaction state at query level.
	* No need to return anything from the schema update.

2010-05-09  Andrew McMillan  <andrew@morphoss.com>
	* [Translation] If gettext is not installed, fall back to English.

2010-05-08  Andrew McMillan  <andrew@morphoss.com>
	* Add Australia to the list of possible TZ continents.

2010-04-28  Andrew McMillan  <andrew@morphoss.com>
	* [AwlQuery] Handle setting an alternative connection somewhat better.
	* [Session] _CheckLogin needs to access $c for external authentication.
	* Allow for multiple records to have somehow got into the DB.
	* Better parameter escaping, including escaping ? for older PHP::PDO.

2010-04-20  Andrew McMillan  <andrew@morphoss.com>
	* Replace deprecated split() calls.

2010-04-17  Andrew McMillan  <andrew@morphoss.com>
	* Release 0.43

2010-04-15  Andrew McMillan  <andrew@morphoss.com>
	* [iCalendar] Add and use a new olson_from_tzstring() function.

2010-04-14  Andrew McMillan  <andrew@morphoss.com>
	* We can close this bug now, since it was fixed a wee while ago.
	* [AwlQuery] Warn if named parameters are passed in incorrectly.
	* Fix strange alternate reality definition of aparche_read_header.

2010-04-12  Andrew McMillan  <andrew@morphoss.com>
	* Preparing to release 0.43
	* The new database libraries should be with the library code.
	  Especially since they're being used for more than just DAViCal now.
karora@dave:~/projects/awl$ gitlog-to-changelog --since=2010-04-13
2010-09-11  Andrew McMillan  <andrew@morphoss.com>
	* [vComponent] Tweak wrapping one last time.
	* [iCalendar/vComponent/vEvent] UTF8 mode for RFC5545 wrap regexes
	  The regexes used for wrapping to 72 characters in line with
	  RFC5545 wrapping rules need to be UTF8 aware, otherwise they
	  will break lines in the middle of UTF8 sequences and we get
	  to fail to put both broken parts into the database.

2010-09-10  Andrew McMillan  <andrew@morphoss.com>
	* [AWLUtilities] Undeclared globals in force_utf8.
	* Ignore Eclipse droppings.
	* [iCalendar,vEvent,vComponent] Fix the line wrapping in V* components.
	  The wordwrap was not being done in a repeatably reversible manner
	  due to a misguided effort to make it more readable.  This gives up
	  on readability in favour of reversability.

2010-09-02  Andrew McMillan  <andrew@morphoss.com>
	* [vComponent] Revert that last change.

2010-08-30  Andrew McMillan  <andrew@morphoss.com>
	* [vComponent] Add a function to return a single property.
	* Slightly better TZname to Olson matching.

2010-08-28  Andrew McMillan  <andrew@morphoss.com>
	* [vComponent] Various changes in use with VCard.
	  - Enforce upercase property names.
	  - Invert array sense for MaskComponents / MaskProperties to match
	    the way it is with the GetProperties, GetComponents.
	  - Generally improve the consistency.

2010-08-26  Andrew McMillan  <andrew@morphoss.com>
	* Add some basic filter processing for addressbook-query usage.
	* Wrap password logging in logs behind $c->dbg['password'] = 1;

2010-06-23  Andrew McMillan  <andrew@morphoss.com>
	* [XMLDocument] Add helper for CardDAVElement.

2010-06-17  Andrew McMillan  <andrew@morphoss.com>
	* [Session] Try and clarify the lost password text a little better.
	* Don't send multipart/form-data if the form is GET.

2010-05-28  Andrew McMillan  <debian@mcmillan.net.nz>
	* [AwlQuery] Fixing backward compatibility with PgQuery.
	* [AwlQuery] Fix handling of queries with no parameters.

2010-05-27  Andrew McMillan  <andrew@morphoss.com>
	* [iCalendar] Apply correct wrapping for RFC5545.
	* [iCalendar] Don't add a trailling space when wrapping for RFC5545.

2010-05-19  Andrew McMillan  <andrew@morphoss.com>
	* [vComponent] Generic base class for handling VCALENDAR, VCARD, etc.
	* Expose transaction state at query level.
	* No need to return anything from the schema update.

2010-05-09  Andrew McMillan  <andrew@morphoss.com>
	* [Translation] If gettext is not installed, fall back to English.

2010-05-08  Andrew McMillan  <andrew@morphoss.com>
	* Add Australia to the list of possible TZ continents.

2010-04-28  Andrew McMillan  <andrew@morphoss.com>
	* [AwlQuery] Handle setting an alternative connection somewhat better.
	* [Session] _CheckLogin needs to access $c for external authentication.
	* Allow for multiple records to have somehow got into the DB.
	* Better parameter escaping, including escaping ? for older PHP::PDO.

2010-04-20  Andrew McMillan  <andrew@morphoss.com>
	* Replace deprecated split() calls.
2010-11-12 18:20:19 +00:00
..
accerciser Remove PYTHON_VERSION_ACCEPTED, this package works with python26. 2010-10-06 14:00:46 +00:00
acme
acr Transfer ownership to pkgsrc-users. pancake's address is not valid any 2010-07-06 10:17:11 +00:00
acunia-jam
adocman Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
aegis Update aegis to 4.24.2. 2010-02-13 06:28:21 +00:00
ald
allegro replace spaces with tabs for recent gmake. 2010-09-18 08:02:29 +00:00
anjuta If installing icons to share/icons/gnome, depend on gnome-icon-theme. 2010-10-20 20:26:29 +00:00
apache-ant Update devel/apache-ant to 1.8.0 2010-04-13 21:05:41 +00:00
apache-ant15
apache-maven
apel
apr Changes 1.4.2: 2010-11-01 17:20:03 +00:00
apr-util Switch distfile to .tar.bz2 to save precious space. 2010-11-01 17:44:52 +00:00
apr0 Changes 2.0.64: 2010-11-01 18:03:03 +00:00
arena
argp
argtable DESTDIR support 2010-01-29 17:44:37 +00:00
ArX Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
as31
asm2html
astyle
at-spi Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
atf Update atf to 0.12: 2010-11-07 13:41:14 +00:00
atk Update to 1.32.0: 2010-10-16 23:59:57 +00:00
autoconf Update to 2.68, requested by adam for pkg-config-0.25. 2010-09-24 09:46:42 +00:00
autoconf213
autogen Recursive revision bump for GMP update. 2010-03-24 19:43:21 +00:00
automake Recognize newer python versions. Fixed in upstream git, slightly differently. 2010-10-17 00:39:32 +00:00
automake14
automoc4 Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
avl
avltree
bcc DESTDIR support 2010-01-29 17:44:37 +00:00
bglibs DESTDIR support. 2010-03-15 02:32:49 +00:00
bin86 fix link. 2010-02-07 17:56:42 +00:00
binutils
bison Update to 2.4.3: 2010-08-15 15:16:58 +00:00
blame
blib Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
bmake Force to use select(2) instead of poll(3) for Interix. 2010-09-10 02:42:59 +00:00
boa-constructor Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
boehm-gc Add RCS Id. 2010-06-04 11:21:34 +00:00
boost-build Added support for Clang 2010-10-30 09:29:58 +00:00
boost-docs Changes 1.44.0: 2010-08-26 17:40:58 +00:00
boost-headers Changes 1.44.0: 2010-08-26 17:40:58 +00:00
boost-jam Remove PLIST_SRC from bjam.mk 2010-10-26 17:55:37 +00:00
boost-libs Darwin PLIST clean-up 2010-10-26 16:41:38 +00:00
boost-python Changes 1.44.0: 2010-08-26 17:40:58 +00:00
bouml Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
buddy
bugzilla
bugzilla3 remove dependency on p5-Email-MIME-Modifier, which has been superseded by 2010-03-14 10:46:55 +00:00
bullet Set LICENSE. 2010-09-03 23:04:02 +00:00
byacc
bzr remove stray && in previous 2010-06-01 13:31:40 +00:00
bzr-explorer Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
bzr-gtk Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
bzr-svn Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
bzrtools Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
c-cpp-reference
c4
cbrowser
ccache
cdecl
cdk USE_NCURSES= # emtpy -> USE_NCURSES=yes 2010-03-08 13:21:37 +00:00
cfitsio
cflow
cflow-mode
cgdb USE_NCURSES=# -> USE_NCURSES=yes 2010-03-17 15:18:18 +00:00
check Update check to 0.9.8. 2010-08-18 04:36:13 +00:00
chmlib
chrpath
clib Import clib version 0.2.2. 2010-04-27 23:52:53 +00:00
clisp-pcre Import CLISP PCRE module as devel/clisp-pcre. 2010-07-09 18:59:48 +00:00
clisp-syscalls Fix shared (PIC) code on amd64 and, hopefully, on other platforms. 2010-09-17 09:35:58 +00:00
clisp-zlib Import CLISP zlib module as devel/clisp-zlib. 2010-07-09 18:56:31 +00:00
cmake Changes 2.8.3: 2010-11-11 08:34:01 +00:00
cmake-mode
coccinelle Update to 0.2.3. 2010-08-07 14:23:23 +00:00
coconut Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
codeville Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
cogito
colordiff Import colordiff-1.0.9 as devel/colordiff. 2010-03-03 13:40:32 +00:00
compiz-bcop
compizconfig-backend-gconf Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
confuse Remove -Werror. There is a defined but not used function in the 2010-08-04 02:52:44 +00:00
cook
cppcheck More PKGREVISION bumps for pixman update. 2010-09-14 11:13:10 +00:00
cppunit Update to 1.12.1. Put rpath into config script. 2010-10-16 15:25:09 +00:00
cproto Update cproto to 4.7i. 2010-08-15 02:31:53 +00:00
cpuflags
cqual DESTDIR support 2010-01-29 17:44:37 +00:00
cscope
cssc
cunit
cut DESTDIR support 2010-01-29 17:44:37 +00:00
cvs2cl
cvs2html Reset maintainer for developers who gave back their commit bit. 2010-02-26 10:28:30 +00:00
cvs2p4
cvs2svn Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
cvsclone
cvsd
cvsdiff2patch
cvsgraph Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
cvslock
cvsps
cvsup
cvsup-bin
cvsup-gui
cvsup-gui-bin
cvsutils
cvsync Reset maintainer, developer lost his commit bit. 2010-03-21 16:29:38 +00:00
cxref
darcs Recursive revision bump for GMP update. 2010-03-24 19:43:21 +00:00
darts
ddd Update to DDD 3.1.12 from PR pkg/43402 (David H. Gutteridge) 2010-06-02 13:34:34 +00:00
dejagnu
dev86
devhelp Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
device-driver-doc-de
devIL Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
dia2code
diffuse Update to 0.4.4: 2010-10-21 15:41:48 +00:00
diffutils
distcc
distcc-pump Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
distccmon-gnome Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
distccmon-gtk Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
dlcompat DESTDIR support (can't test without a sufficiently old Darwin, but it looks 2010-03-15 02:39:36 +00:00
dmake
dmalloc update to 5.5.2 2010-02-11 18:35:07 +00:00
doc++
dotconf import dotconf 2010-11-04 16:57:00 +00:00
doxygen fix an off-by-one which made that manpage links had an underscore 2010-08-05 15:49:30 +00:00
doxymacs
easygit Use right distfile path; noted by Robert Elz in PR 42932 2010-03-08 00:57:55 +00:00
eclipse
edcommon
eet Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
eina
electric-fence this CONFLICTS with the prefious ElectricFence pkg 2010-02-17 10:25:18 +00:00
elf
elfsh Fix build on NetBSD/amd64. Not MAKE_JOBS_SAFE. 2010-03-17 15:32:18 +00:00
elib
emacs-ilisp
emacs20-elib
epydoc Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
equeue DESTDIR support 2010-02-14 20:51:23 +00:00
eric3 Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
eric4 Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
error
ethos Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
ETL
etrace
exctags Update devel/exctags to 5.8 2010-01-22 22:30:05 +00:00
exempi Added LICENSE information. 2010-01-30 16:27:59 +00:00
ExmanIDE Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
fann
fann-devel
fastdep
ffcall
fhist DESTDIR support 2010-01-29 17:59:06 +00:00
flex bumping pkgrevision ought to have gone in with addition of patches/patch-ad 2010-01-31 17:21:14 +00:00
flexdock import flexdock-0.5.1 2010-03-08 12:38:39 +00:00
flim Fix PLIST for emacs versions coming with md4/ntlm/sasl-ntlm.elc. 2010-07-24 06:57:42 +00:00
florist
fortran-utils
fossil Update to fossil-20101101* release. This brings support for baseline 2010-11-01 20:38:09 +00:00
frama-c Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
fromcvs Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
ftnchek
g-wrap Recursive revision bump for GMP update, 2nd part. 2010-03-24 21:54:15 +00:00
GConf update to 2.28.1 2010-06-11 13:19:24 +00:00
GConf-ui Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
gconfmm Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
gcvs Redo DESTDIR support to deal with partial DESTDIR handling. 2010-02-01 00:24:37 +00:00
gdb Doesn't support NetBSD/amd64. 2010-03-17 15:34:15 +00:00
gdb6
gdbada
gdl Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
geany Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
generate Correction to the home page and distribution site. 2010-09-30 18:30:20 +00:00
gentle Seems to have 64bit issues, see devel/rsltc. 2010-02-19 22:27:24 +00:00
gettext Set LICENSE. 2010-10-27 15:43:54 +00:00
gettext-asprintf Set LICENSE. 2010-10-27 15:43:54 +00:00
gettext-lib Remove patch-ad and Makefile changes intended to fix PR 43879 that 2010-10-28 09:34:19 +00:00
gettext-m4 Added LICENSE information. 2010-01-30 16:27:59 +00:00
gettext-tools Set LICENSE. 2010-10-27 15:43:54 +00:00
gflib
giblib Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
gindent
glade Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
glade3 Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
glib
glib2 Fix build on solaris 10 again... 2010-11-10 20:51:46 +00:00
glibmm Changes 2.24.2: 2010-06-02 16:43:26 +00:00
global
gmake Update distinfo, noted by tron@. (Thanks!) 2010-08-31 08:23:15 +00:00
gmp Fix build on Solaris 10. 2010-09-24 14:27:35 +00:00
gnome-build Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
gnome-common
gnustep-base Recursive revision bump for GMP update. 2010-03-24 19:43:21 +00:00
gnustep-examples More PKGREVISION bumps of jpeg dependencies. 2010-01-24 13:26:09 +00:00
gnustep-make
gnustep-objc
gnustep-objc-lf2
gob2 add license. 2010-02-07 18:06:09 +00:00
googletest Re-add files again. 2010-01-26 01:20:57 +00:00
Gorm More PKGREVISION bumps of jpeg dependencies. 2010-01-24 13:26:09 +00:00
gperf Added LICENSE information. 2010-01-30 16:27:59 +00:00
gputils DESTDIR support 2010-01-29 17:59:06 +00:00
gsoap Update gsoup to 2.7.17. 2010-09-18 12:11:36 +00:00
gst-plugins0.10-pango Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
gtexinfo
gtl
guile-fcgi Recursive revision bump for GMP update. 2010-03-24 19:43:21 +00:00
guile-gnome Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
guile-gtk Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
guile-lib Recursive revision bump for GMP update. 2010-03-24 19:43:21 +00:00
guile-slib Recursive revision bump for GMP update. 2010-03-24 19:43:21 +00:00
guile-www Update to 2.26: 2010-08-16 11:29:11 +00:00
guile16-gtk Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
haskell-mode
hdf "fortran" -> "fortran77" except where it is clear that it isn't F77. 2010-07-30 10:36:22 +00:00
hdf5 Don't reverse CPPFLAGS. 2010-04-24 21:27:36 +00:00
hg-git hg-git-0.2.2: no CHANGELOG 2010-06-15 16:22:57 +00:00
hoe Fixes CONFLICTS pattern. 2010-09-13 11:03:40 +00:00
hptools DESTDIR support 2010-01-29 17:59:06 +00:00
ht USE_NCURSES=# -> USE_NCURSES=yes 2010-03-17 14:17:38 +00:00
hugs-HUnit DESTDIR support 2010-01-29 18:52:35 +00:00
hugs-unix DESTDIR support 2010-01-29 18:52:35 +00:00
idiff
idutils
imake updated to 1.0.3 2010-05-21 22:10:11 +00:00
intel2gas
isect Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
its4
jam
java-subversion Updating subversion from 1.6.9nb1 to 1.6.12 2010-09-19 16:10:46 +00:00
javacc
javadeps
jflex
js2-mode
kdbg Recursive PKGREVISION bump for the net/mDNSResponder update 2010-07-14 11:11:13 +00:00
kdesdk3 Revbump after updating databases/db5 2010-09-16 08:04:14 +00:00
kdesdk4 Update to KDE SC 4.5.3 2010-11-03 20:07:33 +00:00
kdevelop
kdevelop-base Revbump after updating databases/db5 2010-09-16 08:04:14 +00:00
kdevelop4 Update kdevelop4 to 4.1.0 2010-10-27 09:53:02 +00:00
kdevplatform Update kdevelop4 to 4.1.0 2010-10-27 09:53:02 +00:00
kdiff3 Recursive PKGREVISION bump for the net/mDNSResponder update 2010-07-14 11:11:13 +00:00
ko-po-check
kscope Recursive PKGREVISION bump for the net/mDNSResponder update 2010-07-14 11:11:13 +00:00
lcc
lcov Import new package: lcov. 2010-01-26 01:05:04 +00:00
ldapsdk
lemon
libarena
libargparse
libast Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
libatomic_ops
libbegemot
libbinio
libbonobo :No need gtkdoc-rebase workaround anymore. 2010-08-29 09:26:56 +00:00
libbonoboui update to 2.24.4 2010-10-22 19:33:08 +00:00
libcfg+ Added LICENSE information. 2010-02-19 20:16:40 +00:00
libcompizconfig Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
libconfig Drop maintainership on these packages, I am no longer interested. 2010-05-07 08:34:22 +00:00
libctl Recursive revision bump for GMP update. 2010-03-24 19:43:21 +00:00
libdaemon Update from version 0.14 to 0.14nb1. 2010-02-19 15:04:51 +00:00
libdatrie Update libdatrie to 0.2.4. 2010-08-05 12:50:27 +00:00
libdnsres
libdockapp
libebml update to 1.0.0 2010-07-08 18:42:12 +00:00
libelf Package owner resigned. Change to pkgsrc-users 2010-08-28 09:16:35 +00:00
libetm
libev avoid conflicts with libevent 2010-01-29 15:05:00 +00:00
libevent adust CONFLICTS 2010-01-29 15:13:00 +00:00
libextractor Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
libf2c
libffi Correctly do cache flushing on m68k NetBSD. Fixes PR #43106. 2010-07-22 04:17:44 +00:00
libfirm
libFoundation
libFoundation-examples
libftdi buildlink for liftdi 2010-10-23 15:34:34 +00:00
libgail-gnome Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
libgcroots Note about LICENSE (free, but not general). 2010-05-15 13:04:12 +00:00
libgee Add a patch from drochner@ to keep the selftest from crashing. 2010-11-11 23:05:17 +00:00
libgetopt
libglade Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
libglademm Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
libgnome Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
libgnomemm Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
libgnomeui update to 2.24.4 2010-10-22 19:33:08 +00:00
libgnomeuimm Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
libgphoto2 Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
libgsf Update to 1.14.19: 2010-10-16 16:10:37 +00:00
libgsf-gnome Update to 1.14.19: 2010-10-16 16:10:37 +00:00
libgweather update to 2.30.3 2010-10-22 19:36:10 +00:00
libhfs
libiberty
libidn Update to 1.19: 2010-06-15 09:23:05 +00:00
libixp
libjit
libjudy
libltdl
libmaa
libmatchbox Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
libmcs Set LICENSE. 2010-09-19 14:09:41 +00:00
libmemcache Change some functions from 'inline' to 'static inline' to avoid multiply 2010-02-02 07:14:29 +00:00
libmemmgr
libmimedir
libmm
libmowgli Update libmowgli to 0.7.1. 2010-09-19 12:19:41 +00:00
libmtp Update to 1.0.1: 2010-01-18 10:06:15 +00:00
libnet10
libnet11
libnjb Set LICENSE. 2010-02-15 16:53:15 +00:00
libntlm
liboil regen, line numbers were too high and patch warned about it. 2010-02-07 16:12:25 +00:00
liboop
libosip
libowfat
libportlib
libproplist
librfuncs move BUILDLINK_LDFLAGS definition from bl3.mk to builtin.mk -- in theory, 2010-08-30 17:27:11 +00:00
librlog
librsync
librxspencer
libscsi This package is BSD-specific; set ONLY_FOR_PLATFORM. 2010-10-31 09:08:11 +00:00
libsexy Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
libsexymm Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
libsigc++ Update to 2.2.8: 2010-06-15 11:27:51 +00:00
libsigc++1
libsigsegv
libsigsegv25
libslang
libslang2 give "configure" a hint where to find zlib, hopefully helps PR pkg/43724 2010-08-10 10:16:44 +00:00
libsmi
libstash
libstatgrab Updating devel/libstatgrab from 0.16 to 0.17 2010-08-24 06:33:10 +00:00
libstree
libstroke
libtai
libtar
libtecla
libthai Update libthai to 0.1.14. 2010-03-10 13:41:37 +00:00
libthrift Update libthrift to version 0.5.0. 2010-10-16 11:38:05 +00:00
libtool Fix support of g95 as the fortran on NetBSD. 2010-03-17 10:59:44 +00:00
libtool-base "fortran" -> "fortran77" except where it is clear that it isn't F77. 2010-07-30 10:36:22 +00:00
libtool-info
libts
libusb without this patch it failed to compile on MacOS 10.6 in 64 bit mode 2010-02-20 22:42:02 +00:00
libview Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
libvolume_id Added LICENSE information. 2010-01-24 17:11:17 +00:00
libwhisker2
libwnck Update to 2.30.5: 2010-10-17 00:04:05 +00:00
lincvs
log4shib Also bump PKGREVISION 2010-10-19 23:01:26 +00:00
ltsa
lua-alt-getopt
lua-filesystem Import lua-filesystem-1.5.0 as devel/lua-filesystem. 2010-09-21 09:30:41 +00:00
lua-mode
lua-stdlib
lua-stdlib-doc
lwp
m4 Update to 1.4.15: 2010-09-03 07:39:45 +00:00
m17n-lib Update m17n-lib to 1.6.2. 2010-10-16 13:03:27 +00:00
makedepend
makedepf90 Update HOMEPAGE and MASTER_SITES. 2010-07-16 12:00:27 +00:00
maketool DESTDIR support 2010-01-29 19:03:44 +00:00
mantis No need to buildlink with database library. 2010-09-30 08:27:52 +00:00
matio
meld Update to 1.4.0. Send patch-ac upstream and add comment. 2010-10-16 15:15:15 +00:00
mell
memcached Updated to release 1.4.4. 2010-02-27 20:40:52 +00:00
menhir
mercurial Update to 1.7: 2010-11-02 09:37:19 +00:00
mico DESTDIR support 2010-07-07 01:13:08 +00:00
mkcmd
mono-addins Set LICENSE. 2010-07-14 08:20:14 +00:00
mono-tools Update to mono-tools-2.8, part of mono-2.8 2010-10-16 04:34:56 +00:00
monodevelop Add buildlink file that will be used for various add-ons 2010-10-16 21:19:47 +00:00
monodevelop-database Initial import of monodevelop-database 2.4, the database add-on for 2010-10-16 21:40:28 +00:00
monotone Update to 0.99: 2010-11-07 20:51:45 +00:00
monotone-el Update to 0.99: use the monotone 0.99 distfile. 2010-11-07 20:53:59 +00:00
monotone-server Update to 0.99: depend on monotone 0.99. 2010-11-07 20:52:43 +00:00
monotone-viz Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
mph
nana Fix overwrite without DESTDIR for the DESTDIR case. 2010-02-01 00:35:00 +00:00
nant Honour build environment. Fixes build if $HOME is not writeable. 2010-03-29 13:01:53 +00:00
nasm
nbitools
nbpatch From PR 43188: basename(3) and dirname(3) are in libgen on IRIX 2010-05-02 22:33:27 +00:00
ncc Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
ncurses Tell location of Haiku's ncurses header. 2010-08-29 01:16:08 +00:00
ncursesw ncurses does a bunch of sed magic at *install* time to adjust the 2010-07-26 05:47:45 +00:00
netbeans-ide
netbsd-iscsi-lib Shared routines used by both netbsd-iscsi-initiator and netbsd-iscsi-target. 2010-06-04 16:14:44 +00:00
netcdf "fortran" -> "fortran77" except where it is clear that it isn't F77. 2010-07-30 10:36:22 +00:00
newfile * Add two CONFLICTS patterns: 2010-09-13 14:39:30 +00:00
newt
noweb
nqc
nsis Reset maintainer. 2010-11-01 00:08:09 +00:00
nspr Bump minimum dependency (PR pkg/43867) 2010-09-12 09:11:49 +00:00
nspr-reference
nss Update to nss-3.12.8 (catch up w/ firefox) 2010-10-21 10:31:00 +00:00
ObjectiveLib
ocaml-findlib Update OCaml findlib to 1.2.6 2010-08-21 15:27:31 +00:00
ocaml-lwt DESTDIR support 2010-01-30 19:10:25 +00:00
ode
ogre Set LICENSE. 2010-08-30 20:42:44 +00:00
omake Import omake-0.9.8.5 as devel/omake. 2010-05-29 10:43:14 +00:00
opal Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
opencm DESTDIR support 2010-01-29 19:05:18 +00:00
opengrok Upgrade to version 0.8.1. 2010-04-29 19:50:24 +00:00
orc Fix build on Dragonfly. From elekktretterr@exemail.com.au on pkgsrc-users. 2010-10-25 10:33:53 +00:00
ossp-uuid
p4
p4-docs
p4d
p4pr
p4web
p5-accessors Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Acme-PlayCode Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Algorithm-Annotate Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Algorithm-C3 Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Algorithm-Dependency Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Algorithm-Diff Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Algorithm-Merge Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-aliased Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-AnnoCPAN-Perldoc Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Any-Moose Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-AnyEvent Updating devel/p5-AnyEvent from 5.251nb1 to 5.271 2010-08-25 19:26:17 +00:00
p5-AnyEvent-AIO Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-App-Cache Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-App-CLI Adjusting dependency to Locale::Maketext::Simple to use the core module, 2010-09-04 11:50:36 +00:00
p5-App-Cmd Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-App-cpanminus Updating devel/p5-App-cpanminus from 1.0013 to 1.0014 2010-09-23 21:19:08 +00:00
p5-App-cpanoutdated Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-App-FatPacker Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-App-perlbrew Update p5-App-perlbrew from version 0.09nb1 to version 0.10. 2010-08-25 22:44:30 +00:00
p5-AppConfig Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-AppConfig-Std Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Array-Compare Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Array-Diff Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Array-RefElem Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-asa Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Async-Interrupt Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-AtExit Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Attribute-Handlers Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Attribute-Lexical Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-autobox Updating devel/p5-autobox from 2.70nb1 to 2.71 2010-09-23 21:22:55 +00:00
p5-autobox-Core Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-autodie Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-AutoLoader Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-AutoXS-Header Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-B-Compiling Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-B-Hooks-EndOfScope Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-B-Hooks-OP-Annotation Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-B-Hooks-OP-Check Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-B-Hooks-OP-Check-StashChange Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-B-Hooks-OP-PPAddr Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-B-Hooks-Parser Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-B-Keywords Updating devel/p5-B-Keywords from 1.09nb1 to 1.10 2010-09-08 05:48:59 +00:00
p5-B-Utils Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-BackPAN-Index Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Bit-Vector Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-boolean Updating devel/p5-boolean from 0.20nb1 to 0.23 2010-09-17 05:48:13 +00:00
p5-BSD-Resource Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Cache Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Cache-Cache Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Cache-FastMmap Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Cache-Memcached Update to 1.29: 2010-09-19 10:54:28 +00:00
p5-Cache-Simple-TimedExpiry Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-capitalization Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Capture-Tiny Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Carp-Assert Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Carp-Assert-More Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Carp-Clan Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Carp-REPL Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-CLASS Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Class-Accessor Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Class-Accessor-Chained Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Class-Accessor-Grouped Updating devel/p5-Class-Accessor-Grouped from 0.09005 to 0.09006 2010-09-17 05:34:29 +00:00
p5-Class-Accessor-Named Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Class-Adapter Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Class-Autouse Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Class-Base Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Class-C3 Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Class-C3-Adopt-NEXT Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Class-C3-Componentised Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Class-C3-XS Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Class-Container Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Class-Data-Accessor Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Class-Data-Inheritable Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Class-ErrorHandler Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Class-Factory Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Class-Factory-Util Reset maintainer. 2010-11-01 00:08:09 +00:00
p5-Class-Field Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Class-Fields Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Class-Gomor Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Class-Inner Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Class-InsideOut Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Class-Inspector Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Class-ISA Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Class-Loader Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Class-MakeMethods Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Class-Method-Modifiers Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Class-MethodMaker Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Class-Mix Updating devel/p5-Class-Mix from 0.003nb1 to 0.004 2010-09-02 19:18:30 +00:00
p5-Class-MOP Updating devel/p5-Class-MOP from 1.07 to 1.08 2010-09-17 05:52:51 +00:00
p5-Class-ObjectTemplate Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Class-OOorNO Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Class-ReturnValue Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Class-Singleton Reset maintainer. 2010-11-01 00:08:09 +00:00
p5-Class-Std Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Class-Throwable Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Class-Trigger Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Class-Unload Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Class-Virtual Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Class-WhiteHole Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Class-XML Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Class-XPath Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Class-XSAccessor Updating devel/p5-Class-XSAccessor from 1.07 to 1.08 2010-09-21 05:59:42 +00:00
p5-Class-XSAccessor-Array Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Clone Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Clone-PP Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-common-sense Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Compress-PPMd Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Compress-Raw-Bzip2 Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Compress-Raw-Zlib Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Config-Any Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Config-Auto Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Config-AutoConf Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Config-Find Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Config-General Updating devel/p5-Config-General from 2.48 to 2.49 2010-08-26 05:11:23 +00:00
p5-Config-GitLike Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Config-INI Updating devel/p5-Config-INI from 0.015 to 0.016 2010-09-08 05:38:03 +00:00
p5-Config-IniFiles Updating devel/p5-Config-IniFiles from 2.57nb1 to 2.58 2010-09-01 20:17:26 +00:00
p5-Config-Std Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Config-Tiny Updating devel/p5-Config-Tiny from 2.12nb2 to 2.13 2010-09-08 05:44:27 +00:00
p5-constant Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Context-Preserve Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Contextual-Return Updating devel/p5-Contextual-Return from 0.2.1 to 0.003.001 2010-09-02 20:47:05 +00:00
p5-Coro Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-CPAN Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-CPAN-Checksums Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-CPAN-DistnameInfo Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-CPAN-FindDependencies Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-CPAN-Inject Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-CPAN-Reporter Updating devel/p5-CPAN-Reporter from 1.1800nb1 to 1.1801 2010-09-14 05:30:19 +00:00
p5-Curses Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Curses-UI Reset maintainer. 2010-09-28 13:21:29 +00:00
p5-Curses-UI-POE Reset maintainer. 2010-09-28 13:21:29 +00:00
p5-Data-Alias Data::Alias seems to be known being broken since 5.11.5 (see RT#36165 at 2010-08-22 05:32:33 +00:00
p5-Data-Buffer Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Data-Compare Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Data-Denter Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Data-Dump Updating devel/p5-Data-Dump from 1.15nb1 to 1.17 2010-08-31 20:33:29 +00:00
p5-Data-Dump-Streamer Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Data-Dumper-Concise Updating devel/p5-Data-Dumper-Concise from 1.200nb1 to 2.012 2010-08-31 20:41:19 +00:00
p5-Data-Dumper-Names Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Data-Hierarchy Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Data-OptList Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Data-Page Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Data-Pageset Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Data-Peek Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Data-Section Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Data-Serializer Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Data-ShowTable Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Data-Taxi Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Data-TemporaryBag Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Data-UUID Updating devel/p5-Data-UUID from 1.216nb1 to 1.217 2010-09-17 05:54:47 +00:00
p5-Data-Visitor Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Date-Business Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Date-Calc Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Date-Calc-XS Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Date-Manip Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Date-Simple Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Debug-Client Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Declare-Constraints-Simple Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Devel-Autoflush Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Devel-Caller Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Devel-Checklib Updating devel/p5-Devel-Checklib from 0.6nb1 to 0.7 2010-09-03 05:36:14 +00:00
p5-Devel-CheckOS Updating devel/p5-Devel-CheckOS from 1.61nb1 to 1.63 2010-09-03 05:24:40 +00:00
p5-Devel-Cover Update to 0.71, changes undocumented. 2010-09-12 11:20:38 +00:00
p5-Devel-Cycle Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Devel-Declare Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Devel-Dumpvar Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Devel-ebug Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Devel-EvalContext Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Devel-Events Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Devel-Events-Objects Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Devel-FindRef Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Devel-Gladiator Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Devel-GlobalDestruction Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Devel-Leak-Object Updating devel/p5-Devel-Leak-Object from 1.00nb1 to 1.01 2010-08-31 05:28:21 +00:00
p5-Devel-LexAlias Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Devel-NYTProf Updating devel/p5-Devel-NYTProf from 4.04nb1 to 4.05 2010-09-21 20:49:11 +00:00
p5-Devel-PartialDump Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Devel-PPPort Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Devel-Profile Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Devel-Refactor Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Devel-REPL Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Devel-Size Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Devel-SmallProf Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Devel-StackTrace Updating devel/p5-Devel-StackTrace from 1.2200nb1 to 1.2500 2010-09-08 06:28:25 +00:00
p5-Devel-StackTrace-AsHTML Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Devel-StackTrace-WithLexicals Update p5-Devel-StackTrace-WithLexicals from version 0.05nb1 to version 0.06. 2010-08-29 14:15:10 +00:00
p5-Devel-Symdump Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Devel-Trace Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Devel-TraceUse Updating devel/p5-Devel-TraceUse from 2.02nb1 to 2.03 2010-09-23 21:28:01 +00:00
p5-Dir-Self Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-enum Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Error Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-EV Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Event Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Event-ExecFlow Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Event-RPC Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-ex-lib Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Exception-Class Updating devel/p5-Exception-Class from 1.30nb1 to 1.32 2010-09-01 05:27:14 +00:00
p5-Exception-Handler Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Expect Fix pattern to match reality. 2010-09-06 18:10:37 +00:00
p5-Expect-Simple Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Exporter-Lite Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-ExtUtils-AutoInstall Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-ExtUtils-CBuilder Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-ExtUtils-Command Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-ExtUtils-Depends Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-ExtUtils-F77 Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-ExtUtils-Install Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-ExtUtils-MakeMaker Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-ExtUtils-Manifest Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-ExtUtils-ModuleMaker Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-ExtUtils-ModuleMaker-TT Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-ExtUtils-ParseXS Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-ExtUtils-PkgConfig Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-ExtUtils-XSBuilder Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-ExtUtils-XSpp Updating devel/p5-ExtUtils-XSpp from 0.14 to 0.15 2010-08-20 05:23:29 +00:00
p5-File-BaseDir Fix build with Perl 5.12.1: do use PERL5_PACKLIST. 2010-08-24 05:35:10 +00:00
p5-File-BOM Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-File-ChangeNotify Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-File-chdir Updating devel/p5-File-chdir from 0.1002nb2 to 0.1004 2010-09-01 05:36:00 +00:00
p5-File-DesktopEntry Fix build: 2010-08-24 05:40:43 +00:00
p5-File-DirSync Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-File-Find-Rule Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-File-Find-Rule-Age Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-File-Find-Rule-Perl Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-File-Find-Rule-Permissions Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-File-Find-Rule-PPI Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-File-Find-Rule-VCS Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-File-Flat Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-File-FlockDir Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-File-HomeDir Updating devel/p5-File-HomeDir from 0.91nb1 to 0.93 2010-09-17 05:59:45 +00:00
p5-File-LibMagic Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-File-MimeInfo Use PERL5_PACKLIST to fix packaging with latest perl. Bump PKGREVISION. 2010-08-24 10:39:27 +00:00
p5-File-Modified Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-File-Next Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-File-NFSLock Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-File-Path Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-File-Path-Expand Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-File-Path-Tiny Initial import of p5-File-Path-Tiny version 0.1 in the NetBSD 2010-08-25 22:35:38 +00:00
p5-File-PathConvert Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-File-Policy Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-File-pushd Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-File-Save-Home Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-File-ShareDir Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-File-Slurp Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-File-Temp Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-File-Tempdir Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-File-Touch Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-File-Type Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-File-Util Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-File-Which Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-FileHandle-Fmode Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-FileHandle-Unget Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-FileKGlob Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Filesys-Notify-Simple Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Format-Human-Bytes Updating devel/p5-Format-Human-Bytes from 0.05nb1 to 0.06 2010-09-17 06:03:36 +00:00
p5-FreezeThaw Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Getopt-ArgvFile Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Getopt-Euclid Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Getopt-Long Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Getopt-Long-Descriptive Updating devel/p5-Getopt-Long-Descriptive from 0.085nb1 to 0.086 2010-09-21 06:22:11 +00:00
p5-Getopt-Mixed Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Getopt-Simple Updating devel/p5-Getopt-Simple from 1.49nb2 to 1.52 2010-09-03 06:10:43 +00:00
p5-gettext Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Git-CPAN-Patch Update p5-Git-CPAN-Patch from version 0.4.4 to version 0.4.5. 2010-08-21 21:40:47 +00:00
p5-glib2 Update to 1.223: 2010-09-06 11:05:19 +00:00
p5-Gnome2 Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
p5-Gnome2-GConf Initial import of p5-Gnome-GConf-1.044: 2010-09-03 22:36:38 +00:00
p5-Graph Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Gtk2-GladeXML Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
p5-Guard Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Hash-Case Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Hash-Flatten Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Hash-Merge Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Hash-MoreUtils Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Hash-MultiValue Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Hash-Util-FieldHash-Compat Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Heap Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Hook-LexWrap Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-IMDB-Film Add comment. 2010-09-12 11:17:07 +00:00
p5-Inline Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-InlineX-C2XS Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Internals Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-IO Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-IO-AIO Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-IO-All Update p5-IO-All from version 0.39nb1 to version 0.41. 2010-08-29 15:06:28 +00:00
p5-IO-Capture Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-IO-CaptureOutput Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-IO-Compress Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-IO-Digest Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-IO-Handle-Util Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-IO-InSitu Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-IO-Interactive Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-IO-LockedFile Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-IO-Multiplex Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-IO-Null Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-IO-Pager Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-IO-Pipeline Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-IO-Prompt Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-IO-String Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-IO-stringy Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-IO-Stty Updating devel/p5-IO-Stty from 0.02nb5 to 0.03 2010-09-05 09:07:20 +00:00
p5-IO-Tee Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-IO-TieCombine Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-IO-Tty Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-IO-Util Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-IO-Zlib Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-IPC-Cmd Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-IPC-DirQueue Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-IPC-PubSub Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-IPC-Run Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-IPC-Run3 Updating devel/p5-IPC-Run3 from 0.043nb1 to 0.044 2010-08-25 19:53:29 +00:00
p5-IPC-Shareable Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-IPC-SharedCache Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-IPC-ShareLite Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-IPC-Signal Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-IPC-System-Simple Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-IPC-SysV Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-LDAP Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-LEOCHARRE-CLI2 Importing package for Perl5 module LEOCHARRE::CLI2 1.16 into 2010-09-23 06:29:35 +00:00
p5-LEOCHARRE-Debug Importing Perl5 module LEOCHARRE::Debug 1.03 into devel/p5-LEOCHARRE-Debug 2010-09-23 06:27:43 +00:00
p5-LEOCHARRE-Dir Importing Perl5 package LEOCHARRE::Dir version 1.08 into 2010-09-23 06:13:05 +00:00
p5-Lexical-Persistence Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Lexical-SealRequireHints Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-lib-abs Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-List-MoreUtils Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-local-lib Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Locale-Msgfmt Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Log-Agent Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Log-Any Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Log-Any-Adapter Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Log-Any-Adapter-Dispatch Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Log-Any-Adapter-Log4perl Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Log-Dispatch Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Log-Dispatch-Config Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Log-Dispatch-DBI Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Log-Dispatch-FileRotate Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Log-Log4perl Update to 1.30, improve COMMENT. 2010-09-06 11:30:58 +00:00
p5-Log-LogLite Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Log-Report Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Log-Trace Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Mac-Carbon Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Mac-SystemDirectory Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Make Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Memoize Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Memoize-ExpireLRU Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Method-Signatures-Simple Update to 0.06: 2010-09-12 11:18:05 +00:00
p5-Mixin-ExtraFields Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Mixin-ExtraFields-Param Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Mixin-Linewise Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Modern-Perl Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Module-Build Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Module-CoreList Updating devel/p5-Module-CoreList from 2.38 to 2.39 2010-09-21 20:54:12 +00:00
p5-Module-CPANTS-Analyse Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Module-Dependency Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Module-ExtractUse Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Module-Find Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Module-Install Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Module-Install-PadrePlugin Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Module-Install-RTx Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Module-Install-Substitute Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Module-Install-XSUtil Updating devel/p5-Module-Install-XSUtil from 0.27 to 0.33 2010-09-23 22:43:21 +00:00
p5-Module-Load Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Module-Manifest Importing package for Perl5 module Module::Manifest 1.08 into 2010-08-20 06:23:28 +00:00
p5-Module-Pluggable Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Module-Refresh Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Module-ScanDeps Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Module-Starter Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Module-Starter-PBP Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Module-Util Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Module-Versions Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Module-Versions-Report Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Moose Updating devel/p5-Moose from 1.12 to 1.14 2010-09-23 22:16:41 +00:00
p5-Moose-Autobox Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Moose-Policy Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-MooseX-App-Cmd Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-MooseX-AttributeHelpers Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-MooseX-Attributes-Curried Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-MooseX-ClassAttribute Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-MooseX-ConfigFromFile Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-MooseX-Declare Updating devel/p5-MooseX-Declare from 0.33nb1 to 0.34 2010-09-02 19:33:37 +00:00
p5-MooseX-Emulate-Class-Accessor-Fast Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-MooseX-FollowPBP Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-MooseX-Getopt Updating devel/p5-MooseX-Getopt from 0.31nb1 to 0.33 2010-09-02 20:23:38 +00:00
p5-MooseX-InsideOut Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-MooseX-LazyRequire Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-MooseX-Meta-TypeConstraint-ForceCoercion Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-MooseX-Method-Signatures Updating devel/p5-MooseX-Method-Signatures from 0.35nb1 to 0.36 2010-09-02 19:29:48 +00:00
p5-MooseX-MethodAttributes Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-MooseX-MultiInitArg Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-MooseX-NonMoose Updating devel/p5-MooseX-NonMoose from 0.14nb1 to 0.15 2010-09-02 20:27:14 +00:00
p5-MooseX-Object-Pluggable Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-MooseX-Param Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-MooseX-Params-Validate Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-MooseX-Role-Parameterized Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-MooseX-Role-WithOverloading Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-MooseX-SemiAffordanceAccessor Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-MooseX-SimpleConfig Updating devel/p5-MooseX-SimpleConfig from 0.07nb1 to 0.09 2010-09-02 19:37:02 +00:00
p5-MooseX-Singleton Updating devel/p5-MooseX-Singleton from 0.24nb1 to 0.25 2010-09-02 20:18:40 +00:00
p5-MooseX-StrictConstructor Updating devel/p5-MooseX-StrictConstructor from 0.10nb1 to 0.11 2010-09-23 22:20:29 +00:00
p5-MooseX-Traits Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-MooseX-Traits-Pluggable Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-MooseX-Types Updating devel/p5-MooseX-Types from 0.23nb1 to 0.24 2010-09-23 22:17:44 +00:00
p5-MooseX-Types-Common Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-MooseX-Types-JSON Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-MooseX-Types-Path-Class Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-MooseX-Types-Structured Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-MooseX-Types-URI Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Mouse Update to 0.70: 2010-09-19 10:58:14 +00:00
p5-MouseX-Types Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-MRO-Compat Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-namespace-autoclean Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-namespace-clean Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Net-CIDR Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Net-LDAP-Batch Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Net-LDAP-Class Updating devel/p5-Net-LDAP-Class from 0.18nb1 to 0.25 2010-09-22 06:27:47 +00:00
p5-Net-LDAP-Server-Test Updating devel/p5-Net-LDAP-Server-Test from 0.8.0.01 to 0.10 2010-09-22 06:09:30 +00:00
p5-Net-Netmask Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-NEXT Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Object-Declare Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Object-Event Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Object-InsideOut Updating devel/p5-Object-InsideOut from 3.64nb1 to 3.67 2010-09-14 06:19:11 +00:00
p5-Object-Realize-Later Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Object-Signature Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-OLE-Storage_Lite Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-OOTools Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Package-Constants Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Package-DeprecationManager Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Package-Generator Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Package-Stash Updating devel/p5-Package-Stash from 0.05nb1 to 0.08 2010-09-21 06:17:21 +00:00
p5-PadWalker Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-pango Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
p5-PAR Updating devel/p5-PAR from 0.994nb1 to 1.002 2010-08-25 19:47:19 +00:00
p5-PAR-Dist Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Parallel-ForkManager Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Parallel-Prefork Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Params-Classify Updating devel/p5-Params-Classify from 0.009nb1 to 0.011 2010-08-31 20:27:29 +00:00
p5-Params-Coerce Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Params-Util Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Params-Validate Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-parent Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Parse-CPAN-Meta Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Parse-CPAN-Packages Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Parse-ErrorString-Perl Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Parse-ExuberantCTags Updating devel/p5-Parse-ExuberantCTags from 1.01nb1 to 1.02 2010-09-23 06:52:02 +00:00
p5-Parse-Method-Signatures Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Parse-RecDescent Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Parse-Yapp Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-PatchReader Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Path-Class Updating devel/p5-Path-Class from 0.19nb1 to 0.21 2010-08-27 06:31:40 +00:00
p5-Path-Class-File-Stat Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Path-Dispatcher Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Path-Dispatcher-Declarative Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-PathTools Updating devel/p5-PathTools from 3.31nb1 to 3.33 2010-09-21 06:11:38 +00:00
p5-Perl-APIReference Updating devel/p5-Perl-APIReference from 0.03 to 0.04 2010-08-20 19:25:11 +00:00
p5-Perl-Critic Updating devel/p5-Perl-Critic from 1.108nb1 to 1.109 2010-09-01 06:03:55 +00:00
p5-perl-headers Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Perl-MinimumVersion Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Perl-Tidy Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Perl-Version Updating devel/p5-Perl-Version from 1.009nb1 to 1.010 2010-09-23 06:47:54 +00:00
p5-Perl6-Export Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Perl6-Export-Attrs Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Perl6-Junction Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Perl6-Slurp Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-PerlIO-eol Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-PerlIO-gzip Importing package for p5 module PerlIO::gzip version 0.18 during update 2010-09-04 11:36:08 +00:00
p5-PerlIO-via-Bzip2 Importing package for p5 module PerlIO::via::Bzip2 version 0.02 during 2010-09-04 11:27:12 +00:00
p5-PerlIO-via-dynamic Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-PerlIO-via-symlink Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-PHP-Serialization Updating devel/p5-PHP-Serialization from 0.30nb1 to 0.34 2010-09-05 11:03:05 +00:00
p5-pip Updating devel/p5-pip from 1.16nb1 to 1.18 2010-09-14 06:12:53 +00:00
p5-POE Update to 1.293, same number of test failures as 1.280: 2010-09-06 11:45:09 +00:00
p5-POE-Component-Cron Update to 0.21, add dependency, set LICENSE. 2010-09-06 11:58:24 +00:00
p5-POE-Component-Pluggable Update to 1.26, set LICENSE. 2010-09-06 11:54:34 +00:00
p5-POE-Component-Schedule Update to 0.95, update dependency patterns, use Module::Build to build. 2010-09-06 11:53:07 +00:00
p5-POE-Test-Loops Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-PPI Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-PPI-PowerToys Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-PPI-XS Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-PPIx-Regexp Updating devel/p5-PPIx-Regexp from 0.010nb1 to 0.011 2010-09-17 06:09:10 +00:00
p5-PPIx-Utilities Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-prefork Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Probe-Perl Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Proc-Background Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Proc-Daemon Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Proc-InvokeEditor Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Proc-PID-File Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Proc-Pidfile Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Proc-ProcessTable Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Proc-Queue Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Proc-Simple Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Proc-Wait3 Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Proc-WaitStat Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-PV Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Readonly Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Readonly-XS Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Regexp-Assemble Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Regexp-MatchContext Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Regexp-Parser Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Regexp-Shellish Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Return-Value Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Rose-Object Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Safe-Hole Updating devel/p5-Safe-Hole from 0.10nb1 to 0.13 2010-08-27 06:23:38 +00:00
p5-sapnwrfc Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Scalar-Defer Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Scalar-List-Utils Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Scalar-Util-Refcount Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Schedule-RateLimiter Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Scope-Guard Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Scope-Upper Updating devel/p5-Scope-Upper from 0.10nb1 to 0.12 2010-08-27 06:35:56 +00:00
p5-SDL Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Set-IntSpan Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Set-Object Updating devel/p5-Set-Object from 1.27nb1 to 1.28 2010-09-01 06:06:58 +00:00
p5-Set-Scalar Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Shell-Perl Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-ShipIt Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-signatures Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Smart-Comments Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Software-License Updating devel/p5-Software-License from 0.101.620nb1 to 0.102.340 2010-09-02 20:40:58 +00:00
p5-Sort-Maker Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Sort-Versions Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Spiffy Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Spoon Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Storable Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-String-Escape Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-String-Format Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-String-PerlIdentifier Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Sub-Exporter Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Sub-Identify Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Sub-Install Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Sub-Installer Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Sub-Name Updating devel/p5-Sub-Name from 0.04nb2 to 0.05 2010-09-08 20:35:11 +00:00
p5-Sub-Override Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Sub-Uplevel Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-subversion Updating subversion from 1.6.9nb1 to 1.6.12 2010-09-19 16:10:46 +00:00
p5-SUPER Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-SVN-Class Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-SVN-Dump Importing package for p5 module SVN::Dump version 0.04 during the update 2010-09-04 11:15:43 +00:00
p5-SVN-Mirror Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-SVN-Notify Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-SVN-Simple Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-TAP-Formatter-HTML Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-TAP-Harness-Archive Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Task-Weaken Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Tee Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Template-Plugin-Handy Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Template-Plugin-HashMerge Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Template-Plugin-ListMoreUtils Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Template-Plugin-ListUtil Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Template-Plugin-VMethods Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Term-ANSIColor Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Term-Cap Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Term-ProgressBar Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Term-Prompt Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Term-ReadKey Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Term-ReadLine Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Term-ReadLine-Perl Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Term-ReadPassword Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Term-Screen Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Term-ShellUI Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Term-Size Reset maintainer. 2010-09-28 13:21:29 +00:00
p5-Test-Aggregate Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Test-Assertions Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Test-Base Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Test-CheckManifest Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Test-Class Updating devel/p5-Test-Class from 0.35nb1 to 0.36 2010-08-31 05:35:36 +00:00
p5-Test-ClassAPI Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Test-Cmd Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Test-Compile Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Test-Deep Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Test-Differences Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Test-Distribution Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Test-Exception Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Test-Expect Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Test-File-Contents Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Test-Fixture-DBIC-Schema Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Test-Harness Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Test-HexString Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Test-Inline Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Test-Inter Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Test-Kwalitee Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Test-LeakTrace Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Test-Log4perl Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Test-LongString Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Test-Manifest Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Test-Memory-Cycle Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Test-MinimumVersion Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Test-Mock-LWP Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Test-MockModule Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Test-MockObject Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Test-Most Updating devel/p5-Test-Most from 0.22nb1 to 0.23 2010-09-08 20:48:08 +00:00
p5-Test-NoWarnings Updating devel/p5-Test-NoWarnings from 1.01nb1 to 1.02 2010-09-14 05:59:50 +00:00
p5-Test-Object Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Test-Output Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Test-Perl-Critic Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Test-Pod Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Test-Pod-Coverage Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Test-Pod-Spelling-CommonMistakes Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Test-POE-Client-TCP Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Test-POE-Server-TCP Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Test-Reporter Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Test-Requires Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Test-Script Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Test-Script-Run Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Test-SharedFork Updating devel/p5-Test-SharedFork from 0.14 to 0.15 2010-09-14 06:03:15 +00:00
p5-Test-Simple Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Test-SubCalls Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Test-Taint Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Test-TempDir Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Test-Tester Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Test-Unit Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Test-use-ok Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Test-UseAllModules Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Test-Warn Update to 0.22: 2010-09-12 12:21:30 +00:00
p5-Test-Weaken Updating devel/p5-Test-Weaken from 3.002000nb1 to 3.004000 2010-08-31 06:02:41 +00:00
p5-Test-WWW-Selenium Updating devel/p5-Test-WWW-Selenium from 1.21nb1 to 1.23 2010-09-06 05:03:48 +00:00
p5-Test-YAML-Meta Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Test-YAML-Valid Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Throwable Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Tie-Array-AsHash Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Tie-Array-Sorted Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Tie-Cache Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Tie-Cache-LRU Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Tie-Cache-LRU-Expires Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Tie-File Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Tie-IxHash Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Tie-LLHash Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Tie-RefHash Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Tie-RefHash-Weak Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Tie-RegexpHash Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Tie-ToObject Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Tree-DAG_Node Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Tree-Simple Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Tree-Simple-VisitorFactory Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Try-Tiny Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-TryCatch Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-UNIVERSAL-can Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-UNIVERSAL-isa Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-UNIVERSAL-moniker Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-UNIVERSAL-require Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-UUID-Tiny Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Variable-Magic Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-VCP Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-VCP-Dest-svk Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-version Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Want Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-WeakRef Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Wx-Perl-DataWalker Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
p5-XSLoader Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
palmpower
pango Update to 1.28.3: 2010-10-16 18:00:02 +00:00
pangomm Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
papaya
pardiff Reset maintainer for developers who gave back their commit bit. 2010-02-26 10:28:30 +00:00
patch
patchutils
pccts
pcl-cvs
pcre Update to 8.10: 2010-08-07 06:26:42 +00:00
pcre++
pcre-ocaml Don't try to play with ldconf. 2010-02-10 16:35:18 +00:00
pdcurses
pedisassem DESTDIR support 2010-02-14 20:51:23 +00:00
php-gettext
php-gmp Revert revision of several PHP extensions after both core PHP packages 2010-07-24 22:24:21 +00:00
php-libawl Update AWL to 0.45. 2010-11-12 18:20:19 +00:00
php-memcache Update devel/php-memcache to 2.2.5. 2010-03-08 12:13:07 +00:00
php-mode
php-pcntl
php-posix
php-shmop
php-sysvmsg Importing php-sysvmsg package 5.3.2. 2010-03-16 14:03:11 +00:00
php-sysvsem
php-sysvshm
physfs
picp
picprg
pilrc
pipestatus Initial import of pipestatus-0.6.0, packaged for wip by Aleksey Cheusov. 2010-03-10 23:47:02 +00:00
pkg-config patch-ab is upstream now (PKG_CONFIG_LOG support). Remove the patch to 2010-09-28 04:52:41 +00:00
ply Update ply to version 3.3. 2010-08-29 11:00:31 +00:00
pmccabe
popt Update to 1.16: 2010-06-05 13:26:46 +00:00
prcs Instead of trying to guess which platforms will choke on an explicit 2010-07-31 21:37:25 +00:00
ProjectCenter More PKGREVISION bumps of jpeg dependencies. 2010-01-24 13:26:09 +00:00
psvn
pth don't install the pthread drop-in emulation header and library in case 2010-09-07 10:46:47 +00:00
pthread-sem
pthread-stublib
ptlib Need flex, PR#43537 by Aleksey Cheusov. 2010-06-27 11:14:50 +00:00
pvs
pwlib Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
py-argparse Fix HOMEPAGE. 2010-07-24 17:46:59 +00:00
py-at-spi Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
py-babel Update py-babel to 0.9.5. 2010-04-21 06:01:51 +00:00
py-checker
py-cheetah
py-compizconfig Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
py-coverage add py-coverage-3.3.1, a module that measures code coverage, from 2010-08-10 17:03:39 +00:00
py-ctypes
py-curses remove python23 stuff. 2010-09-17 06:22:57 +00:00
py-cursespanel Fix setting of USE_NCURSES to be yes rather than set but empty. 2010-03-07 00:07:28 +00:00
py-cython add py-cython-0.12.1, a compiler to build Pythin extensions, from 2010-07-15 17:41:57 +00:00
py-darcsver Express dependency on py-expat. 2010-09-26 13:53:47 +00:00
py-dulwich dulwich-0.6.0: 2010-06-14 10:15:15 +00:00
py-expect Fix build with modern libtool by using -module and correct arguments. 2010-07-21 14:11:16 +00:00
py-fann
py-game Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
py-generate
py-gobject sync w/ common Makefile (just naming consistency, no pkg change) 2010-06-09 18:36:33 +00:00
py-gobject-shared
py-idle
py-InlineEgg
py-jersey Add the Jersey python library from http://pypi.python.org/pypi/jersey 2010-07-19 16:32:49 +00:00
py-kjbuckets
py-kqueue
py-multiprocessing add py-multiprocessing-2.6.2.1, a threading package which was 2010-11-02 19:20:16 +00:00
py-newt
py-nose Update py-nose to 0.11.3. 2010-04-19 11:40:16 +00:00
py-Optik Update py-Optik to 1.5.3. 2010-02-04 10:35:28 +00:00
py-pexpect
py-pqueue
py-Pyro
py-pysvn make sure to build against pkgsrc subversion 2010-11-11 21:07:13 +00:00
py-pytemplate
py-pyutil Doesn't support Python 2.5 and older 2010-10-13 13:00:39 +00:00
py-quixote
py-readline remove python23 stuff. 2010-09-17 06:22:57 +00:00
py-rope uses new "<case1> if <cond> else <case2>" syntax -> Python-2.5+ only 2010-08-31 10:57:13 +00:00
py-setuptools This package now needs "py-expat" under Mac OS X for Python 2.6.* because 2010-09-04 15:57:16 +00:00
py-setuptools_trial Fix pattern. [Hi gdt!] 2010-07-25 17:08:08 +00:00
py-subversion Updating subversion from 1.6.9nb1 to 1.6.12 2010-09-19 16:10:46 +00:00
py-subvertpy Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
py-sysctl Not for Python 2.4 2010-06-30 10:26:51 +00:00
py-unit
py-unitgui
py-urwid update devel/py-urwid to 0.9.9.1 2010-06-14 17:54:16 +00:00
py-usb
py-windbg Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
py-xdg Update py-xdg to 0.19. 2010-08-14 12:39:01 +00:00
py-zconfig Update py-zconfig to 2.6.1. 2010-01-23 11:19:03 +00:00
py-ZopeInterface update to 3.6.1 2010-06-16 14:33:54 +00:00
python-mode
qbzr Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
qconf Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
qof Fix build with latest doxygen and depend on it. Bump PKGREVISION. 2010-06-11 23:22:03 +00:00
qtscriptgenerator Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
quilt
ragel
rake Fixes CONFLICTS pattern, or cannot co-install with any rake-XXXX packags. 2010-11-04 12:23:41 +00:00
rapidsvn Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
ratfor
rcs
rdp
re2c
readline
refinecvs Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
Renaissance More PKGREVISION bumps of jpeg dependencies. 2010-01-24 13:26:09 +00:00
roundup Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
rox-lib Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
rpc2
rscode
rsltc * convert bison dependency from BUILD_DEPENDS to USE_TOOLS. 2010-09-26 11:03:05 +00:00
rt-mysql
rt-pgsql
rt3 update to version 3.8.8, partially by sno@ 2010-09-17 21:41:54 +00:00
RTFM
RTx-RightsMatrix Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
RTx-Shredder Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
rubigen * Add two CONFLICTS patterns: 2010-09-13 14:49:54 +00:00
ruby-abstract * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. 2010-09-10 05:08:46 +00:00
ruby-activemodel Update devel/ruby-activemodel to 3.0.1. 2010-10-15 11:41:45 +00:00
ruby-activesupport Update devel/ruby-activesupport to 2.3.10. 2010-10-15 11:32:29 +00:00
ruby-activesupport3 Update devel/ruby-activesupport3 package to 3.0.1. 2010-10-15 11:40:57 +00:00
ruby-amstd * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. 2010-09-10 05:10:59 +00:00
ruby-assistance * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. 2010-09-10 05:11:58 +00:00
ruby-bsearch * Add LICENSE. 2010-09-10 05:12:28 +00:00
ruby-byaccr
ruby-cmd * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. 2010-09-10 05:13:12 +00:00
ruby-curses * Remove RUBY_HAS_ARCHLIB. 2010-09-10 03:31:12 +00:00
ruby-debug Add a patch which I forgot to commit. 2010-09-12 04:59:12 +00:00
ruby-debug-base Update devel/ruby-debug-base to 0.10.3. 2010-09-10 05:17:36 +00:00
ruby-debug-extra Importing ruby-debug-extra 0.10.3. 2010-09-12 01:31:13 +00:00
ruby-debug-ide Update devel/ruby-debug-ide to 0.4.10. 2010-09-10 05:30:11 +00:00
ruby-deprecated * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. 2010-09-10 05:32:01 +00:00
ruby-dhaka * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. 2010-09-10 05:32:22 +00:00
ruby-eet * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. 2010-09-10 05:33:12 +00:00
ruby-eventmachine * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. 2010-09-10 05:33:41 +00:00
ruby-extlib Importing devel/ruby-extlib 0.9.15. 2010-09-11 06:53:54 +00:00
ruby-facade Update devel/ruby-facade to 1.0.4. 2010-09-10 05:34:40 +00:00
ruby-ffi Importing devel/ruby-ffi 0.6.3. 2010-09-23 07:18:01 +00:00
ruby-flexmock Update devel/ruby-flexmock to 0.8.7. 2010-09-10 05:38:02 +00:00
ruby-gemcutter Update to devel/ruby-gemcutter to 0.6.1. 2010-09-10 05:40:31 +00:00
ruby-getopt Importing devel/ruby-getopt 1.4.0. 2010-09-23 07:18:42 +00:00
ruby-gettext * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. 2010-09-10 05:41:27 +00:00
ruby-gettext-activerecord * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. 2010-09-10 05:44:25 +00:00
ruby-gettext-rails * Remove default value of GEM_BUILD. 2010-09-10 05:45:34 +00:00
ruby-gnome2-atk Update ruby-gnome2 to 0.90.3. 2010-10-23 12:45:08 +00:00
ruby-gnome2-bonobo Update ruby-gnome2 to 0.90.3. 2010-10-23 12:45:08 +00:00
ruby-gnome2-bonoboui Update ruby-gnome2 to 0.90.3. 2010-10-23 12:45:08 +00:00
ruby-gnome2-gconf Update ruby-gnome2 to 0.90.3. 2010-10-23 12:45:08 +00:00
ruby-gnome2-gio Update ruby-gnome2 to 0.90.3. 2010-10-23 12:45:08 +00:00
ruby-gnome2-glib Some ABI incompatibilites was introduced at Ruby/GLib2 0.90.3. 2010-11-10 04:47:59 +00:00
ruby-gnome2-libglade Update ruby-gnome2 to 0.90.3. 2010-10-23 12:45:08 +00:00
ruby-gnome2-pango Update ruby-gnome2 to 0.90.3. 2010-10-23 12:45:08 +00:00
ruby-heckle * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. 2010-09-10 05:48:37 +00:00
ruby-highline Update devel/ruby-highline to 1.6.1. 2010-09-10 05:49:39 +00:00
ruby-i18n * Remove patch of gemspec to allow depending to rubygems 1.3.5. 2010-09-16 12:05:27 +00:00
ruby-inline Update devel/ruby-inline to 3.8.6. 2010-09-10 05:50:40 +00:00
ruby-linecache * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. 2010-09-10 05:16:14 +00:00
ruby-little-plugger Importing ruby-little-plugger 1.1.2. 2010-09-12 01:32:06 +00:00
ruby-locale * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. 2010-09-10 05:51:37 +00:00
ruby-locale-rails * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. 2010-09-10 05:52:09 +00:00
ruby-lockfile Importing devel/ruby-lockfile 1.4.3. 2010-09-12 01:32:55 +00:00
ruby-log4r Update devel/ruby-log4r to 1.1.8. 2010-09-10 05:54:13 +00:00
ruby-logging Update devel/ruby-logging to 1.4.3. 2010-09-10 13:51:45 +00:00
ruby-memcache * Update HOMEPAGE. 2010-09-10 05:56:34 +00:00
ruby-metaid Remove empty value of LICENSE. 2010-09-23 09:22:13 +00:00
ruby-mkrf * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. 2010-09-10 05:59:06 +00:00
ruby-mocha * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. 2010-09-10 05:59:27 +00:00
ruby-mode Update ruby-mode to use bundled in Ruby 1.9.2, ruby-mode-1.9.2pl0. 2010-09-15 12:17:35 +00:00
ruby-ncurses Make sure to update distinfo. 2010-09-10 06:03:19 +00:00
ruby-needle * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. 2010-09-10 06:04:02 +00:00
ruby-parser Add CONFLICTS pattern between "ruby18-" and "ruby19-". 2010-09-10 06:06:27 +00:00
ruby-parsetree Update devel/ruby-parsetree to 3.0.6. 2010-09-10 06:07:32 +00:00
ruby-pathname2 Update devel/ruby-pathname2 to 1.6.3. 2010-09-10 06:08:32 +00:00
ruby-pkg-config Updte ruby-pkg-config to 1.0.7. 2010-10-23 07:53:29 +00:00
ruby-polyglot Update devel/ruby-polyglot to 0.3.1. 2010-09-10 06:12:17 +00:00
ruby-priority-queue * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. 2010-09-10 06:12:58 +00:00
ruby-racc Update ruby-racc package to 1.4.6. 2010-09-12 03:20:02 +00:00
ruby-railties Update devel/ruby-railties to 3.0.1. 2010-10-15 11:45:22 +00:00
ruby-rbtree Update devel/ruby-rbtree to 0.3.0. 2010-09-10 06:15:47 +00:00
ruby-rcov Update devel/ruby-rcov to 0.9.9. 2010-09-23 06:37:17 +00:00
ruby-rcsparse Add a patch to support both ruby18 and ruby19. 2010-09-10 06:19:50 +00:00
ruby-rd-mode * Add LICENSE. 2010-09-10 06:20:13 +00:00
ruby-readline * Remove RUBY_HAS_ARCHLIB. 2010-09-10 03:32:30 +00:00
ruby-rgl Update devel/ruby-rgl pacakge to 0.4.0. 2010-09-10 06:21:16 +00:00
ruby-rspec Update devel/ruby-rspec to 1.3.0. 2010-09-10 06:25:05 +00:00
ruby-SDL Update devel/ruby-SDL to 2.1.1. 2010-09-10 05:08:23 +00:00
ruby-setup * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. 2010-09-10 06:26:00 +00:00
ruby-sexp-processor Update devel/ruby-sexp-processor to 3.0.5. 2010-09-10 06:27:05 +00:00
ruby-simple_uuid Remove empty value of LICENSE. 2010-09-23 09:22:13 +00:00
ruby-stream Fix gemspec syntax to fix build problem with ruby19. 2010-09-26 12:14:21 +00:00
ruby-subexec Importing devel/ruby-subexec 0.0.4. 2010-09-12 01:33:39 +00:00
ruby-subversion Updating subversion from 1.6.9nb1 to 1.6.12 2010-09-19 16:10:46 +00:00
ruby-termcolor Update devel/ruby-termcolor to 1.2.1. 2010-09-10 06:29:40 +00:00
ruby-test-spec Update devel/ruby-test-spec to 0.10.0. 2010-09-10 06:30:47 +00:00
ruby-test-unit Importing devel/ruby-test-unit 2.1.1. 2010-09-12 01:34:20 +00:00
ruby-thor Update devel/ruby-thor to 0.14.1. 2010-09-23 06:41:27 +00:00
ruby-thrift * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. 2010-09-10 06:32:00 +00:00
ruby-thrift_client Update devel/ruby-thrift_client to 0.4.6 2010-09-10 06:32:52 +00:00
ruby-uuidtools Importing ruby-uuidtools 2.1.1. 2010-09-11 07:36:25 +00:00
ruby-validatable * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. 2010-09-10 06:34:24 +00:00
ruby2ruby Update devel/ruby2ruby to 1.2.5. 2010-09-10 06:35:55 +00:00
rubyforge * Add CONFLICTS a pattern matches previous package name 2010-09-13 14:12:14 +00:00
rudiments
rvm
rx
sablecc
sapnwrfcsdk Check explicitly if the distfile exists early and mark as broken for 2010-02-11 15:16:18 +00:00
scmcvs
scmgit Changes 1.7.3.2: 2010-10-28 10:23:07 +00:00
scmgit-base Changes 1.7.3.2: 2010-10-28 10:23:07 +00:00
scmgit-docs Since HTML files are not installed, don't bother building them. 2010-10-28 11:11:00 +00:00
scons Update to 1.3.0. Fixes problems with python26 in particular. 2010-06-19 11:33:46 +00:00
sdcc
SDL Added LICENSE information. 2010-01-24 17:11:17 +00:00
SDL-intro-en
SDL-intro-ko
SDL_gfx Update to 2.0.22: 2010-09-12 21:54:26 +00:00
SDL_Pango Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
SDL_ttf Changes 2.0.10: 2010-07-23 13:22:12 +00:00
SDLmm
semantic
semi
sfio Not MAKE_JOBS_SAFE. 2010-03-17 16:23:57 +00:00
sgb Use an absolute path to invoke tex. 2010-06-13 19:07:24 +00:00
sgi-stl
sgi-stl-docs
silc-toolkit Changes 1.1.10 (toolkit): 2010-08-30 11:17:16 +00:00
slib Update to 3b3 (pkgsrc 3.2.3): 2010-08-16 08:29:26 +00:00
sml-mode
sparse
sparsehash
spiff
spin Initial import of spin version 5.2.5 into the Packages Collection. 2010-10-24 18:54:12 +00:00
splint DESTDIR support from Steven Drake. 2010-01-27 18:19:27 +00:00
st
stgit Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
stlport exactly set --mode and --tag for libtool. 2010-09-26 11:27:21 +00:00
stooop
subversion Update subversion to 1.6.13, fix security problem. 2010-10-13 13:58:58 +00:00
subversion-base Updating subversion from 1.6.9nb1 to 1.6.12 2010-09-19 16:10:46 +00:00
sunifdef
svk Updating devel/svk from 2.2.1nb2 to 2.2.3 2010-09-04 12:09:54 +00:00
swig Add a patch for Ruby's GC processing: [ruby-dev:40823]. 2010-04-12 13:57:59 +00:00
swt Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
syncdir
sysexits
tailor This is a Python egg, so s/extension/egg in Makefile, to install egg info files 2010-06-04 20:01:00 +00:00
tavrasm
tcl-tclcl
tcllib
tclreadline The tclreadline package makes the GNU Readline library available for 2010-03-12 23:18:13 +00:00
teem Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
tet3 Fix broken build on NetBSD. Add DESTDIR support. 2010-07-12 02:46:37 +00:00
tig
tkcvs DESTDIR support 2010-01-29 19:19:49 +00:00
tkdiff
tla DESTDIR support 2010-01-29 19:19:49 +00:00
tmake
topgit
tpasm
tre
treecc Transfer ownership to pkgsrc-users. pancake's address is not valid any 2010-07-06 10:17:11 +00:00
trio
tvision Plays games with pointer casts, so not 64bit clean. 2010-02-14 19:49:50 +00:00
ucl Reset maintainer for developers who gave back their commit bit. 2010-02-26 10:28:30 +00:00
ucpp
unidiff
uno Not MAKE_JOBS_SAFE. 2010-07-21 10:09:46 +00:00
valgrind
valide Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
vanessa_adt Changes 0.0.8: 2010-06-02 12:42:38 +00:00
vanessa_logger Changes 0.0.8: 2010-06-02 12:42:14 +00:00
vanessa_socket Changes 0.0.10: 2010-06-02 12:43:37 +00:00
vtcl remove option to build with an older version of dependency as that 2010-03-11 06:42:44 +00:00
wide
xdelta
xdelta3 Update to 3.0y; install README. 2010-03-15 12:22:24 +00:00
xfce4-dev-tools Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
xfconf remove some unneeded dependency propagation 2010-09-15 10:02:15 +00:00
xmake DESTDIR support 2010-01-29 19:31:33 +00:00
xorg-util-macros Update to xorg-util-macros-1.7.0. 2010-04-09 09:31:34 +00:00
xsd Revision bump after updating boost-libs to 1.43.0 2010-05-15 07:17:16 +00:00
xulrunner Requires sqlite3 3.7.1 now. Reported by cegger. 2010-11-03 01:22:36 +00:00
xxgdb
yasm Update to 1.1.0: 2010-09-12 22:42:32 +00:00
z80-asm
ZenTest Update devel/ZenTest to 4.4.0. 2010-09-10 05:00:50 +00:00
zlib Tell builtin zlib for Haiku. 2010-07-06 23:37:57 +00:00
zzuf
Makefile add dotconf 2010-11-04 17:54:12 +00:00