Commit Graph

573 Commits

Author SHA1 Message Date
pvalchev
5028cfceaa install conserver.passwd as well 2003-05-27 18:59:17 +00:00
david
b7635369de these shouldn't be here 2003-05-27 07:31:52 +00:00
pvalchev
63b158d508 Update to conserver-7.2.7. many many changes to list, see http://www.conserver.com
some minor tweaks may still be coming
2003-05-26 20:20:53 +00:00
pvalchev
8d80683a1c Take maintainership
big update coming - this has been actively developed over the past
several years, none of which this port reflects
2003-05-24 19:46:14 +00:00
sturm
38eb2f85f7 - /etc -> ${SYSCONFDIR}
- remove MASTER_SITE_BACKUP
- update checksums, the author just changed email addresses and urls
  in different files without bumping the version number
2003-04-24 19:03:22 +00:00
jason
02cd679b2e update to flipit-0.3.5 (author accepted the patch, too, whee!) 2003-04-24 02:56:01 +00:00
jason
de7413e45a update to flipit-0.3.3 2003-04-23 23:34:11 +00:00
wilfried
745620cce4 POSIX chown, ok espie@ 2003-04-14 15:02:08 +00:00
naddy
dcdae4916e Update to (8.0.)209. Notification from wilfried@ 2003-04-07 12:46:05 +00:00
sturm
b8248efb63 USE_X11=Yes 2003-03-31 12:52:10 +00:00
naddy
16a0fab34a Update to 8.0.208. 2003-03-29 00:31:43 +00:00
rohee
0916ac25b1 Cross-references for manpages 2003-03-28 21:27:52 +00:00
fgsch
735170595a don't use gnu dest, instead make this port DESTDIR aware.
this unbust plugins. discussed and ok by pvalchev@.
2003-03-03 03:01:58 +00:00
david
e74e4a4773 fix more spelling errors/typos
ok pvalchev@
2003-03-02 05:35:10 +00:00
david
31718ea64f spelling typos
ok pvalchev@ brad@
2003-02-26 03:10:46 +00:00
naddy
e4a4f2c249 Update to 2.0.6. 2003-02-22 16:34:07 +00:00
margarida
fdea7cfc17 Not needed.
Pointed by brad@
2003-02-16 21:35:50 +00:00
margarida
cedbb5ed1a Update MASTER_SITES.
Add HOMEPAGE and regenerate patch, while i'm there.
2003-02-16 21:24:52 +00:00
brad
b690808148 - repsect CC/CXX/CFLAGS/CXXFLAGS
- PREFIX -> LOCALBASE for db/tiff lib/header paths
2003-01-31 15:53:50 +00:00
todd
f55cd5a402 update HylaFAX to 4.1.5, remove BROKEN=
based on 4.1.3 update from Steve Shockley <steve.shockley@shockley.net>
prompted by Bert Koelewijn <bert@schmidt-koelewijn.nl>

ok espie@ "no actual risk you'll break it more"
2003-01-27 13:42:48 +00:00
naddy
ab629d3623 Replace 8-bit characters. 2003-01-20 19:10:00 +00:00
fgsch
5357418279 more NEED_VERSION removal. 2002-12-29 19:32:37 +00:00
pvalchev
3101b76380 Remove Angelos from maintainer per his request 2002-12-23 00:37:49 +00:00
brad
11e994cd45 trim 2002-12-04 17:10:42 +00:00
naddy
bcac27a1f2 The tarball has been re-rolled. Minor doc updates. 2002-11-25 23:28:18 +00:00
naddy
aebdf0f4d0 Update to 8.0.206. 2002-11-18 23:00:59 +00:00
naddy
909fdcc01f No regression tests available. 2002-10-25 11:34:24 +00:00
pvalchev
bcb9e8d8e9 This ridiculous port installs the daemon 'ceptd' as setuid root and advises
to be run as root via inetd, while it really only needs access to the modem
It also needs INSTALL/DEINSTALL scripts to handle the configuration files,
etc.  Try to bring it to a usable state, and advise the user to run it
as follows:

xcept   stream  tcp     nowait  xcept   ${PREFIX}/libexec/ceptd ceptd

After creating a 'xcept' user belonging in group 'dialer'.  And, no
longer install this setuid root, which is really not needed.

