Commit graph

113645 commits

Author SHA1 Message Date
taca
1d271a0ca3 Importing devel/psvn.
psvn.el is an interface for the revision control tool subversion.
psvn.el provides a similar interface for subversion as pcl-cvs for
cvs.
2007-05-29 15:40:18 +00:00
obache
eb1cf0a081 Updated sysutils/cdrtools to 2.01.01.27 2007-05-29 15:39:03 +00:00
obache
4f54034f0a Update cdrtools to 2.01.01.27.
Patch provided by Jukka Salmi in PR 36392.

NEW features of cdrtools-2.01.01a25:

All:

Libschily:

-       __fjmalloc()/__jmalloc() now allow to specify JM_EXIT to exit() instead
        of callinf siglongjmp()

-       New function file_getraise() to get the current file raise value.


Libparanoia (Ported/enhanced by J<F6>rg Schilling, originated by Monty xiphmont@mit.edu):

Libedc (Optimized by J<F6>rg Schilling, originated by Heiko Ei<DF>feldt heiko@hexco.de):

Libfind:

-       Libfind is now close from the final state

-       Added README file to the directory libfind/ that help to learn how
        to create a complete find(1) command, a "bsh" find builtin and a
        ksh93 find builtin using libfind.

-       Libfind Version is now 1.3

-       libfind has been restructured to allow it to be used as builtin function
        inside shells like e.g. "bsh" and "ksh93".

-       libfind now allows I/O redirection (needed for shell builtins).

-       libfind now may be told to check for abort situations (needed for
        shell builtins in order to check for abort on ^C).

-       New function find_free()

-       Libfind no longer leaks memory if called with a commandline with
        syntax errors.


Libfile:

Libhfs_iso:

Libscg:

-       scg_numbus() function for FreeBSD corrected to make cdrtools work again.
        Thanks to a hint from Joseph Terner <jtsn@jtsn.de>

Rscsi:

Cdrecord:

-       A typo in the man page has been fixed (mkisofs does not have a -q but
        a -quiet option).

-       A debug message in the DVD+ driver hav been updated to make cdrecord
        again compile in -DDEBUG mode.


Cdda2wav (Maintained/enhanced by J<F6>rg Schilling, originated by Heiko Ei<DF>feldt heiko@hexco.de):

-       Fixed a bug that caused cdda2wav to hang when retrieving the CDDB information.
        This bug has been introduced with cdrtools-2.01.01a21


Readcd:

Scgcheck:

Scgskeleton:

Btcflash:

Mkisofs (By J<F6>rg Schilling and James Pearson j.pearson@ge.ucl.ac.uk):

TODO:
        -       read Joliet filenames with multi-session if no TRANS.TBL
                or RR is present. I am looking for a volunteer for this task!

                Note that this can never be 100% correct as there is no relation
                between the names on the master (UNIX) filesystem, the ISO-9660
                names and the Joliet names. Only the Rock Ridge names are
                untranslated with respect to the original files on the
                master (UNIX) filesystem.

        -       add libecc/edc for CDI and similar.

NEW features of cdrtools-2.01.01a26:

All:

-       Now using cdrecord/version.h for the global version number

-       New autoconf test for struct timeval in sys/time.h

-       New autoconf test for struct timezone in sys/time.h

-       Changed include/schily/time.h to depend on the
        new autoconf #defines HAVE_STRUCT_TIMEVAL and
        HAVE_STRUCT_TIMEZONE

-       The Schily makefile system is now also passing OS
        specific #defines to "configure".

-       New Schily makefile system Target shell allows to
        call "make shell" in order to get a shell with exactly
        the same environment as the compilers will see from
        the makefile system. This helps testing.

-       New autoconf test checks whether we need to call
        "xx.exe" on a plaform. This is needed in order to
        be able to call the Microsoft compiler from the
        SFU (Services for UNIX) environment.

-       It is now possible to call the Microsoft compiler
        from SFU. In order to do this, call "smake CCOM=cl"

        If this does not work, you may need to change the
        file DEFAULTS/vc7-interix-setup

Libschily:


Libparanoia (Ported/enhanced by J<F6>rg Schilling, originated by Monty xiphmont@mit.edu):

-       Fixed a typo in paranoia_init() that gas been introduced with 2.01.01a24
        This bug did cause a core dump.
        Thanks to Robert Grimm <rob@news.robgri.de> for reporting.


