Port details on branch 2023Q4 |
- schilybase Support files and libraries for the schilytools
- 2023.09.28_1 devel =0 2023.09.28_1Version of this port present on the latest quarterly branch.
- Maintainer: fuz@FreeBSD.org
- Port Added: 2023-12-03 10:21:33
- Last Update: 2023-12-03 10:19:52
- Commit Hash: 2b8cc87
- License: CDDL BSD2CLAUSE GPLv2 LGPL21
- WWW:
- https://codeberg.org/schilytools/schilytools
- Description:
- Support files and libraries for schilytools, a collection
of programs by Joerg Schilling. This includes among others
* libedc -- CD sector formatting library
* libfind -- find(1) as a library
* libhfs -- library to handle Apple HFS extensions
* libmdigest -- message digest library
* libparanoia -- Portable CD Audio paranoia extraction library
* librscg -- remote SCSI transport library
* libsiconv -- NLS library for Unicode and iconv wrapper
* libscg -- portable SCSI transport library
* libschily -- portable extensions to the POSIX API
* libshedit -- bsh command line editor
* libxtermcap -- extended termcap library
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- schilybase>0:devel/schilybase
- To install the port:
- cd /usr/ports/devel/schilybase/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/schilybase
- pkg install schilybase
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: schilybase
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1696014231
SHA256 (schily-2023-09-28.tar.bz2) = e7dca444c9dfde87ba52a2de7514db5b49427b977d3a23fb081692fe8bac9439
SIZE (schily-2023-09-28.tar.bz2) = 4868865
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Slave ports:
-
- archivers/star
- archivers/tartest
- devel/sccs
- devel/smake
- devel/sunpromake
- editors/ved
- net/rscsi
- shells/bosh
- sysutils/cdrtools
- sysutils/schilyutils
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- msgfmt : devel/gettext-tools
- Library dependencies:
-
- libintl.so : devel/gettext-runtime
- This port is required by:
- for Libraries
-
- archivers/star
- archivers/tartest
- devel/sccs
- devel/smake
- devel/sunpromake
- editors/ved
- net/rscsi
Configuration Options:
- ===> The following configuration options are available for schilybase-2023.09.28_1:
DOCS=on: Build and/or install documentation
NLS=on: Native Language Support
PROFILE=off: Build with profiling support
===> Use 'make config' to modify these settings
- Options name:
- devel_schilybase
- USES:
- tar:bz2 compiler gettext-runtime iconv gettext-tools
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2023.09.28_1 03 Dec 2023 10:19:52 |
Robert Clausecker (fuz) |
devel/schilybase: work around bug in gettext-0.22
gettext 0.22 started to transcode PO files to UTF-8 before processing
them, converting all msgids and messages to Unicode in the process.
This breaks schilytools which assumes msgids are in ISO-8859-1 encoding.
Work around the breakage using the new --no-convert option. A bug
report was filed with upstream in the hope that they may fix the bug.
Reported by: bugzeo <kiboto6933@eyeremind.com>
See also: https://savannah.gnu.org/news/?id=10378
PR: 257905
MFH: 2023Q4
(cherry picked from commit e8c2558f623d87d044e0dec460f606a40a46d359) |
Number of commits found: 1
|