XXX The user creation and the configuration files installation should
be automatic, but this will have to do for now and help the users.
2002-10-01 06:51:05 +00:00
pvalchev
acc52383c0 Do not install setuid uucp; use group dialer to control access to modem
Print a message saying that if someone wishes to use minicom's
minicom.users file to control access they have to change the perms; help from S@mSmith.net
2002-09-28 00:46:11 +00:00
naddy
eee9a3db55 Fix compilation with gcc3.2. 2002-09-27 18:02:28 +00:00
brad
99a6b898e1 roll the install and other changes into the ports Makefile.
--
Ok'd by: MAINTAINER
2002-09-19 03:28:58 +00:00
pvalchev
b104460898 this does not need to be setuid uucp, use group dialer to control
access to modems. discussed w/ ian@
2002-09-17 23:18:34 +00:00
naddy
d3b05d9ac6 Update to 2.0.4: emulation improvements. 2002-09-07 21:59:03 +00:00
pvalchev
cef624bfd6 RCS Id 2002-09-07 04:26:50 +00:00
pvalchev
c3c6ffc11a do not open(3) the device twice (once in the loop is enough)
unbreaks after last patch, thanks to Andreas Gunnarsson <andreas@crt.se>
2002-09-06 06:25:31 +00:00
mpech
a8924e572b Remove Oleg Safiullin from MAINTAINERS.
form@ ok
2002-09-01 18:49:00 +00:00
lebel
6216ec7ad7 respect ${CC} and rename patches 2002-07-17 22:45:09 +00:00
naddy
74d9fbf993 shut up 2002-07-17 16:30:58 +00:00
ian
daabd4fbf1 Try open multiple times to catch dynamically-attached USB connection
on uvisor, for newer Handspring devices. Patch from Bernd Sieker
<bsieker@freenet.de>, previously added to NetBSD port.
OK maintainer.
2002-07-10 14:24:47 +00:00
naddy
2ac16d1c09 Disable SSL support until the Kermit and OpenSSL people have sorted
out the API.
2002-06-29 20:33:11 +00:00
pvalchev
4307df0f4a - Fix a bug in pilot-schlep, found by M.Bruening@GNU-Generation.de -
print the instructional message on stderr instead of stdout, or it gets
mixed up with the data from the device and results in a corrupted file.
- bump PKGNAME
2002-06-15 19:07:08 +00:00
jsyn
6ea0ff6bc5 kill dangling # 2002-06-14 10:16:31 +00:00
form
8600d410f6 o New homepage.
o Get distfile from MASTER_SITE_BACKUP.

