aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/libsexy
Commit message (Collapse)AuthorAgeFilesLines
* - Use the new format for LIB_DEPENDSnemysis2014-01-091-4/+7
| | | | | - Support STAGEDIR - Add REINPLACE_CMD, fix deprecated code
* - Change maintainer email of my ports to @FreeBSD.orgnemysis2013-12-181-1/+1
| | | | Approved by: pawel / wg (mentors, implicit)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | x11-toolkits)
* - Convert USE_GETTEXT to USES (part 1)ak2013-04-241-2/+1
| | | | Approved by: portmgr (bapt)
* Finish converting the whole ports tree to USES=pkgconfigbapt2013-04-231-1/+1
|
* - Update MASTER_SITES and WWW: line in pkg-descrtota2012-12-292-9/+6
| | | | | | | | | - Add LICENSE - Pass maintainership to submitter - Convert to new Makefile header PR: ports/174754 (based on) Submitted by: nemysis <nemysis_AT_gmx_DOT_ch>
* Add some explicit USE_PKGCONFIG=buildbapt2012-07-271-0/+1
|
* - update png to 1.5.10dinoex2012-06-011-1/+1
|
* - Kick MD5 supportmiwi2011-07-031-1/+0
|
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* Add more USE_GETTEXT macros, and bump PORTREVISIONs.marcus2010-06-061-1/+2
| | | | Reported by: amdmi3
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
| | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-1/+1
| | | | | | bumped or updated Requested by: edwin
* - Correctly assign RUN_DEPENDSdanfe2008-11-102-5/+8
| | | | | - Minor nit in Makefile header - Augment and beautify port description, fix URL
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+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)
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-261-1/+0
| | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup)
* - Add backup MASTERSITESmiwi2007-10-241-1/+2
| | | | Submitted by: pointyhat
* - Update to 0.1.11miwi2007-10-093-8/+7
| | | | - Drop Maintainership
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Take maintainershipmiwi2007-03-121-1/+1
| | | | Approved by: Andreas Kohn (old maintainer)
* - Update to 0.1.10miwi2007-02-133-16/+17
| | | | Approved by: maintainer (implicit)
* Use libtool port instead of included version to avoid objformat a.out botchkris2007-02-011-0/+1
|
* - Fix WWWsat2006-12-101-1/+1
|
* - Update to 0.1.8pav2006-05-265-76/+25
| | | | | | PR: ports/97139 Submitted by: Martin Wilke <freebsd@unixfreunde.de> Approved by: maintainer timeout (14 days)
* Conversion to a single libtool environment.ade2006-02-232-2/+2
| | | | Approved by: portmgr (kris)
* - Update to 0.1.5pav2006-01-243-16/+27
| | | | | PR: ports/92231 Submitted by: Andreas Kohn <andreas@syndrom23.de> (maintainer)
* SHA256ifyedwin2006-01-241-0/+1
| | | | Approved by: krion@
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-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.
* - Fix build on FreeBSD 4pav2005-11-131-2/+19
| | | | Reported by: krismail
* - Chase enchant libver bumpahze2005-11-101-0/+1
|
* libsexy is a library containing additional widgets for gtk:pav2005-11-096-0/+83
- url label - spell checked text entry - text entry with icons libsexymm are the corresponding c++ bindings for libsexy. PR: ports/88577 Submitted by: Andreas Kohn <andreas@syndrom23.de>