summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-11-18Fix COMMENT for client-only package. Noted by reed@.wiz2-4/+4
2005-11-18Do not define LIBC and other LIB* settings. This should fixreed1-53/+3
problem with building on systems that don't have the /usr/lib/libc.a (LIBC). This is the log entry from mk-files 20051104: * prog.mk: remove all the LIBC?= junk, use .-include libnames.mk instead (none by default). Note this is not an exact copy of the mk-files 20051104 prog.mk. (Todo: compare and test all the mk files with sjg's version.)
2005-11-18Add support for DragonFly. This is in the "boost" libraries.reed4-1/+60
This was fixed upstream for "boost" also.
2005-11-18note cad/dinotrace{,-mode} update to 9.3admcmahill2-3/+4
2005-11-18update to dinotrace-mode-9.3a to keep in sync with dinotrace.dmcmahill2-7/+7
Revision history for Dinotrace The contributors that suggested a given feature are shown in []. * Dinotrace 9.3a 06/13/2005 *** Fix too small buttons under openmotif. *** Fix missing keyboard accelerators under openmotif. * Dinotrace 9.2b 05/03/2005 *** The default extension for Verilog dumps is now .vcd instead of .dmp. **** Fix traces containing only real numbers. [Vitor Antunes] **** Fix segfault when doing signal adds. [Guy Hutchinson]
2005-11-18update to dinotrace-9.3admcmahill2-6/+6
Revision history for Dinotrace The contributors that suggested a given feature are shown in []. * Dinotrace 9.3a 06/13/2005 *** Fix too small buttons under openmotif. *** Fix missing keyboard accelerators under openmotif. * Dinotrace 9.2b 05/03/2005 *** The default extension for Verilog dumps is now .vcd instead of .dmp. **** Fix traces containing only real numbers. [Vitor Antunes] **** Fix segfault when doing signal adds. [Guy Hutchinson]
2005-11-18pass const empty string to MAKEEXTRALIST macro instead of thegrant1-5/+8
anonymous empty string. the macro uses the argument multiple times and the logic relies on identical strings having the same address, which is compiler dependent and not guaranteed to be the case. problem observed with pax(1) built with sunpro 11 on Solaris. from segv@netctl.net in PR pkg/32097.
2005-11-18Note update of adzap to version 20051024:simonb1-1/+2
- Add more ad patterns. - Add WEBBUGHTML zap class. Note: adds the new STUBURL_WEBBUGHTML variable; users should update to the latest adzap.conf as shown in the install message.
2005-11-18Update to version 20051024:simonb4-15/+17
- Add more ad patterns. - Add WEBBUGHTML zap class. Note: adds the new STUBURL_WEBBUGHTML variable; users should update to the latest adzap.conf as shown in the install message.
2005-11-17Removed empty patch files.rillig3-3/+1
2005-11-17Removed unused empty files.rillig3-0/+0
2005-11-17Removed empty patch files.rillig6-6/+1
2005-11-17A warning is printed for every non-text file. This helps in detectingrillig1-1/+3
broken file(1) databases. It also gives an indication of whether this test is necessary at all.
2005-11-17If there are no files to clean, do nothing.rillig1-1/+5
2005-11-17Updated pkgclean to 20051116.rillig5-139/+93
- Replaced the C implementation by a shell program, as the latter is more portable. Fixes PR 26970. Ok'ed by maintainer.
2005-11-17Add hugeotp2ocp.minskim2-2/+4
2005-11-17Import hugeotp2ocp.minskim5-0/+82
hugeotp2ocp is a utility that converts OTP files to OCP files used by Omega. This program can process OTP files requiring more memory than regular otp2ocp in teTeX can handle.
2005-11-17MyPasswordSafe updated to 20050615.wiz2-3/+3
2005-11-17Update to 20050615:wiz5-84/+37
2005-06-15 04:10 nolan * src/serializers.cpp: readCBC wasn't allocating enough memory for the buffer when the string's length was a multiple of 8. This was fixed by adding one. 2005-06-15 03:32 nolan * src/serializers.cpp: Fixed a memory leak in readCBC 2005-02-07 18:04 nolan * src/: aboutdlg.ui, manualdlg.ui, newpassphrasedlg.ui, passphrasedlg.ui, preferencesdlg.ui, pwordeditdlg.ui, startupdlgbase.ui: Added accelerators 2004-12-09 01:51 nolan * release/Makefile: Removed signing from all 2004-12-09 01:49 nolan * src/safelistview.cpp: Root is no longer decorated 2004-12-09 01:48 nolan * images/help.png: Copied from Psi 2004-12-06 11:03 nolan * src/: mypasswordsafe.ui, mypasswordsafe.ui.h, safe.cpp, safelistview.cpp, safelistview.hpp: Added in place group renaming Safe emits changed() now MyPasswordSafe is connected to Safe::changed() Added savingEnabled() slot to MyPasswordSafe 2004-12-06 08:38 nolan * src/: mypasswordsafe.ui, safelistview.cpp: Added icon to passwords 2004-12-06 08:38 nolan * MyPasswordSafe.pro, images/configure.png, images/editcopy.png, images/editcopy_1.png, images/fetch_user.png, images/file_locked.png, images/folder_new.png: Added and redid some images 2004-12-06 08:14 nolan * Makefile, README: Updated README Increased minor version number 2004-12-06 08:07 nolan * src/crypto/: bfproxy.cpp, bfproxy.hpp, cryptointerface.hpp: Added copyright notice 2004-12-06 07:34 nolan * src/: safeserializer.cpp, serializers.cpp, serializers.hpp: Used #ifdef instead of #if 2004-12-06 07:32 nolan * MyPasswordSafe.pro, src/encryptedstring.cpp, src/encryptedstring.hpp, src/myutil.cpp, src/myutil.hpp, src/safe.cpp, src/safe.hpp, src/safeserializer.cpp, src/serializers.cpp, src/serializers.hpp, src/xmlserializer.cpp, src/crypto/bfproxy.cpp, src/crypto/bfproxy.hpp, src/crypto/blowfish.cpp, src/crypto/blowfish.h, src/crypto/cryptointerface.hpp, src/crypto/sha1.cpp, src/crypto/sha1.h, src/pwsafe/PW_BlowFish.cpp, src/pwsafe/PW_BlowFish.h, src/pwsafe/Util.cpp, test/bfproxytest.build, test/bfproxytest.cpp: Moved the serializers off of Password Safe's blowfish and sha1 code Created a proxy class for Blowfish Created two serializers for big endian machines to open the borked safes Made EncryptedString use a single encryption object 2004-12-06 01:16 nolan * src/startupdlgbase.ui: Changed the shadow and shape of banner 2004-12-06 01:14 nolan * release/Makefile: Added about_banner swapping Renamed 'upload' to 'release' All just compiles, no more uploading 2004-12-06 01:01 nolan * src/aboutdlg.ui: Added logo to license 2004-12-06 01:00 nolan * images/: about_banner.png, about_banner.src.png: Branded about logo Created an unbranded src logo 2004-11-30 16:26 nolan * images/edit_remove.png: Switched it to a minus sign again, but it's based off of the new plus sign 2004-11-29 22:35 nolan * uuid-1.0.0/: Makefile, config.status: [no log message] 2004-11-29 22:35 nolan * images/: button_ok.png, edit_add.png, edit_remove.png, fileclose.png: Copied better icons from Psi 2004-11-02 17:17 nolan * src/: mypasswordsafe.ui, mypasswordsafe.ui.h: Connected helpAbout 2004-11-02 17:17 nolan * MyPasswordSafe.pro: Removed some spaces 2004-11-02 16:51 nolan * images/: fileclose.png, lock.png: Added 2004-11-02 16:51 nolan * Makefile: Removed domainname 2004-11-02 16:37 nolan * src/safelistview.cpp: The username is copied to the clipboard on a drag 2004-11-02 16:28 nolan * Makefile: Inced version 2004-11-02 16:27 nolan * README: Added headers and -jN 2004-11-02 16:25 nolan * src/: aboutdlg.ui, aboutdlg.ui.h, main.cpp, mypasswordsafe.ui, mypasswordsafe.ui.h: The license gets displayed the first time MyPS is ran 2004-11-02 15:57 nolan * src/: main.cpp, mypasswordsafe.ui, mypasswordsafe.ui.h: Made locking hide the main window Locking no longer prompts on a change of virtual desktops 2004-11-02 01:38 nolan * src/mypasswordsafe.ui.h: [no log message] 2004-11-01 18:42 nolan * src/: mypasswordsafe.ui, mypasswordsafe.ui.h, startupdlgbase.ui, startupdlgbase.ui.h: The password widget gets focus after an action is selected Set the startup dialog's icon Changed a couple of the action items' text Default action sets the default safe 2004-11-01 18:23 nolan * MyPasswordSafe.pro, src/myendian.h, src/myutil.hpp, src/startupdlgbase.ui.h, src/crypto/blowfish.cpp, src/crypto/blowfish.h, src/crypto/sha1.cpp, src/crypto/sha1.h, src/pwsafe/PwsPlatform.h: Added new crypto 2004-11-01 16:54 nolan * MyPasswordSafe.pro, src/encryptedstring.cpp, src/encryptedstring.hpp, src/serializers.cpp, src/pwsafe/PW_BlowFish.cpp, src/pwsafe/PW_sha1.cpp, src/pwsafe/PW_sha1.h, src/pwsafe/Util.cpp, src/pwsafe/Util.h, src/pwsafe/sha1.cpp, src/pwsafe/sha1.h: Renamed sha1 Changed the #includes 2004-11-01 16:50 nolan * README: Removed Boost and added trademark and copyright info 2004-11-01 16:49 nolan * MyPasswordSafe.pro, README: [no log message] 2004-11-01 16:48 nolan * MyPasswordSafe.pro: Changed BlowFish to PW_BlowFish 2004-11-01 16:48 nolan * src/pwsafe/: BlowFish.cpp, BlowFish.h, PW_BlowFish.cpp, PW_BlowFish.h: Renamed 2004-11-01 16:44 nolan * COPYING: [no log message] 2004-11-01 16:34 nolan * src/: encryptedstring.cpp, encryptedstring.hpp, exception.hpp, main.cpp, mypasswordsafe.ui.h, myutil.cpp, myutil.hpp, newpassphrasedlg.ui.h, passphrasedlg.ui.h, plaintextlizer.cpp, plaintextlizer.hpp, preferencesdlg.ui.h, pwordeditdlg.ui.h, safe.cpp, safe.hpp, safedragobject.cpp, safedragobject.hpp, safelistview.cpp, safelistview.hpp, safeserializer.cpp, safeserializer.hpp, securedstring.cpp, securedstring.hpp, serializers.cpp, serializers.hpp, smartptr.cpp, smartptr.hpp, startupdlg.cpp, startupdlgbase.ui.h, uuid.cpp, uuid.hpp, xmlserializer.cpp, xmlserializer.hpp: Changed the header 2004-11-01 16:01 nolan * src/aboutdlg.ui: Changed license to GPL 2004-11-01 16:01 nolan * MyPasswordSafe.pro: [no log message] 2004-11-01 12:53 nolan * src/: mypasswordsafe.ui.h, passphrasedlg.ui.h, preferencesdlg.ui.h, pwordeditdlg.ui.h: Changed SGS to SG 2004-11-01 12:44 nolan * src/: encryptedstring.cpp, encryptedstring.hpp, main.cpp, plaintextlizer.cpp, safe.cpp, safe.hpp, safelistview.cpp, safeserializer.cpp, safeserializer.hpp, securedstring.cpp, securedstring.hpp, serializers.cpp, serializers.hpp, smartptr.cpp, smartptr.hpp, uuid.cpp, uuid.hpp, xmlserializer.hpp: Changed Semantic Gap Solutions to Semantic Gap (TM) 2004-11-01 12:39 nolan * src/: safe.cpp, safelistview.cpp, smartptr.cpp, smartptr.hpp: Replaced assert w/ Q_ASSERT Added headers to smartptr.?pp 2004-11-01 12:35 nolan * src/main.cpp: ifdefed out a print statement 2004-11-01 12:34 nolan * src/mypasswordsafe.ui.h: browseForSafe uses QFileDialog's static methods 2004-11-01 12:10 nolan * src/: aboutdlg.ui, manualdlg.ui, mypasswordsafe.ui, mypasswordsafe.ui.h, newpassphrasedlg.ui: Changed icons New safes won't ask to be saved when they're closed Changed MyPS's icon 2004-11-01 12:10 nolan * images/: button_cancel.png, button_ok.png, configure.png, contexthelp.png, edit.png, editcut.png, exit.png, fileopen.png, filesave.png, filesaveas.png, folder_new.png, help.png, redo.png, undo.png: Switched to 16x16 images 2004-11-01 12:09 nolan * MyPasswordSafe.pro: [no log message] 2004-10-31 07:32 nolan * src/pwsafe/: PwsPlatform.h, Util.h: Refactored the endian.h inclusion 2004-10-31 07:32 nolan * src/: mypasswordsafe.ui.h, safelistview.cpp: Changed the default column sizes 2004-10-31 01:38 nolan * src/: aboutdlg.ui, manualdlg.ui: Added a two contributors to credits Changed Semantic Gap (TM) Solutions to Semantic Gap (TM) 2004-10-31 01:22 nolan * release/Makefile: Added upload 2004-10-31 01:07 nolan * src/pwsafe/Util.h: Added endian.h for __APPLE__ 2004-10-30 09:41 nolan * MyPasswordSafe.pro, src/newpassphrasedlg.ui, src/passphrasedlg.ui, src/preferencesdlg.ui, src/pwordeditdlg.ui, src/startupdlgbase.ui: Added icons to buttons 2004-10-30 09:15 nolan * src/: passphrasedlg.ui, startupdlgbase.ui: Changed the dialog sizes 2004-10-30 08:58 nolan * images/keys.png: Readded 2004-10-30 08:58 nolan * MyPasswordSafe.pro, images/keys.png, src/passphrasedlg.ui, src/startupdlgbase.ui: Added keys Changed source files to use keys.png 2004-10-30 08:44 nolan * images/keys.png: new icon 2004-10-22 19:14 nolan * doc/sshots/mainwindow.jpg, src/serializers.cpp: Groupnames are converted from UTF8 2004-10-11 05:27 nolan * Makefile, src/pwsafe/PwsPlatform.h, src/pwsafe/Util.h: Applied contributed patches 2004-10-03 22:04 nolan * src/: mypasswordsafe.ui.h, safedragobject.cpp, safedragobject.hpp, safelistview.cpp, safelistview.hpp: Did some work so MyPS wouldn't segfault when dragging onto another app 2004-10-03 22:03 nolan * MyPasswordSafe.pro: Removed spaces added by Designer 2004-10-01 22:40 nolan * Makefile: Increased version number Added check for HOST 2004-10-01 22:26 nolan * src/: aboutdlg.ui, mypasswordsafe.ui, mypasswordsafe.ui.h, newpassphrasedlg.ui, passphrasedlg.ui, plaintextlizer.cpp, preferencesdlg.ui, pwordeditdlg.ui, safedragobject.cpp, safelistview.cpp, safelistview.hpp, safeserializer.cpp, xmlserializer.cpp, xmlserializer.hpp: Added some file headers Changed the button order on some dialogs Added drag and drop Finished XmlSerializer
2005-11-17Properly quoted variables.rillig1-21/+17
2005-11-17Add DragonFly support. For the DGA drivers, include sys/time.h beforejoerg6-2/+107
sys/resource.h on DragonFly, struct timeval is needed.
2005-11-17Add DragonFly support. In the DGA drivers, include sys/time.h to getjoerg6-2/+107
struct timeval on DragonFly, otherwise sys/resource.h doesn't compile.
2005-11-17To support variants of make that run the shell so 'set -e' is true (shellerh1-3/+3
exits on any command failing), add a '|| ${TRUE}' when running the check-vulnerable target in do-fetch.
2005-11-17Disable propolice on DragonFly, when available. It currently producesjoerg1-0/+19
an ICE. Fixes PR 31892.
2005-11-17Note DatLib related updates.wiz2-7/+7
2005-11-17Bump DatLib's BUILDLINK_DEPENDS version to lowest version neededwiz2-5/+3
by any of its dependencies. Remove manual override in ROMBuild/Makefile.
2005-11-17Update to 2.5:wiz2-7/+9
31/10/2005 *** v2.5 *** - Uses DatLib v2.10. - Fixed identification of ListXML for MAME+MESS v0.101u4 onwards.
2005-11-17Update to 2.21:wiz2-8/+8
31/10/2005 *** v2.21 *** - Uses DatLib v2.10. - Fixed identification of ListXML for MAME+MESS v0.101u4 onwards. 28/10/2005 *** v2.20 *** - Uses DatLib v2.9. - M1 XML will use hex for ROM sizes. Changed driver accordingly.
2005-11-17Update to 2.23:wiz2-7/+7
13/11/2005 *** v2.23 *** - Uses DatLib v2.11. - Added support for 'board', 'colordeep', 'credits' and 'archive' (fully supported by ListInfo, ListXML and Delimited formats). - M1 XML loader now retains the 'board' information (see above). - M1 XML will not use hex for ROM sizes after all... changed back! - Improved the way that the Nebula driver handles Neo-Geo ROMs. - Fixed Nebula Jukebox driver for Neo-Geo ROMs (broken in v2.7).
2005-11-17Update to 2.22:wiz2-8/+8
31/10/2005 *** v2.22 *** - Uses DatLib v2.10. - Fixed identification of ListXML for MAME+MESS v0.101u4 onwards. - Added the '-q' option (to save Listinfo with quotes throughout). 28/10/2005 *** v2.21 *** - Uses DatLib v2.9. - M1 XML will use hex for ROM sizes. Changed driver accordingly. - Now reports duplicate game descriptions and CRCs (i.e. ROMs).
2005-11-17Update to 2.11:wiz2-7/+7
13/11/2005 *** v2.11 *** - Added support for 'board', 'colordeep', 'credits' and 'archive' (fully supported by ListInfo, ListXML and Delimited formats). - M1 XML loader now retains the 'board' information (see above). - M1 XML will not use hex for ROM sizes after all... changed back! - Improved the way that the Nebula driver handles Neo-Geo ROMs. - Fixed Nebula Jukebox driver for Neo-Geo ROMs (broken in v2.7). 31/10/2005 *** v2.10 *** - Fixed identification of ListXML for MAME+MESS v0.101u4 onwards. - Added OPTION_ALWAYS_QUOTE for DatUtil (the '-q' option). 28/10/2005 *** v2.9 *** - Added better support for file formats that use hex ROM sizes. - M1 XML will use hex for ROM sizes. Changed driver accordingly. - Now reports duplicate game descriptions and CRCs (i.e. ROMs).
2005-11-17SunPro says: A void function cannot return a value.rillig2-1/+22
2005-11-17+ 9base-20051114 [pkg/32095], bacula-1.38.1, gliv-1.9.4, phppgadmin-4.0,wiz1-5/+8
rp-pppoe-3.7, sml-nj-110.57, wmii-20051114 [pkg/32096].
2005-11-17Grammar fix.wiz1-2/+2
2005-11-17Back out the previous change. The output _will_ be visible to the user.erh1-4/+4
See the "*)" case in the do-fetch target.
2005-11-17Correct a distfile path. Noted by salo@.minskim1-2/+2
2005-11-17Fix for part of PR#32092: add SKIP_AUDIT_PACKAGES=yes so pkg_install canerh1-1/+2
be updated even if audit-packages is out of date. The audit-packages package already has this.
2005-11-17Bumped PKGREVISION of pkgtools/pkg_filecheck, as a dependency torillig1-1/+2
libnbcompat has been added.
2005-11-17Added a dependency on libnbcompat to allow building on Solaris easier.rillig2-2/+8
(See PR 23746.) It still needs work in the area of Berkeley DB selection. Bumped PKGREVISION.
2005-11-17Add DragonFly support.joerg8-1/+279
2005-11-17In xmmswrapper.cpp, include stddef.h first to get a proper NULL.joerg3-2/+17
For some reason, a (char *)0 gets defined somewhere on DragonFly and breaks C++ horribly. Add USE_LIBTOOL to workaround libtool breakage (unability to find library `').
2005-11-17The message that audit-packages is out-of-date is printed on stderr insteadrillig1-4/+4
of stdout because the latter would not show up to the user.
2005-11-17Bumped PKGREVISION of sysutils/xosview because some patches for Solarisrillig1-1/+2
have been added.
2005-11-17Added five patches to make xosview build with SunPro on Solaris 9.rillig7-2/+110
Bumped PKGREVISION.
2005-11-17make sure frozen-bubble installs perl module in vendor_sitetonio1-2/+2
Fix PR 32015, no need for PKGREVISION bump, as it fails otherwise Also, the previous version may have installed files in lib/perl5/site_perl/**/auto/fb_c_stuff/ They will have to be manually deleted
2005-11-17Add DragonFly support. Don't hard-wire -lossaudio and -lpthread, usejoerg5-33/+42
the proper variables.
2005-11-17note cad/ng-spice update to 17dmcmahill1-1/+2
2005-11-17update to ng-spice-17dmcmahill11-131/+125
Changes are: Ng-spice-rework-17 ============ This is a bug fix release. Previous release tarball did not included an include file necessary for compiling numparam library. Ng-spice-rework-16 ============ Rework-16 comes out after almost one year of CVS development (from 15-fixedRC3). This release improves ngspice in three ways: - Bug fixing: most of the bugs that affected rework-15 have been fixed, thus ngspice is more stable, especially the xspice extension, the subcircuit (X devices) handling and the numparam library. - New features: netlist syntax has been expandend allowing for end-of-line comments. A ".global" card has beed added to define global nodes, i.e. nodes that are not expanded in subcircuits. It is possible to define TC for resistors on the instance line. The editline library can be used instead of readline (no more GPL license violation). - Porting: ngspice now works (with xspice extension) on Windows using MINGW/MSYS.
2005-11-17Added missing RMD160 checksums, except for those files that wererillig1-1/+5
unavailable.
2005-11-17Added missing RMD160 checksums.rillig1-1/+4