aboutsummaryrefslogtreecommitdiff
path: root/textproc/wv2
Commit message (Collapse)AuthorAgeFilesLines
* Reset lofi due to not commits in over 3 months, PR backlog, and no responseMark Linimon2008-09-071-1/+1
| | | | | | | | | to email. Hat: portmgr Notes: svn path=/head/; revision=220034
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Use libtool port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-012-0/+2
| | | | Notes: svn path=/head/; revision=183830
* - Use USE_ICONV instead of LIB_DEPENDSRong-En Fan2007-01-121-2/+1
| | | | | | | Approved by: portmgr (erwin, few weeks ago) Notes: svn path=/head/; revision=182166
* - Update to 0.2.3Marcus Alves Grando2006-12-132-6/+5
| | | | | | | | | | - portlint(1) Approved by: maintainer Security: CVE-2006-2197, http://secunia.com/advisories/20665/ Notes: svn path=/head/; revision=179651
* Update to KOffice 1.5.1Michael Nottebrock2006-05-271-1/+1
| | | | Notes: svn path=/head/; revision=163607
* Remove USE_REINPLACE from categories starting with TEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162216
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-1/+1
| | | | Notes: svn path=/head/; revision=147269
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-0/+1
| | | | Notes: svn path=/head/; revision=130974
* Oops, some junk sneaked into the last commit.Michael Nottebrock2004-08-031-2/+0
| | | | Notes: svn path=/head/; revision=115341
* Remove some obsolete hacks.Michael Nottebrock2004-08-033-14/+3
| | | | Notes: svn path=/head/; revision=115340
* Update to 0.2.2Michael Nottebrock2004-07-172-4/+3
| | | | Notes: svn path=/head/; revision=113809
* Chase libgsf shlib version.Alexander Nedotsukov2004-05-061-1/+1
| | | | Notes: svn path=/head/; revision=108531
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.Joe Marcus Clarke2004-04-051-1/+1
| | | | Notes: svn path=/head/; revision=106175
* Fix COMMENT.Michael Nottebrock2004-04-041-1/+1
| | | | Notes: svn path=/head/; revision=106099
* SIZEify.Michael Nottebrock2004-03-181-0/+1
| | | | Notes: svn path=/head/; revision=104350
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Update to version 0.2.1Michael Nottebrock2003-11-163-4/+4
| | | | | | | Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=94109
* Add patch-configure, install static library, bump PORTREVISION.Michael Nottebrock2003-09-303-1/+14
| | | | | | | | PR: 57360 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=89910
* Replace --program-transform-name with a dependency on gnometarget.Michael Nottebrock2003-09-291-2/+2
| | | | | | | | PR: 57360 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=89825
* Add wv2, a library providing routines to access Microsoft Word/Excel files.Michael Nottebrock2003-09-264-0/+65
Note that, despite the misleading name, this is actually different from (and independent of) textproc/wv, thus no repocopy. Approved by: arved (Mentor) Notes: svn path=/head/; revision=89468