Commit graph

88313 commits

Author SHA1 Message Date
magick
01235f8ff0 Update to 2.7.6. Changes since 2.7.5:
The major new features in release 2.7.6 is the German translation of
the complete manual and help pages. Also a few bugs which have been
reported since the previous release have been fixed.

* Added German translation of the complete manual and help pages.
  (Many thanks to Olaf Noehring and Kurt Lettmaier for contributing
  thetranslated manual.)
* A major bug which affected sequential removal of multiple reminders
  was fixed. The bug could even crash nxtvepg.  (Thanks again to Kurt
  for reporting this bug.)
* XMLTV output was slightly changed to make it fully compliant with
  the XMLTV DTD 0.6.
* Error diagnositcs in the provider scan were improved to avoid silent
  failures without an indication of the cause.  (Thanks to Andreas for
  reporting this problem)
* Last but not least, the Windows release is now provided in form of
  an installer instead of a plain ZIP archive.  (Thanks to Néo for
  suggesting and implementing the installer.)
2005-11-20 17:52:43 +00:00
rillig
2a72606c23 Updated the example use of pkglint. 2005-11-20 17:14:26 +00:00
xtraeme
dfa7d334db Added graphics/f4l 2005-11-20 17:00:07 +00:00
xtraeme
fc38310879 Initial import of f4l-0.2 (suggested privately by pancake).
F4L is an open source development environment for Macromedia Flash,
a multi-platform format (swf/svg) widely used for web applications and
vector animation. Basically, you can make interactive eye candy for
your web site or any other purposes.

--
http://f4l.sf.net/
2005-11-20 16:58:12 +00:00
wiz
66214e07c1 Note gtk2 and glib2 updates. 2005-11-20 16:50:38 +00:00
wiz
486bb35ad5 Update to 2.8.7:
Overview of Changes from GTK+ 2.8.6 to GTK+ 2.8.7
=================================================
* GtkFileChooser
 - Don't special-case the names of Home and Desktop
   [Federico Mena Quintero]
 - Avoid loading more than one directory initially.
   [Federico]
 - Make the file chooser work better with window
   groups [Christian Persch]
 - Improve keynav in the pathbar [Carlos Garnacho,
   Andrei Yurkevich]
 - Don't access unmounted volumes [Federico]
* GtkTextView
 - Avoid quadratic blowup when deleting text with
   lots of tags [Matthias Clasen]
 - Fix drag-selection corner cases [Arvind S N,
   Paolo Borelli]
* GtkEntry
 - Add the entry completion popup to the window
   group  [Christian Persch]
* GtkTreeView
 - Fix background drawing in RTL locales [Eric Cazeaux]
 - Handle Shift-G for going back in typeahead
   search [Christian Neumair]
* GtkComboBox
 - Leave Ctrl-PageUp/PageDown to applications
   [Christian Neumair]
* Fix compilation problems with gtkcalendar.c
  [Matthias Hasselmann]
* Add labels for GTK_STOCK_CONNECT and
  GTK_STOCK_DISCONNECT items [Richard Hult]
* Resolve symbols in dlopened modules lazily  [Laszlo
  Peter]
* GDK
 - Don't try to set overlarge window icons [Claudio
   Saavedra]
 - Improve handling of odd keymaps [Kean Johnston]
* Win32 changes
 - Speed up compositing [John Ehresman]
 - Improve handling of clipboard [Tor Lillqvist]
 - Improve visuals of scrollbars, toolbars, handleboxes
   and menubars in the ms-windows theme [Dom Lachowicz]
 - Make icon masks work on Win98 [Peter Zelezny]
 - Hide resize and maximize buttons on non-resizable
   windows [Tor]
 - Don't hide dotfiles [Tor]
* Bug fixes [Kazuki Iwamoto, Ross Burton, Michael
  Natterer, Bogdan Nicula, Damien Carbery, Gustavo
  Carneiro, Tommi Komulainen, Thomas Klausner,
  Alexander Larsson, Bastien Nocera, Federico
  Mena Quintero, John Ehresman, Paolo Borelli,
  Antonio Sacchi, Christian Persch, Carlos
  Garnacho, Jeremy Cook, Nickolay V. Shmyrev,
  Richard Hult, Maxim Udushlivy, Peter Zelezny]
