Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-07-10 | Added asciidoc and o3read. | rillig | 1 | -1/+3 | |
2006-07-10 | Imported asciidoc. | rillig | 4 | -0/+60 | |
The asciidoc command translates specially formatted text files into various output formats such as HTML, man pages, nicely formatted text. | |||||
2006-07-10 | USE_TOOLS+= perl | rillig | 1 | -2/+2 | |
2006-07-09 | Update HOMEPAGE. | taca | 1 | -2/+2 | |
2006-07-09 | Update textproc/ruby-rdtool package to 0.6.20. | taca | 2 | -9/+8 | |
- pkgsrc change; update HOMEPAGE and fix one pkglint warning. :0.6.20 * corrected copyright. :0.6.19 * corrected file permission. * setup.rb version up -> 3.4.0 * remove 'changes' | |||||
2006-07-08 | Change the format of BUILDLINK_ORDER to contain depth information as well, | jlam | 35 | -70/+70 | |
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto | |||||
2006-07-08 | Track information in a new variable BUILDLINK_ORDER that informs us | jlam | 35 | -35/+70 | |
of the order in which buildlink3.mk files are (recursively) included by a package Makefile. | |||||
2006-07-08 | correct libxml2 dependency, from Masao Uebayashi | drochner | 1 | -2/+2 | |
2006-07-07 | Import o3read package from http://siag.nu/o3read/ | ghen | 5 | -0/+56 | |
o3read is a standalone converter for the OpenOffice.org swriter (*.sxw) and scalc (*.sxc) formats. It doesn't depend on OpenOffice or any other external tools or libraries. Example: unzip -p filformat.sxw content.xml | o3read | utf8tolatin1 There are three output modules: * o3read displays a dump of the parse tree * o3totxt creates plain text * o3tohtml creates html code The utility utf8tolatin1 converts from utf8 to 8859-1. | |||||
2006-07-05 | Sweep pkgsrc and convert packages that included intltool/buildlink3.mk | jlam | 4 | -49/+6 | |
to use instead "USE_TOOLS+=intltool". Remove now unused intltool/buildlink3.mk | |||||
2006-07-05 | update p5-String-CRC32 to 1.4. | grant | 2 | -7/+6 | |
changes since 1.2: - use 32k buffer when calculating CRC. | |||||
2006-07-04 | Fixed pkglint warnings. | rillig | 1 | -44/+45 | |
2006-07-04 | Fixed pkglint warnings. | rillig | 1 | -3/+3 | |
2006-07-02 | The configure script needs a working C compiler. | rillig | 1 | -4/+3 | |
2006-06-29 | Python 2.4 doesn't treat values over 0x80000000 as signed integers on | joerg | 3 | -3/+17 | |
32bit platforms, breaking the struct.pack call for the magic number. Force it to use an unsigned value instead. Bump revision. | |||||
2006-06-26 | Update to 1.5.2 to fix build with gcc4 on 3.99.21. Ok agc@ | wiz | 5 | -36/+22 | |
Changes in OpenSP 1.5.2 * Support for version 4.0 and 4.1 of the GNU C++ compiler. * Added doc building and config option. * Updated local gettext. * Added config option to turn off DTDDECL support. * Update 'de' and 'fr' translations; add new 'tr' translation. * Add more tests. (Karl Eichwalder) | |||||
2006-06-26 | USE_TOOLS+=lex | minskim | 1 | -2/+2 | |
2006-06-26 | Added a patch to fix a syntax error with NetBSD's /bin/sh (and maybe | rillig | 2 | -1/+17 | |
others). | |||||
2006-06-26 | Removed a badly written configure test to make dict-client work. | rillig | 2 | -1/+18 | |
2006-06-25 | Fixed the permissions and ownership of the installed files for | rillig | 3 | -29/+21 | |
unprivileged builds. Bumped PKGREVISION. | |||||
2006-06-23 | Make this build with gcc4. | hira | 5 | -1/+57 | |
Add definitions of friend functions to outside of class scope. | |||||
2006-06-22 | Needs msgfmt. | joerg | 1 | -2/+2 | |
2006-06-20 | This package needs zlib to build. | minskim | 1 | -1/+2 | |
2006-06-20 | USE_TOOLS+=yacc | minskim | 2 | -4/+4 | |
2006-06-20 | USE_TOOLS+=lex | minskim | 1 | -1/+3 | |
2006-06-20 | USE_TOOLS+=yacc | minskim | 1 | -1/+2 | |
2006-06-18 | Added {BIN,MAN}{OWN,GRP} to MAKE_ENV to allow unprivileged builds. | rillig | 1 | -2/+5 | |
Bumped PKGREVISION. | |||||
2006-06-15 | Pluralize INSTALL_TEMPLATE and DEINSTALL_TEMPLATE variable names as per | jlam | 2 | -6/+6 | |
the pkglint warning: As {INSTALL,DEINSTALL}_TEMPLATE is modified using "+=", its name should indicate plural. This does make the variables a bit more suggestive of the fact that they hold lists of values. | |||||
2006-06-15 | Split out deinstall portions of INSTALL scripts into DEINSTALL scripts. | jlam | 3 | -7/+11 | |
This avoids the need for a confusing line of the form: DEINSTALL_TEMPLATE+= path/to/INSTALL in the package Makefile, and actually removes the need to specify it altogether since by convention, the existence of the DEINSTALL script is enough to add it to DEINSTALL_TEMPLATE. | |||||
2006-06-15 | Take maintainership. | wiz | 2 | -4/+4 | |
2006-06-15 | Drop maintainership, I don't use them any longer. | wiz | 6 | -12/+12 | |
2006-06-15 | Welcome to the brave new world of gettext-0.14.5 -- if a source file | jlam | 2 | -1/+18 | |
includes <libintl.h>, then it may also pull in macro redefintions for all of the *printf() functions. Unfortunately, macros do not mix well with C++ code which expects to be able to partition names, e.g. printf and vprintf, into the class namespace. (Mostly) fix this problem by undefining printf and vprintf after <libintl.h> is included. This addresses PR pkg/33577. | |||||
2006-06-14 | Fix buildling for gcc4 | adam | 2 | -1/+15 | |
2006-06-13 | Use "rewriteURI", instead of "system" in the XML catalog entry, to make | minskim | 1 | -4/+4 | |
it useful not only for docbook.xsl but also for other xsl files with the same prefix. Bump PKGREVISION. | |||||
2006-06-13 | update to 1.1.17 | drochner | 4 | -12/+12 | |
changes: -bug fixes: some regression tests, attribute/namespaces output, problem in mixed xsl:value-of and xsl:text uses -improvements: internal refactoring, use of the XPath object cache in libxml2-2.6.25 | |||||
2006-06-11 | Needs msgfmt. | joerg | 1 | -2/+2 | |
2006-06-10 | USE_TOOLS+=flex | minskim | 1 | -2/+2 | |
2006-06-10 | Use USE_TOOLS instead of BUILD_DEPENDS for bison. | minskim | 1 | -4/+2 | |
2006-06-10 | Honor *OWN, *GRP, and *MODE. | minskim | 1 | -1/+4 | |
2006-06-09 | update to 2.6.26 | drochner | 6 | -48/+12 | |
changes: fixes for bugs and memory leaks, minor optimizations | |||||
2006-06-07 | Needs Python 2.1+ | joerg | 1 | -1/+2 | |
2006-06-07 | Needs Python 2.2+ | joerg | 1 | -2/+2 | |
2006-06-06 | This package needs yacc; add it to USE_TOOLS. | minskim | 1 | -2/+2 | |
2006-06-06 | None is a true singleton in Python 2.4 and the parser disallows | joerg | 2 | -1/+72 | |
any assignments or use as parameter. Rename the parameters as workaround. | |||||
2006-06-06 | Uses C++. | joerg | 1 | -1/+2 | |
2006-06-05 | Fix CHECK_INTERPRETER errors. Bump PKGREVISION. | minskim | 1 | -2/+4 | |
2006-06-05 | Fix CHECK_INTERPRETER errors. Bump PKGREVISION. | minskim | 1 | -2/+4 | |
2006-06-04 | made sure auxiliary programs are later found even if ${LOCALBASE}/bin is | schwarz | 1 | -1/+16 | |
not in the shell's path | |||||
2006-06-04 | ...and py-gtk not for 2.1. | joerg | 1 | -2/+2 | |
2006-06-04 | py-FourthSuite not available for Python-2.0 | joerg | 1 | -1/+2 | |