Commit graph

2644 commits

Author SHA1 Message Date
wiz
6510c4a93d Fix quoting in CPPFLAGS. 2005-03-02 13:39:17 +00:00
wiz
7b08a74b0e Drop trailing whitespace. 2005-02-27 11:16:30 +00:00
wiz
902b890d28 Unbreak package: It's ".elif", not ".elseif".
Remove empty line.
2005-02-27 11:14:49 +00:00
wiz
a3caacf764 Drop trailing whitespace. 2005-02-27 11:11:24 +00:00
wiz
7203d3f02e Sort. 2005-02-27 11:10:09 +00:00
rillig
0c3bf8b56d Added a patch to make bidwatcher build on NetBSD-1.6.2. Reviewed by tron. 2005-02-27 10:40:04 +00:00
jmmv
8d21d74f39 Update to 0.11.17:
* backport of bugfix for 159932
2005-02-26 17:26:09 +00:00
mrauch
8fded7edca Fix bug that japanese fonts can't be displayed.
Patch from Nobuyuki SASAKI in
http://mail-index.netbsd.org/tech-pkg/2005/02/22/0005.html.
2005-02-26 16:07:46 +00:00
wiz
50ec47b83a We also need to conflict with the old package name
of openoffice-bin (openoffice-linux) since people might still
have it installed or binary packages lying around.
2005-02-26 15:52:52 +00:00
mrauch
99bed91260 Rename openoffice-linux to openoffice-bin. 2005-02-26 15:46:15 +00:00
dsainty
f4b06070cc Remove a couple of unintentional comments 2005-02-26 13:26:05 +00:00
dsainty
611ae97cdf Add and enable ppower. 2005-02-26 13:12:07 +00:00
dsainty
226edb2610 Penguin Power, version 0.1.5
Ppower, short for 'Penguin Power', is a piece of UNIX software for controlling
x10 home automation equipment connected to the computer via a cm11a interface.
It can be used to turn things on and off and lights dim and bright.  In
addition to controlling the x10 devices, it can receive commands sent to the
x10 devices from other sources such as an x10 remote transceiver and execute
commands on your system in response.

The virtue of ppower is that it is designed to run as a daemon at all times,
keeping track of the status of the X10 system, taking action on events,
queueing requests, and providing information on the events it is receiving to
any interested clients.
2005-02-26 13:09:11 +00:00
dmcmahill
53b48374d2 add support for Solaris/sparc. Also add the framework to allow the Solaris/sparc
binary to install under NetBSD/sparc{,64} but don't actually enable it yet
due to compat_svr4 issues.  In addition, add support for Solaris/Intel which
is marked as broken until someone with such a system can fix PLIST.SolarisIntel
to be correct for the SolarisIntel binary distribution of openoffice.
2005-02-26 01:22:16 +00:00
wiz
cadd2a7da2 Add RMD160 checksums. 2005-02-24 13:57:43 +00:00
mrauch
467de7e8ba Rename openoffice-linux to openoffice-bin. 2005-02-24 13:50:18 +00:00
agc
07b46baa43 Add RMD160 digests 2005-02-24 11:02:49 +00:00
minskim
ce650bccfc Update xchm to 0.9.8.
Changes:
  - fixed the German translation.
  - added 'Copy link location' to the right-click menu.
2005-02-22 01:08:37 +00:00
kim
bed5ee4806 I can try to care for this one. 2005-02-21 22:37:03 +00:00
hubertf
9a981bcfbe Sign over maintainership to tech-pkg@ 2005-02-21 20:26:08 +00:00
markd
587c64748f Fix for http://www.kde.org/info/security/advisory-20050215-1.txt.
Bump PKGREVISION.
2005-02-20 11:31:11 +00:00
wiz
0c7d9f049f Fix PERL5_PACKLIST path. 2005-02-19 20:39:21 +00:00
wiz
358514dde6 Add and enable p5-Lingua-Preferred. 2005-02-19 20:04:32 +00:00
wiz
7d1b2924c1 Initial import of p5-Lingua-Preferred:
Many web browsers let you specify which languages you understand.
Then they negotiate with the web server to get documents in the
best language possible.  This is something similar in Perl.
2005-02-19 20:03:43 +00:00
wiz
87cf523f87 Add and enable p5-Lingua-EN-Numbers-Ordinate 2005-02-19 19:55:06 +00:00
wiz
4ec47ba972 Initial import of p5-Lingua-EN-Numbers-Ordinate-1.02:
There are two kinds of numbers in English -- cardinals (1, 2, 3...),
and ordinals (1st, 2nd, 3rd...).  This library provides functions
for giving the ordinal form of a number, given its cardinal value.
2005-02-19 19:53:56 +00:00
tron
ab70bfa545 Update "bidwatcher" package to version 1.3.17.
Changes since version 1.3.16:
- Fix eBay parser.
- Add libcurl support.  libcurl is now a dependency.
- Tons of little fixes.
- Fix potential security bug in versions <= 1.3.16 (CAN-2005-0158).
- Added Seller id to the Log.
- Fixed BUY Only items that expire but bidwather don't think so.
- Should compile on cygwin now.
- Be more compatible with BSD.
2005-02-18 10:10:06 +00:00
seb
159d337b94 Fix quoting. 2005-02-16 21:00:22 +00:00
uebayasi
9da7146f20 Fix quoting. 2005-02-14 14:03:40 +00:00
wiz
0208f99a90 Update to 1.3.3:
2005-03-04  Heikki Orsila
	* version 1.3.3
	- lots of changes. see previous changelog entries.

2005-03-04  Heikki Orsila
        - configure script now ignore unknown arguments (but gives a warning)
	- configure allows setting mandir and compiler. Examples:
	  --mandir=/usr/man
	  --compiler=/opt/experimental/gcc-4/bin/gcc
	- fixed wording in man file (Thomas Klausner)
	- -b option: print only basenames of the given files when creating
	  an sfv.

2005-03-03  Heikki Orsila
	- fixed O_LARGEFILE for macosx
	- Thomas Klausner submitted partial sfv checking patch by Dieter Baron.
	  Now cksfv -f foo.sfv [FILE1 FILE2 ...] checks only given FILES.
	- Thomas Klausner submitted patch by Tobias Nygren
	  to avoid calculating CRC twice per
	  file (read once, compute twice).

2005-02-03  Heikki Orsila
        * version 1.3.2
        - solaris printf workaround. use %lu tu print filesizes. works
	  best on 64-bit architectures (with compilers assuming sizeof(long)
	  == sizeof(size_t)). GNU/Linux support %zu which is the appropriate
	  modifier for this case, but can't have it everywhere.
	- doesn't print directory infos into catalogues when creating sfvs
	- see other modifications since 1.3.1 (many of them)

2005-01-26  Heikki Orsila
	- fixed output (displayed only 32-bit file sizes, and months wrong)
	  OLD:
	  ;    100663296  14:54.37 2005-00-25 zeros
	  NEW:
	  ;   4395630592  14:54.37 2005-01-25 zeros
	- lots of code cleanups
	- solaris fixes

2005-01-25  Heikki Orsila
	* no new version
        - Added and edited man page from Debian distribution
	- Fixed Makefile issues for -jx
	- Added a simple configure script for more consistent compilation
	- Removed b0rken rpm creation from Makefile
	- Removed spam messages (when creating and verifying checksums)
	- Added test cases (make tests)
	- added fake and lousy stdint.h generation (OS that don't have it
	  should be upgraded)

2005-01-24  Heikki Orsila
        * no new version
	- I decided to start maintaining the program since Bryan Call is
	  unreachable.

2004-05-25  Heikki Orsila
        * version 1.3.1
	- Fixed 64-bit issues. Went into Gentoo portage.
2005-02-05 00:45:49 +00:00
augustss
b750a675b2 Fix a bug in quantum_measure() that returns the wrong state when measuring
a quantum register.
2005-02-02 11:22:42 +00:00
augustss
cb198fd32c Add libquantum, a library for simulating quantum computation. 2005-02-01 20:52:38 +00:00
reinoud
d36d42c003 Update udfclient package to version 0.3.3
patch release fixing SCSI/ATAPI issue's, `rm' lockup and various small
bugfixes. Recommended to use this one over version 0.3.2.
2005-01-27 16:09:35 +00:00
markd
0ea8073116 add koffice-i18n-* packages. 2005-01-25 13:02:57 +00:00
markd
4cc2b0ea75 Initial import of koffice-i18n-sv-1.3.5 from pkgsrc-wip.
Packaged by Ian Zagorskih.

KOffice Swedish language pack
2005-01-25 12:57:57 +00:00
markd
5946e6ecdf Initial import of koffice-i18n-sk-1.3.5 from pkgsrc-wip.
Packaged by Ian Zagorskih.

KOffice Slovak language pack
2005-01-25 12:57:01 +00:00
markd
045bf6201b Initial import of koffice-i18n-se-1.3.5 from pkgsrc-wip.
Packaged by Ian Zagorskih.

KOffice se language pack
2005-01-25 12:56:12 +00:00
markd
51b8f9e969 Initial import of koffice-i18n-ru-1.3.5 from pkgsrc-wip.
Packaged by Ian Zagorskih.

KOffice Russian language pack
2005-01-25 12:55:11 +00:00
markd
ce345eddab Initial import of koffice-i18n-pl-1.3.5 from pkgsrc-wip.
Packaged by Ian Zagorskih.

KOffice Polish language pack
2005-01-25 12:54:22 +00:00
markd
bfa04162c9 Initial import of koffice-i18n-nl-1.3.5 from pkgsrc-wip.
Packaged by Ian Zagorskih.

KOffice Dutch language pack
2005-01-25 12:53:33 +00:00
markd
4061b48454 Initial import of koffice-i18n-it-1.3.5 from pkgsrc-wip.
Packaged by Ian Zagorskih.

KOffice Italian language pack
2005-01-25 12:52:43 +00:00
markd
41ae207c9e Initial import of koffice-i18n-hu-1.3.5 from pkgsrc-wip.
Packaged by Ian Zagorskih.

KOffice Hungarian language pack
2005-01-25 12:51:06 +00:00
markd
8936648352 Initial import of koffice-i18n-hsb-1.3.5 from pkgsrc-wip.
Packaged by Ian Zagorskih.

KOffice Upper Sorbian language pack
2005-01-25 12:50:19 +00:00
markd
e97f6755fe Initial import of koffice-i18n-he-1.3.5 from pkgsrc-wip.
Packaged by Ian Zagorskih.

KOffice Hebrew language pack
2005-01-25 12:49:25 +00:00
markd
930710ad1c Initial import of koffice-i18n-fr-1.3.5 from pkgsrc-wip.
Packaged by Ian Zagorskih.

KOffice French language pack
2005-01-25 12:48:19 +00:00
markd
a44a3fddef Initial import of koffice-i18n-fi-1.3.5 from pkgsrc-wip.
Packaged by Ian Zagorskih.

KOffice Finnish language pack
2005-01-25 12:47:22 +00:00
markd
a2c252a0c3 Initial import of koffice-i18n-fa-1.3.5 from pkgsrc-wip.
Packaged by Ian Zagorskih.

KOffice Persian language pack
2005-01-25 12:46:07 +00:00
markd
130de5d5a1 Initial import of koffice-i18n-et-1.3.5 from pkgsrc-wip.
Packaged by Ian Zagorskih.

KOffice Estonian language pack
2005-01-25 12:45:08 +00:00
markd
6cfe46a7fe Initial import of koffice-i18n-es-1.3.5 from pkgsrc-wip.
Packaged by Ian Zagorskih.

KOffice es language pack
2005-01-25 12:44:11 +00:00
markd
84a2a82113 Initial import of koffice-i18n-eo-1.3.5 from pkgsrc-wip.
Packaged by Ian Zagorskih.

KOffice Esperanto language pack
2005-01-25 12:43:03 +00:00
markd
4a2f43bcec Initial import of koffice-i18n-en_GB-1.3.5 from pkgsrc-wip.
Packaged by Ian Zagorskih.

KOffice English (Great Britain) language pack
2005-01-25 12:41:53 +00:00
markd
bf6a55528e Initial import of koffice-i18n-el-1.3.5 from pkgsrc-wip.
Packaged by Ian Zagorskih.

KOffice Greek language pack
2005-01-25 12:40:32 +00:00
markd
849360997d Initial import of koffice-i18n-de-1.3.5 from pkgsrc-wip.
Packaged by Ian Zagorskih.

KOffice German language pack
2005-01-25 12:39:34 +00:00
markd
aef69e0ed4 Initial import of koffice-i18n-da-1.3.5 from pkgsrc-wip.
Packaged by Ian Zagorskih.

KOffice Danish language pack
2005-01-25 12:38:12 +00:00
markd
ea1bbe3ccd Initial import of koffice-i18n-cy-1.3.5 from pkgsrc-wip.
Packaged by Ian Zagorskih.

KOffice Welsh language pack
2005-01-25 12:37:06 +00:00
markd
da3dc7d91f Initial import of koffice-i18n-cs-1.3.5 from pkgsrc-wip.
Packaged by Ian Zagorskih.

KOffice Czech language pack
2005-01-25 12:36:02 +00:00
markd
244f048456 Initial import of koffice-i18n-ca-1.3.5 from pkgsrc-wip.
Packaged by Ian Zagorskih.

KOffice Catalan language pack
2005-01-25 12:34:50 +00:00
markd
18e9e46314 Initial import of koffice-i18n-br-1.3.5 from pkgsrc-wip.
Packaged by Ian Zagorskih.

KOffice Breton language pack
2005-01-25 12:33:40 +00:00
markd
0359051cab Initial import of koffice-i18n-bg-1.3.5 from pkgsrc-wip.
Packaged by Ian Zagorskih.

KOffice Bulgarian language pack
2005-01-25 12:32:40 +00:00
markd
2872f1f0e8 Initial import of koffice-i18n-af-1.3.5 from pkgsrc-wip.
Packaged by Ian Zagorskih.

