summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-03-31This packages doesn't use the compiler.jlam1-2/+3
2004-03-31This package doesn't use the compiler.jlam1-2/+3
2004-03-31This package compiles nothing, so set USE_LANGUAGES to the empty value.jlam1-2/+3
2004-03-31This is a Perl script... no need for compiler here.jlam1-3/+4
2004-03-30Added galeon-devel-1.3.14axtraeme2-2/+4
2004-03-30Initial import of galeon-devel-1.3.14a from pkgsrc-wip.xtraeme5-0/+316
Galeon is a GNOME Web browser based on gecko (the mozilla rendering engine). It's fast, it has a light interface, and it is fully standards-compliant. This version uses GNOME 2, and is a development branch built against www/mozilla-gtk2.
2004-03-30Fix compilation of the SHA1 code on sparc64 by giving each round itssnj2-1/+104
own function.
2004-03-30Added poedit-1.2.5.xtraeme2-2/+4
2004-03-30Initial import of poedit-1.2.5 from pkgsrc-wip.xtraeme4-0/+91
poEdit is a cross-platform gettext catalogs (.po files) editor. It is built with wxWindows toolkit and can run on any platform supported by it (although it was tested only on Unix with GTK+ and Windows). It aims to provide more convenient approach to editing catalogs than launching vi and editing the file by hand. Here is a brief features list: - User friendly way of editing entries. You can easily navigate in large catalogs, easily enter or modify entries (fuzzy flag is automatically removed if you change translation, you can copy original string to translation by pressing Alt-I) - Whitespaces highlighting - Fuzzy and untranslated records highlighting. Furthermore, untranslated and fuzzy translations are displayed at the top of the list - Automatic compilation of .mo files (optional) - Automatic headers update - References browser lets you see where in what context the string is used - You can use poEdit to scan source code for translatable strings - Integration with KDE and GNOME desktops
2004-03-30Note update of streamtuner* pkgs.xtraeme2-3/+5
2004-03-30Update to 0.4.0 and bl3ify.xtraeme4-31/+21
0.4.0 30 March 2004 * Files can now be renamed and deleted * ID3 tags and Vorbis comments can now be edited * The browse function has been enabled (uses www.allmusic.com) * A few minor bugs and memory leaks have been fixed * Because of the inclusion of GPL code, the program license has been changed to GPL * Requires streamtuner 0.12.0 0.3.0 31 January 2004 * Ogg Vorbis support has been implemented (requires libvorbis) * Internationalization has been performed, and a french translation is already available * Now uses libid3tag (part of MAD project) instead of id3lib * Added a duration column * Switched to Autoconf 2.57, Automake 1.7.5 and Libtool 1.5 * Requires streamtuner 0.11.0
2004-03-30Update to 0.3.4 and bl3ify.xtraeme3-13/+14
0.3.4 30 March 2004 * SGML character references are now expanded * URL fields are now visible * Requires streamtuner 0.12.0 0.3.3 31 January 2004 * Internationalization has been performed, and a french translation is already available * Can now login to Live365 (patch by Daniel Caujolle-Bert) * Categories are now reloaded only once per session * Error messages have been simplified * Requires streamtuner 0.11.0
2004-03-30Update to 0.12.1 and bl3ify.xtraeme5-47/+47
0.12.1 30 March 2004 * Fixed bookmarks loading 0.12.0 30 March 2004 * The bookmarks are now global * A preselections handler has been implemented * The properties dialog can now edit a stream * Some streams can now be deleted * HTTP transfers are now compressed if possible (suggested by Marcus Rückert) * HTTP transfers now follow redirections * Socks 5 proxy support has been added * The documentation is now in DocBook format * A splash screen has been implemented * Some icons have been changed * Tabs can now be reordered * GTK+ interactive search has been fixed * Several UI improvements have been performed * The API has been enriched * The overall performance has been greatly improved * Major code cleanups have been performed * Several bugs and memory leaks have been fixed * streamtuner-theme-convert has been removed * Now requires GTK+ version 2.2.2 or superior * Now requires libcurl version 7.10.5 or superior 0.11.1 07 February 2004 * Fixed a deadlock on Linux and other platforms having non-recursive mutexes (reported by Marcus Rückert) * Fixed a crlf parsing bug in transfer code * A minor bug in tab switching has been fixed 0.11.0 31 January 2004 * Reimplemented bookmarks support (unseen since 0.7.3) * Multiple stream selection is now possible (a new event has been added, ST_HANDLER_EVENT_STREAM_TUNE_IN_MULTIPLE) * Categories are now displayed when they are selected * Removed the "Stop tune in" feature and the task dialogs * The stop button now is now global * Removed the category menu and moved its items to the view menu * The transfer API has been improved: - retrieval of HTTP headers - UNIX, DOS and Mac newline support - cleaner API * Introduced the st_action API, obsoleting st_programs * Implemented a minimal m3u and pls API * Added st_handler_set_description() and st_handler_set_home(): a clickable label pointing to the currently selected handler's home is now displayed in the toolbar * GTK_STOCK_REFRESH and GTK_STOCK_STOP now replaces ST_STOCK_RELOAD and ST_STOCK_STOP * Categories now have a descriptive icon * Tab icons can now be hidden * Added an "Always refresh categories" option * The SHOUTcast plugin can now parse the charset information of the Content-Type HTTP header * A SHOUTcast playlist writing bug has been fixed * Multi-threading is now mandatory
2004-03-30Check for !empty(X11_TYPE:Mnative) instead of checking forxtraeme1-2/+2
empty(X11_TYPE:MXFree86), because X11_TYPE=xlibs could be used too...
2004-03-30Teach qt's configure to find libraries/headers inside BUILDLINK_DIR, whichxtraeme1-2/+4
is mandatory if you want Xft2/Xrender support when using X11_TYPE=XFree86.
2004-03-30Remove XFree86/Makefile.common which was causing strange changes in thextraeme1-4/+2
targets, and use ${LOCALBASE}/X11R6 instead of ${X11ROOT}, noted by Jeremy C. Reed (fixes building in qt3 when using X11_TYPE=XFree86).
2004-03-30bl3ifyjlam1-1/+2
2004-03-30GCC has this annoying behaviour where it advocates in a multi-linejlam1-1/+11
banner the use of "#include" over "#import" when including headers. This generates a _huge_ number of warnings when building practically all Objective-C code where it is convention to use "#import". Suppress the warning if we're building Objective-C code using GCC by passing -Wno-import to the compiler.
2004-03-30bl3ifyxtraeme1-1/+2
2004-03-30X11ROOT should be used as directory for buildlinkifying the files.xtraeme1-2/+2
2004-03-30Note update of "kermit" package to version 8.0.209nb4.tron1-1/+2
2004-03-30Use buildlink3 framework to fix bad shared library runtime path totron1-8/+6
OpenSSL libraries. Bump package revision because previous version of this package didn't work on systems with OpenSSL from "pkgsrc".
2004-03-30Enable X11_TYPE=XFree86, ok'ed by jlam@.xtraeme1-3/+9
2004-03-30There is no "heimdal-libs" package.jlam1-2/+1
2004-03-30Add build dependency on pkgconfig, because configure uses pkg-config.minskim1-1/+2
2004-03-30Updated security/mit-krb5 to 1.3.2. Changes from version 1.3.1 include:jlam5-32/+25
* Support for AES in GSSAPI has been implemented. This corresponds to the in-progress work in the IETF (CFX). * To avoid compatibility problems, unrecognized TGS options will now be ignored. * 128-bit AES has been added to the default enctypes. * AES cryptosystem now chains IVs. This WILL break backwards compatibility for the kcmd applications, if they are using AES session keys. * Assorted minor bug fixes and plugged memory leaks.
2004-03-30Note update of mplex to 1.6.2.ben1-1/+2
2004-03-30Makefile fix required for mplex 1.6.2.ben1-10/+10
2004-03-30Update mplex to version 1.6.2. A changelog was not available, but severalben5-35/+19
bugs were fixed. For details look at http://cvs.sourceforge.net/viewcvs.py/mjpeg/mjpeg_play/mplex/
2004-03-30Fix up the krb5-config script to not emit "$(LIBTOOL) --mode=link". Don'tjlam2-1/+14
bother with a PKGREVSION bump since this package is 15 minutes old.
2004-03-30Add missing "MAINTAINER" entry.tron1-1/+3
2004-03-30Add distinfo. Noted by Kouichirou Hiratsuka in PR pkg/24979.minskim1-0/+5
2004-03-30Add buildlink3.mkrecht1-0/+46
2004-03-30Note update of dar to 2.0.2nb1 due to dependency changes.minskim1-1/+2
2004-03-30Make this package use buildlink3 framework, and add dependencies onminskim1-1/+6
bzip2 and zlib. Bump PKGREVISION.
2004-03-30Use "${PTHREAD_LDFLAGS}" instead of "${BUILDLINK_LDADD.pthread}".tron1-2/+2
2004-03-30- Always linking with a threading library because Tcl/Tk 8.4.x needs it.tron1-11/+12
- Use buildlink3 framework.
2004-03-30Note update of pxtools to 0.0.20.ben1-1/+2
2004-03-30Update pxtools to version 0.0.20. This version includes some getopt fixes.ben2-6/+5
2004-03-30Fix dependence broken by recent package revision bump.tron1-2/+2
2004-03-30Don't use PKGNAME when setting WRKSRC; use PKGNAME_NOREV instead.jlam5-10/+10
2004-03-30Disable mcrypt library detection by configure explicitly, because itminskim1-1/+2
is not used. Otherwise this package doesn't build when non-pkgsrc mcrypt library is detected.
2004-03-30Make note of tex2rtf update.ben1-1/+2
2004-03-30Update tex2rtf to version 2.01. A changelog is not available, but thisben13-79/+855
version of tex2rtf is updated to work with newer versions of wxwindows, and the prior version is referred to as obsolete. I am told that some of the patches duplicate work that is done in CVS, so some patches should disappear over time.
2004-03-30Make mit-krb5 into an accepted Kerberos 5 distribution.jlam1-2/+2
2004-03-30Import MIT Kerberos 5 as security/mit-krb5. This package is partly basedjlam1-1/+2
on the wip/mit-krb5 package by Jeremy Reed, but heavily modified by me to libtoolize the build. Kerberos V5 is an authentication system developed at MIT. It is a network authentication protocol designed to provide strong authentication for client/server applications by using secret-key cryptography. (Kerberos 5 is discussed in RFC 1510.) This package provides Kerberos and GSSAPI (Generic Security Services Application Programming Interface) development headers and libraries. It also includes Kerberos ticket and principal tools, and Kerberized r-services, telnet and ftp services.
2004-03-30Add and enable security/mit-krb5.jlam1-1/+2
2004-03-30Import MIT Kerberos 5 as security/mit-krb5. This package is partly basedjlam17-0/+765
on the wip/mit-krb5 package by Jeremy Reed, but heavily modified by me to libtoolize the build. Kerberos V5 is an authentication system developed at MIT. It is a network authentication protocol designed to provide strong authentication for client/server applications by using secret-key cryptography. (Kerberos 5 is discussed in RFC 1510.) This package provides Kerberos and GSSAPI (Generic Security Services Application Programming Interface) development headers and libraries. It also includes Kerberos ticket and principal tools, and Kerberized r-services, telnet and ftp services.
2004-03-30Extend the capabilities of buildlink3's libtool wrapper a bit comparedjlam5-40/+76
to the stock libtool: you can now copy or symlink an uninstalled libtool archive file somewhere else than its build directory, and you can still link against it. This allows us to more easily bolt libtool build machinery onto packages that have unusual(ly crappy) build systems that rely on installing libraries to some common build directory after they're built. We do this by adding a "buildlibdir" variable to the uninstalled libtool archive that points to the build directory of the archive. Whenever we link against this archive, we rewrite the path to archive on the libtool command line so that it points to the true archive. This allows the real libtool to find the files under $buildlibdir/.libs.
2004-03-30Use x11 directory instead of testing directory.reed1-2/+2