Commit graph

1213 commits

Author SHA1 Message Date
tron
df05f07be8 - Add patch for Backup conduit supplied by Alan Harder which fixes
problems with databases with slashes in their names.
- Bump version number to 1.107p1.
1999-10-22 23:31:51 +00:00
rh
33cb4e14bd Make this compile with libtiff-3.5.2. 1999-10-09 13:42:00 +00:00
jlam
d043b6411c Change to use wildcard dependency on tiff. 1999-10-08 21:12:47 +00:00
tron
8d7d754dfa Remove me as maintainer of those packages. 1999-10-07 17:41:46 +00:00
hubertf
5c8032d4ed pull in bsd.prefs.mk to get BATCH defined (or not ;) 1999-10-07 01:09:55 +00:00
tron
b41e5c3b95 Sync after change to "patch-ac" and "patch-ad". 1999-10-06 22:27:38 +00:00
tron
626e625582 Add RCS Id and remove duplicate patch sections which caused patch to fail. 1999-10-06 22:27:15 +00:00
tron
0ce466d23a Add RCS Id and convert to unified format. 1999-10-06 22:26:51 +00:00
sjg
34b631dcd6 no point letting them select 7200 if we can't set it 1999-10-06 13:03:35 +00:00
sjg
6f6bc317a1 add 14400 and 28800 for BSD44 1999-10-05 06:45:34 +00:00
soren
3a94a4cd47 Use a relative path for bsd.pkg.mk instead of relying on the search path. 1999-09-28 20:40:02 +00:00
hubertf
411922b881 remove bogus NO_CDROMs 1999-09-23 16:32:06 +00:00
agc
d41da70cce Correct the homepage for this package.
Reformat a long line into something a bit more manageable.
1999-09-21 10:15:12 +00:00
agc
f7a4f06a21 Enable qpage. 1999-09-21 09:58:09 +00:00
agc
78c6db2011 Initial import of qpage, a simple and efficient paging (SNPP) client
and server, into the NetBSD packages collection. This package also
handles IXO (TAP) messages.
1999-09-21 09:57:31 +00:00
bad
00b15d99ca Some cleanup:
i386-netbsd -> ${MACHINE_ARCH}-${LOWER_OPSYS}
MACHINE_GNU_ARCH -> MACHINE_ARCH
/./ -> /
1999-09-07 14:49:42 +00:00
hubertf
d8a95bb32c regen 1999-09-05 04:15:44 +00:00
hubertf
f1c9102d84 xforms header is in $X11BASE/include/X11 1999-09-05 04:15:36 +00:00
rh
978f732167 Update dependency on hylafax to version 4.1b2 1999-08-30 08:17:29 +00:00
rh
73677752ce Update hylafax to 4.1b2. Changes are mostly minor bugfixes. Also, the
hosts configuration file and manual pages were renamed to hosts.hfaxd to
avoid confusion with /etc/hosts.
1999-08-30 08:16:49 +00:00
jlam
2207d45984 Forgot to commit these files. 1999-08-26 19:03:34 +00:00
jlam
931f15f4b4 Update xisp to 2.6. Numerous bug-fixes and feature enhancements. 1999-08-26 19:01:44 +00:00
sakamoto
52a9862b4d set BROKEN=plptools is not work correctly... 1999-08-26 06:03:47 +00:00
tron
8033b337af Search fax notify program in "${PREFIX}/lib/mgetty+sendfax" not in
"/usr/local/lib/mgetty+sendfax/new_fax". Problem noted by Simon J. Gerraty
in PR pkg/8255.
1999-08-23 21:04:34 +00:00
rh
c707da0974 Add conflict with hylafax. 1999-08-17 11:18:05 +00:00
drochner
a8ac21c9a6 update dependencies 1999-08-14 14:23:55 +00:00
agc
29656d015f Substitute for ${PKGNAME} when generating the PLIST files. 1999-08-13 14:06:55 +00:00
rh
fbebc6736a wish8.0 is part of tk80 not tcl80. 1999-08-11 07:13:09 +00:00
rh
b2e4f4f0cc Enable tkhylafax. 1999-08-11 06:24:19 +00:00
rh
b4bc65a0b1 Convert FreeBSD port to NetBSD package. 1999-08-11 06:21:27 +00:00
rh
2666f63c50 Initial import of FreeBSD port of tkhylafax-3.1, a tcl/tk interface to Sam
Leffler's fax package.
1999-08-11 06:18:13 +00:00
rh
bad0d55540 regen. 1999-08-11 06:12:06 +00:00
rh
3fe9101337 Enable hylafax. 1999-08-11 06:05:59 +00:00
rh
11318c4e04 Initial import of hylafax-4.1b1, a telecommunication and fax server system,
as reported by myself in pkg/6678, with tons of modifications.
1999-08-11 06:04:26 +00:00
tv
cbcc447c3e Rename binkd.cfg to binkd.cfg.dist so as not to overwrite a custom binkd.cfg. 1999-08-05 15:46:27 +00:00
sakamoto
47b374dc73 add LIBS="-ltermlib" to CONFIGURE_ENV. 1999-07-14 15:52:27 +00:00
sakamoto
3774395e58 Add and enable plptools. 1999-07-14 05:45:51 +00:00
sakamoto
d2a742e673 add patch-sum. 1999-07-14 05:44:36 +00:00
sakamoto
8f743ab6f1 FTP-like and NFS-like access tools to talk to the PSION 1999-07-14 05:41:47 +00:00
agc
a910a6fd62 Add package patch-sum files 1999-07-09 13:50:05 +00:00
agc
fd7b118f38 Some packages use bsd-style .mk files when building, and so any manual
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-07-02 08:37:20 +00:00
tron
8475357fcd Don't use "{}" or "[]" in "ONLY_FOR_PLATFORM" or "NOT_FOR_PLATFORM"
because "bsd.pkg.mk" can't handle those patterns. Fixes PR pkg/7808
by Chris Demetriou.
1999-06-20 21:06:17 +00:00
drochner
d718e99081 NOT_FOR_PLATFORM= *-*-{alpha,mips} doesn't work.
Worse - it matches (almost?) everything.
1999-06-04 16:55:11 +00:00
tron
768f13d2d2 Add missing dependence on "p5-Data-Dumper" package. 1999-05-26 20:48:16 +00:00
tron
e682c0df26 I messed up the version number while creating this package. It is version
1.107 not 1.0.7.
1999-05-25 22:04:17 +00:00
tv
5c60ed5794 Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM
pattern match format.  Minor pkglint along the way.
1999-05-24 20:39:35 +00:00
tron
622aa50086 Install PilotManager distribution - it includes images and other non Perl
related files - to "lib/pilotmgr" instead to Perl's site directory.
1999-05-24 19:09:32 +00:00
tron
5aa8dfc4e1 Use "/dev/pilot" instead of "/dev/ttya" as default port. 1999-05-24 18:19:13 +00:00
tron
a9ef01f033 Add and enable "pilotmgr". 1999-05-24 18:13:22 +00:00
tron
fc01d598e9 Import new "pilotmgr" package:
synchronize databases on any 3Com Palm device.
1999-05-24 18:09:46 +00:00
tron
f25b1a48fc Fix run time library search path. 1999-05-24 16:09:57 +00:00
tron
53edea1c9a Sync "p5-pilot-link" version with "pilot-link": update to 0.9.3. 1999-05-22 22:12:08 +00:00
frueauf
06f8755ae3 Update pilot-link to 0.9.3. 1999-05-22 18:14:03 +00:00
sakamoto
d20da62ea8 Move mastersite. 1999-05-21 05:07:19 +00:00
tron
aacf00174b Add and enable "p5-pilot-link". 1999-05-20 21:19:28 +00:00
tron
e65ac41bd1 Import new "p5-pilot-link" package:
perl interface to pilot-link library
1999-05-20 21:16:17 +00:00
tron
dff56691e4 Don't attempt to build Perl5 library because it won't build if "pilot-link"
is not already installed.
1999-05-20 20:38:42 +00:00
tron
184acb14a5 Use "${BSD_INSTALL_SCRIPT}" instead of "${LIBTOOL} ${INSTALL_SCRIPT}"
because we don't need to deal with "MAKE_ENV" this way.
1999-05-20 20:37:50 +00:00
tron
02e48b67b3 Remove unnecessary assignments of "INSTALL", "INSTALL_DATA",
"INSTALL_PROGRAM" and "INSTALL_SCRIPT" from "CONFIGURE_ENV".
1999-05-20 20:09:49 +00:00
tron
0ea17efbca Build the include Perl5 module which we might need later. 1999-05-12 22:32:14 +00:00
tv
6a61f079e3 This program is currently hopeless on LP64. 1999-05-12 15:08:45 +00:00
sakamoto
411df0816a enable snooper. 1999-05-12 06:10:15 +00:00
sakamoto
48cecefeeb Adapt this package to NetBSD. 1999-05-12 06:08:48 +00:00
sakamoto
9dfef93fc2 Import FreeBSD's "snooper" port:
serial line protocol analyzer (need two serial interfaces).
1999-05-12 06:00:06 +00:00
tron
49e322fffd Dont' clobber NetPBM's "g3topbm" with a symbolic link to "g32pbm". 1999-05-07 19:35:27 +00:00
sakamoto
68de36c01e set actual URL instead of ${MASTER_SITES} to HOMEPAGE. 1999-05-06 08:06:15 +00:00
sakamoto
2bd515e72c add plp 1999-05-06 07:41:48 +00:00
sakamoto
a6e11ad805 Tools to talk to the PSION organiser 1999-05-06 07:39:08 +00:00
mycroft
6266984122 Explicitly include libtermcap. 1999-04-23 19:55:56 +00:00
mycroft
e5547a6539 This pkg doesn't actually use Curses, so it shouldn't require ncurses. 1999-04-22 20:39:17 +00:00
jlam
d82085986b Add required dependency on xpm-3.4k. 1999-04-16 20:27:16 +00:00
tron
23e0063766 Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" with
variable substituition of "MASTER_SITES" and "PATCH_SITES".
1999-04-15 20:39:38 +00:00
tron
70bc570903 Try to fetch disttribution file from "sunsite" or one of its mirrors
first.
1999-04-14 21:31:44 +00:00
tron
c4fbeaf9dc Update "minicom" package to version 1.82.1. 1999-04-14 21:13:24 +00:00
agc
171e025b4a Rewrite the extraction commands to be more intuitive.
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-04-01 14:07:52 +00:00
tron
576c044dc1 Always use big buffers. Fixes PR pkg/7236 by Greg A. Woods. 1999-03-26 23:59:59 +00:00
tron
a78a9c8fe8 Better use a single package list file. 1999-03-06 22:50:31 +00:00
agc
8abb4df038 s/echo/${ECHO}/g 1999-03-06 22:27:38 +00:00
kim
421d42fe9d Create a dynamic packing list for manual pages. 1999-03-06 21:24:43 +00:00
kim
04cd39897b The man source does not get installed. 1999-03-06 01:10:11 +00:00
hubertf
2a95ad9c6b Fix CONFLICTS (remove redundancy, mostly) 1999-02-20 22:48:24 +00:00
tv
111c4f44b0 Use install-info in $PATH, so that systems with it in base will work too. 1999-02-11 19:17:28 +00:00
tv
093e52a6a2 Be uniform; don't cat DESCR during install. 1999-02-06 17:56:42 +00:00
agc
f6473207ca Replace all occurrences of USE_X11 with USE_X11BASE. This means "install this
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-30 23:18:44 +00:00
simonb
b040b6878b Update to pilot-link.0.9.0 1999-01-20 05:57:14 +00:00
frueauf
09f9c90cf0 Set ONLY_FOR_ARCHS so that it matches xforms. 1999-01-16 17:26:03 +00:00
abs
b10a2b2686 utilitiy -> utility 1999-01-02 10:09:25 +00:00
tv
c3a5dc6888 Fix paths in PLIST.
Lots of LP64 time_t fixes.  Now works on Alpha except for ZedZip (ZModem).
1998-12-21 15:45:20 +00:00
tv
68697d19ca long -> time_t LP64 fix. 1998-12-17 16:19:20 +00:00
tv
64bf67c67c Add LDFLAGS to linker flags to pick up rpath setting. 1998-12-08 17:12:23 +00:00
frueauf
760e827f78 Correct indention. 1998-12-03 23:21:00 +00:00
frueauf
15fadf288d Add and enable xisp. 1998-12-03 15:13:48 +00:00
frueauf
6e7cb12dc1 Initial import of xisp-2.5p4, a user-friendly X11 interface to pppd/chat.
Based on pr 6518 by Johnny C. Lam with some rework by me.
1998-12-03 15:08:53 +00:00
tron
3fd64421dc Update "mgetty" package to version 1.1.19. 1998-11-24 22:38:06 +00:00
tv
384768e550 Add and enable ifcico-cm. 1998-11-23 17:49:19 +00:00
tv
014bcb3645 Import ifcico 3.0 (cm alpha 4.0.1). A program for FidoNet transports on
UN*X - including both dialled connections and TCP connections.  Supports
everything from FTS-0001 through EMSI and ZedZap or Hydra.
1998-11-23 17:48:22 +00:00
tv
bec4e1ea70 Add and enable binkd. 1998-11-22 20:48:32 +00:00
tv
fc5b0b1ec1 Import Binkd 0.9.2, a FidoNet-over-IP BINKP transport daemon and client. 1998-11-22 20:47:13 +00:00
agc
2cd5eb4894 Remove RUN_DEPENDS from package Makefiles, and replace it with an ordinary
DEPENDS definition.
1998-11-19 15:40:45 +00:00
tron
ffc2248aad Create and install standard "mgetty.config" and "sendfax.config" because
we don't use FreeBSD's perl script for that purpose.
1998-11-16 02:49:48 +00:00
tron
c8f504a447 Use FreeBSD utmp handling. 1998-11-16 02:36:22 +00:00
tron
20221853d3 Add mirror site. 1998-11-15 20:55:56 +00:00
tron
0f188e3da9 Add and enable "mgetty+sendfax". 1998-11-15 20:46:35 +00:00
tron
ccdb63e64f Adapt this package to NetBSD. 1998-11-15 20:45:29 +00:00
tron
7f9d5fc7cc Initial import of FreeBSD "mgetty+sendfax" port:
Handle external logins, send and receive faxes.
1998-11-15 18:04:25 +00:00
agc
c59f4e4d67 Add missing NetBSD RCS Id. 1998-11-12 16:18:27 +00:00
agc
4b94a95612 Make this package install the C++ examples, so that the PLIST is correct. 1998-09-22 14:56:11 +00:00
agc
abeaab4cb7 Make the package name have the correct format. 1998-09-22 14:41:05 +00:00
tsarna
5e9cc577b8 Automatically append HOMEPAge to DESCR files, and remove homepage URLs
from individual DESCR files that had them.
1998-08-26 16:50:48 +00:00
tv
9ea750478c Use catgets instead of supplied gettext. 1998-08-26 00:07:34 +00:00
tsarna
6bd0d65c65 The Grand Homepagification:
- New, optional Makefile variable HOMEPAGE, specifies a URL for
	  the home page of the software if it has one.
	- The value of HOMEPAGE is used to add a link from the
	  README.html files.
	- pkglint updated to know about it.  The "correct" location for
	  HOMEPAGE in the Makefile is after MAINTAINER, in that same
	  section.
