Commit Graph

516 Commits

Author SHA1 Message Date
Masafumi Max NAKANE
66b633b20c Upgrade, 1.01 -> 1.01h.
Submitted by:	nobu@psrc.isac.co.jp
Reviewed by:	max
1997-01-06 06:26:12 +00:00
David E. O'Brien
5029461dc8 Show a useful homepage for dotfile on installation. 1997-01-06 02:49:42 +00:00
David E. O'Brien
f9c037b996 Share dotfile with the world. 1997-01-05 22:57:28 +00:00
David E. O'Brien
6589d1b23a The dotfile generator provides a handy way to create user-
configuration files for many programs.  Modules are used
to define the configuration options.  A sample template is
provided to aid in creating new modules.

Submitted by:	Oliver Oberdorf <oly@world.std.com> (with changes by me)
1997-01-05 22:54:44 +00:00
Satoshi Asami
a9ff1fa705 Ay. I obviously wasn't looking close enough the first time around. Now
the output should be identical for "ls -C" and "ls -CG" except for the
color sequences.
1997-01-03 06:44:53 +00:00
Satoshi Asami
c264018515 Disable tabs in output when color is used. Now -G should work with
stty oxtabs (aka "-tabs") too.

Porblem reported by:	jmz, among others
1997-01-03 01:34:16 +00:00
Satoshi Asami
de40ddbf21 Make this work with -current sources. Also fetch tarball from LOCAL_PORTS,
having people fetch from the FreeBSD-current archive (and having it
break at unpredictable times) wasn't a good idea.
1997-01-02 06:29:50 +00:00
David E. O'Brien
7510fd7d4d Moving estic from ports/comms -> ports/misc
Reviewed by:	cvs-commiters
1996-12-29 04:45:47 +00:00
David E. O'Brien
614de2daa6 ESTIC is an Enhanced Supervisor Tool for ISTEC Configuration.
The German manufacturer Emmerich makes Istec 1003 & 1008 TK-Anlagen.
The TK-Anlage is an ISDN PBX ( Private Branch Exchange ).

Submitted by:	Julian Stacey
1996-12-29 04:44:14 +00:00
David E. O'Brien
a265e79653 Switched to using ${MASTER_SITE_XCONTRIB} in the MASTER_SITE listing. 1996-12-29 00:51:27 +00:00
David E. O'Brien
ada7894daf Turn on xless. (gee, won't Satoshi feel bored tonight?) 1996-12-28 03:08:55 +00:00
David E. O'Brien
3960a95f76 This is a port of xless (version 1.7), a handy text file viewer for X.
Useful as a viewer tool for other apps (e.g., xfm, the X file manager),
or as a standalone viewer.  Presents a scrollable text window (both
vertical and horizontal scrolling), with a number of clickable buttons.

Submitted by:	Conrad Sabatier <conrads@neosoft.com>
1996-12-28 03:07:51 +00:00
Masafumi Max NAKANE
50ee9c09e0 Added ${MASTER_SITE_GNU} to MASTER_SITES 1996-12-26 10:01:04 +00:00
Joerg Wunsch
3138dc639c Trim down excessively long DESCR files in ports i either own, or where
i'm somehow related to (hpscan, that is).

Requested by:	asmi (long ago)
1996-12-22 11:01:16 +00:00
Satoshi Asami
b7a86be739 Add files/md5 entries for files whose checksum should be ignored as well.
Requires rev. 1.239 of bsd.port.mk.
1996-12-17 12:33:56 +00:00
Masafumi Max NAKANE
018ccf7365 Install the man page to man/ja_JP.EUC/man1. 1996-12-12 04:50:58 +00:00
Andrey A. Chernov
f236a5b7eb Upgrade to 3.7.2 1996-12-08 16:19:54 +00:00
Masafumi Max NAKANE
bd3a21229d Oops, previous commit broke the installation of man page. 1996-12-08 12:02:01 +00:00
Masafumi Max NAKANE
a3d9d452bc Remove RESTRICTED and, instead, add NO_CDROM & NO_PACKAGE. (Redistribution
for charge is prohibited, no modification allowed.)

Various cleanups include:

List mmv.pch.Z as PATCHFILES instead of DISTFILES.
Put full path to the MASTER_SITES.
Instead of editing mmv.pch with scripts/makeitapatch, pass the name of
the file to be patched to the patch command via PATCH_DIST_ARGS.
Above three changes made do-fetch: & pre-clean:targets defined in this
Makefile unnecessary.

Call scripts/unshar via /bin/sh instead of giving it the execution bit in
pre-extract: target.

ln -> ln -fs
rm -> ${RM}
Use ${INSTALL_PROGRAM} and ${INSTALL_MAN}.
Use MAN1 var to compress the man page.

Reviewed by:	asami
1996-12-08 11:55:03 +00:00
Masafumi Max NAKANE
95f5c1697c Redirect outputs to /dev/null to perform the extraction silently. 1996-12-08 11:38:12 +00:00
Masafumi Max NAKANE
1c66bfbf12 Now, string describing reason for defining these variables must be set
when you define NO_CDROM, NO_PACKAGE or RESTRICTED.
1996-12-07 09:28:48 +00:00
Satoshi Asami
4515213825 ${DISTDIR} -> ${DISTDIR}/${DIST_SUBDIR} change.
Hinted by:	obrien
1996-12-03 04:07:49 +00:00
Satoshi Asami
db879567ce Add ${DIST_SUBDIR} in front of filenames in files/md5. Corresponds to
changes made in rev. 1.232 of bsd.port.mk.
1996-11-30 10:50:36 +00:00
Satoshi Asami
a81b379aee Put EXTRACT_SUFX in the right place. Use more predefined macros. 1996-11-30 09:00:18 +00:00
Satoshi Asami
2fe24c1cdb Take out "Tkcron is ", as mentioned in the handbook. 1996-11-30 08:59:50 +00:00
Thomas Gellekum
c0d97afb02 Add tkcron. 1996-11-29 07:32:35 +00:00
Thomas Gellekum
d5e2fb4a66 Second try: import of tkcron, a frontend to crontab.
Closes PR 2064.

Submitted by:	Sander Vesik <sander@haldjas.folklore.ee>
1996-11-29 07:08:22 +00:00
Satoshi Asami
580916915f No need for "x11" in CATEGORIES, or half the ports tree will need that. :) 1996-11-26 07:33:30 +00:00
Thomas Gellekum
19e7aaf5f3 Activate xmaddressbook, xtar. 1996-11-25 10:11:57 +00:00
Thomas Gellekum
3275a8ea37 Import of xtar, a tar file browser.
Closes PR 1526.

