Commit graph

37421 commits

Author SHA1 Message Date
rh
d9c93391e2 Note update of gnustep-gui to 0.8.3 2003-01-03 04:06:44 +00:00
rh
e17c89775c Update gnustep-gui to 0.8.3.
Noteworthy changes in version `0.8.3'
=====================================
   * Additions for Gorm support.
   * Alpha support for OpenGL
   * Better ruler support - dragging of tab markers.
   * Document support, recent files, etc.
   * Simple printing to printer and print previewing.
   * Window focus fixes
   * Key view handling rewritten.
2003-01-03 04:06:13 +00:00
rh
4e3c390c8d Note update of gnustep-base to 1.5.1 2003-01-03 04:04:56 +00:00
rh
5548af34f9 Update gnustep-base to 1.5.1.
Noteworthy changes in version `1.5.1'
=====================================
   * Port NSThread to MingW
   * Better framework support in NSBundle
   * Added Thai string encodings.
   * New makeImmutableCopyOnFail: method.
   * Lots of autogsdoc improvements, Updated gsdoc DTD to 1.0 version.
   * Added GSPrintf for logging to stdout.
   * Warning logs selectable at runtime.
   * NSTimeZone code rewritten for speed.
2003-01-03 04:04:35 +00:00
rh
2e27926ea9 Note update of gnustep-make to 1.5.1 2003-01-03 04:03:31 +00:00
rh
a198a706e1 Update gnustep-make to 1.5.1.
Changes in version `1.5.1'
==========================
   * Framework support rewritten, also supports multiple names.
   * API change: Replace frameowork's xxx_TOOLS by xxx_COPY_INTO_DIR.
   * Unified link commands between libraries and frameworks
     (LIB_LINK_*).
   * New 'make strings' target for localization support.
   * Speed improvements.
   * Doesn't try to build OSX bundle on GNUstep and vice versa.
   * API change: Tools/Subproj can have resources.
   * API change: TOOL_INSTALL_DIR.
2003-01-03 04:02:25 +00:00
lukem
afe01dffe4 this needs gmake to build... 2003-01-03 00:38:31 +00:00
jmmv
191e35aeba Note update of libggi to 2.0b2.1nb1 2003-01-02 23:56:15 +00:00
jmmv
a006d9d821 Make this package install its configuration files under the examples tree
and use bsd.pkg.install.mk to copy them to PKG_SYSCONFDIR.
Bump PKGREVISION to 1.
2003-01-02 23:54:55 +00:00
lukem
7347a6cf7d Define USE_BUILDLINK2 so that this actually knows about the dependency
on mysql-client ...
2003-01-02 23:35:43 +00:00
wiz
1e7584dd20 Only set package name conditionally (fixes e.g. the kdevelop PKGNAME). 2003-01-02 23:17:58 +00:00
jmmv
1ab5a05f11 Note update of libgii to 0.6nb1 2003-01-02 23:17:34 +00:00
jmmv
161491bfbe Make this package install its configuration file under the examples tree
and use bsd.pkg.install.mk to copy it to PKG_SYSCONFDIR.
Bump PKGREVISION to 1.
2003-01-02 23:15:44 +00:00
schmonz
b3da55bb9a Note update of pkglint (substitute for @MAKE@, warn about NO_PATCH). 2003-01-02 23:02:53 +00:00
schmonz
a047ece31c Update to 3.41:
- replace occurrences of "make" with @MAKE@

- add @MAKE@ to the list of variables to get sod (I never learned
  properly how to conjugate "sed")

- warn about NO_PATCH, since it hinders more than it helps

- remove NO_PATCH from Makefile to quell new pkglint warning
2003-01-02 22:58:41 +00:00
salo
e103e7cf18 The directories belong to aspell and libpspell packages so don't try to remove
them.  Sort.
2003-01-02 22:58:28 +00:00
jmmv
8da1b29f2e The lib/pkgconfig has been added to the list of standard directories, so do
not try to remove it, even if empty.
2003-01-02 22:44:43 +00:00
jmmv
191304d51d Add lib/pkgconfig directory. It is used by several packages and is currently
not properly managed by their PLISTs. This will simplify these files.

Approved by wiz.
2003-01-02 22:42:54 +00:00
atatat
2b9308fcad Note upgrade of pkglint to 3.40.
Also bump all years to 2003.  Some were 2002.  Pay attention people!  8-)
2003-01-02 22:19:47 +00:00
atatat
3ecbe5d669 In the case that we really can't determine the PKGNAME properly, just
punt and invoke "make show-vars VARNAMES=PKGNAME" and get make to tell
us.

This addresses the issue of:

Cannot extract digest-UNDEFINED version (/usr/pkgsrc/pkgtools/digest/Makefile)
Cannot extract pkg_install-UNDEFINED version (/usr/pkgsrc/pkgtools/pkg_install/Makefile)
Unknown package: 'digest' version 20010807
Unknown package: 'pkg_install' version 20021123

Patch reviewed by the wiz.
2003-01-02 22:17:45 +00:00
hubertf
6c7fb30842 fix dependency for m4 2003-01-02 20:30:59 +00:00
wiz
f85281b9b8 Correct comment on where defaults are set for DEFAULT_SERIAL_DEVICE, and
add USE_I586 and USE_OPENLDAP (used by gnupg, perhaps others?).
2003-01-02 20:12:15 +00:00
jlam
44acf34f84 Updated databases/jdbc-postgresql to 7.3.1. Changes from version 7.2.3
include:

   Allow JDBC to compile with JDK 1.4
   Add JDBC 3 support
   Allows JDBC to set loglevel by adding ?loglevel=X to the connection URL
   Add Driver.info
   Add updateable result sets
   Add support for callable statements
   Add query cancel capability
   Add refresh row
   Fix MD5 encryption handling for multibyte servers
   Add support for prepared statements

Approved by jwise@netbsd.org.
2003-01-02 18:46:39 +00:00
wiz
b088b56e0c Add missing equal sign in DEPENDS. 2003-01-02 18:39:13 +00:00
grant
ec667962f6 note PKGREVISION bump of docbook-xsl. 2003-01-02 17:22:33 +00:00
grant
ec7466a827 Fix sh fragment to install files into the right place, and install
additional files so that docbook.xsl can be used.
2003-01-02 17:20:39 +00:00
uebayasi
2577d37748 Correct the place of auxiliary commands. Pointed out by Katsuomi
Hamajima.  Bump pkgrevision.
2003-01-02 16:13:34 +00:00
mjl
8fe488e81d Note p5-libwww 5.67, p5-Class-ReturnValue 0.40, p5-Devel-StackTrace 1.02,
p5-Test-Inline 0.15, p5-DBIx-SearchBuilder 0.76.
2003-01-02 15:52:35 +00:00
mjl
83e0a24f19 Update p5-DBIx-SearchBuilder to 0.76
Extra checking for cache misses in DBIx::SearchBuilder::Record::Cachable
	The start of support for checking database version, so that we can do
	version-specific SQL
	utf-8 safe searching
	arbitrarily complex grouping clauses.
	complex query generation.
	Adding support for mysqlPP
	Fixed a caching bug that caused multiple copies of an object in memory to not
	be kept in sync
	Fixed bug in setting a column to the value of an SQL statement.
	Better support for Postgres 7.2 and transactions.
	Support for Class::ReturnValue to channel errors up when expected
	Dependency on Class::ReturnValue
	Minor cleanups and refactorings to allow percolation of errors on create
2003-01-02 15:36:33 +00:00
mjl
e823a2755a Enable p5-Class-ReturnValue p5-Devel-StackTrace p5-Test-Inline 2003-01-02 15:28:00 +00:00
skrll
86d8c810da Remove use of // comments. Fixes PR 19643. 2003-01-02 15:25:57 +00:00
mjl
1364ee91c1 Import of p5-Class-ReturnValue 0.40
Class::ReturnValue is a "clever" return value object that can allow code
calling your routine to expect: a boolean value (did it fail) or a list
(what are the return values)
2003-01-02 15:22:26 +00:00
mjl
ee2b328196 Import of p5-Test-Inline 0.15
Test::Inline is a way to embed tests in the same file as your source code
rather than in a seperate file. The idea is, the closer your tests are to
your code and docs, the more likely you'll keep them up to date.
2003-01-02 15:19:17 +00:00
mjl
887dd83071 Import of p5-Devel-StackTrace 1.02
The Devel::StackTrace module contains two classes, Devel::StackTrace and
Devel::StackTraceFrame. The goal of this object is to encapsulate the
information that can found through using the caller() function, as well
as providing a simple interface to this data.
2003-01-02 15:03:18 +00:00
mjl
43f38be501 postgres at 7.3.1 2003-01-02 14:43:54 +00:00
mjl
ae192d9586 Update p5-libwww to 5.67
HTTP::Cookies::Microsoft, makes it possible for LWP to share MSIE's cookies.
	HTML::Form supports file upload better now.  There are some new methods on
	that kind of input; file(), filename(), content() and headers().
	Net::HTTP avoids exceptions in read_response_headers() with laxed option.
	New LWP::DebugFile, LWP::Authen::Ntml
	The format_chunk() and write_chunk() methods of Net::HTTP did not work.
	The Client-Peer response header is back.
	Make HTTP::Date compatible with perl 5.8.
	Try to avoid to default to overwriting /usr/bin/head on MacOS X when the
	perl install prefix is /usr/bin.
	HTTP::Negotiate doc patch.
2003-01-02 14:42:25 +00:00
jmmv
d06c52cc9e Note update of fnlib to 0.5nb2 2003-01-02 14:22:00 +00:00
jmmv
8188847c3a Make this package install its configuration file under the examples tree
and use bsd.pkg.install.mk to copy it to PKG_SYSCONFDIR.
Bump PKGREVISION to 2.
2003-01-02 14:20:49 +00:00
abs
69bd158e0d Fix distinfos (server holding distfiles replaced and original distfiles lost) 2003-01-02 12:33:07 +00:00
salo
f3a46235d7 Note aspell-slovak update to version 1.1. 2003-01-02 12:23:51 +00:00
salo
c0fd5c561a Update to version 1.1.
Changes:
- new words
- words cleanup
- added new dictionary with common abbreviations - slovak-extend
2003-01-02 12:21:46 +00:00
wiz
e24ecb0542 Do not include x11.buildlink2.mk directly, it is not meant to be.
Use BUILDLINK_DEPENDS instead of DEPENDS _and_ inclusion of buildlink2.mk.
Add RCS Id to patch-aa.
2003-01-02 10:01:33 +00:00
agc
81c51de124 Update to version 20021217 of mousetar.
Major change is a minimalist bignum implementation as a portable means
of supporting integers larger than 32 bits.
2003-01-02 09:45:48 +00:00
wulf
a8365f1cf8 Updated geneweb to 4.0.9: Fixed security hole 2003-01-02 09:36:41 +00:00
wulf
fd426ebc6c Updated to genweb-4.09: Fixed security hole 2003-01-02 09:34:50 +00:00
wiz
3d1529828e Reformat. 2003-01-02 09:13:45 +00:00
skrll
42861251c2 Update KDE to the 3.0.5a distribution. Packages are numbered 3.0.5.1 or
1.0.5.1 accordingly.

Fixes and changes are:

Multiple vulnerabilities.

kdelibs
	KHTML : Fixed several crashes and misrenderings.
	rlogin.protocol: fixed command execution in specially crafted
	urls.

kdebase
	KAddressbook: Don't squeeze columns on startup/properly restore
	column width settings.

kdenetwork
	lisa, reslisa: Fixed several security vulnerabilities.

kdesdk
	Cervisia: Show long lines in diff view always completely.
2003-01-02 09:12:19 +00:00
jlam
89fcd02fac Require a iasp user and group (defaulting to APACHE_{USER,GROUP}) and
run the iASP proxy server as that user for improved security.  Bump
PKGREVISION on www/iasp to 1.
2003-01-02 06:40:32 +00:00
grant
cf86a8c1f9 add to PLIST issues:
* LOWER_OPSYS.
* platform specific PLIST handling.
2003-01-02 06:18:48 +00:00
hubertf
28a6492fea Add a few switches to allow changing compile-time options:
ATERM_USE_KANJI, ATERM_USE_BIG5, ATERM_USE_XTERM_SCROLL, ATERM_USE_GREEK.

Patch contributed by Jon Olsson <jon@joshua.haninge.kth.se> in PR 19382.
2003-01-02 05:55:11 +00:00