1998-08-20 15:16:34 +00:00
agc
05b88260d7 Add NetBSD RCS Ids. 1998-08-07 13:16:49 +00:00
agc
86db14e819 Add NetBSD RCS Ids. 1998-08-07 10:35:47 +00:00
tv
a75a2272cd Update to use USE_LIBTOOL. 1998-07-24 01:56:59 +00:00
tv
1875b076f0 Create /var/spool/fido/* and /var/log/fido at binary pkg_add time. 1998-07-19 16:01:31 +00:00
tv
149ead5525 Add INFO_FILES and add install-info to PLIST. 1998-07-18 14:50:38 +00:00
tv
0c241a00f7 Enable fidogate, and set it NO_CDROM (though let the mirroring fetch the
distfile).
1998-07-18 04:22:25 +00:00
tv
e754026789 Adapt to using the pkg version of libtool rather than a private copy.
DTRT with INSTALL_{PROGRAM,DATA,SCRIPT}.
Portlint: rename pkg to pilot-link-0.8.13, with dash before version.
1998-07-17 20:59:41 +00:00
tv
02b8d9c8d6 Adapt rundf to work with the NetBSD df, not GNU df. 1998-07-16 23:41:34 +00:00
tv
c243bc71c8 Fix rununpack script so that it searches ${PREFIX}/bin for unpackers. 1998-07-16 22:54:34 +00:00
tv
7e3b225bc1 Add fidogate-4.2.9, a FidoNet (FTN) <-> Internet mail and news gateway.
Add to directory Makefile, but do not enablefor batch builds due to the
limited useability of this pkg in the general NetBSD workplace.
1998-07-16 17:47:14 +00:00
agc
66efb70e07 Use automatic shared object handling 1998-07-15 11:46:32 +00:00
nathanw
d112a45d0d Update to pilot-link 0.8.13. 1998-07-06 18:46:07 +00:00
tron
48df1c6142 Fix "modemd" to compile with "-Werror" on alpha, patches supplied by
Tim Rightnour in PR pkg/5610.
1998-06-27 18:16:16 +00:00
agc
3024b9c49e Explicitly set MANCOMPRESSED if MANZ is set - _MANPAGES is internal to
bsd.pkg.mk, and will go away soon.
1998-06-22 09:03:07 +00:00
tron
d5af514f98 Apply fix to the real source of the problem. 1998-06-20 21:24:09 +00:00
tron
dc0fd7c112 Really fix the code for 64 bit architectures instead of only making the
compiler happy. Problem pointed out by Klaus Klein.
1998-06-20 20:58:42 +00:00
agc
c6f0c5e0e1 Update package Makefiles for automatic manual page handling. 1998-06-20 09:26:31 +00:00
agc
e8939e27f4 Make packages which use NetBSD's bsd.man.mk work with automatic manual
page handling.
1998-06-20 09:20:38 +00:00
tron
45873e7d30 Add temporary kludge for problem with automatical manual page handling. 1998-06-19 21:18:06 +00:00
tron
c5e7ac84af Make "kermit" 64bit clean using patches supplied by Tim Rightnour in
PR pkg/5609.
1998-06-19 21:13:07 +00:00
frueauf
e5efe9da12 Add USE_PERL5=yes, else ietf2datebook, pilot-undelete and sync-plan
won't get build and PLIST would be invalid.
1998-05-13 14:04:58 +00:00
hubertf
045736862d s/cuaa/tty/ 1998-05-12 07:38:40 +00:00
tron
28dab5982f Scan for "tty[0-9][0-9]" instead for "cua*" in "/dev".
XXX For 1.4 we should use "dty[0-9][0-9]".
1998-05-08 23:32:52 +00:00
agc
6e7b5cf644 Move to relative paths in the pkgsrc tree. 1998-04-24 09:20:33 +00:00
frueauf
49e36ada0b Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. 1998-04-20 11:56:17 +00:00
agc
258b808c9f Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:15 +00:00
frueauf
b086b26141 Handle MANZ and MANINSTALL case better. 1998-03-20 22:04:08 +00:00
frueauf
970857ed78 Add and enable modemd. 1998-03-20 11:08:01 +00:00
frueauf
971fde0aad Initial import of modemd package done by Ty Sarna <tsarna@endicor.com>
with little cleanups/modifications by me. Closes pr 4678.
1998-03-20 11:05:17 +00:00
frueauf
8db0cad6dd Since pilot-link is in the tree, enable it here too. 1998-03-19 11:00:58 +00:00
frueauf
72c9a1633c portlint: add manpages to MAN1. 1998-03-19 10:57:54 +00:00
sommerfe
6a34d56391 Correct creation date 1998-03-19 02:24:45 +00:00
hubertf
287b12192f more portlint: ldconfig 1998-03-18 00:19:39 +00:00
hubertf
92ef5fd4f9 portlint: compress whitespace 1998-03-18 00:17:24 +00:00
hubertf
9343771854 portlint: remove empty lines at EOF 1998-03-18 00:12:23 +00:00
sommerfe
1fd52a2cb7 Package for utilities to communicate with PalmPilot PDA's. 1998-03-17 03:02:31 +00:00
frueauf
4ebaf85777 portlint: remove whitespace before end of line 10. 1998-03-10 13:42:00 +00:00
frueauf
16fef212bf portlint: pkg->${PKGDIR}; remove unnecessery blank line.
As there was no real FreeBSD MAINTAINER, set it to packages@netbsd.org.
1998-03-10 13:39:53 +00:00
agc
1c00631d85 Fix manual page compression (or not) a different way. 1998-03-05 17:11:10 +00:00
tron
d8098e043c Distribution "Makefile" handles "MANZ" on its own. 1998-03-05 13:04:03 +00:00
tron
b949ee0c79 Add "IS_INTERACTIVE= yes". 1998-02-17 23:54:23 +00:00
tron
a95cc5232b Enable minicom-1.78. 1998-02-11 22:06:12 +00:00
tron
1cb237c855 Make this package work with NetBSD. 1998-02-11 22:04:29 +00:00
tron
6f59b84fd0 Initial import of FreeBSD's "minicom" port. 1998-02-11 18:29:26 +00:00
tron
3e209ee1af Add and enable kermit-6.0.192. 1998-02-10 00:32:43 +00:00
tron
dd00badee1 Make this package work with NetBSD. 1998-02-10 00:29:57 +00:00
tron
1500f4fb25 Initial import of FreeBSD's "kermit" port. 1998-02-09 22:45:02 +00:00
tron
50ff9b5756 Add and enable lrzsz, fixes PR pkg/4747. 1998-02-05 21:50:31 +00:00
tron
fb25cc21b9 Initial import of lrzsz 0.12.18 package made by David O'Brien for
the FreeBSD port collection and refined for the NetBSD package
collection by Ty Sarna.
1998-02-05 21:49:11 +00:00
hubertf
427ba64225 Fix RCS Ids, sync with reality 1997-11-22 03:13:21 +00:00
hubertf
a28873ae01 Some missing Makefiles, from FreeBSD. 1997-11-22 03:06:19 +00:00
hubertf
9a1d93c087 Import of some more missing categories
(only directories and pkg-descriptions!)
1997-11-20 21:01:17 +00:00