summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2005-11-08Oups, latex.buildlink3.mk -> tex.buildlink3.mktonio1-2/+2
2005-11-08convert to use tex.buidllink3.mktonio1-2/+3
2005-11-08converted to use tex.buildlink3.mktonio1-2/+3
set LATEX_DEPMETHOD= build
2005-11-08Adapted to use tex.buildlink3.mktonio1-3/+3
set LATEX_ACCEPTED = teTeX1 teTeX2 teTeX3
2005-11-08Adapted to use tex.buildlink3.mktonio1-2/+3
set LATEX_ACCEPTED= teTeX1
2005-11-08Force fake poll(2) implementation on Interix.tv1-1/+4
2005-11-08Add hack for Interix: It has a bogus historic #define for EX_OK intv3-4/+13
<unistd.h>, so preload that and undef EX_OK in the Interix case. Bump version to 1.1.
2005-11-08Include <alloca.h> on Interix.tv2-1/+17
2005-11-08USE_TOOLS+=flex yacctv1-1/+3
2005-11-08Include devel/sysexits bl3.tv1-1/+2
2005-11-08USE_TOOLS+=nroff, and use NROFF.tv1-2/+4
2005-11-08USE_TOOLS+=soelimtv1-1/+3
2005-11-08Use strerror() on Interix.tv2-7/+16
2005-11-08update to 0.12, changelog below.dan4-62/+28
XXX: the package is heavily gnome-infested, pulling in half the known universe via lablgtk2. Only the gnome-canvas bindings are really needed; there's a local copy of lablgtk2 in the m-viz source tree now, perhaps use that? 0.12: - change the way displayed branches are selected: now one can view any set of branches - allow the ancestry graph view to be limited by date - the `query' window now uses monotone selectors - change the reconnection algorithm - cert values can be copied to the clipboard (via a context menu) - DnD support: accept drops from a file manager - rewrite the sqlite bindings (use parsed statements now) 0.11: - a new `query' window to search for revision matching some criterion - some DnD support: drag a node and drop it in a terminal to copy its revision id - tweak the reconnection algorithm - build with a shared sqlite library by default - add a preference option for the location of the `dot' program 0.10: - try to reconnect disconnected parts of the graph (by adding grey edges) - libgnomecanvas hack to speed up drawing - somehow display the output of monotone diff, even if it is not valid UTF-8 - middle clicking on the graph with a (prefix) of an id selected will center the view on this id - support builds with a shared sqlite library (--with-shared-sqlite option to configure)
2005-11-07Pull in libbind resolver on Interix.tv1-0/+11
2005-11-07USE_TOOLS nroff, and use that to format the .ms file.tv1-2/+3
2005-11-07Add sysexits bl3.tv1-1/+2
2005-11-07Use BSD_INSTALL_* macros rather than mostly bare "install" command.tv3-2/+19
Bump PKGREVISION.
2005-11-07Update to 0.9.3. Abbreviated changes:tv3-35/+6
+ * src/check.h.in: Added include of stddef.h for NULL definition + * doc/tutorial.sgml: Fixed sourceforge bug #1216502 + Refactored messaging to use the new tmpfile() method all the way, + removing the message keys, pipes, pipe entries and pipe list. This + makes the messaging work with forking tests, and also with threading + tests on linux 2.4 (on 2.6 it already worked). Added check_fork and + check_waitpid_and_exit to be used for forking tests. + * src/check.h.in: Fixed compatibility with gcc 2.95.3 according + to sourceforge patch #1161654. + * src/check_run.c, tests/check_check_master.c: Changed timeout + error message according to sourceforge feature request #1121452. + * tests/ex_xml_output.c, tests/ex_log_output.c, tests/ex_output.c, + src/check_log.c: + Fixed memory leaks. + * check.m4, config.h.in, configure.in, src/check_pack.c: Fixed + quoting and added configure test for stdint.h. + * src/check_run.c, tests/check_check_master.c: Use strsignal + to print describing text for signals. + * doc/tutorial.sgml: Documented signals handling and timeouts. + * tests/check_check_master.c src/check.h.in: + Changed failure message for fail_if. + * src/check.c, src/check.h.in, src/check_impl.h, src/check_run.c, + tests/check_check_master.c, tests/check_check_sub.c: + Added support for timeouts on tests, enabling detection of + eternal loops as errors. + * src/check.c, src/check.h.in, src/check_impl.h, src/check_run.c, + tests/check_check_master.c, tests/check_check_sub.c: + Added support for testing on expected signals. Implementation + courtesy of Lucas Di Pentima and Cesar Ballardini. Also cleaned + up the test verification to simplify merging of new tests. + * src/check.c, src/check_list.c, src/check_list.h, src/check_log.c, + src/check_msg.c, tests/check_list.c: + Changed name on function list_create to check_list_create to avoid + name clash. + * src/check.c, src/check.h.in, tests/check_check_master.c, + tests/check_check_sub.c: Applied ANSI C99 patch (#1047014)
2005-11-07NOT_FOR_PLATFORM Interix.tv1-1/+2
2005-11-07Add DragonFly support. Depend on errno from errno.h.joerg3-1/+29
2005-11-07Updated p5-POE to 0.3202martti2-7/+7
* Lots of bug fixes
2005-11-07s/wip/devel/martti1-2/+2
2005-11-07Added p5-Curses-UI, p5-Curses-UI-POE and p5-Term-Sizemartti1-1/+4
2005-11-07Term::Size is a Perl module which provides a straightforward way tomartti4-0/+25
retrieve the terminal size.
2005-11-07This is a subclass for Curses::UI that enables it to work with POE.martti4-0/+27
It is designed to simply slide over Curses::UI.
2005-11-07Object-Oriented UI framework based on the curses library.martti4-0/+30
Curses::UI contains widgets and dialog windows which can be used to build a user interface.
2005-11-07Removed the buildlink3.mkmartti2-36/+0
I got few private comments that one should not use buildlink3.mk but the standard DEPENDS statement because we do not link against libraries in this case.
2005-11-07Add a USE_LANGUAGES variable. Noted by Georg Schwarz in private e-mailcjep1-1/+2
2005-11-06Update cpuflags to 0.96:abs3-5/+6
Handle "AMD Athlon(tm) 64" on Linux - from Clayton Smith
2005-11-05Added buildlink3.mk for this package.martti2-0/+36
2005-11-04Fixed definition of BUILD_DIRS.rillig1-2/+2
2005-11-04Removed unknown JVM "jdk13".rillig2-4/+4
2005-11-04Use "+=" for BUILDLINK_TRANSFORM.readline, as suggested by pkglint.rillig1-2/+2
2005-11-03Update the intel-iscsi package to nb2:agc5-15/+46
+ build and install the OSD functionality as well.
2005-11-03Fixed wrong use of WRKSRC.rillig7-25/+27
2005-11-03Using MASTER_SITE_DEBIAN instead of hard-coded URL.rillig1-2/+2
2005-11-03Using MASTER_SITE_GNUSTEP.rillig1-2/+2
2005-11-03Update package to nb1:agc4-8/+28
recognise the REPORT_LUNS SCSI command in the iSCSI target, and just return the maximum number of LUNs that the target can handle.
2005-11-03Update to 1.0.0rc3 (from 1.0.0rc2)adrianp2-7/+6
From the Changelog: - 0006273: [security] File Inclusion Vulnerability (vboctor) - 0006275: [security] SQL injection (vboctor) - 0006234: [filters] Filter sometimes returns no results (thraxisp) - 0006295: [filters] Old filters and view_state problems. (thraxisp) - 0006288: [filters] Patch against CVS HEAD for Saved filter problem with view_state (thraxisp) - 0006296: [filters] Filter sql includes unnecessary links to custom_field_string_table for date custom fields (thraxisp) - 0006297: [filters] sorting on custom field, bring MySQL to deadlock loop (thraxisp)
2005-11-03Update Gorm to 1.0.0.rh3-9/+31
Noteworthy changes in version `1.0.0' ========================================= * All inspectors are now modeled in .gorm files. * Added autosizing to form attributes inspector. * Utilize and maintain parent/child data structure more pervasively * Reorganized code in palettes for cleaner implementation. * Removed code to check for user bundles, since bugs in Camaelon which prompted those changes were fixed long ago. * Added documentation to GormCore
2005-11-03Remove specifying RUBY_VERSION_SUPPORTED.taca3-6/+3
2005-11-03No needs to create RUBY_SITELIBDIR here.taca1-2/+1
2005-11-03Remove specifying RUBY_VERSION_SUPPORTED.taca1-8/+1
2005-11-03-ruby-installpkg.wiz1-2/+1
2005-11-03Delete removed ruby related pacakge's entries.taca1-9/+1
2005-11-03Remove packages which is part of Ruby 1.6.8.taca9-115/+0
2005-11-03Remove the rest of packages which supported by ruby16-base (Ruby 1.6.8)taca4-122/+0
packages only.
2005-11-03Remove packages which supported by ruby16-base (Ruby 1.6.8) pacakge onlytaca21-530/+0
and now bundled in ruby18-base pacakges.
2005-11-03Remove ruby-installpkg package.taca4-34/+0
This package was needed to install ruby-borges package when it was imported. Now no package needs to this simple script.