summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-01-03Note update of pkg_comp to 1.13.jmmv1-1/+2
2004-01-03Update to 1.13:jmmv2-5/+5
- Fix detection of outdated pkg_install. The 'grep' failed because the error message shown was recently changed in pkgsrc.
2004-01-03+ psi-0.9.1.jmmv1-1/+2
2004-01-03Fix multi-line strings and an incorrect function call identified by gcc3.kristerw3-1/+517
2004-01-03Fix a multi-line sting.kristerw2-1/+17
2004-01-03Add p5-libwww dependency for check-updates.plben1-1/+3
2004-01-03Downgrade 'evolution' TODO to 1.4 (1.5 is the devel version for gnome-2.6).rh1-2/+2
I'm working on this.
2004-01-03Add correct version syntax to BUILD_DEPENDS lineheinz3-8/+8
2004-01-03+ blib-1.1.4, blinkensim-2.5, blinkentools-2.5, clisp-2.32,wiz1-4/+9
elm-me-2.4pl110a, gdm-2.4.4.6, overnet-0.51.2 [pkg/23945], rsync-2.6.0.
2004-01-03Fix download location for the language support files.wiz2-25/+25
Fix PLIST to include new DIST_SUBDIR and fix a checksum to the one that I just got.
2004-01-03Correct dependency on flexheinz1-2/+2
2004-01-03Fix package name (this is 'gtkhtml3' not 'gtkhtml').rh1-3/+3
2004-01-02Note update of fonts/adobe-cmaps to 20030924cjep1-1/+2
2004-01-02Update to 20030924.cjep2-10/+10
Changes to: aj15.tar.Z Closes PR#23955 from Min Sik Kim. Also set DIST_SUBDIR to PKGNAME_NOREV (suggested by wiz@).
2004-01-02Rename license file from fp-nebsd-ws-license to fp-netbsd-ws-licensewiz1-0/+0
(missing t).
2004-01-02PR#23466 from Igor Sobrado. Setup links for flists and folders man pages.cjep3-4/+7
2004-01-02Fix spelling typo (mulitple).reed1-1/+1
2004-01-02I had moved MESSAGE to MESSAGE.NetBSD.reed2-13/+0
2004-01-02Synchronize patches with lang/gcc. Fixes build on -current. PKGREVISION++cjep2-3/+4
2004-01-02Add license information for fp-netbsd-ws, and note new package in Makefileben4-3/+175
and CHANGES.
2004-01-02Import fp-netbsd-ws-4.3.1, the f-prot antivirus for home users.ben4-0/+105
For home users using the BSD open-source operating system, we offer F-Prot Antivirus for BSD Workstations. F-Prot Antivirus for BSD Workstations utilizes the renowned F-Prot Antivirus scanning engine for primary scan but has in addition to that a system of internal heuristics devised to search for unknown viruses F-Prot Antivirus for BSD was especially developed to effectively eradicate viruses threatening workstations running FreeBSD, NetBSD, or OpenBSD. It provides full protection against macro viruses and other forms of malicious software - including Trojans.
2004-01-02Make qcad 1.5.4 compile and work again under NetBSD/alpha.reinoud1-1/+2
Some patches that were made no longer applied.
2004-01-02Make qcad 1.5.4 compile again under NetBSD/alphareinoud3-20/+8
2004-01-02Remove info files from PLIST.seb6-25/+6
2004-01-02Multiline strings -> Single line strings. Fixes build on -current.cjep2-1/+41
2004-01-02Note update of sun-j*3 to 1.0.10.jschauma1-1/+3
2004-01-02Update sun-j*13 to latest version 1.3.1_10. Bugs fixed since 1.3.1_09jschauma4-15/+15
according to http://java.sun.com/j2se/1.3/ReleaseNotes.html: - J# Compiler silently generates bytecode that exceeds VM limits. - BigDecimal String constructor throws StringIndexOutOfBounds. - URL constructor throws java.lang.StringIndexOutOfBoundsException - VM crashes if a run method throws an expection in a finally block - JVM crash in java.net.ServerSocket.implAccept - -Xcheck:jni overly strict in JNI method IsSameObject - JVM hangs up with C++ std lib because of mutex deadlock in 1.3.1_03/1.4.0_0X - jvm crashes without any error message - java.util.Date(int,int,int,int,int,int) is unable to give hour information - 1.3.1_09: JVM process size grows after every JVMPI heap dump request.
2004-01-02Note update of net/ftpproxy package to 1.2.2.taca1-1/+2
2004-01-02Update ftpproxy package to 1.2.2.taca2-5/+5
Version 1.2.2 - 16122003asg - -------------------------------- * Fixed a error in ending an connection after receiving "QUIT". * Added support for configuration files. Two new parameters are added for this. (-f and -F) * renamed `dcp' to `ctp' because we thought that `connection translation programs' gives a better idea of what the really do.
2004-01-02Same as for 1.4:jschauma3-31/+26
Don't duplicate the FETCH_MESSAGE, move it to Makefile.common instead. Found a URL for older distfiles, so make that known.
2004-01-02Replace multiline string printf's with several singleline stringcjep3-1/+88
printf's to appease gcc 3.2. Noticed in agc's bulk build.
2004-01-02Undo last unwanted commit.seb1-2/+1
2004-01-02Remove info files from PLIST files.seb5-10/+6
2004-01-02#include <string.h> in two places to fix build problem noticed in Alistair'scjep3-7/+26
latest bulk build.
2004-01-02Note othersrc->src. No functional changecjep2-3/+3
2004-01-02Fix build with gcc3.jmmv3-1/+28
2004-01-02Require any version of gperf greater than 2.7.2.jmmv1-2/+2
2004-01-02Oops. Forgot in previous commit.salo1-15/+0
2004-01-02Introduce dynamic registration of info files in PLIST.seb1-1/+40
For each file listed in INFO_FILES the installed files matching ${PREFIX}/${INFO_DIR}/filename(-[0-9]+)? are registered as belonging to the package. Also ignore the same files in print-PLIST target. Info files should not be listed in PLIST files anymore but the awk code snippet (_PLIST_AWK_INFO) in charge of actually dealing with info files for the plist target will strip any it finds in them. Now for the reason behind this... Older makeinfo command (before pre-release version 4.5.90 or before release version 4.6) had SPLIT_SIZE_THRESHOLD: when an info file size was >= SPLIT_SIZE_THRESHOLD then the info file was split in chunks of DEFAULT_SPLIT_SIZE size. DEFAULT_SPLIT_SIZE in older versions of makeinfo was 50000 (bytes) and SPLIT_SIZE_THRESHOLD was 70000. So if an info file has a size < 70000 and is processed by makeinfo < 4.6 it is not split in chunks. But if it is processed by makeinfo >= 4.6 texinfo.mk to emulate older version automatically adds `--split-size=50000' to makeinfo's command line and this time the info file is split in chunks... This can lead to PLIST inconsistency from platform to platform or more exactly from version to version of makeinfo. Now we don't have to care about this problem and the info files removal from PLIST files can happen.
2004-01-02mail/cueitojun1-1/+2
2004-01-02update to 20031201. supports iso-8859-15.itojun2-6/+6
2004-01-02Fix build with gcc3.jmmv6-16/+186
2004-01-02QT1DIR is needed in the make environment.jmmv1-1/+2
2004-01-02p5-XML-Parser is needed by the included intltool during the build of thisjmmv1-1/+2
package. Fixes problems shown in the last bulk build.
2004-01-02Enable sylpheed-claws-ghostscript-viewer and note its addition to pkgsrc.cube2-2/+4
2004-01-02Initial import of sylpheed-claws-ghostscript-viewer, version 0.6, into thecube3-0/+34
NetBSD Package Collection. The ghostscript-viewer plugin allows Sylpheed-claws to display PostScript and PDF attachments in the visualisation panel. You must manually load the plugin through Configuration/Plugins.
2004-01-02Add a buildlink2.mk file for external plugins this time. It doesn't pullcube1-0/+25
in any dependency because plugins don't link with anything from the sylpheed-claws package anyway, they just need headers.
2004-01-02Note new edict and kanjidic packages, and xjdic update to 2.4.wiz1-1/+4
2004-01-02Update to 2.4:wiz5-30/+46
In fact very little has changed in V2.4. A few bugs were fixed, and one new feature, namely the display of multiple results in a multi-dictionary lookup, was added. One bug-fix was to re-instate a feature that was accidently dropped out in the V2.2 -> V2.3 update. (Only one user noticed....) Pkgsrc change: depend on new edict and kanjidic packages instead of including a copy of the files.
2004-01-02Add and enable bsdiff (hi, cjep!), edict, and kanjidic.wiz1-1/+4