KOffice Afrikaans language pack
2005-01-25 12:29:42 +00:00
recht
367eed19fe Build Python with thread support by default and turn the existing
python*-pth packages into meta-packages which will install the non-pth
packages. Bump PKGREVISIONs on the non-pth versions to propagate the
thread change, but leave the *-pth versions untouched to not affect
existing installations.
Sync all PYTHON_VERSIONS_AFFECTED lines in package Makefiles.
2005-01-23 20:41:45 +00:00
minskim
c31a9eaccf We don't have the tk80 category; replace it with tk. 2005-01-22 15:45:59 +00:00
minskim
6ce30210d5 Switch to Tcl/Tk-8.4.
Bump PKGREVISION due to dependency changes.
2005-01-22 15:42:17 +00:00
markd
c05a4ba719 latest xpdf vulnerability as it occurs in kword pdf import filter.
http://www.kde.org/info/security/advisory-20050120-1.txt
Bump PKGREVISION.
2005-01-21 11:32:12 +00:00
tv
b7d83b016d Mark as not for Interix. (getmntent(3) is nonpublic/undocumented there;
it may work, but will need portability checking.)
2005-01-19 16:28:20 +00:00
minskim
5da4835b30 Add missing entries to PLIST.
Bump PKGREVISION.
2005-01-18 03:35:08 +00:00
minskim
56194f1b8e Switch to Tk-8.4. 2005-01-12 21:15:12 +00:00
minskim
cddfbc0c95 Siwtch to Tk-8.4. 2005-01-12 21:14:20 +00:00
minskim
896bb87649 Switch to Tk-8.4. 2005-01-12 21:12:17 +00:00
jlam
b6b853727d Nuke USE_FORTRAN and bring the f2c handling within the mk/compiler
framework.  The list of changes include:

  * Modify compiler.mk so that "c" is always prepended to USE_LANGUAGES,
    so we no longer need to say it in package Makefiles.  Packages
    should now append to USE_LANGUAGES instead of setting it.

  * Create mk/compiler/f2c.mk which implements another pseudo-compiler
    "f2c" that may be used with any C compiler backend, e.g.

	PKGSRC_COMPILER= f2c ccache gcc

  * Teach the various "real" compiler files, e.g., sunpro.mk, mipspro.mk,
    etc., to use f2c if the native Fortran compiler isn't present.

Packages that use Fortran should now simply include the line:

	USE_LANGUAGES+=	fortran

