Commit graph

51298 commits

Author SHA1 Message Date
wiz
b34df0ba8b Update to 1.1b1, provided by Min Sik Kim in PR 23863.
Changes since 1.0:
  - Added more elements and attributes.
  - 1.1b1 has 116 elements, 546 entities, and 29 notations.
2003-12-23 22:25:29 +00:00
jmmv
088316d525 Note revision bumps for doxygen, lyx-qt and lyx-xforms to 1. 2003-12-23 21:12:30 +00:00
jmmv
bf1d5fad5f Depend on either teTeX and teTeX2 (defaulting to the later).
Fixes PR pkg/23852.
2003-12-23 21:10:22 +00:00
jmmv
335df10267 Note revision bump for obconf to 1. 2003-12-23 20:35:29 +00:00
jmmv
b212e31446 Bump PKGREVISION due to openbox update. 2003-12-23 20:33:39 +00:00
seb
b5c6b87e18 Replace ad hoc creation of installation directories in pre-install target
by INSTALLATION_DIRS framework.

While here also create {man,cat}pages directories.
2003-12-23 19:48:31 +00:00
seb
abe5cf8688 Move message/${MESSAGE} target around, out of plist target and its
supporting code.
While here comment the message target a bit.
2003-12-23 18:27:24 +00:00
sketch
9497bd5710 Link against necessary network libraries on Solaris. 2003-12-23 18:12:34 +00:00
sketch
b1e1a6a32d Do not attempt to include the non-standard getopt.h, unistd.h should
be sufficient.

Remove an unnecessary install argument to allow this package to install
unprivileged.
2003-12-23 18:11:19 +00:00
sketch
3290cf623f Remove the target before attempting to symlink, to work around certain
versions of ln which do not support that operation.
2003-12-23 18:05:57 +00:00
sketch
f6b16e9227 Remove the previous symlinks before linking to the new files, to avoid
issues with certain versions of ln bailing out if the source already
exists.

Add a leftover directory to the PLIST.
2003-12-23 18:01:48 +00:00
xtraeme
69c855d13e Bump PKGREVISION to qt3-tools (Add some missing directories). 2003-12-23 17:52:44 +00:00
xtraeme
b6cf4b5cc9 Add some missing directories needed to remove this package correctly.
Reported by Soren Jacobsen in PR pkg/23844.

Bump PKGREVISION.
2003-12-23 17:50:59 +00:00
recht
e5e7a49ca5 note update of python23{,-pth} to 2.3.3 2003-12-23 17:26:51 +00:00
recht
6ff2e5bdd5 update to 2.3.3
This is a bug-fix release for Python 2.3 that fixes a number of bugs,
including a couple of serious errors with weakrefs and the cyclic garbage
collector. There are also a number of fixes to the standard library
- see the release notes ( http://www.python.org/2.3.3/NEWS.html )for details.
2003-12-23 17:24:42 +00:00
fredb
a170a89ca6 Note PKGREVISION bump for www/wwwoffle rc.d script fix. 2003-12-23 16:46:39 +00:00
fredb
2138bc2c1d Set "rcvar" in the rc.d script, so that wwwoffled=NO is effective, and
bump PKGREVISION. Problem noted by Benjamin Walkenhorst on netbsd-users.
2003-12-23 16:43:56 +00:00
xtraeme
fa66691e49 Bump PKGREVISION to libgda. 2003-12-23 13:28:39 +00:00
xtraeme
dd0739878e This needs readline's buildlink to build on !NetBSD systems, from
Michal Pasternak in PR pkg/23855.

Bump PKGREVISION.
2003-12-23 13:24:39 +00:00
jmmv
9e51645da2 Enable developer mode (so that assertions are kept). This should be removed
when the 2.x branch of the program is stabilized.
2003-12-23 11:56:41 +00:00
jmmv
1ae2505179 Note update of xmlcatmgr to 2.0alpha1. 2003-12-23 11:46:35 +00:00
jmmv
537fb9f927 Update to 2.0alpha1. This is the first version of the development branch.
I'm updating the package to this version because it should fix many
portability issues (avoiding the installation of GNU tools), and because
it is a lot safer when modifying existing catalog files (not line oriented
any more and with real file locking).

I've tested the program under several other systems and platforms (including
FreeBSD, Linux and Solaris, the later with the sunpro compiler too), and it
built and worked fine.  Thanks to simonb@ for testing under an Alpha system
with pkgsrc.

Change log follows:

Released on 2003/12/23, its state was alpha.

