aboutsummaryrefslogtreecommitdiff
path: root/devel/libticalcs
Commit message (Collapse)AuthorAgeFilesLines
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-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) Notes: svn path=/head/; revision=214430
* - Update to 4.6.1Cheng-Lung Sung2006-10-053-7/+6
| | | | | | | | | PR: ports/103997 Submitted by: Naram Qashat <cyberbotx_AT_kirby dot cyberbotx dot com> Approved by: maintainer (Tijl Coosemans) Notes: svn path=/head/; revision=174544
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+2
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154110
* 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 libticalcs 4.5.9, libtifiles 0.6.5, libticables 3.9.2 and tilp 6.79Pav Lucistnik2005-06-234-29/+12
| | | | | | | | PR: ports/82407 Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer) Notes: svn path=/head/; revision=137937
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-1/+1
| | | | Notes: svn path=/head/; revision=130974
* Fix plist.Kirill Ponomarev2005-01-021-0/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=125679
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.Joe Marcus Clarke2004-04-051-1/+1
| | | | Notes: svn path=/head/; revision=106175
* - Drop auto*tools support (fix build)Pav Lucistnik2004-03-244-16/+11
| | | | | | | | PR: ports/64631 Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer) Notes: svn path=/head/; revision=105169
* Add size data, approved by maintainers.Trevor Johnson2004-03-201-0/+1
| | | | Notes: svn path=/head/; revision=104775
* 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
* Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* withAde Lovett2004-03-121-1/+1
| | | | | | | | | | | the USE_<x> equivalents. In the current scheme of things, the WANT_ variables in this case are synonymous with the USE_ ones, and thus need to be exterminated. First in a series of major autotools cleanups. Notes: svn path=/head/; revision=103722
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-2/+3
| | | | | | | | Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-231-1/+1
| | | | Notes: svn path=/head/; revision=98909
* Unbreak build by use WANT_AUTOMAKE_VER=15.Sergey A. Osokin2003-10-211-1/+1
| | | | | | | | Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer) PR: 58328, 58329, 58330 Notes: svn path=/head/; revision=91813
* Add dependency on automakeEdwin Groothuis2003-10-131-0/+1
| | | | | | | Submitted by: Tijl Coosemans <tijl@ulyssis.org> Notes: svn path=/head/; revision=90997
* - Fix build on bento, honour PREFIXKirill Ponomarev2003-09-272-1/+12
| | | | | | | | | | - Dependency update: intl.4 -> intl.5 PR: 57274 Submitted by: maintainer Notes: svn path=/head/; revision=89540
* [new port] libticalcs: TI calculator libraryEdwin Groothuis2003-09-084-0/+63
Libticalcs is part of TiLP, a program to connect a TI calculator to a computer. This lib handles the various calculator types. PR: ports/56136 Submitted by: Tijl Coosemans <tijl@ulyssis.org> Notes: svn path=/head/; revision=88788