Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-04-06 | Fixes: | rodent | 1 | -2/+2 | |
COMMENT should not be longer than 70 characters. COMMENT should not begin with 'A'. COMMENT should not begin with 'An'. COMMENT should not begin with 'a'. COMMENT should not end with a period. COMMENT should start with a capital letter. pkglint warnings. Some files also got minor formatting, spelling, and style corrections. | |||||
2012-10-23 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2012-04-07 | Add OpenBSD and MirBSD support, no-op for other platforms. | bsiegert | 2 | -5/+5 | |
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -2/+1 | |
2009-01-11 | Update MASTER_SITES | jmcneill | 1 | -2/+2 | |
2008-10-02 | nested function -> macro | joerg | 3 | -9/+39 | |
DESTDIR support | |||||
2006-01-25 | net/if_ether.h and net/ethertypes.h are approximately replacable by | joerg | 2 | -5/+19 | |
netinet/if_ether.h on FreeBSD and DragonFly. | |||||
2005-11-07 | NOT_FOR_PLATFORM Interix. | tv | 1 | -1/+3 | |
2005-06-17 | Create directories before installing files into them. | jlam | 1 | -1/+2 | |
2005-02-24 | Add RMD160 digests. | agc | 1 | -1/+2 | |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+3 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -3/+3 | |
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -3/+2 | |
2001-11-29 | Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in | hubertf | 1 | -2/+3 | |
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally. | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-09-09 | Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of: | agc | 1 | -2/+2 | |
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value). | |||||
2001-04-21 | Move to sha1 checksum, and/or add distfile sizes. | wiz | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -6/+4 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-03-31 | o Fix/add quoting | zuntum | 1 | -2/+2 | |
o Respect ${CFLAGS} | |||||
2001-02-27 | Update to mouse-pppoe-20000912nb1: | hubertf | 4 | -11/+17 | |
* rename binary from pppoe to mouse-pppoe, so this pkg can be installed together with rp-pppoe * rename the pkg from mouse_pppoe to mouse-pppoe * our pppd does not understand "noipx" - leave that out! | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-09-14 | Update to version 20000912, kindly provided by der Mouse. | wiz | 5 | -9/+27 | |
Addresses pkg/9946 by Stephen Degler. | |||||
2000-07-11 | - Add conflict with "rp-pppoe" package. | tron | 2 | -4/+6 | |
- Install "pppoe" to "${PREFIX}/sbin". | |||||
2000-02-08 | Fix DIST_SUBDIR | hubertf | 1 | -2/+2 | |
2000-02-04 | Makes PPP over Ethernet going (sorry, no more information available | hubertf | 5 | -0/+29 | |
right now). In case of emergency, mail der Mouse <mouse@rodents.montreal.qc.ca> (No docs available :-/) |