Commit graph

68067 commits

Author SHA1 Message Date
xtraeme
147f05d018 Update editors/abiword to 2.0.11, and split Makefile into Makefile.common,
which will be used for the upcoming abiword-plugins package, based on patch
sent by Ove Soerensen in PR pkg/26893, this closes PR pkg/26695 by Joel
Carnat too, thanks.

Use bsd.options.mk for the gucharmap dependency/option, which now is
disabled by default, because it adds a lot of GNOME dependencies
(this is bad if you don't use GNOME).

There are too many changes to list here, but notably bugfixes and some
new features were added, as usual, please take a look at the ChangeLog
file.
2004-10-21 06:30:39 +00:00
xtraeme
aa606690df Update textproc/libxml2 to 2.6.14, this is a bugfix release. 2004-10-21 05:28:17 +00:00
xtraeme
78429d1f62 Change CATEGORY to editors. 2004-10-21 04:23:28 +00:00
xtraeme
851677739f Move gtranslator to the editors category, Closes PR pkg/26494 by
Douglas Brebner.
2004-10-21 04:20:55 +00:00
xtraeme
f9a000e959 - distcc-2.18 (thanks tv) 2004-10-21 04:14:48 +00:00
xtraeme
05ea87ef5d Update editors/nano to 1.2.4.
Too many changes to list here, because our pkgsrc version was really old!
please take a look at the NEWS/ChangeLog file.

Another change:

Georg Schwarz reported in PR pkg/26671 that nano requires glib to build
in his system (IRIX 5.3) and I know what's happening there...
nano.h checks for the functions snprintf()/vsnprint(), if they aren't
available, the glib functions are used instead, so put the glib dependency
if MACHINE_PLATFORM = IRIX 5.3 and closing PR.

No idea about IRIX 6.x, sorry.
2004-10-21 03:39:04 +00:00
xtraeme
999d94db96 - bash-3.0 2004-10-21 03:14:28 +00:00
xtraeme
dad314687f Added bash-3.0. 2004-10-21 03:13:02 +00:00
xtraeme
fd47e1bbdd Initial import of bash-3.0. It's imported as bash (not bash3) because
our existing bash package already is called bash2.

If you want to see the new features, please take a look at the NEWS file.
2004-10-21 03:11:14 +00:00
xtraeme
238299fff3 Only include <stdbool.h> if !defined(_cplusplus) in nptypes.h.
Fixes build on NetBSD/macppc and maybe others, tested by Peter Bex
on 2-0/macppc and i386/-current/2-0 by me, closes PR pkg/27033.
2004-10-21 00:55:36 +00:00
seb
5bd2e730be - source-highlight-1.11 2004-10-21 00:19:30 +00:00
seb
e45c114ac8 Note update of textproc/source-highlight to version 1.11 [couple of
new features]
2004-10-21 00:18:30 +00:00
seb
6075bf3b69 Update to version 1.11
Changes since last packaged version (1.10):
* errors in tags error files are reported more correctly and make
  the program exit
* more tag options added
* "linenum" tag for specifying the style of line numbers

Package changes:
* set USE_LANGUAGES
* fix HTML installation directory in manpage
2004-10-21 00:15:47 +00:00
wiz
18308968ad Consistency in comments; sort options; fix typo. 2004-10-20 23:56:55 +00:00
wiz
8867518265 Use standard headers; add RCS Id; sort options; fix two typos. 2004-10-20 23:56:18 +00:00
manu
9c69164003 libradius is a simple and easy-to use client library for RADIUS. 2004-10-20 22:59:40 +00:00
manu
3d30fa2ac5 Missing rcsid tags 2004-10-20 22:51:37 +00:00
manu
c01e955813 libradius is a simple and easy-to use client library for RADIUS. 2004-10-20 22:45:30 +00:00
xtraeme
5b8d1ba7b0 Update net/wistumbler2 to 2.00-pre9, closes PR pkg/26245 from pancake
(author/maintainer).

Changes:

pre9:
   - Solve beep stuff problems
   - Solve async Xlib calls by adding some !gtk code
   - Clean Makefile and code organization
   - Drop no-pthreads support
   - Inform about NetBSD kernel segfault
   - Add popup signal meter
   - Add preferences menu
   - Add wistumbler2 logo

pre8:
  - Patch console mode #ifdefs.
  - Add correct FreeBSD includes.
  - Solve some threading problems.
  - Solve ifconfig tip (down ifaces doesn't scan)
  - Patch >100 signal beep
2004-10-20 22:17:31 +00:00
schmonz
eadea79e4b Note checkpassword-pam update. 2004-10-20 22:06:18 +00:00
schmonz
72573fbd58 Update to 0.99. From the changelog:
Set PAM_RHOST to value of TCPREMOTEIP, which is set by
	tcpserver.  Thanks to dean gaudet.

	Use service name in syslog instead of hard-coded
	'checkpassword-pam' value.  Thanks to dean gaudet.

	New command-line option -H/--no-chdir-home: do not chdir to
	user home directory.  Useful in a specific case when home
	directories are automounted, but mail is being delivered to a
	central location.  Thanks to Christian Hudon.

	Updated to Autoconf 2.59 and Automake 1.7.9.
2004-10-20 22:05:21 +00:00
schmonz
efed557fb8 Note getmail update. 2004-10-20 21:56:10 +00:00
schmonz
47e86eebed Update to 4.2.2. From the changelog:
Version 4.1.5
13 September 2004

  -getmail would not delete messages from the server if it was configured not
  to retrieve them and the delete_after directive was not in use (i.e. user
  normally left messages on server but occasionally wanted to force-delete
  them).  Fixed.  Thanks:  Frankye Fattarelli.


Version 4.2.0
18 September 2004

  -SECURITY: previous versions of getmail contain a security vulnerability.
  A local attacker with a shell account could exploit a race condition (or a
  similar symlink attack) to cause getmail to create or overwrite files in a
  directory of the local user's choosing if the system administrator ran getmail
  as root and delivered messages to a maildir or mbox file under the control of
  the attacker, resulting in a local root exploit.  Fixed in versions 4.2.0
  and 3.2.5.
  This vulnerability is not exploitable if the administrator does not deliver
  mail to the maildirs/mbox files of untrusted local users, or if getmail is
  configured to use an external unprivileged MDA.  This vulnerability is
  not remotely exploitable.
  Thanks: David Watson.  My gratitude to David for his work on finding and
  analyzing this problem.
  -Now, on Unix-like systems when run as root, getmail forks a child
  process and drops privileges before delivering to maildirs or mbox files.
  getmail will absolutely refuse to deliver to such destinations as root;
  the uid to switch to must be configured in the getmailrc file.
  -revert behaviour regarding delivery to non-existent mbox files.  Versions
  4.0.0 through 4.1.5 would create the mbox file if it did not exist; in
  versions 4.2.0 and up, getmail reverts to the v.3 behaviour of refusing
  to do so.


Version 4.2.1
8 October 2004

  -set message attributes on corrupt container objects to prevent problems
  with destinations that expect multidrop-retrieved messages.
  Thanks: Harry Wearne.
  -move tests for existence of file from mbox destination initialization
  to delivery method, and change error from configuration to delivery error.
  Thanks: David Watson.


Version 4.2.2
11 October 2004

  -in child delivery processes, change real as well as effective uid/gid.
  Thanks: David Watson.
  -handle corrupted oldmail file better.  Thanks: Matthias Andree.
2004-10-20 21:55:12 +00:00
xtraeme
0b20b03dff + openmsx-0.5.0 2004-10-20 21:35:22 +00:00
jmmv
31c672bcbe The update of gnome to 2.8 was already done a while ago. 2004-10-20 21:33:22 +00:00
jmmv
d8378b72e0 Sort USE_* variables. 2004-10-20 21:30:13 +00:00
jmmv
f413a0e690 Note update of gnome2-system-monitor to 2.8.0. 2004-10-20 21:26:49 +00:00
jmmv
ad67f3c7e4 Update to 2.8.0:
* HIG fix for the preference dialog
* Updated translations
2004-10-20 21:25:44 +00:00
jmmv
8f173f989b Note update of gnome2-terminal to 2.8.0. 2004-10-20 21:17:37 +00:00
jmmv
c7de5ed683 Update to 2.8.0:
- HIG fixes
- a11y fixes for the encodings menu
- fix georgian encoding
- added and updated translations
2004-10-20 21:13:16 +00:00
jmmv
631758f5fe Note update of seahorse to 0.7.4. 2004-10-20 20:47:40 +00:00
jmmv
3294789b2b Update to 0.7.4:
* Key manager now uses new file chooser dialogs
* For detached signatures, prompt when missing plain text files
* Import/Export to clipboard implemented as copy/paste
* Dragging keys into the key manager import
* All file operations work with gnome-vfs remote URIs (ie: smb, ftp, http,
  etc...)
* Proper sort support for key listings
* Filter support on key manager and recipients windows
* Multiple file and folder support in nautilus
* Fixed MIME type integration with nautilus
* Rework the 'Key Properties' dialog
* Can now change primary user id, or delete user ids on a secret key
* Can sign individual user ids on a key
* Can now list signatures on a key
* Respects 'Encrypt to Self' option when encrypting files or text
* Gnome HIG (Human Interface Guidelines) compliancy fixes
* gedit plugin for encrypting/decrypting/signing/verifying text
* 'Seahorse Agent' for caching passwords on system
* Updated to a new version of GPGME (1.0)
* Fixed startup crashers
* New Key generation assistant (wizard/druid)
2004-10-20 20:45:55 +00:00
tron
c955cb97e5 Note update of "gmplayer" package to version 1.0rc5nb6. 2004-10-20 20:02:37 +00:00
tron
47848b304c Add "Blue" skin which is the new default skin according to the website.
Also create a link "default" pointing to the "Blue" skin so that "gmplayer"
will work again if no skin is selected. Bump package revision because
of that.
2004-10-20 20:02:13 +00:00
xtraeme
e1b14a77a3 Added intel2gas-1.3.3 from pkgsrc-wip. 2004-10-20 19:25:46 +00:00
xtraeme
7451190b6a Initial import of intel2gas-1.3.3 from pkgsrc-wip, packaged by
Cesar Catrian.

Intel2GAS is a converter that will convert assembler source files written for
NASM to files that can be assembled using the GNU Assembler (GAS), on the i386
platform. It provides support for basic MMX instructions as well.

This converter was written for the Hermes project and is now released to the
general public. The code inside this converter is extremely flexible, you can
write a syntax file to convert between any two assembler languages on a good
day.. :)

Features:
Basic opcodes are done
MMX/FPU support (converts all Hermes files :)
Preliminary Gas2Intel conversion
Conversion from masm/tasm to gnu syntax
2004-10-20 19:22:53 +00:00
jmmv
5992a7895e Note update of gpgme to 1.0.0. 2004-10-20 19:11:58 +00:00
jmmv
a7e926f8f6 Update to 1.0.0:
* Version 1.0.0!  We are proud to present you with a thoroughly
  tested and stable version of the GPGME library.  A big Thank You!
  to all the people who made this possible.

  The development will be branched into a stable 1.x.y series and the
  head.

* The gpgme.m4 macro supports checking the API version.  Just prepend
  it to the required version string, separated by a colon.  For
  example, this release has the version "1:1.0.0".  The last release
  to which this version is (mostly) ABI compatible is "1:0.4.2",
  which is the default required version.
2004-10-20 19:09:11 +00:00
adrianp
14fd23dc22 Note addition of p5-xmltv-0.5.35 2004-10-20 19:00:05 +00:00
adrianp
6d081ffa92 XMLTV is a set of utilities to manage your TV viewing. They work with TV
listings stored in the XMLTV format, which is based on XML. The idea is to
separate out the backend (getting the listings) from the frontend (displaying
them for the user), and to implement useful operations like picking out your
favourite programmes as filters that read and write XML documents.

At present there are backends grabbing TV listings for Canada, the USA, the UK,
Germany, Austria, Finland, Spain, Italy, the Netherlands, Hungary, Denmark,
Japan, Sweden, France, Norway, and Romania.
2004-10-20 18:56:28 +00:00
xtraeme
d7856c5153 80 chars per line. 2004-10-20 18:55:57 +00:00
jmmv
a1af135891 Note update of pkgfind to 20041020. 2004-10-20 18:39:25 +00:00
jmmv
232430653a Update to 20041020:
* The following new flags have been added:
  -c - case sensitive search
  -x - exact match search
  -q - quite output
  -C - comment search

Patch provided by pancake at phreaker.net; closes PR pkg/26964.
Changes agreed by the original author of pkgfind, Peter Postma.
2004-10-20 18:36:20 +00:00
adrianp
cef5aa27b8 Note addition of HTML-LinkExtractor-0.121 2004-10-20 18:12:05 +00:00
adrianp
d2b2635907 HTML::LinkExtractor is used for extracting links from HTML. It is very
similar to HTML::LinkExtor, except that besides getting the URL, you also
get the link-text.
2004-10-20 18:08:35 +00:00
adrianp
55478ebc07 Note addition of Term-ProgressBar-2.06-r1 moved from pkgsrc-wip
Original package by imil@gcu.info
2004-10-20 17:02:04 +00:00
abs
805794b793 Remove lib/libcupsimage.a, but leave lib/libcupsimage.la 2004-10-20 16:58:01 +00:00
adrianp
6c682caf34 A progress bar for things that take a while. It looks like
50% [=====     ]

and is as long as the terminal.  Linear estimation of the time left for
the process to run is available.
2004-10-20 16:56:47 +00:00
cube
1867b278ed Note update of dovecot to version 0.99.11. 2004-10-20 16:37:14 +00:00
cube
10a284d374 Update to version 0.99.11.
v0.99.11 2004-09-04  Timo Sirainen <tss@iki.fi>

        + 127.* and ::1 IP addresses are treated as secured with
          disable_plaintext_auth = yes
        + auth_debug setting for extra authentication debugging
        + Some documentation and error message updates
        + Create PID file in /var/run/dovecot/master.pid
        + home setting is now optional in static userdb
        + Added mail setting to static userdb
        - After APPENDing to selected mailbox Dovecot didn't always notice the
          new mail immediately which broke some clients
        - THREAD and SORT commands crashed with some mails
        - If APPENDed mail ended with CR character, Dovecot aborted the saving
        - Output streams sometimes sent data duplicated and lost part of it.
          This could have caused various strange problems, but looks like in
          practise it rarely caused real problems.
2004-10-20 16:36:02 +00:00