Submitted by:	Andreas Kohout <shanee@rabbit.augusta.de>
1996-11-25 09:47:24 +00:00
Satoshi Asami
5106d14914 Oops, forgot to compress one manpage. 1996-11-21 11:54:39 +00:00
Satoshi Asami
6144bc038c Fix some typos I so eloquently introduced last night.
Found by:	make index
1996-11-19 01:18:00 +00:00
Satoshi Asami
c98cfd116d Compress a bunch of manpages. Remove unnecessary @ directives from
PLISTs.

Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
1996-11-18 14:17:24 +00:00
Satoshi Asami
642e598732 Use MASTER_SITE_SUNSITE. Use MAN? macros. CATEGORIES+= -> CATEGORIES. 1996-11-18 10:37:03 +00:00
Satoshi Asami
5dba7b6e29 Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES. 1996-11-18 10:25:35 +00:00
Satoshi Asami
83e5fd3ee1 Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES. 1996-11-18 09:56:45 +00:00
David E. O'Brien
090316dbc1 Converted to MAN[1-8]
Converted p5* to use MASTER_SITE_PERL_CPAN
1996-11-17 09:06:37 +00:00
Satoshi Asami
7c047963a4 Added mgdiff. 1996-11-15 11:02:31 +00:00
Satoshi Asami
3185b4188b Added xgas. 1996-11-15 09:56:42 +00:00
Satoshi Asami
c97f2b04f4 Ideal gas simulator. Maybe we should make a "physics" category
for stuff like this.

Submitted by:	Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
1996-11-15 09:55:46 +00:00
Thomas Gellekum
3f47969df7 Better workaround for manpath(1). 1996-11-15 08:27:38 +00:00
Satoshi Asami
92cb149612 Fix Makefiles to work with new bsd.port.mk. Mostly just replacing
${COMPRESS_MAN} so they will at least work.  I will come back later
and get rid of all the .if !defined(NOMANCOMPRESS) stuff.
1996-11-13 12:41:39 +00:00
Thomas Gellekum
5d554a4d84 $DISTFILE changed. Update checksum.
Noticed by: Andreas Klemm
1996-11-13 07:25:55 +00:00
David E. O'Brien
5389cf68e4 Moved LSOF from ports/misc to ports/sysutils 1996-11-11 19:44:23 +00:00
Thomas Gellekum
90b7f0b053 Upgrade from 1.8b5 to 1.8 1996-11-11 07:53:12 +00:00
David E. O'Brien
47a616f11d CATEGORIES+= --> CATEGORIES=
Misc variable reordering, cleaning up, etc.
1996-11-11 05:50:23 +00:00
Satoshi Asami
b92c1d5070 Add lsof. 1996-11-07 11:38:34 +00:00
David E. O'Brien
2e16759974 Turned on splitvt port. 1996-11-03 08:44:18 +00:00
David E. O'Brien
d0da6c97d8 New port, run two shells in a split window/terminal.
Note that this duplicates the functionality of window(1).  However I didn't
know this existed when I made the port.  Also, it may be useful for those
in a hetrogenious environment, if they want the same programs on all OS's.
1996-11-03 08:42:02 +00:00
David E. O'Brien
e8917c8cba Changed to use ${COMPRESS_MAN} 1996-11-03 06:56:33 +00:00
Mark Murray
e592f61233 Fix up the makefile to Satoshi's standard. :-) 1996-11-01 06:10:22 +00:00
Mark Murray
c6d7927bae Add dejagnu 1996-10-31 20:11:20 +00:00
Mark Murray
cfa6d6025c DejaGNU is an automated testing tool. It uses expect to run your tests. 1996-10-31 19:53:40 +00:00
Satoshi Asami
eb2062da38 sattrack is moved to astro too. 1996-10-31 11:16:20 +00:00
Satoshi Asami
d448d7a0f7 xephem is moved to astro. 1996-10-31 10:53:08 +00:00
James FitzGibbon
b8c06517e3 Add RUN_DEPENDS to all perl5 ports, to make packages install perl.
Submitted by:	asami@freebsd.org
1996-10-24 09:59:32 +00:00
James FitzGibbon
148a52cf5e Update for new perl5 ports 1996-10-24 08:26:34 +00:00
James FitzGibbon
a7c197b9a3 perl5 module to validate/generate credit card checksums/names. 1996-10-24 08:23:45 +00:00
James FitzGibbon
5ee8f73fe6 perl5 module to print arrays of elements in sorted columns 1996-10-24 08:21:54 +00:00
Thomas Gellekum
b9e75404c1 Upgrade to 1.8b5. Uses tk41 now. 1996-10-21 06:46:57 +00:00
Masafumi Max NAKANE
8d03f1dc0d Correctly list the all files installed. 1996-10-20 19:24:33 +00:00
Masafumi Max NAKANE
fd4655806e Strip the binaries. 1996-10-20 19:23:42 +00:00
Masafumi Max NAKANE
4e9d6b5dfb Take the setting of NOMANCOMPRESS into account.
Submitted by:	"Philippe Charnier" <charnier@xp11.frmug.org>

