Commit graph

96880 commits

Author SHA1 Message Date
wiz
b5f376a210 Update to 5.21o:
CHANGES IN VERSION 5.21o
                 (Howard Chu, 12 Oct 2005)

Silence warnings about unused results.


                        CHANGES IN VERSION 5.21n
                 (Howard Chu, 08 Oct 2005)

Better fix for temporary file creations, previous patch did not fix marc.
Silence all gcc-4.0.0 -Wall warnings.


                        CHANGES IN VERSION 5.21m
                 (Klaus Reimer, 21 Sep 2005)

Applied patch from Joey Schulze fixing the following problems:

  - Fixed insecure permissions of a temporary file [arcsvc.c, CAN-2005-2945]
  - Fixed insecure temporary file creation [arcsvc.c, CAN-2005-2992]



                        CHANGES IN VERSION 5.21l
                 (Klaus Reimer, 13 Mar 2005)

Fixed warnings because missing inclusion of string.h and fixed a gcc-4.0
problem with marc.c (Missing declaration of makefnam).



                        CHANGES IN VERSION 5.21k
                 (Klaus Reimer, 6 Nov 2004)

Ulf Harnhammar found some buffer overflows causing segfaults and provided a
patch which is now applied to arc to close these bugs.



                        CHANGES IN VERSION 5.21


The following changes have been made in ARC version 5.21, but have not
yet been included in the manual:

o   When adding files to an archive, ARC now shows the stowage facter
    achieved on each file.

o   A bug was found that would keep an archive entry from being
    encrypted if it was stored without compression.  This has now been
    fixed.

o   If changes are made to a corrupted archive, the corrupted entries
    are discarded.  This makes it possible to lose data accidentally.
    ARC will now only make changes to a corrupted archive if the W
    (suppress Warnings) option has been given.

o   The N (suppress Notes) option now suppresses the "Creating
    archive" note when a new archive is being created.

o   The N (suppress Notes) option formerly did nothing useful when
    used with the L (List files) command.  It now causes a terse
    listing of filenames only, suitable for use with pipes and
    redirection.

o   The list of filenames given to ARC may now include indirect
    references.  If a filename begins with an "at sign" ("@"), it is
    taken to be the name of a file which contains a list of file
    names.  The list of file names may include further indirection.
    If no extension is given, ".CMD" is assumed.  For example, the
    command:

         arc a waste junk.txt @trash

    would cause ARC to add JUNK.TXT plus all files listed in the file
    TRASH.CMD to an archive named WASTE.ARC.  If no file is specified,
    then the list is read from standard input.  For example, the
    command:

         arc ln waste | arc a trash @

    would cause ARC to add files to TRASH.ARC based on the names of
    the files stored in WASTE.ARC.  It is probably a good idea to give
    the O (Overwrite) option if you are extracting files this way.

    Version 5.21 of MARC also allows for indirection.
2006-05-02 19:06:45 +00:00
wiz
a52119f1d5 + BasiliskII-1.0.20060501, gcalctool-5.8.10, gld-1.7, gossip-0.11,
gxine-0.5.6, libxslt-1.1.16, stellarium-0.8.0.
2006-05-02 17:41:03 +00:00
joerg
154db47171 Check the right directory for OpenSSL. 2006-05-02 17:32:05 +00:00
drochner
4ea484a3e7 update to 2.14.2
changes:
-Ask for the password when trying to open a password protected rar
 or arj archive
-Updated the user's guide
-Added help button to all the dialogs
-Install theme-friendly icon
-bugfixes
2006-05-02 17:22:45 +00:00
drochner
32845b69a3 update to 2.14.1
This is a maintenance release of the stable 2.14 version of
gnome-games. There are only a few bugs fixed:
- The nightfall theme in Four-in-a-row now uses the correct graphics.
- Minor corrections to the Mines documentation.
- Fix a double-loading bug in the card-images code. (Halves the load-time
  for SVG card themes!).
2006-05-02 17:19:22 +00:00
drochner
4f4d46a694 update to 2.14.1
changes:
-Use the directory of the currently viewed image as file chooser
 initial location
