summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-10-19Track directory layout change at MASTER_SITE_GNOME.rh80-160/+168
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-10-19Install shimbun and other support files for semi and mew.minoura2-28/+255
Bump PKGREVISION.
2002-10-19Emacs/w3 support file.minoura2-2/+4
2002-10-191. Use PKGNAME_PREFIX.minoura1-3/+4
2. Force install the support file for Emacs/w3.
2002-10-19Use PKGNAME_PREFIX.minoura2-4/+4
2002-10-191. Strip out nb? suffix from EMACS_VERSIONminoura1-4/+8
2. New variable PKGNAME_PREFIX, which is either null string or xemacs- depending on EMACS_FLAVOR. Intended to use like: DEPENDS+= ${PKGNAME_PREFIX}apel>=10.4:../../devel/apel BUILD_DEPENDS+= ${PKGNAME_PREFIX}apel>=10.4:../../devel/apel
2002-10-19Trivially use buildlink2.jlam1-1/+2
2002-10-19Update databases/odbc-postgresql to version 7.2.3. Pkgsrc changes includejlam11-185/+107
Splitting out a common Makefile for future unixodbc-postgresql and iodbc-postgresql packages. Changes from version 7.1.3 include: Remove query size limit (Hiroshi) Remove text field size limit (Hiroshi) Fix for SQLPrimaryKeys in multibyte mode (Hiroshi) Allow ODBC procedure calls (Hiroshi) Improve boolean handing (Aidan Mountford) Most configuration options on setable via DSN (Hiroshi) Multibyte, performance fixes (Hiroshi) Allow driver to be used with iODBC or unixODBC (Peter E) MD5 password encryption support (Bruce) Add more compatibility functions to odbc.sql (Peter E)
2002-10-19Update py-postgresql to build using the postgresql-7.2.3 sources.jlam1-17/+7
2002-10-19Update databases/postgresql to version 7.2.3.jlam12-135/+62
This has a variety of fixes from 7.2.2, including fixes to prevent possible data loss. A dump/restore is *not* required for those running 7.2.X. Changes from version 7.2.2 include: Prevent possible compressed transaction log loss (Tom) Prevent non-superuser from increasing most recent vacuum info (Tom) Handle pre-1970 date values in newer versions of glibc (Tom) Fix possible hang during server shutdown Prevent spinlock hangs on SMP PPC machines (Tomoyuki Niijima) Fix pg_dump to properly dump FULL JOIN USING (Tom)
2002-10-19Undo enabling on python2.2.jlam1-2/+2
2002-10-19Add inclusion guards and use foo-[0-9]* instead of foo-*.jlam1-2/+7
2002-10-19Use buildlink2.jlam1-6/+10
2002-10-19Add a buildlink2.mk file that allows for libperl or perl>=5.8.0.jlam1-0/+22
2002-10-19Substitute for ${RCD_SCRIPTS_DIR} in MESSAGE files.jlam1-1/+2
2002-10-19try last differently, since changes2html complainedwiz1-2/+3
2002-10-18Note links/links-gui downgrades.wiz1-1/+2
2002-10-18Downgrade to 2.1pre3.wiz5-19/+11
2.1pre4's links -g has very annoying problems with control modifiers and X events in general, and the maintainers don't feel the need to fix it.
2002-10-18Import cmu-dhcpd-3.3.7.9abs3-4/+6
CMU dhcpd 3.3.7 is a combined BootP and DHCP server, available from Carnegie Mellon University. Development of this sofware at CMU has been halted. At Princeton we've added a few new features, and fixed some bugs (and probably introduced new ones, naturally). We've also incorporated patches that others have posted. Our version is 3.3.7+PU.
2002-10-18It calls itself both cmu-dhcp and cmu-dhcpd. We'll pick cmu-dhcpdabs5-73/+0
2002-10-18Import cmu-dhcpd-3.3.7.9abs10-0/+146
CMU dhcpd 3.3.7 is a combined BootP and DHCP server, available from Carnegie Mellon University. Development of this sofware at CMU has been halted. At Princeton we've added a few new features, and fixed some bugs (and probably introduced new ones, naturally). We've also incorporated patches that others have posted. Our version is 3.3.7+PU.
2002-10-18Import p5-Number-Latin 1.01abs6-2/+26
Some applications, notably the numbering of points in outlines, use a scheme that starts with the letter "a", goes to "z", and then starts over with "aa" thru "az", then "ba", and so on. This module provides functions that deal with that numbering system, converting between it and integer values.
2002-10-18Use buildlink2 and java.mk.jlam1-11/+9
2002-10-18Use newer way to convert a build dependency to a full dependency.jlam1-2/+2
2002-10-18Trivially use buildlink2 and use java.mk.jlam2-3/+6
2002-10-18The dependency on unzip is automatic based on EXTRACT_SUFX.jlam2-5/+2
2002-10-18Trivially use buildlink2 and use java.mk.jlam6-9/+17
2002-10-18Trivially use buildlink2 and use java.mk.jlam4-20/+20
2002-10-18Trivially use buildlink2.jlam1-2/+3
2002-10-18Trivially use buildlink2 and use java.mk.jlam6-12/+27
2002-10-18Fix checks for disabling syscall-hard and properly emit a message for thatjlam1-4/+7
case.
2002-10-18The dangers of leaving a CVS directory around when you copy a package toabs1-6/+0
create a new one...
2002-10-18So we do not lose anythingabs1-0/+6
2002-10-18Add and enable pyca.jlam1-1/+2
2002-10-18Initial import of security/pyca:jlam1-1/+2
pyCA tries to make it easier for people to set up and run a organizational certificate authority which fulfills the need for a fairly secure certification processing. The package also tries to reduce administrative tasks and user's frustration by providing a comfortable web interface to users contacting the certificate authority.
2002-10-18Initial import of of security/pyca.jlam4-0/+147
pyCA tries to make it easier for people to set up and run a organizational certificate authority which fulfills the need for a fairly secure certification processing. The package also tries to reduce administrative tasks and user's frustration by providing a comfortable web interface to users contacting the certificate authority.
2002-10-18Allow additional sed expressions to be used to patch the python scripts byjlam1-1/+2
passing them in with PYTHON_PATCH_SCRIPT_SED.
2002-10-18Allow PYTHON_PATCH_SCRIPTS to take shell wildcards.jlam1-5/+10
2002-10-18Make fake-la work on a.out machines. Fix based on patch in pkg/18694jlam2-3/+18
by itohy@netbsd.org.
2002-10-18This package does not compile on XEmacs...minoura1-1/+2
2002-10-18Note www/w3 update.minoura1-1/+2
2001-11-26 William M. Perry <wmperry@gnu.org> * build-dist: Deal with new branch * lisp/w3-e21.el: Stub for emacs 21 * lisp/docomp.el: Avoid setting up a bunch of variables that confuse emacs21 later. This fixes the keymapp nil error during byte compilation. Side effect is that it causes lots of warnings in mule-sysdp.el and a few other files. * lisp/w3-display.el (w3-pause): Emacs21 work.
2002-10-18Upgraded to 4.0pre.47.minoura6-15/+55
Also quick port to Emacs 21. Pre.47's changes are mostly to support Emacs 21, but it has at least 2 problems: - It does not work in a TTY. - Mule handling is insufficient.
2002-10-18Remove some really annoying "ks=..." debugging output.jlam2-7/+15
2002-10-18Make this packages OSS-aware.jlam5-14/+34
2002-10-18Correct MASTER_SITE and HOMEPAGE.jschauma1-3/+3
2002-10-18ossxmix also needs to be wrapped as it may also use ui_X.so.jlam2-6/+11
2002-10-18Purely cosmetic changes.jlam1-16/+15
2002-10-18Make this package OSS-aware.jlam4-5/+99
2002-10-18Tuxpaint-stamps-2002.10.16 update [more stamps, translation updates]wiz1-1/+2
2002-10-18Update to 2002.10.16:wiz3-21/+131
Norwegian translation updates, and many more stamps (mango, pear, pomegranate, strawberry, walnut, pepper grinder, nutcracker, hammer, saw, plyers, wrenches, paintbrush, measuring tape, mallet, toolbox, pitcher, road signs, marker, scissors, etc.).