We don't need --prefix=${PREFIX} for CONFIGURE_ARGS when GNU_CONFIGURE=yes.
1996-10-20 15:22:09 +00:00
Satoshi Asami
77395d64ff Complete upgrade by removing "gitmatch" that no longer exists. Also
sort part of pkg/PLIST so it's easier to read.
1996-10-16 09:14:20 +00:00
Satoshi Asami
2d2724d611 Upgrade to version 0.96. The author (that's me :) also converted
this port to use tcl-7.5/tk-4.1 instead of tcl-7.3/tk-3.6.
1996-10-16 08:55:37 +00:00
Satoshi Asami
95137d2010 Oh my goodness! Satoshi is finally fed up and decided to "clean up"
all the COMMENTs!  No package names, no version numbers, no "this is
absolutix-3.1.2" type comments that have zero information contents.

Now, without any bad examples to follow, nobody has an excuse to import
a port with those kind of comments. :)

Phew!  238 ports modified!
1996-10-10 05:05:35 +00:00
Gary Palmer
1e4fae29c0 Update checksum (whoops) and correct PLIST file for new manpage name.
Pointed out by:	 Satoshi
1996-10-08 23:25:12 +00:00
Gary Palmer
6252966ec9 Update to 3.2.1 1996-10-01 03:53:49 +00:00
Thomas Gellekum
49a913bd62 Make tkinfo work with tk-4.1. 1996-09-27 07:19:36 +00:00
Andrey A. Chernov
4424da6c33 Remove package name 1996-09-14 03:11:05 +00:00
Chuck Robey
075e28caf2 Some Makefile cleanup, pointed out by Satoshi. 1996-08-24 17:02:29 +00:00
Chuck Robey
3209c43868 Add Andy Kohout's unclutter port to the misc/Makefile. 1996-08-24 04:05:11 +00:00
Chuck Robey
d266d4e509 Andy Kohout's port of unclutter. 1996-08-24 03:44:12 +00:00
Satoshi Asami
14ceb3cc8f Added xephem. 1996-08-19 12:35:39 +00:00
Satoshi Asami
b9e196832f Added figlet. 1996-08-09 04:17:51 +00:00
Satoshi Asami
69635d5449 Figlet is a program that creates large ASCII art characters out of ordinary
screen characters

      _ _ _          _   _     _
     | (_) | _____  | |_| |__ (_)___
     | | | |/ / _ \ | __| '_ \| / __|
     | | |   <  __/ | |_| | | | \__ \_
     |_|_|_|\_\___|  \__|_| |_|_|___(_)

Submitted by:	David O'Brien (obrien@cs.ucdavis.edu)
1996-08-09 04:17:17 +00:00
Satoshi Asami
8b28438c5c Added plan. 1996-08-06 03:36:37 +00:00
Chuck Robey
2974c69241 Add new port zorro to misc Makefile. 1996-08-04 00:28:11 +00:00
Chuck Robey
0b117b2ada Add new port, logsurfer. 1996-07-30 02:17:16 +00:00
Chuck Robey
bb861d6b38 New port, logfile manager. 1996-07-30 02:15:26 +00:00
Andrey A. Chernov
7bc803694a Upgrade to 321 1996-07-26 04:25:37 +00:00
Andrey A. Chernov
34ca0d5d86 Fix charset problem 1996-07-15 19:32:24 +00:00
Andrey A. Chernov
1cde113bf4 Fix file name case for ephemeris 1996-07-14 07:29:02 +00:00
Andrey A. Chernov
ef94d6cfca Upgrade to 5.20 1996-07-14 06:57:41 +00:00
Satoshi Asami
9394ec90b0 Added xcalendar. 1996-07-10 21:19:07 +00:00
Satoshi Asami
2d9ea87a26 Added cal. 1996-07-10 10:25:57 +00:00
Gary Palmer
0594bd8f8d Convert from ncftp to fetch 1996-06-26 22:33:17 +00:00
Satoshi Asami
0da28ad967 Upgrade, 4.3.6 -> 4.3.11.
Submitted by:	Don Yuniskis <dgy@rtd.com> via Chuck Robey <chuckr@glue.umd.edu>
1996-06-17 08:33:47 +00:00
Satoshi Asami
4c02cf27d7 Change NO_PACKAGE to NO_CDROM, these are "don't sell for profit" licenses. 1996-06-15 06:24:23 +00:00
Thomas Gellekum
3d3498656f Makefile: remove EXTRACT_SUFFIX, rename MAINTAINER
patches/patch-ac: add support for .gz-files

