pkgsrc/textproc
wiz 74c2c4849d Update to 2.7.6:
2.7.6: Oct  6 2009:
   -  Bug Fixes:
     Restore thread support in default configuration (Andrew W. Nosenko),
     URI with no path parsing problem (Daniel Veillard),
     Minor patch for conditional defines in threads.c (Eric Zurcher)



2.7.5: Sep 24 2009:
   -  Bug Fixes:
    Restore behavior of --with-threads without argument (Andrew W. Nosenko),
    Fix memory leak when doc is NULL (Rob Richards),
    595792 fixing a RelaxNG bug introduced in 2.7.4 (Daniel Veillard),
    Fix a Relaxng bug raised by libvirt test suite (Daniel Veillard),
    Fix a parsing problem with little data at startup (Daniel Veillard),
    link python module with python library (Frederic Crozat),
    594874 Forgot an fclose in xmllint (Daniel Veillard)

   -  Cleanup:
    Adding symbols.xml to EXTRA_DIST (Daniel Veillard)



2.7.4: Sep 10 2009:
   - Improvements:
    Switch to GIT (GNOME),
    Add symbol versioning to libxml2 shared libs (Daniel Veillard)

   - Portability:
    593857 try to work around thread pbm MinGW 4.4 (Daniel Veillard),
    594250 rename ATTRIBUTE_ALLOC_SIZE to avoid clashes (Daniel Veillard),
    Fix Windows build * relaxng.c: fix windows build (Rob Richards),
    Fix the globals.h to use XMLPUBFUN (Paul Smith),
    Problem with extern extern in header (Daniel Veillard),
    Add -lnetwork for compiling on Haiku (Scott McCreary),
    Runtest portability patch for Solaris (Tim Rice),
    Small patch to accomodate the Haiku OS (Scott McCreary),
    584605 package VxWorks folder in the distribution (Daniel Veillard),
    574017 Realloc too expensive on most platform (Daniel Veillard),
    Fix windows build (Rob Richards),
    545579 doesn't compile without schema support (Daniel Veillard),
    xmllint use xmlGetNodePath when not compiled in (Daniel Veillard),
    Try to avoid __imp__xmlFree link trouble on msys (Daniel Veillard),
    Allow to select the threading system on Windows (LRN),
    Fix Solaris binary links, cleanups (Daniel Veillard),
    Bug 571059 – MSVC doesn't work with the bakefile (Intron),
    fix ATTRIBUTE_PRINTF header clash (Belgabor and Mike Hommey),
    fixes for Borland/CodeGear/Embarcadero compilers (Eric Zurcher)

   - Documentation:
    544910 typo: "renciliateNs" (Leonid Evdokimov),
    Add VxWorks to list of OSes (Daniel Veillard),
    Regenerate the documentation and update for git (Daniel Veillard),
    560524 ¿ xmlTextReaderLocalName description (Daniel Veillard),
    Added sponsoring by AOE media for the server (Daniel Veillard),
    updated URLs for GNOME (Vincent Lefevre),
    more warnings about xmlCleanupThreads and xmlCleanupParser (Daniel Veillard)

   - Bug fixes:
    594514 memory leaks - duplicate initialization (MOD),
    Wrong block opening in htmlNodeDumpOutputInternal (Daniel Veillard),
    492317 Fix  Relax-NG validation problems (Daniel Veillard),
    558452 fight with reg test and error report (Daniel Veillard),
    558452 RNG compilation of optional multiple child (Daniel Veillard),
    579746 XSD validation not correct / nilable groups (Daniel Veillard),
    502960 provide namespace stack when parsing entity (Daniel Veillard),
    566012 part 2 fix regresion tests and push mode (Daniel Veillard),
    566012 autodetected encoding and encoding conflict (Daniel Veillard),
    584220 xpointer(/) and xinclude problems (Daniel Veillard),
    587663 Incorrect Attribute-Value Normalization (Daniel Veillard),
    444994 HTML chunked failure for attribute with <> (Daniel Veillard),
    Fix end of buffer char being split in XML parser (Daniel Veillard),
    Non ASCII character may be split at buffer end (Adiel Mittmann),
    440226 Add xmlXIncludeProcessTreeFlagsData API (Stefan Behnel),
    572129 speed up parsing of large HTML text nodes (Markus Kull),
    Fix HTML parsing with 0 character in CDATA (Daniel Veillard),
    Fix SetGenericErrorFunc and SetStructured clash (Wang Lam),
    566012  Incomplete EBCDIC parsing support (Martin Kogler),
    541335 HTML avoid creating 2 head or 2 body element (Daniel Veillard),
    541237 error correcting missing end tags in HTML (Daniel Veillard),
    583439 missing line numbers in push mode (Daniel Veillard),
    587867 xmllint --html --xmlout serializing as HTML (Daniel Veillard),
    559501 avoid select and use poll for nanohttp (Raphael Prevost),
    559410 -  Regexp bug on (...)? constructs (Daniel Veillard),
    Fix a small problem on previous HTML parser patch (Daniel Veillard),
    592430 -  HTML parser runs into endless loop (Daniel Veillard),
    447899 potential double free in xmlFreeTextReader (Daniel Veillard),
    446613 small validation bug mixed content with NS (Daniel Veillard),
    Fix the problem of revalidating a doc with RNG (Daniel Veillard),
    Fix xmlKeepBlanksDefault to not break indent (Nick Wellnhofer),
    512131 refs from externalRef part need to be added (Daniel Veillard),
    512131 crash in xmlRelaxNGValidateFullElement (Daniel Veillard),
    588441 allow '.' in HTML Names even if invalid (Daniel Veillard),
    582913 Fix htmlSetMetaEncoding() to be nicer (Daniel Veillard),
    579317 Try to find the HTML encoding information (Daniel Veillard),
    575875 don't output charset=html (Daniel Veillard),
    571271 fix semantic of xsd:all with minOccurs=0 (Daniel Veillard),
    570702 fix a bug in regexp determinism checking (Daniel Veillard),
    567619 xmlValidateNotationUse missing param test (Daniel Veillard),
    574393 ¿ utf-8 filename magic for compressed files (Hans Breuer),
    Fix a couple of problems in the parser (Daniel Veillard),
    585505 ¿ Document ids and refs populated by XSD (Wayne Jensen),
    582906 XSD validating multiple imports of the same schema (Jason Childs),
    Bug 582887 ¿ problems validating complex schemas (Jason Childs),
    Bug 579729 ¿ fix XSD schemas parsing crash (Miroslav Bajtos),
    576368 ¿ htmlChunkParser with special attributes (Jiri Netolicky),
    Bug 565747 ¿ relax anyURI data character checking (Vincent Lefevre),
    Preserve attributes of include start on tree copy (Petr Pajas),
    Skip silently unrecognized XPointer schemes (Jakub Wilk),
    Fix leak on SAX1, xmllint --sax1 option and debug (Daniel Veillard),
    potential NULL dereference on non-glibc (Jim Meyering),
    Fix an XSD validation crash (Daniel Veillard),
    Fix a regression in streaming entities support (Daniel Veillard),
    Fix a couple of ABI issues with C14N 1.1 (Aleksey Sanin),
    Aleksey Sanin support for c14n 1.1 (Aleksey Sanin),
    reader bug fix with entities (Daniel Veillard),
    use options from current parser ctxt for external entities (Rob Richards),
    581612 use %s to printf strings (Christian Persch),
    584605 change the threading initialization sequence (Igor Novoseltsev),
    580705 keep line numbers in HTML parser (Aaron Patterson),
    581803 broken HTML table attributes init (Roland Steiner),
    do not set error code in xmlNsWarn (Rob Richards),
    564217 fix structured error handling problems,
    reuse options from current parser for entities (Rob Richards),
    xmlXPathRegisterNs should not allow enpty prefixes (Daniel Veillard),
    add a missing check in xmlAddSibling (Kris Breuker),
    avoid leaks on errors (Jinmei Tatuya)

   - Cleanup:
    Chasing dead assignments reported by clang-scan (Daniel Veillard),
    A few more safety cleanup raised by scan (Daniel Veillard),
    Fixing assorted potential problems raised by scan (Daniel Veillard),
    Potential uninitialized arguments raised by scan (Daniel Veillard),
    Fix a bunch of scan 'dead increments' and cleanup (Daniel Veillard),
    Remove a pedantic warning (Daniel Veillard),
    555833 always use rm -f in uninstall-local (Daniel Veillard),
    542394 xmlRegisterOutputCallbacks MAX_INPUT_CALLBACK (Daniel Veillard),
    Autoregenerate libxml2.syms automated checkings (Daniel Veillard),
    Make xmlRecoverDoc const (Martin Trappel) (Daniel Veillard),
    Both args of xmlStrcasestr are const (Daniel Veillard),
    hide the nbParse* variables used for debugging (Mike Hommey),
    570806 changed include of config.h (William M. Brack),
    cleanups and error reports when xmlTextWriterVSprintf fails (Jinmei Tatuya)
