Commit graph

90524 commits

Author SHA1 Message Date
wiz
a5d4ff3ea8 Initial import of cdrtools-2.01, replacing sysutils/cdrecord.
Cdrecord allows you to burn CDs with a CD-R/CD-RW recorder. It
works as a burn engine for several applications. Cdrecord supports
CD recorders from many different vendors; all SCSI-3/mmc and
ATAPI/mmc compliant drives should also work.  Supported features
include: IDE/ATAPI, parallel-port, and SCSI drives; audio CDs, data
CDs, and mixed CDs; full multi-session support, CD-RWs (rewritable),
TAO, DAO, and human-readable error messages.

This package also provides tools for retrieving audio tracks,
reading and writing CDs, creating ISO9660/JOLIET/HFS filesystems,
and verifying ISO9660 images.
2006-01-05 23:27:59 +00:00
joerg
001ed5ee6d _BSD_SOURCE should go as well, according to wiz@. 2006-01-05 23:25:30 +00:00
wiz
b9b154070b Fix build. Remove BROKEN_IN line.
Patch from Sergey Svishchev in PR 32455.
2006-01-05 23:21:46 +00:00
joerg
f8ae6026cd Revert unintended part of last commit. 2006-01-05 23:18:26 +00:00
joerg
c750987c17 Adjust comment about SUBST_FILES to match reality:
absolute file names work as well.
2006-01-05 23:16:01 +00:00
wiz
ca7eaa3d46 Fix DEPENDS line. 2006-01-05 23:14:35 +00:00
joerg
560ade7437 Use SUBST framework. XXX Was the sed on Gallery.pm supposed to
change anything?
2006-01-05 23:03:37 +00:00
joerg
19255ee94f Use SUBST framework. 2006-01-05 22:46:12 +00:00
joerg
6551f7d034 Use SUBST framework instead of manual sedding. 2006-01-05 22:32:40 +00:00
dmcmahill
f372299bb4 Fix a bug which caused the README.html generation to fail when the packages
directory did not exist.  Now the generation completes with a warning that
no binary packages were found.  Reported in PR pkg/32351.
2006-01-05 22:19:42 +00:00
joerg
905df75432 Use SUBST framework. 2006-01-05 21:57:36 +00:00
joerg
cf73562ffd Use SUBST framework. 2006-01-05 21:34:39 +00:00
joerg
8f60a38025 Use SUBST framework, patch files directly. 2006-01-05 21:21:54 +00:00
joerg
b3d233f0b6 Use SUBST framework for the path patching as well. 2006-01-05 20:57:05 +00:00
joerg
e804f12622 Add DragonFly support. Fix a C++ issue by dropping the default value
for the vector resize, it is not really needed.
2006-01-05 20:43:20 +00:00
joerg
0adcfa2740 Only @PREFIX@ is used. 2006-01-05 20:35:12 +00:00
salo
998bd5a5f8 Needs pkg-config to build. 2006-01-05 20:32:25 +00:00
joerg
ac9ef7ca15 xfstt's FAQ had unexpanded path names, revision bumped. 2006-01-05 20:27:33 +00:00
joerg
167bfb591a Use the SUBST framework on the right files. FAQ now has the correct
entries. Bump revision due to this.
2006-01-05 20:26:48 +00:00
joerg
41a06bf703 Add DragonFly support. 2006-01-05 20:25:16 +00:00
joerg
b8b72ab276 Replace usage of FILES_SUBST_SED. 2006-01-05 20:13:34 +00:00
joerg
28f8e73928 Use SUBST instead of FILES_SUBST_SED. 2006-01-05 19:56:38 +00:00
christos
99bdc4ed4c Apply my logging patch until kim updates his package. 2006-01-05 19:38:40 +00:00
joerg
f329259efc Regenerate patch, DragonFly's patch doesn't like it. 2006-01-05 19:31:13 +00:00
joerg
9b1ff11040 Fix GCC 3.4: prototype and implementation mismatch. 2006-01-05 19:30:45 +00:00
joerg
c3ed17d3df Fix errno. 2006-01-05 19:27:50 +00:00
reed
b736e73e6a Updated www/kazehakase to 0.3.3. 2006-01-05 19:25:18 +00:00
garbled
5ed2b681bf note addition of ffproxy-1.6
Also joerg's previous entry read with a username of root.  Changed to "joerg"
2006-01-05 19:20:09 +00:00
garbled
e7591bd2ec Add ffproxy 2006-01-05 19:15:18 +00:00
garbled
d016248efd Add new pkg noted in PR pkg/28824 www/ffproxy. Minor changes by myself
from submitted version. (submitted by Niklas Olmes)

