Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -5/+1 | |
2007-01-07 | Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of | rillig | 1 | -2/+2 | |
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein. | |||||
2006-02-03 | Bump PKGREVISION of these packages which affected (fixed) by | taca | 1 | -2/+2 | |
fix of REPLACE_RUBY, the impact was big or small. | |||||
2006-01-09 | ksh as build dependency. It doesn't seem to be used at run time, just | joerg | 1 | -1/+2 | |
an entry for "/usr/bin/env ksh" in the template and an autoconf check. | |||||
2006-01-03 | Stop handling DIST_SUBDIR default for Ruby based packages. | taca | 2 | -6/+5 | |
Second, update distinfo and/or stop using USE_RUBY_DIST_SUBDIR in Makefiles. | |||||
2005-11-03 | Remove specifying RUBY_VERSION_SUPPORTED. | taca | 1 | -8/+1 | |
2005-11-02 | Set USE_RUBY_DIST_SUBDIR to yes before including rubyversion.mk. | taca | 1 | -1/+2 | |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-03-06 | Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge. | taca | 1 | -2/+2 | |
2005-02-23 | Add RMD160 digests. | agc | 1 | -1/+2 | |
2005-01-28 | Oops, make sure to bump PKG_REVISION. | taca | 1 | -1/+2 | |
2005-01-28 | Add RUBY_HAS_ARCHLIB which have machine dependent extention libraries. | taca | 1 | -4/+4 | |
Bump PKG_REVISION. | |||||
2004-12-16 | Revert PKGNAME not to prefix with ${RUBY_PKGPREFIX}. | taca | 1 | -2/+1 | |
2004-11-28 | Guess new maintainer email (from other package). | wiz | 1 | -2/+2 | |
2004-11-27 | Update newfile package to 1.0.14 migrating to use new framework for Ruby, | taca | 4 | -28/+29 | |
prefixing package name with "ruby1*-". | |||||
2004-04-25 | Convert to buildlink3. | snj | 1 | -3/+3 | |
2003-07-13 | PKGREVISION bump for libiconv update. | wiz | 1 | -1/+2 | |
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -1/+1 | |
2003-03-22 | Update to 1.0.7, from Miguel Mendez in PR 20749. | wiz | 3 | -6/+7 | |
Changes: bug fixes. | |||||
2003-02-16 | Newfile is a tool for creating starter files in various languages. | salo | 5 | -0/+102 | |
It uses a full-featured preprocessor (like the C preprocessor) to transform templates into customized starter files. It can also generate trees of files for a specific purpose, such as a project using automake and autoconf, license files or a FreeBSD port. Based on a patch from Miguel Mendez via PR pkg/20313 modified by me. |