summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-05-23unusedrecht4-38/+0
2004-05-23unusedrecht1-8/+0
2004-05-23bl3ifyrecht1-3/+3
2004-05-23Updated to version 1.14, based on the patch provided by Adrian Portelli.heinz3-20/+6
Patch-aa is not necessary anymore. This closes PR pkg/25163. Revision History: 1.14 2003-03-16 - kludge not to cause segmentation fault on Perl 5.8.0 w/PerlIO and FileHandle (ex. CPAN.pm) - clean up Makefile.PL (use strict, fix for HPUX and FreeBSD, fix typo, etc.) 1.13 2002-07-27 - readline-4.2 support new variables rl_completion_suppress_append rl_completion_mark_symlink_dirs new functions rl_replace_line() rl_completion_mode() - tgetstr() calls tput() to apply padding information. No more "$<2>" on prompt. - shadow_redisplay() with ornament works on xterm.
2004-05-23Re-add a patch to fix the problems with setlocale(3).xtraeme2-1/+17
2004-05-23Introduce and use three new variables:jschauma2-6/+26
LEAFNODE_DATA_DIR, LEAFNODE_USER and LEAFNODE_GROUP, to be used by leafnode to specify the data dir, the user and the group, defaulting to 'news'. Note: the default is the same as for inn. Pointed out by Georg Schwarz in mail to tech-pkg.
2004-05-23Use option "-r" instead of "-e" for the '[' command since this is notheinz9-22/+22
portable to some operating systems (eg UnixWare or IRIX 5).
2004-05-23Apply IPv6 patch only if we really want IPv6 support because the patchtron1-7/+10
breaks the build on some IPv4 only platforms (e.g. IRIX). This fixes PR pkg/25671 by Georg Schwarz.
2004-05-23Readd checksum for "gcc-3.3.3.tar.bz2" which got accidently removed bytron1-1/+3
"make makedistinfo".
2004-05-23Add missing checksum for new patch file "patch-ac".tron1-3/+2
2004-05-23Backout last change. It is no longer necessary with revision 1.24tron2-33/+1
of "src/include/resolv.h" as pointed out by Markus W. Kilbinger in private e-mail.
2004-05-23Change PLIST.common location of HTML documentation. Somehow this gotben1-162/+162
missed while I was addressing PR#25652.
2004-05-23unusedrecht2-27/+0
2004-05-23bl3ifyrecht11-33/+35
2004-05-23Note update of roundup to 0.72.recht1-1/+2
2004-05-23update to 0.72recht2-8/+8
changes: - anydbm sorting with None values (sf bug 952853) - roundup-server -g option not recognised (sf bug 952310) - HTML templating isset() inverted (sf bug 951779) - otks manager missing (sf bug 952931) - mention DEFAULT_TIMEZONE requirement in upgrading doc (sf bug 952932) - fix DateHTMLProperty so local() can override user timezone (sf bug 953678) - fix anydbm sort/group direction handling, and make RDBMS sort/group use Link'ed "order" properties (sf bug 953148) - fix Interval editing (sf bug 954891)
2004-05-23Lets be pkgviews friendly: create the bin directory when installing wrappers.jmmv1-1/+5
2004-05-23Note revision bump for sablevm* to 1.jmmv1-1/+4
2004-05-23Convert sablevm{,-classpath,-classpath-gui} to java-env.mk, so that theyjmmv7-2854/+2885
can easily coexist with other Java implementations. This basically means that they are now installed under ${PREFIX}/java/sablevm and that a wrapper is created under ${PREFIX}/bin (sablevm-java) to exec this VM.
2004-05-23Let a package specify which is the real binary for each wrapper (by settingjmmv1-2/+4
JAVA_WRAPPER_BIN.<wrapper-name>), in case it differs from the default. For example, sablevm does not install a 'java' program with that name, so adding 'java' to JAVA_WRAPPERS couldn't DTRT.
2004-05-23Fix MASTER_SITES. From Robert Elz in PR pkg/25681.snj1-3/+3
2004-05-23g/c Firebird stuff, as all the Mozilla Firebird packages are gone now.grant1-5/+2
2004-05-23allow users of this file to set WRKSRC.grant1-2/+2
2004-05-23Bump required version, pine 4.60 does not compile with 4.6kim1-2/+2
2004-05-23Bump required version, pine 4.60 does not compile with 2002.5nb3kim1-2/+2
2004-05-22this file should not have been importeddillo1-1/+0
2004-05-22Note addition of hugo and wxhugo 3.0.07:dillo1-1/+3
Hugo is an interactive fiction (text adventure) system. hugo contains a compiler and a text-only interpreter wxhugo contains an interpreter with graphics and sound support
2004-05-22Add and enable hugo and wxhugodillo1-1/+3
2004-05-22import hugo 3.0.07:dillo6-0/+146
A compiler and interpreter for the Hugo interactive fiction system. The interpreter is the curses port without support for graphics or sound.
2004-05-22import wxhugo 3.0.07:dillo7-0/+176
An interpreter for Hugo interactive fiction, with support for graphics and sound.
2004-05-22Note revision bump for kaffe{,-nox11} to 1.jmmv1-1/+3
2004-05-22Convert kaffe-nox11 and kaffe to use java-env.mk. Also avoid directjmmv4-102/+122
modifications of PREFIX's value. Bump PKGREVISION to 1.
2004-05-22Note revision bump for sun-{jre,jdk}14 to 1.jmmv1-1/+3
2004-05-22Convert sun-{jre,jdk}14 to use java-env.mk. This implies that thejmmv7-1762/+1764
packages now install several wrappers under ${PREFIX}/bin to run the binaries installed under ${JAVA_HOME}/bin easily. While here, drop the direct modification of PREFIX. Bump PKGREVISION to 1.
2004-05-22Convert sun-{jre,jdk}13 to use java-env.mk. This implies that thejmmv7-952/+931
package now install several wrappers under ${PREFIX}/bin to run the binaries installed under ${JAVA_HOME}/bin easily. While here, drop the direct modification of PREFIX. No revision bump since these packages were updated just some minutes ago.
2004-05-22Initial addition.jmmv1-0/+74
This file provides a framework to easily create wrappers to run Java environments (either compilers or virtual machines) installed under ${PREFIX}/java/<implementation>. These wrappers hide the complexity of having to modify the path, unlimit resources or to set a correct CLASSPATH for the program to run.
2004-05-22Note update of sun-{jre,jdk}13 to 1.0.11.jmmv1-1/+3
2004-05-22Update sun-{jre,jdk}13 to 1.3.1_11. Bugs fixed since 1.3.1_10:jmmv4-15/+15
- GetCurrentThreadCpuTime returns wrong information - infinite loop in sun.net.www.http. KeepAliveStream [due to skip()] - fatal error handler enhancements - RFE: DNS-related functions in PAC file support do not support foward DNS lookups - Reading entries from certain zipped files causes JVM death (native exception) - Missing encoding conversion in PlainSocketImpl.socketCreate - in with J2se1.3 in multithread situation, socket reads data unexpectly - REGRESSION 1.4: PropertyDescriptors do not find the most specific methods - C2 crash in adjust_check - Null Pointer in creating Window - Signature timestamps in signed jar files break forward compatibility - java.sql.TimeStamp results in wrong time for some timezones when dates are in BC - (thread) Thread.interrupt() is not executed after first try - REGRESSION:Ctor IndexedPropertyDescriptor works incorrectly - Netscape hang situation
2004-05-22add XEN12_USE_COM2 option to switch Xen console on com port2cl3-3/+19
2004-05-22Introduce and use two new variables:jschauma2-18/+30
INN_USER and INN_GROUP, specifying the username and groupname to be used by inn, defaulting to 'news'. Noted by Georg Schwarz in mail to tech-pkg.
2004-05-22add DMA support for additional ide chipsetscl3-2/+40
2004-05-22Update gcc3-ada to 3.3.3nb1abs8-8/+27
Update gcc3-c++ to 3.3.3nb1 Update gcc3-c to 3.3.3nb2 Update gcc3-f77 to 3.3.3nb1 Update gcc3-java to 3.3.3nb1 Update gcc3-objc to 3.3.3nb1 Update gcc3 to 3.3.3nb1 gcc arm: fix GCC _P_R_ target/14302 Apply gcc fix for gcc PR target/14302 to fix ARM compiler issues triggered by at least glib, glib2, and pkgconfig. 2004-02-26 Richard Earnshaw <rearnsha@arm.com> Daniel Jacobowitz <drow@mvista.com> PR target/14302 * arm.h (ARM_GO_IF_LEGITIMATE_ADDRESS): Don't check the mode size for minipool references.
2004-05-22Make this build and work under NetBSD 2.0E and above with the bind9tron2-1/+33
resolver library.
2004-05-22mention xentool12 and xen12cl1-1/+3
2004-05-22add xen12cl1-1/+2
2004-05-22remove unneeded DISTFILES line.cl1-2/+1
2004-05-22s/netbsd.org/NetBSD.org/, don't mention the Ports page URL in thegrant2-5/+5
DESCR, it's already the HOMEPAGE.
2004-05-22add xen12 package:cl9-0/+239
Xen is is a virtual machine monitor for x86 that supports execution of multiple guest operating systems with unprecedented levels of performance and resource isolation. Xen is Open Source software. See http://www.cl.cam.ac.uk/Research/SRG/netos/xen/ for more details on Xen. See http://www.netbsd.org/Ports/xen/ for more details on NetBSD/xen.
2004-05-22Add more detailed description of tools included.reed1-0/+8
(Previously the DESCRiption only mentioned one of nine tools.
2004-05-22i[3-6]86 is squashed to just "i386" in pkgsrc.grant1-2/+2