aboutsummaryrefslogtreecommitdiff
path: root/devel/libgii
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.0.1Pav Lucistnik2006-03-182-5/+4
| | | | | | | | PR: ports/94615 Submitted by: Antoine Brodin <antoine.brodin@laposte.net> (maintainer) Notes: svn path=/head/; revision=157537
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+19
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154110
* - Update to 1.0.0 [1]Jean-Yves Lefort2005-12-123-51/+148
| | | | | | | | | | | - Unsilence post-install and use ${INSTALL_DATA} rather than ${CP} [1]: PR: ports/90284 Submitted by: maintainer Notes: svn path=/head/; revision=151026
* - Add SHA256Sergey Matveychuk2005-11-191-0/+1
| | | | | | | | | | | | | | ggiterm port: - Don't use gmake - Install ggitem.termcap and add message about it - Utilize DATADIR - Bump PORTREVISION PR: ports/89280 Submitted by: Antoine Brodin (maintainer) Notes: svn path=/head/; revision=148800
* 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
* - Update to 0.9.2Renato Botelho2005-09-232-3/+3
| | | | | | | | PR: 86501 Submitted by: maintainer Notes: svn path=/head/; revision=143436
* - Update to 0.9.1Jean-Yves Lefort2005-04-183-56/+44
| | | | | | | | | | | | | | - Give maintainership to antoine.brodin@laposte.net - Add WITHOUT_X11 knob - Use USE_LIBTOOL_VER=15 - Cleanup the Makefile PR: ports/80024 Submitted by: Antoine Brodin <antoine.brodin@laposte.net> Approved by: adamw (mentor) Notes: svn path=/head/; revision=133618
* - Update to 0.9.0Pav Lucistnik2004-12-065-83/+39
| | | | | | | | PR: ports/74745 Submitted by: Antoine Brodin <antoine.brodin@laposte.net> Notes: svn path=/head/; revision=123339
* - Update to 0.8.5Pav Lucistnik2004-06-072-29/+34
| | | | | | | | PR: ports/67635 Submitted by: nsouch Notes: svn path=/head/; revision=111040
* - Fix package for non-i386Dirk Meyer2004-03-051-7/+7
| | | | Notes: svn path=/head/; revision=103010
* - Fix package build on sparc64Kirill Ponomarev2004-02-262-17/+21
| | | | | | | | - Unbreak and pet portlint - Bump PORTREVISION Notes: svn path=/head/; revision=102240
* BROKEN on !i386: Broken pkg-plistKris Kennaway2004-02-251-1/+7
| | | | Notes: svn path=/head/; revision=102073
* Update to 0.8.4: manpage fixes; several minor bugfixes.Mark Linimon2004-02-072-3/+3
| | | | | | | | PR: ports/62317 Submitted by: Andrew Kenneth Milton <akm@theinternet.com.au> Notes: svn path=/head/; revision=100204
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* unPERLify, and use ${FIND} and ${XARGS} where appropriate.Joe Marcus Clarke2003-11-151-1/+2
| | | | | | | | PR: 48253 Submitted by: Simon 'portlint' Schubert <corecode@corecode.ath.cx> Notes: svn path=/head/; revision=94052
* Reflect reorganized mastersite, per distfile survey.Mark Linimon2003-10-261-1/+1
| | | | Notes: svn path=/head/; revision=92177
* - add sourceforge as a master sitePete Fritchman2003-05-162-6/+14
| | | | | | | | | | | | | - remove some stale comments - add support for KGI4BSD While I'm here, () -> {}. PR: 52091 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com> Notes: svn path=/head/; revision=81077
* Drop maintainership to ports@FreeBSD.orgMaho Nakata2003-05-061-1/+1
| | | | | | | Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com> Notes: svn path=/head/; revision=80267
* updates devel/libgii from 0.7 to 0.8.3Yen-Ming Lee2003-05-054-15/+88
| | | | | | | | | | transfer maintainership PR: 51795 Submitted by: Matthew West <mwest@uct.ac.za> Notes: svn path=/head/; revision=80186
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76032
* Sort pkg-plist, add etc/ files management.Jimmy Olgeni2001-06-172-11/+20
| | | | Notes: svn path=/head/; revision=44109
* update devel/libgii from 0.6 to 0.7James E. Housley2001-05-073-8/+20
| | | | | | | | PR: 24076 Submitted by: Matthew West <mwest@uct.ac.za> MAINTAINER Notes: svn path=/head/; revision=42355
* -pthread --> ${PTHREAD_LIBS}Maxim Sobolev2001-03-291-1/+1
| | | | | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly. Notes: svn path=/head/; revision=40539
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Fourth round of INSTALLS_SHLIBS conversion.Maxim Sobolev2000-06-162-3/+1
| | | | Notes: svn path=/head/; revision=29630
* PORTNAME/PORTVERSION updateMichael Haro2000-04-111-2/+2
| | | | Notes: svn path=/head/; revision=27452
* Adding ligii version 0.6.Steve Price2000-01-295-0/+141
The goal of LibGII is to provide a single easy to use, but yet powerful, API for all possible input sources. PR: 15936 Submitted by: Matthew West <mwest@uct.ac.za> Notes: svn path=/head/; revision=25204