summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-10-28Fix HOMEPAGE and MASTER_SITES. From Robert Elz in PR 18824.wiz1-3/+3
2002-10-28Initial import of libargparse-0.1.0000 into the NetBSD Packages Collection.agc1-1/+2
libargparse is a command line argument parser library in C++ The ArgParse class allows you to specify names of options that you want parsed, along with a usage message for them. Options come in four flavors: flag, int, float, and string. Flags don't take arguments, but the other kinds do. For an option that takes an argument, it can be specified with an equals sign, with a colon, or by putting it in the next element of argv. ("--foo=stuff", "--foo:stuff", or "--foo stuff", respectively) The flavors that take arguments also come in array flavors. With an array, you specify a pointer to a vector of the basic type, instead of just a pointer to a basic type. This allows the option to appear more than once, and the new values are appended to the array. Optionally, you can also specify a separator character, so that multiple array elements can be parsed up from a single instance of the option. Options can start with either a single dash or a double dash, but see allowOneCharOptionsToBeCombined() for more information.
2002-10-28Add and enable libargparseagc1-1/+2
2002-10-28Initial import of libargparse-0.1.0000 into the NetBSD Packages Collection.agc5-0/+71
libargparse is a command line argument parser library in C++ The ArgParse class allows you to specify names of options that you want parsed, along with a usage message for them. Options come in four flavors: flag, int, float, and string. Flags don't take arguments, but the other kinds do. For an option that takes an argument, it can be specified with an equals sign, with a colon, or by putting it in the next element of argv. ("--foo=stuff", "--foo:stuff", or "--foo stuff", respectively) The flavors that take arguments also come in array flavors. With an array, you specify a pointer to a vector of the basic type, instead of just a pointer to a basic type. This allows the option to appear more than once, and the new values are appended to the array. Optionally, you can also specify a separator character, so that multiple array elements can be parsed up from a single instance of the option. Options can start with either a single dash or a double dash, but see allowOneCharOptionsToBeCombined() for more information.
2002-10-28Note mousetar's move from sysutils to archivers.agc1-1/+2
2002-10-28Move mousetar to archiversagc1-2/+1
2002-10-28Move mousetar to archivers.agc5-58/+0
2002-10-28Add and enable mousetar after its move from sysutils.agc1-1/+2
2002-10-28Correct my mistake - move the mousetar package from sysutils to archivers.agc5-0/+58
2002-10-28py-amkCrypto updatedrochner1-1/+2
2002-10-28update to 1.9a4drochner4-62/+24
Many changes since 0.1.3, compatibility is not provided, so this is more or less a new pkg.
2002-10-28Note new gmngview-1.0.4 (GTK MNG viewer) package.wiz1-1/+2
2002-10-28This file was removed on rev 1.14. I don't know why cvs re-added it insteadbouyer1-57/+0
of aborting because of the conflict.
2002-10-28add qt3-psqldrochner2-2/+4
2002-10-28build the postgresql database driver for Qtdrochner3-0/+36
2002-10-28Add and enable gmngview.wiz1-1/+2
2002-10-28Initial import of gmngview-1.0.4, a simple GTK-based MNG viewer.wiz5-0/+52
2002-10-28give the postgesql database adapter a chance to compiledrochner3-1/+40
(not in this pkg) (centralized patches suck)
2002-10-28Import tinyscheme-1.31, a small, embeddable BSD-licensed schemeagc1-1/+2
interpreter, into the NetBSD Packages Collection. TinyScheme is a lightweight Scheme interpreter that implements as large a subset of R5RS as was possible without getting very large and complicated. It is meant to be used as an embedded scripting interpreter for other programs. As such, it does not offer IDEs or extensive toolkits although it does sport a small top-level loop, included conditionally. A lot of functionality in TinyScheme is included conditionally, to allow developers freedom in balancing features and footprint. As an embedded interpreter, it allows multiple interpreter states to coexist in the same program, without any interference between them. Programmatically, foreign functions in C can be added and values can be defined in the Scheme environment. Being quite a small program, it is easy to comprehend, get to grips with, and use.
2002-10-28Add and enable tinyschemeagc1-1/+2
2002-10-28tuxpaint{,-stamps}-2002.10.26 updateswiz1-1/+3
2002-10-28Import tinyscheme-1.31, a small, embeddable BSD-licensed schemeagc6-0/+133
interpreter, into the NetBSD Packages Collection. TinyScheme is a lightweight Scheme interpreter that implements as large a subset of R5RS as was possible without getting very large and complicated. It is meant to be used as an embedded scripting interpreter for other programs. As such, it does not offer IDEs or extensive toolkits although it does sport a small top-level loop, included conditionally. A lot of functionality in TinyScheme is included conditionally, to allow developers freedom in balancing features and footprint. As an embedded interpreter, it allows multiple interpreter states to coexist in the same program, without any interference between them. Programmatically, foreign functions in C can be added and values can be defined in the Scheme environment. Being quite a small program, it is easy to comprehend, get to grips with, and use.
2002-10-28Update to 2002.10.26:wiz3-8/+20
* few translation updates * US Sacagawea dollar coin * and some nuts
2002-10-28Update to 2002.10.26:wiz3-6/+7
* Czech language support * translation updates * KDE and Gnome launcher installation fixes
2002-10-28Update to Qt 3.0.6, change PKGLIBTOOL to LIBTOOL in one place and do a bit ofskrll10-103/+100
PLIST sorting. Qt 3.0.6 is a bugfix release. It maintains both forward and backward compatibility (source and binary) with Qt 3.0.5 Binary compatibility warning: Qt 3.0.6 is backward and forward binary compatible with Qt 3.0.5, and is planned to be binary compatible with Qt 3.1. Unfortunately Qt 3.0.5 is not 100% backward binary compatible with Qt 3.0.3 (a class got a few bytes smaller), meaning executables compiled with 3.0.5 may not run properly when linked dynamically to 3.0.3. at runtime. Note that this is not a problem on MS-Windows. Due to its wide distributed in various GNU/Linux distributions, we have decided to stick with 3.0.5's ABI. If you ship dynamically linked executables, we suggest putting a QT_REQUIRE_VERSION macro at the beginning of your main function: ... #include <qmessagebox.h> ... int main( int argc, char**argv ) { QT_REQUIRE_VERSION( argc, argv, "3.0.5" ) ... } The macro will show a message box with a warning message and then abort the application gracefully with exit(1). For a full buglist see the Trolltech web site.
2002-10-28Use buildlink2. Use perl5/module.mk: remove post-{build,install} targetsseb1-9/+7
by way of PERL5_CONFIGURE_DIRS and BUILD_DIRS. XXX libeperl.a in ALL_TARGET does seem to be needed so drop ALL_TARGET override.
2002-10-28Use buildlink2. Use perl5/module.mk.seb2-11/+6
2002-10-27Use buildlink2. Use perl5/module.mk.seb1-10/+7
Depend in ALL_TARGET does not seem to be needed anymore so remove it, otherwise perl5/module.mk usage would have been limited ;)
2002-10-27Remove gmake dependency.seb1-3/+2
2002-10-27Use buildlink2. Use perl5/module.mk.seb2-11/+6
2002-10-27Note update of "bidwatcher" package to version 1.3.6.tron1-1/+2
2002-10-27Update "bidwatcher" to version 1.3.6. Changes since version 1.3.5:tron6-554/+5
- Added Comment field. - Fixed ebay time sync'ing. - Fix bad "Host:" entity-header if a proxy server was used. It used to send "Host: proxy.do.main" instead of "Host: whatever.ebay.com". - It now sends an "User-Agent" string which looks like Mozilla 1.1 including the real operating system and machine. - It support using "POST" for the actual bid. I've succesfully tested this by bidding on an auction. - Fixed stupid bug introduced in 1.3.5 for certain ebay motors auctions - Fixed handling bad DNS responses.
2002-10-27Add a note about perl5/module.mk.seb1-1/+7
2002-10-27Backout previous.martin2-24/+15
Casting NULL to (void*) for variadic functions of course does not make any difference on 64 bit platforms - as long as a valid prototype has been seen, which is the case here - io.c includes unistd.h.
2002-10-27Use buildlink2. Use perl5/module.mk.seb11-59/+34
2002-10-27Use buildlink2. Use perl5/module.mk.seb35-219/+120
2002-10-27More texinfo path fixes, from PR 18634 by Lubomir Sedlacik.bouyer2-24/+10
2002-10-27Use buildlink2. Use perl5/module.mk.seb1-9/+6
Fix X11 handling: mark with USE_X11 remove inclusion of pkgtools/x11-links/xfree.buildlink2.mk.
2002-10-27Use perl5/module.mk.seb1-11/+2
No need to tweak OTHERLDFLAGS.
2002-10-27Use perl5/module.mk (including PERL5_LDFLAGS).seb3-24/+25
Remove Makefile.PL interactive part via patch.
2002-10-27Use perl5/module.mk.seb2-10/+4
2002-10-27Use buildlink2. Use perl5/module.mk.seb1-8/+5
Make pkglint happier.
2002-10-27Use perl5/module.mk.seb1-5/+2
2002-10-27Use ${LOCALBASE}/bin/gtar if it exists.bouyer1-1/+5
2002-10-27Fix BUILDNAME/BUILDFILE for Solaris, and fix makefile.so5 for pkgsrc.bouyer3-4/+79
2002-10-27On Solaris, if ${X11BASE} != "/usr/openwin" use the builtin XPM if it exists.bouyer2-2/+59
2002-10-27libGLU is part of Free4 on Solaris too.bouyer2-4/+4
2002-10-27Don't use use LD even if set, we did all the previous tests with ${ac_prog}bouyer2-1/+15
2002-10-27Update HOMEPAGE.cjep2-4/+4
2002-10-27Ops, it was already converted to buildlink2, remove duplicate USE_BUILDLINK2.bouyer1-3/+1