Submitted by: Don Yuniskis <dgy@rtd.com>
1996-06-05 09:08:24 +00:00
Satoshi Asami
9e28324574 freefall.cdrom.com -> freefall.freebsd.org 1996-06-03 02:17:34 +00:00
Mark Murray
b867e24453 Replace the color: target with a macro. If you want to build less
with colour, you need to define COLOUR_LESS (or if you are from a
place that is speling impaired, COLOR_LESS will do ;-))
OKed by:	asami and others
1996-05-13 16:17:58 +00:00
Andrey A. Chernov
4692bf9fae trans added 1996-05-06 13:37:24 +00:00
Satoshi Asami
e6a4aea44a This port is RESTRICTED because of restrictive copyright. 1996-04-12 08:38:33 +00:00
Satoshi Asami
90f9e62399 Add mmv. 1996-04-12 08:38:12 +00:00
Satoshi Asami
b0ae2f4c93 pkg/COMMENT files for use by ports READMEs. 1996-04-09 08:30:00 +00:00
Satoshi Asami
3d397417a9 Added ecc. 1996-04-09 06:50:27 +00:00
Satoshi Asami
6f40b225ff Added sattrack. 1996-04-09 06:04:23 +00:00
Satoshi Asami
678e835f59 Added btoa. 1996-04-09 04:01:08 +00:00
Satoshi Asami
c900ce242f Add a pre-clean target to delete patch-0a created by do-extract. 1996-03-29 03:28:08 +00:00
Satoshi Asami
298de01e86 Upgrade, 2.2.6 -> 2.2.6.5.
Submitted by:	Harlan Stenn <Harlan.Stenn@pfcs.com>
1996-03-25 10:56:43 +00:00
Satoshi Asami
d9cec7c4b7 Moved master site to our ccd server, my workstation is going away soon. 1996-03-21 12:50:15 +00:00
Satoshi Asami
1ac79d67c5 Add fd. 1996-03-20 07:54:21 +00:00
Satoshi Asami
4d6b03c5ab A file and directory management tool.
Submitted by:	Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
1996-03-20 07:53:43 +00:00
Satoshi Asami
88f6465165 Added fep. 1996-03-18 11:56:55 +00:00
Satoshi Asami
fff092070b A general purpose front end for command line editing.
Submitted by:	Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
1996-03-18 11:56:34 +00:00
Satoshi Asami
77079fc1c2 Checksum was missing. 1996-03-06 23:30:01 +00:00
Satoshi Asami
26b65560a7 (1) Remove FETCH_DEPENDS to ncftp2. Regular ncftp can't fetch it
from the master site but the backup site should work.  This will
    all be fine when we start using the new ftpget that I am now
    testing.

(2) Move the manpage rename from patch to Makefile.
1996-03-06 23:08:52 +00:00
Thomas Gellekum
124e917bbc Add ctk. 1996-02-22 10:45:53 +00:00
Satoshi Asami
5ff0f54cbc Comment said this script is for Wnn. Now you know where I copied
it from. ;)
1996-02-08 03:31:43 +00:00
Thomas Gellekum
5c9bfaae2f - add glimpse to $RUN_DEPENDS
- cosmetic fixes in pkg/{DESCR,COMMENT}
1996-01-18 15:30:39 +00:00
Satoshi Asami
f209a0aad5 Oops, forgot to change the category from games to misc when we moved it
in the repository.
1996-01-16 02:45:29 +00:00
Satoshi Asami
31c89d5f88 Change note about xterm not knowing about color, it does now (XFree86
3.1.2B or later).

Hinted by:	Brian Clapper <bmc@telebase.com>
1996-01-15 23:53:08 +00:00
Satoshi Asami
4f9e644f2c Added glimpse and linuxls. 1996-01-15 10:40:08 +00:00
Satoshi Asami
fe8ce50392 The linux colorized ls. Hey don't shoot me, it's only a port! ;)
Submitted by:	Brian Clapper <bmc@telebase.com>
1996-01-15 10:37:18 +00:00
Andrey A. Chernov
604ce27ff5 Upgrade to 3.7.1 1995-12-18 07:33:37 +00:00
Thomas Gellekum
a344495b51 Add `.if !defined(NOMANCOMPRESS)' again. I should probably
read our own guidelines more often.
1995-12-18 07:29:08 +00:00
Satoshi Asami
49e28131c7 Delete some garbage (line noise?). 1995-12-09 01:30:20 +00:00
Thomas Gellekum
40c511b71d - Upgrade to version 1.7.5
- Add MAINTAINER
- Remove `.ifdef (NOMANCOMPRESS)' in post-install target; doesn't
  make sense to check because we package up the gzip'd man page.
1995-12-07 08:12:02 +00:00
Satoshi Asami
b5d85759a6 Move dependency's path from utils/rman to misc/rman. 1995-11-27 07:50:54 +00:00
Satoshi Asami
13b4c6b5e4 Modify Makefile copied from utils/. Delete beav (moved to editors/),
add astrolog (moved from games/) and team (was totally missing!).
1995-11-27 03:38:03 +00:00
Satoshi Asami
e34d788c22 Change "utilities" category to "misc" in preparation for move to misc. 1995-11-26 10:48:46 +00:00
Satoshi Asami
841d93e09e Add markm@freebsd.org as maintainer. Hey Mark, you are never going
to get a lemon meringue pie if you don't credit your work! :>
1995-11-20 13:43:45 +00:00
Satoshi Asami
a13959a341 Add buffer. Mark is too modest! 1995-11-20 13:41:17 +00:00
Mark Murray
db3bc498bd Drat. Correct the fetch directory name. 1995-11-17 19:09:27 +00:00
Mark Murray
e526d43c6e Add a stunningly useful utility.
if you ever nhave needed to do something like:
tar cf - <big_dir> | rsh cat > /dev/tape then you will appreciate this.

do something like

