Commit Graph

751 Commits

Author SHA1 Message Date
lteo
de526b4bab +picocom 2012-07-08 18:21:49 +00:00
lteo
ad1fead2b5 Import Picocom.
Picocom is a minimal dumb-terminal emulation program.

Picocom was designed to serve as a simple, manual, modem configuration,
testing, and debugging tool. It has also served (quite well) as a
low-tech "terminal-window" to allow operator intervention in PPP
connection scripts (something like the ms-windows "open terminal window
before / after dialing" feature). It could also prove useful in many
other similar tasks.

From Kyle Isom (thank you!), with tweaks by me and giovanni@.

help/ok sthen@ giovanni@, procedures ok henning@
2012-07-08 18:19:18 +00:00
okan
0848a8a56c WANTLIB sync after ImageMagick update; ok sthen 2012-06-19 12:57:32 +00:00
sthen
b50ed7fbde +amtterm 2012-06-02 12:09:55 +00:00
sthen
ed5099f622 import ports/comms/amtterm, ok jasper@
amtterm provides gui and cli clients for Intel AMT serial-over-lan (sol),
and a perl script to gather information and control managed computers.

To reduce depencies when only the cli version is wanted, install the
amtterm-term subpackage instead.
2012-06-02 12:09:35 +00:00
jasper
91fd0336d0 - update to 0.3 2012-05-28 12:11:51 +00:00
miod
dc0e02293f Build with -fno-tree-ter on sparc64, and unbreak. No version bump since this
does not affect the other platforms.
ok landry@
2012-05-24 17:55:48 +00:00
naddy
36fbee6826 Bump.
The return values of strptime() may have been truncated.
2012-05-20 20:33:18 +00:00
naddy
dddbcdbbc1 strptime is XPG4v2 2012-05-20 19:42:25 +00:00
sthen
8060590fd8 update to Device::SerialPort 1.04 from dhill, also bump EPOCH as cpan-style
version numbering doesn't align with pkg_add's (1.03001 > 1.04)
2012-05-17 08:58:02 +00:00
sthen
aae0e427f7 update to Device::Modem 1.56 from dhill 2012-05-17 08:56:47 +00:00
sthen
a7d25059f6 update to Device::GSM 1.58 from dhill and update maintainer email 2012-05-14 11:27:25 +00:00
naddy
a43e78f045 fixes for tiff 4.0 API changes; from FreeBSD 2012-04-14 15:13:30 +00:00
naddy
f3f4a107a8 regen patches 2012-04-13 14:03:58 +00:00
merdely
f9cb234399 Update kermit to 9.0.302.
Point to new HOMEPAGE and MASTER_SITES.
Include new license marker (revised 3 clause BSD license) and update
PERMIT*_CDROM lines.
Include a space before "=" (which will be a separate diff next time.

ok sthen@
2012-04-06 15:57:52 +00:00
jasper
efd86ff205 - fix path to login shell 2012-04-05 20:36:03 +00:00
sthen
88ea72915d Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
make a distinction between these.  ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00
sthen
bca631e6d6 update to minicom 2.5
- rolls in a huge bunch of wprintf patches, also fixes conflict with getline()
- note that the setuid support has been removed from the code
2012-03-19 22:17:43 +00:00
sthen
8798621f94 getline -> my_getline (get_line is already used), regen plist while there 2012-03-17 10:31:48 +00:00
edd
9d92892a5a Make lcdproc build on non-apm archs.
OK naddy@
2012-02-28 10:32:00 +00:00
bentley
20d186ac7e Update homepage.
Current homepage for comms/bottlerocket is dead. Last entry in the
web archive was "we've moved to this location".

ok ajacoutot@ gsoares@
2012-02-17 07:42:25 +00:00
sthen
517fbac85d Add missing "PKG_ARGS += -Dparallel=0" for arches where it's needed 2012-01-25 16:15:22 +00:00
sthen
f53db56c56 - this uses dlopen modules; mark SHARED_ONLY and merge PFRAG.shared to PLIST
- the code to support LCDs connected by parallel port is only for x86;
split the relevant files out to a separate PFRAG which is not used on
other arch

ok edd@ (maintainer)
2012-01-04 14:19:09 +00:00
sthen
91faa22c52 Where a program with an rc script _requires_ a certain command line
parameter to daemonize, move the parameter from daemon to daemon_flags,
so that the user cannot inadvertently prevent it from daemonizing by
adjusting the flags.

Discussed with ajacoutot and schwarze, this method was suggested
by schwarze@ as a simpler alternative to my diff. ok aja@
2011-12-17 22:01:12 +00:00
jasper
0c22b22165 - use system libltdl instead of the bundled one 2011-12-09 13:10:56 +00:00
sthen
19bcfc6fd9 minor whitespace 2011-12-09 10:01:32 +00:00
ajacoutot
d9a347a8df It's ${SYSCONFDIR}, not ${SYSCONFVAR}.
It's ${SYSCONFDIR}/LCDd.conf, not ${RCDIR}/LCDd.conf.
Lowercase ${RCDIR}/lcdd.
2011-12-02 13:37:44 +00:00
edd
2b08275f55 lowercase LCDd rc script filename at request of aja@ 2011-12-02 12:39:23 +00:00
jasper
26db0aff2c minor consistency, no pkg change 2011-12-01 20:58:32 +00:00
edd
51b797c4bc link lcdproc 2011-12-01 19:07:11 +00:00
edd
4e46f7e79c import lcdproc - a tool for interfacing LCD modules
OK sebastia@
2011-12-01 19:05:11 +00:00
naddy
4edaa84ff6 maintenance update to 2.0.9 2011-11-14 19:33:34 +00:00
sthen
1ee2c830e0 BROKEN on sparc64, Illegal operands error while building draw_symbols.c 2011-11-14 11:05:08 +00:00
ajacoutot
fcbe5f3ae2 Sync dependencies after move from libusb to libusb-compat and fix a
couple of fallouts. Note that these ports are only the ones that used to
have a direct dependency on devel/libusb so there may be some other
hidden ports that may break because of the switch. If that's the case,
no need to start ranting all over but instead tell me which one(s)
break. Thanks.

Note: sysutils/nut hasn't been fixed yet but will be today.
2011-11-13 13:54:04 +00:00
jasper
6184ef9000 remove libs from libwmf from wantlib. they are added when the installed imagemagick
is !,no_x11. So instead of enforcing the non-non_x11 flavor, fix wantlib.
2011-11-06 18:57:58 +00:00
jasper
6c0a8bf4ae - regen WANTLIB 2011-11-04 08:21:59 +00:00
espie
c3a31269c5 FLAVOR:L 2011-10-17 13:03:42 +00:00
jasper
6a8b83abeb sync after recent gnome.port.mk CONFIGURE_ENV changes 2011-09-28 09:47:46 +00:00
jasper
9fe4b0f440 switch to MODGNOME_TOOLS 2011-09-20 20:51:51 +00:00
landry
bf7f866185 +owx 2011-09-18 20:28:17 +00:00
landry
a9cc88ec56 Import owx-20110917, from mitja
OWX (Open Wouxun) is an open-source program designed to program Wouxun
transceivers. It was developed on Wouxun KG-UV2D and tested on KG-UVD1P
(both identify as KG669V). Possibly other Wouxuns are supported too, but
this is not guaranteed - use at your own risk and ALWAYS make backups!
This software is highly experimental. Using it can result in rendering
your radio unusable and your dog killed. You have been warned.

ok jasper@
2011-09-18 20:27:54 +00:00
espie
61199a1dbc normalize pkgpath 2011-09-16 08:48:01 +00:00
naddy
1e2bbe8777 bump all (sub)packages that depend on db/v4; requested by and help from espie@ 2011-09-12 18:02:34 +00:00
jasper
74182a7a5d - update xlog to 2.0.5
* drops the dependency on the deprecated libgnomeprint
2011-09-12 14:09:56 +00:00
naddy
8c18b08ac5 Fix build with png-1.5.
All fixes from/via NetBSD pkgsrc.  The people there did a lot of
heavy lifting.
2011-07-08 20:36:09 +00:00
ajacoutot
89a1cb30b4 Remove some duplicate wantlibs, use the libiconv MODULE where applicable. 2011-07-07 01:06:59 +00:00
jasper
3a213a2767 - sync wantlib after recent libm additions 2011-07-06 09:30:25 +00:00
naddy
dbfd750590 Cope with bsd.man.mk changes and install source man pages.
While here, also update some PLISTs, fix PREFIX use, etc.
ok landry@
2011-06-23 22:50:26 +00:00
jasper
9a95c42183 sync 2011-06-21 19:15:28 +00:00
jasper
e22dfb35a5 import spisniffer 0.2
This is a small program that displays SPI sniffer data from the Bus
Pirate. It uses the binary mode SPI sniffer access, so it has a speed
advantage over the terminal mode display. The computer takes the burden
of converting raw byte values to HEX output.

ok sthen@
2011-06-21 19:14:59 +00:00