summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-01-21Added http://downloads.sourceforge.jp/ in MASTER_SITE_SOURCEFORGE_JP.rxg1-1/+2
2006-01-21- Added a new top level file that saves the REPORT_BASEDIR from the firstrillig5-47/+124
call to the mk/bulk/build script. This is to allow restarting the bulk build without getting confused by the various timestamps that occur during a bulk build. It also fixes some problems where the text/plain report had ended up in a directory different from the other files. - Changed the default filename for the text/plain report from "pkgsrc-results-${BUILDDATE}.txt" to simply "report.txt", as the ${BUILDDATE} variable didn't give a hint to when the bulk build had been started, which is often more important than when the bulk build stopped. - Changed the way to specify the directory and the URL where the bulk build reports are made available. See http://mail-index.netbsd.org/tech-pkg/2005/12/05/0002.html for details. Specifying the directories using the FTPHOST and FTPURL variables will be possible for some months, after which it support for it will be dropped.
2006-01-21Imported devel/p5-UNIVERSAL-require-0.10from pkgsrc-wiprillig1-1/+2
2006-01-21Imported p5-UNIVERSAL-requirefrom pkgsrc-wip.rillig4-0/+39
UNIVERSAL::require - require() modules from a variable. If you've ever had to do this... eval "require $module"; to get around the bareword caveats on require(), this module is for you. It creates a universal require() class method that will work with every Perl module and its secure. So instead of doing some arcane eval() work, you can do this: $module->require; It doesn't save you much typing, but it'll make alot more sense to someone who's not a ninth level Perl acolyte. WWW: http://search.cpan.org/dist/UNIVERSAL-require/ Packaged by Roman Kulik.
2006-01-21Whether a missing interpreter is a warning or an error depends on whetherrillig1-2/+2
the _file_ is executable, not the _interpreter_.
2006-01-21Fix installed name of Boost libraries under Mac OS X. They need to havejmmv3-5/+17
the directory they'll live in as part of their name, or otherwise they cannot be found at runtime.
2006-01-21Unquoted SUBST_MESSAGE.*, as this is no longer needed.rillig2-5/+5
2006-01-21Depending on whether a file is executable or not, it is an error or arillig1-3/+7
warning if its first line starts with "#!", and the following word is not an existing file. The package devel/apr installs some *.exp files that start with "#!", but are not intended to be executed.
2006-01-21Fix build and install of Boost under Mac OS X:jmmv6-9/+44
- Correctly use threads. - Use the correct tool set. - Make libraries (Boost.Test) with undefined symbols build correctly. - Change the installed library names so that they match other systems (thus avoiding manual PLIST substitutions). There is a hack here, though, to let the dylib stuff kick in...
2006-01-21Note addition of devel/vtcl 1.6.0 from Stephen Borrill.agc1-1/+2
2006-01-21Add and enable vtcl.agc1-1/+2
2006-01-21Initial import of vtcl 1.6.0, a tcl development environment, into theagc6-0/+551
Packages Collection. This package was provided by Stephen Borrill. Visual Tcl is a freely-available, high-quality application development environment for UNIX, Windows, Macintosh and AS400 platforms. Visual Tcl is written entirely in Tcl/Tk and generates pure Tcl/Tk code. This makes porting your Visual Tcl applications either unnecessary or trivial. Visual Tcl is covered by the GNU General Public License. Features - 100% pure Tcl/Tk. No external libraries required. - Extensible widget and geometry manager support. - Create compound widgets and widget libraries. - GUI interface for most aspects of Tcl/Tk development. - Support for user images and fonts in your project. - Imports pre-existing Tcl/Tk code. - Built-in support for widget toolkits including: [incr Widgets], BLT, TkTable - Visual Tcl features new ready-to-use widgets: combo box, multicolumn listbox, progress bar - Predefined compounds available including scrolled text, scrolled listbox, scrolled canvas, horizontal and vertical splitters - Exports Tclets which run in Netscape/MSIE. - Support for freewrap. Generate binaries for Windows or Linux.
2006-01-21Teach the extract script to simply copy the distfile over to thejlam1-16/+40
current working directory by default if it can't figure out what type of archive it is. This handles the most common case of overriding EXTRACT_CMD in package Makefiles, which is to copy a C file or a Perl script over to the work directory. Also, modify the script to allow the file format to be specified on the command line via a -f option, which will force the extract script to interpret the archive as the specified a format. This covers the case where there is a distfile with an unusual file extension that is actually in well-known format, and we would like to just tell the extract script which format this is.
2006-01-21Note update of "xlockmore" package to version 5.21nb1.tron1-1/+3
2006-01-21Add missing entry "bin/xgclock" and really bump package revision.tron2-3/+4
2006-01-21Note PKGREVISION bump of x11/xorg-clients.hira1-1/+2
2006-01-21Add missing entry to PLIST. Bump PKGREVISION.hira2-2/+4
2006-01-21Note PKGREVISION bump of x11/xorg-server.hira1-1/+2
2006-01-21Add missing entries to PLIST. Bump PKGREVISION.hira2-2/+6
2006-01-21Replace another bunch of FILES_SUBST_SED uses, don't hardcodejoerg2-11/+9
/bin/sh in exim_newaliases.
2006-01-20Teach this script a default extraction method for *.bin files (which arejlam1-2/+7
what Sun packagse its JRE/JDKs as). While here, cleanup up the comments slightly.
2006-01-20Use SUBST. Use find foo -exec bar {} \; instead of find foo | xargs bar.joerg1-19/+16
2006-01-20Use SUBST framework. Replace some "find foo | xargs bar" withjoerg1-19/+17
"find foo -exec bar {} \;" while here, the former is faster, but can't cope with all quoting issues and is also more likely to hit argument length limits. CONFLICT to ja-squirrelmail.
2006-01-20Rename EXTRACT_ENV.bin to EXTRACT_ENV in preparation for a reimplementationjlam2-5/+5
of how distfiles are extracted. EXTRACT_ENV is a more generic name and will be applicable for all extraction commands.
2006-01-20Use SUBST framework.joerg1-12/+24
2006-01-20PKGNAME should be derived from DISTNAME, not DISTFILES. This removes ajlam1-2/+2
".tgz" from the PKGNAME.
2006-01-20Rename the following variables to reduce the number that we need to track:jlam19-53/+52
EXTRACT_CMD_OPTS.bin -> EXTRACT_OPTS_BIN EXTRACT_CMD_OPTS.lha -> EXTRACT_OPTS_LHA EXTRACT_CMD_OPTS.rar -> EXTRACT_OPTS_RAR EXTRACT_CMD_OPTS.tar -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tar.Z -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tar.bz2 -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tar.gz -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tbz -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tbz2 -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tgz -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.zip -> EXTRACT_OPTS_ZIP EXTRACT_CMD_OPTS.zoo -> EXTRACT_OPTS_ZOO EXTRACT_CMD_OPTS_tar.gz -> EXTRACT_OPTS_TAR
2006-01-20Use SUBST framework.joerg1-8/+11
2006-01-20Replace FILES_SUBST usage with SUBST framework.joerg1-7/+10
2006-01-20Resort some entries in the generic area at top (before "begin darwin")reed1-30/+30
and a few directories at bottom (after "end i18n"). No real changes. (Just did this so I can compare easier later.)
2006-01-20pkglint cosmetics fixedadam2-25/+21
2006-01-20Use SUBST framework instead of FILES_SUBST_SED. Rename temporary filejoerg3-10/+18
from Makefile.NetBSD to Makefile.pkgsrc (cosmetic only). Use PERL5 instead of PREFIX/bin/perl when looking for Perl interpreter.
2006-01-20USE_LIBTOOL=yesjoerg6-12/+51
Avoid union shm on DragonFly, it conflicts with system provided version. Hack around some namespace pollution in arpa/inet.h inherited from FreeBSD which results in G_LOCK(inet_ptona) being partly mapped to G_LOCK(__inet_ptona), but not consistently.
2006-01-20Updated games/rocksndiamonds to 3.1.2adam2-3/+3
2006-01-20Changes 3.1.2:adam2-15/+8
* Fixed level editor bug
2006-01-20Support listing files/patterns for exclusion in an "excludefile",jlam1-7/+28
which is correctly parsed and translated into the correct syntax for the underlying tool.
2006-01-20USE_LIBTOOL=yesjoerg1-1/+2
2006-01-20long != time_t on x86_64; add patch trying to fix resulting build problem.wiz2-1/+23
2006-01-20Drop trailing whitespace.wiz1-2/+2
2006-01-20Updated net/amule to 2.1.0adam2-3/+3
2006-01-20Changes 2.1.0:adam4-26/+24
* Lots of bug fixes (see ChangeLog)
2006-01-20USE_LIBTOOLjoerg1-1/+2
2006-01-20Updated security/gnutls to 1.3.3adam2-4/+3
2006-01-20Changes 1.3.3:adam5-13/+15
** New API to access the TLS master secret. When possible, you should use the TLS PRF functions instead. ** Improved handling when multiple libraries use GnuTLS at the same time. Now gnutls_global_init() can be called multiple times, and gnutls_global_deinit() will only deallocate the structure when it has been called as many times as gnutls_global_init() was called. ** Added a self test of TLS resume functionality. ** Fix crash in TLS resume code, caused by TLS/IA changes. ** Add 'const' keywords in various places, from Frediano ZIGLIO. ** The code was indented again, including the external header files. ** API and ABI modifications: New functions to retrieve the master secret value: gnutls_session_get_master_secret Add a 'const' keyword to existing API: gnutls_x509_crq_get_challenge_password
2006-01-20Use x11.b3.mk instead of setting USE_X11BASE. Suggested by wiz@joerg1-3/+2
2006-01-20pinentry always depends on X11 now.joerg1-1/+2
2006-01-20Always set USE_X11BASE, which is needed when neither GTK nor Qt isjoerg1-2/+4
specified. Bump revision due to changed dependencies.
2006-01-20Update boost* to 1.33.1:jmmv12-138/+43
Any Library: Cast to reference types introduced in 1.33.0 is now documented on any_cast documentation page. Config Library: Don't undef BOOST_LIB_TOOLSET after use. Boost.Python: * The build now assumes Python 2.4 by default, rather than 2.2 * Support Python that's built without Unicode support * Support for wrapping classes with overloaded address-of (&) operators Smart Pointer Library: Fixed problems under Metrowerks CodeWarrior on PowerPC (Mac OS X) with inlining on, GNU GCC on PowerPC 64. Regex Library: Fixed the supplied makefiles, and other small compiler specific changes. Refer to the regex history page for more information on these and other small changes. Iostreams Library: Improved the interface for accessing a chain's components, added is_open members to the file and file descriptor devices, fixed memory-mapped files on Windows, and made minor changes to the documentation. Functional/Hash Library: Fixed the points example. Multi-index Containers Library: Fixed a problem with multithreaded code, and other minor changes. Refer to the library release notes for further details. Graph Library: * Fixed a problem with the relaxed heap on x86 Linux (fixes bug in dijkstra_shortest_paths). * Fixed problems with cuthill_mckee_ordering and king_ordering producing no results. * Added color_map parameter to dijkstra_shortest_paths. Signals Library: Fixed problems with the use of Signals across shared library boundaries. Thread library: read_write_mutex has been removed due to problems with deadlocks. Wave library (V1.2.1) Fixed a couple of problems, refer to the change log for further details.
2006-01-20Complete move of p5-SSLeay to p5-Crypt-SSLeaywiz6-86/+2
2006-01-20Fix path to p5-Crypt-SSLeay after its reimport.wiz2-4/+4