summaryrefslogtreecommitdiff
path: root/comms
AgeCommit message (Collapse)AuthorFilesLines
1999-07-14add LIBS="-ltermlib" to CONFIGURE_ENV.sakamoto1-2/+2
1999-07-14Add and enable plptools.sakamoto1-1/+2
1999-07-14add patch-sum.sakamoto1-0/+5
1999-07-14FTP-like and NFS-like access tools to talk to the PSIONsakamoto8-0/+95
1999-07-09Add package patch-sum filesagc13-0/+115
1999-07-02Some packages use bsd-style .mk files when building, and so any manualagc2-12/+4
pages that are installed will be gzip-compressed, if MANZ is set, or not if MANZ is not set. If the package uses bsd-style .mk files, the variable MANCOMPRESSED_IF_MANZ should be set to a value of "yes" in the package Makefile. This replaces the previous method of specific inclusion of bsd.prefs.mk, followed by a check for MANZ and conditional assignment of MANCOMPRESSED. Add appropriate documentation, and change all necessary ocurrences in package Makefiles.
1999-06-20Don't use "{}" or "[]" in "ONLY_FOR_PLATFORM" or "NOT_FOR_PLATFORM"tron1-2/+3
because "bsd.pkg.mk" can't handle those patterns. Fixes PR pkg/7808 by Chris Demetriou.
1999-06-04NOT_FOR_PLATFORM= *-*-{alpha,mips} doesn't work.drochner1-2/+2
Worse - it matches (almost?) everything.
1999-05-26Add missing dependence on "p5-Data-Dumper" package.tron1-1/+2
1999-05-25I messed up the version number while creating this package. It is versiontron2-4/+4
1.107 not 1.0.7.
1999-05-24Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORMtv2-15/+15
pattern match format. Minor pkglint along the way.
1999-05-24Install PilotManager distribution - it includes images and other non Perltron2-29/+28
related files - to "lib/pilotmgr" instead to Perl's site directory.
1999-05-24Use "/dev/pilot" instead of "/dev/ttya" as default port.tron1-2/+11
1999-05-24Add and enable "pilotmgr".tron1-1/+2
1999-05-24Import new "pilotmgr" package:tron6-0/+123
synchronize databases on any 3Com Palm device.
1999-05-24Fix run time library search path.tron2-1/+13
1999-05-22Sync "p5-pilot-link" version with "pilot-link": update to 0.9.3.tron2-6/+6
1999-05-22Update pilot-link to 0.9.3.frueauf3-6/+12
1999-05-21Move mastersite.sakamoto1-4/+3
1999-05-20Add and enable "p5-pilot-link".tron1-1/+2
1999-05-20Import new "p5-pilot-link" package:tron6-0/+69
perl interface to pilot-link library
1999-05-20Don't attempt to build Perl5 library because it won't build if "pilot-link"tron2-31/+2
is not already installed.
1999-05-20Use "${BSD_INSTALL_SCRIPT}" instead of "${LIBTOOL} ${INSTALL_SCRIPT}"tron1-4/+4
because we don't need to deal with "MAKE_ENV" this way.
1999-05-20Remove unnecessary assignments of "INSTALL", "INSTALL_DATA",tron1-3/+1
"INSTALL_PROGRAM" and "INSTALL_SCRIPT" from "CONFIGURE_ENV".
1999-05-12Build the include Perl5 module which we might need later.tron2-2/+30
1999-05-12This program is currently hopeless on LP64.tv1-1/+2
1999-05-12enable snooper.sakamoto1-2/+2
1999-05-12Adapt this package to NetBSD.sakamoto4-10/+14
1999-05-12Import FreeBSD's "snooper" port:sakamoto6-0/+55
serial line protocol analyzer (need two serial interfaces).
1999-05-07Dont' clobber NetPBM's "g3topbm" with a symbolic link to "g32pbm".tron2-2/+13
1999-05-06set actual URL instead of ${MASTER_SITES} to HOMEPAGE.sakamoto1-2/+2
1999-05-06add plpsakamoto1-1/+2
1999-05-06Tools to talk to the PSION organisersakamoto11-0/+206
1999-04-23Explicitly include libtermcap.mycroft1-2/+2
1999-04-22This pkg doesn't actually use Curses, so it shouldn't require ncurses.mycroft2-4/+3
1999-04-16Add required dependency on xpm-3.4k.jlam1-2/+3
1999-04-15Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" withtron1-3/+2
variable substituition of "MASTER_SITES" and "PATCH_SITES".
1999-04-14Try to fetch disttribution file from "sunsite" or one of its mirrorstron1-2/+3
first.
1999-04-14Update "minicom" package to version 1.82.1.tron7-107/+206
1999-04-01Rewrite the extraction commands to be more intuitive.agc1-3/+2
In the vast majority of cases, nothing has changed (i.e. .tgz, .tar.gz, and .tar.bz2). EXTRACT_USING_PAX can be set as before. For custom extractions, instead of using EXTRACT_BEFORE_ARGS, EXTRACT_AFTER_ARGS and EXTRACT_CMD, simply set EXTRACT_CMD to be the command needed to decompress and extract the lements from the archive. ${DOWNLOADED_DISTFILE} can be used to reference the distfile(s). e.g. for compressed shars, where previously there was: EXTRACT_CMD= ${GZCAT} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= |sh now use: EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH}
1999-03-26Always use big buffers. Fixes PR pkg/7236 by Greg A. Woods.tron1-4/+14
1999-03-06Better use a single package list file.tron1-8/+8
1999-03-06s/echo/${ECHO}/gagc1-3/+3
1999-03-06Create a dynamic packing list for manual pages.kim2-3/+11
1999-03-06The man source does not get installed.kim1-2/+1
1999-02-20Fix CONFLICTS (remove redundancy, mostly)hubertf1-3/+1
1999-02-11Use install-info in $PATH, so that systems with it in base will work too.tv1-3/+3
1999-02-06Be uniform; don't cat DESCR during install.tv1-2/+1
1999-01-30Replace all occurrences of USE_X11 with USE_X11BASE. This means "install thisagc1-2/+2
package into ${X11BASE}". Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11 headers and libraries to build this package".
1999-01-20Update to pilot-link.0.9.0simonb2-5/+5