Libedc (Optimized by J<F6>rg Schilling, originated by Heiko Ei<DF>feldt heiko@hexco.de):

Libfind:

-       Fixed a bug in names.c that caused nameinit() to go into an endless
        recursion and dump core if there is no "nobody" in /etc/passwd.
        This bug has been introduced recently.


Libfile:

Libhfs_iso:

Libscg:

Rscsi:

Cdrecord:

-       Trying to work around a Pioneer firmware bug that causes cdrecord to write
        DVDs at lowest speed.

-       Reset SCSI silent mode after cdrecord did use the auto-mode (no dev= parameter)
        to find the drive. This again gives visible error messages.


Cdda2wav (Maintained/enhanced by J<F6>rg Schilling, originated by Heiko Ei<DF>feldt heiko@hexco.de):

Readcd:

Scgcheck:

Scgskeleton:

Btcflash:

Mkisofs (By J<F6>rg Schilling and James Pearson j.pearson@ge.ucl.ac.uk):

-       added a better error message from Helios in volume.c

-       The timezone bug (first fixed in 2.01.01a24 has now been fixed
        correctly and works even if the timezone is located east to GMT.


TODO:
        -       read Joliet filenames with multi-session if no TRANS.TBL
                or RR is present. I am looking for a volunteer for this task!

                Note that this can never be 100% correct as there is no relation
                between the names on the master (UNIX) filesystem, the ISO-9660
                names and the Joliet names. Only the Rock Ridge names are
                untranslated with respect to the original files on the
                master (UNIX) filesystem.

        -       add libecc/edc for CDI and similar.

NEW features of cdrtools-2.01.01a27:

All:

-       Added forgotten file RULES/x86-interix-cl.rul to the Schily Makefilesystem

-       Trying to better deal with MS winsock2.h oddities in schily/time.h

-       #undef iswalnum ... in schily//wchar.h before defining non wchar fallbacks.

-       config.guess now knows about i386 Darwin (Mac OS X on Intel)

-       Schily makefilesystem enhanced to check for extended
        fields in struct utsname as seen e.g. in MS SFU (Interix).

-       New predefined macro OSVERSION in the makefilesystem is needed
        for SCO OpenServer 6.x support (because this uses a UnixWare
        kernel

-       Trying to support Compilation on SCO OpenServer 6.x

-       New macro $(CC_OUTPUT_FILTER) allows to filter away the
        unwanted file name echo from cl.exe.

-       Interix now uses uname -m instead of uname -p for $(OARCH)

-       Makefile support for pentium-4-unixware-cc.rul and
        pentium-4-unixware-gcc.rul was added.

-       New autoconf test for libiconv

-       The Schily makefilesystem now by default searches in /usr/local/include
        and /usr/local/lib if on FreeBSD. This is needed in order to find
        libintl and libiconv.

-       make html and make htmlx now works even on the top level directory
        and creates html versions of the man pages

-       fixed a typo in the autoconf test for C99 isinf/isnan

Libschily:


Libparanoia (Ported/enhanced by J<F6>rg Schilling, originated by Monty xiphmont@mit.edu):


Libedc (Optimized by J<F6>rg Schilling, originated by Heiko Ei<DF>feldt heiko@hexco.de):

Libfind:

-       find_list.c now #ifdefs names like S_IFLNK

Libfile:

-       Better portability for strerror() in file.h

Libhfs_iso:

Libscg:

-       Better help message for Mac OS X wich dev=help

Rscsi:

Cdrecord:

-       Cdrecord now correctly reports Copyright ...2007 with -version

-

Cdda2wav (Maintained/enhanced by J<F6>rg Schilling, originated by Heiko Ei<DF>feldt heiko@hexco.de):

-       Let cdda2wav print the -version outout to stdout and in a similar form
        as other cdrtools programs.

Readcd:

Scgcheck:

Scgskeleton:

Btcflash:

-       Make btcflash compile on K&R compilers (like on HP-UX)

Mkisofs (By J<F6>rg Schilling and James Pearson j.pearson@ge.ucl.ac.uk):

-       mkisofs -J no longer implies -l as done incorrectly after
        converting from GNU getopt_long() to getargs()


TODO:
        -       read Joliet filenames with multi-session if no TRANS.TBL
                or RR is present. I am looking for a volunteer for this task!

                Note that this can never be 100% correct as there is no relation
                between the names on the master (UNIX) filesystem, the ISO-9660
                names and the Joliet names. Only the Rock Ridge names are
                untranslated with respect to the original files on the
                master (UNIX) filesystem.

        -       add libecc/edc for CDI and similar.
2007-05-29 15:32:16 +00:00
jlam
4f34ebeaf5 * Move the meat of the bootstrap-depends target entirely within the
lock, which I think is what was originally intended.

* Avoid creating ${WRKDIR}/.depends when running the bootstrap-depends
  target, which is run as part of running the fetch target.  We still
  create the .depends file later when we need it.

XXX Note that there are still problems when locking occurs because locks
XXX are created in ${WRKDIR}, so running "bootstrap-depends" as a source
XXX for "fetch" will still cause the work directory to be created and
XXX populated with files.  This probably needs to be solved by using a
XXX different location for the lockfile, e.g. ${TMPDIR}, for the
XXX bootstrap-depends step.
2007-05-29 15:26:25 +00:00
rillig
36fa355d50 Add some more keywords, so that one can grep for "mk.conf" and find the
relevant code that loads the configuration.
2007-05-29 14:48:49 +00:00
obache
b372224a80 libgtop_daemon2 must also is handled like libgtop_server2.
Should fix problem on Linux in PR 36405 by Obdrej Tuma.
2007-05-29 12:45:14 +00:00
martti
dcfc1e4c85 Regenerated 2007-05-29 12:27:24 +00:00
adam
646a9f2b07 Updated archivers/p7zip to 4.47 2007-05-29 12:26:40 +00:00
martti
521d7b3ba1 binutils-2.17 2007-05-29 12:25:29 +00:00
martti
5a1e5447b1 Updated devel/binutils to 2.17
List of changes unknown. Should fix CVE-2006-2362.
2007-05-29 12:25:03 +00:00
adam
2b22e9f1ca Changes 4.47:
- From Windows version of 7-zip 4.47:
  - Bugs of 7-Zip 4.46 beta were fixed: BZip2 could work incorrectly

Changes 4.46:
- From Windows version of 7-zip 4.46:
  - New fast compression mode for Deflate method in Zip and GZip.
  - Some bugs were fixed.
- LZMA Benchmark:
  - cygwin: RAM size detection
  - computation of the CPU %
- fixed 1721827: install.sh now copies 7z.so
- Client7z now uses 7z.so instead of 7za.so
- new target: cygwin with asm
- LZMA SDK added in the source package (CPP/7zip/Compress/LZMA_Alone)
- fixed 1716987: 7zr removed from 4.45 binary distribution
- fixed 1706002: make and install.sh use the same variables in the same order.
2007-05-29 12:24:51 +00:00
joerg
8ec1a85713 Remove Zope 2.2 and related pieces:
databases/zope-mysql
lang/py-extclass
textproc/py-dtml
www/py-pcgi
www/py-zpublisher
www/zope

No objection from pkgsrc-users.
cVS: ----------------------------------------------------------------------
2007-05-29 10:16:42 +00:00
obache
8a2e42b339 Added stub functions for quartz to work with ruby-gnome2-gtk. 2007-05-29 09:58:58 +00:00
tron
0cd791d4d1 Note update of the "analog" package to version 6.0nb1. 2007-05-29 09:05:24 +00:00
tron
64f420e956 Teach "analog" about IPv6 addresses in webserver logfiles.
Bump package revision because of this new feature.
2007-05-29 09:03:12 +00:00
wiz
d2c881a09f Remove (default off) ffmpeg from PKG_SUPPORTED_OPTIONS -- pkgsrc
vice version 1.21 needs at least ffmpeg-0.5.1, which is not currently
in pkgsrc.
2007-05-29 08:41:29 +00:00
gendalia
f5ff57f92e updated net/hobbitclient to 4.2.0. 2007-05-29 05:01:18 +00:00
gendalia
92940ca215 Update hobbit client from 0.3 to 4.2.0 + allinone.patch
Changes:
http://www.hobbitmon.com/hobbiton/2006/08/msg00321.html
* Full client support. The Hobbit clients now support monitoring
  of cpu-, disk- and memory-utilisation, as well as system logfiles,
  network ports and traffic, processes, file- and directory sizes,
  system clock synchronization, and much more. When a problem is
  detected on a host, the client data is automatically saved so
  it is available for later troubleshooting - even if the host
  has completely crashed.
2007-05-29 04:58:06 +00:00
dmcmahill
98fa60beec Test to see if a variable is defined before testing for its value. Keeps
make happy on my older (netbsd-2) NetBSD box.
2007-05-29 03:00:44 +00:00
obache
19bbb1e421 Updated www/ap-jk and www/ap2-jk to 1.2.23. 2007-05-29 02:22:56 +00:00
obache
dea40e3abd Update ap-jk to 1.2.23.
It fixes an Important vulnerability.

Changes between 1.2.22 and 1.2.23

Native
	Change the default value of JkOptions to ForwardURICompatUnparsed. The
	old default value was ForwardURICompat. This should make URL
	interpretation between Apache httpd and Tomcat consistent (prevent
	double decoding problems). (rjung)
2007-05-29 02:22:22 +00:00
schmonz
6b009865ac Fix a couple misspellings, and add a couple items:
* Check for parallel files/dirs whose names differ only in case
    (suggested by heinz)
* Check for German text in pkgtools/pkglint/TODO.
2007-05-29 01:35:05 +00:00
minskim
ed84311875 Note update of ps2eps. 2007-05-29 01:23:28 +00:00
minskim
a75eb4582a Update ps2eps to 1.64.
Changes since 1.58:
- Tried to make DSCfilter command more robust
- better detection for files that have a binary heading stuff containing
  even %! as character sequence
- changed year in comment and info printout only
- incorporated changes for Windows/Cygwin detection
- removed surrounding ticks '' for -c $translation in $translatecmd
- removed useless/unsupported 2>&1 in $bboxver for Windows
- fix for two negative offsets in translation
2007-05-29 01:22:17 +00:00
schmonz
8903dd20bc Note rename of converters/p5-jcode to converters/jcode-perl, and
resulting PKGREVISION bump of converters/smbchartool. Also, fix
whitespace in previous.
2007-05-29 01:12:03 +00:00
schmonz
b6094287dd Bump PKGREVISION for p5-jcode -> jcode-perl renaming. 2007-05-29 01:07:49 +00:00
schmonz
1434779d82 Rename p5-jcode to jcode-perl (SVR4: jcopl) so it can be checked
out on a case-insensitive filesystem without interference from
p5-Jcode. Discussed on tech-pkg@.
2007-05-29 01:06:26 +00:00
heinz
1ad7e2261a Added support for installation to DESTDIR. Approved by Min Sik Kim. 2007-05-28 23:18:52 +00:00
markd
a5e56bbfde Fix distinfo as shortly after release the author quietly modified the
tarball.  Don't bother bumping the PKGREVISION or doing the DIST_SUBDIR
dance as noone other than me would have had a chance to grab the old
tarball as it was updated before I committed the package update.
Fixes PR pkg/36391 from Robert Elz.
2007-05-28 21:54:41 +00:00
wiz
c495bf8d61 Update HOMEPAGE and MASTER_SITES.
From Zafer Aydogan.
2007-05-28 21:23:47 +00:00
wiz
f1736e694f Remove ftp site that does not allow anonymous login.
From Zafer Aydogan.
2007-05-28 21:21:09 +00:00
heinz
d6bc49f35a - Added support for installation to DESTDIR.
- Files named ".DS_Store" (from the MacOS GUI) do not belong to this
  package, so we filter them at installation time.

Changes approved by Jan Schaumann.
2007-05-28 20:35:38 +00:00
heinz
d6f795d011 - Updated outdated download URLs (taken from FreeBSD's Makefile).
- Added HOMEPAGE.
- Libraries should be installed with BSD_INSTALL_LIB, not BSD_INSTALL_DATA
  (see patch-ak).
- Added support for installation to DESTDIR (Makefile, patch-ac, patch-ak,
  patch-am, patch-az).
2007-05-28 20:14:00 +00:00
heinz
087ca88eef The packages supports installation to DESTDIR. 2007-05-28 15:32:51 +00:00
jmmv
d4182dde81 Note addition of tex-algorithm2e, version 3.9. 2007-05-28 14:10:12 +00:00
jmmv
b302e6bd24 Add and enable tex-algorithm2e. 2007-05-28 14:09:15 +00:00
jmmv
1a728054fe Initial import of tex-algorithm2e, version 3.9:
Algorithm2e is an environment for writing algorithms in LaTeX2e.
An algorithm is defined as a floating object like figures.  It
provides macros that allow you to create different sorts of key
words, thus a set of predefined key words is given.  You can
also change the typography of the keywords.
2007-05-28 14:07:16 +00:00
heinz
a215fa598d Changed suffix for _PLIST_NOKEYWORDS to be more in line with other files
in WRKDIR.
2007-05-28 13:59:10 +00:00
heinz
ada9d78f21 In order to avoid incorrect information about needed shared libraries in
+BUILD_INFO we must ensure that we only test valid lines from PLIST and
not lines like "@unexec /bin/rmdir..." where "/bin/rmdir" is not a part
of the resulting package.
To achieve this, a stripped version of PLIST, called _PLIST_NOKEYWORDS,
is introduced.
2007-05-28 13:54:25 +00:00
obache
d579fd6cef Added x11/antiright version 3.4 2007-05-28 13:21:26 +00:00
obache
73f14d5a6b Add antiright. 2007-05-28 13:19:12 +00:00
obache
cbec708a10 Import antiright version 3.4.
Based on PR 35912 by Jeffrey Bedard, remove redundant definision in Makefile,
fix hardcoded path, add missing entries to PLIST and sort.

This package contains the gtkshell GUI creator, the gshterm vte-based terminal
emulator, a text editor, a simple IDE ideal for C development, and the ACE
sample desktop implementation. gtkshell allows one to create a gtk2 GUI
from the command line, by specifying widgets and options
at the command line.  gshterm is transparent vte-based terminal emulator.
ACE is a script which implements desktop features with gtkshell, including
a deskbar with a clock, a settings utility and configuration system,
a sticky notes applet, system monitors, a manual page browser, and configurable
launchers for applications.  gtkshell also provides GUIDL, the
GUI Definition Language parser for specifying static interface definitions.
Using gtkshell and the examples provided by ACE, one can rapidly construct
a GUI application, leaving the developer to focus on application logic.
2007-05-28 13:17:48 +00:00
adam
81b8f8027f Updated graphics/gimp to 2.2.15; gimp24 to 2.3.17 2007-05-28 12:44:08 +00:00
adam
60fe8a2ae4 Changes 2.3.17:
- improved import of multi-page TIFF files
- reduced rounding errors in Blur routines (core and plug-ins)
- further improved parameter checks in the PDB
- added support for loading .abr v2 Photoshop brushes
- improved border behavior of the Blur tool
- show the brush outline at the Clone tool's source position
- added libgimpbase API to retrieve the user's Pictures folder
- add a shortcut to the user's Pictures folder to the file-chooser dialog
- improved the quality of the Motion Blur filter
- save paths in TIFF files
- let the Screenshot plug-in name the new layer after the window
- use memory slices to reduce memory fragmentation
- some code cleanup
- lots of bug fixes
2007-05-28 12:41:49 +00:00
adam
6209b55e4a Changes 2.2.15:
- fixed parsing of GFig files with CRLF line endings
- guard against a possible stack overflow in the Sunras loader
- fixed definition of datarootdir in gimptool-2.0
- fixed Perspective tool crash on Mac OS X
- fixed area resizing in the Image Map plug-in
- added missing library in gimptool-2.0 --libs output
- added new localizations: Occitan and Persian
2007-05-28 12:20:42 +00:00
martti
5867247b54 Remove trailing spaces. 2007-05-28 11:07:00 +00:00
dan
207479e89e monotone 0.35nb1 (database growth fix) 2007-05-28 08:15:14 +00:00
dan
1f92c96b8d pluck a number of fixes from mainline mtn to fix a bug introduced shortly
before the 0.35 release, which could cause monotone db files to grow
larger than necessary by not removing some file/delta content as they were
superceded by new versions.  Most noticable on fresh pulls, or
via "db check".  Extra content can be cleaned up with a local
sync into a fresh db.

Changes from Matt Johnston, via
 pluck -r t:monotone-0.35 -r 397dcbd2f \
   database.{cc,hh} diff_patch.{cc,hh} work.cc

bump PKGREVISION
2007-05-28 08:13:25 +00:00
obache
e196a2620b Remove unneeded patches. 2007-05-28 07:57:46 +00:00
gson
5f98faeb39 note update of wavesurfer to 1.8.5 2007-05-28 07:39:41 +00:00