summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-05-29Respect CFLAGS in a more conservative way. This preserves the abilityschmonz3-10/+7
to build Universal on Mac OS X, and may undo the Solaris breakage caused by the previous commit (reported in PR pkg/36408 and on pkgsrc-users@).
2007-05-29Added support for installation to DESTDIR. Approved by Jim Wise.heinz2-41/+47
2007-05-29Add scm to categories.wiz1-2/+2
2007-05-29Note addition of devel/psvn version 25168 package.taca1-1/+2
2007-05-29Add and enable psvn.taca1-1/+2
2007-05-29Importing devel/psvn.taca5-0/+53
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-29Updated sysutils/cdrtools to 2.01.01.27obache1-1/+2
2007-05-29Update cdrtools to 2.01.01.27.obache5-33/+17
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* Move the meat of the bootstrap-depends target entirely within thejlam1-3/+12
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-29Add some more keywords, so that one can grep for "mk.conf" and find therillig1-1/+3
relevant code that loads the configuration.
2007-05-29libgtop_daemon2 must also is handled like libgtop_server2.obache1-2/+2
Should fix problem on Linux in PR 36405 by Obdrej Tuma.
2007-05-29Regeneratedmartti1-6/+6
2007-05-29Updated archivers/p7zip to 4.47adam1-1/+2
2007-05-29binutils-2.17martti2-3/+3
2007-05-29Updated devel/binutils to 2.17martti9-53/+68
List of changes unknown. Should fix CVE-2006-2362.
2007-05-29Changes 4.47:adam3-9/+8
- 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-29Remove Zope 2.2 and related pieces:joerg42-1022/+12
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-29Added stub functions for quartz to work with ruby-gnome2-gtk.obache3-1/+48
2007-05-29Note update of the "analog" package to version 6.0nb1.tron1-1/+2
2007-05-29Teach "analog" about IPv6 addresses in webserver logfiles.tron3-2/+78
Bump package revision because of this new feature.
2007-05-29Remove (default off) ffmpeg from PKG_SUPPORTED_OPTIONS -- pkgsrcwiz1-2/+4
vice version 1.21 needs at least ffmpeg-0.5.1, which is not currently in pkgsrc.
2007-05-29updated net/hobbitclient to 4.2.0.gendalia1-1/+2
2007-05-29Update hobbit client from 0.3 to 4.2.0 + allinone.patchgendalia7-38/+155
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-29Test to see if a variable is defined before testing for its value. Keepsdmcmahill1-2/+3
make happy on my older (netbsd-2) NetBSD box.
2007-05-29Updated www/ap-jk and www/ap2-jk to 1.2.23.obache1-1/+3
2007-05-29Update ap-jk to 1.2.23.obache2-6/+6
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-29Fix a couple misspellings, and add a couple items:schmonz1-3/+5
* Check for parallel files/dirs whose names differ only in case (suggested by heinz) * Check for German text in pkgtools/pkglint/TODO.
2007-05-29Note update of ps2eps.minskim2-3/+3
2007-05-29Update ps2eps to 1.64.minskim2-6/+6
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-29Note rename of converters/p5-jcode to converters/jcode-perl, andschmonz1-2/+4
resulting PKGREVISION bump of converters/smbchartool. Also, fix whitespace in previous.
2007-05-29Bump PKGREVISION for p5-jcode -> jcode-perl renaming.schmonz1-3/+3
2007-05-29Rename p5-jcode to jcode-perl (SVR4: jcopl) so it can be checkedschmonz6-9/+8
out on a case-insensitive filesystem without interference from p5-Jcode. Discussed on tech-pkg@.
2007-05-28Added support for installation to DESTDIR. Approved by Min Sik Kim.heinz1-4/+6
2007-05-28Fix distinfo as shortly after release the author quietly modified themarkd1-4/+4
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-28Update HOMEPAGE and MASTER_SITES.wiz1-3/+3
From Zafer Aydogan.
2007-05-28Remove ftp site that does not allow anonymous login.wiz1-3/+2
From Zafer Aydogan.
2007-05-28- Added support for installation to DESTDIR.heinz2-19/+20
- 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- Updated outdated download URLs (taken from FreeBSD's Makefile).heinz6-51/+150
- 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-28The packages supports installation to DESTDIR.heinz1-1/+2
2007-05-28Note addition of tex-algorithm2e, version 3.9.jmmv1-1/+2
2007-05-28Add and enable tex-algorithm2e.jmmv1-1/+2
2007-05-28Initial import of tex-algorithm2e, version 3.9:jmmv4-0/+55
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-28Changed suffix for _PLIST_NOKEYWORDS to be more in line with other filesheinz1-2/+2
in WRKDIR.
2007-05-28In order to avoid incorrect information about needed shared libraries inheinz2-7/+22
+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-28Added x11/antiright version 3.4obache1-1/+2
2007-05-28Add antiright.obache1-1/+2
2007-05-28Import antiright version 3.4.obache4-0/+113
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-28Updated graphics/gimp to 2.2.15; gimp24 to 2.3.17adam1-1/+3
2007-05-28Changes 2.3.17:adam5-33/+28
- 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-28Changes 2.2.15:adam5-62/+17
- 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