in the package Makefile.
2005-01-12 15:31:58 +00:00
reinoud
1184bf2044 Fix small compilation issue on Linux 2005-01-11 21:42:38 +00:00
reinoud
e106bbd12b Update faulty checksum 2005-01-11 21:16:48 +00:00
reinoud
fcd0cf7079 Update the udfclient package to release 0.3.2.
Benefits are:
	- support for FreeBSD's CAM
	- various bugfixes
	- access rights preservation
	- cdrw_format blanking and formatting tool added
	- owner-ship of file/directories recording
	- fixes in `get/put' so directory trees will be fetched correctly
	- minor enhancements
2005-01-11 21:09:23 +00:00
darcy
41355ee43a Package builds with latest version of Python. 2005-01-09 10:56:14 +00:00
wiz
9fda5a4e7a Fix typo in SITES_*. 2005-01-06 16:27:06 +00:00
mrauch
5fdb99139b Update to version 1.1.4.
* solves the vulnerability CAN-2004-0752
  (local users may read files of other users because of world-readable
   temporary files)
* various bug fixes
2005-01-06 15:52:19 +00:00
wiz
43615c60bf Add and enable kgeography. 2005-01-05 12:33:13 +00:00
wiz
d5a7d2e355 Initial import of kgeography-0.3:
KGeography is a geography learning tool.  Right now it has six
usage modes:

    * Browse the maps clicking in a map division to see it's name
    * The game tells you a map division name and you have to click
      on it
    * The game tells you a capital and you have to guess the division
      it belongs to
    * The game tells you a division and you have to guess its
      capital
    * The game shows you a map division flag and you have to guess
      its name
    * The game tells you a map division name and you have to guess
      its flag

Thanks to markd for review.
2005-01-05 12:31:56 +00:00
agc
7fc4da5e05 Regenerate for changed patches. 2005-01-03 22:52:22 +00:00
agc
38971962c1 Don't rely on the NetBSD version to define ETIME - define it if it's not
already defined.
2005-01-03 22:51:47 +00:00
agc
1e90d6ac78 The getpwnam_r prototype appeared in NetBSD in 2.99.10 or so 2005-01-03 22:51:01 +00:00
jmmv
095464f74f Update to 1.2 and adjust homepage and master sites (project moved):
Changes since 1.1
-----------------

* cuebreakpoints was not printing the last track breakpoint.  This has been
  fixed.

* cueprint now prints a zero-length string for undefined values.  Flags, width,
  and precision are applied to conversion characters which have no conversion.

* Added a tagging script, cuetag.sh, which uses cueprint, vorbiscomment, and
  mp3info to tag Ogg Vorbis and MP3 files.  This needs more testing and
  documentation.

* Added a track selection flag to cueprint.

Changes since 1.0
-----------------

* File formats documentation has been readded and updated (docs/formats.txt).

* ``CDTEXTFILE`` is now a recognized (but ignored) keyword.

* If only a disc or track template is specified on the command line, then only
  the disc or track information is printed, respectively.

* cueprint now supports flags and width and precision values for template
  expansion (like the printf command).

Changes since 0.6
-----------------

* cuetools-1.x is a significant code rewrite of 0.x.  The cue/toc parsing code
  has been reimplemented in lex/yacc.

* cuerename has been replaced by the more general utility cueprint.

* Usage syntax of the utilities has changed.  See the respective man pages.
2005-01-03 22:48:40 +00:00
wiz
7e73226c27 Adapt MESSAGE for 1.1.4. 2005-01-03 20:04:07 +00:00
wiz
f472d1ec5e Bump PKGREVISION because of curl dependency bump. 2005-01-03 15:59:12 +00:00
wiz
82b7f5fefe Update to 2004.03: routine update. 2005-01-03 15:46:40 +00:00
wiz
a29f51e44a Update to 2004.003:
V04-003 10 December 2004 - 109329 entries
Just a routine update edition.
2005-01-03 15:44:06 +00:00
wiz
815d74b4ac Remove KDE2 packages (and their dependencies) as proposed on tech-pkg. 2005-01-03 14:32:27 +00:00
martti
dc2a8db47e Updated openoffice-linux to 1.1.4
* Bug fixes

Approved by mrauch@
2005-01-03 10:51:14 +00:00
agc
3339041014 Patches from Rui-Xiang Guo for building on NetBSD-current 2005-01-03 08:07:24 +00:00
kim
7a628dd25c Add and enable p5-File-Tail 2004-12-31 21:35:38 +00:00
kim
6361ad4a51 Add p5-File-Tail 0.99.1
The primary purpose of File::Tail is reading and analysing log files while
they are being written.
2004-12-31 21:35:05 +00:00
kristerw
fe15696601 Add and enable easymenu. 2004-12-31 16:39:49 +00:00
kristerw
67c90b3be4 Initial import of easymenu-0.7.2, contributed by Ola Eriksson in
PR pkg/26091.

Easymenu is a shell script used to generate menu systems.

It can be used to generate anything from easy one-level menus to
advanced multi-level menusystems. It has a set of internal commands,
and can execute external applications and scripts, all to be as flexible
as possible.
2004-12-31 16:38:48 +00:00
markd
c3348ee423 Add patches to address the latest xpdf security issue in the PDF import
filter. Bump PKGREVISION.
2004-12-30 21:49:14 +00:00
wiz
ea0f520b79 Remove unnecessary inclusion of bsd.prefs.mk. 2004-12-30 17:25:19 +00:00
wiz
f1b28cc262 Fix typo. 2004-12-30 17:25:08 +00:00
minskim
9dd0a152a1 Add build dependency on pkgconfig, which is used by configure. 2004-12-29 09:50:00 +00:00
reed
e117eda090 Bump PKGREVISIONs due to libtiff update.
Some BUILDLINK_RECOMMENDED bumps done also.

(If I missed any, please let me know -- and let me know a good
way to automate this.)
2004-12-28 23:18:15 +00:00
jmmv
3d00f8b993 Update to 0.11.16:
* Emergency bugfix for #157420 in 0.11.15.
* Bug fixes including: 155556, 157138, 157221, 154961, 155805, 156802
  154918, 156802,
* Mostly fixes and improvements to the dynamic accessibility keyboards.
2004-12-28 21:54:10 +00:00
jmmv
90bd3fc933 Update to 2.6.5:
* Fixed a typo
* Updated translations:
  zu      (Zuza Software Foundation)
  nso     (Zuza Software Foundation)
  da      (Martin Willemoes Hansen)
2004-12-28 21:51:32 +00:00
xtraeme
7c43830d8b distfile unavailable, use MASTER_SITE_BACKUP for now. 2004-12-28 14:21:38 +00:00
reed
32d8f290c2 The default location of the pkgsrc-installed rc.d scripts is now
under share/examples/rc.d. The variable name already was named
RCD_SCRIPTS_EXAMPLEDIR.

This is from ideas from Greg Woods and others.

Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism
(as requested by wiz).
2004-12-28 02:47:40 +00:00
wulf
f2a539daf2 Added and enabled qbrew - a homebrewer's recipe calculator 2004-12-27 09:12:08 +00:00
wulf
aadd745f3d New package QBrew: A homebrewer's recipe calculator 2004-12-27 09:11:05 +00:00
minskim
00d7a6ed96 Enable pkgviews installation. 2004-12-26 19:16:37 +00:00
wiz
24a22462e9 Add and enable getopt. 2004-12-26 15:56:21 +00:00
wiz
f931e35051 Initial import of getopt, a getopt(1) replacement supporting long options.
Getopt(1) is a program to help shell scripts parse command-line
parameters. It is for example included in the util-linux distribution
(versions up to 2.7.1) for Linux. But, there were some problems
with that getopt(1) implementation, as listed in the 'BUGS' section
of its man-page:
     * Whatever getopt(3) has.
     * Arguments containing white space or imbedded shell metacharacters
       generally will not survive intact; this looks easy to fix but
       isn't.
     * The error message for an invalid option is identified as
       coming from getopt rather than from the shell procedure
       containing the invocation of getopt; this again is hard to
       fix.
     * The precise best way to use the set command to set the
       arguments without disrupting the value(s) of shell options
       varies from one shell version to another.
Additionally, the example in the manual-page does not run correctly
(at least not with any bash shell I have tried).

This implementation of getopt(1) solves some of these problems,
while still staying (for all practical purposes) completely compatible
with other getopt(1) implementations. It has replaced the old
util-linux version, but it should be useful for other Unixes too.
2004-12-26 15:55:39 +00:00
minskim
3c0e2e5806 Update xchm to 0.9.7.
Changes:
  - added ListDirty() optimization hack from Iulian Dragos
  - now the index list is being sorted.
2004-12-26 04:44:18 +00:00
wiz
5bcc044478 Add figlet-fonts. 2004-12-25 19:34:21 +00:00
wiz
ec15cd8aa5 Import a package that's been requested in pkgsrc/doc/TODO a long time ago:
figlet-fonts, more fonts for figlet.

In the misc category since the fonts are not really usable by anything else.
2004-12-25 19:32:51 +00:00
jmmv
5af1578a10 Add and enable theme-dirs. 2004-12-24 10:06:24 +00:00
jmmv
5022e7bf74 Initial import of theme-dirs, version 1.0:
theme-dirs installs a set of shared directories used by GTK2+ (gtk2-engines)
and other GNOME packages (such as metacity and gnome-themes).  It is useful
to simplify PLIST handling in other packages.
2004-12-24 10:05:53 +00:00
wiz
3bcb3ecb96 Bump PKGREVISION for aspell dependency update. 2004-12-24 04:32:54 +00:00
markd
6dd812e58a Use sh rather than bash to run update script.
Partial fix for PR 28657.  Bump PKGREVISION.
2004-12-23 12:54:29 +00:00
grant
908e765695 since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").

binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.

addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-20 11:30:55 +00:00
grant
6c5feedfcf drop unnecessary dependency on pcre. confirmed that the posix regex
library is acceptable on irix 5.3 by Georg Schwarz in PR pkg/28640.

bump PKGREVISION for dependency change.
2004-12-19 02:56:19 +00:00
wennmach
3885104023 In the instructions to customize httpd.conf, the "Include" statement
had been omitted.

Noted by Wouter Schoot in PR pkg/28677
2004-12-16 12:18:09 +00:00
minskim
3d95be83f2 Add dependencies on zlib, glu, and MesaLib. The first two were
missing, and the MesaLib dependency was implicit through glut.
2004-12-16 07:19:19 +00:00
minskim
f26c37bc41 Include <dirent.h> instead of <sys/dirent.h> to make this package
build on platforms without the latter (e.g. Linux).
2004-12-15 06:14:23 +00:00
minskim
3786702943 Add build dependency on pkgconfig.
While here, rearrange paragraphs so that buildlink3.mk files are
included before overriding targets.
2004-12-14 20:36:54 +00:00
minskim
454cd9af8b Add build dependency on pkgconfig. 2004-12-14 20:34:42 +00:00
recht
9845a6956f Add missing PCRE dependency
Patch by Georg Schwarz in PR pkg/28640
2004-12-12 23:33:29 +00:00
kristerw
6d3f7c0f28 Bool is not used, so no need to include stdbool.h.
This fixes NetBSD 1.6 build problem.
2004-12-11 12:53:51 +00:00
markd
ad5727b687 Update to kde 3.3.2
Changes:
Unknown
2004-12-10 06:22:05 +00:00
markd
472d8a2146 Update to kde 3.3.2
Changes:
* plastik: improved performance when hovering over tabs
2004-12-10 06:20:51 +00:00
markd
fc9365689d Update to kde 3.3.2
Changes:
* kalzium: degrees fahrenheit and celsius were reversed in information
  dialogs
* kbruch: fraction conversion is wrong due to cut digits after colon
* kbruch: In factorisation mode input box should look disabled
* kiten: clear correctly the internal list in radical selector
* kiten: get rid of crash of double-clicking delete button in learn
* klatin: add Polish data files
* kmplot: program hangs when plotting arcsin and arccos
* kturtle: The default language must be one of the supported kturtle
  languages. Fixes the broken Open-Examples directory as well as kturtle
  refusing to run any commands, when the KDE locale is a different
  dialect of one of the kturtle languages.
2004-12-10 06:19:47 +00:00
markd
30f5ae398c Update to kde 3.3.2
Changes:
* kalarm: fix KAlarm button on message windows to make it always
  display the main window
* kmail: remember the size of the separate message window instead of
  using a fixed window size
* kmail: gracefully handle broken connections when checking for new
  mail with IMAP
* kmail: don't clear the readerwindow when new mail arrives in an imap
  folder
* kmail: fix aegypten issue39 by only using the body itself as a text
  part if there are no body parts and we didn't get any other text so
  far, such as for smime opaque encrypted mails
* kmail: fix the "folders not visible" problem after starting KMail
  when the intro is shown
* kmail: fix searching when the header field in question is the first
  one of a message
* kmail: disable wordwrap in the composer for all inline invitation
  mails, not just for those sent with autosending enabled
* kmail: don't translate the "local" folder prefix; this fixes problems
  with KMail's summary plugin
* kmail: fix adding attachments to inline-forwarded messages
* kmail: remember the selected crypto format when saving a message as
  draft
* kmail: hide filter actions from "Configure Toolbars" dialog; fixes
  crashes
* kmail: fix missing filter actions after switching to the Mail
  component in Kontact
* kmail: remove BCC coming from identity on ical invitations
* kmail: grab the signature only once
* kmail: fix problem with disappearing dimap folders
* kmail: don't kill running mailchecks when cancelling the subscription
  dialog
* kmail: add missing tooltip to the BCC [...] button
* kmail: make sure that no signature is appended to inline invitation
  replies, Outlook chokes on them
* kmail: don't sign or encrypt inline invitations or invitation replies
* kmail: fix PGP/MIME encrypting messages which are BCC'ed
* kmail: make sure that all changes in the folder properties are saved
* kmail: fix uncontrolled checkboxes in the composer's attachment list
* kmail: improved performance when dragging mails over the folder list
* kmail: provide all reply methods and all forward methods in the
  separate message window
* kmail: fix minor bugs in the antispam wizard
* kmail: correctly end new-mail-check when an IMAP folder reports an
  error
* kmail: fix 'kstart --iconify --windowclass kmail kmail' which allows
  starting KMail in the system tray
* kmail: fix broken order of folders in the folder selection dropdown
  box
* kmail: notice a manual change of the external editor command line
* kmail: adjust antispam wizard to changes in bogofilter 0.93
* kmail: don't look up recipient keys during autosave
* kmail: fix "Folder Menu not updated after enabling Expiration for
  a Folder
* kmail: add support for additional antispam tools
* kmail: various speed improvements
* kontact: don't show empty tip of the day on startup
2004-12-10 06:17:28 +00:00
markd
f28d6a7aef Update to kde 3.3.2
Changes:
* khexedit: fix files with "?" in the filename can't be opened
* khexedit: fix loading and saving of remote files
* khexedit: fix khexedit statistics columns not sorted correctly
* kdf: hide /dev/shm and sysfs filesystems
2004-12-10 06:14:59 +00:00
minskim
e55dbe0a93 Add PLIST.Linux for gfloppy and related files, because gnome-utils
installs them on Linux only.

Bump PKGREVISION.
2004-12-09 20:26:11 +00:00
wiz
75eddbec5d Add and enable p5-Business-ISBN-Data. 2004-12-09 15:42:54 +00:00
markd
c70f2d3164 Work around PPC gcc? problem.
Fixes PR pkg/28335.
2004-12-08 10:34:53 +00:00
gavan
cd35636987 Solaris' nawk and yacc aren't up to building kdepim3. 2004-12-06 13:12:04 +00:00
he
024dd7e089 Update p5-Business-ISBN from version 1.60 to version 1.78.
Re-point HOMEPAGE into search.cpan.org.
Add dependence on the factored-out p5-Business-ISBN-Data package.

A number of the tests fail due to now-invalid publisher codes, but
I beleive this is due to outdated test data (reported to module
maintainer).


Change log:
(yes, no mention of changes in 1.78 proper, and also no 1.61-1.67 log entries)

1.77 - Wed Oct 27 02:39:17 2004
* removed Business::ISBN::Data, which is now a separate module so you
can update the data without updating the rest of the stuff.  Previously,
CPAN.pm would install Business::ISBN::Data as a prerequisite, and this
distribution would come along and overwrite it with old data.  That
was a bad thing.

1.76 - Fri Oct  8 16:12:51 2004
* somehow this module went missing from CPAN, so here it is again
* no need to upgrade if you have the previous version

1.74 - Thu Sep  2 17:17:20 2004
* another distro fix: some documentation cleanups, and the README is
now in MANIFEST.  You do not need to upgrade if you already have
installed this module.

1.73 - Thu Sep  2 16:21:10 2004
* this is a distro fix only.  if you already have Business::ISBN, you
don't need this

1.72 - Wed Feb 11 16:18:30 2004
	* removed errant File::Find::Rule use
	* Check for modules in png_barcode before require-ing them

1.71 - Wed Jan 28 13:00:38 2004
	* added xISBN support
	* removed File::Find::Rule, Test::Pod, Test::Prereq dependencies

1.69	Thu Sep  5 01:18:26 CDT 2002
	- documentation fixes - that's it

1.68	Wed Sep  4 15:51:29 CDT 2002
	- converted to Test::More
	- fixed ean_to_isbn to handle new EAN prefix 979
2004-12-05 20:04:05 +00:00
he
bc64eb5e32 Import p5-Business-ISBN-Data version 1.08.
This is a data pack for Business::ISBN.  You can update
the ISBN data without changing the version of Business::ISBN.
Most of the interesting stuff is in Business::ISBN.
2004-12-05 19:36:02 +00:00
wiz
8c172425c7 Update to 1.35, provided by maintainer Wolfgang S. Rupprecht in PR 28532.
Portability fixes.
2004-12-05 13:40:17 +00:00
wiz
7c7f29b2b5 Create ${PREFIX}/etc/gconf/schemas before installing files into it;
should fix bulk build.
XXX: GConf dependency needed?
2004-12-05 11:55:12 +00:00
jlam
00686c240d Set PTHREAD_AUTO_VARS to "yes" after pthread.buildlink3.mk was changed
not to automatically add pthread-related CFLAGS, LDFLAGS, and LIBS to
the configure and build processes.
2004-12-04 23:09:06 +00:00
wiz
5f6e136fcb Fix path to perl to fix build. 2004-12-04 14:51:21 +00:00
wiz
6e02d7ee41 Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
2004-12-03 15:14:50 +00:00
uebayasi
34b95d4234 + elscreen 2004-12-01 03:50:29 +00:00
uebayasi
32adfba2c0 Initial import of ElScreen 1.3.2.
ElScreen is a window manager in Emacs.  It's role is very similar to that
of GNU Screen in terminal emulators.  This is useful if you use Emacs Lisp
applications which have multiple windows.
2004-12-01 03:49:39 +00:00
wiz
4ce264687e Bump PKGREVISION for removal of db3 buildlink3.mk file from
GConf's buildlink3.mk file. Bump BUILDLINK_DEPENDS where appropriate.
2004-11-30 18:26:39 +00:00
minskim
a94bbd5710 Update molden to 4.2. Patch provided by Osamu OISHI, the MAINTAINER.
Changes since 4.0:
- Corrected a few fortran syntax errors, thnx to Gyepes R.
- on some platforms molden would not write a z-matrix, after stating
  that it just did. fixed.
- radical changes in the way proteins can be manipulated with the
  z-matrix editor
- The zmatrix conversion for proteins containing nucleotides has been
  improved, it will now create a zmatrix.
- The windows version of molden now start the opengl helper program
  mogl, when you click a *.ogl file in the read file window.
- Now when you apply the tinker amber force, automatically the charges
  associated with the atoms belonging to amino acid residues are set.
- Added interactive docking.
- More bug fixes and improvements.
2004-11-30 03:41:54 +00:00
martin
e2d8b23d9e Update to open2300-1.8.
This removes a lot of the previous hacks, replacing them with a fixed setup
for the serial port.
2004-11-29 08:22:27 +00:00
kleink
d74855573c From KDE CVS, KDE_3_3_BRANCH:
kdepim/korganizer/plugins/holidays/holidays.cpp 1.12.2.1:
Backport of bug fixes for #84979 (crash on AMD64) [...]

Bump version to kdepim-3.3.1nb2, and update the version required by
the kde3 meta package.
2004-11-28 18:35:48 +00:00
wiz
52cd474957 Reset maintainer, email bounced. 2004-11-28 16:01:57 +00:00
magick
83fc39cb80 remove pkgrevision, its a new version 2004-11-27 14:21:13 +00:00
magick
854e1f3b7b add missing patch 2004-11-27 14:19:16 +00:00
magick
31e42df792 Update nxtvepg to 2.7.2
There is already a 2.7.3 but that fixes only some windows bugs

Changes since 2.6.0: (only an extract
2.7.0:
- changed shortcut presentation from flat list into hierarchical tree, i.e.
  added possibility to use nested folders and also separator lines
- bugfix for shortcut lists which are too long to fit into the main window:
  scrolling with middle mouse button did not work. Since there's no scrollbar
  lower shortcuts were inacessible. Thanks to Udo for pointing this out in the
  discussion forum and for providing feedback.
- added improved "teletext slicer" to reduce decoding errors on TV channels
  with weak reception: was available since 2.5.2, but had to be selected at
  compile time by -DZVBI_DECODER switch. Now configurable in TV card input
  configuration dialog.  (The slicer is derived from libzvbi and alevt.)
  Also extended acquisition statistics output with decoding errors.
- improved TV app EPG OSD for channels with multiple networks (Arte/Fr5):
  using user-configured "air times" in network selection configuration dialog
  to determine which network is currently received in case VPS/PDC is not
  available. Thanks to salokyn for the suggestion.
- added work-around for flip-flopping of program title popups on Arte/Fr5
  in France: appearently Fr5 sends Fr5 PDC code, but Arte VPS. Solved by
  allowing to suppress false EPG popups by means of air times configuration.
  Thanks to Simon for test and debugging support.
- extended variable substitution for user-defined commands in context menu
  configuration: an optional time offset can be added to start and stop times,
  e.g. to start a recording 5 minutes before the official start time.
- Added new command line option -acqonce for daemon mode: automatically
  stop acquisition and terminate the daemon after the given phase has been
  completed for all providers.
- Linux: set channel change priority to "background" to prevent channel changes
  while TV app is running (for v4l2 drivers, e.g. saa7134 or bttv9; requires
  kernel >= 2.6.2 or recent v4l2 modules snapshots from http://bytesex.org/)
  Thanks to Gerd Knorr for accepting this feature in his video4linux drivers.
- Windows: added new command line option -remctrl: can be used to remote
  control an other, previously started GUI instance (i.e. non-daemon) of
  nxtvepg. Currently supported are commands to start/stop acquisition,
  close/raise/iconify the other instance's main window. See the manual
  for details.
- Windows: extended hardware support to include new Microtune tuner MT2050
  (e.g. used in new Pinnacle PCTV Rave and MSI TV @anywhere TV cards) and
  Philips MK3 tuner in combination with TDA9887 (used in Leadtek's CX23881
  card; Thanks to Gerard Chevalier for debugging support; Thanks to Gunther
  Mayer for the MT2050 code which was originally posted to the v4l ML)
- introduced compatibility between database file names on Windows and Linux,
  i.e. Windows can load databases written by Linux and vice versa without
  renaming the files (note: use -dbdir command line option to specify the
  path to the directory with the alternate OS's databases)
- right mouse button in main window now selects the programme entry below
  the mouse before opening the context menu; Previously the selection was not
  changed. Thanks to J?rg for the suggestion.
- bugfix in user-defined context menu commands based on !wintv! and !xawtv!:
  argument count which was reported to the external program was wrong, hence
  some apps did not accept the command. Thanks to Rami for debugging support.
- compile and build process improvements: added warning message to Makefile
  make is started with "make nxtvepg" (you should type only "make") to prevent
  make failure due to missing header files.  Also note the build process was
  restructured so that all generated files are placed into a sub-directory
  called "build-<platform>" to allow building on multiple platforms in parallel
- bugfix in build procedure: tcl2c.c crashed on 64bit platforms
  Thanks to Simon Barner and Gerd Knorr for the bug reports.
- fixed memory leak in Xawtv window detection (for every newly created
  toplevel with a WM_CLASS property a few bytes were not freed)
- bugfix date scale: shows Sunday twice during switch from daylight saving
  time back to regular time (00:00 localtime + 24h is still the same day at
  that special day :)   Note that wrong start times for TV programmes
  after the time switch are faults on side if the content providers. Also
  weekdays in the scale are now printed in the local language.
- added new EPG provider "VT4" (Belgium) as of March 2004.
  Thanks to "N?o" for providing the info.
- UNIX: added support for libzvbi: requires change in Makefile (add compiler
  switch -DUSE_LIBZVBI) and re-compilation; also added preliminary support
  for VBI proxy (add compiler switch -DUSE_LIBZVBI_PROXY; note the proxy API
  is still subject to change)
2.7.1:
- bugfix in "local time" option for XML database export (times were still
  in GMT only, regardless if the option was enabled or not)
- added support for new XMLTV DTD 0.6 (note command line option -dump xml
  uses the format which was used last in Control->"Export as XMLTV")
- fixed -daemonstop option for Linux and v4l2 devices (2.6 kernels): did
  sometimes not work after the user interface was used.
- added support for new UNIX TV app: Zapping, i.e. reading channel table
  from zapping.conf.  (Note: interaction with nxtvepg was implemented in
  zapping too: you can check it out from CVS at zapping.sourceforge.net)
- bugfix in acq stats (control menu): when connected to acquisition daemon
  VPS/PDC info was not displayed
- added work-around for daylight saving time changes and local time zone
  handling specifically for Turkish provider TRT.
- made programme list's context menu fully configurable: pre-defined
  commands for filter and reminder control can be re-ordered now too
  (in addition to external commands); also removed the need to press the
  dialog's "Update" button after changes (which was a long standing entry
  in the TODO list)
- UNIX/X11: display Nextview logo in main window title bar (only works for
  window managers which support the WM_ICON feature, e.g. fvwm2 or Gnome)
- bugfix: columns in the main programme list were not resizable, i.e.
  the pull-down menu appeared even when clicking onto the column header
  button's right border ("single list" layout only)
- bugfix: option "-provider merged" did not work in daemon mode (acq for
  merged database did work though, if pre-configured as default in the
  .nxtvepgrc or INI file)  Thanks to Georg for reporting this bug.
- Linux: bugfix in v4l2 support (fixes problems with PVR-350 cards.)
  Thanks to Urs Schaufelberger and Hans Verkuil for the patch.
- Windows only: fixed weekday colors in datescale: did not match those
  in the "weekday color" attribute in the programme list; thanks to
  everyone who reported this bug in the forum.
2.7.2
- Fixed bugs in XMLTV database export, both in DTD5 and DTD6 versions
  (introduced in version 2.7.1)
  Thanks to Steffen Siebert for pointing these out.
- Added "tvtime" to the list of TV applications supporting interaction
  with nxtvepg (via "xawtv-remote" connection; import of tvtime's channel
  table is not supported yet though.)  Thanks to Billy Biggs.
- Added new command line option "-clock" which allows to acquire the
  current date and time from teletext and update the system time with it.
  (Warning: implementation is still preliminary; usage of this option may
  change in subsequent versions of nxtvepg.)
- Made the "tvsim" tools compilable on *BSD platforms, thanks to
  Simon Barner (note: still untested; please report if it actually works.)
2004-11-27 13:58:30 +00:00
wiz
c06946b79a Remove maintainer on his request. 2004-11-27 02:02:04 +00:00
snj
4cb34c24a7 Update 9menu to 1.8.
"spawn() changed to do exec directly if -popup, based on suggestion from
Andrew Stribblehill"
2004-11-26 21:58:30 +00:00
markd
75bcfd4508 Update to koffice 1.3.5
Changes:
KWord
* Fix image inserting
* Fixes when changing properties of multiple frames at once. Also allow
  changing "protect-size" for multiple frames.
KPresenter
* Ignore sticky objects when duplicating a page
KSpread
* Fix un-merging of cells
Filters
KWord's PDF Import Filter
* SECURITY: more robust fix for the integer overflow vulnerability
  [was already in pkgsrc pkg]
KPresenter's OpenOffice.org Impress Export Filter
* Export Group object
* Export Text Vertical Alignment
* Export Text Margins
* Fix "KPresenter export bad horizontal lines in Open Office"
* Fix export vertical line
2004-11-23 20:24:08 +00:00
markd
6af479d927 More duplicate dirrm cleanup. 2004-11-18 11:48:36 +00:00
markd
0d19438ea8 Don't delete konqueror/servicemenus on package deletion (kdebase does it)
Partial fix for PR pkg/28342.
2004-11-18 10:14:44 +00:00
markd
f72464d590 Don't delete services/kded on package deletion (kdelibs does it)
Partial fix for PR pkg/28342.
2004-11-18 10:02:07 +00:00
rh
bf07234226 Update Addresses to 0.4.6. Changes include important bug fixes and a
Spanish locale.  This closes PR pkg/28111 by Francois Briere, thanks!
2004-11-17 04:28:59 +00:00
adam
dddcfede55 Fix for KDE frontend 2004-11-16 14:34:39 +00:00
adam
bcc2feef91 Changes 1.3.2:
* Added support for extended character sets (most of WGL4) and UTF-8 encoded
  strings
* Updated info display to show apparent size of selected object
* Enable tab completion of location names
* Introduced support for JPL ephemeris files
* Fixed crash in Windows star browser that occurred after changing the number
  of stars and pressing return.
* Fixed bug that made stars and galaxies appear square when certain nebulae
  were in view.
* Made the delete button in the Windows bookmarks organizer actually work
* Updated orbits for Amalthea and Phoebe
* Fixed seams in Jupiter and Phobos textures
* Spacecraft orbit paths adaptively sampled for smoother results
* Eliminated obscuring of location labels that occurred low view aspect ratios
* Added models of comet Halley and the small moons Pandora and Larissa
* Added limit of knowledge masks for the Galilean moons
* Changed spectral class of carbon stars to C, which supercedes and combines
  R and N
* Lua scripting additions
  * View management commands
  * Image capture commands
  * Made setrenderflags and setlabelflags accept a table
  * Orbit and locations settings
  * observer:cancelgoto
* Made the cursor shape change to the resize icon when positioned over view
  borders
* Added a new 3D file format: cmod, the Celestia model format
* Documented the fields in celestia.cfg with extensive comments
* Added newly discovered extrasolar planet HD 330075 b
* Added Cassini and Huygens models and trajectories
* Fixed crashing bug in the eclipse finder
* Changed default start location to Earth
* Revised some erroneous spectral classes in star catalog
* Made solar system objects occlude labels of more distant objects
* Implemented an algorithm for importance weights to avoid overlapping or
  too crowded location labels for Mars, Venus and the Moon
* Added new textures for Titan based on recent imaging from the Cassini
  mission
* Improved depth sorting so that hidden surface removal works properly for
  overlapping objects
* Added theoretical estimates of oblateness and rotation rate for extrasolar
  planets
* Replaced old Io and Europa textures with improved versions
* Added disposition modifier for ssc objects to control what happens when
  an object with the same name and parent already exists.  The three possible
  behaviors are Add (the default), Replace, and Modify.
* WINDOWS: Limited CPU usage when main window is minimized
* WINDOWS: Changed preferred z-buffer depth from 16 to 24 bits to reduce
  z-fight artifacts.
* Fixed labels and info text so it looks crisp when multisample antialiasing
  is enabled.
* Eliminated flickering of location labels
* WINDOWS: Save texture resolution setting between sessions
2004-11-16 14:34:10 +00:00
jlam
b67b0725c4 Rework the Berkeley DB detection in buildlink3:
* Add a db1.builtin.mk file that detects whether DB-1.85 functionality
    exists in the base system, and remove the distinction between
    "native" and the other Berkeley DB packages -- we now refer to
    db[1234].  This paves the way for any future databases/db1 package.

  * USE_DB185 shouldn't need to be set by any packages -- its correct
    value is now automatically determined by bdb.buildlink3.mk depending
    on whether we explicitly request db1 or not.  By default, if you
    include bdb.buildlink3.mk, you want DB-1.85 functionality and
    USE_DB185 defaults to "yes", but if you explicitly remove db1 from
    the list of acceptable DBs, then USE_DB185 defaults to "no".

  * Set BDB_LIBS to the library options needed to link against the DB
    library when bdb.buildlink3.mk is included.

  * We only add the DB library to the linker command automatically if
    we want DB-1.85 functionality; otherwise assume that the package
    configure process can figure out how to probe for the correct
    headers and libraries.

Edit package Makefiles to nuke redundant settings of USE_DB185.
2004-11-15 17:54:49 +00:00
jlam
43ac8c39e1 Replace USE_GCC_SHLIB with "USE_LANGUAGE=c c++" (the latter implies the
former) for applications that are known to require C++.
2004-11-13 22:04:52 +00:00
jlam
5e5ac5cef9 USE_BUILDLINK3 is a yes/no variable. 2004-11-13 21:28:27 +00:00
kristerw
6a867854b3 Add missing .include "../../mk/bsd.pkg.mk" 2004-11-12 23:42:52 +00:00
kristerw
23fda7bea9 Fix a C99-ism to make this pkg build with gcc 2.95. 2004-11-12 22:10:16 +00:00
kristerw
7590ac5dfe The source code does not use bool, so no need to include stdbool.h.
Makes this pkg compile on NetBSD 1.6.
2004-11-12 19:01:57 +00:00
jlam
28928b65a3 Don't include bsd.pkg.mk in Makefile.common. Include it in the package
Makefiles themselves so we can more precisely control when it is included,
as well as avoiding including it multiple times by accident.  This fixes
the spewage in the bulk builds for misc/celestia-kde.
2004-11-12 15:12:00 +00:00
sketch
696a3dd43d Fix syntax error. 2004-11-12 14:41:47 +00:00
jlam
af591191d2 Remove redundant uses of PTHREAD_{CFLAGS,LDFLAGS} now that they're added
automatically by pthread.buildlink3.mk.  Also, factor out the pthread
library out of PTHREAD_LDFLAGS into a standalone variable PTHREAD_LIBS
and use it in packages where necessary (usually the ones that don't
have a GNU configure script).
2004-11-12 06:39:19 +00:00
martin
ca1138ea8f Homogenize the two suggested database structures. 2004-11-11 19:41:46 +00:00
martin
b21448a0d3 Update open2300 to version 1.7 (and implicitly open2300-mysql too):
bugfix release to fix a buffer overrun.

While there, add a few patches to disable checksum verification on
wind direction - this failed for my weather station consistently on some
data sets. I'll bring this up with the authors.
2004-11-11 10:19:29 +00:00
adam
b789eef46e Added celestia-gtk 2004-11-10 16:44:48 +00:00
adam
a3a4ba810e Changes 1.3.2:
* Added support for extended character sets (most of WGL4) and UTF-8 encoded
  strings
* Updated info display to show apparent size of selected object
* Enable tab completion of location names
* Introduced support for JPL ephemeris files
* Fixed crash in Windows star browser that occurred after changing the number
  of stars and pressing return.
* Fixed bug that made stars and galaxies appear square when certain nebulae
  were in view.
* Made the delete button in the Windows bookmarks organizer actually work
* Updated orbits for Amalthea and Phoebe
* Fixed seams in Jupiter and Phobos textures
* Spacecraft orbit paths adaptively sampled for smoother results
* Eliminated obscuring of location labels that occurred low view aspect ratios
* Added models of comet Halley and the small moons Pandora and Larissa
* Added limit of knowledge masks for the Galilean moons
* Changed spectral class of carbon stars to C, which supercedes and combines
  R and N
* Lua scripting additions
  * View management commands
  * Image capture commands
  * Made setrenderflags and setlabelflags accept a table
  * Orbit and locations settings
  * observer:cancelgoto
* Made the cursor shape change to the resize icon when positioned over view
  borders
* Added a new 3D file format: cmod, the Celestia model format
* Documented the fields in celestia.cfg with extensive comments
* Added newly discovered extrasolar planet HD 330075 b
* Added Cassini and Huygens models and trajectories
* Fixed crashing bug in the eclipse finder
* Changed default start location to Earth
* Revised some erroneous spectral classes in star catalog
* Made solar system objects occlude labels of more distant objects
* Implemented an algorithm for importance weights to avoid overlapping or
  too crowded location labels for Mars, Venus and the Moon
* Added new textures for Titan based on recent imaging from the Cassini
  mission
* Improved depth sorting so that hidden surface removal works properly for
  overlapping objects
* Added theoretical estimates of oblateness and rotation rate for extrasolar
  planets
* Replaced old Io and Europa textures with improved versions
* Added disposition modifier for ssc objects to control what happens when
  an object with the same name and parent already exists.  The three possible
  behaviors are Add (the default), Replace, and Modify.
* WINDOWS: Limited CPU usage when main window is minimized
* WINDOWS: Changed preferred z-buffer depth from 16 to 24 bits to reduce
  z-fight artifacts.
* Fixed labels and info text so it looks crisp when multisample antialiasing
  is enabled.
* Eliminated flickering of location labels
* WINDOWS: Save texture resolution setting between sessions
2004-11-10 16:42:40 +00:00
adam
814062ab0c Typo fix 2004-11-10 16:42:18 +00:00
adam
01d5840d2f GTK version of celestia package 2004-11-10 16:40:56 +00:00
adam
67be670a70 Changes 1.3.2:
* Added support for extended character sets (most of WGL4) and UTF-8 encoded
  strings
* Updated info display to show apparent size of selected object
* Enable tab completion of location names
* Introduced support for JPL ephemeris files
* Fixed crash in Windows star browser that occurred after changing the number
  of stars and pressing return.
* Fixed bug that made stars and galaxies appear square when certain nebulae
  were in view.
* Made the delete button in the Windows bookmarks organizer actually work
* Updated orbits for Amalthea and Phoebe
* Fixed seams in Jupiter and Phobos textures
* Spacecraft orbit paths adaptively sampled for smoother results
* Eliminated obscuring of location labels that occurred low view aspect ratios
* Added models of comet Halley and the small moons Pandora and Larissa
* Added limit of knowledge masks for the Galilean moons
* Changed spectral class of carbon stars to C, which supercedes and combines
  R and N
* Lua scripting additions
  * View management commands
  * Image capture commands
  * Made setrenderflags and setlabelflags accept a table
  * Orbit and locations settings
  * observer:cancelgoto
* Made the cursor shape change to the resize icon when positioned over view
  borders
* Added a new 3D file format: cmod, the Celestia model format
* Documented the fields in celestia.cfg with extensive comments
* Added newly discovered extrasolar planet HD 330075 b
* Added Cassini and Huygens models and trajectories
* Fixed crashing bug in the eclipse finder
* Changed default start location to Earth
* Revised some erroneous spectral classes in star catalog
* Made solar system objects occlude labels of more distant objects
* Implemented an algorithm for importance weights to avoid overlapping or
  too crowded location labels for Mars, Venus and the Moon
* Added new textures for Titan based on recent imaging from the Cassini
  mission
* Improved depth sorting so that hidden surface removal works properly for
  overlapping objects
* Added theoretical estimates of oblateness and rotation rate for extrasolar
  planets
* Replaced old Io and Europa textures with improved versions
* Added disposition modifier for ssc objects to control what happens when
  an object with the same name and parent already exists.  The three possible
  behaviors are Add (the default), Replace, and Modify.
* WINDOWS: Limited CPU usage when main window is minimized
* WINDOWS: Changed preferred z-buffer depth from 16 to 24 bits to reduce
  z-fight artifacts.
* Fixed labels and info text so it looks crisp when multisample antialiasing
  is enabled.
* Eliminated flickering of location labels
* WINDOWS: Save texture resolution setting between sessions
2004-11-10 16:38:51 +00:00
adam
44f8ab5f78 Changes 1.3.2:
* Added support for extended character sets (most of WGL4) and UTF-8 encoded
  strings
* Updated info display to show apparent size of selected object
* Enable tab completion of location names
* Introduced support for JPL ephemeris files
* Fixed crash in Windows star browser that occurred after changing the number
  of stars and pressing return.
* Fixed bug that made stars and galaxies appear square when certain nebulae
  were in view.
* Made the delete button in the Windows bookmarks organizer actually work
* Updated orbits for Amalthea and Phoebe
* Fixed seams in Jupiter and Phobos textures
* Spacecraft orbit paths adaptively sampled for smoother results
* Eliminated obscuring of location labels that occurred low view aspect ratios
* Added models of comet Halley and the small moons Pandora and Larissa
* Added limit of knowledge masks for the Galilean moons
* Changed spectral class of carbon stars to C, which supercedes and combines
  R and N
* Lua scripting additions
  * View management commands
  * Image capture commands
  * Made setrenderflags and setlabelflags accept a table
  * Orbit and locations settings
  * observer:cancelgoto
* Made the cursor shape change to the resize icon when positioned over view
  borders
* Added a new 3D file format: cmod, the Celestia model format
* Documented the fields in celestia.cfg with extensive comments
* Added newly discovered extrasolar planet HD 330075 b
* Added Cassini and Huygens models and trajectories
* Fixed crashing bug in the eclipse finder
* Changed default start location to Earth
* Revised some erroneous spectral classes in star catalog
* Made solar system objects occlude labels of more distant objects
* Implemented an algorithm for importance weights to avoid overlapping or
  too crowded location labels for Mars, Venus and the Moon
* Added new textures for Titan based on recent imaging from the Cassini
  mission
* Improved depth sorting so that hidden surface removal works properly for
  overlapping objects
* Added theoretical estimates of oblateness and rotation rate for extrasolar
  planets
* Replaced old Io and Europa textures with improved versions
* Added disposition modifier for ssc objects to control what happens when
  an object with the same name and parent already exists.  The three possible
  behaviors are Add (the default), Replace, and Modify.
* WINDOWS: Limited CPU usage when main window is minimized
* WINDOWS: Changed preferred z-buffer depth from 16 to 24 bits to reduce
  z-fight artifacts.
* Fixed labels and info text so it looks crisp when multisample antialiasing
  is enabled.
* Eliminated flickering of location labels
* WINDOWS: Save texture resolution setting between sessions
2004-11-10 16:38:27 +00:00
wiz
d9dd180b54 Standardize MESSAGE a bit. 2004-11-10 10:38:18 +00:00
xtraeme
d1e201b407 + open2300{,-mysql} 2004-11-10 08:51:48 +00:00
martin
2ca7dd70a9 Import of open2300-mysql - an add-on to the open2300 pkg, that logs data
from the weather station to a mysql database.
2004-11-10 08:21:21 +00:00
martin
10a9e9aa46 Import of open2300, a set of utilities to read data from and controll a
weather station WS23xx.
2004-11-10 08:19:46 +00:00
shannonjr
20fe62d509 This package has copied several files from gpgme verbatim
that have been patched recently to correctly use getenv_r,
ttyname_r and strerror_r. This update applies the same
changes to the copied files.
2004-11-08 23:53:20 +00:00
kristerw
f2209b09ea Make this work with xmame 0.87 by applying patches from Miguel Mendez
in PR 27090 (with a minor tweak for issues from yesterday's update
of the xmame pkg.)

This does also solve part of PR 27011.

Bump PKGREVISION.
2004-11-07 21:13:23 +00:00
wiz
c6bb2be9da Fix typo, from Cesar Catrian C. in PR 28018. 2004-11-05 21:08:30 +00:00
jdolecek
4fdb70ce2b now that PHP 5.x Makefile.common doesn't pollute CONFIGURE_ARGS, it safe
to include "../../lang/php/ext.mk" after extension CONFIGURE_ARGS
setting; successful build confirmed with both PHP 4.x and PHP 5.x
2004-11-05 17:11:39 +00:00
jmmv
792336a903 This doesn't really need perl to build. 2004-11-05 16:20:12 +00:00
jmmv
888ac18c47 Update to 0.11.15:
What's new in GOK 0.11.15 ?

* Bug fixes including: 155556, 157138, 157221, 154961, 155805, 156802
  154918, 156802.
* Mostly fixes and improvements to the dynamic accessibility keyboards.

What's new in GOK 0.11.14 ?

* Bug fixes including: 155182 (double actions), 154499, 154604, #156153,
  #156479, 155344, 155473, 155476, 155512.
* LoginHelper's setSafe implementation now prevents word completion, as
  it should.
* Distinguish between HTML content and browser controls.
* Hush compiler warnings (bug 154915).
2004-11-05 14:11:41 +00:00
markd
c914b143eb Improved integer overflow fix for KWord's PDF import filter. Official
koffice patch.  Bump PKGREVISION.
2004-11-02 23:32:18 +00:00
jmmv
6263c9cb0b Remove some useless C99isms to fix the build under NetBSD 1.6.2.
Should fix bug PR/27188 and problem shown in kristerw@'s bulk build.
2004-11-02 22:51:33 +00:00
jdolecek
d3c56462a3 adjust for rename of most php4-* packages to php-* 2004-10-31 21:46:40 +00:00
jdolecek
ec3c63fd71 remove php4-* extension packages, replaced by php-* packages, which support
PHP5 too
2004-10-31 21:20:08 +00:00
jdolecek
49e9ef7f78 extension modules must be able to override CONFIGURE_ARGS, so include
lang/php/ext.mk before setting CONFIGURE_ARGS
2004-10-31 21:07:13 +00:00
jdolecek
52c1980501 new PHP extension module framework, which makes it possible to build
individual PHP extension packages with either PHP 4.x or PHP 5.x

convert existing php4-* packages to this framework and import as php-*
2004-10-31 19:30:29 +00:00
minskim
90eb519bcb Update xchm to 0.9.6.
Changes:
	- added Latvian translation.
	- fixed the way xCHM treated '&' characters in URLs.
	- fixed a TOC bug.
2004-10-30 07:13:47 +00:00
erh
e9244ef1e3 Add dpkg. 2004-10-29 17:28:28 +00:00
erh
c79d3e6e87 Import dpkg-1.20.24 from pkgsrc-wip.
Package maintenance system for Debian
Works with .deb files.
2004-10-29 17:26:18 +00:00
abs
16bd70989b Update setiathome to 3.08:
Release notes:
 Version 3.08 is a precautionary security release. There was a
 potential buffer overrun in the networking code of the client that
 is fixed with version 3.08. Note that to exploit this vulnerability,
 a potential attacker would have to trick the client into contacting
 a fake server rather than the actual SETI@home server. To our
 knowledge, no SETI@home client has ever been attacked in this
 manner.

The only NetBSD platform currently supported by 3.08 is NetBSD-sparc-1.6.1
and later. Update supported list for FreeBSD, OpenBSD, SunOS, and Linux
2004-10-29 12:56:24 +00:00
jmmv
a01d6c2fe5 Update to 2.8.1:
Version 2.8.1
-------------
* Sun's Vino documentation now merged in  (John Fleck)

Version 2.8.0-1
---------------
* Broken XML files fixed
* Out-of-date translations removed
2004-10-28 19:17:41 +00:00
jmmv
36f51adb5c Update to 2.8.1: sorry, list of changes unknown, but one should expect
bug fixes and updated translations.
2004-10-28 19:16:31 +00:00
jmmv
3e3f718222 Update to 0.11.12:
What's new in GOK 0.11.12?
* Bug fixes including: 155182 (double actions)

What's new in GOK 0.11.10/0.11.11 ?
* Fix regression caused by bugfix 151417; this release
  should be used instead of 0.11.9.

What's new in GOK 0.11.9 ?
* Expose multiple actions for UI components which have more than one
  possible user action available.  Fixes bug #151417.
* Improved table and list behavior: Bugfixes for #153130, #152788,
  #153389.
* Rewrite of online help (thanks to Irene Ryan!)
2004-10-28 19:11:50 +00:00
jmmv
140efa404b Update to 2.6.4:
* Updated translations: gl (Jesus Bravo Alvarez), zh_TW (GNOME HK Team)
2004-10-28 19:06:12 +00:00
markd
7d4cf40780 Update to koffice 1.3.4
Changes:
KOffice Libraries
KOfficeUI
* Compile again with Qt 3.1
KPresenter
* Compile again with KDE 3.1
* Fix crash in history of group/ungroup commands
* Fix loading and saving of picture objects marked "sticky"
KSpread
* Make the Control-C key work again
* Make columns and rows that are not on the top-left side of a sheet
  sizable again.
* Fix painting of the gridlines, when a row or column is resized.
KChart
* Fix pressing Enter in the Data Editor
Filters
KWord's OpenOffice.org Writer Export Filter
* Fix auto-justification
KWord's RTF Import Filter
* Temporary fix to avoid empty font names
KWord's PDF Import Filter
* SECURITY: fix the integer overflow vulnerability
* Fix for compiling with --enable-final
KPresenter's OpenOffice.org Impress Export Filter
* In formulas, convert the decimal symbol used by the locale
KFormula's MathML Import Filter
* Make the import filter work again
KFormula's MathML Export Filter
* Fix the invisible multiply operator
2004-10-28 11:30:25 +00:00
wiz
12035190c5 Add two missing lines; addresses PR 27514 by Greg Troxel. 2004-10-26 17:11:03 +00:00
wiz
bfcc0832d5 Add buildlink3 file, as requested in PR 27364 by Greg Troxel. 2004-10-23 08:08:26 +00:00
tv
dc99bb80f2 Update linkage to libltdl (via guile{,14}), which is now its own package.
Unfortunately, guile{,14}/buildlink3.mk directly includes it, and I don't
know which dependencies actually need libltdl, so it was a recursive bump.
Hopefully this recursive inclusion can be ripped out of
guile{,14}/buildlink3.mk at some point and bubble down to dependencies that
actually use libltdl, avoiding this headache in the future....
2004-10-15 14:50:05 +00:00
tv
6d01d25a91 Defuzz patches by regenerating with pkgdiff. 2004-10-13 18:50:13 +00:00
markd
6d18340ee2 Update to KDE 3.3.1.
Changes unknown.
2004-10-13 12:47:10 +00:00
markd
faf37e011d Update to KDE 3.3.1.
Changes:
* sidebar newsticker: Better error handling in case no connection to the
  DCOP service is possible
* sidebar newsticker: Remove newsticker from the default sidebar
  configuraton (usability fix)
* sidebar mediaplayer: Remove mediaplayer from the default sidebar
  configuration (usability fix)
2004-10-13 12:44:10 +00:00
markd
0ae995b3b5 Update to KDE 3.3.1
Changes unknown.
2004-10-13 12:39:18 +00:00
markd
8ee4021d5a Update to KDE 3.3.1
Changes:
* Plastik: Performance optimizations
* Plastik: Honor QButtonGroup::setLineWidth( 0 )
* Plastik/dotNet: Fix flicker in scrollbar
2004-10-13 12:37:18 +00:00
markd
b3c14189ca Update to KDE 3.3.1.
Changes:
* kbruch: Fix color settings (apply them to all widgets)
* kmplot: Avoid an endless loop when a calculation doesn't return a value
* kmplot: Fix areaUnderGraph-drawing: an invald y-value led to y>10e10 or
  y<-10e10
* kstars: LX200 GPS fixes
* kstars: Fixes compilation on gcc-2.95
* kstars: Fixes to the Solar Sysytem tab of the options dialog
* kstars: Disable stars-related widgets in the options dialog (Catalogs
  tab) if the "Hipparcos Star Catalog" box is unchecked
* kstars: Make it impossible to set the "zoomed out" mag limit to a fainter
  value than the "zoomed in" limit
* kstars: Fix horribly blocky images in printed image
* kstars: Printing fix: When original color scheme is restored, restore
  the original star color intensity as well
* ktouch: Typos fixes in german2.ktouch
* kturtle: Fix crash in Settings
* kturtle: Fix the endless loop bug that occurs when drawing extremely
  long lines
* libkdeedu: 2 Fixes to ExtDateTime and the test program 'test_extdate'
2004-10-13 12:34:51 +00:00
markd
d0a9c8958c Update to KDE 3.3.1.
Changes:
* kaddressbook: Update the button bar when adding contacts from the ldap
  query
* kalarm: Prevent crash if kalarmui.rc is missing
* kalarm: Prevent Quit option from becoming useless if "Don't ask again"
  is selected along with Cancel in confirmation dialog
* kalarm: Fix scheduling of weekly/monthly/yearly recurrences from the
  command line
* kalarm: Fix errors when altering or cancelling deferrals of expired
  recurrences
* kalarm: Fix message window size not fitting message
* kalarm: Prevent blind copy to self of email alarms via KMail when bcc
  is deselected
* kmail: Fixed a couple of bugs which can lead to mail loss with
  disconnected IMAP
* kmail: Fixed "Switch to html mode when using bullets in composer"
* kmail: Fixed "Clicking bold/italic in composer sometimes doesn't do
  anything"
* kmail: Fixed the mailing list address importing
* kmail: Fixed folder tree flicker
* kmail: Fixed "attaching files with long lines causes message loss"
* kmail: Filter dialog: create at least one new filter where there is one
  (usability improvement)
* kmail: Fixed crash on folder creation under certain conditions
* kmail: AV-filter scripts: Make antivir search in archives
* kmail: Numerous crash fixes (xml-gui, anti-spam wizard)
* kmail: Added icon for agenda resource folder
* kmail: Don't move files if source and target folder are the same
* kmail: Let address completion keep working after reconfiguring ldap
  servers
* kmail: Fixed crash when expiring mail with the menu item
* kmail: Made it possible to use disconnected IMAP folders as draft folders
* kmail: Allow the use of distribution list in BCC again
* kmail: ACL dialog: make sure user cannot remove his own folder admin
  rights
* kpilot: Added missing icons
* kpilot: Various fixes
* korganizer: Fix typeahead for new events in agendaview
* korganizer: Don't crash on undo when no resource is available
* korganizer: Fixes for freebuy view: if appointment is more than 15 days
  in the future; made "pick a date" button work"
* korganizer: Don't crash when cancelling a drop on the daymatrix
* korganizer: Various fixes in the invitation editor dialog
* korganizer: Various timezone handling fixes
* korganizer: Fix for "directory for local dir resource was never
  automatically created, and all data of that resource was just lost"
* korganizer: Don't try to save read-only resources, which lead to an error.
* konsolekalender: various fixes
* kontact: "open in addressbook" when kaddressbook-part is not yet loaded
  showed only the addressbook part
* kontact: Completely rewritten knotes plugin
* kontact: Summary view: new default plugins
* kontact: Summary view: various layouting fixes
* kontact: Sidebar: do not raise part on certain drag'n drop actions
2004-10-13 12:29:05 +00:00
markd
bed1751f6c Update to KDE 3.3.1.
Changes:
* Try to make KFloppy usable again.
2004-10-13 12:18:59 +00:00
tv
5b8aae2ffc Mark as not for Interix due to major work being needed to accomodate
Interix username sizes and user authentication.
2004-10-11 23:46:15 +00:00
kristerw
28952648de Make this package build after the mk/wrapper changes.
Make sure that a temporary library name buffer is nul-terminated.
PKGREVISION++.
2004-10-08 23:33:35 +00:00
markd
7074f739a9 Make qt3-tools dependency full rather than build as kaddressbook depends
on libqui.  From Ian Zagorskih in PR pkg/27178.
2004-10-07 12:22:16 +00:00
drochner
9669cdf877 uodate to 0.70
changes:
- SCSI MMC interface routine (all except Darwin)
- CD-Text support (all except Darwin)
- Distinguish DVD's from CD's
- Code clean-ups and reduced code duplication
- Better CUE parsing
- Reporting drive capability is more accurate
- add constant driver_id for kind of hardware driver in build
- new drive scanning routines which pass back driver as well
  as drive string. Speeds up subsequent opens.
2004-10-05 14:23:18 +00:00
minskim
3443f739d0 Update xchm to 0.9.5.
Changes since 0.9.3:
  - fixed contents parsing problem.
  - added support for context sensitive help; code contributed
    by Eamon Millman from PCI Geomatics.
2004-10-04 09:22:21 +00:00
reinoud
92129b8980 Update UDFclient to version 0.3.1
fixes 1.6.2 build problems by using a configure script.
2004-10-03 23:19:07 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
grant
eaa75b4082 there will not be a NetBSD-1.[7-9] but will be a NetBSD-[2-9].*
adjust patterns used in ONLY_FOR_PLATFORM/NOT_FOR_PLATFORM to reflect
this.
2004-10-01 10:37:32 +00:00
rh
bb4d770eb1 Fix PLIST 2004-09-27 07:53:53 +00:00
epg
3181982481 +p5-Locale-Maketext-Simple 2004-09-26 04:48:14 +00:00
epg
fece09b240 Import p5-Locale-Maketext-Simple-0.12.
This module is a simple wrapper around Locale::Maketext::Lexicon,
designed to alleviate the need of creating Language Classes for
module authors.
2004-09-26 04:41:21 +00:00
epg
6b5c8b3db9 Update to 0.42. Upstream changelog information does not appear to be
available.
2004-09-26 04:14:39 +00:00
wiz
1726bb2a7d Update to 2.0.0:
Ported to gtk2.
2004-09-25 23:03:13 +00:00
rh
b3da7e1bbf Update gnustep-base to 1.10.0.
Bump PKGREVISION and BUILDLINK_RECOMMENDED for dependent packages due to
library major revision bump.

Noteworthy changes in gnustep-base-1.10.0:
==========================================

Note the interface version of the library has changed so that apps,
tools and libraries the use the base library need to be recompiled to
use it.

   * A large majority of the library classes have been documented
     thanks to the efforts of Andrew Ruder

   * URL classes support persistant connections

   * Mac OSX XML compatibility fixes.
2004-09-24 01:56:53 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
jmmv
e6f539a320 Update to 2.8.0. This version corresponds to GNOME 2.8.0.
* Some updates to User Guide
* New Accessibility Guide from Irene Ryan
* New translations for uk and eu
2004-09-21 17:15:05 +00:00
jmmv
a5a6acb447 Update to 2.8.0. This version corresponds to GNOME 2.8.0.
GNOME Search Tool

	* Fix bug #137404 - Improve handling of failed quick searches
	* Fix bug #142450 - Results treeview should use GTK_SHADOW_IN
	* Fix bug #143772 - Wrong error message when file does not exist
	* Fix bug #144414 - Ctrl+Space does not select all files in table
	* Fix bug #147410 - Named pipes are not recognised as files
	* Fix bug #147465 - File size filter issues
	* Fix bug #147480 - Searching for text with leading dash causes error
	* HIG fix - put unit labels after text entries
	* Format Modified date to match Nautilus 2.7.x+
	* Fix memory leaks found using valgrind
	* Add new force_quick_search gconf key.
	* Update documentation

GNOME Dictionary

	* Remove old docs [Glynn]
	* Use translator-credits string [Glynn]
	* Fix bug #50907 - Add shadow border [Davyd Madeley]
	* Italic fixes [cs_is@yahoo.com]
	* Pass PanelApplet instance to lockdown func [Leena Gunda]
	* Add tooltip [Vinay M R]
	* Make sure screenreader only sees text box once [Muktha]
	* Add hyperlinks [Fernando Herrera, cs_is@yahoo.com]
	* Present window when it's under something [Dennis Smit]
	* Update from HIG [Dennis Cranston]
	* Fix the flags for horizontal panels [Vincent Noel]

GNOME Floppy

	* Pass through correct parameters [Chris Smith, Kjartan Maraas]
	* Update to new MIME system [Ray Strode]
	* Compilation fix for Fedora Core [Kjartan Maraas]

GNOME Log Viewer

	* Remove old docs [Glynn]
	* Use translator-credits string [Glynn]
	* Parse syslog.conf [Samuel Stringham]
	* Get correct date on log zoom [Harsh Jaitly]
	* Use g_spawn [James Strandboge, Shakti Sen]
	* Remove timer when we're done [Shakti Sen]
	* Fix crash if log is < 5 lines [Shakti Sen]

Misc

	* Pass distcheck [Glynn]

Translations
	* Changwoo Ryu [ku]
	* Adam Weinberger [en_CA]
	* Gareth Owen, David Lodge [en_GB]
	* Miloslav Trmac [cs]
	* Christophe Merlet [fr]
	* Laurent Dhima [sq]
	* Francisco Javier F. Serrador [es]
	* Takeshi AIHANA [ja]
	* Funda Wang [zh_CN]
	* Kjartan Maraas [no, nb]
	* Stanislav Visnovsky, Ivan Noris [sk]
	* Pawan Chitrakar [ne]
	* Dinesh Nadarajah [ta]
	* Alexander Shopov, Peter "Peshka" Slavov,  Vladimir Petkov [bg]
	* Vincent van Adrighem, Michiel Sikkes [nl]
	* Artur Flinta [pl]
	* Christian Rose [sv]
	* Andras Timar, Laszlo Dvornik, Gabor Kelemen [hu]
	* Guntupalli Karunakar [hi]
	* Changwoo Ryu [ko]
	* Duarte Loreto [pt]
	* Akagic Amila, Tomasz KÅ~Boczko [bs]
	* Tommi Vainikainen [fi]
	* Martin Willemoes Hansen [da]
	* Christian Neumair, Hendrik Richter [de]
	* Telsa Gwynne, Dafydd Tomos, Dafydd Harries [cy]
	* Danilo Å| egan [sr, sr@Latn]
	* Hasbullah Bin Pit [ms]
	* Adam Weinberger [en_CA]
	* Leonid Kanter [ru]
	* Ankit Patel [gu]
	* Metin Amiroff [az]
	* Žygimantas BeruÄ~Mka [lt]
	* Maxim Dziumanenko [uk]
	* Baris Cicek [tr]
	* Ã~Esmund Skjæveland [nn]
	* Kostas Papadimas, Nikos Charonitakis [el]
	* Jordi Mallach [ca]
	* Mugurel Tudor [ro]
	* Arafat Medini [ar]
	* Supranee Thirawatthanasuk [th]
2004-09-21 17:14:24 +00:00
jmmv
349a21b853 Update to 0.11.8. This version corresponds to GNOME 2.8.0.
* Fixed broken .m4 macro (bugzilla 152086)

* Fixes for bug #144435, #147633, #142831, and #150260.
  Non-XKB compose keyboards are working better now with
  word completion, and at login with a working 'Menus' key.
2004-09-21 17:11:42 +00:00
jmmv
a3b6b838ef Update to 2.6.3. This version corresponds to GNOME 2.8.0.
* Updated translations:
  cs      (Miloslav Trmac)
  en_CA   (Adam Weinberger)
  et      (Priit Laes)
  ga      (J.H.M. Dassen (Ray))
  sk      (Ivan Noris)
2004-09-21 17:08:13 +00:00
markd
5b90ecf9df Update koffice to 1.3.3
Changes:

KOffice Libraries
KOfficeCore:
* Support MS-DOS EPS files directly without stripping them internally.
* Display errors when the part cannot be loaded - e.g. due to an undefined
  symbol. This fixes the long-standing "program exits with error code 1
  and no warning" problem.
KOfficeUI:
* Fixed initial active tab in the opening dialog, to also remember when
  "Open Recent File" was used last.
KoText library features (shared between KWord and KPresenter):
* Fixed date format not available for some date variables
* Match words to auto-correct in a case-sensitive way to allow entries to
  have upper case letters.
* Do not use a different size for bullets/numbers in front of paragraphs
  starting with bold or italic.
* Fixed copy/pasting of lines containing tabs (not all lines would be pasted)
* Indic/Malayalam support, with thanks to Rajeev J Sebastian.

All Applications
* Fixed handling of remote KOffice files in Konqueror.
*  Fixed race condition when using dcopstart.

KWord
* Fix all 3 style menus for any translation
* Fix loading of tabulators in old KWord documents
* Restart numbering starting a new list

KSpread
* Fix special paste from cell with formula
* Fix "Expense Report" template
* Fix untranslatable strings in function descriptions

Filters
KWord's OOWriter export filter:
* Fix generation of spaces
KPresenter's OOImpress import filter:
* Fix crash when we load presentation background page
* Import help line
* Import animation order
* Import setting
* Import transparency for object
KPresenter's OOImpress export filter:
* Export settings into settings.xml (Snap drawing line)
* Fix generate list of picture
* Export transparency attribute
* Fix header into content.xml
KSpread's OOCalc export filter:
* Fix save manifest.xml into META-INF/
* Implement save settings into settings.xml (active table, cursor position)
KSpread's GNUmeric export filter:
* Fix writting
* Generate UTF-8
* Fix export of sheets with more than 255 rows or columns
KSpread's MS Excel import filter:
* Fix generating numbers, especially if the decimal symbol is a comma
KSpread's CSV export filter:
* Fix export of sheets with more than 255 rows or columns
KSpread's HTML export filter:
* Fix export of sheets with more than 255 rows or columns
2004-09-21 13:02:32 +00:00
tron
cca8d935e2 Update "bidwatcher" to version 1.3.16. Changes since version 1.3.15:
- Parse eBay pages properly again
- A parsing error leading to a segmentation fault is fixed (patch
  from Klaus Singvogel)
- Get the snipe key 60 seconds before sniping because this key becomes
  stale.
- Snipes do not try to get a snipe key at startup or setup.
- Set the proxy during startup.  Otherwise a "Network error" is issued
  at startup behind a proxy.
- Workaround a bug with german umlauts and other ascii > 127 in the
  details windows. They are simply removed.
- Recognize shifting end times of auctions.
- User listings:
  - The auction-id was read as "unsigned long" (4 Byte) instead of
    "unsigned long long" (8 Byte). Due to that truncation some
     auction-ids were not handled correctly.
  - Ebay places linebreaks at the worst places in its pages: the
    parser did not remove them all. So the auction id was not
    found.
- Obtain snipe-key just when necessary, not earlier.
- New feature: Snipe groups
2004-09-21 07:43:10 +00:00
wiz
8eb3cb9a66 Add and enable latin-words-bin. 2004-09-20 22:55:17 +00:00
wiz
05c77904e9 Initial import of latin-words-bin-1.97 (Linux binary).
This Latin dictionary program takes keyboard input or a file of
Latin text lines and provides an analysis/morphology (declension,
conjugation, case, tense, etc.) of each word individually, the
dictionary form, and the translation (meaning).

 am.at           V      1 1 PRES ACTIVE  IND 3 S X
 amo, amare, amavi, amatus
 love, like; fall in love with; be fond of; have a tendency to;

The dictionary contains over 30000 entries and, through additional
word construction with hundreds of prefixes and suffixes, may
generate more, leading to many hundreds of thousands of 'words'
that can be formed by declension and conjugation.  Present emphasis
is on classical Latin and late Latin, but medieval Latin entries
are increasing. WORDS provides a tool to help in translations for
the Latin student and a memory jog for researchers.
2004-09-20 22:54:44 +00:00
wiz
979c96eab8 Fix PLIST for bulk build. 2004-09-18 17:56:25 +00:00
wiz
24e836bcad Update to 2004.2.1 for new readme html file; this changes DIST_SUBDIR
and fixes the bulk build.
2004-09-15 08:11:14 +00:00
salo
858d28a372 Update checksum for kanjidic_doc.html. Changes unknown.
From diro at nixsys dot bz via PR pkg/26936.
2004-09-14 06:59:08 +00:00
reinoud
952177ae1a Make it compile on systems with a pkgsrc based pthread. 2004-09-11 13:15:34 +00:00
wiz
a6fb51ea67 Improve comment slightly, and remove an unneeded variable. 2004-09-10 13:09:28 +00:00
reinoud
96c0d020a5 Make it compile under 1.6.2 by including pthread when nessisary 2004-09-10 13:05:27 +00:00
drochner
297a9d1d9d minor cleanup to make it build with modern gcc again
(lots of unchecked string ops here...)
2004-09-10 12:02:53 +00:00
skrll
e9c5e53e2e Correct URL 2004-09-07 09:04:11 +00:00
jmmv
2d56307807 Update to 2.6.0.1: some minor fixes and the "Introduction to GNOME" document
has been removed.
2004-09-03 12:48:41 +00:00
reed
22f0e6ff14 Fix COMMENT by not mention name of software in COMMENT and removing
that it "is a program".
Also note that it can be used to "copy, append or link" also.
2004-09-01 17:00:24 +00:00
reed
5c37b55770 Fix punctuation for improved reading. 2004-09-01 16:58:26 +00:00
reed
796c30d262 Changed MASTER_SITES to different Debian mirrors directory.
This is was provided in PR pkg/26828. Thank you Alexander Becher.
2004-09-01 16:54:46 +00:00
jmmv
de552a0805 Update to 2.6.2:
* Fixed various leaks and crashes:
    #140663  #140757  #139739  #142081  #140595  #140630
* Updated translations:
  bg     (Vladimir "Kaladan" Petkov)
  bs     (Kemal Sanjta)
  en_CA  (Alexander Winston)
  eu     (Iñaki Larrañaga)
  fi     (Pauli Virtanen)
  fr     (Christophe Merlet)
  hi     (Guntupalli Karunakar)
  hu     (Laszlo Dvornik)
  ka     (Pablo Saratxaga)
  mi     (John C Barstow)
  nb     (Kjartan Marass)
  nl     (Tino Meinen)
  pt_BR  (Gustavo Maciel Dias Vieira)
  sq     (Laurent Dhima)
  sv     (Christian Rose)
  tg     (Pablo Saratxaga)
  tk     (Gurban M. Tewekgeli)
2004-08-31 12:02:38 +00:00
jlam
8d572feba3 Use the new BUILDLINK_TRANSFORM commands to more precisely state the
intended transformation: use "rm" to remove an option, "rmdir" to remove
all options containing a path starting with a given directory name, and
"rename" to rename options to something else.
2004-08-28 06:05:31 +00:00
jlam
ca70938428 Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,
which are the full option names used to set rpath directives for the
linker and the compiler, respectively.  In places were we are invoking
the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is
inserted in case the flag is a word, e.g. -rpath.  The default values
of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the
compiler that you use.  They may be overridden on a ${OPSYS}-specific
basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG,
respectively.  Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
2004-08-27 06:29:06 +00:00
wiz
0f4619d465 Update to 382:
* Removed some old copyrighted code.
  This probably breaks OS/9 support.
2004-08-26 01:33:59 +00:00
markd
18f355fa30 Bump xscreensaver dependency to >=4.16. Add missing files from PLIST.
Fixes PR 26742 from FUKAUMI Naoki.
2004-08-25 12:25:55 +00:00
wiz
5efd2008ce Update to 2004.02, prompted by changing distfile on master site
noted by diro at nixsys bz in PR 26728.
2004-08-23 00:29:35 +00:00
markd
ce9b8bd99f Update to KDE 3.3
Changes:
* Kgpg
  o Do not show expired keys in the signing dialog Jean-Baptiste Mardelle
  o Make it possible to change colors assigned to trust values
    Jean-Baptiste Mardelle
  o Add option to hide invalid keys (revoked/expired) Jean-Baptiste
    Mardelle
  o Improve multi-file operations (better feedback, non-blocking)
    Jean-Baptiste Mardelle
  o Added search filter in key dialogs Jean-Baptiste Mardelle
  o Added status bar for improved feedback Jean-Baptiste Mardelle
  o Improve autodetection of dropped files (signatures, keys) Jean-Baptiste
    Mardelle
  o Change icon to reflect KGpg's state (busy/ready) Jean-Baptiste
    Mardelle
* KCalc
  o More different modes: logic, statistics, trig-functions Klaus
    Niederkrueger
  o Pressing Ctrl displays the accels for all buttons. Klaus Niederkrueger
  o Display content can be copied with standard actions cut/copy/paste
    Klaus Niederkrueger
* Ark
  o Search Bar Henrique Pinto
  o New Konqueror Integration Plugin Georg Robbers
  o KParts-based integrated viewer Henrique Pinto
  o Improved Extraction Dialog Henrique Pinto
2004-08-21 14:15:55 +00:00
markd
ca7eb98481 Update to KDE 3.3
Changes:
* Kontact
  o Kolab client integraton. Bo Thorsen
  o KPilot integration into Kontact. Reinhold Kainhofer, Adriaan de Groot
  o eGroupware connection. Tobias Koenig
  o Bug voting and feature purchasing help menu items. Don Sanders
* KMail
  o HTML mail composing. Don Sanders, Edwin Schepers
  o List only open IMAP folders Carsten Burghardt
  o Quick search toolbar item Don Sanders
  o Anti Spam Wizard Andreas Gungl
  o Anti Virus Wizard Frederick Emmott
  o Filter Log Viewer Andreas Gungl
  o Per-contact crypto preferences Marc Mutz
  o Crypto plugins autoconfiguration Marc Mutz
  o Split sign and encryption keys Marc Mutz
  o Preset encryption/sign keys for OpenPGP and S/MIME in the identity
    Marc Mutz
  o Importing certificates from PKCS#7 certs-only attachments Marc Mutz
  o Add new (automatic) mailinglist handling functionality. Zack Rusin
  o Add viewer plugins to allow e.g. KOrganizer to display invitations
    embedded in KMail. Ingo Kloecker
  o Renaming of Disconnected IMAP folders Bo Thorsen
  o New filters: "is email in addressbook?", "is email in one of the
    addressbook's categories?", "has email an attachmen?" Martin Koebele,
    Ingo Kloecker
  o Merge in presence display via KIMProxy Will Stephenson
  o Allow starting IM chats from an address's context menu Will Stephenson
  o IMAP ACL support (aka shared folders) David Faure
  o Expiring old messages as a background task, optionally by moving them
    to another folder David Faure
  o Compacting mbox/maildir folders as a background task David Faure
* Kleopatra (formerly known as KGpgCertManager)
  o Importing/exporting certificates and secret keys Marc Mutz
  o Deleting certificates Marc Mutz
  o Async / cancel'able operations Marc Mutz
  o Highlighting of revoked/expired/etc certificates in the certlist
    Marc Mutz
* KOrganizer
  o Recurrence on todo's Bram Schoenmakers
  o Free/Busy view Cornelius Schumacher
  o Automatic upload of Free/Busy information to server Cornelius
    Schumacher
  o Remote calendars (auto-update, change notification) Cornelius
    Schumacher
  o More flexible working hour configuration (minute-based, working days
    can be selected, overnight shifts are possible) Reinhold Kainhofer
  o Allow editing of more than one day in Journal (diary) view Reinhold
    Kainhofer
  o Holiday plugin uses the system's country as default Reinhold Kainhofer
  o Filters are also applied to todo lists, and to printing the todo list
    Reinhold Kainhofer, Bram Schoenmakers
  o "Copy to" date and "Move to" date popup in popup menu for todo items
    Bram Schoenmakers
  o "Edit"-button in alarmdialog Bram Schoenmakers
* KPilot
  o Fix knotes conduit Adriaan de Groot
  o KPilot integration into Kontact Reinhold Kainhofer
  o Configuration wizard (only three settings, handheld is auto-detected!)
    Reinhold Kainhofer
  o Allow syncing to remote files (calendar, todo, addressbook) Joern
    Ahrens
  o Add a custom page to KAddressbook's contact editor to allow editing of
    the custom fields synced by the addressbook conduit Reinhold Kainhofer
* KAlarm
  o Add facility to define alarm templates David Jarvie
  o Add option to play sound file repeatedly until alarm window is closed
    David Jarvie
  o Add volume control for playing sound file David Jarvie
  o Add 'stop sound' button to alarm message window when sound file is
    played David Jarvie
  o Add facility to execute shell commands before or after an alarm is
    displayed David Jarvie
  o Middle mouse button over system tray icon displays new alarm dialog
    David Jarvie
  o Add option to display a reminder once only before the first alarm
    recurrence David Jarvie
  o Add facility to specify shell commands to execute before or after an
    alarm is displayed David Jarvie
  o Display time-to-alarm in reminder message window David Jarvie
  o For message texts which are truncated in main window, show full text
    in tooltip David Jarvie
  o Allow more flexible formats in time entry fields David Jarvie
  o After creating/editing alarm, prompt to re-enable alarms if currently
    disabled David Jarvie
* KArm
  o Documentation Mark Bucciarelli
  o File locking Mark Bucciarelli
  o CSV Export of timecard history Mark Bucciarelli
* KNotes
  o Network-enabled KNotes Michael Brade
  o Implement rich text mode for the notes. Michael Brade
* KitchenSync
  o Finish framework. Cornelius Schumacher
  o Syncing addressbook and calendar data between desktops. Cornelius
    Schumacher
* KNode
  o Improved HTML rendering Roberto Selbach Teixeira
  o Partial KMail look'n'feel Roberto Selbach Teixeira
  o Show long group names as tooltips. Roberto Teixeira
* KAddressBook
  o Simple and advanced Custom Fields support Tobias Koenig
  o Field selection for vCard export plugin Tobias Koenig
  o GUI for per-contact crypto settings (see also KMail) Marc Mutz,
    Steffen Hansen
  o Make KAddressBook work fine with asynchronous interface of libkabc
    Tobias Koenig
  o Polish up the GEO, PHOTO, LOGO and SOUND input widgets Tobias Koenig
  o Merge presence display in summary view Will Stephenson
  o Merge editor widget for multiple IM addresses Will Stephenson
  o Add progress bar to KAddressbook's Nokia mobile phone import/export
    filter Helge Deller
  o Add custom page to allow editing of the custom fields synced by the
    addressbook conduit Reinhold Kainhofer
* KonsoleKalendar
  o Fix exporting recurring events Allen Winter
  o Handle timezones and localization Allen Winter
  o New --next command line argument for showing next event Tuukka Pasanen
  o New --show-next command line argument for showing next so many days
    events Tuukka Pasanen
  o Add a new compact, easy to read, export format Allen Winter
* libkdepim
  o Add a renamed KIMProxy so that we can use its services and retain
    compatibility with 3.2. KIMProxy code has been merged with libkdepim.
    Will Stephenson
2004-08-21 14:07:33 +00:00
markd
b9413aff32 Update to KDE 3.3
Changes:
* KBruch
  o port to KConfig XT Sebastian Stein
  o task displaying reworked Sebastian Stein
  o make task display configurable Sebastian Stein
  o new exercise: compare 2 ratios Sebastian Stein
  o new exercise: convert rational number to fraction Sebastian Stein
  o new exercise: factorize a given number into its prime factors
  o config dialog: set color and font for task display
  o What's this help and tooltips added
Kig
  o Undo Support for Changing Color and Size of Objects Dominique Devriese
  o DrGeo import filter Dominique Devriese
  o Line and Point styles Dominique Devriese
  o Property tests Dominique Devriese
  o Better Python error reporting Dominique Devriese
  o Add a system to name objects Dominique Devriese
  o Add some command line functions Dominique Devriese
  o When selecting an argument, tell the user what he's looking for.
    Dominique Devriese
  o When selecting an argument, tell the user if the object he wants to
    construct needs arguments that are not available. Dominique Devriese
  o Various small stuff: attach labels to angles, some new objects like a
    test if two vectors are equal, some new transformations, intersection
    between some remaining objects etc. Dominique Devriese
* KHangMan
  o Use KConfig XT instead of KConfig Anne-Marie Mahfouf
  o Add a config dialog if more settings in the Settings dialog Anne-Marie
    Mahfouf
  o Put some data in the corresponding i18n modules and allow KHangMan to
    download new languages easily using KNewStuff. Leave en in KHangMan
    plus the language the user has if available in the i18n module.
    Anne-Marie Mahfouf
* KLettres
  o Put some data in the corresponding i18n modules and allow KLettres to
    download new languages easily using KNewStuff. Leave fr (and en when
    the sounds are done) as the 2 data languages in KLettres plus the
    language the user has if available in the i18n module. Anne-Marie
    Mahfouf
  o Make all sounds on ogg format as some distros don't play mp3s
    Anne-Marie Mahfouf
  o Timer should be configurable either in Settings or in kid/grown-up
    modes Anne-Marie Mahfouf
* Kalzium
  o Rewriting most of the kalziums code Carsten Niehaus
  o Make it possible to choose the unit of some datasets. For example
    it is now possible to choose between Fahrenheit, Degree Celsius and
    Kelvin Carsten Niehaus
  o Offer two periodic tables: the simplified for younger pupil and the
    full PSE will all 110 elements Carsten Niehaus
  o Rewritten plotting with more options Carsten Niehaus
  o Update doc Anne-Marie Mahfouf
* KStars
  o Add ability to manually step clock once per keypress Jason Harris
  o Add proper motion of stars Jason Harris
  o Add text labels to equator, ecliptic, and horizon lines Jason Harris
  o Tool to measure angular distance between two points. Pablo de Vicente
  o Add Equinox and Solstice calculator module Pablo de Vicente
  o Add Planet Positions calculator module Pablo de Vicente
  o Add ecliptic to/from equatorial conversion calculator module Pablo de
    Vicente
  o Add more data to the details window: hour angle, airmass, distance
    from Earth/Sun, angular size, multiple/variable stars Jason Harris
  o Add airmass to details window. Jason Harris
  o Use KXConfig to handle options Jason Harris
  o Add popup-menu links to Wikipedia articles on specific objects.
    Jason Harris
  o Transient object label when mouse hovers on object (need to make it
    work when clock is stopped) Jason Harris
  o Semi-transparent or opaque background option for on-screen info
    boxes Jason Harris
  o Add Constellation Boundaries to the map Jason Harris
  o Define Constellation lines with star names, rather than independent
    points on the sky Jason Harris
  o Display Altitude/Azimuth in status bar, along with RA/Dec Jason Harris
  o Make the "Night Vision" color scheme adjust the KStars window colors
    as well Jason Harris
  o Add true Full-screen mode Heiko Evermann
  o Add support for CCD cameras Jasem Mutlaq
  o Add FITSViewer Tool, which includes many image reduction and analysis
    tools Jasem Mutlaq
  o ExtDate, KStarsDateTime classes for handling dates outside of QDate
    range Jason Harris
  o Batch mode in remaining astronomial calculator modules Pablo de
    Vicente
  o KStars startup wizard with integrated download of 'extra' data Jason
    Harris
  o Add support for "Video4Linux" devices and webcams Jasem Mutlaq
  o DCOP functions for adjusting colors Jason Harris
  o DCOP function for exporting or printing image Jason Harris
  o Add new DCOP functions to ScriptBuilder tool Jason Harris
  o Add Moon's illumination fraction to popup menu/details window Jason
    Harris
  o Add option to dump mode for specifying time/date Jason Harris
  o ImageViewer: Add label with optional text describing image or
    crediting its author. Jason Harris
  o Calculator module to compute angular distance between two arbitrary
    sources. Pablo de Vicente
* KmPlot
  o Ability to draw numeric integrals with Euler's method. Fredrik Edemar
  o Avoid unnecessary repainting. Fredrik Edemar
  o Ability to select background color. Fredrik Edemar
  o Automatic scaling. Fredrik Edemar
  o Zoom mode. Fredrik Edemar
  o Save version number so we can support loading old Kmplot files.
    Fredrik Edemar
  o Popup menu for plot-graphs when clicking on the right mouse button
    Fredrik Edemar
  o Tool menu: area between plot and x-axis. Fredrik Edemar
  o export to BMP, PNG, and SVG format Klaus-Dieter Möller
  o Tool menu: maximum, minimum, y value of a given x value. Fredrik
    Edemar
  o Changing the parameter a function depends on by a QSlider. Matthias
    Meßmer
  o Navigate by keyboard in trace mode. Fredrik Edemar
  o Port the configuration dialogs to KConfig XT. Matthias Meßmer
  o Redesign of the function edit dialog: handling the extensions by
    dialog widgets. Matthias Meßmer
  o Recently opened files. Matthias Meßmer
  o User defined constants: Editor and import/export from/to KCalc.
    Fredrik Edemar
  o Progress bar and cancel button for plots taking much time (status
    bar, see KMail). Fredrik Edemar
  o Localization of the decimal seperator. Fredrik Edemar
  o Angle modes: radian (default) and degree. Fredrik Edemar
  o Custom color and line width for each derivatives and anti-derivatives.
    Fredrik Edemar
  o Function editor dialog: values of parameters a function depends on
    can be importet from a text file. Fredrik Edemar
* KWordQuiz
  o NEW IN KDE: KWordQuiz is the KDE version of the flashcard and
    vocabulary learning program WordQuiz. KWordQuiz is still in early
    development. KWordQuiz supports opening, editing, and saving of
    vocabulary files (format kvtml). It allows Flashcard mode, Multiple
    Choice and Question & Answer through a friendly Quiz mode. Peter
    Hedlund
  o A context menu for the editor Peter Hedlund
  o Joining multiple files Peter Hedlund
  o Tooltips Peter Hedlund
* KLatin
  o NEW IN KDE: KLatin is a program to help revise Latin. You can be
    tested on vocabulary, grammar and verb and the doc includes a
    revision section. George Wright
  o Tooltips and QWhatsThis help George Wright
  o Add doxygen comments to headers George Wright
* KTurtle
  o NEW IN KDE: KTurtle is an educational programming environment using
    the Logo programming language. This makes KTurtle suitable for
    teaching kids the basics of math, geometry and... programming. The
    commands used to program are in the style of the Logo programming
    language. The unique feature of Logo is that the commands are often
    translated into the speaking language of the programmer. KTurtle
    features an integrated Logo interpreter (no need to download any
    other program), a powerful editor for the Logo commands with
    intuitive syntax highlighting, line numbering, etc, context help for
    all Logo commands... Cies Breijs
2004-08-21 13:39:35 +00:00
reinoud
31072cc4b8 Remove old patch that is no longer nessiary 2004-08-21 13:08:08 +00:00
reinoud
80f4cebb6c Upgrade UDFclient to version 0.3 2004-08-21 13:06:24 +00:00
markd
2505b28da7 Update to KDE 3.3
changes unknown
2004-08-21 13:01:32 +00:00
markd
8e5833ab3d Update to KDE 3.3
Changes:
* KUser
  o User account administration in a LDAP database Szombathelyi György
  o Samba account administration in a ldapsam backend Szombathelyi
    György
  o MD5 Shadow password support Szombathelyi György
2004-08-21 12:57:02 +00:00
markd
aa888f8e82 Update to KDE 3.3.
Changes:
Addons
* FSView Part
  o Reduced memory requirements for large directory trees Josef
    Weidendorfer
* Sidebar Plugins
  o NEW IN KDE: Newsticker sidebar applet for viewing RSS feeds Marcus
    Camen
* Konqueror Plugins
  o NEW IN KDE:Plugin for accessing <link> elements (document relations)
    Franck Quelain
  o NEW IN KDE:Search Bar Plugin. Provides quick access to Find In This
    Page, Google and other search engines. Arend van Beelen jr.
* Kate Plugins
  o Kate Tab Bar extension Dominik Haumann
* KFilePlugin
  o Meta Info for Windows .lnk files (where does it point to) and tool
    (lnkforward) to follow this "link" Martin Koller
* Kuick
  o Added option to disable plugin in context menus

Artwork
* Screen Savers
  o Enhance Euphoria and Banner screensavers to run smoothly and look
    nicer. Enrico Ros
2004-08-21 12:51:12 +00:00
markd
72d8717fb4 Update to KDE 3.3
Changes:
* KMagnifer
  o Make selection window resizable and moveable Olaf Schmidt
  o Show sliders if magnificated content does not fit the window Olaf
    Schmidt
  o Magnification modes
  o Allow rotation Olaf Schmidt
* KMouth
  o Update the documentation Gunnar Schmi Dt
2004-08-21 12:43:22 +00:00
wiz
aefc27890b Move glabels from misc to print, as suggested by reed. 2004-08-17 12:59:31 +00:00
wiz
4c19a93fb5 Update to 20040814: misc. fixes. 2004-08-17 11:10:56 +00:00
wiz
ea7a4f8729 Update to 2004.2:
Now with Portuguese translations.
2004-08-17 10:52:13 +00:00
cube
7098c91149 Update to version 2004.002. No change log, but hey, it's a dictionnary:
some entries were added, some were removed, some were changed.
2004-08-17 05:35:38 +00:00
wiz
0ae893cd48 Add and enable glabels. 2004-08-16 16:00:36 +00:00
wiz
b9d9b71132 Initial import of glabels-2.0.1:
gLabels is a program for creating labels and business cards for
the GNOME desktop environment. It is designed to work with various
laser/ink-jet peel-off label and business card sheets that you'll
find at most office supply stores.
2004-08-16 15:59:59 +00:00
salo
af64c4c1ad PKGREVISION++
- obey CFLAGS, use $(CC) instead of cc in Makefile
- install data files in PREFIX/libdata/brs instead of PREFIX/lib,
  rewrite whole "install" target
- correct paths in the manpage
- fix a warning (could be error with some compilers?) in #endif
2004-08-16 11:54:20 +00:00
agc
090be87dc0 Update molden to version 4.0 - the old distfile has gone away from the
master site, and this package has an interactive fetch stage.

Changes between version 3.8 and 4.0:

	Many bug fixes
	Better support for Mac OS
	Molden format files can now be concatenated into one file
	Molden now fully supports 5D and 7F orbitals
	Added a feature to display an interactive spectrum
2004-08-10 12:11:02 +00:00
markd
848fc1a48d Apply patch from kdepim HEAD to fix build on Solaris. 2004-08-05 13:46:03 +00:00
xtraeme
5a34fd5ba0 I'm maintainer for the XFree86/X.org packages from pkgsrc. 2004-07-31 02:28:15 +00:00
cube
84c8dcd844 Add p5-Locale-Maketext-Fuzzy and p5-Locale-Maketext-Lexicon. 2004-07-30 13:59:17 +00:00
cube
8fa56d02a7 Fix dependency. 2004-07-30 13:58:25 +00:00
cube
c9971db454 Initial import of p5-Locale-Maketext-Fuzzy, version 0.02, into the NetBSD
Packages Collection, from the pkgsrc-wip project.

Original package by Dieter Roelants.

Locale::Maketext::Fuzzy is a subclass of Locale::Maketext with
additional support for localizing messages that already contains
interpolated variables.
2004-07-30 13:57:11 +00:00
cube
71532d1c7f Initial import of p5-Locale-Maketext-Lexicon, version 0.38 into the NetBSD
Packages Collection, from the pkgsrc-wip project.

Original package by Dieter Roelants.

A  perl module providing lexicon-handling backends, for "Locale::Maketext"
to read from other localization formats, such as PO files, MO files,
or from databases via the "Tie" interface.

For extracting translatable strings from source files, a "xgettext.pl"
utility is also installed by default.
2004-07-30 13:52:45 +00:00
xtraeme
dbbd6e4e36 <x11>/Makefile.common should be included before dirs.mk to have
X11ROOT defined! (hi jmmv).

Bump version to 1.1, both XFree86-dirs and xorg-dirs.
2004-07-30 11:24:38 +00:00
xtraeme
0612a03a2c Use ${XF_VER} instead of using 4.4.0. 2004-07-29 09:06:19 +00:00
xtraeme
07f1ff3eeb + xorg-dirs 2004-07-29 07:26:31 +00:00
xtraeme
aa198be755 Initial import of xorg-dirs-1.0.
xorg-dirs handles the X11 directories.
2004-07-29 07:26:03 +00:00
xtraeme
69c871c448 xorg packages now will be installed into ${PREFIX}/xorg by default,
so we don't have to conflict between XFree86 and xorg.

Suggested by grant@.
2004-07-29 06:36:32 +00:00
xtraeme
27ca0f685b CONFLICTS with xorg-docs. 2004-07-29 05:48:38 +00:00
xtraeme
b5dea1099e + xorg-docs 2004-07-29 05:03:54 +00:00
xtraeme
3a3c98fb19 Initial import of xorg-docs-6.7.0.
This package contains X.org documentation. This includes protocols
and specifications for X Display Power Management Signaling (DPMS),
Inter-Client Exchange (ICE) Library, X Locale Database, Proxy Management,
X Session Management Library, The XIM Transport, The X Font Library,
X Toolkit Intrinsics C Language Interface, X Display Manager Control
Protocol, Xlib C Language X Interface, and a lot more.
2004-07-29 05:03:15 +00:00
wiz
9bbe58194e Finish move of misc/gpsd and misc/gpsdrive to geography/.
Closes PR 26422 by Iain Hibbert.
2004-07-26 23:40:07 +00:00
tron
299ee93c38 Set default dependence method to build because this package doesn't
provide any shared libraries.
2004-07-24 10:53:14 +00:00
grant
b64a4ec172 the included popt library is broken on some platforms because it assumes
alloca is available without explicitly pulling it in. use the devel/popt
pkg instead and fix PKGLOCALEDIR handling while I'm here.

fixes install on Solaris.
2004-07-24 04:43:10 +00:00
hubertf
8aa03f221d Updated dnetc (for netbsd/i386) to 2.9007.486, pr PR 22390. 2004-07-24 00:36:51 +00:00
agc
5c79920a86 Make this package compile with gcc3.3.
Addresses problem reported in PR 26398.
2004-07-22 11:36:00 +00:00
salo
e852eec4b2 USE_IMAKE implies USE_X11BASE, remove pointless USE_X11. 2004-07-21 21:28:41 +00:00
minskim
08ca221a9c Update xchm to 0.9.3.
Changes:
  - fixed 'MS-ITS:' link handling.
  - corrected a contents tree bug.
2004-07-21 01:54:45 +00:00
tron
9dd2f84b89 Add a patch from the bidwatcher home page which avoid segfaults while
bidwatcher is parsing auction data. Bump package revision.
2004-07-20 13:59:12 +00:00
xtraeme
5ddd260d04 Apply patch from PR pkg/26330 by Tobias Nygren to make this work on
Alpha.
2004-07-16 23:40:54 +00:00
mrg
7e21400c94 - fix printing file sizes >= 2GB
- add "exit" support
2004-07-15 13:27:48 +00:00
atatat
6ac8f64732 Put the config.h.in patch into its own patch file and add more to it
that forces varargs to be used on NetBSD.  Some gcc 3.3 instances
(specifically 3.3.3nb1 on NetBSD/alpha) fail one of the configure
tests making it think we don't have sprintf() (and therefore no
varargs) causing unmentionably evil things to be done instead.  This
usually leads to core dumps.

Fix a pointer-to-integer cast warning by casting to long in between.
The actual use case is harmless, but the compiler can't tell that.

Bump PKGREVISION to 1 for the gcc workaround (affects at least
NetBSD/alpha which can now build a better screen).

Addresses PR pkg/25937.
2004-07-15 04:05:40 +00:00
cjep
a59202a2cf Update to bsdiff 4.2. Changes since 4.1
* Correct a bug which can cause patches to be randomly
  mis-detected as "corrupt".
2004-07-13 12:45:18 +00:00
kristerw
04d21f4190 Include cmath to get std::floor, and resolve some ambiguous
calls to pow().
2004-07-11 16:53:47 +00:00
salo
33e96aa198 Replace test -e with -f and -h respectively.
Addresses part of PR pkg/26235 by Georg Schwarz.
2004-07-10 23:45:59 +00:00
wiz
79702022b4 Convert from varargs to stdarg.h. Fix two other warnings while here.
Now builds with gcc3.
2004-07-10 21:13:31 +00:00
minskim
5ea3c271e2 Update xchm to 0.9.2.
Changes:
                + added Polish translation.
                + added Bulgarian translation.
                + fixed a Fonts dialog bug.
                + fixed a SunOS/sparc bug where reading info from the
                #SYSTEM file crashed xCHM. Thanks go to the reporter of the
                bug Markus Schwarzenberg, for helping solve a bug on a
                platform I had no access to.
2004-07-09 15:04:04 +00:00
markd
6a6370b4be Update to koffice 1.3.2
KOffice Libraries

KOfficeCore:
* Give the backup file the same permissions as the original file
* Save window settings also when using File/Close

KOfficeUI:
* Improved unit widgets

KoText library features (shared between KWord and KPresenter):
* Changing a style in the style manager remembered a wrong "following style",
  so later changes in the style manager wouldn't propagate correctly
* Fixed wrong position of suffix in numbered right-to-left paragraphs
* Fixed formatting bug, where an inline formula or any other big character
  after the paragraph counter, would make the paragraph counter disappear
* Fixed wrong alignment when using numbered paragraphs and a tab as first
  character
* Added newParagraph DCOP call (see this short howto)

KWord
* Fixed wrong printing of frame borders due to excessive clipping
* Turning off the "Create backup file" option now works.

KPresenter
* Fixed crash in infinite loop presentation mode when first slide is not shown
* Fixed show the duration for the correct page if not all slides are shown
* Fixes for vertical alignment of text inside text objects.
* Fixed bug export web presentation into network
* Turning off the "Create backup file" option now works.

KSpread
* Fix condition cell attribute (multi condition)
* Fix (KSpread SEXDEC parse error)
* Fix enable/disable action into validation dialogbox
* Fix disable/enable "show table" menu item
* Fix crash when viewing a KSpread document in Konqueror

KChart
* Fix crash bug

Karbon
* Fixed bug "Unable to close or fill bezier curves"
* Fixed bug "new objects do not appear immediately in layers list"
* Fixed bug "changing zoom setting freezes application"

Filters

KWord's RTF import filter:
* Avoid crashing if more cells are defined than declared on a row
* Allow ampersands in font names

KPresenter's OOImpress import filter:
* Import rotate object
* Fix load end/start line
* Import hide/show slide
* Import randow page effect
* Import duration slide transition
* Import sticky objects
* Fix allow to load template file
* Fix import background style

KPresenter's OOImpress export filter:
* Export polygone/polyline object
* Export pie/chord/arc object
* Export rotate object
* Export object name
* Export picture object

KSpread's OOCalc import filter:
* Import support for protect document
* Fix import template document
* Import load print attribute
* Import validation attribute
* Import column width
* Import text indent
* Fix import note with multiline

KSpread's OOCalc export filter:
* Fix export header/footer
* Export print range
* Fix export don't print cell

Karbon's EPS filter:
* Fix parsing of boundingbox in the presence of "%ALDBoundingBox"
2004-07-09 12:09:39 +00:00