-Avoid setting the error twice in thumbnail code
-Checks mimetype before trying to include new detected files on image list
- Updated translations
2006-05-02 17:15:13 +00:00
drochner
99b209d844 update to 2.0.11
changes:
* Date parsing and displaying improvements
* Numerous LDS fixes
* Slovak translations
* Numerous relationship Graph enhancements
* GEDCOM import and export improvements
2006-05-02 16:41:37 +00:00
schmonz
3435ab5253 Summarize for the reader the likely significance of software sans
license. For details of DJB's rationale and redistribution conditions,
refer to his "Software user's rights" and "Frequently asked questions
from distributors" web pages. As required by his redistribution
conditions, warrant that we have made a good-faith attempt to ensure
that our packages behave correctly.
2006-05-02 16:28:05 +00:00
drochner
98f401acd8 update to 0.95
changes:
-"mainpoint" system allows lines to always point towards the middle
-Python plug-ins added
-automatically change grid size depending on zoom level
-Text input now highlights the object
-security problems fixed in XFig import and Python plug-in
-new shapes added
-new UML objects added
-Full screen mode
-Improved SVG import
-Plug-in loading and unloading doesn't require restart
-i18n problems fixed
-bugs have been fixed
-Command line usage has improved
-ses the new GTK+ File Dialog

pkgsrc change:
-precompile Python files
2006-05-02 16:23:30 +00:00
drochner
8ac4a31b28 update to 2.14.1
changes:
* Detect button press activity
* Make operation after system suspend
* Use GTimer for portability
* Obtain new Kerberos credentials when unlocking screen
* (floaters) Use the entire screen at start
-translation updates

pkgsrc changes:
-install gnome-screensaver-dialog SUID to make unlocking work
-recommend librsvg2 for the "bouncing feet" animation

approved by jmmv
2006-05-02 15:54:16 +00:00
rpaulo
9d3f11f976 miredo 0.8.4 2006-05-02 15:38:07 +00:00
rpaulo
0ef349f606 Put back NOT_FOR_PLATFORM. 2006-05-02 15:36:44 +00:00
rpaulo
1c0b237c71 Update to version 0.8.4.
Changes include the fix for this security problem:
http://www.simphalempin.com/dev/miredo/mtfl-sa-0601.shtml.en
and the additon of most pkgsrc patches.
2006-05-02 15:36:09 +00:00
jlam
1c8d9b58f1 Use brackets "[]" to quote characters instead of backslash "\". This
is more bulletproof across different versions of awk.  From PR pkg/33410
by Aleksey Cheusov.
2006-05-02 14:32:35 +00:00
jlam
7964c926a7 Note addition of www/p5-Kwiki-Wikiwyg. 2006-05-02 14:20:05 +00:00
jlam
886999e72d Import Kwiki::Wikiwyg-0.13 as www/p5-Kwiki-Wikiwyg.
Kwiki-Wikiwyg is a Kwiki plugin that adds WYSIWYG editing capabilities
to a Kwiki.  The underlying technology is Wikiwyg, a Javascript library
that can be easily integrated into any wiki or blog software.  It
offers the user multiple ways to edit/view a piece of content:

    * Wysiwyg mode - Simple, HTML, Design Mode editing.
    * Wikitext mode - Standard, Wiki, Text Area editing.
    * Preview mode - Display mode without saving changes.

