diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-04-30 07:51:07 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-04-30 07:51:07 +0000 |
commit | 72744ad44e2d6433c557d70697586e30cd780741 (patch) | |
tree | 3e95c0c905d30941f94801d87a77d6081f2cb98d /misc/vera | |
parent | 1e12c5ffdaade7fce1070fe56a0ba70d3c6ac4f2 (diff) |
Notes
Diffstat (limited to 'misc/vera')
-rw-r--r-- | misc/vera/Makefile | 28 | ||||
-rw-r--r-- | misc/vera/distinfo | 1 | ||||
-rw-r--r-- | misc/vera/files/patch-aa | 13 | ||||
-rw-r--r-- | misc/vera/pkg-comment | 1 | ||||
-rw-r--r-- | misc/vera/pkg-descr | 5 | ||||
-rw-r--r-- | misc/vera/pkg-plist | 15 |
6 files changed, 63 insertions, 0 deletions
diff --git a/misc/vera/Makefile b/misc/vera/Makefile new file mode 100644 index 000000000000..640c94ec8904 --- /dev/null +++ b/misc/vera/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: V.E.R.A. +# Version required: 1.5 +# Date created: 9 March 1999 +# Whom: Dima Sivachenko <dima@chg.ru> +# +# $Id $ +# + +DISTNAME= vera-1.5 +CATEGORIES= misc +MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR= vera + +MAINTAINER= dima@Chg.RU + +do-build: + @ cd ${WRKSRC} && makeinfo vera.texi + +do-install: + @ ${INSTALL_DATA} ${WRKSRC}/vera.info* ${PREFIX}/info + +post-install: + if [ ! -f ${PREFIX}/info/dir ]; then \ + ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ + fi + @ install-info ${PREFIX}/info/vera.info ${PREFIX}/info/dir + +.include <bsd.port.mk> diff --git a/misc/vera/distinfo b/misc/vera/distinfo new file mode 100644 index 000000000000..4e82dbd7cd71 --- /dev/null +++ b/misc/vera/distinfo @@ -0,0 +1 @@ +MD5 (vera-1.5.tar.gz) = 81e9cbcd480aa93855ce3f4e5bf39ca9 diff --git a/misc/vera/files/patch-aa b/misc/vera/files/patch-aa new file mode 100644 index 000000000000..090c9a3ad1a4 --- /dev/null +++ b/misc/vera/files/patch-aa @@ -0,0 +1,13 @@ +--- vera.texi.orig Tue Mar 9 23:29:09 1999 ++++ vera.texi Tue Mar 9 23:34:16 1999 +@@ -2,6 +2,10 @@ + @c %**start of header + @setfilename vera.info + @settitle V.E.R.A@. --- Virtual Entity of Relevant Acronyms ++@dircategory Miscellaneous ++@direntry ++* VERA: (vera). A list dealing with computational acronyms. ++@end direntry + @setchapternewpage on + @c %**end of header + diff --git a/misc/vera/pkg-comment b/misc/vera/pkg-comment new file mode 100644 index 000000000000..e75e83ce03c8 --- /dev/null +++ b/misc/vera/pkg-comment @@ -0,0 +1 @@ +Virtual Entity of Relevant Acronyms. diff --git a/misc/vera/pkg-descr b/misc/vera/pkg-descr new file mode 100644 index 000000000000..253ee35d6dd7 --- /dev/null +++ b/misc/vera/pkg-descr @@ -0,0 +1,5 @@ +V.E.R.A. is a free list of acronyms all of which are used in the field of +computing. It contains approximately 7592 acronyms. + +--Dima +dima@chg.ru diff --git a/misc/vera/pkg-plist b/misc/vera/pkg-plist new file mode 100644 index 000000000000..274bcd9661cb --- /dev/null +++ b/misc/vera/pkg-plist @@ -0,0 +1,15 @@ +@unexec install-info --delete %D/info/vera.info %D/info/dir +info/vera.info +info/vera.info-1 +info/vera.info-2 +info/vera.info-3 +info/vera.info-4 +info/vera.info-5 +info/vera.info-6 +info/vera.info-7 +info/vera.info-8 +info/vera.info-9 +info/vera.info-10 +info/vera.info-11 +@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir +@exec install-info %D/info/vera.info %D/info/dir |