display the currently lighted face of Earth in ASCII

ok, mbalmer (and maybe others)
This commit is contained in:
kili 2006-11-10 22:47:45 +00:00
parent 453150f062
commit b7d79dc8a7
4 changed files with 42 additions and 0 deletions

34
geo/globe/Makefile Normal file
View File

@ -0,0 +1,34 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/10 22:47:45 kili Exp $
COMMENT= "display the currently lighted face of Earth in ASCII"
DISTNAME= globe_26mar1994
PKGNAME= globe-19940326
CATEGORIES= geo
HOMEPAGE= http://www.acme.com/software/globe/
MAINTAINER= Matthias Kilian <kili@openbsd.org>
# ACME (2-clause BSD)
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}
WANTLIB= c
MAKE_FLAGS= "CC=${CC}" "CFLAGS=${CFLAGS}" "LDFLAGS=${LDFLAGS}"
NO_REGRESS= Yes
WRKDIST= ${WRKDIR}/globe
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/globe ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/globe.1 ${PREFIX}/man/man1
.include <bsd.port.mk>

4
geo/globe/distinfo Normal file
View File

@ -0,0 +1,4 @@
MD5 (globe_26mar1994.tar.gz) = 9cbd80245e7e8f44c782ac4bc86c82e1
RMD160 (globe_26mar1994.tar.gz) = 4e29a27eb950b904d6322d3612ae1b0f424cda26
SHA1 (globe_26mar1994.tar.gz) = df066ade25786b47ac3d4efc5c93005a2f4c43b1
SIZE (globe_26mar1994.tar.gz) = 9819

1
geo/globe/pkg/DESCR Normal file
View File

@ -0,0 +1 @@
The rfc-20 activist's answer to xglobe and xplanet.

3
geo/globe/pkg/PLIST Normal file
View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/10 22:47:45 kili Exp $
bin/globe
@man man/man1/globe.1