summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-11-20Added tcd.rillig1-1/+2
2005-11-20- If the BULKFILESDIR differs from PKGSRCDIR, create it before trying torillig1-1/+16
create log files in it. - Fail early if the ORDERFILE does not exist. (As this program is not in "set -e" mode, it had continued without error checking, which resulted in _many_ error messages.)
2005-11-20Note update of mail/nail to 11.25cjep1-1/+2
2005-11-20Update of mail/nail to 11.25cjep2-6/+6
The changes between 11.22 and 11.25 are mostly bug fixes. Please see the ChangeLog in the source distribution for more details. Other changes: * The new "maximum-unencoded-line-length" variable allows to configure the limit on the line length that causes an ASCII text message to be sent in quoted-printable if exceeded (on request by Greg Cox). * Since RFC 2595 allows wildcards at other places than RFC 2818 which is implemented by Mozilla NSS, host name verification is now done separately. * The "sort xyz" commands now uncollapse all threads of a previously threaded folder view; messages in collapsed threads were previously not shown when the folder was sorted. * The junk mail filter now also ignores the "X-pstn" header fields generated by "postini" filtering software. * An 'imap-list-depth' variable was introduced to control the maximum depth of the folder traversal for the 'folders' command if the folder separator on the IMAP server is not the slash '/'. * If standard output is not a terminal device, the output of the 'folders' command applied to an IMAP account is no longer arranged into columns. * The new '-R' option causes all folders to be opened read-only. * The output for the '~p' tilde escape was extended to include the fields implied by the 'from', 'replyto', 'sender', and 'ORGANIZATION' variables (Proposed by Bob Tennent). * The 'autocc' and 'autobcc' variables are now evaluated before composition of a message begins. The resulting addresses can thus be edited and viewed using the '~b', '~c', '~h', and '~p' tilde escapes, but changing the values of the 'autocc' and 'autobcc' variables using '~:set' has no effect on the currently composed message anymore. * The values of the 'from' and 'replyto' variables can now contain multiple addresses. * A 'sender' variable was introduced to set the content of the 'Sender:' field for outgoing messages. * The '-r' option now actually disables tilde escapes as documented (Bugreport by Bob Tennent). * The 'undelete' command now also clears the 'saved' flags of messages that have been moved.
2005-11-20Updated lintpkgsrc to 4.43.1.rillig2-7/+17
- In BATCH mode, that is for the bulk builds, hardcode PKGSRCDIR as /usr/pkgsrc. Otherwise take ${PKGSRCDIR}.
2005-11-20regen.rillig2-430/+608
2005-11-20Don't report *_MK variables as unchecked.rillig1-2/+4
2005-11-20Added a section on how to keep pkgsrc up-to-date.rillig1-2/+19
2005-11-20Despite having ALLOW_VULNERABLE_PACKAGES in my /etc/mk.conf, I foundagc1-2/+2
that the bulk builds would only work properly with the audit-packages package installed at all times. I am obviously hideously mistaken in this. By popular request, revert the change to add audit-packages, since I am told this is the incorrect way of doing this.
2005-11-20Imported audio/tcd-2.2.0 from pkgsrc-wiprillig1-1/+2
2005-11-20Imported tcd from pkgsrc-wip.rillig4-0/+29
Tcd is a tiny audio CD player using ncurses. It can play CDs and manage a little CD database in cddb format.
2005-11-20Added subshell parentheses around the command for updating pkg_install.rillig1-2/+2
This allows for copy&paste.
2005-11-20Use the autoconf version intended by the author. This makes theminskim1-2/+2
package build on Darwin.
2005-11-20While I was root when running make changes-entry, it is better tojoerg1-4/+4
keep my developer name in CHANGES. Fix the botched-up entries.
2005-11-20Macro usage fixes, use more macros, grammar improvement.wiz1-10/+12
2005-11-20Reverted the SU_CMD change from between 1.1748 and 1.1749 almostrillig1-2/+3
completely. The only difference to revision 1.1748 is that the PATH=$$PATH:${SU_CMD_PATH_APPEND} argument is included in single quotes. This will lead to problems when the PATH should contain single quotes but works in all other cases. (Single quotes in the PATH hadn't worked before either.) The tricky part regarding this code is that the PATH and .CURDIR bypass the SU_CMD. They are evaluated before and inserted as literals into the command that is executed by the SU_CMD. Preserving these variables this way circumvents interpretation and modification through the SU_CMD, but leads to ugly rules for quoting which are currently not handled completely correctly.
2005-11-19Don't require too much from a simple awk. 6144 bytes per line must berillig1-3/+6
enough. At least for Solaris.
2005-11-19Print the name of the test case when starting it. This helps in detectingrillig2-3/+10
which test case fails.
2005-11-19Make sure that awk can handle strings of length 4096 on the command linerillig1-14/+45
and of length 2^20 when copying from stdin to stdout.
2005-11-19Added comments.rillig1-1/+4
2005-11-19Added a regression test for the TOOLS framework.rillig1-1/+2
2005-11-19Regression test for the capabilities of the TOOLS. Most of them haverillig3-0/+53
many different implementations and are by no way easy to use. This test collects some assumptions about what the tools must be able to handle. It is also meant as a guide on using these tools correctly and reliably.
2005-11-19Rename a local (static) variable that has the same name as an externalkristerw2-1/+33
variable defined in a .h file. This makes the pkg build when using gcc 4.
2005-11-19As long as pkg_regress is not mentioned in the pkgsrc guide, it does notrillig1-2/+1
deserve to have the pkgsrc guide as a homepage.
2005-11-19require a recent texinfo. should fix recent NetBSD-1.6 build problemsdmcmahill1-1/+2
2005-11-19Variable names starting with an underscore are reserved for internalrillig1-3/+2
pkgsrc use.
2005-11-19Allow the bulk builds to work by adding security/audit-packages as aagc1-2/+2
BULK_PREREQ package.
2005-11-19Code cleanup.rillig1-164/+22
- Removed some of the old checks. - Replaced some of the old checks with modern code. - Replaced some of the old checks with TODO markers.
2005-11-19Import slapd pthread fix for databases/openldap.joerg1-1/+2
2005-11-19Checking for attribute support with _POSIX_THREAD_ATTR_STACKSIZE isjoerg3-6/+15
good, not including unistd.h (which defines the macro) is bad. Correct this mistake to get a working thread stack on DragonFly and other systems which have less than 2 MB by default. Bump revision.
2005-11-19Replaced the special purpose variable $seen_USE_PKGLOCALEDIR with therillig1-6/+15
$makevar table. This allows for easy checks that involve more than only one variable.
2005-11-19Removed the old EXTRACT_SUFX check.rillig1-19/+2
2005-11-19Don't complain if no MAINTAINER is given.rillig1-13/+1
2005-11-19Indentation fix.rillig1-3/+2
2005-11-19Oops, covered the tracks from last-minute tests.rillig1-2/+1
2005-11-19malloc.h is nonstandard, and not available on all platforms.kristerw2-1/+14
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).