- Give maintainership to Alex Dupre who requested it
PR: 35065, 35279
Submitted by: Paul Marquis <pmarquis@pobox.com>,
Alex Dupre <sysadmin@alexdupre.com>
20020225.
- Clarify that portupgrade -O is disregarded if -r or -R is given.
- Reflect the fact that INDEX.rbo no longer exists.
- Document portsdb(1) better regarding PORTS_DBDIR.
- please upgrade
- updated pkg-plist to match reality
- tested packaging
Changes:
- replace awk "duplex" function with psset call
- adjust psnup rotation to various converters
for landscape mode
- add landscape option to enscript command line
- introduce IGNORE_LPD_RAW variable to please buggy
spoolers that send jobs in raw mode
- sanitize ": ${foo:-bar}" to ": ${foo:=bar}"
- make n{c}print line whitespace-safe
- save return code in global temporary file
- typo in wmf2eps line
- make apspreview use global "restrictions" file
- get basedir in SETUP from configure
- protect $foo[bar] contructs from being expanded
to array elements by zsh
- add "-dPARANOIDSAFER" for gs7.04 (harmless for all
older releases)
- save "rm" and "rp" in SETUP.cfg
- add some hints w.r.t landscape and n-up in handbook
- remove media types in scripts for some PCL printers
- be more helpful with "invalid method"
- LaserJet 4L needs fixed 300dpi
- LN macro in Makefile needs -n switch -- we must
create a directory link even if one exists already
- add .PHONY targets in Makefiles
- MAPPING update
- change email address in various places
new driver scripts:
- ljet4l, pips/sc70s, pips/sc80s, stp/pcl-2, stp/pcl-4
- Merge INDEX.rbo into INDEX.db, and remove INDEX.rbo on portsdb
rebuild if it exists.
- Reduce the size of INDEX.db by half. :)
- Introduce PORTS_DBDRIVER and allow specifying a db driver for the
portsdb (INDEX.db), and switch the default portsdb driver from
db1.85 hash to db1.85 btree.
Add more caching to improve the performance of simple commands.
Bump version to 2.7.0 (should have done this last time)
Belatedly update copyright dates.
actually work.
Submitted by: MikeM <MyRaQ@mgm51.com>
Add dependency on security/p5-Authen-PAM, and change BUILD_DEPENDS to
RUN_DEPENDS (perl modules are needed at runtime too...).
Add proper return codes to the startup script.
* Don't require the script to be called from inside the branch directory;
follow standard practise and pass the branch to build as an argument.
* Populate the chroot with the BSD.local.dist mtree file
* Add whitespace for readability, and sprinkle liberally with comments
* Comment on some inscrutable parts of the script which were presumably
put there to work around a (perceived) problem, but which I can't
understand.
peer-to-peer file-sharing server (eDonkey2000 server)
o Submitter asked lioux to take over maintainership since he is
already maintaining all eDonkey related ports
PR: 33222
Submitted by: Yen-Ming Lee <leeym@leeym.com>