#!/bin/sh XFLDNAME="-epson-EPSON" FONTNAME=epson FONTDIR=${PKG_PREFIX}/lib/X11/fonts/TrueType if [ "$2" = "PRE-INSTALL" ]; then echo "Please add ${FONTDIR} to your /etc/x11/xorg.conf file" exit 0 fi cd ${FONTDIR} touch fonts.dir sed -e "/${XFLDNAME}/d" fonts.dir > fonts.dir.tmp numfonts=$(echo $(cat fonts.dir.tmp fonts.dir.${FONTNAME} | wc -l) - 2 | bc) echo ${numfonts} > fonts.dir sed -e 1d fonts.dir.tmp >> fonts.dir sed -e 1d fonts.dir.$FONTNAME >> fonts.dir touch fonts.alias sed -e "/^${XFLDNAME}/d" fonts.alias > fonts.alias.tmp mv -f fonts.alias.tmp fonts.alias cat fonts.alias.${FONTNAME} >> fonts.alias rm -f fonts.dir.tmp fonts.alias.tmp w44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/security/libtomcrypt
Commit message (Expand)AuthorAgeFilesLines
* Allow building with clang 3.6antoine2015-03-151-0/+104
* Fix license permissionsamdmi32015-02-241-1/+1
* - Add LICENSEamdmi32015-02-242-2/+5
* - Update devel/libtool and devel/libltdl to version 2.4.2.418tijl2014-10-062-1/+3
* - Strip shared librariesgahr2014-09-171-0/+2
* Replace some dependencies on libtool with USES=libtool:build or atijl2014-08-111-3/+1
* Build shared library and simplify DOCS optiontijl2014-08-093-62/+33
* Fix build with texlivebapt2014-07-221-1/+1
* - STAGE-cleangahr2014-06-302-6/+5
* Convert GMAKE to MAKE_CMDbapt2014-06-251-3/+3
* - Convert gmake, bzip2 to USESmiwi2014-05-261-2/+2
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
* Rectify USE_TEX to support both of teTeX and TeXLive.hrs2013-05-121-1/+1
* Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetexhrs2013-05-061-1/+1
* Unbreak package build by registering PORTDOCS if we're installing docs.adamw2012-11-061-2/+1
* Mark as BROKEN: incomplete plistbeat2012-10-261-0/+2
* use libtommath as default math library as it used to be before conversion tobapt2012-10-071-0/+1
* Convert to new options frameworkbapt2012-10-041-20/+12
* Fix typos and make small modifications in COMMENT (according to Porter'scs2012-08-031-1/+1
* Remove DEPRECATED and EXPIRATION_DATE as the main site appears back online.wxs2012-07-311-5/+1
* Deprecate these ports as upstream has abandoned them for a while now.wxs2012-07-251-0/+3
* -remove MD5ohauer2011-07-031-1/+0
* - Bump PORTREVISION to chase the update of math/libtommath.araujo2010-08-101-1/+1
* Switch to use newer GMP version.ale2010-04-19