summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2001-10-31Rewrite ${SED} & ${ECHO} hacks, and rename target from do-configure tozuntum1-5/+6
post-patch.
2001-10-30Added gkrellm-moon and gkrellm-weatherdamon1-1/+3
2001-10-30Initial Versiondamon10-0/+138
2001-10-26s/chmod/${CHMOD}/agc1-2/+2
2001-10-26Move post-extract script contents into post-extract make rule.wiz2-5/+6
2001-10-26Move from a custom post-patch script to a standard package Makefileagc2-22/+11
target, and do things a bit more efficiently. Remove now unnecessary script. XXX This Makefile still needs work wrt tty devices XXX
2001-10-24only conflict on rpm2cpio < 1.0nb1lukem1-2/+2
2001-10-19added and enabled php4-mbstring. Bernd Ernesti noticed in the privatekei1-1/+2
message. Thank you.
2001-10-19misc/php-mbstring: PHP4 extension for multibyte characters support (currentlykei3-0/+19
Japanese only) This extension is comes with php-4.0.6 distribution.
2001-10-18SVR4 packages have a limit of 9 chars for a package name.veego9-9/+18
The automatic truncation in gensolpkg doesn't work for packages which have the same package name for the first 5-6 chars. e.g. amanda-server and amanda-client would be named amanda and amanda. Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for amanda-server. All svr4 packages also have a vendor tag, so we have to reserve some chars for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6 or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the vendor tag enough room. All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-10-16Note addition of php4-calendar.jlam1-1/+2
2001-10-16misc/php4-calendar: PHP4 extension for calendar conversion supportjlam3-0/+19
This version is from the php-4.0.6 distribution.
2001-10-15Update to KDE 2.2.1skrll20-787/+475
With apologies to Al I wouldn't know where to start with a summary of the changes between 2.1 and 2.2.1 - there are just too many. A couple of hopefully static URLS that contain useful information are http://www.kde.org/announcements/changelog2_1to2_2.html http://www.kde.org/announcements/changelog2_2to2_2_1.html Support for a.out for kde{libs,base} added by me. The libtool/a.out combination doesn't like the linking of modules into binaries. A better way of doing this will appear in future versions of KDE/pkgsrc.
2001-10-13Update gnome-utils to 1.4.1. Changes include:rh7-225/+360
gnome-utils 1.4.1 (2001-10-04) general: Translation updates. (Christian Rose, Stanislav Visnovsky, Kjartan Maraas, Linas Vepstas, Pablo Saratxaga) gtt: * Many new things including: UI for custom reports, Uses guile internally for reports, can stop timer on idleness, add some more values, can edit properties without changing current project (Linas Vepstas) * Misc fixes (George) gcalc: * Fix resizing (Glynn Foster) logview: * Documentation (John Fleck) gnome-utils 1.4.0.99 (2001-09-04) general: * Update doc build stuff to use jw on RH 7.1 and any other dist which has moved to docbook-utils. (Dan Mueth) * We now require GConf (George) * Fix DESTDIR on installation. (George) * use xml-i18n-tools for .desktop/.keys files (Kjartan Maraas) * az docs removed, apparently they were quite broken (John Fleck) * Translation updates. (Abel Cheung, Valek Filippov, Kjartan Maraas, Stanislav Visnovsky, Zbigniew Chyla, Andras Timar, Takayuki KUSANO, Christian Rose, Ole Laursen, Carlos Perell Marn, Peteris Krisjanis, Christian Meyer, Almer S. Tigelaar, Fatih Demir, Marc Maurer, G<F6>rkem Cetin, Christophe Merlet, Stanislav Brabec, Faith Demir, Jesus Bravo Alvarez) gcalc: * Warning fix. (Kjartan Maraas) * Documentation fix. (John Fleck) * Fix compilations on some systems. (George) gdialog: * Fix compilations on some systems. (George) * Docs (Patanjali Somayaji, John Fleck) gdiskfree: * Some internal reorganization for excluded filesystems (Gregory McLean) * New icon/splash pixmap. (Matthias Warkus, Timothy Musson) * Minor fixes. (George) gcharmap: * Don't use the system colormap. (Kjartan Maraas) gcolorsel: * Hook up help button in preferences to do something. (Kjartan Maraas) * Don't use the system colormap. (Kjartan Maraas) gtt: * An ongoing rewrite to support many MANY cool new features. Still not 100% stable though. (Linas Vepstas) logview: * Fix FreeBSD compilation. (Peter A Jonsson) * Massage the scrolling to be more sane (it still doesn't work completely correctly). (George) * Fix compilations on some systems + various minor fixes. (George) stripchart: * Fix 64bit issues with reading /proc (George)
2001-10-07Don't write empty configuration strings to the configuration file liketron2-15/+21
e.g. an empty proxy setting because the very optimistic parse can't handle those.
2001-10-07Fix saving and loading of the configuration file and make the proxy supporttron2-1/+75
work
2001-10-07Update "bidwatcher" package to version 1.3.0 beta.tron4-151/+20
Changes since version 1.1.7: - Conversion to use the gtk+ toolkit, making this version 100% GPL clean! - Support for auctions in foreign currencies. - Cleaner ebay access-- i.e. instead of hardcoded IPs, we now do DNS lookups and follow 302 redirects - HTTP proxy server support - Support for eBay motors - Uses the GNU Autoconf (configure) system - Drag-n-drop support
2001-10-06Update home page URL.tron1-2/+2
2001-10-05Use buildlink glue code for "libglade" to fix build problem.tron1-1/+2
2001-10-01Avoid Makefile breakage on non supported ARCHabs1-1/+3
2001-10-01Use REPLACE_PERL instead of SED/MVzuntum1-6/+2
2001-09-30Hack around problems with locale.h not being included. (This may not bemycroft3-7/+32
exactly TRT; it should probably use Xlocale.h.)
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam6-14/+14
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-09-27Note addition of misc/p5-ControlX10-CM17.jlam1-1/+2
2001-09-27p5-ControlX10-CM17 - perl5 module for controlling the X10 CM17A controllerjlam4-0/+43
The FireCracker (CM17A) is a send-only X10 controller that connects to a serial port and transmits commands via RF to X10 transceivers. This module translates human-readable commands (eg. 'A2J') into the bit patterns and control signal pulses accepted by the CM17. This package was provided by Damon Brodie <damon@brodiefamily.org> in pkg/11784 with some updates to conform to current pkgsrc standards by me.
2001-09-24Wildcard dependency on kdebase to >= 2.1. Addresses pkg/14056.wiz1-2/+2
2001-09-24Correct spelling of "eBay" in comment.tron1-4/+2
2001-09-23Update nxtvepg to 0.6.3magick2-5/+5
Changes from 0.6.2 to 0.6.3 - Added daemon mode to allow background acquisition without GUI. Added new command line options -daemon and -acqpassive - Signal HUP can now be used to toggle acquisition on and off (with GUI only; the daemon terminates when acquisition is disabled). Before, the signal used to disable acquisition only. - Fix: catch death of acquisition slave process (i.e. after deadly signal) and mark acquisition as disabled in the master process.
2001-09-22Mark as USE_BUILDLINK_ONLY.jlam1-1/+3
2001-09-22Note addition of bidwatcher, and eBay sniper program.jlam1-1/+2
2001-09-22BidWatcher is a tool for people using the giant eBay auction site. Itjlam5-0/+176
uses your eBay id and password to track your eBay listings, items that you have bid on, and items that you enter by hand. It also has an integrated snipe tool. This was initially provided by Brad Knotwell <knotwell@ix.netcom.com> in pkg/13128 but has been heavily modified to remove FreeBSDisms and to use buildlink.mk files.
2001-09-19Add and enable cstreamwiz1-1/+2
2001-09-19General-purpose stream-handling tool with bandwidth limitinggmcgarry4-0/+40
2001-09-14Update to 1.03t, provided by the package maintainer Nobuhiro Yasutomiwiz2-6/+6
in pkg/13908. Changes since 1.03s: Revise history function. Add error message when fail to intenral command. Support relative path archiving in archive browser. Keypad transfer mode support uncompat environment. File name complition include internal command name. Bug fixes.
2001-09-12src/util.c expects wgetnstr to be in the curses library, so requirejlam1-1/+2
ncurses through ncurses/buildlink.mk. -current systems are unaffected by this change, but 1.5.x and lower should now use devel/ncurses to build reed.
2001-09-12Use ${MOTIFLIB} instead of just "-lXm".jlam1-2/+2
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc5-10/+11
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-09-09Update package to 0.6.2magick3-15/+22
Too many changes to list here, since 0.6.0. See http://www.nefkom.net/tomzo/prj/nxtvepg/changelog.html for a changelist.
2001-09-08Use mk/motif.buildlink.mk instead of lesstif/buildlink.mk.jlam1-2/+2
2001-09-07change dependencies to kdexxx>=2.1 instead of strict matchesdrochner3-6/+6
to ease updates
2001-09-07upgrade to 3.9.10. security fix on -R command line option.itojun2-5/+5
2001-09-04Use a proper order for the include directories while building "korganizer"tron2-6/+15
to avoid build failures if "ical.h" from the "evolution" package is installed. This fixes pkg/13860.
2001-09-02add and enable reedwiz1-1/+2
2001-09-02Initial import of reed-4.6, an auto-scrolling text viewer.wiz8-0/+98
2001-08-27Use wildcard dependence on "autoconf" package.tron1-2/+2
2001-08-26Update to 0.6.0magick4-37/+42
While here, clean it up a bit: don't install to X11BASE buildlink'ify homepage moved archive is downloadable, remove NO_SRC_ON_FTP Changes between 0.5.2 and 0.6.0: - Possibility to invoke user-defined external commands from the context menu in the browser listbox, e.g. to program a timer for the selected programme in a scheduler like plan. - Dump of programme list or selected programme descriptions into a file in HTML format, from where they can be loaded by any WWW browser. This may be of interest for people who want to print out TV schedules onto dead trees. - New text search option Match full to allow exact title matches, e.g. a search for "heute" will no longer match on "heute journal" when full match is enabled. - Alphabetically sorted series list in the filter menu.
2001-08-26Update automake to 1.4-p5 (1.5 is available)skrll1-2/+2
Include a bugfix for lisp_LISP independently discovered by me that has been pulled up to the automake-1-4 branch of automake cvs. Changes are: New in 1.4-p5: * Allow AM_PROG_LIBTOOL again. * Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER. * Display distributed file list correctly in usage message. * Allow numbers in macro names. * Bugfixes. New in 1.4-p4: * Deal with configure.ac as well as configure.in -- this time for real! * The version numbering system now allows three point version numbers, such as 1.4.4, without thinking they are alpha release numbers. New in 1.4-p3: * Deal with configure.ac as well as configure.in. * Don't complain if `version.texi' is included in multiple places. New in 1.4-p2: * Deal with AC_CONFIG_FILES from autoconf-2.50. * Improvements to f77 support. * DESTDIR now works for script targets. * distcheck-hook works correctly. New in 1.4-p1: * The version numbering system now allows fork identifiers (such as the p1 in this version of automake). * Cope gracefully with various versions of libtool which may or may not require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh. * Bugfixes.
2001-08-25Add BUILD_DEPENDS on xml-i18n-tools. Pick up in bulk builds I'm doing.skrll1-1/+2
2001-08-25make this find shared libs at runtime (-Wl,-R)hubertf2-6/+8
2001-08-23Move per-package default XAW_TYPE setting above the inclusion ofjlam1-3/+1
bsd.prefs.mk so that it is actually used. Where possible, include xaw.buildlink.mk instead of setting USE_XAW, and use LIBXAW where needed.