Wikiwyg allows you to switch between modes, delegating some of the
processing to the server when necessary.
2006-05-02 14:18:43 +00:00
gdt
c102b617d0 Add LICENSE=generic-nonlicense. 2006-05-02 14:13:11 +00:00
gdt
3780104ac0 After failing to find any permission to copy in the sources, point
LICENSE at generic-nonlicense, set RESTRICTED, and set NO_*_ON_*.
2006-05-02 14:00:16 +00:00
gdt
b95a4696ee Set LICENSE, remove RESTRICTED (issue is no derivative works). 2006-05-02 13:53:18 +00:00
gdt
b9eb7ca9aa add LICENSE 2006-05-02 13:47:56 +00:00
drochner
6149e8c140 precompile python scripts 2006-05-02 13:41:58 +00:00
joerg
f224931835 DragonFly GCC ProPolice ICE. 2006-05-02 13:32:30 +00:00
joerg
6858b24aed Add some missing includes. Fix C++ for GCC 3.4+. 2006-05-02 13:31:55 +00:00
joerg
a408107af3 DragonFly hack. 2006-05-02 13:18:08 +00:00
gdt
321c0663d2 Remove RESTRICTED; 1.11 has a BSD-like license. 2006-05-02 12:26:30 +00:00
gdt
d93ff65df6 Add:
LICENSE=	generic-nonlicense
2006-05-02 12:23:27 +00:00
gdt
2d687b6c87 Add a (non)license file explaining the situation where permission to
redistribute is not given, but also no clear licensing statement
exists.
2006-05-02 12:22:58 +00:00
drochner
8691297d83 don't @dirrm in PKGSYSCONFDIR 2006-05-02 10:44:20 +00:00
drochner
5d2c86b9dd refer to theme-dirs, so that the right @dirrms are created automatically 2006-05-02 10:42:33 +00:00
drochner
191532c46c kill a @dirrm which shouldn't be here 2006-05-02 10:40:58 +00:00
rillig
edba88d675 In Makefiles, the level of indentation of directives should not be
affected by multiple-inclusion guards.
2006-05-02 10:12:10 +00:00
drochner
83df62368e PKGREVISION bump for firefox security fix, pointed out by Lubomir Sedlacik 2006-05-02 10:10:43 +00:00
joerg
f6e122acc9 Include libart in b3.mk, it is needed for linking. Reset maintainer on
his request.
2006-05-02 09:08:32 +00:00
joerg
a48200a0b8 Pure perl script, use a normal DEPENDS instead of the recursive buildlink
to rrdtools. Bump revision, since dependency list changed.
2006-05-02 09:07:20 +00:00
joerg
13734b52ac Fix up OS and pthread detection. 2006-05-02 08:59:30 +00:00
joerg
e9ff8acae8 Add flex as tool. 2006-05-02 08:56:37 +00:00
joerg
571d31d2d5 qpopper doesn't create the apop authentication database by default
anymore for source installations.
2006-05-02 08:40:16 +00:00
joerg
d9060d1152 Don't run qpopauth -init -safe during installation, it destroys the
symmetry between installation from source and from binary package.
Annoate MESSAGE accordingly, so that those using apop can do it
themselves.  Bump revision
2006-05-02 08:39:37 +00:00
yyamano
b080390556 Make this build on Darwin.
Apply the fixes suggested by Tadashi G. Takaoka on tech-pkg-ja@jp.n.o.
2006-05-02 08:00:08 +00:00
rillig
ae1b142935 Non-optimal white-space is not worth a warning. A note is enough. 2006-05-02 07:12:19 +00:00
jlam
6d42a4569e Note addition of www/p5-Kwiki-Simple-Server-HTTP. 2006-05-02 04:51:50 +00:00
jlam
ba74198867 Import Kwiki::Simple::Server::HTTP-0.03 as p5-Kwiki-Simple-Server-HTTP.
This Kwiki plugin can run a standalone HTTP server for the Kwiki under
the current working directory.  It is helpful for debugging purposes
or for starting up a wiki site quickly.  After installation, just run:

	kwiki -start

and you can access the Kwiki site at http://localhost:8080/.
2006-05-02 04:51:01 +00:00
jlam
457e4643dd Re-add back p5-HTTP-Server-Simple-Kwiki... it was already added to pkgsrc. 2006-05-02 04:47:04 +00:00
jlam
aa042d325d Fix dependency... it needs HTTP::Server::Simple::Static. 2006-05-02 04:45:09 +00:00
jlam
1a1df7170f Note addition of www/p5-HTTP-Server-Simple-Static. 2006-05-02 04:42:40 +00:00
jlam
3e550db788 Import HTTP::Server::Simple::Static-0.02 as www/p5-HTTP-Server-Simple-Static.
HTTP::Server::Simple::Static is a mixin class that adds a method to
serve static files with the correct Content-type MIME type headers.
2006-05-02 04:41:37 +00:00
jlam
f8a9ac97ab Note update of mail/p5-MIME-Types. 2006-05-02 04:34:05 +00:00
jlam
3b9e75e990 Update mail/p5-MIME-Types to 1.16. Changes from version 1.15 include:
* application/smil is 8bit
   * application/x-javascript becomes application/javascript.
   * New MIME type: application/ecmascript
2006-05-02 04:33:51 +00:00
jlam
f93f99fc18 Remove note of package addition that never happened. 2006-05-02 04:30:49 +00:00
jlam
6d121760f7 Note update of misc/p5-File-MMagic. 2006-05-02 04:30:03 +00:00