tar cf - <big_dir> | buffer | rsh othersys "cat  | buffer > /dev/tape"
to enjoy HUGE increases in speed while your tape drive does not
incessantly back/forth/stop/start.
1995-11-17 19:03:48 +00:00
Satoshi Asami
14cd728249 Shorten one-line comments. Boy, I'm listed as MAINTAINERs in a
lot of ports or what! ;>
1995-11-09 06:41:02 +00:00
Satoshi Asami
db9366750d Shorten one-line comments.
Submitted by:	Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
1995-10-25 12:41:52 +00:00
Satoshi Asami
9506f7017e File moved on ftp site.
Submitted by:	se via me (really!)
1995-10-17 10:17:00 +00:00
Satoshi Asami
9a39651088 Expand directories.
Submitted by:	Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
1995-10-04 10:24:16 +00:00
Satoshi Asami
e80af410e2 Various EXEC_DEPENDS fixes.
Submitted by:	Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
1995-10-04 10:18:56 +00:00
Satoshi Asami
49cc426534 Change version from 2.0.5 to 2.1. Not much has changed, but at least
it's different.
1995-10-04 09:41:18 +00:00
Satoshi Asami
e39ee64830 EXEC_DEPENDS on wish4.0 -> LIB_DEPENDS on tk40
EXEC_DEPENDS on rman    -> RUN_DEPENDS
1995-10-04 02:02:14 +00:00
Satoshi Asami
444978a853 RUN_DEPENDS on wish:tk. 1995-10-02 07:58:41 +00:00
Torsten Blum
00cbf54c60 Upgrade to mc-3.0 1995-09-27 22:57:42 +00:00
Satoshi Asami
2112a972c3 Edit patch to match latest changes to ls.1. 1995-09-27 03:35:30 +00:00
Satoshi Asami
da82262bec Remove hack to get around ncftp's inability to grab tarfiles generated
on-the-fly.  Use ncftp2 instead, and depend on it via FETCH_DEPENDS.
1995-09-23 10:15:46 +00:00
Satoshi Asami
014b826d0d The distfile (ls.tar.gz) is generated on-the-fly by ftpd. Empty this file
for now, maybe we need a NO_CHECKSUM or something....
1995-09-15 09:24:14 +00:00
Joshua Peck Macdonald
1568660753 the md5 file was wrong. I'm not sure why. the one currently in
/usr/ports/distfiles on freefall and thud is different from the
one on ftp.freebsd.org, listed as the master site.
1995-09-11 03:03:26 +00:00
Andrey A. Chernov
1c1bf34b59 Use default make.conf settings for CFLAGS instead of simple -O.
Don't strip already stripped file on install
1995-08-29 14:53:29 +00:00
Satoshi Asami
af66092ba2 An astrology program for X and ascii, version 5.0.
Submitted by:	faulkner@mpd.tandem.com (Boyd Faulkner)
1995-08-26 05:59:21 +00:00
Satoshi Asami
a367960fdd Added ical. 1995-08-23 10:00:04 +00:00
Satoshi Asami
639445cae9 Awww, I meant emulators/tkhfs and utils/tk{info,man}. Good thing these
two commit messages are going out as in one mail.... ;)
1995-08-19 08:21:03 +00:00
Satoshi Asami
bfac2f377f Upgrade, 1.6 -> 1.7.3. Note this has a restrictive copyright, so there
is going to be NO_PACKAGE.

