Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-06-18 | Update abcm2ps to 4.12.19. Too many small changes since 3.x. | minskim | 3 | -7/+27 | |
See http://moinejf.free.fr/abcm2ps-4.txt for the complete list. | |||||
2006-06-18 | Note update of p5-Font-TTF. | minskim | 2 | -3/+3 | |
2006-06-18 | Update p5-Font-TTF to 0.38.1. Changes are unknown. | minskim | 2 | -7/+9 | |
2006-06-18 | Fixed path to the Perl interpreter. Bumped PKGREVISION. | rillig | 1 | -3/+3 | |
2006-06-18 | Don't emit a note for missing SUBST_MESSAGE. It's too hard to find a | rillig | 1 | -4/+1 | |
nice description text for most of the SUBST blocks. | |||||
2006-06-18 | Removed an empty line to make the SUBST block appear in a single | rillig | 2 | -4/+2 | |
paragraph. | |||||
2006-06-18 | Don't treat comments as paragraph separators for the SUBST check. See | rillig | 1 | -2/+5 | |
graphics/xfig for an example where it makes a difference. | |||||
2006-06-18 | Fixed pkglint warnings regarding the SUBST block. | rillig | 2 | -7/+9 | |
2006-06-18 | Bugfix: Always count the SUBST_SED and SUBST_FILES lines. | rillig | 1 | -3/+3 | |
2006-06-18 | Added a new check for SUBST blocks. In contrast to all other checks, | rillig | 1 | -2/+163 | |
this one is defined in PkgLint::SubstContext instead of the main package. Time will show whether this was a good decision. Since the checking subroutines heavily modify the fields of the SubstContext, it seems to be Done Right. | |||||
2006-06-18 | Added OVERRIDE_GNU_CONFIG_SCRIPTS and PYPKGPREFIX. | rillig | 1 | -1/+3 | |
2006-06-18 | Fixed a typo in SUBST_CLASSES and other pkglint warnings. Bumped | rillig | 1 | -10/+10 | |
PKGREVISION. | |||||
2006-06-18 | Fixed a typo (SUBST_MESSAGE.cgi => SUBST_MESSAGE.paths) found by pkglint. | rillig | 1 | -2/+2 | |
2006-06-18 | Inserted an empty line after the SUBST block, for visual clarity. | rillig | 1 | -1/+2 | |
2006-06-17 | - autofix() may only be called from the checkfile_*() subroutines to avoid | rillig | 1 | -2/+3 | |
duplicate calls. | |||||
2006-06-17 | Simplified the code by reducing the number of different targets that are | rillig | 1 | -20/+11 | |
evaluated. Now the SUBST_MESSAGE is only printed once when the substitution is actually done. Before this change it had been printed also when the subst-<class> target had been invoked a second time, but the substitution didn't take place again, which had confused me. Also, converted the code to use ${WARNING_MSG} and ${STEP_MSG}. | |||||
2006-06-17 | Fixed path to the Python interpreter. Bumped PKGREVISION. | rillig | 1 | -2/+10 | |
2006-06-17 | USE_LANGUAGES+= c. | rillig | 1 | -2/+2 | |
2006-06-17 | Fixed pkglint warnings. | rillig | 2 | -9/+9 | |
2006-06-17 | Updated devel/tla to 1.3.4. | rillig | 2 | -3/+3 | |
2006-06-17 | Updated tla to 1.3.4. | rillig | 3 | -9/+7 | |
I couldn't find any useful ChangeLog file, but bin/awiki has been removed. | |||||
2006-06-17 | Fixed some pkglint warnings. | rillig | 4 | -26/+19 | |
2006-06-17 | Added a variable OVERRIDE_GNU_CONFIG_SCRIPTS that allows a package to | rillig | 1 | -2/+2 | |
override the config.guess, config.sub and config.rpath scripts even if GNU_CONFIGURE is not defined. This is needed for devel/tla. | |||||
2006-06-17 | Fixed pkglint warnings. Removed unnecessary inclusion of bsd.prefs.mk. | rillig | 1 | -21/+19 | |
2006-06-17 | Moved the HTML documentation into share/doc/sgi-stl/html. Bumped | rillig | 2 | -354/+355 | |
PKGREVISION. | |||||
2006-06-17 | Fixed pkglint warnings. | rillig | 1 | -3/+5 | |
2006-06-17 | Updated patchutils to 0.2.31. | rillig | 2 | -3/+3 | |
2006-06-17 | Updated patchutils to 0.2.31. | rillig | 2 | -8/+12 | |
Changes: - Several small bug fixes. | |||||
2006-06-17 | Fixed pkglint warnings. | rillig | 1 | -3/+2 | |
2006-06-17 | Fixed some pkglint warnings. | rillig | 3 | -32/+32 | |
2006-06-17 | Moved HTML documentation into share/doc/nspr/html. Bumped PKGREVISION. | rillig | 2 | -49/+50 | |
2006-06-17 | Moved HTML documentation into share/doc/libnet/html. Bumped PKGREVISION. | rillig | 2 | -40/+41 | |
2006-06-17 | Moved the HTML documentation from share/doc/html to share/doc/hdf5/html. | rillig | 2 | -607/+606 | |
Bumped PKGREVISION. | |||||
2006-06-17 | Configure with --without-x. This fixes problem where GL components | reed | 1 | -1/+2 | |
were detected and tiffgt was built. No change to package. (TODO: do not install the tiffgt manual pages. Maybe install separate tiffgt package if needed.) | |||||
2006-06-17 | Note update of freetype{,-lib,-util} and ttf2pk. | minskim | 1 | -1/+5 | |
2006-06-17 | Update ttf2pk to 1.5 to sync with freetype-lib. | minskim | 2 | -11/+9 | |
Changes: - Added support for multiple SFD files. - New option `-L' to provide a ligature mapping file. - New option `-w' to emit PostScript encoding vectors for subfont files to be used with pdfLaTeX. - Add support for a configuration file (ttf2pk.cfg) which can read more than a single map file, similar to pdfTeX. - Support for character codes greater than 0xFFFF. - ttf2tfm no longer assumes that the x-height is always 400 PS units. | |||||
2006-06-17 | Make this package build with gcc-4. | minskim | 2 | -1/+14 | |
2006-06-17 | Update freetype1 packages to 1.5, the final version. | minskim | 8 | -51/+73 | |
Changes: - apiref.txt has been again revised. - apirefx.txt has been extended to document the GPOS interface. - TODO has been dropped (since we consider there will be no further development). - TT_Char_Index() now uses TT_ULong for character codes. It now supports cmap tables in format 8 and 12. - New error code (TT_Err_Too_Many_FDefs) when a font defines too many functions. - Support files for BeOS have been contributed by Chris Herborth. - The EXPORT_DEF/EXPORT_FUNC/etc. stuff has been replaced with a more elaborate scheme. - Cleaning up of the ft_conf.h files to remove obsolete stuff. - TT_GSUB_Add_String() has two additional parameters needed for GPOS support. - TT_CharMap_Next() of the ftxcmap extension now uses `TT_ULong' as the second parameter. - A long-lived bug in ftxpost.c. | |||||
2006-06-17 | Fix substitution error... "user" instead of "owner". | jlam | 4 | -8/+8 | |
2006-06-17 | Fixed a pkglint warning. | rillig | 1 | -2/+2 | |
2006-06-17 | Removed obsolete definition of {DE,}INSTALL_SRC. Bumped PKGREVISION. | rillig | 3 | -12/+6 | |
2006-06-17 | semantic has been updated. | rillig | 1 | -2/+1 | |
2006-06-17 | Updated devel/semantic to 1.4.4. | rillig | 1 | -1/+2 | |
2006-06-17 | Updated semantic to 1.4.4. | rillig | 3 | -13/+13 | |
Changes since 1.4.2: - Lots of bug fixes and improvements, especially for C++ templates. | |||||
2006-06-17 | Modify the Courier services rc.d scripts so that: | jlam | 15 | -54/+156 | |
(1) they are more likely to do the right thing if the user sets rc_fast_and_loose; and (2) they pre-create any necessary directories prior to start the respective services. Also, fix the path to the courierwebadmin binary in SPECIAL_PERMS for the courier-mta package. Bump the PKGREVISION. | |||||
2006-06-17 | Removed obsolete definitions of {DE,}INSTALL_SRC. Bumped PKGREVISION. | rillig | 1 | -4/+2 | |
2006-06-17 | {DE,}INSTALL_SRC are deprecated because they interfere with the | rillig | 1 | -1/+5 | |
pkginstall framework. | |||||
2006-06-17 | Fixed pkglint warnings. | rillig | 2 | -4/+4 | |
2006-06-17 | Fixed pkglint warning. | rillig | 1 | -2/+2 | |
2006-06-17 | Fixed most pkglint warnings. | rillig | 2 | -78/+78 | |