* Documentation improvements [Paolo Borelli,
  Christian Neumair, Christian Persch
2005-11-20 16:50:19 +00:00
wiz
3d8f166fae Update to 2.8.4:
Overview of Changes from GLib 2.8.3 to GLib 2.8.4
=================================================
* Support aborting on critical warnings by setting
  G_DEBUG=fatal_criticals in the environment
  [Vincent Untz]
* Bug fixes [Sebastien Bacher, Tor Lillqvist,
  Manish Singh, Morten Welinder, Andy Wingo]
* Documentation improvements [Steffen Gutmann,
  Christophe Fergeau]
* Translation updates (he,ja,nl,th)
2005-11-20 16:40:02 +00:00
rillig
36386eb147 Put literal strings into .Ql quotes. 2005-11-20 15:46:48 +00:00
rillig
347897565a Removed a line in the _SU_TARGET variable that had been left from
debugging.
2005-11-20 15:34:33 +00:00
rillig
eca9c2c140 Added "" quotes to all arguments to echo(1). 2005-11-20 15:25:39 +00:00
tonio
f8d6e6abd4 Fix build under darwin:
add -DBIND_8_COMPAT to CFLAGS under Darwin, and make sure T_SRV is defined
2005-11-20 15:08:35 +00:00
rillig
a4b630d89c Moved the "export BROKENF" command from the top of the program to the
point where it is actually used, which is when mk/bulk/pre-build.local
is executed for allowing user-specific modifications before the build
begins. That way it's easier to see why this command is necessary at
all.
2005-11-20 14:55:13 +00:00
rillig
12daf16f35 Fixed pkglint warning by adding a trailing slash to the HOMEPAGE. 2005-11-20 14:15:39 +00:00
rillig
0b4a114e20 Fixed pkglint warning:
- WARN: boolean/Makefile:21: GCC_REQD should be modified using "+=".
2005-11-20 14:10:31 +00:00
rillig
a0fc06e2f4 Use "+=" with PKG_FAIL_REASON. While here, add the missing trailing
string terminator.
2005-11-20 14:07:11 +00:00
rillig
b1442090de Removed trailing white-space. 2005-11-20 14:04:54 +00:00
rillig
c4795a075c Don't print warnings for unknown "empty" directories like pkg/ and scripts/
that occur during "cvs update"s.
2005-11-20 13:59:37 +00:00
rillig
0282a44c5e Setting MAKEINFO in the MAKE_ENV does not seem strong enough for some bulk
builds. Let's try MAKE_FLAGS instead.
2005-11-20 13:44:46 +00:00
rillig
596fed5096 Added vmips. 2005-11-20 13:32:03 +00:00
rillig
9ad0beb5cc Imported emulators/vmips from the TODO list. 2005-11-20 13:31:41 +00:00
rillig
7a8467a5f6 Imported emulators/vmips-1.3.1 from pkgsrc-wip 2005-11-20 13:30:14 +00:00
rillig
14800ca5f1 Imported vmips from pkgsrc-wip.
vmips is a virtual machine simulator based around a MIPS R3000 RISC CPU
core.
2005-11-20 13:30:03 +00:00
rillig
9ba2c80228 Updated pkglint to 4.43.2.
- Renamed the type Dependency to DependencyWithPath.
- Added new types Dependency, PlatformTuple and RelativePkgDir.
- Added some of the common variables to the list of typed variables.
2005-11-20 13:14:17 +00:00
rillig
1a84a612a0 On i386, remove the -m32 option from calls to the compiler. gcc does not
know this option.
2005-11-20 12:43:44 +00:00
rillig
b06833b0b6 Use $conf_pkgsrcdir instead of hard-coded "/usr/pkgsrc". 2005-11-20 12:32:17 +00:00
rillig
03c36b46c4 Added the $conf_make variable to solve compile-time errors. 2005-11-20 12:27:18 +00:00
wiz
8ca3f7fd84 + ArX2-2.2.4, asterisk-1.2.0, bittorrent-4.1.8, mldonkey-2.7.0,
riece-2.0.2, scmxx-0.8.2.
2005-11-20 11:55:08 +00:00
rillig
714f5987dd Added tcd. 2005-11-20 11:47:06 +00:00
rillig
0750f1e1f7 - If the BULKFILESDIR differs from PKGSRCDIR, create it before trying to
create log files in it.
- Fail early if the ORDERFILE does not exist. (As this program is not in
  "set -e" mode, it had continued without error checking, which resulted
  in _many_ error messages.)
2005-11-20 11:18:45 +00:00
cjep
ba8e8802f7 Note update of mail/nail to 11.25 2005-11-20 11:09:19 +00:00
cjep
100e5243d4 Update of mail/nail to 11.25
The changes between 11.22 and 11.25 are mostly bug fixes. Please see the
ChangeLog in the source distribution for more details. Other changes:

* The new "maximum-unencoded-line-length" variable allows to configure the
  limit on the line length that causes an ASCII text message to be sent in
  quoted-printable if exceeded (on request by Greg Cox).
* Since RFC 2595 allows wildcards at other places than RFC 2818 which is
  implemented by Mozilla NSS, host name verification is now done separately.
* The "sort xyz" commands now uncollapse all threads of a previously threaded
  folder view; messages in collapsed threads were previously not shown when
  the folder was sorted.
* The junk mail filter now also ignores the "X-pstn" header fields generated
  by "postini" filtering software.
* An 'imap-list-depth' variable was introduced to control the maximum depth
  of the folder traversal for the 'folders' command if the folder separator
  on the IMAP server is not the slash '/'.
* If standard output is not a terminal device, the output of the 'folders'
  command applied to an IMAP account is no longer arranged into columns.
* The new '-R' option causes all folders to be opened read-only.
* The output for the '~p' tilde escape was extended to include the fields
  implied by the 'from', 'replyto', 'sender', and 'ORGANIZATION' variables
  (Proposed by Bob Tennent).
* The 'autocc' and 'autobcc' variables are now evaluated before composition
  of a message begins. The resulting addresses can thus be edited and viewed
  using the '~b', '~c', '~h', and '~p' tilde escapes, but changing the values
  of the 'autocc' and 'autobcc' variables using '~:set' has no effect on the
  currently composed message anymore.
* The values of the 'from' and 'replyto' variables can now contain multiple
  addresses.
* A 'sender' variable was introduced to set the content of the 'Sender:'
  field for outgoing messages.
* The '-r' option now actually disables tilde escapes as documented (Bugreport
  by Bob Tennent).
* The 'undelete' command now also clears the 'saved' flags of messages that
  have been moved.
2005-11-20 11:08:39 +00:00
rillig
99e0d66756 Updated lintpkgsrc to 4.43.1.
- In BATCH mode, that is for the bulk builds, hardcode PKGSRCDIR as
  /usr/pkgsrc. Otherwise take ${PKGSRCDIR}.
2005-11-20 10:55:43 +00:00
rillig
90d634940e regen. 2005-11-20 10:09:29 +00:00
rillig
5cf5e4b62f Don't report *_MK variables as unchecked. 2005-11-20 10:07:45 +00:00
rillig
fa35d64150 Added a section on how to keep pkgsrc up-to-date. 2005-11-20 10:02:31 +00:00
agc
9ee6f68b3c Despite having ALLOW_VULNERABLE_PACKAGES in my /etc/mk.conf, I found
that the bulk builds would only work properly with the audit-packages
package installed at all times.

I am obviously hideously mistaken in this.

By popular request, revert the change to add audit-packages, since I
am told this is the incorrect way of doing this.
2005-11-20 09:52:51 +00:00
rillig
ba11eb0df5 Imported audio/tcd-2.2.0 from pkgsrc-wip 2005-11-20 08:45:21 +00:00
rillig
60d23a3e43 Imported tcd from pkgsrc-wip.
Tcd is a tiny audio CD player using ncurses. It can play CDs and manage
a little CD database in cddb format.
2005-11-20 08:45:09 +00:00
rillig
6f1c497a94 Added subshell parentheses around the command for updating pkg_install.
This allows for copy&paste.
2005-11-20 08:07:30 +00:00
minskim
6590ccc27c Use the autoconf version intended by the author. This makes the
package build on Darwin.
2005-11-20 06:27:24 +00:00
joerg
1ed196fcaa While I was root when running make changes-entry, it is better to
keep my developer name in CHANGES. Fix the botched-up entries.
2005-11-20 03:01:10 +00:00
wiz
493edd5bb5 Macro usage fixes, use more macros, grammar improvement. 2005-11-20 01:44:32 +00:00
rillig
7c0b4711eb Reverted the SU_CMD change from between 1.1748 and 1.1749 almost
completely. The only difference to revision 1.1748 is that the
PATH=$$PATH:${SU_CMD_PATH_APPEND} argument is included in single quotes.
This will lead to problems when the PATH should contain single quotes
but works in all other cases. (Single quotes in the PATH hadn't worked
before either.) The tricky part regarding this code is that the PATH and
.CURDIR bypass the SU_CMD. They are evaluated before and inserted as
literals into the command that is executed by the SU_CMD. Preserving
these variables this way circumvents interpretation and modification
through the SU_CMD, but leads to ugly rules for quoting which are
currently not handled completely correctly.
2005-11-20 01:11:14 +00:00
rillig
7460df377f Don't require too much from a simple awk. 6144 bytes per line must be
enough. At least for Solaris.
2005-11-19 22:55:24 +00:00
rillig
307b3cd8c8 Print the name of the test case when starting it. This helps in detecting
which test case fails.
2005-11-19 22:03:54 +00:00
rillig
5a1ed27747 Make sure that awk can handle strings of length 4096 on the command line
and of length 2^20 when copying from stdin to stdout.
2005-11-19 21:59:51 +00:00
rillig
4504993e92 Added comments. 2005-11-19 21:31:10 +00:00
rillig
bd2759ab0e Added a regression test for the TOOLS framework. 2005-11-19 21:28:35 +00:00
rillig
27610dfc4b Regression test for the capabilities of the TOOLS. Most of them have
many different implementations and are by no way easy to use. This test
collects some assumptions about what the tools must be able to handle.
It is also meant as a guide on using these tools correctly and reliably.
2005-11-19 21:27:06 +00:00
kristerw
a4f8c86ae7 Rename a local (static) variable that has the same name as an external
variable defined in a .h file.  This makes the pkg build when using gcc 4.
2005-11-19 21:21:23 +00:00