Minicom distfile has been changed. It seems the distfile contains new
version of minicom (and some garbage - backup files, config.cache, etc...),
but distfile name isn't changed. Homepage says nothing about new version of
minicom, so I've decided to not update the port until I understand what's
hapenning with it.
2002-06-13 03:26:44 +00:00
naddy
feee7fcfd7 +wy60 2002-06-12 13:17:36 +00:00
naddy
1e975126b9 Import wy60 2.0.2:
A curses-based emulator for the Wyse 60 terminal.
2002-06-12 13:16:39 +00:00
pvalchev
bc29d6e790 add bottlerocket 2002-06-06 21:09:30 +00:00
jason
8c80b1dbb7 Another x.10 utility,
BottleRocket is a command-line interface for Unix systems to
use the X.10 FireCracker kit. It is easy to use, has all of the
major (non-gui) functionality of the Windows interface, is  
easy to call from scripts and the backend code is made to be
easily linked into other programs.
2002-06-05 20:28:21 +00:00
jason
58e3eaeb12 SEPERATE_BUILD = simple 2002-06-05 20:18:19 +00:00
jason
acaaa937be add flipit; pointed out by danh 2002-06-04 18:36:53 +00:00
jason
8f8f2ba5c4 port of flipit-0.3.2:
Flipit is a simple command line program that supports the X10
Firecracker (model CM17A) on a Unix machine.
2002-06-04 18:30:27 +00:00
espie
3c08c3c943 Kill a few SUBDIR. 2002-05-13 18:50:36 +00:00
form
4a753f740c bye bye MASTER_SITE_SUBDIR 2002-05-13 02:36:24 +00:00
naddy
d83b82f13e add missing HOMEPAGE references 2002-05-11 11:49:36 +00:00
brad
e32ce1b1b2 tarball has been re-rolled 2002-05-05 17:07:05 +00:00
naddy
e5230d5c9f Add missing RCS Id. 2002-04-07 01:54:47 +00:00
espie
a47da006ee Delimit manpage. Almost impossible to find end of subject otherwise 2002-04-02 03:48:21 +00:00
pvalchev
670c1292dd mark as broken since nobody seems to care: doesn't fake properly 2002-03-24 17:46:42 +00:00
form
93cba8d224 missed in last commit 2002-03-22 05:35:09 +00:00
form
172424f044 upgrade to 2.00.0 2002-03-22 05:31:37 +00:00
espie
c7c34c2206 Bump NEED_VERSION 2002-03-21 20:46:23 +00:00
espie
e3edfb9aea md5->distinfo 2002-03-21 20:20:41 +00:00
naddy
4502fafda0 honor CC 2002-03-03 13:39:10 +00:00
pvalchev
e176257b03 when you want signed char, specify signed char 2002-02-23 23:21:13 +00:00
pvalchev
a1e68f1f66 more char fixes; and rename patches while here 2002-02-23 23:16:02 +00:00
naddy
1808021952 * return -1 by int rather than char
* md5 -> distinfo
* sensible patch names
2002-02-20 21:46:48 +00:00
pvalchev
8346e3c46b When there is no license, you do not distrubite ANY packages, not only on cdrom... 2002-02-20 20:27:31 +00:00
naddy
8846577569 tarball has been re-rolled; thanks matt@, pvalchev@ 2002-02-19 12:37:17 +00:00
pvalchev
5080a42cbe Take maintainership. 2002-02-19 00:42:24 +00:00
pvalchev
5accf6a94f Update to jpilot-0.99.2
Thanks to the author who accepted most patches in this release.
2002-02-18 23:47:23 +00:00
pvalchev
b6be8f0ea1 cvs sucks! 2002-02-18 23:46:14 +00:00
pvalchev
d02eacca8f Update to jpilot-0.99.2
Thanks to the author who accepted most patches in this release.
2002-02-18 23:41:43 +00:00
pvalchev
7b7768bdbd Update to jpilot-0.99.2
Thanks to the author who accepted most patches in this release.
2002-02-18 23:17:56 +00:00
pvalchev
e25b778ab0 Update to pilot-link-0.9.5
It now has a homepage (www.pilot-link.org), put live master sites, cleanup
2002-02-18 21:37:41 +00:00
naddy
7a5216fd8c Build with SSL support; from Jimmy Olgeni <olgeni@FreeBSD.org>.
Update to 8.0.201.  Changes in this release:
* A more natural user interface for the FTP client.
* Up/Down Arrow keys for command recall.
* SET ESCAPE now lets you choose 8-bit characters.
* A more-flexible SHOW VARIABLES command.
* Bug fixes.
2002-02-15 11:34:42 +00:00
naddy
40887ecdf2 Enable HTTP support; pointed out by Jimmy Olgeni <olgeni@FreeBSD.org>. 2002-02-09 12:48:21 +00:00
naddy
609de2cb9e - Update to 8.0.200.
- Formalize de-facto maintainership.
2002-01-27 17:38:20 +00:00
espie
f1c07e796c +hylafax,a4 2001-11-18 17:22:01 +00:00
espie
711179c6a6 Fix the most glaring issues 2001-11-18 17:18:52 +00:00
d
c8a3a1f538 hylafax 4.1, tested by Zsolt Erdei woodi%rozsomak.hu. 2001-11-18 17:06:51 +00:00
espie
00ce723944 Kill remaining RUN_DEPENDS/BUILD_DEPENDS first parters. 2001-11-13 22:13:22 +00:00
espie
0e6f6f93bb Kill first component of BUILD_DEPENDS.
Fix sawfish comment while I'm at it.
`window manager for the X windows system'.
Like DUH ! It's going to be a window manager for my microwave oven ?
2001-11-10 15:00:47 +00:00
wilfried
1e459a788a use in-tree libtool patches, ok maintainer 2001-11-01 08:27:14 +00:00
espie
100196f27a Zap default MAINTAINER from Makefile.
Especially now that the default line is more verbose.
2001-10-28 13:05:44 +00:00
espie
ea5742cc54 Complete dependencies 2001-10-24 12:10:24 +00:00
naddy
a1474b25ed install actual executables rather than libtool wrappers; some cleanup
ok jcs@, pvalchev@
2001-10-17 11:19:59 +00:00
naddy
df354b5ec5 - distfile has changed
- respect CC and CFLAGS
- clean-up
ok pvalchev@
2001-10-16 12:34:22 +00:00
naddy
6b602c8f48 do not allow on the CD; deraadt@ 2001-10-15 10:46:14 +00:00
brad
27494b99dc If we are going to install the I18N files then we might as well enable the
support for it to make use of the files.
2001-10-12 03:30:30 +00:00
brad
5de2028787 rename patches 2001-10-12 02:49:03 +00:00
naddy
921871e90c update to 7.0.197; install fragment from FreeBSD 2001-09-30 19:08:58 +00:00
pvalchev
a4b9464109 fill in MODGNU_CONFIG_GUESS_DIRS accordingly, for powerpc 2001-09-27 00:32:36 +00:00
pvalchev
070bcd2e89 fill in pkg-specs for dependencies, bump NEED_VERSION 2001-09-23 06:34:16 +00:00
brad
d92f71b408 - don't install kermit with any special perms
- fixup Makefile's
2001-09-11 00:20:51 +00:00
brad
bcfd69abdf rename patches and use unified diffs 2001-09-11 00:18:44 +00:00
pvalchev
6c75146c89 sync with brad's changes, affects plugins version numbering 2001-08-04 04:25:36 +00:00
pvalchev
d9a8296d85 need_version=no for libtool and use -avoid_version to build unnumbered
plugins, remove a workaround
2001-07-22 20:40:06 +00:00
naddy
49afc89ea6 MASTER_SITES fix by Heikki Korpela <heko@saitti.net>:
- Add ftp.funet.fi and ftp.sunet.se mirrors where available.
- Remove broken ftp.funet.fi references.
2001-07-13 11:23:37 +00:00
lebel
619fd9b942 Twenty-two ports have HOMEPAGE in their Makefile, but not in DESCR;
from Jason Peel <jsyn@nthought.com>
2001-07-02 16:19:04 +00:00
pvalchev
d46cbb57a5 remove a note that this does not have a license, as it is BSD-licensed
just in case it becomes fixed/packaged in the future
2001-06-27 02:26:30 +00:00
pvalchev
e8a2398d62 Remove deprecated LICENSE_TYPE and set appropriate # comments
with its contents.
2001-06-20 01:43:11 +00:00
naddy
74036d1d8b fix multibyte message catalogs; no response from maintainer
Korean changes from Sungman Cho <smcho@tsp.korea.ac.kr>
2001-06-07 13:40:27 +00:00
brad
633b6c6193 - rename patches
- add another distsite
- tk 8.0 -> tk 8.3
- ensure no hidden dependencies on Python/Java
2001-06-03 23:58:35 +00:00
brad
4c1fec8167 - put the shared library in PFRAG.shared
- remove @exec/@unexec tags from PLIST
2001-06-03 21:42:31 +00:00
brad
cd9f43d117 fix path to sendmail.
--
Fix from: FreeBSD ports tree
2001-06-03 21:40:21 +00:00
brad
d2adeb778b add libtool patches 2001-06-03 21:39:30 +00:00
pvalchev
73e9ddfd64 - Use outside gettext rather than using the included one.
- Add "dest" to CONFIGURE_STYLE instead of patching prefix.
- Add patches to fix gettext message catalog warnings from naddy@
- Remove some unnecessary plugin files.
help from naddy@
2001-06-03 17:45:00 +00:00
pvalchev
1115e32bab add palm to categories
okay naddy@, espie@
2001-06-02 23:41:44 +00:00
pvalchev
e7d0293295 Oops, bump PKGNAME, not DISTNAME. 2001-05-29 01:14:21 +00:00
pvalchev
3d1e9f8dcc Take over port maintainership, ho@ agreed.
o Fix dynamic loading - prefix an underscore in symbol names for our a.out
platforms in order for dlsym() to work, hence plugins can be loaded.
o Build Expense plugin.
o Build synctime plugin.
o Install more documentation, rearrage Makefile, bump package name.
2001-05-29 01:00:45 +00:00
pvalchev
3cd9cb8661 o Fix dynamic loading - prefix an underscore in symbol names for our a.out
platforms in order for dlsym() to work, hence plugins can be loaded.
o Build Expense plugin.
o Build synctime plugin.
o Put in libtool patches.
2001-05-29 00:54:43 +00:00
jakob
7fbe979cad update to malsync v2.0.6; from Xiao Hui LOO <71@becile.com> 2001-05-23 20:45:02 +00:00
brian
a8c70d7e5f Understand B57600 and B115200; silence by angelos 2001-05-22 02:04:53 +00:00
jakob
c3613bc0d9 revoke MAINTAINER. requested by MAINTAINER 2001-05-11 09:50:56 +00:00
jakob
34cf459457 integrate COMMENT & bump NEED_VERSION 2001-05-05 22:39:36 +00:00
espie
314fee625f If someone ever repairs it. 2001-04-01 17:05:12 +00:00
brad
84a5edf350 remove myself as MAINTAINER of this port. 2001-03-31 21:56:45 +00:00
form
2f36775103 add HOMEPAGE; mpech@openbsd.ru 2001-03-30 11:33:39 +00:00
form
8c3046a465 move COMMENT to Makefile 2001-03-29 09:52:20 +00:00
brad
3e8d522623 - mkdir -> ${INSTALL_DATA_DIR}
- kill off FreeBSD-ism (NOPORTDOCS knob)
--
Patch from: Pete Fritchman <petef@databits.net>
2001-03-22 22:06:35 +00:00
naddy
9ebf378d4c respect CC and CFLAGS 2001-02-27 23:36:18 +00:00
ho
f5a72a011b Update to v0.99 2001-02-23 16:17:13 +00:00
naddy
abfa9851a8 If HOMEPAGE is defined in Makefile, reference it in DESCR, too.
authorized by espie@

Fix a few minor cosmetic issues along the way.
2000-12-21 21:20:34 +00:00
espie
c5af8657b0 Bye, bye, EXTRACT_CMD, EXTRACT_BEFORE_ARGS, EXTRACT_AFTER_ARGS 2000-12-14 13:22:59 +00:00
kevlo
a81e4cc61b - Fix tmpnam() warnings
- Mark unbroken

ok espie@
2000-11-15 12:57:42 +00:00
espie
46b5f232b5 Kill
FAKE=Yes
HAS_CONFIGURE, GNU_CONFIGURE, USE_IMAKE, NO_INSTALL_MANPAGES, USE_AUTOCONF
and bump NEED_VERSION accordingly.
2000-10-22 15:41:23 +00:00
espie
aa4a7733cc Complete a few MAINTAINER names. 2000-10-22 14:02:46 +00:00
ian
ee83bdd7ae Full name in MAINTAINER; remove a few old LICENSE_TYPEs, clarify
contool to NOFEE.
2000-10-05 16:10:24 +00:00
marc
c010f90695 revert last commit for Makefile (local change) 2000-09-27 01:01:10 +00:00
marc
4508a818a1 fix packing list 2000-09-27 00:44:52 +00:00
brad
3918ceb4a1 add name to MAINTAINER 2000-09-24 07:03:59 +00:00
espie
737aae78e5 Use new extraction framework 2000-09-15 13:42:00 +00:00
jakob
cd5b125792 - update to v0.98.1
- fix MASTER_SITE & HOMEPAGE
- cleanup
2000-09-10 12:58:56 +00:00
brad
39f4ba63e7 remove SYSCONFDIR from SUBST_VARS and SUBST_VARS too if no other variables
are listed
2000-09-06 05:48:47 +00:00
espie
08f15f7fab Make this look like an OpenBSD port.
Mark as unbroken.
2000-09-03 16:25:04 +00:00
espie
2d6babc490 Clean up patches. Make this look like an OpenBSD port (no compressed
manpage, no use of /usr/local/etc).

Don't try at an INSTALL script yet, as the steps needed are numerous.
2000-09-03 16:24:27 +00:00
turan
c9f036accf broken, does not fake and install correctly 2000-09-03 04:10:43 +00:00
brad
a60d676442 - move examples from share/minicom to share/examples/minicom
- ${FOO} -> $FOO in DEINSTALL/INSTALL
2000-08-31 00:40:30 +00:00
brad
50d20074bb remove @owner, @group and @mode tags 2000-08-31 00:22:56 +00:00
brad
95b3790845 install minicom user:group of root:wheel 2000-08-31 00:21:56 +00:00
brad
98bf82f177 even better reason why this should be marked BROKEN,
insecure tempfile handling: can overwrite any file on the system
2000-08-15 19:38:18 +00:00
brad
0c7a16985e add #!/bin/sh 2000-07-19 09:31:17 +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
brad
fa502182d4 - add NEED_VERSION
- remove license type
- GNU_CONFIGURE -> CONFIGURE_STYLE
- add @comment with RCS id to PLIST
2000-06-15 00:50:06 +00:00
angelos
1f989b0864 Fix installation and fake. 2000-06-14 22:22:28 +00:00
angelos
69f5e971b5 Remove Fake=no 2000-06-14 22:08:38 +00:00
form
2c90726ea7 remove FAKE=yes 2000-06-14 16:45:01 +00:00
form
d1c70f6fd1 fix checksum 2000-06-09 19:37:39 +00:00
form
d75c440f59 do not use gmake 2000-06-09 16:14:40 +00:00
espie
2d3d0a6a2e - fake, patch from Matt Behrens.
- revert dependency to tcl/tk 8.0, as this port still looks for tcl/tk 8.0.
2000-06-05 01:28:14 +00:00
form
9327e75de3 Do not create /etc/minicom during `make fake' 2000-06-03 11:02:37 +00:00
form
8921632ce1 oops 2000-06-03 06:23:36 +00:00
form
7ce73ad0dd upgrade to 1.83.1
fix INSTALL script
2000-06-03 06:20:56 +00:00
espie
6c8b98baeb Trivial fake.
Remove non-standard licence, use MESSAGE as it's what it's meant for.
2000-05-31 13:49:10 +00:00
espie
a8f61ccbd1 Trivial fake 2000-05-31 13:42:50 +00:00
espie
aecf108f94 trivial fake 2000-05-31 13:36:18 +00:00
espie
a624b79c97 Fake 2000-05-28 00:29:26 +00:00
espie
8e39579cb9 Forgot to add MESSAGE... 2000-05-27 23:52:57 +00:00
espie
668fcfd726 Fake.
Put BSD ack in MESSAGE.
2000-05-27 23:49:39 +00:00
espie
9ec282cc30 - fake
- mark as BROKEN, this needs auditing.
2000-05-27 23:33:07 +00:00
form
c5c73de58e Upgrade to 1.83.0.
Use INSTALL/DEINSTALL.
Fake.
2000-05-18 04:41:30 +00:00
espie
f7e984c32a Simplify build process slightly (no need for sed, pull everything
into main Makefile)

