Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- NO_CONFIGURE=yes
- Enable pkgviews installation.
|
|
|
|
|
|
from the buildlink2.mk files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
UULoadFileWithPartNo(), with apologies to anyone who's updated within
the last three minutes.
|
|
including buffer overrun errors, and adds a handful of little improvements
to the library and programs.
|
|
This causes the package to fail to install, as this section is executed
a second time.
Use pax instead and all's peachy.
|
|
version of tex2rtf is updated to work with newer versions of wxwindows,
and the prior version is referred to as obsolete. I am told that some
of the patches duplicate work that is done in CVS, so some patches
should disappear over time.
|
|
packages that use builtin.mk files (graphics/xpm and pkgtools/x11-links)
use the new format correctly.
|
|
|
|
e.g. "BUILDLINK_PKGBASE.gtk?= gtk+". This is mandated by the example
buildlink[23].mk files in bsd.buildlink[23].mk.
|
|
Buildlink files: RECOMMENDED version changed to current version.
|
|
by moving the inclusion of buildlink3.mk files outside of the protected
region. This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.
BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list. This ordering property is used to check for builtin
packages in the correct order. The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end. However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
|
|
BUILDLINK_PACKAGES, then set BUILDLINK_PKGBASE.<pkg> explicitly so that
we can map from <pkg> to BUILDLINK_PKGBASE.<pkg>.
|
|
|
|
|
|
built-in or not into a separate builtin.mk file. The code to deal
checking for built-in software is much simpler to deal with in pkgsrc.
The buildlink3.mk file for a package will be of the usual format
regardless of the package, which makes it simpler for packagers to
update a package.
The builtin.mk file for a package must define a single yes/no variable
USE_BUILTIN.<pkg> that is used by bsd.buildlink3.mk to decide whether
to use the built-in software or to use the pkgsrc software.
|
|
with 8.4 will be updated to depend on x11/tk after Tk update.
|
|
|
|
|
|
|
|
bibtex2html is a collection of tools for translating from BibTeX to
HTML. They allow to produce, from a set of bibliography files in
BibTeX format, a bibliography in HTML format. Here are some features:
o Handle any BibTeX style (even those producing multiple bibliographies);
o Use additional fields like abstract, url, ps, etc. to insert web links;
o Crossrefs are also replaced by links;
o Sort by dates or authors, in increasing or decreasing order;
o Read simple macros in TeX or LaTeX files;
o Show syntax errors in BibTeX files;
o Extract from one or several BibTeX files the set of entries satisfying a
given criterion.
|
|
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
|
|
|
|
Changes:
- Logo support
- Only remove files if they'r fetched.
- Patch [CDATA tags
- Add rss output
|
|
environment overrides all other settings.
|
|
0.17 Sun Feb 24 2001
- It appears that messages no longer need start with a
TnefVersion attribute, and a message without this attribute
triggered a bug ('datahandle' method called on uninitialized
value) found by Randy Diffenderfer.
- Although the MSDN TNEF Stream syntax page makes it look like
TnefVersion must be the first attribute if it appears, and
MessageClass must be the first or second attribute if it
appears, I'm not going to check for this because then my
test file has MessageClass as the third attribute.
- Got rid of '_equal' function. The only reason to worry about
warnings when comparing undef is if there's a read error, and
then a warning ought to be ok anyway.
- Long overdue perltidy format cleanup.
0.16 Tue Jul 31 2001
- Simplified main loop some more. Don't need to check for end
of processing twice.
- Prefixed 'private' functions with underscore character.
- changed a couple of 'methods' which didn't use '$self' and weren't
documented as methods into 'private' functions.
0.15 Tue Jul 31 2001
- Finally combined message and attachment parsing loops.
- Removed the '|| []' from the attachment() method. I'm storing
an arrayref unconditionally in the TNEF object, so there should
be no need for this. Also now returns ref if not called
in list context.
0.14 Mon Jul 30 2001
- Subclass message and attachment portions of TNEF object.
- Found bug in saving the size of message attributes.
|