1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
Commit Graph

12 Commits

Author SHA1 Message Date
Martin Wilke
c6fef056ea - Update to 2.8
PR:		177258
Submitted by:	ports fury
2013-03-24 16:22:09 +00:00
Pawel Pekala
d001dd4041 - Update to version 2.7
- Add option DOCS
- Switch to PLIST_FILES

PR:		ports/172220
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Feature safe:	yes
2012-11-01 15:30:59 +00:00
Thomas Abthorpe
39d3c2d50f - Reassign to the heap at maintainer's request 2012-09-22 15:38:49 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Doug Barton
0175383f0a Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.

1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).

No PORTREVISION bumps because all of these changes are noops.
2009-07-15 16:56:10 +00:00
Jimmy Olgeni
c423208df5 Fix a few typos in ports/comms. 2008-06-21 16:25:46 +00:00
Felippe de Meirelles Motta
b4e53583f8 - Update maintainer mail address.
Approved by:	araujo (mentor)
2008-03-16 20:45:13 +00:00
Felippe de Meirelles Motta
3a9152eeef - Update to 2.5.
- Respect PORTDOCS.
- No using pkg-plist.

PR:		ports/120390
Submitted by:	lippe (myself)
Approved by:	araujo (mentor), maintainer timeout (> 2 weeks)
2008-03-16 16:38:22 +00:00
Shaun Amott
206c719b44 Add UUCP device locking support.
PR:		ports/106457
Submitted by:	Eric Masson <emss@free.fr>
Approved by:	Devon H. O'Dell <devon.odell@coyotepoint.com> (maintainer)
2006-12-08 03:00:42 +00:00
Andrew Pantyukhin
93e7abf2c3 Add port comms/ser2net:
This is ser2net, a program for allowing network connections to serial
ports.  See the man page for information about using the program.

Note that ser2net supports RFC 2217 (remote control of serial port
parameters), but you must have a complient client.  The only one I
know if is kermit (http://www.columbia.edu/kermit).

WWW: http://www.sourceforge.net/projects/ser2net/

Submitted by:	Devon H. O'Dell <devon.odell@coyotepoint.com>
2006-09-04 09:26:10 +00:00