summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-11-19Updated pkglint to 4.43.rillig5-14/+69
Changes since 4.42: - Reduced the number of duplicate diagnostics when checking multiple files. Only diagnostics concerning the current package are printed. - Added checks for EXTRACT_SUFX and PKG_INSTALLATION_TYPES. - Added a work-around for the PHP patches warnings. - PERL5_PACKLIST should not contain references to other variables. - Added the -s|--source command line option to show the code along with the diagnostics. - Fixed a bug in get_logical_line(); logical lines have not had their physical lines attached. - Deprecated variables are not only checked when they are defined but also when they are used.
2005-11-19Fix a build problem on OS X ('uint32_t' undeclared) using a patch fromkristerw2-1/+17
the upstrems repository.
2005-11-19Removed unused PAXDIR variable. (It had been used back in revision 1.1.)rillig1-5/+2
Set NO_BUILD=yes instead of NO_BUILD=#defined to make pkglint happy.
2005-11-19Fixed pkglint warnings:rillig1-3/+3
- Replaced 1 with yes in NO_BUILD and NO_CONFIGURE, as the latter is more common.
2005-11-19Fixed pkglint warnings:rillig2-8/+6
- Replaced #defined with #none for EXTRACT_ONLY. - Replaced #defined with yes for NO_BUILD, NO_CONFIGURE, NO_MTREE. - Removed NO_CHECKSUM completely, as a distinfo file exists, it has the correct checksums, and I couldn't find even a hint to why NO_CHECKSUM was set.
2005-11-19pkglint --autofixrillig2-2/+4
2005-11-19Added a "gtk" option, as proposed in PR 32029. Fixes that PR.rillig2-7/+21
2005-11-19Tobias Nygren said in PR 31387 that the work-around for a gcc compilerrillig1-7/+1
bug on netbsd-*-alpha is not needed anymore. Fixes PR 31387.
2005-11-19Fixed definition of PERL5_PACKLIST.rillig1-2/+2
2005-11-19Updated pkglint to 4.42.2.rillig3-4/+10
- Added a check that PERL5_PACKLIST does not contain references to other variables. Some packages have ${PERL5_SITEARCH} in it, which results in a double slash, and the CHECK_FILES framework cannot handle this.
2005-11-19Imported textproc/p5-Pod-Tree-1.11 from pkgsrc-wiprillig1-1/+2
2005-11-19Imported p5-Pod-Tree from pkgsrc-wip.rillig4-0/+27
Pod::Tree parses a POD ("plain old documentation") text into a static syntax tree. Applications walk the tree to recover the structure and content of the POD.
2005-11-19Imported www/p5-HTML-Stream-1.55 from pkgsrc-wiprillig1-1/+2
2005-11-19Imported p5-HTML-Stream from pkgsrc-wip.rillig4-0/+26
This module provides you with an object-oriented (and subclassable) way of outputting HTML. Basically, you open up an "HTML stream" on an existing filehandle, and then do all of your output to the HTML stream (you can intermix HTML-stream-output and ordinary-print-output, if you like).
2005-11-19If the directory of a dependency does not exist, fail instead of (almost)rillig1-2/+3
silently skipping the dependency.
2005-11-19Added patch-aj, which fixes PR 32114.rillig2-1/+40
2005-11-19Added the patch from PR 32114 to make this package build with SunPro onrillig2-1/+17
Solaris. Fixes PR 32114.
2005-11-19Fixed the documentation in the DIAGNOSTICS section.rillig1-4/+6
2005-11-19Made the diagnostics for invalid characters in BULK_PREREQ and therillig1-6/+8
package list more useful by only showing the invalid characters, not the complete variable value.
2005-11-19- Moved the "man page" comment into a real man page.rillig2-18/+119
- Added more sanity checks.
2005-11-19Apply patch from rivo nurges to eliminate awful memory leak whenxtraeme3-2/+27
playing internet streams with moc. Thanks to rivo nurges and Peter Schuller (Maintainer). Bump PKGREVISION.
2005-11-19Updated mail/sylpheed-devel to 2.1.7xtraeme1-1/+2
2005-11-19Update to 2.1.7.xtraeme3-37/+54
* The spell checking feature was implemented (requires GtkSpell). * The drop of files is allowed on the whole composition window. * The insertion of text by drag and drop was disabled. * The PGP interface is disabled if GnuPG is not available. * A bug that aborted program if invalid UTF-8 text is put in the log window was fixed. * The pane between summary and message view became more visible. * Reply-to-list is not enabled for subscribe confirmation request etc. * The bug that the separator of newsgroups was broken was fixed. * The bug that broke the summary selection when mark, unread, and colorlabel flags were changed while the summary was sorted by them was fixed. * The bug that caused crash when quote colors dialog was closed by the window close button was fixed. * The bug that showed wrong value if the total size of a folder was more than 2GB was fixed.
2005-11-19The toplevel database files are referenced in the report, so they must notrillig1-3/+1
be unlinked. Not even in a comment.
2005-11-19Now that exiftool has been renamed to be p5-Image-ExifTool, change theagc1-2/+2
SUBDIR entry in the category Makefile to follow suit.
2005-11-19Note PKGREVISION update of cppunit.minskim1-1/+2
2005-11-19- Update PLIST to match filenames generated by the recent doxygen.minskim2-84/+108
- Set USE_LIBTOOL to override libtool. Bump PKGREVISION.
2005-11-19Note PKGREVISION bump of graphviz.minskim1-1/+2
2005-11-19Do not use hardcoded URW Type 1 font names, which cause errors whenminskim1-1/+4
running doxygen. Instead, let fontconfig find PostScript fonts. Bump PKGREVISION.
2005-11-19TODO:rillig1-1/+4
o Correct and consistent handling of file names containing white-space and other special characters.
2005-11-19Replaced ${ECHO_MSG} with ${ECHO} where appropriate. While there, quotedrillig1-19/+19
the filename of the toplevel BROKENFILE correctly.
2005-11-19Fix some static/non-static conflicts that prevented this from buildingkristerw3-1/+24
with gcc 4.
2005-11-19To check if the pkg_install tools are up to date, the bulk build scriptagc1-2/+2
cd's into pkgtools/pkglint and does a "make fetch". Since the audit-packages check was introduced to bsd.pkg.mk, this "make fetch" will fail with an error message which looks like: ===> do-fetch [pkglint-4.42.1] ===> Checking for vulnerabilities in pkglint-4.42.1 ===> check-vulnerable [pkglint-4.42.1] ===> *** The audit-packages package must be at least version 1.40 ===> check-vulnerable [pkglint-4.42.1] ===> *** Please install the security/audit-packages package and run ===> check-vulnerable [pkglint-4.42.1] ===> *** '/usr/pkg/sbin/download-vulnerability-list'. *** Error code 1 since there is no audit-packages package installed at this point (we are still doing the pre-installation checks). So call "make fetch" with an additional SKIP_AUDIT_PACKAGES=yes argument at this point.
2005-11-18Note addition of md4-collision and md5-collisionagc1-1/+3
2005-11-18Add and enable md4-collision and md5-collisionagc1-1/+3
2005-11-18Initial import of md4-collision-20051118, a program to calculate md4 collisions.agc4-0/+37
MD4 Collision Generation Faster implementation of techniques described in Cryptanalysis for Hash Functions MD4 and RIPEMD, by Xiaoyun Wang, et al. Average runtime on P4 1.6ghz - 5 seconds
2005-11-18Initial import of md5-collision-20051118, a program to calculate md5 collisions.agc4-0/+38
MD5 Collision Generation Faster implementation of techniques in How to Break MD5 and Other Hash Functions, by Xiaoyun Wang, et al. Old (Wang, et al.) average run time on IBM P690 supercomputer - 1 hour New average run time on P4 1.6ghz PC - 45 minutes
2005-11-18Fix a static/non-static conflict that prevented this from buildingkristerw2-1/+15
when using gcc 4.
2005-11-18Fix MASTER_SITES, comment out old HOMMEPAGE.wiz1-3/+3
2005-11-18add gqview-develgdt1-1/+2
2005-11-18Added graphics/gqview-devel version 2.1.1 [gdt 2005-11-18]gdt1-1/+3
Renamed graphics/exiftool to graphics/p5-Image-ExifTool [gdt 2005-11-18]
2005-11-18moved to p5-ImageExifToolgdt4-32/+0
2005-11-18renamed from graphics/exiftoolgdt4-0/+33
2005-11-18CONFLICTS=lang/mpd looks like it might work, but it does not.wiz1-2/+2
Replace it with CONFLICTS=mpd-[0-9]*
2005-11-18Collapse two .for blocks to improve readability:tv1-14/+3
_ULIMIT_CMD to use a ${...:@var@loop ...@} construct _ACCEPTABLE to use a !empty(var:Mfoo) conditional
2005-11-18Use the new print/teTeX/module.mk framework and installreed6-14/+36
the tex files to ${PKG_TEXMFPREFIX}/tex/latex/lyx/. This makes it so the latex recognizes these available classes/styles. I noticed that previously cv (curriculum vitae) was not recognized, but now it is available. Bumped PKGREVISION.
2005-11-18Merge from re-importation of gqview-devel.gdt4-0/+123
(This packages 2.1.1.)
2005-11-18+ fetchmail-6.2.5.4, gxine-0.5.0, hyperestraier-1.0.6, lftp-3.3.4.wiz1-3/+5
2005-11-18Add necessary magic to build kppp on DragonFly.joerg4-9/+70
2005-11-18- add DragonFly support and fix OSS audio for !Linux platformsjoerg5-17/+73
- fix 'label at end of compound statement'