Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
leot 49c2acd67a gallery-dl: Update to 1.12.3
1.12.3
------
### Additions
- [hentaifoundry] extract more metadata (#565)
- [twitter] add option to extract TwitPic embeds (#579)
- implement a post-processor module to compare file versions (#530)

### Fixes
- [hitomi] update image URL generation
- [mangadex] revert domain to `mangadex.org`
- [pinterest] improve detection of invalid pin.it links
- [pixiv] update URL patterns for user profiles and bookmarks (#568)
- [twitter] Fix stop before real end (#573)
- remove temp files before downloading from fallback URLs

### Removals
- [erolord] remove extractor
2020-01-20 10:33:04 +00:00
archivers Add hs-tar 2020-01-19 00:59:17 +00:00
audio audio: Remove bmpx 2020-01-19 22:46:43 +00:00
benchmarks all: migrate several HOMEPAGEs to https 2020-01-18 23:30:05 +00:00
biology all: migrate several HOMEPAGEs to https 2020-01-18 23:30:05 +00:00
bootstrap Skip trying to make use of a 64bit ABI on Darwin as the system libraries on 2019-12-05 22:19:56 +00:00
cad all: migrate several HOMEPAGEs to https 2020-01-18 23:30:05 +00:00
chat all: migrate several HOMEPAGEs to https 2020-01-18 23:30:05 +00:00
comms all: migrate several HOMEPAGEs to https 2020-01-18 23:30:13 +00:00
converters all: migrate several HOMEPAGEs to https 2020-01-18 23:30:13 +00:00
cross all: migrate several HOMEPAGEs to https 2020-01-18 23:30:13 +00:00
databases all: migrate several HOMEPAGEs to https 2020-01-18 23:30:13 +00:00
devel Add hs-libffi 2020-01-20 01:12:47 +00:00
distfiles
doc doc: remove duplicate entry 2020-01-20 02:48:45 +00:00
editors editors: Remove mlview. 2020-01-19 00:50:30 +00:00
emulators all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
filesystems all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
finance all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
fonts all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
games games: Remove gturing. 2020-01-19 00:46:34 +00:00
geography all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
graphics cheese: Update to 3.34.0 2020-01-20 02:22:59 +00:00
ham all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
inputmethod all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
lang rust: mark MAKE_JOBS_SAFE=no on NetBSD. 2020-01-19 20:46:40 +00:00
licenses (licenses/0-clause-bsd, sysutils/bfs) Rename license isc-AUTHOR to 0-clause-bsd 2019-12-28 12:16:53 +00:00
mail all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
math Add hs-ieee754 2020-01-19 14:01:54 +00:00
mbone mbone: align variable assignments 2019-11-03 11:04:16 +00:00
meta-pkgs all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
misc misc/Makefile: add and enable ruby-license-acceptance 2020-01-19 15:39:25 +00:00
mk Use _MAKE_JOBS_N defined in build/build.mk 2020-01-19 23:45:06 +00:00
multimedia multimedia: Add gnome-video-effects 2020-01-20 02:20:19 +00:00
net gallery-dl: Update to 1.12.3 2020-01-20 10:33:04 +00:00
news all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
packages
parallel all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
pkgtools pkgclean: check that PKGSRCDIR is a valid directory 2020-01-19 03:31:30 +00:00
print all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
regress mk/pkgformat: include only relevant ident strings in +BUILD_VERSION 2020-01-15 20:11:11 +00:00
security security/Makefile: add and enable ruby-gssapi 2020-01-19 14:23:55 +00:00
shells all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
sysutils Rename EFFECTIVE_MAKE_JOBS -> _MAKE_JOBS_N, suggested by gdt. 2020-01-19 18:20:45 +00:00
templates
textproc Add hs-regex-tdfa 2020-01-19 23:47:26 +00:00
time all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
wm fvwm: make librsvg (rust dependency) optional, but enabled. 2020-01-19 22:16:18 +00:00
www ruby-rouge: update to 3.15.0. 2020-01-19 21:34:57 +00:00
x11 gnome-desktop3: Update buildlink3 to match .pc file 2020-01-20 01:55:47 +00:00
Makefile regress: remove Makefile 2020-01-11 11:09:35 +00:00
pkglocate Remove clauses 3,4 from TNF-only copyright blocks. 2018-08-22 20:48:36 +00:00
README.md README.md: minor adjustments 2020-01-15 16:19:22 +00:00

pkgsrc

pkgsrc is a framework for building software for a variety of UNIX-like systems.

It produces binary packages, which can be managed with tools such as pkgin.

Bootstrapping

To use pkgsrc on operating systems other than NetBSD, you first need to bootstrap:

cd pkgsrc/bootstrap
./bootstrap

Note that this is only for the most simple case, using pkgsrc's defaults.

Please consult bootstrap/README and bootstrap/README.OS for detailed information about bootstrapping.

Building packages

cd pkgsrc/category/package-name
$PREFIX/bin/bmake install

Where $PREFIX is where you've chosen to install packages (typically /usr/pkg)

On NetBSD, bmake is simply the built-in make tool.

To build packages in bulk, tools such as pkgtools/pbulk and pkgtools/pkg_comp can be used.

Troubleshooting

Latest sources

To fetch the main CVS repository:

cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P pkgsrc

To work in the Git mirror, which is updated every few hours from CVS:

git clone https://github.com/NetBSD/pkgsrc.git