summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2005-02-27Drop trailing whitespace.wiz1-2/+2
2005-02-27Unbreak package: It's ".elif", not ".elseif".wiz1-7/+6
Remove empty line.
2005-02-27Drop trailing whitespace.wiz1-3/+3
2005-02-27Sort.wiz3-1702/+1702
2005-02-27Added a patch to make bidwatcher build on NetBSD-1.6.2. Reviewed by tron.rillig3-2/+19
2005-02-26Update to 0.11.17:jmmv3-9/+63
* backport of bugfix for 159932
2005-02-26Fix bug that japanese fonts can't be displayed.mrauch3-2/+17
Patch from Nobuyuki SASAKI in http://mail-index.netbsd.org/tech-pkg/2005/02/22/0005.html.
2005-02-26We also need to conflict with the old package namewiz1-1/+2
of openoffice-bin (openoffice-linux) since people might still have it installed or binary packages lying around.
2005-02-26Rename openoffice-linux to openoffice-bin.mrauch1-2/+2
2005-02-26Remove a couple of unintentional commentsdsainty1-3/+1
2005-02-26Add and enable ppower.dsainty1-1/+2
2005-02-26Penguin Power, version 0.1.5dsainty6-0/+79
Ppower, short for 'Penguin Power', is a piece of UNIX software for controlling x10 home automation equipment connected to the computer via a cm11a interface. It can be used to turn things on and off and lights dim and bright. In addition to controlling the x10 devices, it can receive commands sent to the x10 devices from other sources such as an x10 remote transceiver and execute commands on your system in response. The virtue of ppower is that it is designed to run as a daemon at all times, keeping track of the status of the X10 system, taking action on events, queueing requests, and providing information on the events it is receiving to any interested clients.
2005-02-26add support for Solaris/sparc. Also add the framework to allow the ↵dmcmahill9-15/+10745
Solaris/sparc binary to install under NetBSD/sparc{,64} but don't actually enable it yet due to compat_svr4 issues. In addition, add support for Solaris/Intel which is marked as broken until someone with such a system can fix PLIST.SolarisIntel to be correct for the SolarisIntel binary distribution of openoffice.
2005-02-24Add RMD160 checksums.wiz1-1/+3
2005-02-24Rename openoffice-linux to openoffice-bin.mrauch9-11/+11
2005-02-24Add RMD160 digestsagc193-193/+407
2005-02-22Update xchm to 0.9.8.minskim2-6/+5
Changes: - fixed the German translation. - added 'Copy link location' to the right-click menu.
2005-02-21I can try to care for this one.kim1-2/+2
2005-02-21Sign over maintainership to tech-pkg@hubertf4-8/+8
2005-02-20Fix for http://www.kde.org/info/security/advisory-20050215-1.txt.markd24-2/+1871
Bump PKGREVISION.
2005-02-19Fix PERL5_PACKLIST path.wiz1-2/+2
2005-02-19Add and enable p5-Lingua-Preferred.wiz1-1/+2
2005-02-19Initial import of p5-Lingua-Preferred:wiz4-0/+25
Many web browsers let you specify which languages you understand. Then they negotiate with the web server to get documents in the best language possible. This is something similar in Perl.
2005-02-19Add and enable p5-Lingua-EN-Numbers-Ordinatewiz1-1/+2
2005-02-19Initial import of p5-Lingua-EN-Numbers-Ordinate-1.02:wiz4-0/+28
There are two kinds of numbers in English -- cardinals (1, 2, 3...), and ordinals (1st, 2nd, 3rd...). This library provides functions for giving the ordinal form of a number, given its cardinal value.
2005-02-18Update "bidwatcher" package to version 1.3.17.tron3-32/+6
Changes since version 1.3.16: - Fix eBay parser. - Add libcurl support. libcurl is now a dependency. - Tons of little fixes. - Fix potential security bug in versions <= 1.3.16 (CAN-2005-0158). - Added Seller id to the Log. - Fixed BUY Only items that expire but bidwather don't think so. - Should compile on cygwin now. - Be more compatible with BSD.
2005-02-16Fix quoting.seb1-3/+3
2005-02-14Fix quoting.uebayasi1-2/+2
2005-02-05Update to 1.3.3:wiz10-236/+18
2005-03-04 Heikki Orsila * version 1.3.3 - lots of changes. see previous changelog entries. 2005-03-04 Heikki Orsila - configure script now ignore unknown arguments (but gives a warning) - configure allows setting mandir and compiler. Examples: --mandir=/usr/man --compiler=/opt/experimental/gcc-4/bin/gcc - fixed wording in man file (Thomas Klausner) - -b option: print only basenames of the given files when creating an sfv. 2005-03-03 Heikki Orsila - fixed O_LARGEFILE for macosx - Thomas Klausner submitted partial sfv checking patch by Dieter Baron. Now cksfv -f foo.sfv [FILE1 FILE2 ...] checks only given FILES. - Thomas Klausner submitted patch by Tobias Nygren to avoid calculating CRC twice per file (read once, compute twice). 2005-02-03 Heikki Orsila * version 1.3.2 - solaris printf workaround. use %lu tu print filesizes. works best on 64-bit architectures (with compilers assuming sizeof(long) == sizeof(size_t)). GNU/Linux support %zu which is the appropriate modifier for this case, but can't have it everywhere. - doesn't print directory infos into catalogues when creating sfvs - see other modifications since 1.3.1 (many of them) 2005-01-26 Heikki Orsila - fixed output (displayed only 32-bit file sizes, and months wrong) OLD: ; 100663296 14:54.37 2005-00-25 zeros NEW: ; 4395630592 14:54.37 2005-01-25 zeros - lots of code cleanups - solaris fixes 2005-01-25 Heikki Orsila * no new version - Added and edited man page from Debian distribution - Fixed Makefile issues for -jx - Added a simple configure script for more consistent compilation - Removed b0rken rpm creation from Makefile - Removed spam messages (when creating and verifying checksums) - Added test cases (make tests) - added fake and lousy stdint.h generation (OS that don't have it should be upgraded) 2005-01-24 Heikki Orsila * no new version - I decided to start maintaining the program since Bryan Call is unreachable. 2004-05-25 Heikki Orsila * version 1.3.1 - Fixed 64-bit issues. Went into Gentoo portage.
2005-02-02Fix a bug in quantum_measure() that returns the wrong state when measuringaugustss2-1/+38
a quantum register.
2005-02-01Add libquantum, a library for simulating quantum computation.augustss5-1/+33
2005-01-27Update udfclient package to version 0.3.3reinoud2-6/+6
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-25add koffice-i18n-* packages.markd1-1/+27
2005-01-25Initial import of koffice-i18n-sv-1.3.5 from pkgsrc-wip.markd4-0/+396
Packaged by Ian Zagorskih. KOffice Swedish language pack
2005-01-25Initial import of koffice-i18n-sk-1.3.5 from pkgsrc-wip.markd4-0/+103
Packaged by Ian Zagorskih. KOffice Slovak language pack
2005-01-25Initial import of koffice-i18n-se-1.3.5 from pkgsrc-wip.markd4-0/+71
Packaged by Ian Zagorskih. KOffice se language pack
2005-01-25Initial import of koffice-i18n-ru-1.3.5 from pkgsrc-wip.markd4-0/+139
Packaged by Ian Zagorskih. KOffice Russian language pack
2005-01-25Initial import of koffice-i18n-pl-1.3.5 from pkgsrc-wip.markd4-0/+93
Packaged by Ian Zagorskih. KOffice Polish language pack
2005-01-25Initial import of koffice-i18n-nl-1.3.5 from pkgsrc-wip.markd4-0/+68
Packaged by Ian Zagorskih. KOffice Dutch language pack
2005-01-25Initial import of koffice-i18n-it-1.3.5 from pkgsrc-wip.markd4-0/+147
Packaged by Ian Zagorskih. KOffice Italian language pack
2005-01-25Initial import of koffice-i18n-hu-1.3.5 from pkgsrc-wip.markd4-0/+76
Packaged by Ian Zagorskih. KOffice Hungarian language pack
2005-01-25Initial import of koffice-i18n-hsb-1.3.5 from pkgsrc-wip.markd4-0/+32
Packaged by Ian Zagorskih. KOffice Upper Sorbian language pack
2005-01-25Initial import of koffice-i18n-he-1.3.5 from pkgsrc-wip.markd4-0/+61
Packaged by Ian Zagorskih. KOffice Hebrew language pack
2005-01-25Initial import of koffice-i18n-fr-1.3.5 from pkgsrc-wip.markd4-0/+361
Packaged by Ian Zagorskih. KOffice French language pack
2005-01-25Initial import of koffice-i18n-fi-1.3.5 from pkgsrc-wip.markd4-0/+71
Packaged by Ian Zagorskih. KOffice Finnish language pack
2005-01-25Initial import of koffice-i18n-fa-1.3.5 from pkgsrc-wip.markd4-0/+66
Packaged by Ian Zagorskih. KOffice Persian language pack
2005-01-25Initial import of koffice-i18n-et-1.3.5 from pkgsrc-wip.markd4-0/+176
Packaged by Ian Zagorskih. KOffice Estonian language pack
2005-01-25Initial import of koffice-i18n-es-1.3.5 from pkgsrc-wip.markd4-0/+173
Packaged by Ian Zagorskih. KOffice es language pack
2005-01-25Initial import of koffice-i18n-eo-1.3.5 from pkgsrc-wip.markd4-0/+40
Packaged by Ian Zagorskih. KOffice Esperanto language pack
2005-01-25Initial import of koffice-i18n-en_GB-1.3.5 from pkgsrc-wip.markd4-0/+77
Packaged by Ian Zagorskih. KOffice English (Great Britain) language pack