# New ports collection makefile for: trans # Date created: 6 May 1996 # Whom: ache # # $FreeBSD$ # PORTNAME= trans PORTVERSION= 1.20 CATEGORIES= converters russian MASTER_SITES= http://www.kostis.net/freeware/ DISTNAME= trans120 MAINTAINER= ache@FreeBSD.org COMMENT= Character Encoding Converter Generator Package LIBDIR= ${PREFIX}/lib/trans ALL= transhtm transiso transce8 transtab checkiso checkuni do-install: cd ${WRKSRC}/src && $(INSTALL_PROGRAM) $(ALL) ${PREFIX}/bin cd ${WRKSRC}/src && \ for i in $(ALL); do \ $(INSTALL_MAN) $$i.man ${PREFIX}/man/cat1/$$i.1; \ done install -d -o ${BINOWN} -g ${BINGRP} -m 755 \ ${LIBDIR}/cedf ${LIBDIR}/xlt ${LIBDIR}/doc ${LIBDIR}/bin \ ${LIBDIR}/src cd ${WRKSRC}/src && \ $(INSTALL_SCRIPT) checkall chkuni mkhtml mklist mkxlt \ ${LIBDIR}/src cd ${WRKSRC} && \ $(INSTALL_DATA) README encoding.lis ${LIBDIR} cd ${WRKSRC}/src && \ $(INSTALL_DATA) datatype.h ${LIBDIR}/src cd ${WRKSRC}/bin && \ $(INSTALL_DATA) one trans.[ch] trans.man utimbuf.h utf.[ch] \ ${LIBDIR}/bin cd ${WRKSRC}/cedf && $(INSTALL_DATA) * ${LIBDIR}/cedf cd ${WRKSRC}/doc && $(INSTALL_DATA) * ${LIBDIR}/doc cd ${WRKSRC}/xlt && $(INSTALL_DATA) * ${LIBDIR}/xlt .include 'hidden' name='id' value='9b585aaaf3b24bda885046d9c9441937ac479ecb'/> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/x11-servers
Commit message (Expand)AuthorAgeFilesLines
* Remove x11-servers/xorg-server-snap as it has been unmaintained for a while.flz2008-06-1916-698/+0
* Update x11-servers/xorg-server to 1.4.2 (security update).flz2008-06-155-681/+4
* Explicitely disable dtrace support for now.flz2008-06-094-4/+4
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-064-3/+4
* Add upstream patch (don't free not-allocated dbus socket).flz2008-05-292-1/+15
* Disable dtrace support for now as userland tracing isn't supported yet.flz2008-05-271-1/+1
* Add xephyr, a kdrive-based X server. Xephyr will ultimately replace Xnest.flz2008-05-204-0/+55
* Mark xorg-server-snap as DEPRECATED and set EXPIRATION_DATE to next month.flz2008-05-201-0/+2
* Retire xorg-printserver.flz2008-05-165-972/+0
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-207-11/+12
* - Auto-detect and use native extended PS/2 protocols with the latest psm(4).jkim2008-04-163-33/+102
* Fix mouse probing issues with HAL support:jkim2008-04-023-1/+154
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-261-1/+1
* Add inputproto and xtrans to USE_XORG.flz2008-03-151-2/+3
* Add inputproto and xtrans to USE_XORG.flz2008-03-151-2/+3
* Add patch that fixes xmodmap use in .xinitrc.flz2008-03-132-1/+148
* Remove support for XFree8-4.flz2008-03-0850-2241/+0
* - Check correct POSIX spec. date for clock_gettime(2) whetherjkim2008-03-063-1/+26
* Fix xserver multiple vulnerabilities.flz2008-01-232-1/+516
* - Add local patch to fix alpha build. [1]flz2008-01-023-2/+40
* - OPTIONS'ify.flz2007-12-133-1/+40
* - OPTIONS'ify (HAL, AIGLX, SUID).flz2007-12-131-20/+24
* Fix plist for sparc64. Should be a no-op on other archs, but bumplinimon2007-11-202-13/+14
* Add temporary fix for LEDs. Proper fix will be available in nextflz2007-10-292-1/+21
* Restore default optimization on RELENG_7.flz2007-10-241-4/+0
* - Explicit some configure arguments.flz2007-10-101-11/+7
* Change to new x11-drivers category.nork2007-10-069-382/+0
* Teach xorg-server that FreeBSD >= 700053 supports PCI domains andmarius2007-09-303-0/+395
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.linimon2007-09-301-2/+2
* - Update X.org ports to 7.3.flz2007-09-1427-406/+147
* - Consistencify descriptionsdanfe2007-07-031-4/+2
* Fix missing Xlibs dependency.danfe2007-07-031-0/+1
* - Fix the build with recent GCC [1]danfe2007-07-013-10/+135
* Band-aid over memory hungry gcc 4.2 when compiling xf86ScanPci.c.lesi2007-06-222-0/+15
* Clenup share/X11 directory upon deinstall.lesi2007-05-312-0/+2
* xorg-fontserver moved from x11-servers to x11-fonts (xfs).flz2007-05-209-160/+0
* - Welcome X.org 7.2 \o/.flz2007-05-20105-3671/+1156
* Fix loading modules on current by adding patch from devel/imake-6 sincelesi2007-02-232-1/+40
* Add vendor patch preventing overwiting of data on the stack or otherlesi2007-01-282-1/+9
* Respect X11BASE.laszlof2006-12-011-0/+5
* - Fix install with Xorg 6.9.0, unbreakpav2006-11-193-14/+31
* Add some old internal FreeType definitions to fix the server runtime. Thesemarcus2006-10-221-1/+4
* Remove the FreeType EXTRA_PATCHES now that they are in XFree86-4-libraries.marcus2006-10-183-12/+3
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with themarcus2006-10-1414-4/+789
* BROKEN: Does not installkris2006-09-171-0/+2
* NO_PACKAGE is not appropriatekris2006-09-031-1/+0
* Fix crash by bad pcf font.lesi2006-08-265-1/+100
* Fix crash by bad pcf font.lesi2006-08-267-4/+107
* - Add support to Intel 945GMmnag2006-08-212-1/+336
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-08-151-1/+1
* Update to 0.14.6.nork2006-08-133-41/+50
* Update to 1.7.2erwin2006-06-242-5/+5
* Add a better workaround for LP64 bug in ProcRenderCompositeGlyphs() inlesi2006-06-052-1/+12
* Update to 1.71arved2006-05-292-6/+9
* Remove USE_REINPLACE from categories starting with Xedwin2006-05-131-1/+0
* Add my patch for buffer overflow in the Render extension's TriFan/TriStripanholt2006-05-036