summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-01-28I've completely forgot that the ruby library directory name on Linuxtaca1-1/+5
is still differ with Ruby 1.6.8. So, tweak it Linux and ruby16 base.
2005-01-28+ clamav-0.81 [pkg/29139], f2c-20031025, gnutls-1.2.0, gsed-4.1.4,wiz1-6/+14
ivtools-1.2.2, libao-0.8.6, libextractor-0.4.1, mathomatic-11.7, nut-10.15, ruby-fox-1.2.3, ted-2.17, webmin-1.180, wesnoth-0.8.9.
2005-01-28The ruby library directory name on Linux has been changed in Rubyminskim1-5/+1
1.8.2 to be consistent with other platforms. Update RUBY_ARCH to match the change. This makes lang/ruby18 build again on Linux. Approved by MAINTAINER.
2005-01-28Fix Dt, and improve formatting.wiz1-38/+40
2005-01-28note pcb-current-20050127 updatedmcmahill1-1/+2
2005-01-28update to pcb-current-20050127dmcmahill4-21/+6
======================================================================== Release Notes for PCB snapshot 20050127 ======================================================================== - Fix drill size for PLCC sockets in ~geda library. Fix drill size for LED3 and LED5 footprints in ~geda library. - Move the right-click popup menu to pcb-menu.res. - Add DisperseElements() action for spreading out elements in an initial layout. - Fix fab drawing output for the case where a very small number of drill sizes are used. - Various documentation improvements. - Remove many compiler warnings. - Added metric output to the cursor display - Fix <Key>. for toggling 45 degree mode. - Crosshair snap snaps to center of pads and also to the mark of the element. - Protect all strcmp() calls with a check for a NULL pointer. Fixes various crashes. - Fixed the mode buttons which were unresponsive in some versions of the X libraries. - Element names may be edited over the element. - Added --enable-efence for ElectricFence debugging. Off by default - Added --disable-rpath to avoid using rpath for the X libraries. - Added vendor resource file support. This allows lets you specify a set of allowed drill sizes and drc rules for a particular vendor. - Added -action command line option to allow executing an action on startup. - Date and time of compilation added to About dialog. - Fix a bug where the soldermask relief on a new element is 100x smaller than the default when "convert buffer to element" is used. - Fix a name_tree corruption bug when changing an element name. - Don't remove the formatted manual with a 'make clean' since they are part of the distfile. - Let automake handle the html and pdf conversion. This ends up using texi2pdf for the pdf output which seems to do a better job than ps2pdf. - Sort actions by modifier so that both Ctrl<Key>x and <Key>x work. - Fix a SelectByName bug. - Fix non-gcc compilation - Command history added to : - Fixed pinout window crash - Allow Ctrl-drag to copy objects in arrow mode. - Fixed a polygon clearance bug - Fix an arc bounding box calculation error.
2005-01-28Remove obsolete patch file.tron1-13/+0
2005-01-28Note update of "mencvcd" package to version 0.3.tron1-1/+2
2005-01-28Update "mencvcd" package to version 0.3. A list of change is not availabletron2-11/+19
unfortunately.
2005-01-28If PKG_SYSCONFSUBDIR is non-empty, then add ${PKG_SYSCONFDIR} to thejlam1-2/+2
list of +DIRS-maintained directories. This allows for a package to specify where its config files should go and creates the directory automatically, even if it doesn't have any example config files to put in place.
2005-01-28Note the end of the install-dirs unpack template within the INSTALLjlam1-1/+3
script.
2005-01-28Continue with install script cleanup -- we now create a +USERGROUPjlam5-153/+419
script that is unpacked by the +INSTALL script at PRE-INSTALL time before any other actions take place, and invoke +USERGROUP to create any necessary users and groups. Remove the now-unused code for PKG_USERS and PKG_GROUPS from the install and deinstall templates. We also reference count the users and groups and store the reference counts in ${PKG_DBDIR}/.refcount/{users,groups}. This allows multiple packages to register that they use same users and groups, and allows +USERGROUP to be invoked at any time to repair an installed package. Also fix the install and deinstall templates to invoke the CHECK-* actions with ${PKG_METADATA_DIR} so that the correct PKGNAME can be derived. This fixes the weird messages asking the user to create directories for ".pkgdb" during a "make install".
2005-01-28Use reference counts to properly account for the creation and removaljlam5-197/+282
of directories needed for the proper functioning of each package. The +INSTALL script unpacks a +DIRS script that adds and removes directories. The +DIRS script entirely encapsulates the directory creation and removal, and completely replaces the code in the mk/install/install and mk/install/deinstall templates that handled {MAKE,OWN}_DIRS and {MAKE,OWN}_DIRS_PERMS. The +DIRS script is meant to be executed from within the package meta-data directory, e.g. /var/db/pkg/<pkgname>. It's usage is: ./+DIRS ADD|REMOVE|CHECK-ADD|CHECK-REMOVE The ADD and REMOVE actions cause the necessary directories to be added or removed from the system. The CHECK-ADD and CHECK-REMOVE actions print out informative messages prompting the user to either create or remove some necessary directories. The behaviour of "ADD" is such that if the directory already exists on the system and is not already ref-counted, then that directory is marked as "pre-existing". On "REMOVE", pre-existing directories are left untouched on the filesystem. At any time, the root user can sanity-check the directories needed by packages by invoking all of the +DIRS scripts with the "CHECK-ADD" action. If there are missing directories, then invoking all of the +DIRS scripts with the "ADD" action will ensure that any missing directories are created. The reference counts database is stored in ${PKG_DBDIR}/.refcount. The reference counts related to directories managed by the +DIRS script are stored in ${PKG_DBDIR}/.refcount/dirs. If the directory reference counts database is removed, then invoking all of the +DIRS scripts with the "ADD" action will reconstruct the database; however, directories may be marked as being pre-existing, so they won't be removed at package de-installation (although a message will be displayed informing the user that those directories can be removed).
2005-01-28Added scponly-4.0.snj1-1/+2
2005-01-28Add scponly.snj1-1/+2
2005-01-28Initial import of scponly-4.0, a tiny shell that only permits scp and sftp.snj5-0/+64
2005-01-28Fix pattern for bash ([0-9]* instead of *).wiz1-2/+2
2005-01-28Update xlockmore to 5.15. Changes:hubertf3-8/+7
Various cleanups. fiberlamp thanks to Tim Auckland. Run by itself using -mode and press middle button to give it a kick. life mode fixes for -mode life +fullrandom and also labeling for -neighbors 6 . Conway life would occasionally be initialized with a bad lifeform. More interesting forms of High life would never come up. No labeling problem fixed on given rules. Fixed a problem with configure if g++ is used from say /usr/local where no other packages are used from there. Changed VPATH to set without appending / as it seems to cause problems on NetBSD with an /install directory. juggle mode improvements added thanks to Tim Auckland More objects to juggle (clubs, torches, knives, rings, and bowling balls) toneclock mode thanks to Jouk Jansen. enabled multibyte support for more than one fontset thanks to Michal Cihar <michal.cihar AT suse.cz>. ifs and strange modes now use a real Gaussian generator but does not seem to make a difference... thanks, I guess, to Tim Auckland. :) configure change for PAM so it will work on FreeBSD thanks to Spencer Visick <visick AT eng.utah.edu>. Fixed PAM goof.
2005-01-28Make note of windowmaker-desktop version change.ben1-1/+2
2005-01-28Add wmdrawer to windowmaker-desktop and bump version number.ben1-3/+3
2005-01-27Make note of win32-codecs update.ben1-1/+2
2005-01-27Update win32-codecs to 050115. Changes unknown. Update necessaryben3-15/+19
because older distfile versions are removed. This addresses PR#29137
2005-01-27Note new "mencvcd" package.tron1-1/+2
2005-01-27Add and enable "mencvcd" package.tron1-1/+2
2005-01-27Import new "mencvcd" package:tron3-0/+32
Script for converting movie files into (S)VCD format
2005-01-27remove buildlink depends on python23-pth, because there isn't arecht1-2/+1
buildlink3.mk for this version anymore
2005-01-27Adapt to the latest python package changes: s/21pth/21/recht1-2/+2
2005-01-27note update of pkgtools/pkgfindjschauma1-2/+3
while here, bring Klaus' last commit into this year.
2005-01-27Make this a bit more portable:jschauma2-17/+26
- get rid of asprintf - use libnbcompat if necessary - while here, get rid of unused variable Bump date. ok peter@, tv@ Non-NetBSD platforms may need to test this and adjust following the IRIX example.
2005-01-27Note jwhois-3.2.2nb12.kleink1-1/+2
2005-01-27Reflect today's allocation of 124/8, 125/8 and 126/8 to APNIC.kleink3-9/+12
Bump to jwhois-3.2.2nb12.
2005-01-27Move the creation of ${PKG_DB_TMPDIR} to when we create ${WRKDIR}.jlam1-2/+3
This ensures that it's always created with the same user/group/mode as ${WRKDIR}, so if a non-root user thinks he has permissions to remove ${WRKDIR}, then that expectation will remain true for ${PKG_DB_TMPDIR}.
2005-01-27Pass the correct programs to the mkdatabase script.sketch1-2/+2
2005-01-27+ qt3-3.3.4.wiz1-1/+2
2005-01-27Improve my previous comment: also the PLIST for abiword-pluginsreed1-2/+2
may need to be updated.
2005-01-27Add a comment to remind to run "make makesum" in editors/abiword-pluginsreed1-1/+2
also when updating.
2005-01-27Updated hylafax to 4.2.1adam2-3/+3
2005-01-27Changes 4.2.1:adam17-142/+113
* fix CAN-2004-1182: hfaxd client/server authentication vulnerability (10 Jan 2005) * fix possible filename race in tiff2pdf (10 Jan 2005) * improve modern distinctive ring support, add NoAnswerVoice config feature, and enhance third-party getty interaction (1, 2 Jan 2005) * add support for etc/resetmodem (30 Dec 2004) * fix NOTIFY_FAXMASTER within notify (30 Dec 2004) * improve tiff2pdf and use it more (29 Dec 2004) * fix 300 dpi support for some receivers (28 Dec 2004) * cause faxsetup to double-check and fix attachment encoding setup (27 Dec 2004) * add uuencode support in pollrcvd (27 Dec 2004) * add support for base64-encode (27 Dec 2004) * check strftime with arguments, gcc-3.3 fix (23 Dec 2004) * initialize some variables in some scripts that may not be initialzed in setup.cache (23, 27 Dec 2004) * remove need to have separate "fax" user (22 Dec 2004) * fix parsing of AT+FCLASS=? response within faxaddmodem and probemodem (21 Dec 2004) * improve multi-line handling within notify (20 Dec 2004) * improve trap handling in faxaddmodem/probemodem (17 Dec 2004) * fix hfaxd from rejecting jobs scheduled for the past while the killtime is still in the future (15 Dec 2004) * drop ftp links from received notification e-mail (8 Dec 2004) * fix dial-and-answer feature (2 Dec 2004) * add NSF recognition for MFC-3100C (29 Nov 2004) * fix Class 1 support for services "0,1.0" (26 Nov 2004) * limit hfaxd jobs cache size (23 Nov 2004) * fix hfaxd ABOR command and trigger (23 Nov 2004) * fix error when hfaxd FIFO fills (23 Nov 2004) * document -age option for recvstats/xferfaxstats (23 Nov 2004) * add coversheet information into the q-file (23 Nov 2004) * fix documentation regarding DesiredEC (23 Nov 2004) * change minsp to minbr for consistency (23 Nov, 2 Dec 2004) * fix hfaxd problem with file descriptors (23 Nov 2004) * fix hfaxd from dying on ECONNABORTED (23 Nov 2004) * add -fpic to DSO build for non-x86 Linux (23 Nov 2004) * add CALL records to xferfaxlog and LogCalls config (16 Nov 2004) * fix/implement desireddf in faxsend and faxq (29 Oct 2004) * fix the filetype output for JPARM DOCUMENTS (14 Oct 2004) * add SHIELDED_DTMF option for CIDNumber (7 Oct 2004) * add Class1Resolutions, deprecate Class1ExtendedRes (20 Sep 2004) * fix a bug in notify when the job is killed (15 Sep 2004) * initialize supplementary groups when switching uid (13 Sep, 8 Dec 2004) * fix faxsend to retrain after receiving RTP (9 Sep 2004) * fix tiffcheck unit comparison error (1 Sep 2004) * fix misconfirmation of some ECM faxes (30 Aug 2004) * add fax batching support to faxq (30 Aug, 9 Sep 2004) * ignore garbage after sending TCF data (26 Aug 2004) * fix truncation of filenames in faxcron (26 Aug 2004) * add configure support for libtiff 3.7 (25 Aug 2004) * extend short send-HDLC timeouts (18 Aug 2004) * add a pause after receiving MCF on non-ECM send sessions (18 Aug 2004) * fix broken fax polling (17 Aug 2004) * add several timing enhancements for stressed servers (16 Aug, 10, 15 Sep, 14 Oct 2004)
2005-01-27Update udfclient package to version 0.3.3reinoud3-7/+8
patch release fixing SCSI/ATAPI issue's, `rm' lockup and various small bugfixes. Recommended to use this one over version 0.3.2.
2005-01-27Updated libtasn1 to 0.2.13adam2-3/+3
2005-01-27Changes 0.2.13:adam3-9/+31
- Version number in libtasn1.h updated properly. Changes 0.2.12: - Manual converted to Texinfo format. - Manual in GTK-DOC and DevHelp formats added. - Man pages for all functions added. - Various internal cleanups.
2005-01-27+ clamav-0.81xtraeme1-1/+2
2005-01-27Make note of wmdrawer import.ben1-1/+2
2005-01-27Add SUBDIR for wmdrawer.ben1-1/+2
2005-01-27Initial import of wmdrawer-0.10.5, a drawer (retractable button bar) toben5-0/+65
launch applications. wmDrawer is a dock application (dockapp) which provides a drawer (retractable button bar) to launch applications. - The drawer is retractable and animated. - Several columns of buttons can be defined in the drawer. - The configuration file is automaticaly reloaded if it changes. - Multiple instances of the program can run at the same time. - The buttons can be highlighted under the mouse cursor. - A tooltip can be defined for each button. - The drawer can be transparent (need SHAPE extension). - Ability to launch several apps at once from the drawer. By holding down the key Shift or by using mouse buttons middle or right instead of left, you can keep the drawer opened.
2005-01-27Add todo item for documenting how we handle man pages.ben1-1/+5
2005-01-27Make note of kkbswitch update.ben1-1/+2
2005-01-27Update kkbswitch to version 1.4.3. Addresses PR#29132.ben3-7/+13
24 Jan 2005. KKBSwitch 1.4.3 is released. This maintenance release adds Czech translation contributed by Michal Bukovsky and Bulgarian translation contributed by Petko Yotov. Also the algorithm for guessing layout icons was improved a little and now must guess the correct icon in more situations.
2005-01-27Updated ProjectCentre to 0.4.1adam1-1/+2
2005-01-27Changes 0.4.1:adam3-69/+84
* Fixes in file and subprojects handling. * Improvements and fixes in file selection dialog. * Rewritten toolips code for buttons. Made it NSView compatible (ready for incorporation into NSView code). * All .gorm files updated with latest GORM. * Added support for document-based applications (added "Document Types" panel into Project Inspector).