2009-10-31 03:05:47 +00:00
..
aiksaurus Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
antiword Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
asciidoc Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
aspell Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
aspell-breton Add DESTDIR support. 2008-06-12 02:14:13 +00:00
aspell-catalan Add DESTDIR support. 2008-06-12 02:14:13 +00:00
aspell-czech Add DESTDIR support. 2008-06-12 02:14:13 +00:00
aspell-danish Add DESTDIR support. 2008-06-20 01:09:05 +00:00
aspell-dutch Add DESTDIR support. 2008-06-12 02:14:13 +00:00
aspell-english Add DESTDIR support. 2008-06-12 02:14:13 +00:00
aspell-esperanto Add DESTDIR support. 2008-06-12 02:14:13 +00:00
aspell-faroese Add DESTDIR support. 2008-06-20 01:09:05 +00:00
aspell-francais Add DESTDIR support. 2008-06-12 02:14:13 +00:00
aspell-gaeilge Correct email address for generic MAINTAINER. 2009-03-17 21:40:44 +00:00
aspell-german Add DESTDIR support. 2008-06-12 02:14:13 +00:00
aspell-greek Add DESTDIR support. 2008-06-12 02:14:13 +00:00
aspell-italian Add DESTDIR support. 2008-06-12 02:14:13 +00:00
aspell-norwegian Add DESTDIR support. 2008-06-12 02:14:13 +00:00
aspell-polish Add DESTDIR support. 2008-06-12 02:14:13 +00:00
aspell-portuguese Add DESTDIR support. 2008-06-12 02:14:13 +00:00
aspell-romanian Add DESTDIR support. 2008-06-12 02:14:13 +00:00
aspell-russian Add DESTDIR support. 2008-06-12 02:14:13 +00:00
aspell-slovak Add DESTDIR support. 2008-06-20 01:09:05 +00:00
aspell-spanish Add DESTDIR support. 2008-06-12 02:14:13 +00:00
aspell-svenska Add DESTDIR support. 2008-06-12 02:14:13 +00:00
aspell-ukrainian Add DESTDIR support. 2008-06-12 02:14:13 +00:00
aspell-welsh Add DESTDIR support. 2008-06-12 02:14:13 +00:00
awf Support PKGMANDIR 2009-10-29 22:00:58 +00:00
bibclean Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
biblook Add DESTDIR support. 2008-06-20 01:09:05 +00:00
bibparse Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
bsdgrep-devel Reduce context in diff to not cover RCS ID. Set USE_BSD_MAKEFILE. 2008-06-21 20:37:40 +00:00
btparse Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
c2html Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
catdoc Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
catdoc-tk Add destdir support to catdoc and catdoc-tk. 2008-05-01 13:51:56 +00:00
cawf Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
cdif Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
chasen Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
chasen-base Remove (accidently added when update to 2.4.1?) redundant entries from PLIST 2009-05-21 13:49:59 +00:00
convertlit Replace highly fought over patch with sed statement. 2009-10-06 21:37:10 +00:00
crimson Give up maintainership of packages where I am still listed as MAINTAINER. 2009-08-20 15:24:58 +00:00
db2latex Use ifpdf.sty instead of defining one. 2009-07-28 16:27:11 +00:00
dblatex Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
detex user-destdir support 2009-07-07 22:17:24 +00:00
dict-client Add DESTDIR support. 2008-06-12 02:14:13 +00:00
dict-dictionaries user-destdir support 2009-07-07 22:17:24 +00:00
dict-server user-destdir support 2009-07-07 22:17:24 +00:00
dictem PKGREVISION bump for elisp packages because of bytecode format changes 2009-08-06 01:44:45 +00:00
diction Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
diffsplit user-destdir support 2009-07-07 22:12:02 +00:00
diffstat Update to 1.49. Changes: 2009-09-06 16:20:10 +00:00
docbook Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
docbook-simple Remove @dirrm related logic. 2009-06-14 22:57:58 +00:00
docbook-website user-destdir support 2009-07-07 22:12:02 +00:00
docbook-xml update to 4.5 2009-10-27 12:23:37 +00:00
docbook-xsl Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 21:28:46 +00:00
doclifter Drop maintainership. 2009-02-24 16:15:22 +00:00
dsssl-docbook-modular Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 21:28:46 +00:00
dtdparse Remove a redundant opening curly brace. 2009-07-13 11:49:30 +00:00
eb Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
eblook Add DESTDIR support. 2008-06-12 02:14:13 +00:00
ebook-tools Mark as destdir-ready. 2009-08-29 11:49:56 +00:00
ebview bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
emacs-dict-client PKGREVISION bump for elisp packages because of bytecode format changes 2009-08-06 01:44:45 +00:00
emacs-muse PKGREVISION bump for elisp packages because of bytecode format changes 2009-08-06 01:44:45 +00:00
enca Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
enchant Use hunspell only by default and depend on the en_US dictionary. 2009-10-12 19:56:04 +00:00
epubcheck Initial import of epubcheck-1.0.3: 2009-10-11 09:36:56 +00:00
expat fix SA36425: possible DoS due to an error when parsing certain 2009-09-10 09:59:20 +00:00
expatobjc Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
ezxml Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
flyspell PKGREVISION bump for elisp packages because of bytecode format changes 2009-08-06 01:44:45 +00:00
freepwing Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
gdome2 user-destdir support 2009-07-07 22:12:02 +00:00
glimpse Mark devel/tre and textproc/glimpse as conflicting since both install 2009-09-07 11:18:49 +00:00
gnome-doc-utils update to 0.18.0 2009-10-27 14:50:07 +00:00
gnome-spell bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
gnome-subtitles bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
grep MIPSPro doesn't like code such as: 2008-03-11 02:18:22 +00:00
groff resolve lib/charset.alias conflicts. PR pkg/42199 2009-10-21 16:51:46 +00:00
gsed Update to 4.2: 2009-08-08 21:26:49 +00:00
gtk-doc Remove USE_DIRS from pkgsrc. 2009-07-22 09:01:16 +00:00
gtkspell bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
GutenMark Add DESTDIR support. 2008-06-12 02:14:13 +00:00
GutenMark-words Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
halibut MAKE_JOBS_SAFE=no 2009-10-06 21:31:13 +00:00
harmony Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
helpdeco user-destdir support 2009-07-07 22:08:13 +00:00
hevea Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
highlight Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
hre Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
html user-destdir support 2009-07-07 22:02:39 +00:00
html2text user-destdir support 2009-07-07 21:58:38 +00:00
html2wml user-destdir support 2009-07-07 21:58:38 +00:00
hugs-HaXml Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
hunspell Support for OO.o dicts without readme files. 2009-10-29 22:57:10 +00:00
hunspell-af_ZA Import hunspell-af_ZA-20060117 as textproc/hunspell-af_ZA. 2008-07-19 15:14:45 +00:00
hunspell-ar Import hunspell-ar-20080110 as textproc/hunspell-ar. 2009-10-12 20:52:40 +00:00
hunspell-bg_BG Import hunspell-bg_BG-20040405 as textproc/hunspell-bg_BG. 2008-07-19 15:19:46 +00:00
hunspell-ca_ES This doesn't come with a readme file. 2009-10-29 22:57:32 +00:00
hunspell-cs_CZ Import hunspell-cs_CZ-20061030 as textproc/hunspell-cs_CZ. 2008-07-19 17:08:35 +00:00
hunspell-cy_GB Import hunspell-cy_GB-20040425 as textproc/hunspell-cy_GB. 2009-10-27 20:02:29 +00:00
hunspell-da_DK Import hunspell-da_DK-20070106 as textproc/hunspell-da_DK. 2008-07-19 17:48:04 +00:00
hunspell-de user-destdir support 2009-07-07 21:58:38 +00:00
hunspell-el_GR Import hunspell-el_GR-20041220 as textproc/hunspell-el_GR. 2009-10-27 20:03:32 +00:00
hunspell-en_CA Import hunspell-en_CA-20020315 as textproc/hunspell-en_CA. 2009-10-27 20:04:36 +00:00
hunspell-en_GB Get rid of now unnecessary EXTRACT_OPTS_ZIP. 2009-08-25 11:57:44 +00:00
hunspell-en_NZ Import hunspell-en_NZ-20020518 as textproc/hunspell-en_NZ. 2009-10-27 20:05:57 +00:00
hunspell-en_US Get rid of now unnecessary EXTRACT_OPTS_ZIP. 2009-08-25 11:57:44 +00:00
hunspell-en_ZA Import hunspell-en_ZA-20060120 as textproc/hunspell-en_ZA. 2009-10-27 20:07:11 +00:00
hunspell-es_ES Import hunspell-es_ES-20050510 as textproc/hunspell-es_ES. 2008-07-19 18:00:51 +00:00
hunspell-es_MX Import hunspell-es_MX-20050505 as textproc/hunspell-es_MX. 2008-07-19 18:06:15 +00:00
hunspell-fo_FO Import hunspell-fo_FO-20050307 as textproc/hunspell-fo_FO. 2008-07-19 18:23:46 +00:00
hunspell-fr_FR Get rid of now unnecessary EXTRACT_OPTS_ZIP. 2009-08-25 11:57:44 +00:00
hunspell-fy_NL Import hunspell-fy_NL-0.12 as textproc/hunspell-fy_NL. 2009-10-27 20:10:12 +00:00
hunspell-ga_IE Import hunspell-ga_IE-20071029 as textproc/hunspell-ga_IE. 2009-10-12 21:33:10 +00:00
hunspell-he_IL Import hunspell-he_IL-20050112 as textproc/hunspell-he_IL. 2009-10-12 21:36:21 +00:00
hunspell-hr_HR Import hunspell-hr_HR-20060607 as textproc/hunspell-hr_HR. 2009-10-12 21:43:20 +00:00
hunspell-hu_HU Update to 1.5 2009-10-11 11:17:07 +00:00
hunspell-id_ID Import hunspell-id_ID-20040410 as textproc/hunspell-id_ID. 2008-07-20 12:49:47 +00:00
hunspell-it_IT Import hunspell-it_IT-2.4 as textproc/hunspell-it_IT. 2009-10-12 21:49:37 +00:00
hunspell-lt_LT Import hunspell-lt_LT-20031231 as textproc/hunspell-lt_LT. 2009-10-12 21:53:03 +00:00
hunspell-lv_LV Import hunspell-lv_LV-0.8b1 as textproc/hunspell-lv_LV. 2009-10-27 20:14:12 +00:00
hunspell-mg_MG Import hunspell-mg_MG-20050108 as textproc/hunspell-mg_MG. 2009-10-12 21:57:53 +00:00
hunspell-ms_MY Import hunspell-ms_MY-20050117 as textproc/hunspell-ms_MY. 2009-10-12 22:00:53 +00:00
hunspell-nl_NL Import hunspell-nl_NL-20070607 as textproc/hunspell-nl_NL. 2009-10-12 22:03:03 +00:00
hunspell-ny_MW Import hunspell-ny_MW-20050108 as textproc/hunspell-ny_MW. 2009-10-12 22:05:20 +00:00
hunspell-pl_PL Import hunspell-pl_PL-20061202 as textproc/hunspell-pl_PL. 2009-10-27 20:13:08 +00:00
hunspell-ru_RU Include from textproc, not wip. 2009-10-12 21:35:05 +00:00
hunspell-sk_SK Import hunspell-sk_SK-20090330 as textproc/hunspell-sk_SK. 2009-10-12 21:14:51 +00:00
hunspell-sv_SE Get rid of now unnecessary EXTRACT_OPTS_ZIP. 2009-08-25 11:57:44 +00:00
hyperestraier Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
icu oops, shlib major changed in last update, adjust dependency, 2009-08-09 09:53:07 +00:00
intltool Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
ipadic Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
isearch MAKE_JOBS_SAFE=no 2009-08-03 14:28:31 +00:00
iso-codes Update to 3.11: 2009-10-31 01:32:32 +00:00
iso8879 Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
iso12083 user-destdir support 2009-07-07 21:48:22 +00:00
ispell-base needs termcap 2009-07-21 09:59:09 +00:00
ispell-british +MAKE_JOBS_SAFE=no 2009-03-09 21:37:17 +00:00
ispell-catalan +PKG_DESTDIR_SUPPORT=user-destdir 2009-02-17 14:43:05 +00:00
ispell-emacs PKGREVISION bump for elisp packages because of bytecode format changes 2009-08-06 01:44:45 +00:00
ispell-francais user-destdir support 2009-07-07 21:48:22 +00:00
ispell-gaeilge user-destdir support 2009-07-07 21:48:22 +00:00
ispell-german +PKG_DESTDIR_SUPPORT=user-destdir 2009-02-17 14:43:05 +00:00
ispell-polski +PKG_DESTDIR_SUPPORT=user-destdir 2009-02-17 14:43:05 +00:00
ispell-romanian Give up maintainership of packages where I am still listed as MAINTAINER. 2009-08-20 15:24:58 +00:00
ispell-russian user-destdir support 2009-07-07 21:48:22 +00:00
ispell-russian-io user-destdir support 2009-07-07 21:48:22 +00:00
ispell-slovak user-destdir support 2009-07-07 21:48:22 +00:00
ispell-spanish Add user-destdir support; per joerg@'s request. 2009-03-05 11:56:00 +00:00
ispell-svenska user-destdir support 2009-07-07 21:48:22 +00:00
itex2MML user-destdir support 2009-07-07 21:43:58 +00:00
ja-grep Do not create /usr/pkg/share when in destdir mode. 2009-07-16 14:53:13 +00:00
ja-groff user-destdir support 2009-07-07 17:38:09 +00:00
ja-sed user-destdir support 2009-07-07 21:38:04 +00:00
jade Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 21:28:46 +00:00
java-mecab Update MeCab to 0.98. 2009-10-14 08:22:35 +00:00
java-native-hyperestraier Import java-native-hyperestraier-1.0.0.1.4.13 as textproc/java-native-hyperestraier. 2009-05-25 09:43:00 +00:00
java-pure-hyperestraier Import java-pure-hyperestraier-1.0.0.1.4.13 as textproc/java-pure-hyperestraier. 2009-05-25 09:43:52 +00:00
jdom Mark as destdir ready. 2008-07-14 12:55:56 +00:00
jing Update to jing-20090818, 6 years of development. 2009-10-31 02:21:07 +00:00
json-glib Update json-glib to 0.8.0. 2009-10-26 08:27:17 +00:00
kakasi user-destdir support 2009-07-07 21:33:07 +00:00
kbanner user-destdir support 2009-07-07 21:33:07 +00:00
kdoc Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
latex2html Remove USE_DIRS from pkgsrc. 2009-07-22 09:01:16 +00:00
libclucene Update to 0.9.21b 2009-07-23 08:59:54 +00:00
libcroco Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
liblinebreak Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
liblrdf Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
libnxml Import libnxml-0.18.3 as textproc/libnxml from pkgsrc-wip. 2009-05-30 00:16:10 +00:00
libpathan Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
libunicode Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libxml Fix two typos. From Bug Hunting in PR 41973. 2009-09-01 22:13:38 +00:00
libxml++ Update to 2.26.1: 2009-08-09 23:07:48 +00:00
libxml++1 Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
libxml2 Set LICENSE. 2009-10-31 03:05:20 +00:00
libxslt add a makefile snippet to build a wrapper for "xsltproc" which 2009-10-27 14:37:13 +00:00
libyaml Update to 0.1.2, set LICENSE. 2009-08-09 09:39:13 +00:00
link-grammar Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with 2009-06-30 00:07:09 +00:00
lout Remove @dirrm related logic. 2009-06-14 22:57:58 +00:00
lq-sp user-destdir support 2009-07-07 21:08:34 +00:00
lua-expat Make a sentence read better 2009-07-09 01:53:28 +00:00
makeindexk PKGREVISION bump because of the kpathsea API change. 2009-06-09 21:31:03 +00:00
makeztxt user-destdir support 2009-07-07 21:08:34 +00:00
Markdown Add DESTDIR support. 2008-06-12 02:14:13 +00:00
markdown-mode PKGREVISION bump for elisp packages because of bytecode format changes 2009-08-06 01:44:45 +00:00
mdoclint Recognize evbppc. Bump version to 1.3. 2009-05-18 09:10:03 +00:00
mdocml mdocml-1.9.9: 2009-10-21 17:30:02 +00:00
mecab Update MeCab to 0.98. 2009-10-14 08:22:35 +00:00
mecab-base Update MeCab to 0.98. 2009-10-14 08:22:35 +00:00
mecab-ipadic Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
mecab-jumandic Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
metauml Let textproc/metauml use kpathsea/texmf.mk instead of teTeX/module.mk; 2009-08-16 21:50:38 +00:00
migemo Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
migemo-elisp PKGREVISION bump for elisp packages because of bytecode format changes 2009-08-06 01:44:45 +00:00
mxml user-destdir support 2009-07-07 21:07:47 +00:00
namazu Update textprroc/namazu package to 2.0.20 (security fix). 2009-09-24 15:04:33 +00:00
nbsed Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. 2009-04-09 00:48:06 +00:00
ndtpd user-destdir support 2009-07-07 21:08:34 +00:00
nxml-mode PKGREVISION bump for elisp packages because of bytecode format changes 2009-08-06 01:44:45 +00:00
o3read user-destdir support 2009-07-07 20:58:04 +00:00
OdfConverter Fix patches and build on case-sensitive file systems. 2009-09-02 08:47:15 +00:00
oniguruma Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
openjade user-destdir support 2009-07-07 21:34:53 +00:00
opensp silence missing interpreter warning 2009-08-06 11:23:37 +00:00
p5-CAM-PDF - updated to 1.52 2008-11-11 09:22:10 +00:00
p5-Convert-ASCII-Armour Fix a dependency. 2009-05-05 09:05:10 +00:00
p5-Convert-ASN1 Update from version 0.21nb1 to 0.22. 2008-11-18 17:09:00 +00:00
p5-Convert-BER Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Convert-PEM Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Convert-Translit Donate my Perl packages to the Great Five. (Don't worry, I'll try to take 2009-05-21 14:28:44 +00:00
p5-Cz-Cstools Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Data-FormValidator Update distinfo for p5-Data-FormValidator-4.63. 2009-01-12 05:20:42 +00:00
p5-Data-HexDump Remove empty PLIST. 2009-07-22 09:34:54 +00:00
p5-Encode Updating textproc/p5-Encode from 2.35 to 2.37 2009-09-12 21:42:08 +00:00
p5-Encode-Detect Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Feed-Find Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-File-ReadBackwards Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Filter pkgsrc changes 2009-07-08 14:15:18 +00:00
p5-FormValidator-Simple pkgsrc changes: 2009-07-07 21:34:36 +00:00
p5-iCal-Parser Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Kwalify Updating textproc/p5-Kwalify from 1.19nb1 to 1.20 2009-09-19 22:14:35 +00:00
p5-libxml Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Lingua-EN-Inflect Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Lingua-EN-Inflect-Number Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Lingua-EN-Numbers-Ordinate Bumping revision of packages which depend direct or indirect on 2009-09-24 06:50:10 +00:00
p5-Lingua-EN-Sentence Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Lingua-Preferred Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Lingua-Stem-Snowball Update from version 0.941nb1 to 0.952. 2008-11-18 17:14:42 +00:00
p5-mecab Update MeCab to 0.98. 2009-10-14 08:22:35 +00:00
p5-native-hyperestraier Note LICENSE=gnu-lgpl-v2.1. 2009-05-25 09:48:50 +00:00
p5-Net-Dict Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Number-Format Updating textproc/p5-Number-Format from 1.72a to 1.73 2009-10-11 08:09:58 +00:00
p5-Number-Spell Import p5-Number-Spell version 0.04. 2008-11-17 20:11:04 +00:00
p5-PDF Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-PDF-API2 Changes 0.73: 2009-08-05 10:55:55 +00:00
p5-PDF-Create Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Pod-Coverage Update to 0.20: 2009-02-22 15:51:45 +00:00
p5-Pod-Escapes Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Pod-Parser Importing package for perl-module Pod::Parser-1.38 2009-03-22 22:02:59 +00:00
p5-Pod-POM PkgSrc changes: 2009-04-24 07:06:05 +00:00
p5-Pod-Readme Import p5-Pod-Readme-0.09 as textproc/p5-Pod-Readme. 2008-11-09 13:05:37 +00:00
p5-Pod-Simple Updating package for p5 module Pod::Simple from 3.07nb1 to 3.08 2009-08-09 08:01:29 +00:00
p5-Pod-Spell Import p5-Pod-Spell-1.01 as textproc/p5-Pod-Spell. 2008-11-09 13:28:53 +00:00
p5-Pod-Strip Import p5-Pod-Strip version 1.02. 2008-10-30 23:01:47 +00:00
p5-Pod-Tests Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Pod-Tree PkgSrc changes: 2009-04-24 07:20:45 +00:00
p5-podlators Import p5-podlators version 2.2.1. 2009-01-05 09:40:18 +00:00
p5-PPI-HTML Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Regexp-Common Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Search-Xapian Update to 1.0.14.0. From the changelog: 2009-08-01 08:42:58 +00:00
p5-SGMLS Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
p5-String-Approx Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-String-BufferStack PkgSrc changes: 2009-05-01 20:58:38 +00:00
p5-String-CRC32 Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-String-Koremutake Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-String-RewritePrefix Importing package for p5 module String::RewritePrefix version 0.004 as 2009-07-08 11:33:32 +00:00
p5-String-ShellQuote Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Template-Declare pkgsrc changes: 2009-07-18 21:43:02 +00:00
p5-Template-Plugin-Autoformat Importing new package for p5 module Template::Plugin::Autoformat version 2009-08-17 19:28:10 +00:00
p5-Template-Plugin-CSV Importing package of p5 module Template::Plugin::CSV 0.04. 2009-06-14 23:18:54 +00:00
p5-Template-Plugin-Latex Bumping revision of packages which depend direct or indirect on 2009-09-24 06:50:10 +00:00
p5-Template-Plugin-Number-Format Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Template-Plugin-YAML Importing package fpr p5 module Template::Plugin::YAML version 1.23. 2009-07-08 12:47:58 +00:00
p5-Text-Aspell Update distinfo. 2008-12-09 05:42:00 +00:00
p5-Text-Autoformat PkgSrc changes: 2009-05-01 20:08:36 +00:00
p5-Text-Balanced Updating package for p5 module Text::Balanced from 2.0.0 to 2.02 2009-08-09 14:06:05 +00:00
p5-Text-BibTeX Add commented-out HOMEPAGE using search.cpan.org. 2008-11-22 00:07:12 +00:00
p5-Text-CharWidth Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Text-ChaSen Remove kei as maintainer, he resigned. 2009-09-02 08:34:13 +00:00
p5-Text-Context-EitherSide pkgsrc changes: 2009-05-21 12:14:26 +00:00
p5-Text-CSV Updating textproc/p5-Text-CSV from 1.14 to 1.15 2009-10-17 14:14:47 +00:00
p5-Text-CSV-Hash Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Text-CSV_XS Updating textproc/p5-Text-CSV_XS from 0.68 to 0.69 2009-10-17 14:11:20 +00:00
p5-Text-DelimMatch Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Text-DHCPLeases Update from version 0.7 to .08. 2009-01-11 16:26:31 +00:00
p5-Text-Diff pkgsrc changes: 2009-07-18 17:17:06 +00:00
p5-Text-Diff-HTML PkgSrc changes: 2009-05-01 22:27:49 +00:00
p5-Text-Diff-Parser update version scrambling 2009-09-12 21:54:15 +00:00
p5-Text-DoubleMetaphone Import p5-Text-DoubleMetaphone version 0.07: 2008-10-24 00:30:59 +00:00
p5-Text-Emoticon Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Text-Emoticon-MSN Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Text-Format Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Text-Glob Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Text-Kakasi Remove kei as maintainer, he resigned. 2009-09-02 08:34:13 +00:00
p5-Text-LevenshteinXS Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Text-Markdown Updating textproc/p5-Text-Markdown from 1.0.24 to 1.0.25 2009-09-12 19:57:27 +00:00
p5-Text-PDF PkgSrc changes: 2009-04-11 23:15:19 +00:00
p5-Text-Quoted Drop MAINTAINERSIP at MAINTAINER's request. 2009-03-24 13:35:47 +00:00
p5-Text-RecordParser fixing PERL5_MODULE_TYPE 2009-08-20 17:32:45 +00:00
p5-Text-Reflow pkgsrc changes: 2009-07-18 18:45:15 +00:00
p5-Text-Reform Updating textproc/p5-Text-Reform from 1.11nb4 to 1.20 2009-09-13 19:31:22 +00:00
p5-Text-RewriteRules Updating package for p5 module Text::RewriteRules from 0.20 to 0.21 2009-07-08 11:15:52 +00:00
p5-Text-Shellwords Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Text-SimpleTable Updating package for p5 module Text::SimpleTable from 1.4 to 2.0 2009-08-09 13:17:17 +00:00
p5-Text-SpellChecker Update from version 0.03 to 0.05. 2009-01-11 16:42:01 +00:00
p5-Text-Substitute Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Text-Tabs+Wrap Give up MAINTAINER 2009-07-17 18:00:13 +00:00
p5-Text-TabularDisplay Importing package for p5 module Text::TabularDisplay 1.22 as dependency 2009-08-19 09:06:44 +00:00
p5-Text-Template Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Text-Textile Updating package textproc/p5-Text-Textile from 2.03nb1 to 2.12 2009-08-18 16:17:57 +00:00
p5-Text-Unaccent Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Text-Unidecode Donate my Perl packages to the Great Five. (Don't worry, I'll try to take 2009-05-21 14:28:44 +00:00
p5-Text-vCard Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Text-vFile-asData Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Text-WikiCreole adding destdir support and license of perl itself (POD) 2009-07-07 16:22:46 +00:00
p5-Text-WikiFormat Modify dependencies to perl-modules which are deployed with the perl-core, 2009-04-24 17:15:21 +00:00
p5-Text-WrapI18N Update from version 0.06nb1 to 0.06nb2. 2009-01-02 21:45:45 +00:00
p5-Text-Wrapper Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-XML-Atom Update textproc/p5-XML-Atom to 0.35; changes since 0.34: 2009-05-02 11:39:48 +00:00
p5-XML-Atom-SimpleFeed Updating package textproc/p5-XML-Atom-SimpleFeed from 0.84 to 0.86 2009-08-20 17:47:21 +00:00
p5-XML-Atom-Stream Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-XML-AutoWriter pkgsrc changes: 2009-07-19 10:06:28 +00:00
p5-XML-Checker Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-XML-Clean Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-XML-DOM Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-XML-Dumper Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-XML-Elemental Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-XML-Encoding 2.07 29 Jan 2009 2009-02-10 16:43:38 +00:00
p5-XML-Feed pkgsrc changes: 2009-05-21 11:49:00 +00:00
p5-XML-Filter-BufferText Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-XML-Filter-DetectWS Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-XML-Filter-DOMFilter-LibXML Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-XML-Filter-Reindent Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-XML-Filter-SAXT Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-XML-Generator Updating package textproc/p5-XML-Generator from 1.01 to 1.03 2009-08-20 19:13:46 +00:00
p5-XML-Grove Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-XML-Handler-Trees Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-XML-Handler-YAWriter Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-XML-LibXML Updating textproc/p5-XML-LibXML from 1.69 to 1.70 2009-10-11 11:24:38 +00:00
p5-XML-LibXML-Iterator Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-XML-LibXML-Simple Importing package for p5 module XML::LibXML::Simple version 0.13. 2009-07-08 12:51:06 +00:00
p5-XML-LibXSLT Updating textproc/p5-XML-LibXSLT from 1.68 to 1.70 2009-10-11 11:29:59 +00:00
p5-XML-NamespaceSupport pkgsrc changes: 2009-06-15 18:59:23 +00:00
p5-XML-Node Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-XML-NodeFilter Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-XML-Parser Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-XML-RAI Updating textproc/p5-XML-RAI from 1.3022nb1 to 1.3031 2009-09-19 22:09:00 +00:00
p5-XML-RegExp Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-XML-RSS Updating textproc/p5-XML-RSS 1.45 to 1.46 2009-10-17 14:45:17 +00:00
p5-XML-RSS-Parser Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-XML-Sablotron Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-XML-SAX Add patch derived from 2009-08-16 18:21:04 +00:00
p5-XML-SAX-Expat Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-XML-SAX-Writer The package textproc/p5-XML-SAX-Base is at version 1.02, on CPAN 2009-03-08 13:30:46 +00:00
p5-XML-SemanticDiff Updating package textproc/p5-XML-SemanticDiff from 0.99 to 1.0000 2009-08-20 17:52:29 +00:00
p5-XML-Simple Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-XML-Stream Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-XML-Tidy Added textproc/p5-XML-Tidy version 1.2.54 2008-10-26 19:12:56 +00:00
p5-XML-Twig Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-XML-UM Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-XML-Writer updated to 0.606 2008-12-11 15:57:22 +00:00
p5-XML-Writer-String Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-XML-Xerces Make it build with xerces-c 2.8.0. 2009-05-26 09:32:20 +00:00
p5-XML-XPath Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-XML-XQL Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-XML-XSLT Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-XML-XUpdate-LibXML Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-YAML Updating package textproc/p5-YAML from 0.68 to 0.70 2009-08-18 16:24:16 +00:00
p5-YAML-LibYAML PkgSrc changes: 2009-04-12 01:30:41 +00:00
p5-YAML-Syck PkgSrc changes: 2009-04-30 21:00:18 +00:00
p5-YAML-Tiny Updating package for p5 module YAML::Tiny from 1.39 to 1.40 2009-08-09 09:48:24 +00:00
par Removed redundant .gz suffix for man pages. 2009-06-12 19:09:35 +00:00
pear-Console_Table Give up MAINTAINER 2009-07-17 18:00:13 +00:00
pear-File_Find Give up MAINTAINER 2009-07-17 18:00:13 +00:00
php-json Add DESTDIR support. 2008-06-12 02:14:13 +00:00
php-pspell Add DESTDIR support. 2008-06-12 02:14:13 +00:00
php-wddx Add DESTDIR support. 2008-06-12 02:14:13 +00:00
php4-domxml Add DESTDIR support. 2008-06-12 02:14:13 +00:00
php4-xslt Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
php5-dom Add DESTDIR support. 2008-06-12 02:14:13 +00:00
php5-xsl Bump PKGREVISION which was reseted by lang/php5 update since I forgot to 2009-10-09 03:06:51 +00:00
po4a Change HOMEPAGE to the project's one. 2009-09-23 11:49:11 +00:00
postgresql-autodoc Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
psgml-mode PKGREVISION bump for elisp packages because of bytecode format changes 2009-08-06 01:44:45 +00:00
pxp Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
py-cmTemplate Provide PY_COMPILE_ALL and PY_COMPILE_O_ALL to compile all Python 2009-07-08 13:55:58 +00:00
py-docutils Update to 0.6: 2009-10-31 03:00:27 +00:00
py-elementtree Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
py-enchant Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
py-Excelerator Get rid of now unnecessary EXTRACT_OPTS_ZIP. 2009-08-25 11:57:44 +00:00
py-expat Remove PYBINMODULE. All it did was mark some packages as not available 2009-03-05 18:51:26 +00:00
py-feedparser Update to 4.2-pre-294. From the commit log: 2009-08-05 05:01:14 +00:00
py-FourSuite Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 21:28:46 +00:00
py-gdick bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
py-gnosis-utils Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
py-HappyDoc Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
py-html2text Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
py-html5lib Update to html5lib-0.11.1. No detailed changes. 2009-10-19 10:57:40 +00:00
py-jinja Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
py-jinja2 Initial import py-jinja2 2.1.1 2009-08-05 10:15:09 +00:00
py-libxml2 Update to 2.7.6: 2009-10-31 03:05:47 +00:00
py-libxslt Remove PYBINMODULE. All it did was mark some packages as not available 2009-03-05 18:51:26 +00:00
py-lxml Update to 2.2.2: 2009-08-09 21:45:47 +00:00
py-markdown
py-mecab Update MeCab to 0.98. 2009-10-14 08:22:35 +00:00
py-pygments Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
py-sphinx add LICENSE 2009-08-05 10:43:12 +00:00
py-textile Update to textile-2.1.3. No detailed changes available. 2009-10-19 11:21:56 +00:00
py-vobject Remove "PYTHON_VERSIONS_ACCEPTED= 26 25 24" which is unnecessary 2009-09-23 09:54:45 +00:00
py-X Give up MAINTAINER 2009-07-17 18:00:13 +00:00
py-xml Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
py-yaml Set LICENSE to mit. 2009-08-09 09:37:00 +00:00
qprint user-destdir support 2009-07-07 20:52:31 +00:00
qsubst
raptor Add a bunch more gtkdoc-rebase workarounds. 2009-09-30 09:22:47 +00:00
rarian Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 21:28:46 +00:00
rasqal Add LICENSE. 2009-07-23 09:26:27 +00:00
redland Update redland to 1.0.9 2009-07-23 09:33:20 +00:00
regexx Add DESTDIR support. 2008-06-20 01:09:05 +00:00
rfcutil DESTDIR support 2009-02-16 18:44:40 +00:00
rman
robodoc Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
rtf-tools user-destdir support 2009-07-07 20:47:53 +00:00
rtfm DESTDIR support 2009-02-16 19:03:18 +00:00
rubber Add the egg-info file to PLIST, as reported in PR pkg/41711 2009-07-13 18:37:55 +00:00
ruby-amrita Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
ruby-bluecloth Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 21:28:46 +00:00
ruby-builder Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
ruby-coderay Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
ruby-diff-lcs Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
ruby-eruby Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
ruby-fastercsv Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
ruby-feed-normalizer Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
ruby-ferret Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
ruby-haml Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
ruby-hpricot Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
ruby-html-parser Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
ruby-htree Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
ruby-itex2MML - Switch to use vendor_dir with Ruby 1.8.7. 2008-06-19 14:56:14 +00:00
ruby-json Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
ruby-json-pure Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
ruby-libxml Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
ruby-markaby Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
ruby-maruku Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 21:28:46 +00:00
ruby-mecab Update MeCab to 0.98. 2009-10-14 08:22:35 +00:00
ruby-native-hyperestraier Note LICENSE=gnu-lgpl-v2.1. 2009-05-25 09:48:50 +00:00
ruby-nqxml Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
ruby-oniguruma Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
ruby-plist Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
ruby-pure-hyperestraier Note LICENSE=gnu-lgpl-v2.1. 2009-05-25 09:48:50 +00:00
ruby-rdtool Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
ruby-redcloth Update ruby-redcloth to 4.2.0. 2009-06-14 18:39:59 +00:00
ruby-rison Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 21:28:46 +00:00
ruby-rttool Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 21:28:46 +00:00
ruby-sary Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
ruby-simple-rss Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
ruby-suikyo Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
ruby-syntax Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
ruby-textpow Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
ruby-ultraviolet Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
ruby-will-paginate Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
ruby-xmlparser Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 21:28:46 +00:00
ruby-xmlscan Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
ruby-xslt Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
sablotron Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
sary Set LICENSE=gnu-lgpl-v2.1. 2009-07-10 09:20:39 +00:00
saxon Fix case in filenames with new unzip flags. Sort PLIST. Bump PKGREVISION. 2009-09-29 16:56:43 +00:00
scew Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
scrollkeeper-dtd add scrollkeeper-dtd-1.0, a pkg which installs just a single DTD file 2009-10-27 14:33:14 +00:00
soprano bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
source-highlight Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
stardic user-destdir support 2009-07-07 20:46:04 +00:00
sub2srt Initial import of sub2srt 0.5.2, a small perl script that converts 2009-01-05 20:02:44 +00:00
sublib recursive bump for icu shlib version change except already done. 2009-08-12 02:31:18 +00:00
subtitleripper bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
suikyo Move mk/emacs.mk to editors/emacs/modules.mk. 2008-10-11 09:31:54 +00:00
suikyo-conv-table Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
suikyo-docs Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
suikyo-elisp PKGREVISION bump for elisp packages because of bytecode format changes 2009-08-06 01:44:45 +00:00
tcl-dom Give up maintainership of packages where I am still listed as MAINTAINER. 2009-08-20 15:24:58 +00:00
tcl-expat Give up maintainership of packages where I am still listed as MAINTAINER. 2009-08-20 15:24:58 +00:00
tcl-xml Give up maintainership of packages where I am still listed as MAINTAINER. 2009-08-20 15:24:58 +00:00
tei Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
tei-p5-schema Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 21:28:46 +00:00
tei-xsl Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
tex-bin-xmltex Import tex-bin-xmltex-0.8 as textproc/tex-bin-xmltex. 2009-05-16 21:00:35 +00:00
tex-makeindex Bump PKGREVISION because of the distfile change. 2009-07-12 00:10:36 +00:00
tex-makeindex-doc Import tex-makeindex-doc-2.12 as textproc/tex-makeindex-doc. 2009-06-07 06:30:32 +00:00
tex-xmltex Use texlive/module.mk to simplify dependencies of tex-xmltex. 2009-05-16 20:41:12 +00:00
tex-xmltex-doc Import tex-xmltex-doc-0.8 as textproc/tex-xmltex-doc. 2009-04-29 06:19:37 +00:00
tex2page bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
texi2html Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
texi2roff DESTDIR support 2009-03-23 00:32:10 +00:00
tokyodystopia Update tokyodystopia to 0.9.13. 2009-07-07 11:37:46 +00:00
trang Update to 20090818, 6 years of development. 2009-10-31 02:23:31 +00:00
troffcvt user-destdir support 2009-07-07 20:35:27 +00:00
unac add unac-1.7.0, a C library that removes accents from characters 2009-07-27 13:46:57 +00:00
unroff user-destdir support 2009-07-07 20:25:27 +00:00
untex user-destdir support 2009-07-07 20:25:27 +00:00
uriparser Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
urlview update master sites. remove funet.fi. it does not provide the distfile anymore. 2009-06-05 23:09:53 +00:00
vis Fix build on newer NetBSD. 2009-02-07 21:38:01 +00:00
wbxml2 Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
wdiff Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
WordNet Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
writer2latex user-destdir support 2009-07-07 20:25:27 +00:00
xalan-c recursive bump for icu shlib version change except already done. 2009-08-12 02:31:18 +00:00
xalan-j Give up maintainership of packages where I am still listed as MAINTAINER. 2009-08-20 15:24:58 +00:00
xapian Update to 1.0.16. From the changelog: 2009-09-10 18:53:47 +00:00
xapian-omega Update to 1.0.16. From the changelog: 2009-09-10 18:54:29 +00:00
xerces-c Add the fix for CVE-2009-1885 - nested DTD structure XML parsing remote denial 2009-08-28 05:24:34 +00:00
xerces-j Give up maintainership of packages where I am still listed as MAINTAINER. 2009-08-20 15:24:58 +00:00
xfce4-dict-plugin Remove include of the xfce4-dev-tools buildlink. 2009-09-16 01:31:12 +00:00
xhtml user-destdir support 2009-07-07 20:25:27 +00:00
xhtmldiff Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
xml2 Initial import of xml2-0.4, a set of tools to convert XML and HTML to and 2009-04-25 12:36:01 +00:00
xml2doc bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
xmlcatmgr Remove @dirrm related logic. 2009-06-14 22:57:58 +00:00
xmlindent user-destdir support 2009-07-07 20:25:27 +00:00
xmlrpc-c Mark SUPRESEDES. 2009-10-30 06:14:54 +00:00
xmlstarlet user-destdir support 2009-07-07 20:25:27 +00:00
xmlto Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
xmltoman Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
xp Remove unnecessary -x flag from unzip that's not supported by 2009-09-29 16:58:49 +00:00
xslide PKGREVISION bump for elisp packages because of bytecode format changes 2009-08-06 01:44:45 +00:00
xt Remove manual extract step, infrastructure is smart enough for it nowadays. 2009-10-08 22:41:46 +00:00
yodl Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
Makefile Add previously imported hunspell dicts. 2009-10-27 20:21:29 +00:00