ffproxy is a filtering HTTP/HTTPS proxy server. It is able to filter by
host, URL, and header. Custom header entries can be filtered and added.
2006-01-05 19:12:35 +00:00
joerg
d56c4945f5 Add some missing files from last commit. Fixes DragonFly support. 2006-01-05 19:07:44 +00:00
joerg
23e2f6f67a DragonFly support. 2006-01-05 19:02:36 +00:00
joerg
c1cf303452 Fix compilation with OpenSSL 0.9.8. 2006-01-05 19:00:11 +00:00
joerg
0e1e82d5eb x11/xview-lib hopefully works now, before it was incomplete on DrgonFly.
Revision bumped.
2006-01-05 18:34:54 +00:00
joerg
3d1f9faa27 Use EXTRA_LDOPTIONS to get ${PREFIX}/lib in rpath, didn't work on
DragonFly otherwise. Fix some K&R vs. ISO C prototype issues.
2006-01-05 18:33:49 +00:00
gdt
ae4b6d46c2 Define BUILD_USES_MSGFMT and USE_MSGFMT_PLURALS, rather than requiring
a specific version of gettext.   Thanks to jmmv@ for suggestions.
2006-01-05 18:33:27 +00:00
joerg
2bbbd70847 First try on fixing xview. Fix errno. Add DragonFly support.
Use NAME_MAX when available. Don't try to fake a FILE on DragonFly.
The implementation of textsw_scanf can be improved, it is very
defensively and slow ATM, the snprintf usage should be portable.
Fix a number of prototype mismatches, e.g. variable argument functions
can conflict with K&R prototypes.

Bump revision since the package "compiled" before, e.g. build
errors where ignored.
2006-01-05 18:25:56 +00:00
gdt
b3fb906ebb spiff up comments about gettext.
change gettext to BUILD_DEPENDS
2006-01-05 17:46:49 +00:00
xtraeme
a429287789 Remove GNU Autoconf's configure.lineno file if it's there. 2006-01-05 17:42:24 +00:00
joerg
3acd0de959 Add DragonFly support. 2006-01-05 17:32:52 +00:00
xtraeme
40bf851429 Move the PKGCONFIG_OVERRIDE lines after USE_TOOLS, GNU_CONFIGURE, etc. 2006-01-05 17:32:50 +00:00
joerg
d088d3da03 Regenerate patch like it (hopefully) was intended. 2006-01-05 17:29:04 +00:00
xtraeme
2b399bdc2d Updated pkgtools/url2pkg to 1.32 2006-01-05 17:28:03 +00:00
xtraeme
6c95a6da67 Update to 1.32:
* Don't use ${WRKSRC} for PKGCONFIG_OVERRIDE (it's assigned automatically)
* If there are pkg-config files, now it will add "USE_TOOLS+= pkg-config".
2006-01-05 17:26:54 +00:00
joerg
7d0b3d06dc Fix template referening for GCC 3.4+. 2006-01-05 17:12:35 +00:00
rxg
1a42e6312e Change script installation back into ${PREFIX}/bin for common usage,
${PREFIX}/sbin is used by ROX-Session for generated script.
Bump PKGREVISION.
2006-01-05 16:58:49 +00:00
hira
abf7d8ff98 Remove duplicate entry from dependency list. 2006-01-05 16:58:41 +00:00
joerg
247dca44ef Use PTHREAD_* instead of hard-wired -lpthread, esp. when testing for
libgadu. Let errno.h provide errno in libgsm.
2006-01-05 16:36:38 +00:00
joerg
ec3f48869b Always link the thread library explicitly when linking against qt-mt,
needed on DragonFly and FreeBSD 4, not hurting on other platforms.
Add DragonFly to the BSD enumeration.
2006-01-05 16:24:37 +00:00
gdt
c5fe367f4b Depend on devel/gettext, since 0.10.35 is too old to build the catalogs.
Fix typo in patch.
PKGREVISION++
2006-01-05 16:03:25 +00:00