* xmlcatmgr has been completely rewritten in C.  Even though, command line
  compatibility has been kept, so that existing scripts using this program
  do not break.

* Buildtool is not used any more.  A custom build infrastructure has been
  implemented, as something small and very portable was needed.

* Added the `lookup' action, used to search for entries in catalogs.

* Added real parsers to manipulate SGML and XML catalogs.  The program is
  not line oriented any more, thus beeing a lot more flexible.

* Multiple race conditions fixed, which were unavoidable from a shell
  script.

* Better handling of special characters and spaces in strings, difficult
  to handle from shell scripts.
2003-12-23 11:45:05 +00:00
tron
1b228334a0 Remove "ftp.tu-darmstadt.de" from "MASTER_SITE_XEMACS" because it doesn't
have the packages any more.
2003-12-23 11:14:20 +00:00
agc
143ac41a6a Make this work with gcc3 (no more multi-line string constants). 2003-12-23 11:09:17 +00:00
xtraeme
854b048529 Note update of mailman to 2.1.3 2003-12-23 11:04:11 +00:00
xtraeme
ba66919f95 Update to 2.1.3 from pkgsrc-wip via Todd Vierling. This also closes
PR pkg/22820.

Changes:

      - Closed a cross-site scripting exploit in the create cgi script.

      - Improvements in the performance of the bounce processor.
        Now, instead of processing each bounce immediately (which
        can cause severe lock contention), bounce events are queued.
        Every 15 minutes by default, the queued bounce events are
        processed en masse, on a list-per-list basis, so that each
        list only needs to be locked once.

      - When some or all of a message's recipients have temporary
        delivery failures, the message is moved to a "retry" queue.
        This queue wakes up occasionally and moves the file back to
        the outgoing queue for attempted redelivery.  This should
        fix most observed OutgoingRunner 100% cpu consumption,
        especially for bounces to local recipients when using the
        Postfix MTA.

      - Optional support for fsync()'ing qfile data after writing.
        Under some catastrophic system failures (e.g. power lose),
        it would be possible to lose messages because the data
        wasn't sync'd to disk.  By setting SYNC_AFTER_WRITE to True
        in Mailman/Queue/Switchboard.py, you can force Mailman to
        fsync() queue files after flushing them.  The benefits are
        debatable for most operating environments, and you must
        ensure that your Python has the os.fsync() function defined
        before enabling this feature (it isn't, even on all
        Unix-like operating systems).

And more... please review Changelog to see a complete list of changes.
2003-12-23 11:02:13 +00:00
sketch
839613806e Use compiler.mk logic, fixing systems with a non-GCC compiler. 2003-12-23 10:37:56 +00:00
sketch
7422a82dcf Use compiler.mk logic to determine the correct compiler to use, and clean
up the pattern matching.

Fixes build warnings on systems which do not use GCC.
2003-12-23 10:35:30 +00:00
xtraeme
74bf6a9285 Added default values for jabberd package. 2003-12-23 10:21:53 +00:00
xtraeme
596b23194a Initial import of jabberd-1.4.3 from pkgsrc-wip.
Jabber is an open XML protocol for real-time exchange of messages and
presence notification between any two points on the Internet.  The first
application of Jabber technology is an asynchronous, extensible instant
messaging platform, and an IM network that offers functionality similar
to legacy IM systems such as AIM, ICQ, MSN, and Yahoo.
2003-12-23 10:19:54 +00:00
xtraeme
c060a33b02 Add and enable jabberd. 2003-12-23 10:16:55 +00:00
xtraeme
779b4270ba Initial import of jabberd-1.4.3 from pkgsrc-wip.
Jabber is an open XML protocol for real-time exchange of messages and
presence notification between any two points on the Internet.  The first
application of Jabber technology is an asynchronous, extensible instant
messaging platform, and an IM network that offers functionality similar
to legacy IM systems such as AIM, ICQ, MSN, and Yahoo.
2003-12-23 10:16:20 +00:00
cube
ed2a4e8e94 Note update of lftp to version 2.6.11. 2003-12-23 10:12:49 +00:00
cube
a8fc6d5414 Update to version 2.6.11.
What's new since 2.6.10:
* fixed mirror -c for empty files.
* a rare coredump fixed in http 0.9 handling, when first line of reply is empty.
* compilation fixes for compilers other than gcc.
* translations update.
2003-12-23 10:11:23 +00:00
simonb
4a4abb30ea Plug two file descriptor links.
The xmms-mad author has been sent these patches.
2003-12-23 09:52:11 +00:00
xtraeme
b8312cc7fe Initial import of gnome-acme-2.4.2 from pkgsrc-wip, packaged by
Min Sik Kim.

ACME is a small GNOME tool to make use of the multimedia buttons
present on most laptops and internet keyboards: Volume, Brightness,
Power, Eject, My Home, Search, E-Mail, Sleep, Screensaver, Finance,
WWW, Calculator, Record, Close Window, Shade Window, Play, Stop,
Pause, Previous, Next, Groups, Media, Refresh and Help buttons.
2003-12-23 09:15:54 +00:00
xtraeme
c02378f3e8 Add and enable gnome-acme. 2003-12-23 09:14:40 +00:00
xtraeme
efe794c25f Initial import of gnome-acme-2.4.2 from pkgsrc-wip, packaged by
Min Sik Kim.

ACME is a small GNOME tool to make use of the multimedia buttons
present on most laptops and internet keyboards: Volume, Brightness,
Power, Eject, My Home, Search, E-Mail, Sleep, Screensaver, Finance,
WWW, Calculator, Record, Close Window, Shade Window, Play, Stop,
Pause, Previous, Next, Groups, Media, Refresh and Help buttons.
2003-12-23 09:13:57 +00:00
xtraeme
103fdaaa1e Initial import of gxmame-0.34b, from pkgsrc-wip.
GXMame is a frontend for XMame using the GTK library, the goal is to provide
the same GUI than mame32. For the moment it will just have the same gui, the
final goal is to be able to share config files with Mame32k (or any version
of mame32 that write config files instead of saving data into windows
registry) allowing dual booter to have the same environment (favorite,
timeplayed, last game selected, gui preference...) under windows and unix-like
systems.
2003-12-23 09:04:38 +00:00
xtraeme
b76ca0b73a Add and enable gxmame. 2003-12-23 09:03:12 +00:00
xtraeme
c977e52fe5 Initial import of gxmame-0.34b, from pkgsrc-wip.
GXMame is a frontend for XMame using the GTK library, the goal is to provide
the same GUI than mame32. For the moment it will just have the same gui, the
final goal is to be able to share config files with Mame32k (or any version
of mame32 that write config files instead of saving data into windows
registry) allowing dual booter to have the same environment (favorite,
timeplayed, last game selected, gui preference...) under windows and unix-like
systems.
2003-12-23 09:02:39 +00:00
jmmv
0ed51e919d Add en@boldquot and en@quot locale directories, used by openbox 3.x. 2003-12-23 09:02:24 +00:00
jmmv
a316a7c49f Bump version to 3.1. 2003-12-23 08:42:18 +00:00
jmmv
91dacc5a88 Sort. 2003-12-23 08:41:55 +00:00
xtraeme
cf50edd5a3 Note update of openbox to 3.1 2003-12-23 08:35:39 +00:00
xtraeme
f3af5ca015 Update to 3.1 from Soren Jacobsen PR pkg/23849.
Changes since 3.0:

* Added japanese translation.
* config_focus_raise declared as guint.
* Strange behavior with focus:followMouse and RaiseLower action fixed.
* use g_snprintf in openbox/session.c instead of sprintf.
* gimp crashes openbox.
* import -frame leaves windows in a temporary "on top" state.
* Programs started with X become zombies upon shutdown.
* desktopnext/previous and desktopleft/right dont quite get along.
2003-12-23 08:34:36 +00:00
xtraeme
7cc189a0b7 Note update of gqview-devel to 1.3.7 2003-12-23 08:27:06 +00:00
xtraeme
bc5752d214 Update to 1.3.7 from Soren Jacobsen PR pkg/23850.
Changes sine 1.3.6:

* Added text display of filename in icon view.
* Context menus now have underscore mnemonics.
* Fullscreen key binding changed to F.
* Added Swedish, updated Russian translations.
* Fix crash when updating thumbnails.
* Fix warnings/crash when thumbnails are set over 100 pixels high.
* Fix crash when displaying exif data.
2003-12-23 08:25:30 +00:00
uebayasi
61c13afad9 prog-modes-1.91 had a wrong hash. Pointed out by Min Sik Kim, PR pkg/23842.
(prog-modes-1.91-pkg.tar.gz on ftp.jp.xemacs.org seems broken now!)
2003-12-23 05:36:49 +00:00
grant
9220e72c2c fix find mode expression. 2003-12-23 03:50:51 +00:00