summaryrefslogtreecommitdiffstats
path: root/x11-libs/type1inst
diff options
context:
space:
mode:
authorEric Sandall2006-06-29 11:09:07 -0700
committerEric Sandall2006-06-29 11:09:07 -0700
commit73489a4e3ae1f3cb783b624471c9e8c667f73222 (patch)
tree28365b5ab3a4a8d289eea52d33c660831f3b3b42 /x11-libs/type1inst
parentf0ccba071c6d0eab5fe58fc974a76a7a9bf32702 (diff)
Converted type1inst to build_api 2
Diffstat (limited to 'x11-libs/type1inst')
-rwxr-xr-xx11-libs/type1inst/BUILD9
-rwxr-xr-xx11-libs/type1inst/DETAILS11
-rw-r--r--x11-libs/type1inst/HISTORY10
-rwxr-xr-xx11-libs/type1inst/INSTALL3
4 files changed, 18 insertions, 15 deletions
diff --git a/x11-libs/type1inst/BUILD b/x11-libs/type1inst/BUILD
index 18e31c0391..27ba77ddaf 100755
--- a/x11-libs/type1inst/BUILD
+++ b/x11-libs/type1inst/BUILD
@@ -1,8 +1 @@
-(
-
- prepare_install &&
- install -o root -g root -m 755 -p type1inst /usr/bin
- install -o root -g root -m 755 -p t1embed /usr/bin
- install -o root -g root -m 644 -p type1inst.man /usr/man/man1
-
-) > $C_FIFO 2>&1
+true
diff --git a/x11-libs/type1inst/DETAILS b/x11-libs/type1inst/DETAILS
index 082fee41bb..ae46501c85 100755
--- a/x11-libs/type1inst/DETAILS
+++ b/x11-libs/type1inst/DETAILS
@@ -3,15 +3,12 @@
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://www.ibiblio.org/pub/Linux/X11/xutils/$SOURCE
- WEB_SITE=http://www.xfree86.org/4.2.0/fonts2.html
- MAINTAINER=v.merkatz@gmx.net
SOURCE_HASH=sha512:fe509e4030fde355dfc7b1e1aaeffdc387af123bcb9a0fd564c7ac21c72bcaa7bce13da1a2e2ee6b76406f3649faaaf72277cab44331a6b6609c4029a8c9819f
- LICENSE=GPL
- ENTERED=20020617
- UPDATED=20020617
+ LICENSE[0]=GPL
KEYWORDS="fonts x11 libs"
- BUILD_API=1
- SHORT="a utility to create fonts.scale and fonts.dir files for Type1 fonts"
+ WEB_SITE=http://www.xfree86.org/4.2.0/fonts2.html
+ ENTERED=20020617
+ SHORT="Create fonts.scale and fonts.dir files for Type1 fonts"
cat << EOF
While it is possible to create the 'fonts.scale' file by hand, it is simpler and more convenient to have it generated automatically. Utilities to perform this task are available, but are not currently included with XFree86. For Type 1 fonts, you may use a utility called 'type1inst' which is available from standard Free Software repositories throughout the world.
EOF
diff --git a/x11-libs/type1inst/HISTORY b/x11-libs/type1inst/HISTORY
index de2eb120dd..f6707a57d2 100644
--- a/x11-libs/type1inst/HISTORY
+++ b/x11-libs/type1inst/HISTORY
@@ -1,3 +1,13 @@
+2006-06-29 Eric Sandall <eric@sandall.us>
+ * DETAILS: Removed BUILD_API=1, MAINTAINER, and UPDATED
+ Changed LICENSE to LICENSE[0]
+ Shortened SHORT
+ * BUILD: Run only `true`
+ * INSTALL: Copied from BUILD
+ Converted to build_api 2
+ Use INSTALL_ROOT
+ Added "&&" to all installs except the last
+
2006-06-12 Arwed v. Merkatz <v.merkatz@gmx.net>
* DETAILS: inserted BUILD_API=1 line
diff --git a/x11-libs/type1inst/INSTALL b/x11-libs/type1inst/INSTALL
new file mode 100755
index 0000000000..c590919ad3
--- /dev/null
+++ b/x11-libs/type1inst/INSTALL
@@ -0,0 +1,3 @@
+install -o root -g root -m 755 -p type1inst $INSTALL_ROOT/usr/bin &&
+install -o root -g root -m 755 -p t1embed $INSTALL_ROOT/usr/bin &&
+install -o root -g root -m 644 -p type1inst.man $INSTALL_ROOT/usr/man/man1