It uses wish4.0 too.  It's the first port to depend on Tk-4.0!
1995-08-19 06:55:59 +00:00
Andrey A. Chernov
98e775a234 Add missing checksum
Reviewed by:
Submitted by:
Obtained from:
1995-07-17 15:02:05 +00:00
Torsten Blum
5f6837eae8 add recode to the SUBDIRs list 1995-07-17 01:08:59 +00:00
Torsten Blum
2e68d7b51f add mc to the SUBDIRs list 1995-07-15 23:45:37 +00:00
Torsten Blum
fb734da801 Midnight Commander, a free Norton Commander Clone 1995-07-15 23:43:35 +00:00
Torsten Blum
bdfd90ff56 add git the SUBDIRs list 1995-07-15 23:34:38 +00:00
Torsten Blum
7e9ee4d775 git - GNU Interactive Tools, a filesystem browser for UNIX systems 1995-07-15 23:26:42 +00:00
Satoshi Asami
e65a54a61e Clean up of utils. Lots of stuff are moved out to various subcategories. 1995-07-12 23:20:23 +00:00
Andrey A. Chernov
ef9c6c1bcb Add pgp, remove pgp.* 1995-07-07 23:55:53 +00:00
Satoshi Asami
def83adce4 Add beav, convert to new format. 1995-07-06 04:27:15 +00:00
Satoshi Asami
7b200c6c0f Name of category is "utilities", not "utils"! ;) 1995-07-02 01:10:11 +00:00
Joerg Wunsch
14cc166930 team - portable multi-buffered tape streaming utility 1995-07-01 17:57:54 +00:00
Satoshi Asami
704dde4b23 Add bonnie. 1995-05-19 09:50:19 +00:00
Satoshi Asami
264bdb6687 These belong to utilities, not x11, so change CATEGORIES to reflect
the fact.  They will be moved via repository copy after the release
when we reorganize the ports subdirectories.
1995-05-19 09:40:06 +00:00
Satoshi Asami
9c302f2695 These belong to utilities, not x11, so change CATEGORIES to reflect
the fact.  They will be moved via repository copy after the release
when we reorganize the ports subdirectories.
1995-05-19 09:34:57 +00:00
Satoshi Asami
8d0b3696d3 Fix multi-line comments. Thanks, Jordan!
Pointed-out by:	jkh
1995-05-16 09:00:13 +00:00
Satoshi Asami
21b58a9b6f Put back vmsbackup, ftp site is up again. 1995-05-15 04:15:35 +00:00
Satoshi Asami
314ddd428f Add BROKEN: vmsbackup (can't connect to ftp site). 1995-05-14 07:14:18 +00:00
Satoshi Asami
60593951d5 Add lmbench. 1995-05-14 06:07:27 +00:00
Satoshi Asami
c9dc84a522 Clean up subdir Makefiles. They now all look like this:
=====
# Id line
#
# RESTRICTED: restricted_port_1 (comment1)
# RESTRICTED: restricted_port_2 (comment2)
#
# BROKEN: broken_port_3 (comment3)
# BROKEN: broken_port_4 (comment4)
# BROKEN: broken_port_5 (comment5)
#

SUBDIR= good_port_1 good_port_2 ...
=====

Basically, the idea is to make it easy to find restricted or broken
ports by doing a "grep".
1995-05-14 03:30:07 +00:00
Satoshi Asami
24cd827733 Add NO_PACKAGE (restrictive copyright). 1995-05-13 10:22:04 +00:00
Satoshi Asami
d9819085a0 Source is .tar.Z, not .tar.gz. 1995-05-13 09:41:25 +00:00
Satoshi Asami
3973338ee8 Move mmv to "restricted". 1995-05-13 09:34:38 +00:00
Satoshi Asami
5a2c11e5f4 Added kp. 1995-05-09 11:50:12 +00:00
Satoshi Asami
c52476ee41 kp - The Keyboard Practicer, a touch-typing practice program written in
Tk, version 0.95.
1995-05-09 11:07:07 +00:00
Satoshi Asami
97e6ec9efa Add lmbench as a "BROKEN" target. 1995-05-06 11:51:21 +00:00
Satoshi Asami
29d2029570 Added xbatt. 1995-05-06 09:12:46 +00:00
Satoshi Asami
1c1df9368f Added chord. 1995-04-25 07:30:27 +00:00
Satoshi Asami
b0fd8cc295 chord-3.6, produce PS sheet-music from text input 1995-04-25 07:29:36 +00:00
Satoshi Asami
b165a3a9b5 Updated utils Makefiles! 1995-04-23 13:02:52 +00:00
Joerg Wunsch
c78be738ab Add cpm back. It's no longer broken. 1995-04-17 08:28:28 +00:00
Joerg Wunsch
4c07d37f8a Re-add pcemu, it does have a PLIST now. 1995-04-17 07:32:54 +00:00
Andrey A. Chernov
97d9e3b4ba Remove NCFTPFLAGS, ncftp defaults changed 1995-04-16 15:39:26 +00:00
Andrey A. Chernov
6783778c9d Upgrade 1995-04-16 11:29:18 +00:00
Satoshi Asami
e2db429e78 Add cpm, pcemu and wine to BROKEN, add mmv to SUBDIR. 1995-04-16 05:38:19 +00:00
Satoshi Asami
80023bde86 Remove bogus CATEGORIES inside a for loop. 1995-04-16 05:22:22 +00:00
Satoshi Asami
91552dc4b8 Another round of Makefile updates, in utils! 1995-04-15 03:46:07 +00:00
Satoshi Asami
4d1779977a Cleanup. 1995-04-15 01:28:36 +00:00
Satoshi Asami
eabfc48a36 And now the rest of the x11 ports Makefiles. 1995-04-12 20:32:12 +00:00
Satoshi Asami
19e38c2e9f Add MAINTAINER= ache@FreeBSD.ORG to Andrey's ports. Clean up
some Makefiles along the way.
1995-04-12 04:56:21 +00:00
Satoshi Asami
60c74f5419 Bogus @cd removed.
Submitted by:	me
1995-04-11 02:34:21 +00:00
Satoshi Asami
cf9e9ede3e New Makefile structure, fix Jordan's CATEGORIES.
Submitted by:	me
1995-04-11 02:34:03 +00:00
Jean-Marc Zucconi
bb0452e715 Add MAINTAINER= jmz@FreeBSD.org 1995-04-11 02:02:17 +00:00
Andrey A. Chernov
50ff3e5303 Upgrade. 1995-04-08 13:54:45 +00:00
Jordan K. Hubbard
ac3066bf75 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
1995-04-01 12:51:41 +00:00
Gary Palmer
3753222345 Try to get most ports checksummed 1995-03-31 22:18:54 +00:00
Jordan K. Hubbard
74514e02ff Add MAINTAINER. Yes, I know I screwed up the Submitted by: line on the
import.  Sorry! :(
Submitted by:	me
1995-03-27 21:00:02 +00:00
Jordan K. Hubbard
e07220aca9 Import Michael Elbel's mmv port. 1995-03-27 20:55:28 +00:00
Satoshi Asami
35af96374a Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of,
and some other minor cleanup.
1995-03-24 11:12:06 +00:00
Satoshi Asami
bcd2ac7f76 Submitted by: dwhite@anshar.shadow.net (Don Whiteside)
In the ports-current/util directory there's a port for mshell. The
Makefile lists the master site as :
src.doc.ic.ac.uk/usenet/alt.sources/articles/7000-7999

Either as a result of a typo or, more likely, a renumbering, the
directory is now 07000-07999, so the install has a fit when it can't find it.
1995-03-22 03:30:50 +00:00
Satoshi Asami
177a07f6ea Removed Canna, Wnn, kterm and nkf. 1995-03-16 00:07:40 +00:00
Satoshi Asami
19e4924603 Added colorls. 1995-03-09 00:51:20 +00:00
Satoshi Asami
d3c5462ad0 Color patch for ls. Am I going to be killed for this? ;) 1995-03-09 00:49:22 +00:00
Satoshi Asami
0baa5e54c7 Added Canna. 1995-03-06 08:17:02 +00:00
Gary Palmer
a3bb7ccc38 Add package files 1995-03-01 00:53:09 +00:00
Gary Palmer
57fa7cec95 Correct path for manpages 1995-03-01 00:52:57 +00:00
Gary Palmer
2eae6add54 Add amanda 1995-03-01 00:25:15 +00:00
Gary Palmer
2efcec346a Amanda, The Advanced Maryland Automatic Network Disk Archiver 1995-03-01 00:23:26 +00:00
Andreas Schulz
7f3fb9917e Correct the patch file so that the patches doesn't get rejected :-). 1995-02-26 23:30:16 +00:00
Satoshi Asami
59057276f4 Move Wnn from clean to regular target. The "always building" problem was
fixed a long time ago, I forgot to put it back here.
1995-02-26 01:27:19 +00:00
Andreas Schulz
9ba9cdc0d8 Add the Wnn port to a clean target. It is used from the mule port and
gets built but doesn't get cleaned from a "cd /usr/ports ; make clean"
otherwise.
1995-02-25 16:03:23 +00:00
Jean-Marc Zucconi
777828bde7 tkInfo is a tk script to read GNU "info" files and display them.
Submitted by:	Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
1995-02-24 12:54:57 +00:00
Jean-Marc Zucconi
b2bffe27fd Update
Submitted by:	Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
1995-02-23 16:39:03 +00:00
Andrey A. Chernov
a11b5f6cc8 Upgrade. 1995-02-22 04:20:53 +00:00
Torsten Blum
c47635a562 add tua to the subdirs list 1995-02-15 23:53:48 +00:00
Satoshi Asami
86793c984d Converted Makefiles as much as I could.
(1) Took out INSTALL_MANPAGES (not necessary anymore, porter should
    set NO_INSTALL_MANPAGES for not calling "make install.man")

(2) Replaced most of DEPENDS with EXEC_DEPENDS and LIB_DEPENDS.  These
    are the entries I used:

    EXEC_DEPENDS:
      unzip:${PORTSDIR}/archivers/unzip
      gmake:${PORTSDIR}/devel/gmake
      wishx:${PORTSDIR}/lang/tclX
      xli:${PORTSDIR}/graphics/xli
      gs:${PORTSDIR}/print/ghostscript
      gunshar:${PORTSDIR}/archivers/gshar+gunshar
      hfs:${PORTSDIR}/utils/hfs
      rman:${PORTSDIR}/utils/rman

    LIB_DEPENDS:
      tiff\\.3\\.:${PORTSDIR}/graphics/tiff
      jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg
      Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
      tcl\\.7\\.:${PORTSDIR}/lang/tcl
      tk\\.3\\.:${PORTSDIR}/x11/tk
      xview\\.1\\.:${PORTSDIR}/x11/xview-lib
      Xaw3d\\.:${PORTSDIR}/x11/Xaw3d
      mpeg\\.1\\.:${PORTSDIR}/graphics/mpeg-lib
      xview\\.3\\.:${PORTSDIR}/x11/xview-lib
      BLT\\.1\\.:${PORTSDIR}/x11/blt

    There are still some dependencies I can't figure out what exactly
    is needed.  If your port still has DEPENDS in it, please check it out!
1995-02-11 13:51:48 +00:00
Andreas Schulz
2734102949 Another patch for the "new" make :-). screen/doc/Makefile has some spaces
in it.
1995-02-10 21:57:21 +00:00
Satoshi Asami
14c91ea240 Added xdu. 1995-02-10 02:14:22 +00:00
Satoshi Asami
7bc414dc62 Not sure how this thing ever worked. Problems:
(1) The hunk about "manformat" was missing a "-l" (patch didn't apply)

(2) "glimpseindex" wasn't defined at all (run-time error).  Made it to
    be defined as "".

Shouldn't this go to utils/ instead of x11/ though?
1995-02-08 12:18:47 +00:00
Satoshi Asami
b85f71a7f2 Checksum. 1995-02-08 12:15:23 +00:00
Satoshi Asami
2db58e929d Put back in the color patch, but not as default. User should explicitly
type "make color" to get the color version.  This should make both Andrew
and people who requested color-less happy. :)
1995-02-07 03:55:22 +00:00
Satoshi Asami
245813abd5 Checksum. 1995-02-06 06:03:49 +00:00
Satoshi Asami
3c6c56e2ca Added nkf. 1995-02-06 05:30:34 +00:00
Andreas Schulz
f771173e02 Add the COMMENT, DESCR and PLIST files in the pkg directory so that less
can now also be build as a package.
1995-01-29 21:53:11 +00:00
Andrey A. Chernov
cfebf08f44 Upgrade 1995-01-18 01:29:54 +00:00
Andrey A. Chernov
e127a154e6 Remove lha 1995-01-15 08:04:24 +00:00
Jordan K. Hubbard
5e4966c1c7 Remove entries that have moved away. 1995-01-13 13:37:32 +00:00
Jordan K. Hubbard
158e85397c Nuke out Wnn - it's driving me nuts with its wanting to build EVERY time. 1995-01-05 21:41:35 +00:00
Jordan K. Hubbard
eb497430f3 Neaten this up a little, add acs port. 1995-01-03 09:17:52 +00:00
Andrey A. Chernov
7a69a00210 arc added 1994-12-31 18:11:42 +00:00
Andrey A. Chernov
02d45a40b3 unrar added 1994-12-28 15:23:02 +00:00
Joerg Wunsch
d92059bad8 Added cpm to the Makefile, now that i know it's working. 1994-12-28 12:15:08 +00:00
Jordan K. Hubbard
0231da1390 Add Mr. rman 1994-12-28 09:38:48 +00:00
Jordan K. Hubbard
99d4f2ff96 Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> grants us his tkman
port.  Spasibo, Thomas!
Submitted by:	thomas
1994-12-28 08:55:36 +00:00
Andrey A. Chernov
43b8f78953 Use list of master sites 1994-12-28 06:22:33 +00:00
Andrey A. Chernov
3d650ae6ac gshar+gunshar added 1994-12-28 04:50:27 +00:00
Andrey A. Chernov
ea8ad3af5b unarj added 1994-12-28 01:57:54 +00:00
Andrey A. Chernov
2e2449e118 lha added 1994-12-26 09:12:50 +00:00
Andrey A. Chernov
4a5b3c4197 zip added. 1994-12-22 12:38:56 +00:00
Andrey A. Chernov
69fe54dd80 unzip.with_encryption added to restricted comment 1994-12-22 12:17:02 +00:00
Andrey A. Chernov
06a5bdf247 Move zip.with_encryption to restricted section 1994-12-22 08:10:06 +00:00
Andrey A. Chernov
2fee6aaeb0 Upgrade 1994-12-22 06:46:47 +00:00
Andrey A. Chernov
adb459f15c Upgrade. 1994-12-17 07:35:17 +00:00
Andrey A. Chernov
b265c6fcfe Add pgps to restricted comment 1994-12-17 03:06:08 +00:00
Andrey A. Chernov
629e7f32fc Marks pgp as restricted and remove it 1994-12-15 09:28:18 +00:00
Andrey A. Chernov
c4a034a3a2 Add pgp and missing \ 1994-12-14 06:19:06 +00:00
Satoshi Asami
61bb0db468 Added xsysstats. 1994-12-13 09:09:50 +00:00
Andrey A. Chernov
45ef4bca9e Upgrade... 1994-12-11 23:58:32 +00:00
Andrey A. Chernov
e8a776b51c Upgrade to version 3.5.16beta 1994-12-02 01:10:29 +00:00
Satoshi Asami
6df9b5ea77 Added Wnn. 1994-11-23 00:03:41 +00:00
Andrey A. Chernov
e989524d51 Upgrade to version 252 1994-11-21 23:34:46 +00:00
Torsten Blum
a11766759c add the missing packing list
(sorry..)
1994-11-21 00:48:44 +00:00
Andreas Schulz
c00b68e6c9 Add the missing hfs to the SUBDIR list. 1994-11-20 20:52:59 +00:00
Torsten Blum
0f86f3ba09 add screen 1994-11-20 17:06:55 +00:00
Torsten Blum
2c41eb8132 screen 3.5.2 1994-11-20 17:04:03 +00:00
Andrey A. Chernov
2274562664 less added 1994-11-08 03:37:23 +00:00
Andrey A. Chernov
014a3db63a less 2.37 1994-11-08 03:35:39 +00:00
Jordan K. Hubbard
d38e1fc365 Add ispell port. 1994-11-06 02:14:28 +00:00
Paul Traina
50ba070af7 document dialog,libmytinfo,libncurses 1994-10-29 22:22:27 +00:00
Jordan K. Hubbard
9736ca3d2c Add unzip and zoo. 1994-10-18 01:13:46 +00:00
Jordan K. Hubbard
7bad105948 Update the Makefile to sync with current ports. 1994-10-15 19:15:49 +00:00
Andrey A. Chernov
c3d6de2c85 dialog removed 1994-10-08 15:20:50 +00:00
Andrey A. Chernov
d886f9f47b libncurses removed 1994-10-07 09:09:38 +00:00
Andrey A. Chernov
9c5bbd9719 libmytinfo removed 1994-10-06 23:43:08 +00:00
Jordan K. Hubbard
cf506f11fb Update from Jean-Marc Zucconi.
Submitted by:	jmz
1994-10-06 01:50:14 +00:00
Jordan K. Hubbard
a3d5727d88 Add calc to Makefile 1994-10-03 23:56:51 +00:00
Jordan K. Hubbard
1517fc4397 Add mshell and iozone to targets 1994-09-26 13:29:54 +00:00
Jordan K. Hubbard
7883df5ea2 Mshell port from Jean-Marc Zucconi (jmz@thud.cdrom.com). Jean-Marc
is now our leading ports-supplier!  Let's all give him a big THANK YOU! :)
Submitted by:	jmz
1994-09-24 03:57:13 +00:00
Andrey A. Chernov
2ed9cb4673 dialog added 1994-09-22 21:56:04 +00:00
Jordan K. Hubbard
fc6ee13721 Remove pkg_install from the SUBDIR list. 1994-09-13 05:39:45 +00:00
Andrey A. Chernov
4197b09215 libncurses added 1994-09-11 22:29:01 +00:00
Andrey A. Chernov
34037f3eec libmytinfo added 1994-09-08 13:32:52 +00:00
Jordan K. Hubbard
d960161e22 Add $Id$ lines to all the directory level Makefiles.
Submitted by:	jkh
1994-08-23 10:20:29 +00:00