summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2005-03-07add LDFLAGS when linking libpython. Needed to find -ldb4dmcmahill2-17/+20
2005-03-07+ Add GDBM support and enable it by default.uebayasi3-8/+46
+ Use PKG_OPTIONS.
2005-03-06On 64bit capable platforms, --enable-64bitjschauma1-1/+5
2005-03-06On 64bit capable platforms, --enable-64bitjschauma1-1/+5
2005-03-06Add a line:taca2-0/+4
No package should depend on this package directly.
2005-03-06Add and enable ruby16-base and ruby18-base.taca1-1/+3
2005-03-06Make this package to meta packagea containing ruby18-base, ruby18-iconv,taca16-1391/+26
ruby18-dbm, ruby18-gdbm, ruby18-curses, ruby18-readline, ruby18-digest, ruby18-opnessl, ruby18-tcltklib and ruby18-tk. Bump PKGREVISION.
2005-03-06Make this package to meta packagea containing ruby16-base, ruby16-dbm,taca16-1245/+21
ruby16-gdbm, ruby16-curses, ruby16-readline, ruby16-digest, ruby16-tcltklib and ruby16-tk. Bump PKGREVISION.
2005-03-06Change depends to ruby16-base/ruby18-base package from ruby16/ruby18taca2-7/+8
package and tweak the package's COMMENT. Bump PKGREVISION.
2005-03-06Correct content to really buildlink3.mk; fix many mistakes.taca1-61/+15
2005-03-06Some clean up along with introducing ruby16-base/ruby18-base and maketaca2-45/+44
ruby16/ruby18 package to meta pacakge. - Define RUBY_BASE to refer ruby16-base or ruby18-base name. - Define RUBY_SRCDIR to refer ruby16-base/ruby18-base src directory. - Move some definition from Makefile.comon to rubyversion.mk. - Add X11BASE to CONFIGURE_ENV. - Add RUBY_VERSION to MESSAGE_SUBST and PLIST_SUBST.
2005-03-06Importing ruby18-base package.taca16-0/+1374
This is minimum ruby 1.8.2 based on current ruby18 and ruby18 package will be meta pacakge later.
2005-03-06Importing ruby16-base package.taca16-0/+1253
This is minimum ruby 1.6.8 based on current ruby16 and ruby16 package will be meta pacakge later.
2005-03-06Cosmetic change with pkglint(1).taca1-4/+4
2005-03-05Disable aix64 when building gcc on AIX. It seems to cause wierdgarbled1-1/+5
problems. I don't think gcc works properly on that target yet.
2005-03-03Add and enable sr and sr-examples.wiz1-1/+3
2005-03-02Not all the world is a VAX.is2-1/+15
2005-03-02size_t -> socklen_tis2-1/+15
2005-03-02Not all the world is a VAX.is1-1/+2
2005-03-02Not all world is a VAX.is1-0/+32
2005-03-02Be more careful when abusing libpthread internals. Should help SR onis1-1/+2
RISC machines. Version bump to 2.3.3nb1.
2005-03-02All the world is not a VAX!is2-1/+15
2005-03-02vfork() needs unistd.his5-1/+51
2005-03-02Be more careful when abusing libpthread internals. Should help SR onis1-16/+12
RISC machines. Version bump to 2.3.3nb1.
2005-03-02Be more careful when abusing libpthread internals. Should help (at least)is1-2/+2
SR on RISC CPUs.
2005-03-02s/elseif/elif/grant1-3/+3
fixes PR pkg/29562 from Robert Elz.
2005-03-01on IRIX 5.3 inttypes.h and sys/types.h are known to conflict.schwarz1-1/+7
2005-03-01Avoid mentioning the version number of the packagewiz1-1/+1
in the DESCR. It was already incorrect.
2005-03-01Make this actually link for non-i386, as intended.is1-14/+5
Problem reported by Klaus J. Klein, Method suggested bei Nick Hudson.
2005-03-01Make this actually link for non-i386, as intended.is1-2/+2
Problem reported by Klaus J. Klein and Alistair G. Crooks, Method suggested bei Nick Hudson.
2005-03-01More cleanup of patches.is2-5/+5
2005-03-01clean up patches.is1-13/+0
2005-03-01Clean up patches.is3-11/+9
2005-02-27Bumpd the PKGREVISION for the following packages:veego1-2/+2
emulators/compat13 emulators/compat14 emulators/compat14-crypto emulators/twin lang/blackdown-jdk13 multimedia/transcode because of a broken PLIST_SRC handling introduced in mk/bsd.pkg.mk rev 1.1593 and fixed in rev 1.1596. compat13 was bumped to nb2 so we don't have different package version on different archs (alpha had an nb1 before but all other had no PKGREVISION).
2005-02-27make this work on solaris (pick the correct config name)dmcmahill1-5/+31
2005-02-27Drop trailing whitespace.wiz1-1/+1
2005-02-26Preserve modification times of the documentation.is1-3/+3
2005-02-26Update to SR-2.3.3 distribution.is3-9/+16
2005-02-26Update to SR-2.3.3.is15-558/+6
2005-02-26Add a test target.is3-5/+14
2005-02-26Moved to the versioned distribution files.is4-10/+10
2005-02-26Enforce the values that PERL5_MODULE_TYPE can take.jlam1-1/+6
2005-02-25Examples for SR, a language for concurrent programming from the Universityis4-0/+385
of Arizona.
2005-02-25Depend on latest p5-Module-Build to get .packlist files.wiz1-2/+2
2005-02-25This is the SR, a language for concurrent programming from theis25-0/+964
University of Arizona, version 2.3.2. SR is described in "The SR Programming Language: Concurrency in Practice" by Gregory R. Andrews and Ronald A. Olsson (Benjamin/Cummings, 1993, ISBN 0-8053-0088-0).
2005-02-24* Teach devel/p5-Module-Build to write .packlists just like MakeMaker.pmjlam3-50/+89
does. This allows us to use dynamic PLISTs for Perl modules that are built using Module::Build. Bump the PKGREVISION of p5-Module-Build to 1. * Drop the use of PERL5_USES_MODULE_BUILD and introduce a new variable PERL5_MODULE_TYPE that is either "MakeMaker" or "Module::Build" that names the framework used to build/install the module. * Split out the variables set in perl5/buildlink3.mk that are also used by perl5/module.mk into a new file perl5/vars.mk. Move some PERL5_* variable definitions from pkgsrc/mk/bsd.pkg.use.mk into perl5/vars.mk. This just centralizes the common PERL5_* definitions into a single file location. * Convert the known packages that use Module::Build to set PERL5_MODULE_TYPE and PERL5_PACKLIST: devel/p5-Class-Container devel/p5-Exception-Class devel/p5-Log-Dispatch devel/p5-Array-Compare textproc/p5-Pod-Coverage www/p5-Apache-Session-Wrapper www/p5-MasonX-Request-WithApacheSession
2005-02-24Add RMD160 digestsagc142-142/+319
2005-02-23Remove :Q that broke things, introduced in previous.wiz1-2/+2
2005-02-21Patch-aa written in a different way, for people who, like me, use gnu-make -j2adam2-4/+4
to speed-up the build process on Dual-CPU Macs. :)
2005-02-21Use the extended PLIST_SRC support which now also reads:veego1-7/+1
PLIST.${MACHINE_ARCH:C/i[3-6]86/i386/g} PLIST.${OPSYS}-${MACHINE_ARCH:C/i[3-6]86/i386/g} and remove the package hack for MD PLIST files. It was save to remove ${BLACKDOWN_ARCH} for PLIST_SRC, because it was set to i386 in lang/blackdown-jre13/Makefile.common/Makefile.common with the same handling we now use in bsd.pkg.mk.