aboutsummaryrefslogtreecommitdiff
path: root/archivers
Commit message (Collapse)AuthorAgeFilesLines
* - Strip librariesDmitry Marakasov2015-05-301-1/+7
| | | | | | | - Add LICENSE Notes: svn path=/head/; revision=387908
* - Drop run dependency on sysutils/coreutils, checksums are nowPawel Pekala2015-05-262-26/+5
| | | | | | | | | | | | | | | | | | | | | | | | | calculated by perl functions - Port now compiles fine with warnings switches, don't turn them off - Remove configure PERL_LIBDIR patch, we set PERL_LIBDIR in CONFIGURE_ENV so perl libdir path is set properly - Remove obsolete REINPLACE_CMD commands, in latest release all that stuff was fixed and I missed it in last port update - Fix build on current, libdpkg uses md5 checksum functions from libmd while not listing it as linking dependency, new clang doesn't like it: CCLD dpkg-deb ./lib/dpkg/.libs/libdpkg.a(buffer.o): In function `buffer_digest': buffer.c:(.text+0x44): undefined reference to `_libmd_MD5Init' buffer.c:(.text+0x52): undefined reference to `_libmd_MD5Update' ./lib/dpkg/.libs/libdpkg.a(buffer.o): In function `buffer_digest_done': buffer.c:(.text+0xbf): undefined reference to `_libmd_MD5Final' ./lib/dpkg/.libs/libdpkg.a(buffer.o): In function `buffer_copy': buffer.c:(.text+0x2fc): undefined reference to `_libmd_MD5Init' buffer.c:(.text+0x39f): undefined reference to `_libmd_MD5Update' cc: error: linker command failed with exit code 1 (use -v to see invocation) Notes: svn path=/head/; revision=387513
* Fix decompression in a pipeline: import fix from dev branch inThomas Zander2015-05-244-0/+94
| | | | | | | | | | | https://github.com/Cyan4973/lz4/commit/58b5aadb1fc5d937e81c8f33e0e8290f2097c6bb PR: 200422 Submitted by: eborisch+FreeBSD@gmail.com Approved by: adamw (maintainer, implicit) Notes: svn path=/head/; revision=387288
* Update to version 1.18.0Pawel Pekala2015-05-224-74/+25
| | | | Notes: svn path=/head/; revision=387033
* Remove $FreeBSD$ from patches files in categories a-j.Mathieu Arnold2015-05-223-8/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387021
* - Update to 0.22Sunpoet Po-Chuan Hsieh2015-05-212-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Compress-LZ4/Changes Notes: svn path=/head/; revision=386967
* Update to r129. Changes at https://github.com/Cyan4973/lz4/releases/tag/r129.Adam Weinberger2015-05-192-7/+5
| | | | | | | Remove the CONFLICTS on archivers/lz4 which was removed from the ports tree. Notes: svn path=/head/; revision=386791
* - Add CPE infoDmitry Marakasov2015-05-161-1/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=386558
* - Add CPE infoDmitry Marakasov2015-05-161-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=386508
* - Add CPE infoDmitry Marakasov2015-05-161-1/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=386504
* Reset 14 ocaml ports maintained by Jaap Boender per his requestJohn Marino2015-05-161-1/+1
| | | | | | | | | | | | | | | | "I don't use FreeBSD very much anymore, so I'm not really the best person to fix this. (As a corollary, if anyone wants to take over maintainership of any or all of the ports, I'm still listed as maintainer of, they are most welcome to.)" Given that Jaap hasn't submitted or handled any PRs since before staging, I think it will be more effective to just reset all the ports and let people pick up the ones they like. Thanks for your past support, Jaap! PR: 199845 Notes: svn path=/head/; revision=386500
* MASTER_SITES cleanup.Mathieu Arnold2015-05-1423-44/+26
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* - Update to 0.21Sunpoet Po-Chuan Hsieh2015-05-132-4/+5
| | | | | | | | | - Allow to strip shared library as regular user Changes: http://search.cpan.org/dist/Compress-LZ4/Changes Notes: svn path=/head/; revision=386254
* - Update to 0.24Sunpoet Po-Chuan Hsieh2015-05-132-4/+3
| | | | | | | Changes: http://search.cpan.org/dist/Compress-Snappy/Changes Notes: svn path=/head/; revision=386248
* Cleanup DIST* variables.Mathieu Arnold2015-05-113-5/+4
| | | | | | | | | | | | | | When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386097
* - Update to 1.1.7Sunpoet Po-Chuan Hsieh2015-05-103-4/+4
| | | | | | | | | - Update WWW Changes: https://github.com/rubyzip/rubyzip/blob/master/Changelog.md Notes: svn path=/head/; revision=385981
* - Strip libraryDmitry Marakasov2015-05-091-1/+2
| | | | Notes: svn path=/head/; revision=385860
* Remove archivers/lz4, which has been marked DEPRECATED for 1 month.Adam Weinberger2015-05-085-45/+0
| | | | | | | | | | | archivers/liblz4 is essentially a newer version and installs the liblz4 library, headers, etc. PR: 198939 Submitted by: yuri@rawbw.com Notes: svn path=/head/; revision=385800
* - Update to version 1.7.25Pawel Pekala2015-05-074-7/+17
| | | | | | | | | - Sort USES, use correct option helper, fix plist when NLS=off - Add build fix patch (when NLS=off and compiler == clang) which prevents mixing C and C++ code in C header file Notes: svn path=/head/; revision=385655
* archivers/kzip: update to 20150319 and allow on amd64Jan Beich2015-05-072-4/+5
| | | | Notes: svn path=/head/; revision=385607
* Update ports in the a* categories to not use GH_COMMIT.Mathieu Arnold2015-05-064-11/+9
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385514
* archivers/lzrip: Fix build on DragonFly with USES=aliasJohn Marino2015-05-011-1/+1
| | | | Notes: svn path=/head/; revision=385115
* Horde package update:Martin Matuska2015-05-012-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | comms/pear-Horde_ActiveSync 2.27.0 -> 2.27.1 devel/pear-Horde_Argv 2.0.10 -> 2.0.11 security/pear-Horde_Auth 2.1.7 -> 2.1.8 devel/pear-Horde_Autoloader 2.1.0 -> 2.1.1 www/pear-Horde_Browser 2.0.8 -> 2.0.9 mail/pear-Horde_Mail 2.5.1 -> 2.6.0 mail/pear-Horde_Mapi 1.0.4 -> 1.0.5 mail/pear-Horde_Mime 2.8.1 -> 2.9.0 textproc/pear-Horde_Pdf 2.0.4 -> 2.0.5 security/pear-Horde_Perms 2.1.3 -> 2.1.4 devel/pear-Horde_Prefs 2.7.2 -> 2.7.3 devel/pear-Horde_Rdo 2.0.3 -> 2.0.4 www/pear-Horde_Routes 2.0.3 -> 2.0.4 mail/pear-Horde_Smtp 1.9.0 -> 1.9.1 devel/pear-Horde_Support 2.1.2 -> 2.1.3 textproc/pear-Horde_Text_Filter 2.3.0 -> 2.3.1 devel/pear-Horde_Tree 2.0.3 -> 2.0.4 devel/pear-Horde_View 2.0.4 -> 2.0.5 textproc/pear-Horde_Xml_Element 2.0.2 -> 2.0.3 www/horde-base 5.2.4 -> 5.2.5 mail/horde-imp 6.2.7 -> 6.2.8 mail/horde-ingo 3.2.4 -> 3.2.5 deskutils/horde-kronolith 4.2.5 -> 4.2.6 deskutils/horde-mnemo 4.2.5 -> 4.2.6 mail/horde-turba 4.2.5 -> 4.2.6 mail/horde-webmail 5.2.5 -> 5.2.6 deskutils/horde-groupware 5.2.5 -> 5.2.6 Notes: svn path=/head/; revision=385085
* archivers/libcabinet: link with libzJohn Marino2015-04-301-2/+2
| | | | | | | | | | | | For about a week, a new error appeared on this port during linking: undefined reference to deflateEnd@@ZLIB_1.2.8. Portsmon so far has indicated it is only happening on DragonFly so far. Adding -lz during the post-build linking for listcab fixes the issue. Approved by: Blanket Notes: svn path=/head/; revision=385069
* 1: Upgrade to 1.6.3.Vanilla I. Shu2015-04-292-4/+4
| | | | | | | | | | | 2: remove BROKEN. 3: change distname. PR: 199770 Submitted by: neveld@davidnevel.org Notes: svn path=/head/; revision=384965
* USE_GITHUB: For the new support, fix DISTNAME to be more consistent.Bryan Drewery2015-04-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | When using GH_TAGNAME the DISTNAME would have GH_PROJECT and GH_ACCOUNT in it. When not using GH_TAGNAME it would not have this. Now both cases will add in the GH_PROJECT and GH_ACCOUNT. Add special care to ensure that the DISTVERSION is not added in twice. If a port does GH_TAGNAME=v${PORTVERSION} it will be added in twice though. For that case DISTVERSIONPREFIX=v should be set and no GH_TAGNAME should be used. empty() is used rather than (!defined || !${}) to support fmake. The purpose of setting DISTNAME at all in these cases is to make it more clear that the distfile is from *GITHUB* and to avoid collisions if a project were to be renamed or moved. Without adding in GH_PROJECT and GH_ACCOUNT then there are real risks that collisions on filenames would happen on renamed or moved projects, which is fairly common. A GITHUB-generated file may not match a custom-rolled or git-archive-rolled distfile. PR: 199069 With hat: portmgr Testing done: All USE_GITHUB ports without GH_COMMIT were checksum/fetch/extract/WRKSRC tested. Notes: svn path=/head/; revision=384932
* USES=xfce: Stop overriding MASTER_SITE_SUBDIR.Bryan Drewery2015-04-282-4/+2
| | | | | | | | | | | | | Add an XFCE SITE_SUBDIR abbreviation and use it forf or the xfce ports, which removes the need to set MASTER_SITE_SUBDIR in any of them. This fixes ports that have USES=xfce but do not use the XFCE MASTER_SITE, namely sysutils/xfce4-bsdcpufreq-plugin. With hat: portmgr Notes: svn path=/head/; revision=384919
* - Add CPE infoDmitry Marakasov2015-04-241-1/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=384671
* archivers/zip-ada: Upgrade version 48 => 49John Marino2015-04-213-14/+19
| | | | | | | | | | A few more tools and examples came in. The build instruction was unmasked, listed were put into alphabetical order. The static library in now installed with INSTALL_DATA because INSTALL_LIB will strip the symbols and this causes issues on Ada libraries. Notes: svn path=/head/; revision=384467
* Update to r128.Adam Weinberger2015-04-194-7/+9
| | | | | | | | | Changes are listed on https://github.com/Cyan4973/lz4/releases Also, use the new USE_GITHUB syntax, and update WWW. Notes: svn path=/head/; revision=384319
* - Add CPE infoDmitry Marakasov2015-04-181-1/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=384201
* - Add CPE infoDmitry Marakasov2015-04-171-1/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=384196
* Remove expired ports:Rene Ladan2015-04-179-114/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2015-04-15 databases/php53-sqlite3: security EOL reached 14 Aug 2014 2015-04-15 textproc/php53-simplexml: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-sybase_ct: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-pdo_mysql: security EOL reached 14 Aug 2014 2015-04-15 textproc/php53-ctype: security EOL reached 14 Aug 2014 2015-04-15 textproc/php53-wddx: security EOL reached 14 Aug 2014 2015-04-15 security/php53-filter: security EOL reached 14 Aug 2014 2015-04-15 ftp/php53-ftp: security EOL reached 14 Aug 2014 2015-04-15 net/php53-soap: security EOL reached 14 Aug 2014 2015-04-15 converters/php53-recode: security EOL reached 14 Aug 2014 2015-04-15 security/php53-openssl: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-dba: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-pdo_pgsql: security EOL reached 14 Aug 2014 2015-04-15 sysutils/php53-fileinfo: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-pdo_odbc: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-sqlite: security EOL reached 14 Aug 2014 2015-04-15 devel/php53-readline: security EOL reached 14 Aug 2014 2015-04-15 mail/php53-imap: security EOL reached 14 Aug 2014 2015-04-15 sysutils/php53-posix: security EOL reached 14 Aug 2014 2015-04-15 archivers/php53-phar: security EOL reached 14 Aug 2014 2015-04-15 graphics/php53-gd: security EOL reached 14 Aug 2014 2015-04-15 textproc/php53-xsl: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-pdo_firebird: security EOL reached 14 Aug 2014 2015-04-15 devel/mingw64-binutils: Obsolete. Migrate to devel/binutils based ports 2015-04-15 devel/cross-binutils: Obsolete. Migrate to devel/binutils based ports 2015-04-15 databases/php53-pdo_dblib: security EOL reached 14 Aug 2014 2015-04-15 devel/php53-sysvshm: security EOL reached 14 Aug 2014 2015-04-15 devel/php53-json: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-redis: requires php53, security EOL reached 14 Aug 2014 2015-04-15 textproc/php53-pspell: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-pgsql: security EOL reached 14 Aug 2014 2015-04-15 textproc/php53-xmlreader: security EOL reached 14 Aug 2014 2015-04-15 converters/php53-iconv: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-odbc: security EOL reached 14 Aug 2014 2015-04-15 ftp/php53-curl: security EOL reached 14 Aug 2014 2015-04-15 math/php53-gmp: security EOL reached 14 Aug 2014 2015-04-15 security/php53-mcrypt: security EOL reached 14 Aug 2014 2015-04-15 devel/php53-shmop: security EOL reached 14 Aug 2014 2015-04-15 math/php53-bcmath: security EOL reached 14 Aug 2014 2015-04-15 security/php53-hash: security EOL reached 14 Aug 2014 2015-04-15 devel/php53-sysvsem: security EOL reached 14 Aug 2014 2015-04-15 archivers/php53-zip: security EOL reached 14 Aug 2014 2015-04-15 graphics/php53-exif: security EOL reached 14 Aug 2014 2015-04-15 devel/php53-gettext: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-mysql: security EOL reached 14 Aug 2014 2015-04-15 textproc/php53-xmlwriter: security EOL reached 14 Aug 2014 2015-04-15 textproc/php53-xml: security EOL reached 14 Aug 2014 2015-04-15 converters/php53-mbstring: security EOL reached 14 Aug 2014 2015-04-15 devel/php53-sysvmsg: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-mysqli: security EOL reached 14 Aug 2014 2015-04-15 misc/php53-calendar: security EOL reached 14 Aug 2014 2015-04-15 devel/php53-tokenizer: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-pdo: security EOL reached 14 Aug 2014 2015-04-15 net/php53-xmlrpc: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-interbase: security EOL reached 14 Aug 2014 2015-04-15 www/php53-session: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-mssql: security EOL reached 14 Aug 2014 2015-04-15 www/php53-tidy: security EOL reached 14 Aug 2014 2015-04-15 archivers/php53-zlib: security EOL reached 14 Aug 2014 2015-04-15 net/php53-ldap: security EOL reached 14 Aug 2014 2015-04-15 net-mgmt/php53-snmp: security EOL reached 14 Aug 2014 2015-04-15 textproc/php53-dom: security EOL reached 14 Aug 2014 2015-04-15 devel/php53-pcntl: security EOL reached 14 Aug 2014 2015-04-15 archivers/php53-bz2: security EOL reached 14 Aug 2014 2015-04-15 net/php53-sockets: security EOL reached 14 Aug 2014 2015-04-15 lang/php53: security EOL reached 14 Aug 2014 2015-04-15 devel/pecl-uuid: requires php53, security EOL reached 14 Aug 2014 2015-04-15 lang/php53-extensions: security EOL reached 14 Aug 2014 2015-04-15 german/pecl-konto_check: requires php53, security EOL reached 14 Aug 2014 2015-04-17 www/moodle26: Deprecated by upstream, use www/moodle2{7,8} instead Notes: svn path=/head/; revision=384186
* - Add CPE infoDmitry Marakasov2015-04-171-0/+2
| | | | | | | | | - Add LICENSE_FILE Approved by: portmgr blanket Notes: svn path=/head/; revision=384165
* archivers/bzip2: add CPE infoBartek Rutkowski2015-04-161-0/+2
| | | | | | | | | PR: 199369 Submitted by: Shun <shun.fbsd.pr@dropcut.net> Approved by: portmgr blanket Notes: svn path=/head/; revision=384093
* - Add CPE infoDmitry Marakasov2015-04-151-1/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=384062
* archivers/unzoo: add CPE infoBartek Rutkowski2015-04-151-0/+1
| | | | | | | | | PR: 199398 Submitted by: Shun <shun.fbsd.pr@dropcut.net> Approved by: portmgr blanket Notes: svn path=/head/; revision=384040
* converters/libiconv:Tijl Coosemans2015-04-152-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove const qualifier from iconv(3) to match POSIX: http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html - Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is defined because the base system iconv supports these extensions too. Add/remove patches to/from ports to call iconv with non-const arguments. This breaks some ports on FreeBSD 10 because base system iconv.h still has the const qualifier. Fix this by letting USES=iconv add a build dependency on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG defined) instead of the base system iconv.h. This exposed some ports that link with libiconv when it is available instead of using libc iconv. In these cases one of the following changes has been made: - patch configure scripts to test for libc iconv first - add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable some configure tests - converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4 - lang/gcc5-aux: respect CFLAGS and friends during configure such that LIBICONV_PLUG is defined in the iconv test, also switch to external gettext - mail/gnarwl: replace patches with CPPFLAGS/LIBS - multimedia/ffmpeg2theora: remove iconv test from SConstruct and use ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c - net-im/licq: finish conversion to cmake - net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4: don't need iconv - textproc/p5-XML-TinyXML: finish conversion to USES=perl5 Other changes: - databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2 and lzo support - games/ldmud: respect CFLAGS and friends - graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg dependencies PR: 199099 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=384038
* - Unbreak: it fetches fine now from Ken Silverman's page, there wasAlexey Dokuchaev2015-04-122-11/+6
| | | | | | | | | | | | | | probably some transient error; nonetheless, provide fallback mastersite - Set MAKEFILE variable and thus kill trivial `pre-build' target - Unmute installation command in `do-install', rephrase COMMENT text - Transfer maintainership to the submitter - Remove bogus header from port description text while here PR: 199315 Submitted by: Chris Hutchinson Notes: svn path=/head/; revision=383873
* n FreeBSD 8 the name of the mtime member of struct stat was st_mtimespec.Don Lewis2015-04-112-4/+14
| | | | | | | | | | | | | | | | | | In the early days of FreeBSD 9 (after the branch but before 9.0-RELEASE), it was renamed to st_mtim in src rev r205792 for POSIX 2008 compliance. This change was never merged back to 8-STABLE. There was no corresponding bump of __FreeBSD_version, but the change happened between r900010 and r900011. Patch the source to use the old name when building on FreeBSD 8. Remove the BROKEN tag to allow the port to be built on FreeBSD 8. PR: 195601 Differential Revision: https://reviews.freebsd.org/D2281 Reviewed by: kwm Approved by: mat (mentor) Notes: svn path=/head/; revision=383819
* Convert bsd.gnustep.mk to USES=gnustepBaptiste Daroussin2015-04-092-8/+4
| | | | | | | | | | | | | | | | Simplify gnustep ports Hook into the regular ports framework: - LIB_DEPENDS for library dependencies - Use regular USE_LDCONFIG Reuse USES=objc (automatic) USE_GNUSTEP is now a macro to set the dependencies and build feature needed. Accepted arguments: back base build gui Merge deskutils/preferencepanes into deskutils/systempreferences Notes: svn path=/head/; revision=383626
* archivers/lz4: Is it 2015 already?John Marino2015-04-081-1/+1
| | | | Notes: svn path=/head/; revision=383611
* Mark archivers/lz4 as deprecated and mark it for removal in 1 month.Adam Weinberger2015-04-081-0/+3
| | | | | | | | | | | It is essentially superseded by archivers/liblz4, which also installs a library. PR: 198939 Submitted by: yuri@rawbw.com Notes: svn path=/head/; revision=383582
* archivers/undms: Update MASTER_SITESBaptiste Daroussin2015-04-061-4/+2
| | | | | | | | PR: 199202 Submitted by: ports fury Notes: svn path=/head/; revision=383462
* Mark a few ports BROKEN in astro and archivers category (unfetchable)Antoine Brodin2015-04-054-0/+8
| | | | Notes: svn path=/head/; revision=383297
* Mark as broken: no public distfilesBaptiste Daroussin2015-04-051-0/+1
| | | | Notes: svn path=/head/; revision=383277
* Horde package update:Martin Matuska2015-04-032-3/+3
| | | | | | | | | comms/pear-Horde_ActiveSync 2.26.1 -> 2.27.0 archivers/pear-Horde_Compress 2.1.0 -> 2.1.1 textproc/pear-Horde_Text_Filter 2.2.2 -> 2.3.0 Notes: svn path=/head/; revision=383164
* Update to 1.3.Xin LI2015-03-312-4/+4
| | | | Notes: svn path=/head/; revision=382875
* Add missed file in previous commit.Xin LI2015-03-311-0/+11
| | | | Notes: svn path=/head/; revision=382873
* Update to 0.621.Xin LI2015-03-313-5/+7
| | | | Notes: svn path=/head/; revision=382872