pkgsrc/devel
epg 3f097aca09 Version 1.4.0
(10 September 2006, from /branches/1.4.x)
http://svn.collab.net/repos/svn/tags/1.4.0

 User-visible-changes:
  - Client:
    * new 'svnsync' commandline tool for repository replication
    * numerous working copy improvements (WARNING! upgrades to new format!):
      - improved performance when detecting modified files (r18628 -56)
      - new property storage is faster and uses less disk space (r17583)
      - internal wcprops take up less space (r19433 -37)
      - large file commit speedups (r17861 -73 18867 -918 -29 -44 -45 -48 -49)
      - reduce memory usage for large working copies (r19183 -538)
      - increased working copy stability with merge, copy and move:
            (fixes issues #845, #1516, #1553, #2135, #2144, #2148)
    * new switches added:
      - 'svn blame --force' (issue #2509)
      - 'svn diff/merge -c/--change' (r17054 -6 -68 18568 -741)
      - 'svn diff --summarize' (issue #2015)
      - 'svn merge/blame -x' (r18716 -20) (r18602 -857)
    * 'svn log' now supports peg revisions (issue #2287)
    * 'svn export' now creates intermediate directories if needed (r20030)
    * use switch/relocate when svn:externals updated (issue #2209)
    * internal diff can ignore whitespace and eol style changes (issue #2121)
    * conflict markers now match the file's eol style (issue #1325)
    * new svn2cl, svn-viewdiff and svn-resolve contrib scripts
    * numerous improvements to svnmerge.py, vc-svn and psvn
    * translation updates for all languages
    * Mac OS X: store cached passwords encrypted in Keychain (r17619 -43)
    * fixed: 'svn ls' slow over ra_dav (issue #2151)
    * fixed: 'svn import' not handling eol-style correctly (issue #2433)
    * fixed: 'svn blame' should default operative rev range to peg rev (r18400)
    * fixed: 'svn blame' ignores eol-style (issue #2431)
    * fixed: 'svn checkout' should default operative rev to peg rev (r18422)
    * fixed: 'svn diff' supports all eol styles (r17624 -8 -61 18195 -392)
    * fixed: 'svn diff' multi-target memory leak (r17518)
    * fixed: 'svn merge' showing wrong status with external diff3 (issue #1914)
    * fixed: 'svn merge' not merging added dir into deleted dir (issue #2515)
    * fixed: 'svn rm' of non-existent item should fail (issue #2440)
    * fixed: 'svn status' should skip unversioned files (issue #2030)
    * fixed: 'svn status' shows added and conflicted files as added (r20382)
    * fixed: 'svn switch --relocate' may set wrong repos root (r17031)
    * fixed: 'svn switch --relocate' memory leak (r19535)
    * fixed: 'svn switch --relocate' not caching passwords (issue #2360)
    * fixed: 'svn info' not showing locks sometimes (r19777)
    * fixed: incorrect merge of add of binary file already in WC (issue #2403)
    * fixed: possible dataloss if editing immediately after merge (r20609 -12)
    * fixed: lots of diff wc<->repos bugs
    * fixed: unfriendly error message on propget on nonexistent path (r19399)
    * fixed: spurious revert report after manual conflict removal (issue #2517)
    * fixed: don't allow -rPREV on schedule add path (issue #2315)
    * fixed: keywords with dollar signs cause badness (issue #1780)
    * fixed: really revert file with locally modified keywords (issue #1663)
    * fixed: deleting schedule add file leaves working props file (issue #2419)
    * fixed: svn:needs-lock and read-only-ness not always in sync (issue #2306)
    * fixed: post-commit error output not sent to the client (issue #443)
    * fixed: not locked error on commit of switched path (issue #2353)
    * fixed: svn_apply_autoprops.py should trim whitespace from props (r20790)
    * fixed: show locking notifications in local path style (r20927)
    * fixed: encoding error on error messages from invalid options (r20883)

  - Server:
    * support for new 'svnsync' repository mirroring utility
    * support for BDB 4.4, including automatic recovery (issue #2449)
    * new contrib hook scripts:
      - enforcer
      - detect-merge-conflict.sh
      - case-insensitive.py
    * new tools script svn-backup-dumps.py
    * new tools hook script log-police.py
    * svnserve improvements:
      - can now run as a native Windows service (r18855)
      - new option --pid-file (r17836)
      - allow the password database to be read-only (r16840)
    * mod_dav_svn improvements:
      - fixed: error conversion crash (r19516)
      - fixed: unfriendly error when locking already locked path (issue #2275)
      - fixed: xml escaping bugs (r19760 -85 -86)
    * authorization improvements:
      - new mod_dontdothat apache module (r19531)
      - new mod_authz_svn directive AuthzSVNNoAuthWhenAnonymousAllowed (r18680)
      - error out when authz rules contain unexpected characters (r19471)
    * support .wsf hook scripts on Windows (r18972, 19076)
    * lots of improvements to mailer.py and commit-email.pl
    * FSFS back-end performance improvements (r17125 19119 -456 -58 -59)
    * fixed: 'svnadmin verify' output not in native encoding (issue #1997)
    * fixed: uuid file in FSFS could be destroyed on write error (issue #2193)
    * fixed: FSFS path encoding bug (r17774)
    * fixed: don't crash on corrupt repositories (r17625)
    * fixed: expect error output from hook scripts in native encoding (r17101)
    * fixed: catch errors starting hook scripts (r16891 17041 -81)
    * fixed: svnserve and authz can cause broken WCs (issue #2566)
    * fixed: the default hook script templates should be vanilla sh (r20796)

  - Both:
    * delta compression improvements:
       - new delta encoding reduces size (r18363 -94 -66 -78 -98 -99 -457 -950)
       - xdelta algorithm speed improvements (r18986, 19047)
    * don't bail on invalid locale (r19445)
    * improve speed of non-verbose svn ls (r17067 -71)
    * fixed: delta combiner reading past EOF (r17743)

Developer-visible-changes:
* require APR >= 0.9.7 to improve error detection for FSFS repos (r19915)
* require zlib, for svndiff1 delta encoding (r18363)
* support SWIG 1.3.29 (r19968)
* support autoconf 2.60-dev (r19919 20632 -36)
* removed no-longer-supported Red Hat 7.x RPMs (r20462)
* add support for building RPMs for x86-64 architecture (r20548 -552)
* numerous improvements to gen-make.py build system, especially on win32
* removed Visual Studio.NET APR 0.9 project files (r20170)
* numerous improvements to the test suite
* new public APIs:
  - keyword and eol translation helpers and generic streams (see svn_subst.h)
  - new generic stream helpers (see svn_io.h)
  - authentication providers made available to other clients (see svn_auth.h)
  - svn_cmdline_setup_auth_baton
  - svn_dso_initialize, svn_dso_load
  - svn_client_diff_summarize and svn_client_diff_summarize_peg
  - svn_client_list
  - svn_config_has_section
  - svn_txdelta_compose_windows and svn_txdelta_apply_instructions
  - svn_txdelta_stream_create
  - svn_diff_file_options_create and svn_diff_file_options_parse
  - svn_err_best_message
  - svn_compat_wrap_commit_callback
  - svn_uuid_generate
  - svn_user_get_name and svn_user_get_homedir
  - svn_io_get_dir_filenames
  - svn_ra_reparent
  - svn_ra_replay
  - svn_wc_revision_status
  - several rev'd APIs, see doxygen docs
* flush stdout after each status/notification line (r19476 -656)
* new (experimental) ra_serf repository access module for pipelined DAV
* .svn/entries use a less verbose non-xml format (r19420)
* make recursive 'svn ls' streamy (issue #1809)
* remove svn-config script
* empty-file and README.txt removed from WC admin areas (r17181 -268 -364)
* replace cmdline client XML DTDs with RNG schemas (r16379 -80 -93 -571 17248)
* fixed: log --limit against old svnserve leaves unusable session (r19638)
* fixed: Solaris build problems (r19636)
* fixed: blame of WORKING revision shouldn't give BASE (r19558)
* fixed: svn_client_copy and _move should fail if target exists (issue #2188)
* fixed: svn_io_file_rename and readonlyness on Windows and UNIX (r17366 -69)
* fixed: ra_dav memory leak when reusing session (issue #2247)
* fixed: console character encoding problems when built with VS2005 (r20108)
* fixed: various problems with --enable-dso and global pools (r20996, r20999)
* fixed: syntax error in installer files on new versions of Inno Setup (r21022)
* SWIG bindings:
    - SWIG/python bindings:
      - new support for svn_client_info (r19413)
    - SWIG/ruby bindings:
      - full support for Subversion 1.4 APIs, including :
        svn_ra_replay and svn_diff_summarize
      - numerous bug fixes
      - add ruby documentation (make install-swig-rb-doc) (r20166)
      - add APIs for adding a provider (r21079)
    - SWIG/perl bindings:
      - new support for svn_client_info (r18758)
      - minor corrections to SVN::Fs (r19312)
* javahl bindings:
    - APIs to get version info for the native libraries  (r17604 -07)
    - API for path validation (r18989, r19079)
    - C++/Java code refactoring, cleanup, and consolidation
    - fixed: handle possible errors from date/time conversions (r17213)
    - fixed: SVNClient username/password JVM crash on null input (r19803 -13)
    - fixed: specify default UUID load action (r18030)
    - fixed: compile error on Visual Studio 2005 (r18054)
2006-09-11 04:14:30 +00:00
..
aap Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
acme Use USE_TOOLS=unzip. 2006-06-30 07:11:00 +00:00
acr
acunia-jam 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 USE_TOOLS+=yacc 2006-06-20 22:07:38 +00:00
ald Update ald to 0.1.7. Close PR 26552. 2006-09-09 12:52:11 +00:00
allegro Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
anjuta No O_SYNC on DragonFly and FreeBSD. 2006-05-28 13:17:45 +00:00
apache-ant Ant hasn't depended on crimson in a very long time -- it has a built-in 2006-04-26 15:02:19 +00:00
apache-ant15 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
apel Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
apr Update "apr" package to version 0.9.12.2.0.59 and "apache2" package 2006-07-28 10:38:36 +00:00
argtable Use C++ and INSTALLATION_DIRS. 2006-06-02 15:34:12 +00:00
ArX Belatedly bump PKGREVISION for all libtasn1 dependencies, since 2006-03-06 00:18:10 +00:00
ArX2 Fixed pkglint warnings. 2006-07-17 15:17:26 +00:00
as31 Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
asm2html
astyle Uses C++. 2006-06-06 21:38:34 +00:00
at-spi Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
atk Update to 1.12.2: 2006-08-22 18:25:16 +00:00
autoconf Update to 2.60: 2006-07-03 21:23:29 +00:00
autoconf213 * Honor PKGINFODIR. 2006-03-30 03:44:41 +00:00
autogen * Honor PKGINFODIR. 2006-03-30 03:44:41 +00:00
automake * Honor PKGINFODIR. 2006-03-30 03:44:41 +00:00
automake14 * Honor PKGINFODIR. 2006-03-30 03:44:41 +00:00
avl * Honor PKGINFODIR. 2006-03-30 03:44:41 +00:00
avltree
bcc Rename exp2, GCC 3.4 considers it to be a builtin. 2006-01-08 19:50:30 +00:00
bglibs Bump default dependency so dependent packages get shared bglibs. 2006-08-02 02:30:28 +00:00
binutils Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
bison Update to 2.3: 2006-06-11 13:59:56 +00:00
blib install gtk-doc generated API documentation at the default location, 2006-08-10 17:44:11 +00:00
bmake Usage of variable MAKEFILE in pkgsrc has been changed. 2006-09-09 02:39:11 +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 Update to 6.8. 2006-07-17 17:08:16 +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 Add an explicit run-time dependency on perl because these packages 2006-07-07 22:10:06 +00:00
buildtool Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
buildtool-doc Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
byacc Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
bzr Update to 0.9 2006-08-13 23:47:38 +00:00
c-cpp-reference Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
c4
cbrowser Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
ccache
cdecl USE_TOOLS+=lex yacc 2006-06-09 15:50:03 +00:00
cdk Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
cfitsio Uses Fortran. 2006-06-04 10:41:56 +00:00
cflow 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 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
chmlib Does not need gmake (any longer?). Noted by OBATA Akio. 2006-07-20 19:57:06 +00:00
cmake Since cmake is currently only used in BUILD_DEPENDS, not in DEPENDS, 2006-08-31 13:49:35 +00:00
coconut Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
codeville Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
cogito Imported cogito. 2006-09-02 20:58:22 +00:00
cook update cook from 2.22 to 2.26. besides fixing GCC4 builds, many of the 2006-08-09 23:29:15 +00:00
cppunit Added "c" to USE_LANGUAGES for packages that use GNU configure scripts, 2006-07-22 04:46:13 +00:00
cpuflags Corrected quoting of author's email address. 2006-07-28 23:22:37 +00:00
cqual Fixed an internal cqual error. Improved the gcqual program. Added a 2006-07-17 22:16:55 +00:00
cscope Security fix for SA21601: 2006-08-24 22:02:02 +00:00
cssc * Honor PKGINFODIR. 2006-03-30 03:44:41 +00:00
cvs PERL, not perl_path, is the correct variable name to pass the perl 2006-06-24 06:12:43 +00:00
cvs2cl Reset maintainer for people who lost their commit bit. 2006-09-03 00:56:28 +00:00
cvs2html
cvs2p4 Use SUBST framework. 2006-01-06 18:56:08 +00:00
cvs2svn Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
cvsd Update to 1.0.13, provided by Martin Wilke in PR 34475: 2006-09-06 19:04:59 +00:00
cvsgraph USE_TOOLS+=bison 2006-07-10 00:34:59 +00:00
cvslock Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
cvsps Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
cvsup Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
cvsup-bin Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
cvsup-gui Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
cvsup-gui-bin
cvsync Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
cxref Don't re-generate the HTML documentation unnecessarily. Patch provided 2006-07-10 11:59:09 +00:00
darcs Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
darts Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
ddd Reset MAINTAINER as I don't have time to maintain this any more. 2006-09-04 08:47:17 +00:00
dejagnu Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
devhelp update to 0.12 2006-08-10 14:07:55 +00:00
device-driver-doc-de Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
devIL Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
diffutils When forcing the gettext detection to be successfull, also include 2006-07-23 12:47:21 +00:00
distcc Reset MAINTAINER as I don't have time to maintain this any more. 2006-09-04 08:47:17 +00:00
distccmon-gnome Needs pkg-config. 2006-06-21 23:29:58 +00:00
distccmon-gtk Needs pkg-config. 2006-06-11 13:07:09 +00:00
dlcompat Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
dmake Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
dmalloc Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
doc++ USE_TOOLS+=flex 2006-06-09 15:58:39 +00:00
doxygen Remove teTeX2 from TEX_ACCEPTED, because the teTeX2 packages will be removed 2006-08-10 03:21:39 +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 Reverted the recent change that has set USE_LANGUAGES="c objc", where only 2006-07-22 05:10:54 +00:00
eel Drop support for LTCONFIG_OVERRIDE. For quite a long time, pkgsrc 2006-07-19 19:14:37 +00:00
eel2 update to 2.14.3 2006-08-03 17:37:48 +00:00
eet Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
electricfence DragonFly uses SIGBUS for access violations. Fix the vprint 2006-01-08 20:25:34 +00:00
elf
elfsh Fixed pkglint warnings regarding the SUBST block. 2006-06-18 00:56:11 +00:00
elib "BUILD_ENV" was misnamed. It's actually the environment that is passed 2006-07-21 14:27:56 +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 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
equeue Initial import of equeue-2.1.3: 2006-08-11 15:42:30 +00:00
eric3 Force compilation of sitecustomize.py 2006-06-21 17:16:34 +00:00
error Don't pass -Werror to the compiler. Fixes the bulk build for NetBSD 2005-12-19 01:47:27 +00:00
exctags Fixed pkglint warnings. 2006-04-13 23:31:19 +00:00
ExmanIDE Removed the superfluous "quotes" and 'quotes' from variables that don't 2006-04-22 09:22:05 +00:00
fastdep 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 USE_TOOLS+=yacc 2006-06-20 22:07:38 +00:00
flex Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
flim Info files for elisp packages should install into ${EMACS_INFOPREFIX}. 2006-03-30 23:55:38 +00:00
florist Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
fortran-utils Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
ftnchek Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
g-wrap Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
g-wrap1 Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
gail Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
gal Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
GConf this builds fine w/o gtk-doc 2006-07-26 12:50:26 +00:00
GConf2 Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
GConf2-ui Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
gconfmm Changes 2.14.2: 2006-07-29 14:09:12 +00:00
gcvs Fix build with gcc4. Patch from Kenneth Freidank in PR 34132. 2006-08-03 18:35:43 +00:00
gdb Mark as BROKEN_IN pkgsrc-2006Q1 according to 2006-05-18 20:29:58 +00:00
gdb6 LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... just 2006-07-07 15:49:30 +00:00
gdbada Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
generate Update to 2.3. 2006-08-26 12:59:57 +00:00
gentle
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 Changes 0.14.6: 2006-07-26 06:53:02 +00:00
giblib Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
gindent Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey 2006-04-17 07:07:11 +00:00
glade Sweep pkgsrc and convert packages that included intltool/buildlink3.mk 2006-07-05 05:37:39 +00:00
glade-gnome Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
glib Drop support for LTCONFIG_OVERRIDE. For quite a long time, pkgsrc 2006-07-19 19:14:37 +00:00
glib2 Update MASTER_SITES. 2006-09-10 10:18:05 +00:00
glibmm Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
global * Honor PKGINFODIR. 2006-03-30 03:44:41 +00:00
gmake Require msgfmt, when NLS is desired. 2006-07-06 12:45:50 +00:00
gmp Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
gnome-common Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
gnome2-libole2 BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with 2006-04-13 18:23:29 +00:00
gnustep-base Changes 1.13.0: 2006-08-30 14:53:28 +00:00
gnustep-examples Reverted the recent change that has set USE_LANGUAGES="c objc", where only 2006-07-22 05:10:54 +00:00
gnustep-make Changes 1.13.0: 2006-08-30 14:53:28 +00:00
gnustep-objc Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
gnustep-objc-lf2 Reverted the recent change that has set USE_LANGUAGES="c objc", where only 2006-07-22 05:10:54 +00:00
gob2 Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
gobo-eiffel Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
Gorm Changes 1.1.0: 2006-08-30 14:55:56 +00:00
gperf Changes 3.0.2: 2006-07-09 20:33:45 +00:00
gputils Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
gsoap 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 Added missing closing brace. Bumped PKGREVISION. 2006-05-23 11:09:04 +00:00
gtl Convert _FETCH_MESSAGE to plain old FETCH_MESSAGE. Remove _FETCH_MESSAGE 2006-07-18 23:27:14 +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 Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +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 * Honor PKGINFODIR. 2006-03-30 03:44:41 +00:00
guile-oops * Move info file entries into the PLIST. 2006-03-31 05:37:08 +00:00
guile-slib Simplify PLIST. Bump PKGREVISION. 2006-02-17 17:55:15 +00:00
guile-www * Move info file entries into the PLIST. 2006-03-31 05:37:08 +00:00
guile14-gtk Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
haskell-mode Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
hdf Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
hdf5 Added "c" to USE_LANGUAGES for packages that use GNU configure scripts, 2006-07-22 04:46:13 +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 Initial addition of hugs-HUnit, version 1.1.20060515: 2006-08-03 18:53:21 +00:00
hugs-unix Initial addition of hugs-unix, version 1.0.20060515: 2006-08-03 18:52:02 +00:00
idiff Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
idutils Update to 4.2: 2006-08-06 23:10:30 +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 Uses C++. 2006-06-02 14:14:31 +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
jgrasp Set USE_JAVA=run because this package needs JRE only. 2006-07-07 03:34:01 +00:00
kdbg Update to 2.0.4 2006-06-13 12:11:44 +00:00
kdesdk3 Update to KDE 3.5.4 2006-08-02 14:15:10 +00:00
kdevelop Update to kdevelop 3.3.4 (part of KDE 3.5.4) 2006-08-02 14:16:45 +00:00
kdevelop-base Update to kdevelop 3.3.4 (part of KDE 3.5.4) 2006-08-02 14:16:45 +00:00
ko-po-check Update ko-po-check to 0.7. 2006-07-27 18:22:55 +00:00
kscope Needs pkg-config. 2006-06-21 13:21:25 +00:00
lcc Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
ldapsdk Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libargparse Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libast Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libaura Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libbegemot Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libbonobo Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libbonoboui Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libcfg+ Fixed a new pkglint warning. All definitions of BUILDLINK.* variables 2006-07-26 06:09:23 +00:00
libctl Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
libdfui Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libdnsres Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libdockapp Drop support for LTCONFIG_OVERRIDE. For quite a long time, pkgsrc 2006-07-19 19:14:37 +00:00
libebml Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libelf Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libetm Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libevent Update to 1.1b. No ChangeLog; website states: 2006-08-29 14:01:51 +00:00
libextractor Added "c" to USE_LANGUAGES for packages that use GNU configure scripts, 2006-07-22 04:46:13 +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 Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libgetopt Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libglade Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libglade2 install gtk-doc documentation in the gtk-doc standard path so that it 2006-08-10 14:11:04 +00:00
libglademm Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libgnome Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libgnomemm Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libgnomeui Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libgnomeuimm Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libgphoto2 Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libgsf remove --with-html-dir so that the gtk-doc files are found by devhelp, 2006-08-11 09:38:46 +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.6: 2006-09-03 08:59:13 +00:00
libinstaller Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libjit Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libltdl Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libmatchbox Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libmemcache Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libmemmgr Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libmimedir Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libmm Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libnet Reset maintainer for people who lost their commit bit. 2006-09-03 00:56:28 +00:00
libnet11 Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libntlm Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
liboil Oops, it's SUBST_MESSAGE, not SUBST_MESSAGES. 2006-09-03 22:55:33 +00:00
libole2 Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
liboop Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libosip Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libportlib Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libproplist Drop support for LTCONFIG_OVERRIDE. For quite a long time, pkgsrc 2006-07-19 19:14:37 +00:00
librfuncs Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
librsync Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libscsi Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libsexy Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libsigc++ Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libsigc++2 Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libsigsegv - USE_LIBTOOL=yes 2006-07-24 13:39:26 +00:00
libslang Darwin does not define unix. Make the installed file slang.h useful anyway. 2006-09-08 19:23:01 +00:00
libsmi Reset maintainer for people who lost their commit bit. 2006-09-03 00:56:28 +00:00
libstash Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
libstatgrab Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libstree Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
libstroke Drop support for LTCONFIG_OVERRIDE. For quite a long time, pkgsrc 2006-07-19 19:14:37 +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 unbreak libtool on irix again (somehow this was lost a while ago) 2006-08-23 19:49:12 +00:00
libtool-base use /bin/sh on Solaris, as libtool can cause ksh to dump core under 2006-04-01 11:21:42 +00:00
libtool-info * Move info file entries into the PLIST. 2006-03-31 05:37:08 +00:00
libts Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libusb Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libwhisker2 Add an explicit run-time dependency on perl because these packages 2006-07-07 22:10:06 +00:00
libwnck update to 2.14.3 2006-08-03 17:39:29 +00:00
lincvs QTDIR is absolute. 2006-08-22 15:20:02 +00:00
ltsa Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
lwp Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
m4 Update to 1.4.6: 2006-09-03 08:56:26 +00:00
makedepf90 Import makedepf90 from pkgsrc-wip. Packaged by Emil Skoeldberg. 2006-04-13 16:40:59 +00:00
maketool Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey 2006-04-17 07:07:11 +00:00
mantis Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*, 2006-06-02 18:27:54 +00:00
meld Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
memcached Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
mercurial Update mercurial to 0.9.1. 2006-07-25 22:12:38 +00:00
mk-files Note that this conflicts with the (forthcoming) bootstrap-mk-files package. 2006-07-14 23:06:27 +00:00
mkcmd Fix errno in library files. Never generate extern errno directly. 2006-01-25 15:19:16 +00:00
monotone Monotone has got a domain name, so use it! 2006-09-05 09:58:14 +00:00
monotone-server Monotone has got a domain name, so use it! 2006-09-05 09:58:14 +00:00
monotone-viz "BUILD_ENV" was misnamed. It's actually the environment that is passed 2006-07-21 14:27:56 +00:00
mph Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
mrproject Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
nana * Move info file entries into the PLIST. 2006-03-31 05:37:08 +00:00
nasm * Move info file entries into the PLIST. 2006-03-31 05:37:08 +00:00
nbitools Reset maintainer for people who lost their commit bit. 2006-09-03 00:56:28 +00:00
ncurses Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
netbeans-ide Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
netbsd-iscsi Fixed pkglint warnings. 2006-06-17 16:52:27 +00:00
netcdf Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
newfile Bump PKGREVISION of these packages which affected (fixed) by 2006-02-03 04:43:47 +00:00
newt Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
noweb Fixed a pkglint warning. 2006-05-28 17:35:49 +00:00
nqc Uses C++. 2006-06-02 13:48:11 +00:00
nsis Fixed a pkglint warning. 2006-06-17 16:53:30 +00:00
nspr Remove trailing spaces which confused the checksum script. 2006-08-31 09:12:25 +00:00
nspr-reference Moved HTML documentation into share/doc/nspr/html. Bumped PKGREVISION. 2006-06-17 20:41:17 +00:00
nss Removed patch-am, which had been added accidentally. The problem that it 2006-07-12 16:32:00 +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 Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
ogre Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
opencm opencm needs krb5. Allow proper detection based on KRB5BASE instead of 2006-04-19 20:50:46 +00:00
p4 Fixed some pkglint warnings. 2006-06-17 20:44:03 +00:00
p4-docs Fixed pkglint warnings. 2006-03-12 14:31:23 +00:00
p4d Added some user-settable variables to BUILD_DEFS. 2006-08-31 08:37:53 +00:00
p4pr
p4web
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 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Algorithm-Merge Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-AnyEvent Add p5-AnyEvent-1.02: 2006-08-24 08:33:29 +00:00
p5-AppConfig Fix HOMEPAGE to point to more relevant location. 2006-05-02 03:35:35 +00:00
p5-Array-Compare Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-AtExit Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Attribute-Handlers Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Bit-Vector Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-BSD-Resource Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Cache-Cache 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 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-capitalization Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Carp-Assert
p5-Carp-Assert-More Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Carp-Clan Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Class-Accessor Updated to 0.25. 2006-04-20 08:07:01 +00:00
p5-Class-Autouse Update to 1.26: 2006-07-19 22:35:28 +00:00
p5-Class-Container Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Class-Data-Inheritable Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Class-ErrorHandler Initial version of Class-ErrorHandler. 2006-02-15 00:30:01 +00:00
p5-Class-Factory
p5-Class-Factory-Util
p5-Class-Fields
p5-Class-Gomor-Hash
p5-Class-Inner Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Class-Inspector Update to 1.16: 2006-07-19 22:36:01 +00:00
p5-Class-Loader
p5-Class-MakeMethods Use "tv@NetBSD.org" as my MAINTAINER address; makes identifying me as a 2006-03-22 22:50:31 +00:00
p5-Class-MethodMaker Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Class-ObjectTemplate Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Class-ReturnValue Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Class-Singleton
p5-Class-Trigger Update to 0.10: 2005-11-24 19:00:25 +00:00
p5-Class-WhiteHole Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Class-XPath
p5-Clone Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Compress-Zlib Update to 1.42: 2006-07-19 22:36:26 +00:00
p5-Config-General
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.07: 2006-07-19 22:36:53 +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 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Data-ShowTable Fixed the path to the Perl interpreter. Bumped PKGREVISION. 2006-07-12 11:36:12 +00:00
p5-Data-TemporaryBag Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Data-UUID Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Date-Business
p5-Date-Calc Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Date-Manip Updated to version 5.44. 2006-07-12 16:46:44 +00:00
p5-Date-Simple
p5-Devel-Cycle Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Devel-Profile Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Devel-SmallProf Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
p5-Devel-StackTrace Update to 1.13: 2006-07-19 22:37:21 +00:00
p5-Devel-Symdump Updated to 2.06. 2006-03-10 10:14:51 +00:00
p5-Error Update from 0.15 to 0.17. 2006-09-05 06:10:01 +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 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-ExtUtils-F77 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-ExtUtils-MakeMaker Honor INSTALLSITESCRIPT and INSTALLVENDORSCRIPT for site- and 2006-04-10 18:24:34 +00:00
p5-ExtUtils-ParseXS Initial addition of p5-ExtUtils-ParseXS version 2.15 into the NetBSD packages 2006-05-15 14:58:32 +00:00
p5-ExtUtils-PkgConfig Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-ExtUtils-XSBuilder 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 Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
p5-File-DirSync Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-File-Find-Rule Update to 0.30: 2006-07-19 22:38:13 +00:00
p5-File-Flat Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-File-FlockDir Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-File-MimeInfo Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-File-Modified Import p5-File-Modified from pkgsrc-wip, packaged by kuli0020. 2006-02-21 10:33:45 +00:00
p5-File-PathConvert Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-File-Slurp Updated devel/p5-File-Slurp to 9999.12 2006-05-05 17:50:49 +00:00
p5-File-Spec Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-File-Temp Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-File-Type Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-FileHandle-Unget Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-FileKGlob Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-FreezeThaw Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Getopt-Long Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Getopt-Simple
p5-gettext Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-glib2 Update to 1.102... latest stable version with many bugfixes. 2006-08-24 08:37:47 +00:00
p5-Graph Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Hash-Case
p5-Heap Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Hook-LexWrap Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Inline Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-IO-All Drop maintainership for packages that I no longer have time to maintain. 2006-03-14 16:00:40 +00:00
p5-IO-Capture Import IO::Capture-0.05 as devel/p5-IO-Capture. 2006-05-02 04:01:09 +00:00
p5-IO-Digest Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-IO-LockedFile
p5-IO-Multiplex Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-IO-Null Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-IO-Pager Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
p5-IO-Prompt Added devel/p5-IO-Prompt-0.99.4 2006-06-07 12:00:59 +00:00
p5-IO-String Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-IO-stringy Updated to version 2.110. 2006-07-12 16:39:47 +00:00
p5-IO-Stty Fix a check-interpreter error. Bump PKGREVISION. 2006-06-08 15:35:43 +00:00
p5-IO-Tee
p5-IO-Tty Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-IO-Util
p5-IO-Zlib Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-IPC-Run Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-IPC-Shareable Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-IPC-SharedCache Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-IPC-ShareLite Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-LDAP Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-List-MoreUtils update devel/p5-List-MoreUtils from 0.19 to 0.22 2006-09-01 14:22:43 +00:00
p5-Log-Agent Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Log-Dispatch Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Log-Dispatch-Config Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Log-Dispatch-DBI Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Log-Dispatch-FileRotate Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Log-LogLite
p5-Make Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Memoize Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Memoize-ExpireLRU Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Module-Build Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Module-CoreList Update to version 2.07. 2006-09-01 01:00:20 +00:00
p5-Module-Dependency Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Module-Install Initial addition of p5-Module-Install version 0.62 into the NetBSD packages 2006-05-15 14:59:52 +00:00
p5-Module-Install-RTx Initial addition of p5-Module-Install-RTx version 0.11 into the NetBSD packages 2006-05-15 15:01:19 +00:00
p5-Module-Install-Substitute Initial import of p5-Module-Install-Substitute version 0.02 into the NetBSD 2006-06-06 10:22:43 +00:00
p5-Module-Pluggable Update p5-Module-Pluggable from 2.8 to 3.01 2006-08-10 12:53:32 +00:00
p5-Module-Refresh Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Module-ScanDeps Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Module-Versions-Report Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Net-CIDR Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Net-Netmask
p5-NEXT Import p5-NEXT from pkgsrc-wip, packaged by kuli0020. 2006-02-21 10:35:26 +00:00
p5-Object-Realize-Later
p5-OLE-Storage_Lite Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-OOTools
p5-PAR Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
p5-PAR-Dist Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Params-Util Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Params-Validate Update to 0.84: 2006-07-19 22:39:19 +00:00
p5-Parse-RecDescent Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Parse-Yapp Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-PatchReader
p5-PathTools This module is designed to support operations commonly performed on 2006-02-25 00:23:56 +00:00
p5-perl-headers Fixed some pkglint warnings. 2006-06-17 20:44:03 +00:00
p5-Perl-Tidy
p5-Perl6-Export Added devel/p5-Perl6-Export-0.07 2006-06-07 11:56:15 +00:00
p5-Perl6-Slurp Added devel/p5-Perl6-Slurp-0.03 2006-06-07 11:57:54 +00:00
p5-PerlIO-eol Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-PerlIO-via-dynamic Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-PerlIO-via-symlink Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-POE
p5-prefork Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Proc-Daemon
p5-Proc-PID-File Initial import of p5-Proc-PID-File 1.24. 2006-04-20 11:38:13 +00:00
p5-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 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Schedule-RateLimiter Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-SDL Also use the NetBSD Makefile for DragonFly. 2006-06-21 21:53:30 +00:00
p5-Set-IntSpan 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 Update devel/p5-Spiffy to 0.30. Changes from version 0.24 include: 2006-05-02 03:30:21 +00:00
p5-Spoon Drop maintainership for packages that I no longer have time to maintain. 2006-03-14 16:00:40 +00:00
p5-Storable
p5-String-Format
p5-Sub-Uplevel Update to 0.12: 2006-07-19 22:39:39 +00:00
p5-subversion LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... just 2006-07-07 15:49:30 +00:00
p5-SVN-Mirror Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-SVN-Notify Initial addition of p5-SVN-Notify version 2.57 as devel/p5-SVN-Notify in the 2006-04-20 10:18:24 +00:00
p5-SVN-Simple Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Term-ProgressBar
p5-Term-Prompt Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Term-ReadKey Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Term-ReadLine Updated to version 1.16. 2006-07-12 17:22:38 +00:00
p5-Term-Screen Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Term-Size Set correct HOMEPAGE. 2006-02-18 08:23:33 +00:00
p5-Test-ClassAPI Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Test-Cmd Updated p5-Test-Cmd to 1.05: 2006-01-23 12:03:20 +00:00
p5-Test-Deep Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Test-Exception Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Test-File-Contents Initial import of p5-Test-File-Contents version 0.03 into the NetBSD Packages 2006-06-06 09:52:25 +00:00
p5-Test-Harness Add back p5-Test-Harness 2006-08-06 15:00:07 +00:00
p5-Test-Inline Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Test-LongString Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Test-Manifest Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Test-Memory-Cycle Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Test-NoWarnings Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Test-Pod Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Test-Pod-Coverage Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Test-Simple
p5-Test-Taint Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Test-Tester Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Test-Unit Fixed paths to the Perl interpreter. Bumped PKGREVISION. 2006-06-18 12:15:48 +00:00
p5-Test-Warn Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Tie-IxHash Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Tree-DAG_Node
p5-Tree-Simple Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-UNIVERSAL-moniker Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-UNIVERSAL-require Fixed pkglint warnings. 2006-07-06 17:22:45 +00:00
p5-VCP Initial import of the VCP-autrijus-snapshot-0.9-20050110 as devel/p5-VCP. 2006-05-02 01:53:35 +00:00
p5-VCP-Dest-svk Import VCP::Dest::svk-0.28 as devel/p5-VCP-Dest-svk. 2006-05-02 02:59:03 +00:00
p5-version Update devel/p5-version from 0.63 to 0.6701 2006-09-01 14:21:46 +00:00
p5-Want Update to 0.10: 2006-07-19 22:39:59 +00:00
p5-WeakRef Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
palmpower Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
pango Update to 2.14.3: 2006-09-07 11:53:35 +00:00
papaya Added "c" to USE_LANGUAGES for packages that use GNU configure scripts, 2006-07-22 04:46:13 +00:00
pardiff Add DragonFly support. 2006-01-09 17:57:15 +00:00
patch Fixed pkglint warnings. 2006-06-17 20:53:09 +00:00
patchutils Updated patchutils to 0.2.31. 2006-06-17 20:57:55 +00:00
pccts Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
pcl-cvs Mark as BROKEN_IN pkgsrc-2006Q1 according to 2006-05-18 20:29:58 +00:00
pcre Before including sys/resource.h on DragonFly, sys/time.h is needed. 2006-07-10 22:14:18 +00:00
pcre++ Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
pcre-ocaml Add buildlink3.mk file. 2006-08-11 15:47:30 +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 Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv). 2006-06-04 16:26:52 +00:00
php-pcntl Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv). 2006-06-04 16:26:52 +00:00
php-posix Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv). 2006-06-04 16:26:52 +00:00
php-shmop Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv). 2006-06-04 16:26:52 +00:00
php-sysvsem Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv). 2006-06-04 16:26:52 +00:00
php-sysvshm Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv). 2006-06-04 16:26:52 +00:00
physfs Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
picp Uses C++. 2006-06-01 22:22:23 +00:00
picprg Use PKGNAME_NOREV. 2006-02-11 14:19:49 +00:00
pilrc Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
pkg-config Update to 0.21: 2006-08-22 18:21:22 +00:00
ply No need to mark 1.5 as incompatible, it isn't active by default anyway. 2006-06-03 00:13:07 +00:00
pmccabe Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
popt Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
prcs Fix build with gcc-4.1.2. Patch provided by Ryo HAYASAKA in PR 33914. 2006-07-17 17:55:43 +00:00
ProjectCenter Reverted the recent change that has set USE_LANGUAGES="c objc", where only 2006-07-22 05:10:54 +00:00
pth Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
pthread-sem Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
pthread-stublib Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
pvs Remove teTeX2 from TEX_ACCEPTED, because the teTeX2 packages will be removed 2006-08-10 03:21:39 +00:00
pwlib Workaround ICE on DragonFly 1.6 with propolice by disabling it. 2006-08-26 16:04:10 +00:00
py-checker Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +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-curses Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
py-cursespanel Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
py-distutils Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
py-expect Add pthread dependencies for DragonFly, otherwise the Python linkage 2006-02-08 19:47:08 +00:00
py-game Fix BUILDLINK_ABI_DEPENDS to use PYPKGPREFIX. 2006-07-26 17:56:25 +00:00
py-generate Patch no longer needed. 2006-08-26 13:35:13 +00:00
py-gobject Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
py-gobject-shared Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
py-idle Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
py-InlineEgg Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
py-kjbuckets Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
py-kqueue Does built before Python 2.2. 2006-06-02 17:29:30 +00:00
py-logging Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
py-Optik Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
py-pexpect Fix typo in version name. 2006-06-04 20:06:37 +00:00
py-pqueue Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
py-Pyro Fixed pkglint warnings. 2006-06-17 21:01:29 +00:00
py-readline Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
py-subversion LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... just 2006-07-07 15:49:30 +00:00
py-TPG Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
py-unit Consistently use NetBSD.org address for shell, shellhung.org does not exist. 2006-03-16 22:48:42 +00:00
py-unitgui Consistently use NetBSD.org address for shell, shellhung.org does not exist. 2006-03-16 22:48:42 +00:00
py-urwid Use PYTHON_VERSIONS_ACCEPTED instead of _INCOMPATIBLE. 2006-06-03 00:13:54 +00:00
py-zconfig Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
py-ZopeInterface Fix "static declaration follows non-static" error with gcc 4. 2006-08-26 16:42:25 +00:00
py24-setuptools Update to 0.6c1. Add missing files to PLIST. 2006-07-24 22:51:32 +00:00
python-mode Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
qconf Imported qconf. 2006-05-15 11:19:24 +00:00
rake Sort PLIST. 2006-09-07 15:51:25 +00:00
rapidsvn Update to 0.9.3: 2006-08-08 12:28:47 +00:00
ratfor Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
rcs Made configure use diff (and diff3) from diffutils instead of the 2006-07-01 22:03:12 +00:00
rdp Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
re2c Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
readline Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
refinecvs Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
Renaissance Reverted the recent change that has set USE_LANGUAGES="c objc", where only 2006-07-22 05:10:54 +00:00
roundup update to roundup 1.1.2 2006-07-15 11:39:17 +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 Depend on p5-libapreq2 (instead of p5-libapreq), since other dependencies 2006-07-20 19:05:24 +00:00
rt-pgsql Depend on p5-libapreq2 (instead of p5-libapreq), since other dependencies 2006-07-20 19:05:24 +00:00
rt3 Add USE_TOOLS+=perl:run, which is kind of required from now on for packages 2006-07-07 21:32:35 +00:00
RTFM Adapt to new version of RT, using its dirs.mk, and fix a PLIST bug (a test 2006-05-01 09:39:48 +00:00
RTx-RightsMatrix Initial import of RTx::RightsMatrix (as RTx-RightsMatrix), version 0.03.00, 2006-05-01 09:43:11 +00:00
RTx-Shredder Initial import of RTx::Shredder (as RTx-Shredder), version 0.03, into the 2006-05-01 09:42:13 +00:00
ruby-activesupport Sort PLIST. 2006-09-07 15:51:25 +00:00
ruby-amstd Sort PLIST. 2006-09-07 15:51:25 +00:00
ruby-bsearch Stop handling DIST_SUBDIR default for Ruby based packages. 2006-01-03 14:25:49 +00:00
ruby-byaccr Don't depend on BSD make too much; keep makefile simple. It should help 2006-09-07 16:01:30 +00:00
ruby-cmd Revive ruby-cmd package. 2006-01-03 14:57:52 +00:00
ruby-curses Update Ruby to 1.8.5 (+ ruby-1-8 branch on 2006-09-07). 2006-09-07 15:41:12 +00:00
ruby-gnome2-atk Update ruby-gnome2 to 0.15. Patch provided by Dieter Roelants in PR 34064. 2006-07-25 16:49:05 +00:00
ruby-gnome2-glib Update ruby-gnome2 to 0.15. Patch provided by Dieter Roelants in PR 34064. 2006-07-25 16:49:05 +00:00
ruby-gnome2-pango Update ruby-gnome2 to 0.15. Patch provided by Dieter Roelants in PR 34064. 2006-07-25 16:49:05 +00:00
ruby-mode Reset PKGREVISION by Ruby 1.8.5 update. No changes with ruby-mode at all. 2006-09-07 15:46:12 +00:00
ruby-ncurses Fix two C glitches when ncurses is compiled with trace support. 2006-02-08 15:50:19 +00:00
ruby-priority-queue Update HOMEPAGE since previous URL can't be acceessed by permission. 2006-07-09 15:25:18 +00:00
ruby-racc 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 Update Ruby to 1.8.5 (+ ruby-1-8 branch on 2006-09-07). 2006-09-07 15:42:30 +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 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
scmgit Fixed the issue with subprocess.py, which is included in the package if the 2006-09-07 22:21:06 +00:00
scons Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
scons-devel Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
sdcc Remove extra qualification to fix build with gcc-4.1. 2006-07-05 20:29:29 +00:00
SDL Don't try and do assembler on Solaris, it doesn't get it right. 2006-08-04 22:12:28 +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 Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
SDL_ttf Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
SDLmm Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
semantic "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 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
sgb Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
sgi-stl Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
sgi-stl-docs Moved the HTML documentation into share/doc/sgi-stl/html. Bumped 2006-06-17 21:03:34 +00:00
silc-toolkit Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
slib * Nuke all references to and definitions of INFO_DIR in package Makefiles 2006-03-20 18:15:37 +00:00
sml-mode * Move info file entries into the PLIST. 2006-03-31 05:37:08 +00:00
sparsehash 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 USE_TOOLS+=lex 2006-06-08 15:56:43 +00:00
st Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
stlport 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 Version 1.4.0 2006-09-11 04:14:30 +00:00
subversion-base Version 1.4.0 2006-09-11 04:14:30 +00:00
svk Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
swig Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
syncdir Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
sysexits Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
tailor Update to 0.9.26: 2006-08-22 18:24:22 +00:00
tavrasm Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
tcl-tclcl Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
tcllib 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 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
tkdiff Removed the superfluous "quotes" and 'quotes' from variables that don't 2006-04-22 09:22:05 +00:00
tla Update to 1.3.5: 2006-07-23 20:41:24 +00:00
tmake Updated tmake to 1.13. 2006-06-17 17:45:41 +00:00
tpasm Uses C++. 2006-06-06 14:56:20 +00:00
tre Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
treecc Fixed pkglint warning. 2006-06-17 17:37:21 +00:00
trio Libtoolify trio. Bump revision. 2006-03-15 16:44:50 +00:00
tvision 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 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
uno Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
valgrind Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
vanessa_adt Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
vanessa_logger Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
vanessa_socket Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
vtcl Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
wide Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
xdelta * Move info file entries into the PLIST. 2006-03-31 05:37:08 +00:00
xmake
xxgdb Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
yasm Update to 0.5.0, provided by the new maintainer, Shaun Amott, in PR 34190. 2006-08-12 21:05:06 +00:00
z80-asm Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
zlib Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
Makefile Added cogito. 2006-09-02 21:00:34 +00:00