summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-07-18Initial import of libffi-2.0beta into the NetBSD Packages Collection.agc5-0/+75
The libffi library provides a portable, high level programming interface to various calling conventions. This allows a programmer to call any function specified by a call interface description at run-time. Some programs may not know at the time of compilation what arguments are to be passed to a function. For instance, an interpreter may be told at run-time about the number and types of arguments used to call a given function. Libffi can be used in such programs to provide a bridge from the interpreter program to compiled code. Ffi stands for Foreign Function Interface. A foreign function interface is the popular name for the interface that allows code written in one language to call code written in another language. The libffi library really only provides the lowest, machine dependent layer of a fully featured foreign function interface. A layer must exist above libffi that handles type conversions for values passed between the two languages.
2003-07-18pass libs in LIBS, not LDFLAGS. link with libstdc++ and libm if gcc,grant1-6/+9
libCrun and libm if SunPro. fixes build with SunPro.
2003-07-18Note update of pkg_comp to 1.7.jmmv1-1/+2
2003-07-18Update to 1.7:jmmv3-162/+244
- Added support for audit-packages. pkg_comp will now automatically setup the vulnerabilities file inside the chroot so that pkgsrc can check for security flaws before building packages. See the USE_AUDIT_PACKAGES variable in the manpage. - Added support for gcc3. pkg_comp will now automatically install the gcc3 compiler inside the chroot and build all packages using it. See the USE_GCC3 variable in the manpage. - The new MKCONF_VARS variable lets you add any variable to the generated mk.conf file from the configuration file (no need for EXTRAMK in most cases). - Deprecated the removepkgs target. It was buggy and difficult to adapt to the new changes. removeroot+makeroot should produce the same effect. - Some code cleanup, specially regarding to template file generation and default values for variables. (See next change item) - Configuration file semantics have changed. Variables are now set to their default value if they are NOT set in the configuration file. This changes the behaviour of SETS_X11 specially, which needs to be explicitly set to "no" to disable X11. - Fixed shell profile configuration. Now PS1 is properly set when using the "chroot" target.
2003-07-18Correct the URL for the aqsis homepage, from Richard Rauch in PR 22176agc1-2/+2
2003-07-18only use libstdc++ and libm if we aren't using sunpro or mipspro.grant1-1/+5
2003-07-18gcc.buildlink2.mk is now handled automatically.grant1-4/+1
2003-07-18Updated lesstif to 0.93.46adam2-3/+3
2003-07-18Changes 0.93.41:adam12-63/+66
Intermediate release - extend LessTif to work with the Xft library Bug-fixes Changes 0.93.44: Bug-fixes Changes 0.93.46: Bug-fixes
2003-07-18Remove "No newline at end of file" lines.uebayasi2-5/+3
Addresses PR22172 by Takanori Isihara <isihara at stud dot sccs dot chukyo-u dot ac dot jp>.
2003-07-18Updated eawpatches to 12adam1-1/+2
2003-07-18Updated patches to v12; changes: fixed instruments and the configadam2-7/+7
2003-07-18allow these to work with -current glib/gtk on Solaris, add links forgrant8-50/+62
libgmodule and handle symlinked libraries more cleanly.
2003-07-18only include gcc.buildlink2.mk if we are not using the MIPSpro or SunProgrant2-8/+8
compiler. don't include the buildlink2.mk of the gcc package being built.
2003-07-18Updated keychain to 2.0.3martti1-1/+2
2003-07-18Updated keychain to 2.0.3martti4-12/+14
- Added keychain man page - Fixed bugs with displaying colors for keychain --help - Added a $grepopts to fix the grepping for a pid on cygwin - Added a TODO document color fix based on submission by Luke Holden
2003-07-18Update to revision 0.1.7. Changes are:jwise4-17/+26
* Finally tracked down the VERY nasty slowdown (at times up to a minute or more) some users have been experiencing. It turns out that one of the recent versions of glibc has a bug in its regex code when dealing with non-multibyte characters (ie. most of the time). This came to a head because I upgraded to slackware-current, which has this version of glibc. Great. Thanks to Mark Eichen for pointing me towards several Debian bug tracker items about other programs having this same problem. * Added a new directory "contrib" which will be used for anything that users contribute that is not patched into the main distribution. * XSLT transform courtesy of Mark Eichin, to convert devtodo XML databases into colour PDF's. This is contrib/xslt-example.1. * XSLT contribution for converting devtodo XML databases into HTML, courtesy of Daniel Peterson. This is contrib/xslt-example.2. * I have created an amalgam of the above two XSLT contributions that will output a HTML page with colourised items. Completed items are struck out. This is a dodgy hack, so if anybody has any enhancements it would be much appreciated. * Changed filename of src/todo.cc to src/main.cc so that devtodo will compile under environments where case is not relevant in filenames (ie. Cygwin under M$ Windows). * Added a small PERL script to generate a todo database from a ChangeLog file that's in the same format as that used by devtodo. In the contrib directory. eg. changelog2todo > changelog.todo && devtodo --database changelog.todo * Added two new events: "load" and "save". This can be used in conjunction with one of the above XSLT files by putting something like the following in your ~/.todorc (assuming you have libxlst installed - www.xmlsoft.org): on save exec xsltproc $HOME/etc/todo-html.xslt $TODODB > `dirname $TODODB`/.todo.html Which will basically generate a .todo.html file every time a devtodo database is modified and saved. * Fixed a few minor man page bugs. (the contrib/ files discussed here go in ${PREFIX}/share/examples/devtodo under pkgsrc)
2003-07-17s/netbsd.org/NetBSD.org/grant1220-2477/+2477
2003-07-17s/netbsd.org/NetBSD.org/grant567-1137/+1137
2003-07-17s/netbsd.org/NetBSD.org/grant587-1191/+1191
2003-07-17s/netbsd.org/NetBSD.org/grant575-1158/+1158
2003-07-17Fix build when using gcc3.jmmv1-1/+3
2003-07-17Fix build when using gcc3.jmmv2-1/+47
2003-07-17Fix build when using gcc3.jmmv5-9/+216
2003-07-17Note update of avr-gdb to 5.3.wennmach1-1/+2
2003-07-17Update avr-gdb to 5.3, making patch-aa obsolete.wennmach3-30/+7
While there, buildlink2-ify. Changes suggested by Joachim Koenig-Baltes <joachim@cms.tecmath.com> in private e-mail.
2003-07-17note update of libnbcompat to 20030717grant1-1/+2
2003-07-17bump to 20030717grant1-2/+2
2003-07-17don't test for fparseln in libutil for now.grant3-176/+13
2003-07-17force nbtypes.h to be built, and run ranlib after building the staticgrant1-3/+4
archive.
2003-07-17Correct MAINTAINER's e-mail.wennmach1-2/+2
2003-07-17Note addition of avrdude-4.1.0.wennmach1-1/+2
2003-07-17Add and enable avrdude.wennmach1-1/+2
2003-07-17avrdude - Program for programming the on-chip memory of Atmel AVR CPUswennmach10-0/+389
Submitted by Karl Janmar <karlj@mdstud.chalmers.se> in PR 22139, with several changes by myself. Original package from FreeBSD.
2003-07-17Note addition of avr-libc-2003.05.11.wennmach1-1/+2
2003-07-17Add and enable avr-libc.wennmach1-1/+2
2003-07-17avr-libc -- a C and math library for the Atmel AVR controller family.wennmach5-0/+325
Submitted by Karl Janmar <karlj@mdstud.chalmers.se> in PR 22139, with several changes by myself. Original package from FreeBSD.
2003-07-17Note update of gaim to 0.65.jmmv1-1/+2
2003-07-17Update to 0.65:jmmv3-16/+23
* French translation updated (Eric (Zongo) Boumaour) * Portuguese (Brazilian) translation added (Mauricio de Lemos Rodrigues Collares Neto) * Korean translation updated (Kyung-uk Son) * Japanese translation updated (Junichi Uekawa) * Hebrew translation added (Pavel Bibergal) * Russian translation updated (Dzmitry Chekmarou) * Danish translation updated (Morten Brix Pedersen) * Hungarian translation updated (Zoltan Sutto) * Italian translation updated (Claudio Satriano) * Chinses (Simplified) translation updated (Funda Wang) * Chinese (Traditional) translation updated (Ambrose C. Li) * Massive internal core/ui splitting * New account dialog * Preferences moved to ~/.gaim/prefs.xml * Account information moved to ~/.gaim/accounts.xml * Pounces moved to ~/.gaim/pounces.xml * Added support for the Trepia protocol * Added protocol icons to various drop-down boxes * New Send IM buddy icon merged from Ximian Desktop 2 * Fixed "Sort by Status" crash * Fixed the MSN signon crash * Fixed the MSN add buddy crash * Fixed the MSN empty buddy list bug * Fixed all known MSN chat bugs * Fixed HTTP redirect handling in smiley retrieval. This fixes the problems with some smiley themes. * Chats in MSN can now be initiated by right-clicking a buddy and choosing Initiate Chat. * MSN Alerts and incoming MSN pages no longer pop up several error dialogs * Ability to view iChat "Available" messages for AIM * Stores your buddy icon on the server for AIM * Support for non-ascii characters with Yahoo! Messenger * Focus returns to the input box when you click elsewhere, like it used to * New typing notification icons from Ximian
2003-07-17Initial import of dbench-1.3 into the NetBSD Packages Collection.agc1-1/+2
Taken from the dbench README file: Netbench is a terrible benchmark, but it's an "industry standard" and it's what is used in the press to rate windows fileservers like Samba and WindowsNT. In order for the development methodologies of the open source community to work we need to be able to run this benchmark in an environment that a bunch of us have access to. We need the source to the benchmark so we can see what it does. We need to be able to split it into pieces to look for individual bottlenecks. In short, we need to open up netbench to the masses. To do this I have written three tools, dbench, tbench and smbtorture. All three read a load description file called client.txt that was derived from a network sniffer dump of a real netbench run. client.txt is about 4MB and describes the 90 thousand operations that a netbench client does in a typical netbench run. They parse client.txt and use it to produce the same load without having to buy a huge lab. They can simulate any number of simultaneous clients.
2003-07-17Add and enable dbenchagc1-1/+2
2003-07-17Initial import of dbench-1.3 into the NetBSD Packages Collection.agc6-0/+92
Taken from the dbench README file: Netbench is a terrible benchmark, but it's an "industry standard" and it's what is used in the press to rate windows fileservers like Samba and WindowsNT. In order for the development methodologies of the open source community to work we need to be able to run this benchmark in an environment that a bunch of us have access to. We need the source to the benchmark so we can see what it does. We need to be able to split it into pieces to look for individual bottlenecks. In short, we need to open up netbench to the masses. To do this I have written three tools, dbench, tbench and smbtorture. All three read a load description file called client.txt that was derived from a network sniffer dump of a real netbench run. client.txt is about 4MB and describes the 90 thousand operations that a netbench client does in a typical netbench run. They parse client.txt and use it to produce the same load without having to buy a huge lab. They can simulate any number of simultaneous clients.
2003-07-17Initial import of OpenPBS-2.3.16 into the NetBSD Packages Collection.agc1-1/+2
OpenPBS is a generic network queuing system. The Portable Batch System (PBS) is a flexible batch queueing and workload management system originally developed for NASA. It operates on networked, multi-platform UNIX environments, including heterogeneous clusters of workstations, supercomputers, and massively parallel systems. Development of PBS is provided by Altair Grid Technologies.
2003-07-17Add and enable openpbsagc1-1/+2
2003-07-17Initial import of OpenPBS-2.3.16 into the NetBSD Packages Collection.agc8-0/+326
OpenPBS is a generic network queuing system. The Portable Batch System (PBS) is a flexible batch queueing and workload management system originally developed for NASA. It operates on networked, multi-platform UNIX environments, including heterogeneous clusters of workstations, supercomputers, and massively parallel systems. Development of PBS is provided by Altair Grid Technologies.
2003-07-17forgot to commit the workaround unneeded any more.kei1-3/+1
2003-07-17- distfiles are modified without a version bump.kei2-25/+25
- the name of distribution directory seems to have been corrected.
2003-07-17Add a mirror for the INIT... distfileagc1-2/+3
2003-07-17Introduce CUE_USE_CANNA, which determines whether to enable Canna support.uebayasi2-7/+15
Default is NO. This addresses PR19010 by Takashi Yamamoto.
2003-07-17Update:abs7-11/+16
gcc3 to 3.3nb5 gcc3-c to 3.3nb1 gcc3-c++ to 3.3nb1 In gcc3.mk set CPP to '.../cpp -gcc' rather than '.../cpp' Ensure __GNUC__ and similar are defined.