summaryrefslogtreecommitdiff
path: root/textproc/ruby-eruby
AgeCommit message (Collapse)AuthorFilesLines
2017-04-22Remove ruby-eruby package which is not maintained for long time and dependstaca8-216/+0
on ruby18.
2016-09-08Rename RUBY_VERSION_SUPPORTED into _RUBY_VERSIONS_ACCEPTED to follow thejoerg1-2/+2
naming scheme of the other multi-version packages. Add support for the coorresponding RUBY_VERSIONS_INCOMPATIBLE list.
2015-11-04Add SHA512 digests for distfiles for textproc categoryagc1-1/+2
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.
2015-06-11Switch to use tesxtproc/ruby-rdtool/ruby-rdtool.mk instead of buildlink3.mk.taca1-2/+2
2014-03-13Set USE_GCC_RUNTIME=yes for packages which build shared libraries but dojperkin1-1/+3
not use libtool to do so. This is required to correctly depend upon a gcc runtime package (e.g. gcc47-libs) when using USE_PKGSRC_GCC_RUNTIME.
2012-10-25Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2011-12-17Remove duplicated RUBY_VERSION_SUPPORTED.taca1-4/+1
2011-02-21Bump PKGREVISION due to ABI change of ruby18-base.taca1-2/+2
2010-09-28Don't hardcode "ruby18-" but use "${RUBY_PKGPREFIX}-".taca1-3/+3
Fix build problem of ruby-gnome2 with ruby19. (Although textproc/ruby-eruby has another problem with ruby19.)
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca1-3/+5
* Add LICENSE. * Restrict to RUBY18 only.
2010-09-07* Mark these packages Ruby 1.8.x support only.taca1-1/+4
* Add some comments and a little clean up. No functional change.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
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.
2008-07-14Mark as destdir ready.joerg1-1/+3
2008-06-19- Switch to use vendor_dir with Ruby 1.8.7.taca4-24/+54
- And make it build with Ruby 1.8.7, too. Bump PKGREVISION.
2007-03-17The ruby binary is not a script. It's a binary. Fixes the followingrillig1-2/+3
error message: => Checking for portability problems in extracted files /usr/pkg/bin/ruby18: 1: Syntax error: "(" unexpected
2006-09-07Sort PLIST.taca1-2/+2
2006-07-09Update HOMEPAGE.taca1-2/+2
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
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
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-2/+2
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).
2006-01-03Bump PKGREVISION by update of ruby18-base package.taca1-2/+2
2006-01-03Stop handling DIST_SUBDIR default for Ruby based packages.taca1-4/+4
Second, update distinfo and/or stop using USE_RUBY_DIST_SUBDIR in Makefiles.
2005-12-11Remove ruby16-* packages support.taca1-6/+1
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-4/+4
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
2005-11-02Bump PKGREVISION of packages including ruby extention librarytaca1-2/+2
by Ruby 1.8.3 updates.
2005-11-02White space fix.taca1-2/+2
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz1-2/+1
useful.
2005-03-06Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge.taca1-2/+2
2005-03-06Sort PLIST.taca1-3/+3
2005-02-24Add RMD160 digests to the SHA1 ones.agc1-1/+2
2005-02-17Fix build problem on Solaris, detecting recursive macro assignmenttaca4-9/+9
in Makefile. Bump PKGREVISION.
2005-01-28Add RUBY_HAS_ARCHLIB which have machine dependent extention libraries.taca1-2/+3
Bump PKG_REVISION.
2004-12-16- Correct some syntax of buildlink3.mk.taca6-22/+73
- Fix shared library handling; now it expected to work on Solaris and Linux. Bump PKGREVISION.
2004-12-04Switch to use RUBY_DLEXT as suffix of extention library.taca1-2/+2
2004-11-28Migrate ruby-eruby to use new framework for Ruby packages.taca5-41/+34
2004-05-04Convert to buildlink3.snj2-20/+18
2004-03-16Add ruby to CATEGORIES.taca1-2/+2
2004-03-11Update ruby-eruby pacakge to 1.0.5.taca3-10/+17
Changes from 0.9.7: Wed Dec 24 00:11:19 2003 Shugo Maeda <shugo@modruby.net> * version 1.0.5 released. Wed Dec 24 00:09:51 2003 Shugo Maeda <shugo@modruby.net> * eruby_main.c (eruby_xmalloc): new function. * eruby_main.c (prog_args): use eruby_xmalloc(). * eruby_main.c (guess_mode): ditto. Sat Dec 6 00:53:29 2003 Shugo Maeda <shugo@modruby.net> * eruby_main.c (proc_args): copy the return value of getenv(). Thanks, Kaspar Schiess. * eruby_main.c (guess_mode): use ALLOCA_N(). Sat Dec 6 00:34:11 2003 Shugo Maeda <shugo@modruby.net> * eruby_main.c (guess_mode): use strncpy() instead of strcpy(). Tue Aug 26 17:17:00 2003 Shugo Maeda <shugo@modruby.net> * version 1.0.4 released. Tue Aug 19 11:54:43 2003 Shugo Maeda <shugo@modruby.net> * eruby_main.c (run): do not call ruby_finalize() before error_print(). Tue Jul 29 12:41:01 2003 Shugo Maeda <shugo@modruby.net> * eruby_lib.c (eruby_compile): process multibyte characters correctly. Thanks to MoonWolf Tue Jul 29 12:19:24 2003 U.Nakamura <usa@osb.att.ne.jp> * eruby_main.c: fix for ruby-1.8.0-preview5. Sat Jul 26 19:20:38 2003 U.Nakamura <usa@osb.att.ne.jp> * Makefile.in: fix sitearch. Wed Feb 19 11:22:34 2003 Shugo Maeda <shugo@modruby.net> * version 1.0.3 released. Mon Jan 27 13:28:25 2003 Shugo Maeda <shugo@modruby.net> * configure.rb: rebuild with new autoconf.rb. Fri Jan 24 12:21:41 2003 Shugo Maeda <shugo@modruby.net> * version 1.0.2 released. Mon Jan 20 16:19:14 2003 U.Nakamura <usa@osb.att.ne.jp> * Makefile.in: fix for mswin32. * configure.rb.in: fix for mswin32. Mon Jan 20 14:08:39 2003 Akinori MUSHA <knu@iDaemons.org> * Makefile.in: fix for ruby 1.8. Mon Jan 20 12:14:07 2003 Akinori MUSHA <knu@iDaemons.org> * Makefile.in: fix to find libruby. * configure.rb.in: ditto. Fri Jan 17 14:13:48 2003 Shugo Maeda <shugo@modruby.net> * version 1.0.1 released. Wed Jan 8 17:23:51 2003 Shugo Maeda <shugo@modruby.net> * configure.rb: regenerated by new autoconf.rb. Fri Dec 6 15:08:42 2002 Shugo Maeda <shugo@modruby.net> * version 1.0.0 released. Fri Dec 6 15:07:04 2002 Shugo Maeda <shugo@modruby.net> * Makefile.in: fix for Ruby 1.7. * configure.rb: ditto. Tue May 7 14:25:39 2002 Shugo Maeda <shugo@modruby.net> * Makefile.in: added datadir. * configure.rb: added datadir support. Fri Apr 19 17:29:54 2002 Shugo Maeda <shugo@modruby.net> * version 0.9.8 released. Mon Jan 7 18:06:08 2002 Shugo Maeda <shugo@modruby.net> * eruby_lib.c (eruby_parse_options): handle -M option correctly.
2004-03-04Change order in CFLAGS, trying to fix bulk build problem.taca2-5/+14
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2002-10-25Add buildlink2.mk.wiz1-0/+20
2002-01-19Update ruby-eruby package to 0.9.7. Quote from ChangeLog is bellow.taca2-5/+5
Wed Oct 17 14:58:24 2001 Shugo Maeda <shugo@modruby.net> * version 0.9.7 released. Mon Oct 15 13:54:18 2001 Shugo Maeda <shugo@modruby.net> * eruby_main.c (run): fix prototype of Init_stack(). Wed Oct 10 15:15:48 2001 Shugo Maeda <shugo@modruby.net> * eruby_main.c (run): call ruby_finalize(). * eruby_main.c (run): print error messages to stderr if $DEBUG is false. Tue Sep 4 15:33:38 2001 Shugo Maeda <shugo@modruby.net> * eruby_main.c (run): call Init_stack().
2002-01-05Update ruby-eruby package to 0.9.6. Quote from ChangeLog is below.taca5-16/+38
Also simplify document arrangement. Mon Aug 6 18:42:18 2001 Shugo Maeda <shugo@modruby.net> * version 0.9.6 released. Mon Aug 6 18:23:21 2001 Shugo Maeda <shugo@modruby.net> * eruby_main.c (init): set $stdout to binmode for mswin32. Tue Jul 10 12:01:43 2001 Shugo Maeda <shugo@modruby.net> * eruby_lib.c (eruby_load): don't set eruby_charset and eruby_noheader.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-08Various changes: mostly removing 'WWW:' lines, since that's what we havewiz1-1/+0
the HOMEPAGE variable for, as well as some grammar and spelling fixes.
2001-07-07Replace USE_RUBY with USE_RUBY_RD since it really depends on ruby-rdtool.taca1-2/+2