diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-07-01 09:12:09 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-07-01 09:12:09 +0000 |
commit | 23f4b32ac7284766b3f5925f87bb8c4eee0086cf (patch) | |
tree | 3a4ba1df3f775b4c5d9b29599afbfab56182a4ae /math | |
parent | 1022b5b750befecdbfb07712029b24f45efe91c1 (diff) | |
download | ports-23f4b32ac7284766b3f5925f87bb8c4eee0086cf.tar.gz ports-23f4b32ac7284766b3f5925f87bb8c4eee0086cf.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/xspread/Makefile | 17 | ||||
-rw-r--r-- | math/xspread/distinfo | 1 | ||||
-rw-r--r-- | math/xspread/pkg-comment | 1 | ||||
-rw-r--r-- | math/xspread/pkg-descr | 10 | ||||
-rw-r--r-- | math/xspread/pkg-plist | 3 |
5 files changed, 32 insertions, 0 deletions
diff --git a/math/xspread/Makefile b/math/xspread/Makefile new file mode 100644 index 000000000000..ec8835aebf21 --- /dev/null +++ b/math/xspread/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: xspread +# Version required: 2.1 +# Date created: 28 June 1995 +# Whom: janek@gaja.ipan.lublin.pl +# + +DISTNAME= xspread2.1 +PKGNAME= xspread-2.1 +CATEGORIES+= math +MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/distributions/slackware/source/xap/xspread/ \ + ftp://ftp.icm.edu.pl/pub2/linux/distributions/slackware/source/xap/xspread/ + +NO_WRKSUBDIR= yes +USE_IMAKE= yes +USE_GMAKE= yes + +.include <bsd.port.mk> diff --git a/math/xspread/distinfo b/math/xspread/distinfo new file mode 100644 index 000000000000..740fc4e7cf0d --- /dev/null +++ b/math/xspread/distinfo @@ -0,0 +1 @@ +MD5 (xspread2.1.tar.gz) = 317a0be4cf882503ec4fa221f41cf475 diff --git a/math/xspread/pkg-comment b/math/xspread/pkg-comment new file mode 100644 index 000000000000..81a68157b1e2 --- /dev/null +++ b/math/xspread/pkg-comment @@ -0,0 +1 @@ +xspread-2.1, a spreadsheet program under X diff --git a/math/xspread/pkg-descr b/math/xspread/pkg-descr new file mode 100644 index 000000000000..4a822958db9f --- /dev/null +++ b/math/xspread/pkg-descr @@ -0,0 +1,10 @@ +This is a much modified version of the public domain spread sheet sc, +posted several years ago by Mark Weiser as vc, originally by James Gosling. + +CHANGES lists the changes since 6.1 to 6.21. + Sc6.16 was released to comp.sources.misc and four sets of patches + bring Sc6.16->6.17->6.18->6.19->6.21. + +Current maintainer: nstar!sawmill!prslnk!buhrt (Jeff Buhrt) + +This is version 2.1. diff --git a/math/xspread/pkg-plist b/math/xspread/pkg-plist new file mode 100644 index 000000000000..3d2423e0a810 --- /dev/null +++ b/math/xspread/pkg-plist @@ -0,0 +1,3 @@ +@cwd /usr/X11R6 +bin/xspread +man/man1/xspread.1.gz |