give sensible rights to kermit (no read rights ???) so that packaging works
(hint: make package should NOT use root rights).
Fake.
2000-05-17 17:01:12 +00:00
ho
58fd988159 Better DST in datebook. (turan@ ok) 2000-05-04 15:04:27 +00:00
turan
e9090c091d fix broken port 2000-04-12 20:06:19 +00:00
espie
233ac49af6 explicit FAKE=No, so that we can turn FAKE on by default. 2000-04-09 17:35:57 +00:00
ho
70f61394c8 Update to version 0.98. Set me as MAINTAINER. 'Fake'. 2000-04-08 10:42:17 +00:00
jakob
31b2a7b601 update dependency to tcl 8.3 2000-04-01 08:58:06 +00:00
espie
46805c3820 Fix tcl/tk 8.0 and 8.3 dependencies...
tcl/tk 8.2 still needs to be updated to 8.3 to fully clean up that mess.
2000-03-27 18:17:27 +00:00
espie
3b5e3e8d17 Introduce :: in *_DEPENDS as a place holder for a package spec
Bump NEED_VERSION.
2000-03-24 23:28:01 +00:00
espie
0fd05ef2ce Move all NEED_VERSION right after CATEGORY 2000-03-24 22:11:32 +00:00
brad
7b86cdec58 change BROKEN tag to mention that hylafax has a known buffer overflow 2000-03-23 07:23:08 +00:00
espie
6369f43cd9 Use new LIB_DEPENDS specs everywhere (sed takes care of . -> \.)
Turn new ghostscript on everywhere.
2000-03-19 16:43:40 +00:00
turan
fbac6b6bb8 license 2000-03-14 00:24:55 +00:00
espie
76d52e1f68 PORTSDIR no longer needed in *DEPENDS. 2000-03-05 18:30:21 +00:00
espie
05c91bd5b9 Separate distfiles coming from separate sites... 2000-03-03 20:22:01 +00:00
turan
28c0fc13d7 broken, installs files automatically in /etc 2000-03-03 12:03:02 +00:00
espie
edba5cfedf MAKEFILE-> MAKE_FILE 2000-02-22 17:08:31 +00:00
turan
7dbe79af00 add missing quote 2000-02-22 08:25:15 +00:00
turan
ac47cc4541 broken, installs files into /usr/local/etc 2000-02-19 21:09:15 +00:00
espie
4420842031 All the Makefiles cvs missed first time around... 2000-02-16 10:52:08 +00:00
turan
38ee5aad5b restrict cdrom 2000-02-15 06:18:08 +00:00
turan
504f314d16 espie will not shut up about this, DISTF -> DISTFILES, PKG -> PACKAGE 2000-02-15 05:03:51 +00:00
turan
a920596bd0 add in NONE license. Distribution is still permitted since this is a
patch file
2000-02-13 06:59:16 +00:00
turan
cc900354f1 dual BSD,NONE licenses. make the whole BSD 2000-02-12 09:32:29 +00:00
turan
ce65793f81 none licenses 2000-02-12 08:41:07 +00:00
turan
1574b9aa2e gpl licenses 2000-02-12 08:02:07 +00:00
turan
8d37dded6c bsd licenses 2000-02-12 06:29:49 +00:00
espie
a813079932 Kill a large set of deprecated variables.
Thoroughly unsubtle, most mkdir -p should probably be INSTALL* at
*install stage, and echo/ECHO_MSG is somewhat unsorted.

