summaryrefslogtreecommitdiff
path: root/net/uucp
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26net: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Not committed (merge conflicts...): net/radsecproxy/distinfo The following distfiles could not be fetched (fetched conditionally?): ./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz ./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch ./net/djbdns/distinfo djbdns-1.05-test28.diff.xz ./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch ./net/djbdns/distinfo djbdns-1.05-multiip.diff ./net/djbdns/distinfo djbdns-cachestats.patch
2021-10-07net: Remove SHA1 hashes for distfilesnia1-2/+1
2019-11-03net: align variable assignmentsrillig1-6/+6
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
2017-11-26uucp: follow redirectswiz1-2/+2
2016-06-12PKG_HOME, not PKG_HOMES.dholland1-2/+2
2015-11-08cosmetic fix to previousdholland2-5/+5
2015-11-08Fix build with non-netbsd cdefs.hdholland2-1/+21
2015-11-08pkglintdholland1-13/+13
2015-11-08sortdholland1-4/+4
2015-11-04Add SHA512 digests for distfiles for net categoryagc1-1/+2
Problems found with existing digests: Package haproxy distfile haproxy-1.5.14.tar.gz 159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package bsddip: missing distfile bsddip-1.02.tar.Z Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2 Package djbdns: missing distfile djbdns-cachestats.patch Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch Package gated: missing distfile gated-3-5-11.tar.gz Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz Package poink: missing distfile poink-1.6.tar.gz Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch Package waste: missing distfile waste-source.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-06-29Provide __COPYRIGHT and __RCSID if missing. This has USE_FEATURES+=cdefsdholland2-1/+21
but it doesn't seem to be adequate. Should fix Linux build.
2013-07-12Bump PKGREVISION of all packages which create users, to pick up change ofjperkin1-2/+2
sysutils/user_* packages.
2013-04-06Resolves:rodent1-2/+2
"INFO_FILES should be set to YES or yes." "Packages that install info files should set INFO_FILES." Makefile and PLIST warning, respectively.
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-03-02Uses cdefs.hans1-1/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-02-16DESTDIR support. Use pkgsrc-users@NetBSD.org as maintainer.joerg3-9/+11
2008-01-21Need to replace variables in uucpd/pathnames.hobache1-2/+3
Noticed by Eric Schnoebelen in PR 37596. Also uucpd/uucpd.8. Bump PKGREVISION. XXX: Should also replace hard-coded paths in etc/* files.
2007-08-24Correctly specify the location of uucico for the "uucp" user's shell.jlam1-3/+3
This fixes PR pkg/36695 by Jim Bernard. Bump PKGREVISION to 5.
2007-07-04Make it easier to build and install packages "unprivileged", wherejlam1-1/+4
the owner of all installed files is a non-root user. This change affects most packages that require special users or groups by making them use the specified unprivileged user and group instead. (1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to unprivileged.mk. These two variables are lists of other bmake variables that define package-specific users and groups. Packages that have user-settable variables for users and groups, e.g. apache and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP}, etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER} and ${UNPRIVILEGED_GROUP}. (2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
2007-06-30Fix build on DragonFly.joerg1-2/+6
2007-06-19Move common definitions of UUCP_{GROUP,USER} from mail/courier-mta andjlam1-3/+1
net/uucp to mk/defaults/mk.conf.
2007-06-18* Use subst framework instead of custom code for replacing rmail andjlam6-31/+98
uucpd Makefiles. * Modify rmail and uucpd makefiles to be standalone instead of requiring BSD make. * Fix build on MacOS X where libcrypt and libutil don't exist. * Fix build on MacOS X and older NetBSDs that don't support utmpx. * Install the example UUCP /etc snippets into the examples directory for the benefit of binary package users. * Sort the PLIST. Bump PKGREVISION to 4.
2007-06-15* Change some instances of ROOT_USER and ROOT_GROUP to BINOWN and BINGRPjlam1-8/+8
in SPECIAL_PERMS usage. * Consistently use 4555 for setuid and 2555 for setgid programs.
2007-03-16restore rmail from libexec not bin since it moved and the libexec one is newerchristos2-81/+69
2007-03-16put in the pkgsrc location of uucicochristos2-4/+4
2007-03-16- fix plistchristos2-3/+5
- bump package
2007-03-16Adjust ${PREFIX} dynamically so that man pages and programs work properly.christos5-10/+17
2007-03-15explain what needs to be done post-install.christos1-0/+7
2007-03-15Add rmail and uucpd back. List code snippets that need to be added to etc files.christos19-4/+958
2006-10-30Create the UUCP directories at post-install time.jlam1-1/+5
2006-10-30Merge improvements from the version of Taylor UUCP 1.06.1 that existsjlam20-20/+665
in NetBSD's src/gnu/libexec/uucp directory. Changes include: * Teaching cu(1) about hardware flow control. * Make cu(1) honor "echocheck" and "binary mode" with respect to inspecting the data stream for newlines. * Make some proper integer casts so as not to break on LP64 platforms. * Teach uucp to substitute for \H with the IP address of the system. * Avoid potential divide-by-zero errors when computing times using serial rates. * Properly initialize some variables. The main difference between this version and the one in NetBSD is the location of uucico, uuconv, and uuxqt -- the vanilla UUCP location is ${PREFIX}/sbin while the NetBSD location is /usr/libexec/uucp. Bump PKGREVISION to 1.
2006-04-24Initial import of uucp-1.07 as net/uucp.jlam5-0/+85
This is a package for Taylor UUCP. This package provides everything you need to make a UUCP connection. It currently supports the 'f', 'g' (in all window and packet sizes), 'G', 't' and 'e' protocols, as well a Zmodem protocol, the FX UUCICO 'y' protocol, and two new bidirectional protocols. If you have a Berkeley sockets library, it can make TCP connections. If you have TLI libraries, it can make TLI connections. It supports a new configuration file mechanism.