pkgsrc/devel
wiz 2c9ac19afb Update to 4.2.1:
=========================================================================
============ Changes from 4.2.1 RC1 to 4.2.1 (November 2006) ============
=========================================================================

   Peter Wang made the Unix ports query the memory page size with sysconf()
   when necessary, instead of using the PAGE_SIZE constant, which seems to be
   Linux-specific.

   Matthew Leverton gave the STATICRUNTIME builds of MSVC new names by
   appending _crt (c run time) to the libraries. He also fixed the problem of
   incorrectly setting the EMBED_MANIFEST variable when using the
   STATICRUNTIME.

   Andrei Ellman fixed an inverted test in pack_fopen_chunk on Windows.

   Peter Hull made 32-bit icon generation by fixbundle endian-independent
   (colours were incorrect on Intel Macs).

   Peter Wang fixed a long standing bug where some compressed packfiles would not
   be read back properly (premature EOF).  Reported by jman2050.

   Andrei Ellman spotted a free() of an internal buffer returned by tmpnam().

   Peter Hull fixed a problem with mouse-related deadlock on MacOS X as
   reported by Mike Farrell.

   Peter Hull implemented simulation of video bitmaps on MacOS X, so that
   page flipping will work.

   Peter Hull fixed an endian problem in the digital sound driver on MacOS X.

   Elias Pschernig and Chris Robinson fixed problems with UTF-8 filenames
   under Unix, as reported by Grzegorz.  Non-ASCII non-UTF-8 filenames remain
   broken.

   Chris Robinson fixed some problems with non-ASCII filenames under Windows.

   Elias Pschernig made the X11 driver call XInitThreads, to make Mesa-OpenGL
   work together with Allegro.  It can be disabled at runtime through a config
   variable.

   Andrei Ellman fixed a bug in datedit.c that could crash the grabber.

   Elias Pschernig added file_size_ex(), which returns a 64 bit integer
   to handle large files.

   Ron Novy made improvements to the test program.

   Peter Hull fixed problems with set_mouse_sprite() on Intel Macs.

   Peter Hull added universal binary support to the MacOS X port.

   Peter Wang and Evert Glebbeek independently fixed a problem with dependency
   generation for MacOS X on non-Mac systems.

   Many smaller fixes and updates by Peter Hull, Elias Pschernig, Peter Wang
   and Milan Mimica.


