espie
bc226048d1
Fix conflicts, forgoth that convert_key* were in Wnn-data.
2000-06-20 16:10:20 +00:00
espie
28daf0ee0d
... and patch the documentation to refer to the new manpage.
2000-06-20 15:51:55 +00:00
espie
641e2c4c23
Remove gratuitous conflict with samba, by installing smbmount.8 under
...
a different name.
Check that fake works, it's a trivial fake.
2000-06-20 15:51:20 +00:00
espie
28ef29084c
Register conflicts.... I was dead sure I had committed this ages ago.
...
Convert to new style while I'm at it...
2000-06-20 15:43:42 +00:00
espie
1035bc4a8e
Fix packaging. Somehow, this went in without Faking (my fault).
2000-06-20 15:27:19 +00:00
naddy
3a67160e6e
initial import of elvis 2.1.4; ok espie@
...
elvis is a clone of the vi text editor, featuring various extensions.
2000-06-20 13:30:56 +00:00
naddy
762b9f63c8
update to #139 , upstream bugfixes; ok espie@
2000-06-20 13:08:21 +00:00
kevlo
a498061c86
Upgrade to version 3.0.1; Add @comment to the PLIST.
...
The new features for 3.0.1 are:
- support for firewalls.
- put -R, and Put -z to resume an upload.
- ncftp is no longer in the business of colon-mode.
2000-06-20 10:04:50 +00:00
jakob
f88e84f688
- update to v0.7
...
- remove FAKE
- ONLY_FOR_ARCHS=i386 until properly fixed
- CONFIGURE_STYLE
2000-06-20 10:00:35 +00:00
kevlo
1a784db3ec
- Clean up the Makefile
...
- Change the font size for xcin
- Add @comment to PLIST
2000-06-20 02:59:16 +00:00
kevlo
b822bac236
- Bump NEED_VERSION
...
- HAS_CONFIGURE -> CONFIGURE_STYLE
- Add @comment to package list
- Remove FAKE=Yes
2000-06-20 01:57:17 +00:00
brad
c91f4169f2
upgrade to LessTif 0.91.0
2000-06-20 01:24:44 +00:00
dugsong
46f8ff2b98
xip obsolete (try ethereal instead). ok espie@
2000-06-19 18:46:21 +00:00
dugsong
0afb6db823
upgrade to version 2.2
2000-06-19 18:38:55 +00:00
espie
0eda5adc71
Incorporate my changes to xglobe, make a temporary 0.5p1 release,
...
until Thorsten finds time to make a real 0.6 release.
This includes:
- much improved cloud cover code,
- slightly faster rendering,
- fixed stars position,
- label placement to avoid collisions,
- auto-calibration of ambient light for night maps.
2000-06-19 12:59:15 +00:00
kevlo
ee8435233c
- Upgrade to version 5.5.2
...
- USE_IMAKE -> CONFIGURE_STYLE
- Remove FAKE=Yes
- Add @comment to package list
2000-06-19 10:12:08 +00:00
kevlo
33c17509d8
- Upgrade to version 5.5.2
...
- USE_IMAKE -> CONFIGURE_STYLE
- Remove FAKE=Yes
- Add @comment to package list
2000-06-19 10:03:38 +00:00
camield
ffd20539df
TCL flavor now compiles and installs. It needs testing by someone
...
who actually uses it.
From maintainer.
2000-06-19 09:11:27 +00:00
kevlo
abf304b0da
- Upgrade to version 0.9.2
...
- Bump NEED_VERSION
- GNU_CONFIGURE -> CONFIGURE_STYLE
- Add @comment to the PLIST
2000-06-19 07:19:35 +00:00
kevlo
00aaac57da
Update the master sites
2000-06-19 03:14:04 +00:00
dugsong
99132f03cc
update distfile
2000-06-19 02:59:56 +00:00
turan
8d0dc5836d
spelling errors in all-packages target.
2000-06-18 23:35:02 +00:00
espie
08aacef06e
Fix DESCR/INSTALL/DEINSTALL names for old-style ports.
...
Based on something that looked remotely like a bug-report by
Michael H. Price II (no details at all, except `lsof is broken')
2000-06-18 23:27:03 +00:00
turan
430d36a530
broken, this port updates /etc/servers without asking the user.
...
In PLIST:
@exec echo "updating /etc/services"; cp /etc/services /etc/services.bak; (grep -
v ^dhcps /etc/services.bak ; echo "dhcps 67/udp # dhcp server"
) > /etc/services
@exec echo "updating /etc/services"; cp /etc/services /etc/services.bak; (grep -
v ^dhcpc /etc/services.bak ; echo "dhcpc 68/udp # dhcp client"
) > /etc/services
[snip]
@unexec echo "updating /etc/services"; cp /etc/services /etc/services.bak; (grep
-v ^dhcps /etc/services.bak ) > /etc/services
@unexec echo "updating /etc/services"; cp /etc/services /etc/services.bak; (grep
-v ^dhcpc /etc/services.bak ) > /etc/services
2000-06-18 23:26:34 +00:00
espie
044c069945
Bump package name, as 2.7 shipped with a bad plist.
2000-06-18 01:37:39 +00:00
espie
b1c8a02086
There is a bug in versions 137 and 138 of xterm: the -name option sets
...
the application class for X11 resources and not just the application
name (as specified by the man page and as usual for Xt applications).
This breaks many resource files.
(patch and explanation by David.Madore@ens.fr )
Ok'd naddy@
2000-06-18 00:04:08 +00:00
fgsch
cb664e22c6
Use CONFIGURE_STYLE. Cosmetical changes as well.
2000-06-17 19:03:46 +00:00
fgsch
3c85235921
Clean Makefile. Kill FAKE and use CONFIGURE_STYLE.
...
Add comment to package list.
2000-06-17 19:02:18 +00:00
fgsch
08df720d4a
The filename now includes the maintainence release; thanks to NetBSD's
...
maintainer David Maxwell for the info.
Kill LICENSE_TYPE and change the package name to reflect the mr as well.
2000-06-17 18:47:40 +00:00
espie
81a53c2590
Create all packing information under a subdir of WRKDIR (WRKPKG).
...
WRKPKG should seldom be changed, unless it conflicts with the port's
actual naming conventions (default is ${WRKBUILD}/pkg).
Substitute stuff in INSTALL/DEINSTALL script as well.
The only drawback is that those LOOK like shell variables, but are actually
simple sed substitution.
Preconise a style such as
prefix=${PREFIX}
(then use ${prefix}) to avoid confusion.
2000-06-16 23:53:40 +00:00
espie
1dbe92f1ae
Remove NO_EXTRACT/NO_PATCH/NO_CONFIGURE
2000-06-16 23:10:41 +00:00
espie
f100c128f9
Remove NO_CONFIGURE/NO_PATCH/NO_EXTRACT/NO_MTREE
...
Kill corresponding FAKE=Yes and switch to CONFIGURE_STYLE while I'm at it.
2000-06-16 23:06:03 +00:00
form
db76117fe3
xruskb-xaw -> xruskb
2000-06-16 10:19:02 +00:00
kevlo
5fb08deb5c
Fix the patch-ab, so zh-xcin can run on sparc.
...
Thanks for turan@ mentioned.
2000-06-16 06:38:23 +00:00
form
8cb06275f4
remove FAKE=yes
...
add HOMEPAGE
GNU_CONFIGURE -> CONFIGURE_STYLE
add $OpenBSD$ to PLIST
use PFRAG.shared
2000-06-16 06:00:14 +00:00
chris
7c5527d45b
Fix o'Master Sites
2000-06-16 05:25:28 +00:00
form
1c122d39ff
fix compiling; turan@
...
add HOMEPAGE
2000-06-16 03:32:24 +00:00
kevlo
28d69cefd7
- Correct the PKGNAME
...
- Remove FAKE=Yes
- GNU_CONFIGURE -> CONFIGURE_STYLE
2000-06-16 01:33:52 +00:00
brad
52bd615002
thw master site for the patches does not exist anymore, use
...
MASTER_SITE_BACKUP for now
2000-06-15 19:14:39 +00:00
brad
e8a0ad0569
oops, forgot to add this
2000-06-15 19:08:55 +00:00
brad
fe443433dd
- remove FAKE=Yes
...
- GNU_CONFIGURE -> CONFIGURE_STYLE
- use new framework for PLISTs
- add @comment with RCS id to PLISTs
2000-06-15 19:08:11 +00:00
brad
e0440c6d2d
- remove license type
...
- use new framework for PLISTs
2000-06-15 19:02:36 +00:00
brad
58ef556971
- remove FAKE=Yes
...
- add @comment with RCS id to PLIST
2000-06-15 18:55:12 +00:00
brad
3b5ead8f2e
add @comment with RCS id
2000-06-15 18:53:44 +00:00
brad
be777a3f04
fix
2000-06-15 18:48:57 +00:00
brad
5ba1e87d55
/usr/X11R6 -> /usr/local
2000-06-15 18:39:30 +00:00
brad
e646ace176
the previous patch removed $(DESTDIR) from Makefile.in, re-add
2000-06-15 18:34:22 +00:00
brad
4cacd005e9
enable inter-library dependencies
2000-06-15 18:27:07 +00:00
brad
024c020295
- remove license type
...
- HAS_CONFIGURE -> CONFIGURE_STYLE
- use new framework for PLISTs
- add @comment with RCS id to PLISTs
2000-06-15 18:20:06 +00:00
brad
51f623e590
fix
2000-06-15 17:44:56 +00:00