summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2000-07-17Use EVAL_PREFIX to find the installed location of the kdebase package, andagc1-3/+3
use it accordingly.
2000-07-15Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition,agc1-2/+4
which takes entries of the format <make-definition-name>=<pkgname>. This has not been added to MAKEFLAGS because (a) premature optimisation is the root of all evil, and (b) because the .for loop used to implement this shows the wrong results when multiple prefices are evaluated. Modify all the package Makefiles to use EVAL_PREFIX, thereby simplifying them considerably. ALso simplify the logic to calculate the prefix as well.
2000-07-15Add and enable bottlerocketrh1-1/+2
2000-07-15Conversion of the FreeBSD port of bottlerocket to a NetBSD package asrh5-10/+14
provided in PR 10594 by Damon Brodie.
2000-07-15Initial import of the FreeBSD port of bottlerocket-0.04c, a homerh6-0/+54
automation software for the X10 firecracker kit.
2000-07-15Add and enable heyurh1-1/+2
2000-07-15Initial import of x10_heyu-1.29, a home automation software for the X10rh10-0/+144
CM11A power line transmitter. Provided in PR 10576 by Damon Brodie.
2000-07-14This works on 1.5[A-Z]thorpej1-2/+2
2000-07-14The previous method of using a make target for finding a prerequisiteagc1-2/+2
package's prefix would not work as part of the environment specification via MAKE_ENV (as it would not be executed in the correct directory). Fix this by invoking pkg_info(1) directly, not via an intermediate make(1) step - this is not as clean, but more effective (i.e. it works).
2000-07-11Make the determination of the pre-req package's installed directory beagc1-2/+2
a bit more user-friendly. Introduce a show-{gtk+,imlib,kdebase,qt1,qt2,xpm}-prefix target in bsd.pkg.mk, and use "${MAKE} show-*-prefix" in package Makefiles.
2000-07-11Use X11PREFIX in preference to X11BASE to make this package cooperateagc1-7/+7
better with xpkgwedge. Also use a shell "for" loop rather than a make ".for" loop.
2000-07-10Remove directory "share/gnome/help/gdict/C/images" during deinstallation.tron1-1/+3
2000-07-10Find qt1 prefix via pkg_info(1), rather than hardcoding it as ${X11BASE}.agc1-2/+2
Pointed out by Dave Sainty <dave@dtsp.co.nz>, munged slightly by me.
2000-07-01If ONLY_FOR_PLATFORM included NetBSD-1.4[Z][A-Z]-i386, includedavid1-2/+3
NetBSD-1.5_ALPHA-i386
2000-06-26Update dependency on guile-slib to 2c8.jlam1-2/+2
2000-06-26Update gnucash to 1.4.1rh12-250/+173
Changes include: * bug fixes * translations are loaded correctly * totally revamped interface, customizable from within the GUI * transaction auto-completion * New reporting system, including several new reports and much improved existing ones * internationalisation * new Japanese translations * updated documentation * fixes for 64-bit architectures * user interface improvements
2000-06-25Add dependency on libgladerh1-1/+2
2000-06-24After talking with Matthias Scheler, revert support for building withoutdanw1-19/+1
libgtop, to force people to make the (simple but not completely obvious) changes needed to get libgtop to build on new arches.
2000-06-24Fix up PLIST in post-install if building without libgtopdanw1-1/+12
2000-06-24Only depend on gtop/libgtop on archs that libgtop builds on.danw1-1/+8
2000-06-22Add and enable asr-manpagesrh1-1/+2
2000-06-21USE_LIBTOOL instead of PKGLIBTOOL.jlam3-35/+29
2000-06-21USE_LIBTOOL instead of PKGLIBTOOL.jlam2-8/+9
2000-06-15Fixup ELF lib handlinghubertf3-7/+19
2000-06-15Update vfu to 3.01. HISTORY (CHANGE.LOG):hubertf6-43/+18
+ feature add - feature changed x feature removed ! bugfix % note 3.01: 07.Jun.2000 ! 1. Fixed SeeEditor bug when editing new files (that does not exist) ! 2. Fixed install script to se correct permissions. ! 3. Fixed build.netbsd to se correct global configuration files locations. + 4. GlobalSelect/HideDotFiles added. ! 5. Fixed build.netbsd. - 6. Now directory tree automation (rescanning etc.) is disabled by default (see Options/AutoDirTree). ! 7. Fixed zero-sized files bug in SeeViewer. ! 8. Alt+B browse/view current file w/o filters. + 9. Now install script set sample config file into /usr/local/etc (to get personal config file you have to copy /usr/local/etc/vfu.conf to ~/.vfu/vfu.conf or ~/$RC_PREFIX/vfu/vfu.conf if you have set $RC_PREFIX ) !10. Ctrl+L refresh/redraw page problem is now fixed. !11. Several little fixups.
2000-06-10add vttestdrochner1-1/+2
2000-06-10import vt100 test program (improved version of the utility whichdrochner5-0/+27
comes with pcvt)
2000-06-05Remove "share/gnome/help/gdict" and sub directories during deinstallation.tron1-1/+3
2000-06-05Add missing dependence on "libgtop". This breaks the package for all portstron1-1/+2
except arm32, i386 and m68k but that is a good motivation to do the missing adaptations.
2000-06-01Update gnome-utils to 1.2.0. Changes include several new utilities,rh6-37/+182
extensive additions to the help system, and bug fixes.
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh2-4/+4
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-05-30update to 1.2.0drochner5-51/+16
"many fixes and enhancements"
2000-05-30Change dependency on libxml to >=1.8.5rh1-2/+2
2000-05-26Now that we have a package for swing, use it here instead of installing ajwise3-6/+6
private copy of part of swing.
2000-05-22Updated vfu to 3.00. Changes:hubertf9-95/+62
3.00: xx.Apr.2000 % 0. Hello again! :) The VFU development was suspended nearly an year ago. Now it is resumed and a lot of changes took place! First of all -- VFU was completely rewritten/revised(!), so many (internal?) features were added, some removed, other changed. Below I will list some key features in this version, but probably I'll forget some things or else... % 1. There are no big changes in the user interface and feel. - 2. Now reading/extracting archives is removed from inside VFU to external (perl) utilities. This will help adding new archives and debugging existing ones. - 3. Now archives' structure is followed as the local file system, i.e. you will browse directory by directory but not the whole archive content as before. Perhaps option for recursive (whole content) browsing will be added in the future. + 4. Now you can cancel copy/move procedures at stage you want even during single file copy process! (It was not possible in older versions) ! 5. The rare problem of showing total percentages over 100% during copy/move is finally (and hopefully:)) fixed. + 6. Now files in archive can be masked and files mask can be changed inside archive. ! 7. Some access/terminal emulation problems are fixed. ( i.e. some `difficult' key functions are accessible and from menus etc. )
2000-05-16Regenerated (no patch-af).jdc1-2/+1
2000-05-16Reducing the termcap buffer from 2048 to 1024 bytes breaks with the newjdc1-13/+0
termcap code. Leaving it at 2048 is OK for older code, as that truncates the entry to 1024 bytes anyway.
2000-05-13Update gnucash to 1.3.7 from PR 10091 by David Rankin. Changes includerh13-405/+440
tons of new features and bugfixes that are too numerous to list here. For more information, see the homepage for the package.
2000-05-03Depend on suse_linux>=6.1. This fixes PR 9013 by John A. Maier.rh2-8/+5
Adapt fetching script to new website layout.
2000-05-01I had managed to get an RCS string into patch-ad ...kim2-7/+5
2000-04-29Don't call echo() and nl() after endwin().mycroft2-1/+15
2000-04-28Update lv to 4.49.3.sakamoto2-5/+5
Changes: ver 4.49.3 (Nov.2nd,1999) modified import.h to remove needless #ifndef. added key bindings for PageUp/PageDown to move prev/next page, and changed Left/Right bindings to moving prev/next half page. added bzip2 support for *.bz2 files with bzcat(1). modified ConfFilename() to refer environment variable MAN_PN and show that instead of "(stdin)" when man(1) passes the variable to lv. modified iso-8859-7/Unicode mapping table. fixed a bug that standout sequences remaine when you search a string before suspend/edit, and after that you immediately cancel the search. fixed a bug again, lv blocks stdin stream by itself, before the first page cache is filled (once fixed in ver 4.2beta2). ver 4.49.2 (Sep.14th,1999) added run-time command '=' that acts equally as 'C-g'. changed LV_FILES_MAX constant to LV_FILES_UNLIMITED for UNIX version. ver 4.49.1 (Jul.25th,1999) Translation of utf-8 and utf-7 into iso-8859-* was mishandled. Since iso-8859-* are ISO 2022 8bit system and output routine of that was shared with iso-2022-jp inside lv, so Unicode was converted into JIS Japanese codeset by mistake. Furthermore, some glyphs in iso-8859-2..9 that iso-8859-1 also contains were incorrectly mapped into iso-8859-1. Then I changed following points: Rebuilt iso-8859-* mapping table. Separated iso-8859-* encoding routine from iso-2022-jp. This bug report was posted by <elad@tsur1.dhis.org>. pre ver 4.48.2 some bugfix.
2000-04-28Update this pkg to 0.8.6..garbled6-30/+28
2000-04-17Regen.fredb1-2/+5
2000-04-17Update Xinvest to 2.6. More options for report generation + 1 bug fix:fredb3-17/+6
- Graphs now show an increase in shares on a split transaction when plotting by transaction (cumulative shares were correct). Likewise prices now reflect any splits SINCE the date of the price (not earlier ones). Full change log at <http://sunsite.auc.dk/xinvest/ChangeLog.xinvest>.
2000-04-07You are in the presence of a System Administrator. Kneel.hubertf5-0/+71
"On Usenet, we vent in a group called alt.sysadmin.recovery. The group has a FAQ. If you read the FAQ, you will find that you (the users) subscribe to this group at your own peril. If you want to be useful, why don't you run over to the supply cabinet and get a new box of pixels for the monitor. As part of our venting, some of us have written a series of man pages that we'd like to see." Manpages you ever needed: bosskill.8 c.1 chastise.3 ctluser.8 guru.8 knife.8 lart.1m luser.8 normality.5 nuke.8 people.2 pmsd.8 rtfm.1 slave.1 sysadmin.1 think.1 whack.1
2000-04-05arm and m68k seti@home clients are no longer provided.jdolecek1-8/+2
Fixes pkg/9785.
2000-03-28Change from using qt to qt1. This clears the way to allow Qt to be upgradeddmcmahill1-4/+3
to Qt-2 without breaking KDE which still requires Qt-1.
2000-03-27Adapt to new handling of "${CONFIGURE}".tron1-2/+2
2000-03-25Add and enable cowsay.jlam1-1/+2