It's quite possible I missed a few automated changes...
2000-02-11 01:09:59 +00:00
espie
28accd1d93 Use WRKDIST where appropriate. 2000-02-11 00:37:15 +00:00
espie
1958137a5f Kill NO_WRKSUBDIR.
Clean up a few deprecated variables on the fly.
2000-02-10 23:14:27 +00:00
espie
e201e9d26b Kill most instances of PATCH_SITES 2000-02-02 17:02:38 +00:00
form
22a6fd499c Do not use rzsz port. Always use lrzsz. 2000-02-01 02:57:59 +00:00
espie
67beead928 Remove rzsz.
Thanks to FreeBSD for discovering that nasty little surprise...
2000-01-31 22:42:23 +00:00
dugsong
f5d3e6667e add $OpenBSD$ tag 2000-01-05 23:42:20 +00:00
dugsong
700ce86188 add jpilot port 2000-01-05 23:40:48 +00:00
dugsong
0f87bb00b6 new jpilot port - Palm desktop application. from evan.cordes@UMICH.EDU 2000-01-05 23:39:45 +00:00
brad
f4d8e69fa7 change LIB_DEPENDS for new libtiff 1999-12-11 02:36:40 +00:00
form
b31809ff89 Improve Makefile.
.if defined(USE_LRZSZ) -> .if defined(USE_LRZSZ) && ${USE_LRZSZ:U} == "YES".
Default config: Only root can access minicom by default.
1999-12-09 03:28:30 +00:00
brad
b2d416ea28 - add new official dist site
- add HOMEPAGE
- cleanup Makefile
1999-12-08 01:41:14 +00:00
espie
88d4502064 Kill USE_EGCC/USE_EGXX, since 2.6 includes both as standard compilers. 1999-12-03 14:24:38 +00:00
kevlo
bc862a5c36 Mark it unbroken and update to 3.54.
Change the MAINTAINER to kevlo@
1999-11-30 07:57:48 +00:00
kevlo
51c143e2c4 Update to 3.3. 1999-11-30 06:11:43 +00:00
kevlo
4719dc6805 Add this file to print messages after installing this port. 1999-11-30 06:08:01 +00:00
brad
ec428d82ff don't install seyon sgid dialer 1999-11-29 21:47:16 +00:00
jakob
f8a1a282fe dependency updated and fixed, not broken anymore 1999-11-10 20:04:30 +00:00
kevlo
c2be38d5c4 Mark it unbroken. Fix PLIST. 1999-11-08 02:30:36 +00:00
kevlo
a58e31589d 1) Mark it unbroken
2) Fix: install zmrx.1 & zmtx.1 files into man/man1
1999-11-04 08:59:22 +00:00
turan
559574b9e4 malsync, broken. dependency pilot-utils is also broken 1999-11-03 00:59:31 +00:00
ian
47fabc2964 Better style: use ${CHOWN} etc. 1999-11-01 04:10:18 +00:00
angelos
2c39631937 Fix PLIST, left broken for turans@ (or someone else) to verify 1999-10-30 21:51:56 +00:00
espie
d9d5ced09d Typo in CATEGORIES 1999-10-29 11:11:42 +00:00
ian
8d3d79a92c Eliminate duplicate running of .efaxrc. 1999-10-29 02:55:25 +00:00
ian
374b657620 Rip out stupid INTERACTIVE stuff from Makefile. Just bitch and die at
run time if they didn't read the (new improved) MESSAGE file when installing.
1999-10-29 00:37:56 +00:00
turan
ca0fd5f9d7 broken, bad packing lists 1999-10-28 07:55:56 +00:00
turan
c8cefa2a2d broken, bad packing lists 1999-10-28 07:43:36 +00:00
brad
6316950dce - remove BROKEN tag
- cleanup Makefile
1999-10-27 12:24:46 +00:00
brad
d79fdeb5a6 sync PLIST so a package can be made 1999-10-27 12:23:00 +00:00
brad
a800867ed7 each patch only patches one file now 1999-10-27 12:21:34 +00:00
brad
9ed46dac23 - convert patches to unified diffs
- each patch only patches one file now
1999-10-27 12:20:25 +00:00
turan
c5965282f3 These ports have bad packing lists.
Ports tree is now unlocked.  Read the new policy first.
1999-10-26 04:56:35 +00:00
espie
2ecf62ac6e Fix port to work with recent bsd.port.mk (have to ensure RUN_DEPENDS is
defined before including bsd.port.mk)
1999-10-01 17:01:52 +00:00
brad
c2eadd8783 more dist sites 1999-09-22 20:21:55 +00:00
turan
25c374a61c broken, checksum mismatch 1999-09-19 13:44:14 +00:00
brad
a781a26136 upgrade to mgetty+sendfax 1.1.21 1999-08-28 18:13:36 +00:00
brad
c58c6756ac - add dist patch that makes HylaFAX compile with EGCS
- /usr/sbin/chown -> ${CHOWN}, chmod -> ${CHMOD}
1999-08-27 01:46:10 +00:00
downsj
69e25e0fdc Update to 0.9. 1999-08-19 20:52:28 +00:00
angelos
06fd67b4b6 Original FTP site unavailable. 1999-08-18 02:09:45 +00:00
brad
94bb9cccfe - style
- make PLIST in alpha order
1999-08-06 02:45:33 +00:00
form
f8202262ff update to 1.82.1 1999-06-23 06:39:12 +00:00
espie
3be21ae5ed Oops...diff -u, not diff. 1999-06-17 23:15:15 +00:00
espie
f7d8610d24 Fix most problems with hylafax and OpenBSD current 1999-06-17 16:57:01 +00:00
jakob
cd5c66910b Updated to v0.9.3. 1999-06-12 20:45:36 +00:00
dugsong
2d3bcc9c2c add $ tag 1999-06-11 19:14:44 +00:00
dugsong
d3ce1a26c0 added malsync port 1999-06-11 19:13:04 +00:00
dugsong
88fa50b113 malsync port, from pheezy@monkey.org 1999-06-11 19:12:15 +00:00
brad
01e58673b0 change SEPARATE_BUILD= yes -> concurrent 1999-06-01 21:47:14 +00:00
brad
3d432c3d0e lrzsz 0.12.20's Makefile 1999-05-24 01:22:43 +00:00
brad
967063d394 3.50 Makefile 1999-05-21 00:07:58 +00:00
brad
6ebc14ee9f upgrade to rzsz 3.50 1999-05-21 00:06:38 +00:00
brad
466fe65be7 upgrade to lrzsz 0.12.20 1999-05-19 16:05:17 +00:00
espie
5ac3448778 Fix comments 1999-04-20 18:47:26 +00:00
espie
7856893b06 Lots of crisper comments... 1999-04-20 16:07:56 +00:00
brad
6bab311225 fix dependency lists, fix email address's and remove unnecessary comments 1999-04-01 06:20:02 +00:00
brad
d022737d79 remove unnecessary comments and fix email address's 1999-04-01 02:57:50 +00:00
espie
926e5fa1a6 Fix up PLISTs.
At one point bsd.port.mk put out erroneous PLIST-auto, with @cwd, @pkgname,
and @pkgdep lines.