====================================================================
============ Changes from 4.2.0 to 4.2.1 RC1 (May 2006) ============
====================================================================

   Michal Molhanec made msvchelp.exe work on Cygwin, where there was a
   problem with the case-insensitivity of environment variables. Reported by
   Milan Mimica.

   Peter Hull fixed a bug where Allegro detected keypresses on
   KEY_MINUS_PAD as KEY_PLUS_PAD.

   Peter Hull made OSX work correctly with Logitech sticks, as discussed
   with Ultio.

   Milan Mimica fixed some spin loops in the test program.

   Chris Robinson added UTF8/Unicode support for filenames in Windows.

   Milan Mimica made the Linux console driver more robust:
   set_gfx_mode used to get stuck in a infinite loop when there wasn't a
   console available.

   Evert Glebbeek made the C blitter use memmove for normal blits, with a bugfix
   by Milan Mimica. This can be disabled by removing a #define USE_MEMMOVE at
   the top of cblit.h so that it can easliy be tested against the older versions
   of the code.

   Christer Sandberg worked around a problem where one-line high bitmaps would
   crash with  Electric Fence.

   Chris Robinson fixed a crash that occurred if the sound mixer quality
   level was set to 0 after the mixer was already initialised.

   Evert Glebbeek fixed the window title under X11, which was broken by a
   previous change.

   Peter Hull updated the endian detection under OSX as recommended by Apple.

   Miguel A. Gavidia and Jay Bernardo made qtmidi.m work on both PPC and Intel.

   Milan Mimica fixed a crash when vsync() on certain drivers.

   Elias Pschernig replaced the ALLEGRO_USE_C define with ALLEGRO_NO_ASM.

   Peter Wang restored the JACK driver to compiling state.

   Milan Mimica made the new transparent fonts be recognized as color fonts
   with is_color_font.

   Elias Pschernig made the modules path WIP version specific, for enhanced
   binary compatibility.

   Stijn Wolters clarified the documentation of init_dialog.

   Hans de Goede fixed a problem with dynamically generated stretcher code not
   being properly marked as executable on Linux (esp. SELinux).

   Hans de Goede fixed a busy wait in the X11 vsync simulation.

   Elias Pschernig makde it so modules under Unix are now searched in libdir
   as passed by the build machinery. Closes bug #1401840 from SF, reported by
   Paul Eipper.

   Milan Mimica added a get_volume and a get_hardware_volume function, to
   work as pendants to set_volume and set_hardware_volume.

   Milan Mimica corrected a case where a wrong structure on the stack was
   being cleared in the DirectSound input driver.

   Hans de Goede added a fullscreen driver for X11 which does not need
   XVidMode extension, and instead simply centers the window on the desktop
   and draws a black border around.

   Hans de Goede fixed a problem where switching to fullscreen mode under X11.

   Serge Semashko added Enter as a fire key in the demo game.

   Serge Semashko added fixed problems with Allegro working on Nokia 770.

   Peter Wang fixed some problems with binary compatibility checking in the
   4.2 branch.

   Catatonic Porpoise added OpenBSD detection (in addition to FreeBSD and
   NetBSD) and fixed an issue with executable rights not set on the memory
   for the i386 stretcher on UNIX systems.

   Hans de Goede fixed a bug preventing the ALSA driver to work on big endian
   systems.

   Elias Pschernig and Chris Robinson fixed binary compatibility checking in
   allegro_init and install_allegro.

   Catatonic Porpoise fixed the example in the documentation of
   stretch_sprite.

   Hans de Goede made DIGMID work with absolute paths in the patches.cfg file.

   Peter Hull added code to make Allegro work better with user-supplied Nibs
   under OSX, as discussed with Thomas Harte.

   Matthew Leverton added embedding of manifests to the MSVC 8 build process.

   Neil Walker and Thomas Harte implemented a hardware accelerated
   stretch_blit() for the Windows DX port.

   Evert Glebbeek corrected a bug when destroying sub-bitmaps under Windows.

   Evert Glebbeek fixed a bug in pack_fopen_chunk() where a temporary file
   would be created in a non-writable location.

   Peter Wang changed a "/lib" option to MSVC's link utility to "-lib" as
   reported to be problematic by Karthik Kumar.

   Peter Wang fixed a crash in dat and grabber due to the return value of
   pack_fopen_chunk() not being checked.

   Elias Pschernig added support for anti-aliased bitmap fonts.

   Dennis Busch fixed the short description of add_clip_rect.

   Thomas Harte and Neil Walker fixed a problem with draw_sprite() and
   sub-bitmaps.

   Peter Wang fixed scancode_to_name(KEY_NUMLOCK) returning "PAUSE" in Windows.

   Peter Wang fixed page flipping and triple buffering in the demo game.

   Elias Pschernig added list_config_sections and list_config_entries
   functions.

   Hrvoje Ban added create_datafile_index and load_datafile_object_indexed
   functions.

   Peter Hull allowed use of "mingw" instead of  "mingw32" in fix.bat and
   fix.sh.

   Peter Wang fixed a bug with SWITCH_BACKAMNESIA mode with the fbcon graphics
   driver.

   Peter Wang made the svgalib driver save and restore the palette on VT
   switches.

   Peter Wang fixed a problem with the fbcon driver and VT switching.

   Milan Mimica delayed Linux console initialisation until it is required.
   This way the user can write command-line programs using timers  without
   needing a real console.

   Chris Jones fixed behavior of numeric keys when NumLock is on.

   Vincent Penecherc'h worked around a problem with 24-bit bitmaps in
   the assembler code.

   Tobias Dammers fixed a problem with the DirectSound input driver.

   Matthew Leverton fixed Ctrl-Alt-Del mistakenly being captured by Allegro
   under Windows

   Vincent Penecherc'h improved the implementation of set_ramp_cmap in the
   fbcon driver.

   Vincent Penecherc'h implemented get_refresh_rate for the fbcon driver.

   Vincent Penecherc'h fixed problems with the fbcon driver not restoring the
   original video mode when the driver exits.

   Victor Williams Stafusa da Silva made OS type detection handle Windows 2003
   and Windows Vista.

   Chris Jones and Vincent Penecherc'h fixed load_wav to handle degenerate
   stereo wave files with an odd length.

   Annie Testes fixed all sorts of problems with the linux evdev mouse driver
   when using a tablet as the mouse.

   Annie Testes made the linux evdev mouse driver use the correct device files.

   Vincent Penecherc'h made the linux fbcon driver set a ramp colourmap for
   directcolor modes, otherwise colours in those modes were all wrong.

   Vincent Penecherc'h fixed a problem with the linux fbcon driver, where it
   would keep using the old pitch after changing resolutions.

   Serge Semashko fixed a typo causing crashs in
   _linear_draw_trans_rgba_rle_sprite24.

   Annie Testes fixed cursor speed and incorrect mickey computation bugs in
   the Linux evdev mouse driver.

   Vincent Penecherc'h made the Linux PS/2 mouse driver try /dev/input/mice
   by default, in addition to /dev/mouse.

   Warnings, code formatting and minor changes to code and build system
   by Milan Mimica, Evert Glebbeek, Elias Pschernig, Peter Wang, Peter
   Hull, Thomas Harte, Vincent Penecherc'h and Chris Robinson.

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