summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-01-24Note in USE_NCURSES variable which functions actually are missing for thiswiz15-36/+30
to build with native curses.
2003-01-24Does not seem to use ncurses specific stuff -- builds fine on 1.6L with ↵wiz2-4/+2
native curses. Remove USE_NCURSES.
2003-01-24include the "mccp" compression patch frommrg2-2/+9
http://discworld.imaginary.com/external/taffyd/tf-40s1-mccp-patch.gz set PKGREVISION=1
2003-01-24Note that PKGREVISIONs for graphics/py-gdchart and for net/ntop2 werejlam1-1/+3
bumped after gdchart's shared libraries were modified to have a different set of inter-library dependencies.
2003-01-24Bump PKGREVISION of net/ntop2 to 1 in the aftermath of gdchart changing itsjlam1-2/+2
inter-library dependencies.
2003-01-24Bump PKGREVISION of graphics/py-gdchart to 2 in the aftermath of gdchartjlam1-4/+4
installing shared libraries. Also convert to use buildlink2.
2003-01-24Now that we build a gdchart shared library, we should ensure that thejlam5-11/+11
correct libraries (-lgd) are added to the link command to produce the correct inter-library dependencies. Bump the PKGREVISION of graphics/gd to 3.
2003-01-24USE_NCURSES is automatically set for SunOS, just include devel/ncurses'wiz2-16/+4
buildlink2.mk unconditionally.
2003-01-24Undo previous commit and fix PLIST: GUILE14_SUBDIR is what should have beenrh2-6/+6
in there in the first place, not GUILE14_PREFIX.
2003-01-24Strip bare "-L${BUILDLINK_DIR}" (note there is no trailing "/lib") fromjlam1-1/+3
dependency_libs definitions in *.lai files. This should remove another instance that can cause "buildlink2 leakage" into installed files under ${LOCALBASE}.
2003-01-24The gdchart shared libraries have interlibrary dependencies on the jpegjlam1-1/+3
shared libraries, so include jpeg/buildlink2.mk in gdchart/buildlink2.mk.
2003-01-24GUILE14_PREFIX not GUILE14_SUBDIRrh1-2/+2
2003-01-24Note update of openoffice-linux to 1.0.2nb1.mrauch1-1/+2
2003-01-24The file /emul/linux/etc/mtab has to exist already during installation.mrauch2-9/+15
2003-01-24gqview-1.2.1 update.wiz1-1/+2
2003-01-24+ elinks-0.4.1, ethereal-0.9.9, tuxpaint-0.9.6wiz1-7/+7
2003-01-24Update to 1.2.1:wiz2-5/+5
The French, Japanese, and Russian translations were updated, and several minor issues and a bug were fixed.
2003-01-24Convert to mdoc.wiz1-89/+116
2003-01-24Use an /etc/mk.conf setting for libdvdcss's HOMEPAGE and MASTER_SITES,agc2-4/+16
following a suggestion by salo. This allows users to specify LIBDVDCSS_MASTER_SITES= ... LIBDVDCSS_HOMEPAGE= ... in their /etc/mk.conf files.
2003-01-24Correct the directory path for GNU m4 package.agc1-2/+2
2003-01-24Note update of pkg_comp to 1.6jmmv1-1/+2
2003-01-24Update pkg_comp to 1.6:jmmv3-13/+20
- Allow the user to issue any command inside the chroot environment using the "chroot" target, instead of only running ROOTSHELL. Patch provided by seb.
2003-01-24Fixes for the patches I removed and noted by the weekly check.skrll4-14/+4
2003-01-24Fix build after the guile 1.4/1.6 split by properly using the pkgsrcjlam3-12/+28
libtool. Also move a post-extract step that created fake headers to post-buildlink time where it is more appropriate.
2003-01-24Adapt to new guile14/buildlink2.mk semantics.jlam1-6/+5
2003-01-24Fix the installed g-wrap-config to invoke ${GUILE14_PREFIX}/bin/guilejlam4-19/+23
instead of the one in the work directory. Also ensure that we install guile library files into ${GUILE14_PREFIX}/share/guile instead of into the same place under ${LOCALBASE}, since we are using guile14. Bump PKGREVISION of devel/g-wrap to 1.
2003-01-24* Add GUILE14, GUILE14_CONFIG, and GUILE14_SNARF that may be used by packagesjlam1-11/+32
to invoke the guile, guile-config, and guile-snarf binaries from the guile14 installation. * GUILE14_PREFIX, the result of "pkg_info -p guile14". * GUILE14_SUBDIR, the subdir relative to ${LOCALBASE} where guile14 is installed. * Replace for ${BUILDLINK_DIR}/bin/guile in config files when unbuildinking. * Symlink the guile14 libtool archives into ${BUILDLINK_DIR}/lib to suppress find the libtool archives from a guile package installed into ${LOCALBASE}. We can no longer include both guile/buildlink2.mk and guile14/buildlink2.mk as a result of this change.
2003-01-24tidy up do-install target.grant1-8/+8
- cd && pax (just in case). - move pax args '-rw src dest' to end - should fix problem found in last bulk build. - whitespace cleanup.
2003-01-24we need bsd.pkg.install.mk if we want to use it.grant1-1/+2
2003-01-24s/USE_IPV6/USE_INET6/, from Sergey Svishchev in PR 20021.wiz1-2/+2
2003-01-23Create a new cupsd command "wait" that waits for cupsd to start respondingjlam3-4/+53
to IPP requests. It's controlled by two new variables that may be set in /etc/rc.conf: cupsd_wait=YES # set to "YES" to wait for cupsd to detect printers; # this variable is optional and defaults to "NO". cupsd_timeout=60 # set to the number of seconds we wait for cupsd # to respond before we declare it not responding; # this variable is optional and defaults to "60". The wait command may also be directly invoked as "/etc/rc.d/cupsd wait". Bump PKGREVISION of print/cups to 1.
2003-01-23Note revision bump for kermit (1)jmmv1-1/+2
2003-01-23Install documentation. Bump PKGREVISION to 1.jmmv2-2/+16
2003-01-23Note update of R to 1.6.2markd2-3/+3
2003-01-23Update to R-1.6.2markd3-25/+30
CHANGES IN R VERSION 1.6.2 BUG FIXES o plot.stepfun() now obeys a `ylim=.' specification. o removeClass() does a better job of removing inheritance information. o setIs() will not allow mismatched representations between two classes (without an explicit coerce method). o The code underlying polygon drawing contained a memory leak. This showed up in persp, but did not affect other graphics functions. It is now possible to draw big DEMs. o logLik.nls() gave wrong df. o rbind() with a mixture of data frames and matrices treated the matrices as vectors. o stripchart(method="stack") was not handling missing values. o Arithmetic functions such as log() lost the object bit from classed objects if coercion was needed. o exp_rand would go into an infinite loop if unif_rand returned 0. o formatC(x, format="fg") could return exponential format if rounding pushed x over a positive power of 10. o attr(x, foo) used partial matching for `foo' (even though not documented to do so), and failed to find `foo' if there were two or more partial matches before the exact match in the list of attributes. o Rdconv now creates direct HTML hyperlinks when linking to documentation in the same package. The code now ensures that links which can be resolved within the package are so resolved, even when there are possible resolutions in other packages. o If readBin(what=character()) is used incorrectly on a file which does not contain C-style character strings, warnings (usually many) are now given. o Building libR.so with the zlib in the R sources was not finding the local zlib headers. o system(intern=TRUE) has an undocumented line length limit of 119 chars both on Unix and Windows. The limit is now 8096 and documented. On Unix (only) every 120th character used to be discarded. o plot.POSIX[cl]t were not passing graphics parameters on to axis.POSIXct. o On some HP-UX systems, installed scripts were not executable when using the BSD-compatible install system program found by configure. We now always use install-sh on HP-UX. o c() was converting NA names to "NA": now proper NA strings are used wherever possible. o A typo was causing segfaults when using data.entry under SuSE.
2003-01-23Note update of math/cassowary to 0.60nb1.kristerw1-1/+2
2003-01-23Make configure find guile-config and guile include files.kristerw3-3/+15
PKGREVISION++.
2003-01-23Added graphopt.wiz1-1/+2
2003-01-23Add and enable graphopt.wiz1-1/+2
2003-01-23Initial import of graphopt-0.1, a graph layout optimizer:wiz4-0/+53
In contrast to Graphviz and other graph optimizers, graphopt does not use a heuristic approach to layout optimization. Instead, it uses basic principles of physics to iteratively determine optimal layout. Each node is given mass and an electric charge, and each edge is represented as a spring. Node mass, electric charge, optimal spring length, and the spring constant are tweakable in the gui in realtime. For most graphs, this is all that is needed - hit 'go' and the graph organizes itself much as the analagous real-life system would if constrained to two dimensions. For more complex graphs, some fiddling with the physical parameters at different stages of optimization usually does the trick. To accomodate very large graphs, an additional mechanism called layering was added. When a graph is loaded, nodes are assigned to layers based on their relative positions. During optimization, you can choose to hide any number of layers. Any nodes assigned to a layer lower than the selected layer are not only hidden, but neither their electric charges nor the forces of the springs attached to them are figured into the forces acting on the visible nodes. In effect, those nodes cease to exist, and a smaller graph is allowed to lay itself out without being constrained by an excessive number of nodes.
2003-01-23Updated pico to 4.4nb1martti1-1/+2
2003-01-23Bump PKGREVISION as we are using the new distfile. Noted by tron.martti1-1/+2
2003-01-23Note addition of three new packages, all submitted by David Griffith:fredb1-1/+4
print/bww2tex, print/tex-musixtex, and print/tex-bagpipetex.
2003-01-23Add and enable three new packages: bww2tex, tex-bagpipetex,fredb1-1/+4
and tex-musixtex.
2003-01-23Initial import of bww2tex-2.00, a Bagpipe Music Writer Gold to BagpipeTeXfredb7-0/+242
converter, submitted by David Griffith in PR pkg/19978.
2003-01-23Initial import of tex-bagpipetex-3.01. BagpipeTex is a set of MusixTeXfredb5-0/+154
macros for typesetting bagpipe music. Submitted by David Griffith in PR pkg/19977.
2003-01-23Initial import of tex-musixtex, v.T.109. MusixTeX is a set of TeX macrosfredb4-0/+320
for typesetting polyphonic, orchestral or polyphonic music. Submitted by David Griffith in PR pkg/19976.
2003-01-23Note revision bump for gabber (4).jmmv1-1/+2
2003-01-23This new patch fixes a privacy problem as posted in bugtraq and Gabber'sjmmv3-3/+22
homepage. This has been fixed in Gabber's CVS too. Quoting from there: A privacy violation in Gabber has been posted to Bugtraq. The update notification feature of Gabber (and other Jabber clients) used to work by notifying update.jabber.org that you have logged in with Gabber version x.x.x. This feature has not been configurable in Gabber. Patch provided by Greg Troxel in private mail. Bump PKGREVISION to 4.
2003-01-23Note update of asm2html to 1.3jmmv1-1/+2