These are actually added by make package, and shouldn't usually be put
inside the PLIST, as this is extra information to update.

I left a few @cwd in, mainly for the perl modules, which want to live under
/usr to work.
1999-03-23 17:47:31 +00:00
marc
3e45db1680 add sha1 and rmd160 checksum to the existing md5 sums for all files;
Porters: please make sure you use bsd.port.mk 1.75 or later when
updating ports.  That version of the makefile adds all sums.  Previous
versions of the makefile will still work for people installing ports.
1999-03-04 05:55:44 +00:00
brad
8107cea033 upgrade to mgetty 1.1.20 1999-02-25 04:14:07 +00:00
marc
8604d96a54 Ooops, forgot to add MIRROR_DISTFILE=no, too 1999-02-17 03:57:12 +00:00
marc
dafc80ed10 broken until updated (can't find sources) 1999-02-17 03:42:35 +00:00
marc
4dc993c625 fix the remainder of long COMMENT files 1999-01-27 00:22:28 +00:00
niklas
b324576d22 Make compile 1999-01-21 20:01:20 +00:00
jason
a66db21260 o Put config in /etc (and make manpages refer to it there)
o Put examples and README.OpenBSD in share/examples/conserver
o Update packing list to reflect new locations
1999-01-05 16:57:17 +00:00
jason
cb5e8f8b85 o use CLOCAL in conserver/comsent.c
o patch man pages to always refer to the config file in /usr/local/etc
1999-01-04 22:59:24 +00:00
form
bb05206d57 Do not use setreuid()/setregid() under OpenBSD,
use seteuid()/setegid() to set eff uid/gid,
use setuid()/setgid() to drop privs instead.
1998-12-20 12:09:47 +00:00
form
25e301e177 add lrzsz to makefile 1998-12-18 12:10:30 +00:00
form
0c77dab41e update to 1.82 1998-12-18 10:49:20 +00:00
jasoni
6984d0a3f8 Update to version 3.48. 1998-12-18 06:16:29 +00:00
form
00c8962ae6 lrzsz, improved rzsz 1998-12-18 06:09:59 +00:00
form
393870ccb6 update to 1.1.9, make port non-interactive. 1998-12-18 02:55:46 +00:00
marc
fcd7346579 guard build instructions with NO_WARNINGS flag 1998-12-16 20:02:35 +00:00
marc
163a7fbae2 no package for this port 1998-12-07 20:47:27 +00:00
marc
35405eb4a0 shorten COMMENT 1998-11-23 21:59:24 +00:00
downsj
ab61f54e3d Don't kill the unlink(), either. 1998-11-10 00:30:04 +00:00
downsj
09580c9a79 mkstemp() returns an int, not a FILE *. God, I hate debugging C--. 1998-11-10 00:03:48 +00:00
form
03a6993c8e form@vs.itam.nsc.ru -> form@openbsd.org 1998-10-20 08:39:43 +00:00
marc
cb73ca98dd comment out the BROKEN reason for all ports where the reason
was source files out of date and we have a copy of the required
version on ftp.openbsd.org
1998-10-18 05:01:58 +00:00
marc
79f8b334f1 RESTRICTED: may not be used for commercial purposes 1998-10-07 19:36:37 +00:00
marc
5e607a27c0 update makefile 1998-10-07 19:27:38 +00:00
marc
a962811b04 BROKEN: required dependencies not available 1998-10-07 19:25:27 +00:00
marc
d5ed3e1356 update makefile 1998-10-07 19:22:18 +00:00
marc
d308ba1b41 BROKEN: source files have changed
NO_CDROM = COMM: commercial software
1998-10-07 19:19:35 +00:00
marc
31385b5c84 clean up makefile 1998-10-07 19:09:42 +00:00
marc
e53a60033e clean up makefile 1998-10-07 18:58:10 +00:00
marc
2c6de64959 BROKEN: newer version available 1998-10-07 18:51:26 +00:00
marc
085511c375 BROKEN: newer version available 1998-10-07 18:43:11 +00:00
marc
8d9c30b51b clean up makefile 1998-10-07 18:32:06 +00:00
marc
c0f154493a makefile tweaks 1998-10-07 18:28:50 +00:00
marc
e01e223705 NO_PACKAGE: binary distribution requires explicit acknowledgement 1998-10-07 05:24:18 +00:00
marc
f8d22a5cde update makefile 1998-10-07 05:09:51 +00:00
ian
6d4237d8aa Fix DISTNAME/PKGNAME. Ensure on-null name/faxnum at run time. 1998-09-13 01:48:17 +00:00
ian
9f2cb15327 Add entry for efax. 1998-09-06 23:09:11 +00:00
ian
1ce805942b Initial checkin of EFax, a simpler FAX package good for single-user unices. 1998-09-06 22:39:51 +00:00
d
bcbfb2e050 HylaFAX 4.0.2 1998-09-04 00:35:54 +00:00
angelos
0127d24095 Update to pilot-link-0.9.0 1998-09-01 00:08:59 +00:00
marc
6126f458b6 update to 1.1.17 1998-08-28 06:11:48 +00:00
angelos
455f1ae169 Add pilot-link port 1998-06-26 02:05:06 +00:00
angelos
30d37073a9 pilot-link 0.8.13 port 1998-06-26 02:05:00 +00:00
marc
83509d9a0f when previously updating tiff34 to install as libtiff the shared
version was left at 1.0.  Oops.  The old tiff (3.3) installed as
libtiff.so.3.3. Install tiff34 as libtiff.so.3.4 but keep the libtiff34
link at version 1.0.  confusing but it seems to work correctly.
Update all ports that depend upon tiff so the dependency is on
tiff.3.4.
1998-06-14 08:10:23 +00:00
angelos
4052a4e009 Fix this. 1998-05-17 02:53:19 +00:00
angelos
6e29969aab Enable qpage. 1998-05-17 02:34:46 +00:00
angelos
65e5a21c17 qpage port 1998-05-17 02:33:35 +00:00
form
827690eaf1 update 1998-05-06 03:40:32 +00:00
form
0505ca99b2 update minicom 1998-05-06 03:36:37 +00:00
marc
abcc1f4848 update LIB_DEPENDS for new jpeg library 1998-05-06 02:49:32 +00:00
form
810ea821e0 add minicom to makefile 1998-05-06 02:08:50 +00:00
form
56ba098e86 update config directory in makefile 1998-05-05 03:31:52 +00:00
form
945994e276 add mgetty+sendfax to makefile 1998-05-04 05:31:03 +00:00
form
ec74d93014 mgetty+sendfax port, nice getty replacement with fax/ppp recognition support 1998-05-04 05:22:02 +00:00
angelos
b5e9a4b57f Enable conserver. 1998-04-29 03:32:47 +00:00
angelos
30ff4e39b6 conserver port. 1998-04-29 03:31:56 +00:00
marc
6dbfe168c8 update INDEX, note that tkhylafax is broken 1998-04-28 20:06:04 +00:00