summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2003-08-25Here are a couple of patches I submitted to the Sourceforge projectfredb6-26/+173
in June of this year, but for which I got no response. 1) Sourceforge PR #72673: Get the program name for the usage statement in the most portable fashion possible, using argv. 2) Sourceforge PR #762825, which is a rework of PR #504855, by Adam Lewandowski. Add a "table of contents" command, included a "+v" option to dump absolutely all of the information in the par file. Bump ${PKGREVISION}. I think it's safe to say that this is the final release. The current "par2", for version 2 parity files, is now backwards compatible with the version 1 parity files that this program generates. It does not, however, seem to have the cool "table of contents" feature.
2003-08-17add a missing buildlink filejmc1-1/+2
2003-08-16MESSAGE had a NetBSD reference, so separate it.reed2-6/+10
2003-08-16MESSAGE had NetBSD part, so split it up.reed2-4/+8
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb5-10/+5
2003-08-05update for revision bumpsdrochner3-6/+6
2003-08-05bump revision after qt3/kde prefix changedrochner8-10/+16
2003-08-05Added and enabled libdvdplay: simple API library designed for DVD navigationwulf1-1/+2
2003-08-05Initial commit of libdvdplay-1.0.1: a simple API library designed for DVDwulf5-0/+59
navigation
2003-08-04some more X11BASE->LOCALBASE changesdrochner3-6/+6
2003-08-04Fix a syntax error.jtb2-1/+20
2003-08-03Convert to USE_NEW_TEXINFO.seb2-5/+4
2003-08-03Convert to USE_NEW_TEXINFO.seb5-34/+5
Remove now unnecessary patch file.
2003-08-03Obey to PKG_SYSCONFDIR. Use bsd.pkg.install.mk framework to dealseb5-7/+54
with configuration file. Install example configuration file in the canonical pkgsrc directory. Bump PKGREVISION.
2003-08-03Convert to USE_NEW_TEXINFO.seb2-5/+5
2003-08-03Convert to USE_NEW_TEXINFO.seb2-6/+4
And take care of an overlooked info file.
2003-08-03Install documentation in a canonical pkgsrc directory.seb4-43/+63
Sort and clean PLIST. Bump PKGREVISION.
2003-08-03Convert to USE_NEW_TEXINFO.seb2-6/+5
Remove not so perfect call to ${MAKE} in pre-install target to handle the info/ subdir, tune ALL_TARGET instead.
2003-08-01Update p5-File-MMagic to latest available version (1.20).jdolecek2-6/+6
Changes since 1.13: * fixed output warning for large magic db * added ms-tnef, arc, zoo, arj, rar, EPS entries * added some more tests * added removeSpecials/removeExts functions, and capability of adding sub entry Fixes PR pkg/22332 by Makoto Fujiwara
2003-07-30use LIBTOOL_OVERRIDE.grant1-1/+3
2003-07-30x11/kde3/ -> meta-pkgs/kde3/markd3-6/+6
2003-07-30Update kdeutils to 3.1.3.markd7-72/+110
Changes: * kcalc: ignore keypresses combined with alt, Meta or Control * kjots: Fix DnD issues * kedit: correct overwrite/insert handling * kedit: fix session management * ark: fix .rar archive handling. * klaptopdaemon: icon updates. * kdf: fix handling of mountpoints with whitespaces * build system fixes
2003-07-30Update kdepim3 to 3.1.3.markd5-17/+17
Changes: * korganizer: fix french and czech holidays (Dirk Mueller) * kaddressbook: Fix bug #60518 * kdateedit: Fix bug #57465 * kpilot: crash fixes * kalarmd: crash fix. * knotes: Fix bug #58658 * build fixes
2003-07-30Update kdeedu to 3.1.3.markd2-8/+7
Changes: * kstars: always precess focus coordinates when date changes by a lot and tracking an object (Jason Harris) * kstars: the URL for requesting a DSS image must contain the J2000 coordinates (Jason Harris) * flashkard: #58932 fix (Scott Wheeler) * Build fixes, cleanups, compiler warning fixes (Dirk Mueller)
2003-07-30Update kdeartwork to 3.1.3.markd3-17/+8
Changes: * kwin-styles/cde: fixed bugs #40125, 45621 and #46215 (Fredrik Hoglund) * remove krayon files to prevent possible trademark conflicts (Adrian Schroeter)
2003-07-30Update kdeadmin to 3.1.3.markd3-29/+7
Changes: * user: UID connected to changed() and Solaris compile fixes (Aaron J. Seigo) * kuser: Fix mem leak (Laurent Montel) * kpackage: fix FreeBSD package display so duplicate categories are not shown. (Andy Fawcett) * kpackage: Fix crash (Laurent Montel) * compiler warning fixes (Dirk Mueller)
2003-07-30Update to 2.0.5:wiz5-26/+26
Piotr Najman has provided a path that fixed bug in internationalisation. Translation for polish added.
2003-07-30Update kdeaddons to 3.1.3.markd2-8/+7
Changes: * kimgalleryplugin: Performance improvements. * dirfilterplugin: Much better performance on large directories with few file types.
2003-07-30Update to 1.2.8:wiz2-5/+5
* workaround for strange discs that report read errors seemingly at random.
2003-07-29If TZ wasn't set unset it again after playing with other timezones.markd3-3/+17
Fixes korganiser always displaying the wrong time after loading a calendar (unless you are in UTC). PKGREVISION++
2003-07-28add routeplannerdrochner1-1/+2
2003-07-28import routeplanner-cli-0.11, a routeplanner written in Pythondrochner4-0/+63
(you'll probably not use it to plan the next trip, but it is still a good example for graph manipulation in Python)
2003-07-26Bump revision due to SDL update, and sync versions in buildlink files wherejmmv2-4/+4
needed. This is required because esound has been droped as a dependancy.
2003-07-24Attempt to be slightly more portable by using libtool to create the sharedagc4-7/+31
object and install it.
2003-07-24Add and enable dirdiffagc1-1/+2
2003-07-24Initial import of Paulus's dirdiff-1.6 into the NetBSD Packages Collection.agc5-0/+47
dirdiff is a graphical tool to display the differences(a la diff) between files in directories. Given two or more directory trees, dirdiff will display the differences between them in various glorious colors. It provides merging and the creation of patches.
2003-07-23Bump revision due to metacity update (startup-notification was added to itsjmmv1-2/+2
buildlink2.mk file, so a new dependancy was introduced).
2003-07-22Honour PKG_SYSCONFDIR and install the configuration file by default (it isjmmv6-21/+20
needed, as pointed out in PR pkg/22187 by Greg Troxel).
2003-07-21COMMENT should start with a capital letter.martti36-72/+72
2003-07-20Update "bidwatcher" package to version 1.3.10. Changes since version 1.3.9:tron3-73/+5
- Fixed TimeSync issue. - Fixed reserve detection. - Fixed BuyItNow detection. - Handle fixed price auctions.
2003-07-20Add an explicit build dependency on unzip that was missing.mrauch1-1/+2
Noted by Chris Jones in PR# pkg/22145
2003-07-17s/netbsd.org/NetBSD.org/grant105-211/+211
2003-07-16Add a patch submitted my Uwe Klein via the sourceforge homepage to fixtron3-2/+70
time synchronization with eBay servers. Bump package revision.
2003-07-16Derive PKGNAME from DISTNAME, as usual. Fixes PR pkg/22154 by Robert Elz.jmmv1-5/+5
While here, fix MASTER_SITES as it has changed and align PKGREVISION properly.
2003-07-14Convert this package to the bsd.pkg.install.mk framework. Fix handling of thejmmv9-148/+74
system wide configuration file in PKG_SYSCONFDIR. Use MASTER_SITE_BACKUP, as the distfile is no longer hosted at sunsite. Bump PKGREVISION to 1.
2003-07-14Update "bidwatcher" package to version 1.3.9. Changes since version 1.3.8:tron2-6/+5
- Fixed handling of eBay's output changes. - Fixed corrupted log messages. - Save update interval values. - Fix timers. - Made some changes to help deal with TZ.
2003-07-13Update DEPENDS.wiz1-3/+3
2003-07-13PKGREVISION bump for libiconv update.wiz48-79/+96
2003-07-12Attach version number to master site string. Suggested by Sergey Svishchev.wiz1-2/+2
2003-07-12Add proj-doc.jtb1-1/+2