aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/linux-scim-libs/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Finish removal of support for Linux 2.4 in bsd.linux-apps.mk andrene2013-05-301-62/+0
| | | | | | | | | | | | | | | | | bsd.linux-rpm.mk. The default linux version is now Fedora 10. - Remove now obsolete checks for Linux 2.4 in emulators/linux_base-c6, emulators/linux_base-f10, and emulators/linux_dist-gentoo-stage3. While there, remove superfluous -p argument from ${MKDIR}. - Remove now obsolete check for Linux 2.4 or FreeBSD 6 and lower from astro/google-earth. - Remove expired Fedora Core 4 ports which were only used on FreeBSD 7 and below. - Update LEGAL and MOVED PR: ports/176877 Submitted by: myself Approved by: portmgr (bapt) Exp-run by: bapt
* Set the expiration date for all ports which depend upon linux_base-fc4 tonetchild2012-04-151-0/+2
| | | | | | | | | | | | | the EoL of the last 7.x release. The 7.x branch is the only supported FreeBSD version not yet at his EoL which needs a linux 2.4 based linuxulator environment (linux_base-f10 doesn't work there). I didn't bump the portrevision, this is mostly done as a hint for ports committers to tell them that at least the emulation@-owned ports need to stay until then (even the forbidden ones). The dependent ports need to go at the same time, but are free to be deleted before. Discussed with: bsam
* Deprecate md5 in favour of sha256 checksums. md5 checksums will no longererwin2010-10-291-1/+1
| | | | | | | | | | be generated or checked, and will be silently ignored for now. Also, generalize the MD5_FILE macro to DISTINFO_FILO. PR: 149657 Submitted by: rene Approved by: portmgr Tested on: pointyhat i386 7-exp
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* . add linux-f10 ports to the rank of CONFLICTS for linux-fc4 ports;bsam2009-06-031-2/+2
| | | | . bump PORTREVISIONs.
* Finish repocopies of new linux-f8 infrastructure ports:bsam2009-04-011-1/+3
| | | | | | . add CONFLICTS to 47 original ports; . bump PORTREVISIONs for all of them; . pet portlint for 2-3 ports (misplaced PORTREVISION).
* Welcome to the new linux ports infrastructure which allows usingbsam2009-03-201-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | both current (fc4) and future linux (f8) distributions at one ports tree. The patch contains full changes to ports/Mk files and all ports involved. But only infrastructure is changed. The resulting packages are the same as before. Hence no need to bump PORTREVISIONs. The idea was taken from bsd.gnome.mk and others. More than 130 ports are switched to follow a new linux infrastructure introduced by changes to bsd.port.mk, bsd.linux-rpm.mk and a new bsd.linux-apps.mk. Thanks for all who was involved and helped me with this work. And help from Alexander Leidinger was incredible. Other changes are coming. Stay tuned! PR: ports/132510 Submitted by: bsam (me) Exp-run by: portmgr (pav)
* - Add linux_base-{f7,f8} support.hrs2008-11-211-8/+37
| | | | - Separate out gtk module part to textproc/linux-scim-gtk.
* - Add src.rpm handlingpav2008-04-231-0/+2
|
* linux-scim-libs is library part of Smart Common Input Methodhrs2008-04-141-0/+28
platform, also known as SCIM, in Linux binary. This is a development platform to make Input Method developers live easier. It has very clear architecture and very simple programming interface.