1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
Commit Graph

275 Commits

Author SHA1 Message Date
Thomas Gellekum
41304ed05b Upgrade to 0.8. 1997-02-07 09:01:51 +00:00
Satoshi Asami
352e23e65b Create directory before installation. 1997-01-24 11:43:57 +00:00
Satoshi Asami
98d6ad6b52 Fix LIB_DEPENDS line, this one depends on tk41, not tk.
This caused, among other things, the package depend on tk-3.6 (argh!!!).
1997-01-24 10:27:02 +00:00
Satoshi Asami
edc48188cf Style police. 1997-01-24 10:20:50 +00:00
Thomas Gellekum
9b5870de50 Activate rpm. 1997-01-24 07:51:16 +00:00
Thomas Gellekum
66d67f6a9b Import of the Red Hat package manager. 1997-01-24 07:50:08 +00:00
Andrey A. Chernov
079bbce31a Upgrade to 5.30 1997-01-13 22:57:00 +00:00
Masafumi Max NAKANE
0fcc91354e Instruction to display English help message was wrong.
Submitted by:	Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
1997-01-09 10:12:36 +00:00
Masafumi Max NAKANE
466871b11d Upgrade, 1.01 -> 1.01h.
Reviewed by:	max
Submitted by:	nobu@psrc.isac.co.jp
1997-01-06 06:38:35 +00:00
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