Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
naming scheme of the other multi-version packages. Add support for the
coorresponding RUBY_VERSIONS_INCOMPATIBLE list.
|
|
|
|
|
|
|
|
Problems found locating distfiles:
Package cabocha: missing distfile cabocha-0.68.tar.bz2
Package convertlit: missing distfile clit18src.zip
Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
|
|
|
Bump PKGREVISION.
|
|
|
|
* Add support for pkg_alternatives.
* Add rdtool.mk to use instead of buildlink3.mk.
|
|
|
|
|
|
:0.6.38
* Fix incompatibility between Ruby1.8 and Ruby1.9
ARGF.filename return "-" if ARGV is empty on Ruby >= 1.9
Thanks to okkez!!
|
|
|
|
= CHANGES
:0.6.37
* Fix rd2man-lib for Ruby1.9.1
:0.6.36
* Fix rd2man-lib for Ruby1.9.1, remove invalid @filename.
:0.6.35
* Fix rd2man-lib for Ruby1.9.1. Thanks to Salvatore Bonaccorso.
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=676154
|
|
= CHANGES
:0.6.34
* Add LGPL-2.1 for setup.rb
* Add rd2html-ext-lib from rubikitch. Thanks!!
|
|
= CHANGES
:0.6.33
* Typo fixed
* Remove makerdtool.rb, merge Rake task.
:0.6.32
* Fix for Ruby 1.9.1. Thanks to Shin-ya Murakami
* Update Rakefile to create gem and .tar.gz, no longer needed jeweler.
* Add RD::Version into rd/version.rb
|
|
* Switch to use rubygem.
:0.6.31
* Version bump from 0.6.21
* Change Maintainer to Youhei SASAKI
* Create gem. Many thanks to Kouhei Suto!!
* apply OptionParser Issue, Thanks to Masaki Hasegawa!!
|
|
|
|
* Add LICENSE.
* Tweak CONFLICTS pattern.
* Make buildlink3.mk support ruby18 and ruby19.
|
|
|
|
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
|
|
|
* Switch to use rubyforge.org as MASTER_SITES and HOMEPAGE.
Changes to 0.6.21 to 0.6.22 is unknown.
= CHANGES
:0.6.21
* setup.rb version up -> 3.4.1
* fix for Ruby 1.9.
|
|
Bump PKGREVISION.
|
|
|
|
|
|
|
|
- pkgsrc change; update HOMEPAGE and fix one pkglint warning.
:0.6.20
* corrected copyright.
:0.6.19
* corrected file permission.
* setup.rb version up -> 3.4.0
* remove 'changes'
|
|
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.
For example, "make show-buildlink3" in fonts/Xft2 displays:
zlib
fontconfig
iconv
zlib
freetype2
expat
freetype2
Xrender
renderproto
|
|
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
|
|
need them, for example RESTRICTED and SUBST_MESSAGE.*.
|
|
that they look nicer.
|
|
RECOMMENDED is removed. It becomes ABI_DEPENDS.
BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.
BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.
BUILDLINK_DEPENDS does not change.
IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".
Added to obsolete.mk checking for IGNORE_RECOMMENDED.
I did not manually go through and fix any aesthetic tab/spacing issues.
I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.
I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.
As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.
As discussed on tech-pkg.
I will commit to revbump, pkglint, pkg_install, createbuildlink separately.
Note that if you use wip, it will fail! I will commit to pkgsrc-wip
later (within day).
|
|
|
|
fix of REPLACE_RUBY, the impact was big or small.
|
|
Second, update distinfo and/or stop using USE_RUBY_DIST_SUBDIR in Makefiles.
|
|
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
|
|
|
|
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
|
|
found by bulk-build.
|
|
|
|
devel/ruby-rd-mode pacakge, too.
= CHANGES
:0.6.18
* bin/rd2 UTF-8 support.
* support Ruby 1.9.
* makerdtools.rb fixed some bugs.
* fixed install dot.rd2rc problem
* fixed some bugs.
:0.6.17
* utils/rd-mode.el patch from <shirai@p1jp.com>
:0.6.16
* utils/rd-mode.el font-face patch from HIRAOKA by MoonWolf <moonwolf@moonwolf.com>
:0.6.15
* re-packaging by MoonWolf <moonwolf@moonwolf.com>
|
|
lang/ruby/rubyversion.mk changes.
|
|
useful.
|
|
|
|
|
|
|
|
use of external command, sed(1).
|